@charset "UTF-8";
:root {
  --oaz-primary: var(--bs-primary);
  --oaz-secondary: var(--bs-secondary);
  --oaz-success: var(--bs-success);
  --oaz-info: var(--bs-info);
  --oaz-warning: var(--bs-warning);
  --oaz-danger: var(--bs-danger);
  --oaz-light: var(--bs-light);
  --oaz-dark: var(--bs-dark);
  --oaz-primary-new: var(--bs-primary);
  --oaz-light-new: var(--bs-light);
  --oaz-dark-new: var(--bs-dark);
  --oaz-info-new: var(--bs-info);
  --oaz-secondary-dark-new: var(--bs-secondary);
  --section-bg: var(--bs-light);
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: rgba(0, 0, 0, 0.95);
  --bs-backdrop-opacity: 0.5;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.icon-primary {
  filter: brightness(0) saturate(100%) invert(29%) sepia(52%) saturate(784%) hue-rotate(210deg) brightness(96%) contrast(94%);
}

.icon-secondary {
  filter: brightness(0) saturate(100%) invert(16%) sepia(45%) saturate(2409%) hue-rotate(165deg) brightness(97%) contrast(102%);
}

.icon-dark {
  filter: brightness(0) saturate(100%) invert(13%) sepia(16%) saturate(2733%) hue-rotate(216deg) brightness(99%) contrast(109%);
}

.icon-light {
  filter: brightness(0) saturate(100%) invert(92%) sepia(2%) saturate(1235%) hue-rotate(206deg) brightness(102%) contrast(91%);
}

.icon-info {
  filter: brightness(0) saturate(100%) invert(96%) sepia(6%) saturate(505%) hue-rotate(116deg) brightness(94%) contrast(99%);
}

.icon-success {
  filter: brightness(0) saturate(100%) invert(92%) sepia(56%) saturate(296%) hue-rotate(87deg) brightness(88%) contrast(88%);
}

.icon-white {
  filter: brightness(0) saturate(100%) invert(100%);
}

:root {
  --oaz-primary: var(--bs-primary);
  --oaz-secondary: var(--bs-secondary);
  --oaz-success: var(--bs-success);
  --oaz-info: var(--bs-info);
  --oaz-warning: var(--bs-warning);
  --oaz-danger: var(--bs-danger);
  --oaz-light: var(--bs-light);
  --oaz-dark: var(--bs-dark);
  --oaz-primary-new: var(--bs-primary);
  --oaz-light-new: var(--bs-light);
  --oaz-dark-new: var(--bs-dark);
  --oaz-info-new: var(--bs-info);
  --oaz-secondary-dark-new: var(--bs-secondary);
  --section-bg: var(--bs-light);
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: rgba(0, 0, 0, 0.95);
  --bs-backdrop-opacity: 0.5;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.icon-primary {
  filter: brightness(0) saturate(100%) invert(29%) sepia(52%) saturate(784%) hue-rotate(210deg) brightness(96%) contrast(94%);
}

.icon-secondary {
  filter: brightness(0) saturate(100%) invert(16%) sepia(45%) saturate(2409%) hue-rotate(165deg) brightness(97%) contrast(102%);
}

.icon-dark {
  filter: brightness(0) saturate(100%) invert(13%) sepia(16%) saturate(2733%) hue-rotate(216deg) brightness(99%) contrast(109%);
}

.icon-light {
  filter: brightness(0) saturate(100%) invert(92%) sepia(2%) saturate(1235%) hue-rotate(206deg) brightness(102%) contrast(91%);
}

.icon-info {
  filter: brightness(0) saturate(100%) invert(96%) sepia(6%) saturate(505%) hue-rotate(116deg) brightness(94%) contrast(99%);
}

.icon-success {
  filter: brightness(0) saturate(100%) invert(92%) sepia(56%) saturate(296%) hue-rotate(87deg) brightness(88%) contrast(88%);
}

.icon-white {
  filter: brightness(0) saturate(100%) invert(100%);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.w-100 {
  width: 100% !important;
}

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-100 {
    width: 100% !important;
  }
}
.w-90 {
  width: 90% !important;
}

@media (min-width: 576px) {
  .w-sm-90 {
    width: 90% !important;
  }
}
@media (min-width: 768px) {
  .w-md-90 {
    width: 90% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-90 {
    width: 90% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-90 {
    width: 90% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-90 {
    width: 90% !important;
  }
}
.w-75 {
  width: 75% !important;
}

@media (min-width: 576px) {
  .w-sm-75 {
    width: 75% !important;
  }
}
@media (min-width: 768px) {
  .w-md-75 {
    width: 75% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-75 {
    width: 75% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-75 {
    width: 75% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-75 {
    width: 75% !important;
  }
}
.w-66 {
  width: 66.6667% !important;
}

@media (min-width: 576px) {
  .w-sm-66 {
    width: 66.6667% !important;
  }
}
@media (min-width: 768px) {
  .w-md-66 {
    width: 66.6667% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-66 {
    width: 66.6667% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-66 {
    width: 66.6667% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-66 {
    width: 66.6667% !important;
  }
}
.w-50 {
  width: 50% !important;
}

@media (min-width: 576px) {
  .w-sm-50 {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-50 {
    width: 50% !important;
  }
}
.w-33 {
  width: 33.3333% !important;
}

@media (min-width: 576px) {
  .w-sm-33 {
    width: 33.3333% !important;
  }
}
@media (min-width: 768px) {
  .w-md-33 {
    width: 33.3333% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-33 {
    width: 33.3333% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-33 {
    width: 33.3333% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-33 {
    width: 33.3333% !important;
  }
}
.w-25 {
  width: 25% !important;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-25 {
    width: 25% !important;
  }
}
@media (min-width: 576px) {
  .border-sm {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-sm-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-end-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-start-0 {
    border-left: 0 !important;
  }
  .border-sm-1 {
    border-width: 1px !important;
  }
  .border-sm-2 {
    border-width: 2px !important;
  }
  .border-sm-3 {
    border-width: 3px !important;
  }
  .border-sm-4 {
    border-width: 4px !important;
  }
  .border-sm-5 {
    border-width: 5px !important;
  }
  .border-sm-6 {
    border-width: 6px !important;
  }
  .border-sm-7 {
    border-width: 7px !important;
  }
  .border-sm-8 {
    border-width: 8px !important;
  }
  .border-sm-9 {
    border-width: 9px !important;
  }
  .border-sm-10 {
    border-width: 10px !important;
  }
}
@media (min-width: 768px) {
  .border-md {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-md-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-end-0 {
    border-right: 0 !important;
  }
  .border-md-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-start-0 {
    border-left: 0 !important;
  }
  .border-md-1 {
    border-width: 1px !important;
  }
  .border-md-2 {
    border-width: 2px !important;
  }
  .border-md-3 {
    border-width: 3px !important;
  }
  .border-md-4 {
    border-width: 4px !important;
  }
  .border-md-5 {
    border-width: 5px !important;
  }
  .border-md-6 {
    border-width: 6px !important;
  }
  .border-md-7 {
    border-width: 7px !important;
  }
  .border-md-8 {
    border-width: 8px !important;
  }
  .border-md-9 {
    border-width: 9px !important;
  }
  .border-md-10 {
    border-width: 10px !important;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-lg-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-end-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-start-0 {
    border-left: 0 !important;
  }
  .border-lg-1 {
    border-width: 1px !important;
  }
  .border-lg-2 {
    border-width: 2px !important;
  }
  .border-lg-3 {
    border-width: 3px !important;
  }
  .border-lg-4 {
    border-width: 4px !important;
  }
  .border-lg-5 {
    border-width: 5px !important;
  }
  .border-lg-6 {
    border-width: 6px !important;
  }
  .border-lg-7 {
    border-width: 7px !important;
  }
  .border-lg-8 {
    border-width: 8px !important;
  }
  .border-lg-9 {
    border-width: 9px !important;
  }
  .border-lg-10 {
    border-width: 10px !important;
  }
}
@media (min-width: 1200px) {
  .border-xl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-xl-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-end-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-start-0 {
    border-left: 0 !important;
  }
  .border-xl-1 {
    border-width: 1px !important;
  }
  .border-xl-2 {
    border-width: 2px !important;
  }
  .border-xl-3 {
    border-width: 3px !important;
  }
  .border-xl-4 {
    border-width: 4px !important;
  }
  .border-xl-5 {
    border-width: 5px !important;
  }
  .border-xl-6 {
    border-width: 6px !important;
  }
  .border-xl-7 {
    border-width: 7px !important;
  }
  .border-xl-8 {
    border-width: 8px !important;
  }
  .border-xl-9 {
    border-width: 9px !important;
  }
  .border-xl-10 {
    border-width: 10px !important;
  }
}
@media (min-width: 1400px) {
  .border-xxl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .border-xxl-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl-top-0 {
    border-top: 0 !important;
  }
  .border-xxl-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl-end-0 {
    border-right: 0 !important;
  }
  .border-xxl-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xxl-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl-start-0 {
    border-left: 0 !important;
  }
  .border-xxl-1 {
    border-width: 1px !important;
  }
  .border-xxl-2 {
    border-width: 2px !important;
  }
  .border-xxl-3 {
    border-width: 3px !important;
  }
  .border-xxl-4 {
    border-width: 4px !important;
  }
  .border-xxl-5 {
    border-width: 5px !important;
  }
  .border-xxl-6 {
    border-width: 6px !important;
  }
  .border-xxl-7 {
    border-width: 7px !important;
  }
  .border-xxl-8 {
    border-width: 8px !important;
  }
  .border-xxl-9 {
    border-width: 9px !important;
  }
  .border-xxl-10 {
    border-width: 10px !important;
  }
}
.border-primary {
  border-color: #5949a7 !important;
}

.border-secondary {
  border-color: #201547 !important;
}

.border-info {
  border-color: #d5eee9 !important;
}

.border-success {
  border-color: #97d5c9 !important;
}

.border-warning {
  border-color: #da772f !important;
}

.border-danger {
  border-color: #de1b3c !important;
}

.border-light {
  border-color: #e7e5f3 !important;
}

.border-dark {
  border-color: #201547 !important;
}

.border-black {
  border-color: rgba(0, 0, 0, 0.95) !important;
}

.border-white {
  border-color: rgb(255, 255, 255) !important;
}

.border-lighter {
  border-color: #f6f3f6 !important;
}

.border-body-color {
  border-color: rgba(0, 0, 0, 0.8) !important;
}

.border-light-gray {
  border-color: #d9d9d9 !important;
}

.border-dark-gray {
  border-color: #a6a6a6 !important;
}

.border-neutral {
  border-color: #f6f3f6 !important;
}

.border-ponderosa {
  border-color: #004053 !important;
}

.min-h-100 {
  min-height: 100px !important;
}

.min-w-100 {
  min-width: 100px !important;
}

.min-h-200 {
  min-height: 200px !important;
}

.min-w-200 {
  min-width: 200px !important;
}

.min-h-300 {
  min-height: 300px !important;
}

.min-w-300 {
  min-width: 300px !important;
}

.min-h-400 {
  min-height: 400px !important;
}

.min-w-400 {
  min-width: 400px !important;
}

.min-h-500 {
  min-height: 500px !important;
}

.min-w-500 {
  min-width: 500px !important;
}

.min-h-600 {
  min-height: 600px !important;
}

.min-w-600 {
  min-width: 600px !important;
}

.min-h-700 {
  min-height: 700px !important;
}

.min-w-700 {
  min-width: 700px !important;
}

.min-h-800 {
  min-height: 800px !important;
}

.min-w-800 {
  min-width: 800px !important;
}

.min-h-900 {
  min-height: 900px !important;
}

.min-w-900 {
  min-width: 900px !important;
}

.min-h-1000 {
  min-height: 1000px !important;
}

.min-w-1000 {
  min-width: 1000px !important;
}

.pattern-overlay-info::before {
  background-image: url("https://www.oneazcu.com/media/lv5lfydj/pattern-agave.webp");
}

.pattern-overlay-primary::before {
  background-image: url("https://www.oneazcu.com/media/1ytnal4d/pattern-primary.webp");
}

.pattern-overlay-light::before {
  background-image: url("https://www.oneazcu.com/media/esoibozg/patter-light.webp");
}

.hover-light:hover {
  background-color: #e7e5f3 !important;
  color: #201547 !important;
  text-decoration: none !important;
}

.hover-dark:hover {
  background-color: #201547 !important;
  color: #e7e5f3 !important;
  text-decoration: none !important;
}

.hover-primary:hover {
  background-color: #5949a7 !important;
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
}

.hover-transparent:hover {
  background-color: transparent !important;
  color: inherit !important;
  text-decoration: none !important;
}

.table-primary-theme table.primary-table {
  width: 100%;
  border-collapse: collapse;
  color: #201547;
}
.table-primary-theme table.primary-table thead {
  background-color: #5949a7;
  color: #ffffff;
}
.table-primary-theme table.primary-table thead th {
  padding: 0.75rem;
  text-align: left;
  font-weight: 600;
}
.table-primary-theme table.primary-table tbody tr:nth-child(even) {
  background-color: #e7e5f3;
}
.table-primary-theme table.primary-table tbody tr td {
  padding: 0.75rem;
  vertical-align: top;
}
.table-primary-theme table.primary-table tfoot {
  font-weight: bold;
}
.table-primary-theme table.primary-table tfoot td {
  padding: 0.75rem;
  background-color: #e7e5f3;
}

/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --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-black: rgba(0, 0, 0, 0.95);
  --bs-white: rgb(255, 255, 255);
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #d9d9d9;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #a6a6a6;
  --bs-gray-800: #343a40;
  --bs-gray-900: rgba(0, 0, 0, 0.8);
  --bs-primary: #5949a7;
  --bs-secondary: #201547;
  --bs-info: #d5eee9;
  --bs-success: #97d5c9;
  --bs-warning: #da772f;
  --bs-danger: #de1b3c;
  --bs-light: #e7e5f3;
  --bs-dark: #201547;
  --bs-black: rgba(0, 0, 0, 0.95);
  --bs-white: rgb(255, 255, 255);
  --bs-lighter: #f6f3f6;
  --bs-body-color: rgba(0, 0, 0, 0.8);
  --bs-light-gray: #d9d9d9;
  --bs-dark-gray: #a6a6a6;
  --bs-neutral: #f6f3f6;
  --bs-ponderosa: #004053;
  --bs-primary-rgb: 89, 73, 167;
  --bs-secondary-rgb: 32, 21, 71;
  --bs-info-rgb: 213, 238, 233;
  --bs-success-rgb: 151, 213, 201;
  --bs-warning-rgb: 218, 119, 47;
  --bs-danger-rgb: 222, 27, 60;
  --bs-light-rgb: 231, 229, 243;
  --bs-dark-rgb: 32, 21, 71;
  --bs-black-rgb: 0, 0, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-lighter-rgb: 246, 243, 246;
  --bs-body-color-rgb: 0, 0, 0;
  --bs-light-gray-rgb: 217, 217, 217;
  --bs-dark-gray-rgb: 166, 166, 166;
  --bs-neutral-rgb: 246, 243, 246;
  --bs-ponderosa-rgb: 0, 64, 83;
  --bs-primary-text-emphasis: rgb(35.6, 29.2, 66.8);
  --bs-secondary-text-emphasis: rgb(12.8, 8.4, 28.4);
  --bs-success-text-emphasis: rgb(60.4, 85.2, 80.4);
  --bs-info-text-emphasis: rgb(85.2, 95.2, 93.2);
  --bs-warning-text-emphasis: rgb(87.2, 47.6, 18.8);
  --bs-danger-text-emphasis: rgb(88.8, 10.8, 24);
  --bs-light-text-emphasis: #a6a6a6;
  --bs-dark-text-emphasis: #a6a6a6;
  --bs-primary-bg-subtle: rgb(221.8, 218.6, 237.4);
  --bs-secondary-bg-subtle: rgb(210.4, 208.2, 218.2);
  --bs-success-bg-subtle: rgb(234.2, 246.6, 244.2);
  --bs-info-bg-subtle: rgb(246.6, 251.6, 250.6);
  --bs-warning-bg-subtle: rgb(247.6, 227.8, 213.4);
  --bs-danger-bg-subtle: rgb(248.4, 209.4, 216);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(188.6, 182.2, 219.8);
  --bs-secondary-border-subtle: rgb(165.8, 161.4, 181.4);
  --bs-success-border-subtle: rgb(213.4, 238.2, 233.4);
  --bs-info-border-subtle: rgb(238.2, 248.2, 246.2);
  --bs-warning-border-subtle: rgb(240.2, 200.6, 171.8);
  --bs-danger-border-subtle: rgb(241.8, 163.8, 177);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Nunito", sans-serif;
  --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: 1.1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: rgba(0, 0, 0, 0.8);
  --bs-body-color-rgb: 0, 0, 0;
  --bs-body-bg: rgb(255, 255, 255);
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: rgba(0, 0, 0, 0.95);
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(0, 0, 0, 0.75);
  --bs-secondary-color-rgb: 0, 0, 0;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(0, 0, 0, 0.5);
  --bs-tertiary-color-rgb: 0, 0, 0;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #5949a7;
  --bs-link-color-rgb: 89, 73, 167;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(71.2, 58.4, 133.6);
  --bs-link-hover-color-rgb: 71, 58, 134;
  --bs-code-color: #d63384;
  --bs-highlight-color: rgba(0, 0, 0, 0.8);
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #d9d9d9;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.25rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50%;
  --bs-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15), 0 0 1.25rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(89, 73, 167, 0.25);
  --bs-form-valid-color: #97d5c9;
  --bs-form-valid-border-color: #97d5c9;
  --bs-form-invalid-color: #de1b3c;
  --bs-form-invalid-border-color: #de1b3c;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #d9d9d9;
  --bs-body-color-rgb: 217, 217, 217;
  --bs-body-bg: rgba(0, 0, 0, 0.8);
  --bs-body-bg-rgb: 0, 0, 0;
  --bs-emphasis-color: rgb(255, 255, 255);
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(217, 217, 217, 0.75);
  --bs-secondary-color-rgb: 217, 217, 217;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(217, 217, 217, 0.5);
  --bs-tertiary-color-rgb: 217, 217, 217;
  --bs-tertiary-bg: rgba(31.2, 34.8, 38.4, 0.9);
  --bs-tertiary-bg-rgb: 31, 35, 38;
  --bs-primary-text-emphasis: rgb(155.4, 145.8, 202.2);
  --bs-secondary-text-emphasis: rgb(121.2, 114.6, 144.6);
  --bs-success-text-emphasis: rgb(192.6, 229.8, 222.6);
  --bs-info-text-emphasis: rgb(229.8, 244.8, 241.8);
  --bs-warning-text-emphasis: rgb(232.8, 173.4, 130.2);
  --bs-danger-text-emphasis: rgb(235.2, 118.2, 138);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #d9d9d9;
  --bs-primary-bg-subtle: rgb(17.8, 14.6, 33.4);
  --bs-secondary-bg-subtle: rgb(6.4, 4.2, 14.2);
  --bs-success-bg-subtle: rgb(30.2, 42.6, 40.2);
  --bs-info-bg-subtle: rgb(42.6, 47.6, 46.6);
  --bs-warning-bg-subtle: rgb(43.6, 23.8, 9.4);
  --bs-danger-bg-subtle: rgb(44.4, 5.4, 12);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: rgba(27.3, 30.45, 33.6, 0.975);
  --bs-primary-border-subtle: rgb(53.4, 43.8, 100.2);
  --bs-secondary-border-subtle: rgb(19.2, 12.6, 42.6);
  --bs-success-border-subtle: rgb(90.6, 127.8, 120.6);
  --bs-info-border-subtle: rgb(127.8, 142.8, 139.8);
  --bs-warning-border-subtle: rgb(130.8, 71.4, 28.2);
  --bs-danger-border-subtle: rgb(133.2, 16.2, 36);
  --bs-light-border-subtle: #a6a6a6;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(155.4, 145.8, 202.2);
  --bs-link-hover-color: rgb(175.32, 167.64, 212.76);
  --bs-link-color-rgb: 155, 146, 202;
  --bs-link-hover-color-rgb: 175, 168, 213;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #d9d9d9;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #a6a6a6;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

*,
*::before,
*::after {
  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: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.4rem + 1.8vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.75rem;
  }
}

h2, .h2 {
  font-size: calc(1.345rem + 1.14vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2.2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3175rem + 0.81vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.925rem;
  }
}

h4, .h4 {
  font-size: calc(1.29rem + 0.48vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.65rem;
  }
}

h5, .h5 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.375rem;
  }
}

h6, .h6 {
  font-size: 1.1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: calc(1.2625rem + 0.15vw);
  font-weight: 300;
}
@media (min-width: 1200px) {
  .lead {
    font-size: 1.375rem;
  }
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .blockquote {
    font-size: 1.375rem;
  }
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.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(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-start-1 {
  grid-column-start: 1;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-4 {
  grid-column-start: 4;
}
.grid .g-start-5 {
  grid-column-start: 5;
}
.grid .g-start-6 {
  grid-column-start: 6;
}
.grid .g-start-7 {
  grid-column-start: 7;
}
.grid .g-start-8 {
  grid-column-start: 8;
}
.grid .g-start-9 {
  grid-column-start: 9;
}
.grid .g-start-10 {
  grid-column-start: 10;
}
.grid .g-start-11 {
  grid-column-start: 11;
}
@media (min-width: 576px) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 768px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .grid .g-start-md-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 992px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1200px) {
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
}
@media (min-width: 1400px) {
  .grid .g-col-xxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-start-xxl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxl-11 {
    grid-column-start: 11;
  }
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.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%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.g-6,
.gx-6 {
  --bs-gutter-x: 4rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 4rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 5rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 5rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 6rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 6rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 7rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 7rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 7rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .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%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 5rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 6rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 6rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 7rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 7rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .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%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 7rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .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%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 7rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 7rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: rgba(0, 0, 0, 0.95);
  --bs-table-bg: rgb(221.8, 218.6, 237.4);
  --bs-table-border-color: rgba(180.8854368932, 178.2757281553, 193.6077669903, 0.99);
  --bs-table-striped-bg: rgba(211.7181818182, 208.6636363636, 226.6090909091, 0.9975);
  --bs-table-striped-color: rgba(0, 0, 0, 0.95);
  --bs-table-active-bg: rgba(201.5394230769, 198.6317307692, 215.7144230769, 0.995);
  --bs-table-active-color: rgba(0, 0, 0, 0.95);
  --bs-table-hover-bg: rgba(206.6410071942, 203.6597122302, 221.1748201439, 0.99625);
  --bs-table-hover-color: rgba(0, 0, 0, 0.95);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: rgba(0, 0, 0, 0.95);
  --bs-table-bg: rgb(210.4, 208.2, 218.2);
  --bs-table-border-color: rgba(171.5883495146, 169.7941747573, 177.9495145631, 0.99);
  --bs-table-striped-bg: rgba(200.8363636364, 198.7363636364, 208.2818181818, 0.9975);
  --bs-table-striped-color: rgba(0, 0, 0, 0.95);
  --bs-table-active-bg: rgba(191.1807692308, 189.1817307692, 198.2682692308, 0.995);
  --bs-table-active-color: rgba(0, 0, 0, 0.95);
  --bs-table-hover-bg: rgba(196.0201438849, 193.9705035971, 203.2870503597, 0.99625);
  --bs-table-hover-color: rgba(0, 0, 0, 0.95);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: rgba(0, 0, 0, 0.95);
  --bs-table-bg: rgb(234.2, 246.6, 244.2);
  --bs-table-border-color: rgba(190.9980582524, 201.1106796117, 199.1533980583, 0.99);
  --bs-table-striped-bg: rgba(223.5545454545, 235.3909090909, 233.1, 0.9975);
  --bs-table-striped-color: rgba(0, 0, 0, 0.95);
  --bs-table-active-bg: rgba(212.8067307692, 224.0740384615, 221.8932692308, 0.995);
  --bs-table-active-color: rgba(0, 0, 0, 0.95);
  --bs-table-hover-bg: rgba(218.1935251799, 229.7460431655, 227.5100719424, 0.99625);
  --bs-table-hover-color: rgba(0, 0, 0, 0.95);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: rgba(0, 0, 0, 0.95);
  --bs-table-bg: rgb(246.6, 251.6, 250.6);
  --bs-table-border-color: rgba(201.1106796117, 205.1883495146, 204.372815534, 0.99);
  --bs-table-striped-bg: rgba(235.3909090909, 240.1636363636, 239.2090909091, 0.9975);
  --bs-table-striped-color: rgba(0, 0, 0, 0.95);
  --bs-table-active-bg: rgba(224.0740384615, 228.6173076923, 227.7086538462, 0.995);
  --bs-table-active-color: rgba(0, 0, 0, 0.95);
  --bs-table-hover-bg: rgba(229.7460431655, 234.4043165468, 233.4726618705, 0.99625);
  --bs-table-hover-color: rgba(0, 0, 0, 0.95);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: rgba(0, 0, 0, 0.95);
  --bs-table-bg: rgb(247.6, 227.8, 213.4);
  --bs-table-border-color: rgba(201.9262135922, 185.7786407767, 174.0349514563, 0.99);
  --bs-table-striped-bg: rgba(236.3454545455, 217.4454545455, 203.7, 0.9975);
  --bs-table-striped-color: rgba(0, 0, 0, 0.95);
  --bs-table-active-bg: rgba(224.9826923077, 206.9913461538, 193.9067307692, 0.995);
  --bs-table-active-color: rgba(0, 0, 0, 0.95);
  --bs-table-hover-bg: rgba(230.6776978417, 212.2309352518, 198.8151079137, 0.99625);
  --bs-table-hover-color: rgba(0, 0, 0, 0.95);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: rgba(0, 0, 0, 0.95);
  --bs-table-bg: rgb(248.4, 209.4, 216);
  --bs-table-border-color: rgba(202.5786407767, 170.772815534, 176.1553398058, 0.99);
  --bs-table-striped-bg: rgba(237.1090909091, 199.8818181818, 206.1818181818, 0.9975);
  --bs-table-striped-color: rgba(0, 0, 0, 0.95);
  --bs-table-active-bg: rgba(225.7096153846, 190.2721153846, 196.2692307692, 0.995);
  --bs-table-active-color: rgba(0, 0, 0, 0.95);
  --bs-table-hover-bg: rgba(231.4230215827, 195.0884892086, 201.2374100719, 0.99625);
  --bs-table-hover-color: rgba(0, 0, 0, 0.95);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: rgba(0, 0, 0, 0.95);
  --bs-table-bg: #e7e5f3;
  --bs-table-border-color: rgba(188.3883495146, 186.7572815534, 198.1747572816, 0.99);
  --bs-table-striped-bg: rgba(220.5, 218.5909090909, 231.9545454545, 0.9975);
  --bs-table-striped-color: rgba(0, 0, 0, 0.95);
  --bs-table-active-bg: rgba(209.8990384615, 208.0817307692, 220.8028846154, 0.995);
  --bs-table-active-color: rgba(0, 0, 0, 0.95);
  --bs-table-hover-bg: rgba(215.2122302158, 213.3489208633, 226.3920863309, 0.99625);
  --bs-table-hover-color: rgba(0, 0, 0, 0.95);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: rgb(255, 255, 255);
  --bs-table-bg: #201547;
  --bs-table-border-color: rgb(76.6, 67.8, 107.8);
  --bs-table-striped-bg: rgb(43.15, 32.7, 80.2);
  --bs-table-striped-color: rgb(255, 255, 255);
  --bs-table-active-bg: rgb(54.3, 44.4, 89.4);
  --bs-table-active-color: rgb(255, 255, 255);
  --bs-table-hover-bg: rgb(48.725, 38.55, 84.8);
  --bs-table-hover-color: rgb(255, 255, 255);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 2rem;
  }
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 1rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.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: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #aca4d3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(89, 73, 167, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  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) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: calc(1.325rem + 0.9vw);
  border-radius: var(--bs-border-radius-lg);
}
@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 2rem;
  }
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #aca4d3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(89, 73, 167, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 1rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.325rem + 0.9vw);
  border-radius: var(--bs-border-radius-lg);
}
@media (min-width: 1200px) {
  .form-select-lg {
    font-size: 2rem;
  }
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23d9d9d9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.65rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #aca4d3;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(89, 73, 167, 0.25);
}
.form-check-input:checked {
  background-color: #5949a7;
  border-color: #5949a7;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='rgb%28255, 255, 255%29'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #5949a7;
  border-color: #5949a7;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23aca4d3'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28255, 255, 255%29'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px rgb(255, 255, 255), 0 0 0 0.25rem rgba(89, 73, 167, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px rgb(255, 255, 255), 0 0 0 0.25rem rgba(89, 73, 167, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #5949a7;
  border: 0;
  border-radius: 1rem;
  transition: 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) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(205.2, 200.4, 228.6);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #5949a7;
  border: 0;
  border-radius: 1rem;
  transition: 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) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(205.2, 200.4, 228.6);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: calc(1.325rem + 0.9vw);
  border-radius: var(--bs-border-radius-lg);
}
@media (min-width: 1200px) {
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn {
    font-size: 2rem;
  }
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 1rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2397d5c9' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2397d5c9' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23de1b3c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23de1b3c' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23de1b3c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23de1b3c' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1.1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: rgb(255, 255, 255);
  --bs-btn-bg: #5949a7;
  --bs-btn-border-color: #5949a7;
  --bs-btn-hover-color: rgb(255, 255, 255);
  --bs-btn-hover-bg: rgb(75.65, 62.05, 141.95);
  --bs-btn-hover-border-color: rgb(71.2, 58.4, 133.6);
  --bs-btn-focus-shadow-rgb: 114, 100, 180;
  --bs-btn-active-color: rgb(255, 255, 255);
  --bs-btn-active-bg: rgb(71.2, 58.4, 133.6);
  --bs-btn-active-border-color: rgb(66.75, 54.75, 125.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 255, 255);
  --bs-btn-disabled-bg: #5949a7;
  --bs-btn-disabled-border-color: #5949a7;
}

.btn-secondary {
  --bs-btn-color: rgb(255, 255, 255);
  --bs-btn-bg: #201547;
  --bs-btn-border-color: #201547;
  --bs-btn-hover-color: rgb(255, 255, 255);
  --bs-btn-hover-bg: rgb(27.2, 17.85, 60.35);
  --bs-btn-hover-border-color: rgb(25.6, 16.8, 56.8);
  --bs-btn-focus-shadow-rgb: 65, 56, 99;
  --bs-btn-active-color: rgb(255, 255, 255);
  --bs-btn-active-bg: rgb(25.6, 16.8, 56.8);
  --bs-btn-active-border-color: rgb(24, 15.75, 53.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 255, 255);
  --bs-btn-disabled-bg: #201547;
  --bs-btn-disabled-border-color: #201547;
}

.btn-info {
  --bs-btn-color: rgba(0, 0, 0, 0.95);
  --bs-btn-bg: #d5eee9;
  --bs-btn-border-color: #d5eee9;
  --bs-btn-hover-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-bg: rgb(219.3, 240.55, 236.3);
  --bs-btn-hover-border-color: rgb(217.2, 239.7, 235.2);
  --bs-btn-focus-shadow-rgb: 184, 205, 201;
  --bs-btn-active-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-bg: rgb(221.4, 241.4, 237.4);
  --bs-btn-active-border-color: rgb(217.2, 239.7, 235.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(0, 0, 0, 0.95);
  --bs-btn-disabled-bg: #d5eee9;
  --bs-btn-disabled-border-color: #d5eee9;
}

.btn-success {
  --bs-btn-color: rgba(0, 0, 0, 0.95);
  --bs-btn-bg: #97d5c9;
  --bs-btn-border-color: #97d5c9;
  --bs-btn-hover-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-bg: rgb(166.6, 219.3, 209.1);
  --bs-btn-hover-border-color: rgb(161.4, 217.2, 206.4);
  --bs-btn-focus-shadow-rgb: 130, 184, 173;
  --bs-btn-active-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-bg: rgb(171.8, 221.4, 211.8);
  --bs-btn-active-border-color: rgb(161.4, 217.2, 206.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(0, 0, 0, 0.95);
  --bs-btn-disabled-bg: #97d5c9;
  --bs-btn-disabled-border-color: #97d5c9;
}

.btn-warning {
  --bs-btn-color: rgba(0, 0, 0, 0.95);
  --bs-btn-bg: #da772f;
  --bs-btn-border-color: #da772f;
  --bs-btn-hover-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-bg: rgb(223.55, 139.4, 78.2);
  --bs-btn-hover-border-color: rgb(221.7, 132.6, 67.8);
  --bs-btn-focus-shadow-rgb: 188, 103, 41;
  --bs-btn-active-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-bg: rgb(225.4, 146.2, 88.6);
  --bs-btn-active-border-color: rgb(221.7, 132.6, 67.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(0, 0, 0, 0.95);
  --bs-btn-disabled-bg: #da772f;
  --bs-btn-disabled-border-color: #da772f;
}

.btn-danger {
  --bs-btn-color: rgb(255, 255, 255);
  --bs-btn-bg: #de1b3c;
  --bs-btn-border-color: #de1b3c;
  --bs-btn-hover-color: rgb(255, 255, 255);
  --bs-btn-hover-bg: rgb(188.7, 22.95, 51);
  --bs-btn-hover-border-color: rgb(177.6, 21.6, 48);
  --bs-btn-focus-shadow-rgb: 227, 61, 89;
  --bs-btn-active-color: rgb(255, 255, 255);
  --bs-btn-active-bg: rgb(177.6, 21.6, 48);
  --bs-btn-active-border-color: rgb(166.5, 20.25, 45);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 255, 255);
  --bs-btn-disabled-bg: #de1b3c;
  --bs-btn-disabled-border-color: #de1b3c;
}

.btn-light {
  --bs-btn-color: rgba(0, 0, 0, 0.95);
  --bs-btn-bg: #e7e5f3;
  --bs-btn-border-color: #e7e5f3;
  --bs-btn-hover-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-bg: rgb(196.35, 194.65, 206.55);
  --bs-btn-hover-border-color: rgb(184.8, 183.2, 194.4);
  --bs-btn-focus-shadow-rgb: 199, 197, 210;
  --bs-btn-active-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-bg: rgb(184.8, 183.2, 194.4);
  --bs-btn-active-border-color: rgb(173.25, 171.75, 182.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(0, 0, 0, 0.95);
  --bs-btn-disabled-bg: #e7e5f3;
  --bs-btn-disabled-border-color: #e7e5f3;
}

.btn-dark {
  --bs-btn-color: rgb(255, 255, 255);
  --bs-btn-bg: #201547;
  --bs-btn-border-color: #201547;
  --bs-btn-hover-color: rgb(255, 255, 255);
  --bs-btn-hover-bg: rgb(65.45, 56.1, 98.6);
  --bs-btn-hover-border-color: rgb(54.3, 44.4, 89.4);
  --bs-btn-focus-shadow-rgb: 65, 56, 99;
  --bs-btn-active-color: rgb(255, 255, 255);
  --bs-btn-active-bg: rgb(76.6, 67.8, 107.8);
  --bs-btn-active-border-color: rgb(54.3, 44.4, 89.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 255, 255);
  --bs-btn-disabled-bg: #201547;
  --bs-btn-disabled-border-color: #201547;
}

.btn-black {
  --bs-btn-color: rgb(255, 255, 255);
  --bs-btn-bg: rgba(0, 0, 0, 0.95);
  --bs-btn-border-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-color: rgb(255, 255, 255);
  --bs-btn-hover-bg: rgba(0, 0, 0, 0.9575);
  --bs-btn-hover-border-color: rgba(0, 0, 0, 0.96);
  --bs-btn-focus-shadow-rgb: 42, 42, 42;
  --bs-btn-active-color: rgb(255, 255, 255);
  --bs-btn-active-bg: rgba(0, 0, 0, 0.96);
  --bs-btn-active-border-color: rgba(0, 0, 0, 0.9625);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 255, 255);
  --bs-btn-disabled-bg: rgba(0, 0, 0, 0.95);
  --bs-btn-disabled-border-color: rgba(0, 0, 0, 0.95);
}

.btn-white {
  --bs-btn-color: rgba(0, 0, 0, 0.95);
  --bs-btn-bg: rgb(255, 255, 255);
  --bs-btn-border-color: rgb(255, 255, 255);
  --bs-btn-hover-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 220, 220, 220;
  --bs-btn-active-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(0, 0, 0, 0.95);
  --bs-btn-disabled-bg: rgb(255, 255, 255);
  --bs-btn-disabled-border-color: rgb(255, 255, 255);
}

.btn-lighter {
  --bs-btn-color: rgba(0, 0, 0, 0.95);
  --bs-btn-bg: #f6f3f6;
  --bs-btn-border-color: #f6f3f6;
  --bs-btn-hover-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-bg: rgb(247.35, 244.8, 247.35);
  --bs-btn-hover-border-color: rgb(246.9, 244.2, 246.9);
  --bs-btn-focus-shadow-rgb: 212, 210, 212;
  --bs-btn-active-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-bg: rgb(247.8, 245.4, 247.8);
  --bs-btn-active-border-color: rgb(246.9, 244.2, 246.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(0, 0, 0, 0.95);
  --bs-btn-disabled-bg: #f6f3f6;
  --bs-btn-disabled-border-color: #f6f3f6;
}

.btn-body-color {
  --bs-btn-color: rgb(255, 255, 255);
  --bs-btn-bg: rgba(0, 0, 0, 0.8);
  --bs-btn-border-color: rgba(0, 0, 0, 0.8);
  --bs-btn-hover-color: rgb(255, 255, 255);
  --bs-btn-hover-bg: rgba(0, 0, 0, 0.83);
  --bs-btn-hover-border-color: rgba(0, 0, 0, 0.84);
  --bs-btn-focus-shadow-rgb: 53, 53, 53;
  --bs-btn-active-color: rgb(255, 255, 255);
  --bs-btn-active-bg: rgba(0, 0, 0, 0.84);
  --bs-btn-active-border-color: rgba(0, 0, 0, 0.85);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 255, 255);
  --bs-btn-disabled-bg: rgba(0, 0, 0, 0.8);
  --bs-btn-disabled-border-color: rgba(0, 0, 0, 0.8);
}

.btn-light-gray {
  --bs-btn-color: rgba(0, 0, 0, 0.95);
  --bs-btn-bg: #d9d9d9;
  --bs-btn-border-color: #d9d9d9;
  --bs-btn-hover-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-bg: rgb(222.7, 222.7, 222.7);
  --bs-btn-hover-border-color: rgb(220.8, 220.8, 220.8);
  --bs-btn-focus-shadow-rgb: 187, 187, 187;
  --bs-btn-active-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-bg: rgb(224.6, 224.6, 224.6);
  --bs-btn-active-border-color: rgb(220.8, 220.8, 220.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(0, 0, 0, 0.95);
  --bs-btn-disabled-bg: #d9d9d9;
  --bs-btn-disabled-border-color: #d9d9d9;
}

.btn-dark-gray {
  --bs-btn-color: rgba(0, 0, 0, 0.95);
  --bs-btn-bg: #a6a6a6;
  --bs-btn-border-color: #a6a6a6;
  --bs-btn-hover-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-bg: rgb(179.35, 179.35, 179.35);
  --bs-btn-hover-border-color: rgb(174.9, 174.9, 174.9);
  --bs-btn-focus-shadow-rgb: 143, 143, 143;
  --bs-btn-active-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-bg: rgb(183.8, 183.8, 183.8);
  --bs-btn-active-border-color: rgb(174.9, 174.9, 174.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(0, 0, 0, 0.95);
  --bs-btn-disabled-bg: #a6a6a6;
  --bs-btn-disabled-border-color: #a6a6a6;
}

.btn-neutral {
  --bs-btn-color: rgba(0, 0, 0, 0.95);
  --bs-btn-bg: #f6f3f6;
  --bs-btn-border-color: #f6f3f6;
  --bs-btn-hover-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-bg: rgb(247.35, 244.8, 247.35);
  --bs-btn-hover-border-color: rgb(246.9, 244.2, 246.9);
  --bs-btn-focus-shadow-rgb: 212, 210, 212;
  --bs-btn-active-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-bg: rgb(247.8, 245.4, 247.8);
  --bs-btn-active-border-color: rgb(246.9, 244.2, 246.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(0, 0, 0, 0.95);
  --bs-btn-disabled-bg: #f6f3f6;
  --bs-btn-disabled-border-color: #f6f3f6;
}

.btn-ponderosa {
  --bs-btn-color: rgb(255, 255, 255);
  --bs-btn-bg: #004053;
  --bs-btn-border-color: #004053;
  --bs-btn-hover-color: rgb(255, 255, 255);
  --bs-btn-hover-bg: rgb(0, 54.4, 70.55);
  --bs-btn-hover-border-color: rgb(0, 51.2, 66.4);
  --bs-btn-focus-shadow-rgb: 38, 93, 109;
  --bs-btn-active-color: rgb(255, 255, 255);
  --bs-btn-active-bg: rgb(0, 51.2, 66.4);
  --bs-btn-active-border-color: rgb(0, 48, 62.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 255, 255);
  --bs-btn-disabled-bg: #004053;
  --bs-btn-disabled-border-color: #004053;
}

.btn-outline-primary {
  --bs-btn-color: #5949a7;
  --bs-btn-border-color: #5949a7;
  --bs-btn-hover-color: rgb(255, 255, 255);
  --bs-btn-hover-bg: #5949a7;
  --bs-btn-hover-border-color: #5949a7;
  --bs-btn-focus-shadow-rgb: 89, 73, 167;
  --bs-btn-active-color: rgb(255, 255, 255);
  --bs-btn-active-bg: #5949a7;
  --bs-btn-active-border-color: #5949a7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #5949a7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #5949a7;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #201547;
  --bs-btn-border-color: #201547;
  --bs-btn-hover-color: rgb(255, 255, 255);
  --bs-btn-hover-bg: #201547;
  --bs-btn-hover-border-color: #201547;
  --bs-btn-focus-shadow-rgb: 32, 21, 71;
  --bs-btn-active-color: rgb(255, 255, 255);
  --bs-btn-active-bg: #201547;
  --bs-btn-active-border-color: #201547;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #201547;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #201547;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #d5eee9;
  --bs-btn-border-color: #d5eee9;
  --bs-btn-hover-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-bg: #d5eee9;
  --bs-btn-hover-border-color: #d5eee9;
  --bs-btn-focus-shadow-rgb: 213, 238, 233;
  --bs-btn-active-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-bg: #d5eee9;
  --bs-btn-active-border-color: #d5eee9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d5eee9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d5eee9;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #97d5c9;
  --bs-btn-border-color: #97d5c9;
  --bs-btn-hover-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-bg: #97d5c9;
  --bs-btn-hover-border-color: #97d5c9;
  --bs-btn-focus-shadow-rgb: 151, 213, 201;
  --bs-btn-active-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-bg: #97d5c9;
  --bs-btn-active-border-color: #97d5c9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #97d5c9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #97d5c9;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #da772f;
  --bs-btn-border-color: #da772f;
  --bs-btn-hover-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-bg: #da772f;
  --bs-btn-hover-border-color: #da772f;
  --bs-btn-focus-shadow-rgb: 218, 119, 47;
  --bs-btn-active-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-bg: #da772f;
  --bs-btn-active-border-color: #da772f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #da772f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #da772f;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #de1b3c;
  --bs-btn-border-color: #de1b3c;
  --bs-btn-hover-color: rgb(255, 255, 255);
  --bs-btn-hover-bg: #de1b3c;
  --bs-btn-hover-border-color: #de1b3c;
  --bs-btn-focus-shadow-rgb: 222, 27, 60;
  --bs-btn-active-color: rgb(255, 255, 255);
  --bs-btn-active-bg: #de1b3c;
  --bs-btn-active-border-color: #de1b3c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #de1b3c;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #de1b3c;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #e7e5f3;
  --bs-btn-border-color: #e7e5f3;
  --bs-btn-hover-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-bg: #e7e5f3;
  --bs-btn-hover-border-color: #e7e5f3;
  --bs-btn-focus-shadow-rgb: 231, 229, 243;
  --bs-btn-active-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-bg: #e7e5f3;
  --bs-btn-active-border-color: #e7e5f3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e7e5f3;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e7e5f3;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #201547;
  --bs-btn-border-color: #201547;
  --bs-btn-hover-color: rgb(255, 255, 255);
  --bs-btn-hover-bg: #201547;
  --bs-btn-hover-border-color: #201547;
  --bs-btn-focus-shadow-rgb: 32, 21, 71;
  --bs-btn-active-color: rgb(255, 255, 255);
  --bs-btn-active-bg: #201547;
  --bs-btn-active-border-color: #201547;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #201547;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #201547;
  --bs-gradient: none;
}

.btn-outline-black {
  --bs-btn-color: rgba(0, 0, 0, 0.95);
  --bs-btn-border-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-color: rgb(255, 255, 255);
  --bs-btn-hover-bg: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-border-color: rgba(0, 0, 0, 0.95);
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: rgb(255, 255, 255);
  --bs-btn-active-bg: rgba(0, 0, 0, 0.95);
  --bs-btn-active-border-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(0, 0, 0, 0.95);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(0, 0, 0, 0.95);
  --bs-gradient: none;
}

.btn-outline-white {
  --bs-btn-color: rgb(255, 255, 255);
  --bs-btn-border-color: rgb(255, 255, 255);
  --bs-btn-hover-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-bg: rgb(255, 255, 255);
  --bs-btn-hover-border-color: rgb(255, 255, 255);
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-bg: rgb(255, 255, 255);
  --bs-btn-active-border-color: rgb(255, 255, 255);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgb(255, 255, 255);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgb(255, 255, 255);
  --bs-gradient: none;
}

.btn-outline-lighter {
  --bs-btn-color: #f6f3f6;
  --bs-btn-border-color: #f6f3f6;
  --bs-btn-hover-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-bg: #f6f3f6;
  --bs-btn-hover-border-color: #f6f3f6;
  --bs-btn-focus-shadow-rgb: 246, 243, 246;
  --bs-btn-active-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-bg: #f6f3f6;
  --bs-btn-active-border-color: #f6f3f6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f6f3f6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f6f3f6;
  --bs-gradient: none;
}

.btn-outline-body-color {
  --bs-btn-color: rgba(0, 0, 0, 0.8);
  --bs-btn-border-color: rgba(0, 0, 0, 0.8);
  --bs-btn-hover-color: rgb(255, 255, 255);
  --bs-btn-hover-bg: rgba(0, 0, 0, 0.8);
  --bs-btn-hover-border-color: rgba(0, 0, 0, 0.8);
  --bs-btn-focus-shadow-rgb: 0, 0, 0;
  --bs-btn-active-color: rgb(255, 255, 255);
  --bs-btn-active-bg: rgba(0, 0, 0, 0.8);
  --bs-btn-active-border-color: rgba(0, 0, 0, 0.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: rgba(0, 0, 0, 0.8);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(0, 0, 0, 0.8);
  --bs-gradient: none;
}

.btn-outline-light-gray {
  --bs-btn-color: #d9d9d9;
  --bs-btn-border-color: #d9d9d9;
  --bs-btn-hover-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-bg: #d9d9d9;
  --bs-btn-hover-border-color: #d9d9d9;
  --bs-btn-focus-shadow-rgb: 217, 217, 217;
  --bs-btn-active-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-bg: #d9d9d9;
  --bs-btn-active-border-color: #d9d9d9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d9d9d9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d9d9d9;
  --bs-gradient: none;
}

.btn-outline-dark-gray {
  --bs-btn-color: #a6a6a6;
  --bs-btn-border-color: #a6a6a6;
  --bs-btn-hover-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-bg: #a6a6a6;
  --bs-btn-hover-border-color: #a6a6a6;
  --bs-btn-focus-shadow-rgb: 166, 166, 166;
  --bs-btn-active-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-bg: #a6a6a6;
  --bs-btn-active-border-color: #a6a6a6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #a6a6a6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #a6a6a6;
  --bs-gradient: none;
}

.btn-outline-neutral {
  --bs-btn-color: #f6f3f6;
  --bs-btn-border-color: #f6f3f6;
  --bs-btn-hover-color: rgba(0, 0, 0, 0.95);
  --bs-btn-hover-bg: #f6f3f6;
  --bs-btn-hover-border-color: #f6f3f6;
  --bs-btn-focus-shadow-rgb: 246, 243, 246;
  --bs-btn-active-color: rgba(0, 0, 0, 0.95);
  --bs-btn-active-bg: #f6f3f6;
  --bs-btn-active-border-color: #f6f3f6;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f6f3f6;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f6f3f6;
  --bs-gradient: none;
}

.btn-outline-ponderosa {
  --bs-btn-color: #004053;
  --bs-btn-border-color: #004053;
  --bs-btn-hover-color: rgb(255, 255, 255);
  --bs-btn-hover-bg: #004053;
  --bs-btn-hover-border-color: #004053;
  --bs-btn-focus-shadow-rgb: 0, 64, 83;
  --bs-btn-active-color: rgb(255, 255, 255);
  --bs-btn-active-bg: #004053;
  --bs-btn-active-border-color: #004053;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #004053;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #004053;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 114, 100, 180;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: calc(1.325rem + 0.9vw);
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
@media (min-width: 1200px) {
  .btn-lg, .btn-group-lg > .btn {
    --bs-btn-font-size: 2rem;
  }
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1050;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1.1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: rgb(255, 255, 255);
  --bs-dropdown-link-active-bg: #5949a7;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 1rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #d9d9d9;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #d9d9d9;
  --bs-dropdown-link-hover-color: rgb(255, 255, 255);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: rgb(255, 255, 255);
  --bs-dropdown-link-active-bg: #5949a7;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: 0;
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(89, 73, 167, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: rgb(255, 255, 255);
  --bs-nav-pills-link-active-bg: #5949a7;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: -0.175rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 2rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 2rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: 0;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: rgb(255, 255, 255);
  --bs-navbar-brand-color: rgb(255, 255, 255);
  --bs-navbar-brand-hover-color: rgb(255, 255, 255);
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgba%280, 0, 0, 0.8%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%2835.6, 29.2, 66.8%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(89, 73, 167, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1.1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28155.4, 145.8, 202.2%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28155.4, 145.8, 202.2%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1.1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(89, 73, 167, 0.25);
  --bs-pagination-active-color: rgb(255, 255, 255);
  --bs-pagination-active-bg: #5949a7;
  --bs-pagination-active-border-color: #5949a7;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: calc(1.325rem + 0.9vw);
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
@media (min-width: 1200px) {
  .pagination-lg {
    --bs-pagination-font-size: 2rem;
  }
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: rgb(255, 255, 255);
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

.alert-black {
  --bs-alert-color: var(--bs-black-text-emphasis);
  --bs-alert-bg: var(--bs-black-bg-subtle);
  --bs-alert-border-color: var(--bs-black-border-subtle);
  --bs-alert-link-color: var(--bs-black-text-emphasis);
}

.alert-white {
  --bs-alert-color: var(--bs-white-text-emphasis);
  --bs-alert-bg: var(--bs-white-bg-subtle);
  --bs-alert-border-color: var(--bs-white-border-subtle);
  --bs-alert-link-color: var(--bs-white-text-emphasis);
}

.alert-lighter {
  --bs-alert-color: var(--bs-lighter-text-emphasis);
  --bs-alert-bg: var(--bs-lighter-bg-subtle);
  --bs-alert-border-color: var(--bs-lighter-border-subtle);
  --bs-alert-link-color: var(--bs-lighter-text-emphasis);
}

.alert-body-color {
  --bs-alert-color: var(--bs-body-color-text-emphasis);
  --bs-alert-bg: var(--bs-body-color-bg-subtle);
  --bs-alert-border-color: var(--bs-body-color-border-subtle);
  --bs-alert-link-color: var(--bs-body-color-text-emphasis);
}

.alert-light-gray {
  --bs-alert-color: var(--bs-light-gray-text-emphasis);
  --bs-alert-bg: var(--bs-light-gray-bg-subtle);
  --bs-alert-border-color: var(--bs-light-gray-border-subtle);
  --bs-alert-link-color: var(--bs-light-gray-text-emphasis);
}

.alert-dark-gray {
  --bs-alert-color: var(--bs-dark-gray-text-emphasis);
  --bs-alert-bg: var(--bs-dark-gray-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-gray-border-subtle);
  --bs-alert-link-color: var(--bs-dark-gray-text-emphasis);
}

.alert-neutral {
  --bs-alert-color: var(--bs-neutral-text-emphasis);
  --bs-alert-bg: var(--bs-neutral-bg-subtle);
  --bs-alert-border-color: var(--bs-neutral-border-subtle);
  --bs-alert-link-color: var(--bs-neutral-text-emphasis);
}

.alert-ponderosa {
  --bs-alert-color: var(--bs-ponderosa-text-emphasis);
  --bs-alert-bg: var(--bs-ponderosa-bg-subtle);
  --bs-alert-border-color: var(--bs-ponderosa-border-subtle);
  --bs-alert-link-color: var(--bs-ponderosa-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.825rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: rgb(255, 255, 255);
  --bs-progress-bar-bg: #5949a7;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: rgb(255, 255, 255);
  --bs-list-group-active-bg: #5949a7;
  --bs-list-group-active-border-color: #5949a7;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.list-group-item-black {
  --bs-list-group-color: var(--bs-black-text-emphasis);
  --bs-list-group-bg: var(--bs-black-bg-subtle);
  --bs-list-group-border-color: var(--bs-black-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-black-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-black-border-subtle);
  --bs-list-group-active-color: var(--bs-black-bg-subtle);
  --bs-list-group-active-bg: var(--bs-black-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-black-text-emphasis);
}

.list-group-item-white {
  --bs-list-group-color: var(--bs-white-text-emphasis);
  --bs-list-group-bg: var(--bs-white-bg-subtle);
  --bs-list-group-border-color: var(--bs-white-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-white-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-white-border-subtle);
  --bs-list-group-active-color: var(--bs-white-bg-subtle);
  --bs-list-group-active-bg: var(--bs-white-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-white-text-emphasis);
}

.list-group-item-lighter {
  --bs-list-group-color: var(--bs-lighter-text-emphasis);
  --bs-list-group-bg: var(--bs-lighter-bg-subtle);
  --bs-list-group-border-color: var(--bs-lighter-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-lighter-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-lighter-border-subtle);
  --bs-list-group-active-color: var(--bs-lighter-bg-subtle);
  --bs-list-group-active-bg: var(--bs-lighter-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-lighter-text-emphasis);
}

.list-group-item-body-color {
  --bs-list-group-color: var(--bs-body-color-text-emphasis);
  --bs-list-group-bg: var(--bs-body-color-bg-subtle);
  --bs-list-group-border-color: var(--bs-body-color-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-body-color-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-body-color-border-subtle);
  --bs-list-group-active-color: var(--bs-body-color-bg-subtle);
  --bs-list-group-active-bg: var(--bs-body-color-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-body-color-text-emphasis);
}

.list-group-item-light-gray {
  --bs-list-group-color: var(--bs-light-gray-text-emphasis);
  --bs-list-group-bg: var(--bs-light-gray-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-gray-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-gray-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-gray-border-subtle);
  --bs-list-group-active-color: var(--bs-light-gray-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-gray-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-gray-text-emphasis);
}

.list-group-item-dark-gray {
  --bs-list-group-color: var(--bs-dark-gray-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-gray-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-gray-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-gray-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-gray-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-gray-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-gray-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-gray-text-emphasis);
}

.list-group-item-neutral {
  --bs-list-group-color: var(--bs-neutral-text-emphasis);
  --bs-list-group-bg: var(--bs-neutral-bg-subtle);
  --bs-list-group-border-color: var(--bs-neutral-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-neutral-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-neutral-border-subtle);
  --bs-list-group-active-color: var(--bs-neutral-bg-subtle);
  --bs-list-group-active-bg: var(--bs-neutral-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-neutral-text-emphasis);
}

.list-group-item-ponderosa {
  --bs-list-group-color: var(--bs-ponderosa-text-emphasis);
  --bs-list-group-bg: var(--bs-ponderosa-bg-subtle);
  --bs-list-group-border-color: var(--bs-ponderosa-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-ponderosa-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-ponderosa-border-subtle);
  --bs-list-group-active-color: var(--bs-ponderosa-bg-subtle);
  --bs-list-group-active-bg: var(--bs-ponderosa-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-ponderosa-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: rgba(0, 0, 0, 0.95);
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%280, 0, 0, 0.95%29'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(89, 73, 167, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1100;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: rgba(0, 0, 0, 0.95);
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1300;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 1rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 1rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1.1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: rgb(255, 255, 255);
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: rgb(255, 255, 255);
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28255, 255, 255%29'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28255, 255, 255%29'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28255, 255, 255%29'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28255, 255, 255%29'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: rgb(255, 255, 255);
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: rgba(0, 0, 0, 0.95);
}
.carousel-dark .carousel-caption {
  color: rgba(0, 0, 0, 0.95);
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: rgba(0, 0, 0, 0.95);
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: rgba(0, 0, 0, 0.95);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, rgba(0, 0, 0, 0.95) 55%, rgba(0, 0, 0, 0.8) 75%, rgba(0, 0, 0, 0.95) 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: rgba(0, 0, 0, 0.95) !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: rgba(0, 0, 0, 0.95) !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: rgba(0, 0, 0, 0.95) !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: rgba(0, 0, 0, 0.95) !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-black {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-black-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-white {
  color: rgba(0, 0, 0, 0.95) !important;
  background-color: RGBA(var(--bs-white-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-lighter {
  color: rgba(0, 0, 0, 0.95) !important;
  background-color: RGBA(var(--bs-lighter-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-body-color {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-body-color-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light-gray {
  color: rgba(0, 0, 0, 0.95) !important;
  background-color: RGBA(var(--bs-light-gray-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark-gray {
  color: rgba(0, 0, 0, 0.95) !important;
  background-color: RGBA(var(--bs-dark-gray-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-neutral {
  color: rgba(0, 0, 0, 0.95) !important;
  background-color: RGBA(var(--bs-neutral-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-ponderosa {
  color: rgb(255, 255, 255) !important;
  background-color: RGBA(var(--bs-ponderosa-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(71, 58, 134, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(71, 58, 134, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(26, 17, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 17, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(221, 241, 237, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(221, 241, 237, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(172, 221, 212, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(172, 221, 212, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(225, 146, 89, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(225, 146, 89, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(178, 22, 48, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(178, 22, 48, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(236, 234, 245, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(236, 234, 245, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 17, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 17, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-black {
  color: RGBA(var(--bs-black-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-black-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-black:hover, .link-black:focus {
  color: RGBA(0, 0, 0, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
}

.link-white {
  color: RGBA(var(--bs-white-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-white-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-white:hover, .link-white:focus {
  color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-lighter {
  color: RGBA(var(--bs-lighter-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-lighter-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-lighter:hover, .link-lighter:focus {
  color: RGBA(248, 245, 248, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(248, 245, 248, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-color {
  color: RGBA(var(--bs-body-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-body-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-color:hover, .link-body-color:focus {
  color: RGBA(0, 0, 0, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 0, 0, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light-gray {
  color: RGBA(var(--bs-light-gray-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-gray-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light-gray:hover, .link-light-gray:focus {
  color: RGBA(225, 225, 225, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(225, 225, 225, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark-gray {
  color: RGBA(var(--bs-dark-gray-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-gray-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark-gray:hover, .link-dark-gray:focus {
  color: RGBA(184, 184, 184, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(184, 184, 184, var(--bs-link-underline-opacity, 1)) !important;
}

.link-neutral {
  color: RGBA(var(--bs-neutral-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-neutral-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-neutral:hover, .link-neutral:focus {
  color: RGBA(248, 245, 248, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(248, 245, 248, var(--bs-link-underline-opacity, 1)) !important;
}

.link-ponderosa {
  color: RGBA(var(--bs-ponderosa-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-ponderosa-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-ponderosa:hover, .link-ponderosa:focus {
  color: RGBA(0, 51, 66, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 51, 66, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-black {
  --bs-focus-ring-color: rgba(var(--bs-black-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-white {
  --bs-focus-ring-color: rgba(var(--bs-white-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-lighter {
  --bs-focus-ring-color: rgba(var(--bs-lighter-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-body-color {
  --bs-focus-ring-color: rgba(var(--bs-body-color-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light-gray {
  --bs-focus-ring-color: rgba(var(--bs-light-gray-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark-gray {
  --bs-focus-ring-color: rgba(var(--bs-dark-gray-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-neutral {
  --bs-focus-ring-color: rgba(var(--bs-neutral-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-ponderosa {
  --bs-focus-ring-color: rgba(var(--bs-ponderosa-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-lighter {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-lighter-rgb), var(--bs-border-opacity)) !important;
}

.border-body-color {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-body-color-rgb), var(--bs-border-opacity)) !important;
}

.border-light-gray {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-gray-rgb), var(--bs-border-opacity)) !important;
}

.border-dark-gray {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-gray-rgb), var(--bs-border-opacity)) !important;
}

.border-neutral {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-neutral-rgb), var(--bs-border-opacity)) !important;
}

.border-ponderosa {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-ponderosa-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1 !important;
}

.border-2 {
  border-width: 2 !important;
}

.border-3 {
  border-width: 3 !important;
}

.border-4 {
  border-width: 4 !important;
}

.border-5 {
  border-width: 5 !important;
}

.border-6 {
  border-width: 6 !important;
}

.border-7 {
  border-width: 7 !important;
}

.border-8 {
  border-width: 8 !important;
}

.border-9 {
  border-width: 9 !important;
}

.border-10 {
  border-width: 10 !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !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;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.m-9 {
  margin: 7rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-6 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-7 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-8 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-9 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-8 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-9 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 4rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mt-8 {
  margin-top: 6rem !important;
}

.mt-9 {
  margin-top: 7rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 4rem !important;
}

.me-7 {
  margin-right: 5rem !important;
}

.me-8 {
  margin-right: 6rem !important;
}

.me-9 {
  margin-right: 7rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 4rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.mb-8 {
  margin-bottom: 6rem !important;
}

.mb-9 {
  margin-bottom: 7rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 4rem !important;
}

.ms-7 {
  margin-left: 5rem !important;
}

.ms-8 {
  margin-left: 6rem !important;
}

.ms-9 {
  margin-left: 7rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.p-9 {
  padding: 7rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.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;
}

.px-6 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-7 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-8 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-9 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-7 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-8 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-9 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-6 {
  padding-top: 4rem !important;
}

.pt-7 {
  padding-top: 5rem !important;
}

.pt-8 {
  padding-top: 6rem !important;
}

.pt-9 {
  padding-top: 7rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 4rem !important;
}

.pe-7 {
  padding-right: 5rem !important;
}

.pe-8 {
  padding-right: 6rem !important;
}

.pe-9 {
  padding-right: 7rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 4rem !important;
}

.pb-7 {
  padding-bottom: 5rem !important;
}

.pb-8 {
  padding-bottom: 6rem !important;
}

.pb-9 {
  padding-bottom: 7rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 4rem !important;
}

.ps-7 {
  padding-left: 5rem !important;
}

.ps-8 {
  padding-left: 6rem !important;
}

.ps-9 {
  padding-left: 7rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 4rem !important;
}

.gap-7 {
  gap: 5rem !important;
}

.gap-8 {
  gap: 6rem !important;
}

.gap-9 {
  gap: 7rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.row-gap-6 {
  row-gap: 4rem !important;
}

.row-gap-7 {
  row-gap: 5rem !important;
}

.row-gap-8 {
  row-gap: 6rem !important;
}

.row-gap-9 {
  row-gap: 7rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.column-gap-6 {
  column-gap: 4rem !important;
}

.column-gap-7 {
  column-gap: 5rem !important;
}

.column-gap-8 {
  column-gap: 6rem !important;
}

.column-gap-9 {
  column-gap: 7rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.4rem + 1.8vw) !important;
}

.fs-2 {
  font-size: calc(1.345rem + 1.14vw) !important;
}

.fs-3 {
  font-size: calc(1.3175rem + 0.81vw) !important;
}

.fs-4 {
  font-size: calc(1.29rem + 0.48vw) !important;
}

.fs-5 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}

.fs-6 {
  font-size: 1.1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-lighter {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-lighter-rgb), var(--bs-text-opacity)) !important;
}

.text-body-color {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-light-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-gray-rgb), var(--bs-text-opacity)) !important;
}

.text-dark-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-gray-rgb), var(--bs-text-opacity)) !important;
}

.text-neutral {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-neutral-rgb), var(--bs-text-opacity)) !important;
}

.text-ponderosa {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-ponderosa-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-black {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-black-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-white {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-white-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-lighter {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-lighter-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-body-color {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-body-color-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-gray-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-gray-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-neutral {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-neutral-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-ponderosa {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-ponderosa-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-lighter {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-lighter-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-color {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-color-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-gray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-gray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-neutral {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-neutral-rgb), var(--bs-bg-opacity)) !important;
}

.bg-ponderosa {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-ponderosa-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .m-sm-8 {
    margin: 6rem !important;
  }
  .m-sm-9 {
    margin: 7rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 4rem !important;
  }
  .mt-sm-7 {
    margin-top: 5rem !important;
  }
  .mt-sm-8 {
    margin-top: 6rem !important;
  }
  .mt-sm-9 {
    margin-top: 7rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 4rem !important;
  }
  .me-sm-7 {
    margin-right: 5rem !important;
  }
  .me-sm-8 {
    margin-right: 6rem !important;
  }
  .me-sm-9 {
    margin-right: 7rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 4rem !important;
  }
  .ms-sm-7 {
    margin-left: 5rem !important;
  }
  .ms-sm-8 {
    margin-left: 6rem !important;
  }
  .ms-sm-9 {
    margin-left: 7rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .p-sm-7 {
    padding: 5rem !important;
  }
  .p-sm-8 {
    padding: 6rem !important;
  }
  .p-sm-9 {
    padding: 7rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 4rem !important;
  }
  .pt-sm-7 {
    padding-top: 5rem !important;
  }
  .pt-sm-8 {
    padding-top: 6rem !important;
  }
  .pt-sm-9 {
    padding-top: 7rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 4rem !important;
  }
  .pe-sm-7 {
    padding-right: 5rem !important;
  }
  .pe-sm-8 {
    padding-right: 6rem !important;
  }
  .pe-sm-9 {
    padding-right: 7rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 7rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 4rem !important;
  }
  .ps-sm-7 {
    padding-left: 5rem !important;
  }
  .ps-sm-8 {
    padding-left: 6rem !important;
  }
  .ps-sm-9 {
    padding-left: 7rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 4rem !important;
  }
  .gap-sm-7 {
    gap: 5rem !important;
  }
  .gap-sm-8 {
    gap: 6rem !important;
  }
  .gap-sm-9 {
    gap: 7rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 4rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 6rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 7rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .column-gap-sm-6 {
    column-gap: 4rem !important;
  }
  .column-gap-sm-7 {
    column-gap: 5rem !important;
  }
  .column-gap-sm-8 {
    column-gap: 6rem !important;
  }
  .column-gap-sm-9 {
    column-gap: 7rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .m-md-8 {
    margin: 6rem !important;
  }
  .m-md-9 {
    margin: 7rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 4rem !important;
  }
  .mt-md-7 {
    margin-top: 5rem !important;
  }
  .mt-md-8 {
    margin-top: 6rem !important;
  }
  .mt-md-9 {
    margin-top: 7rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 4rem !important;
  }
  .me-md-7 {
    margin-right: 5rem !important;
  }
  .me-md-8 {
    margin-right: 6rem !important;
  }
  .me-md-9 {
    margin-right: 7rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 4rem !important;
  }
  .mb-md-7 {
    margin-bottom: 5rem !important;
  }
  .mb-md-8 {
    margin-bottom: 6rem !important;
  }
  .mb-md-9 {
    margin-bottom: 7rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 4rem !important;
  }
  .ms-md-7 {
    margin-left: 5rem !important;
  }
  .ms-md-8 {
    margin-left: 6rem !important;
  }
  .ms-md-9 {
    margin-left: 7rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .p-md-8 {
    padding: 6rem !important;
  }
  .p-md-9 {
    padding: 7rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 4rem !important;
  }
  .pt-md-7 {
    padding-top: 5rem !important;
  }
  .pt-md-8 {
    padding-top: 6rem !important;
  }
  .pt-md-9 {
    padding-top: 7rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 4rem !important;
  }
  .pe-md-7 {
    padding-right: 5rem !important;
  }
  .pe-md-8 {
    padding-right: 6rem !important;
  }
  .pe-md-9 {
    padding-right: 7rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 4rem !important;
  }
  .pb-md-7 {
    padding-bottom: 5rem !important;
  }
  .pb-md-8 {
    padding-bottom: 6rem !important;
  }
  .pb-md-9 {
    padding-bottom: 7rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 4rem !important;
  }
  .ps-md-7 {
    padding-left: 5rem !important;
  }
  .ps-md-8 {
    padding-left: 6rem !important;
  }
  .ps-md-9 {
    padding-left: 7rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 4rem !important;
  }
  .gap-md-7 {
    gap: 5rem !important;
  }
  .gap-md-8 {
    gap: 6rem !important;
  }
  .gap-md-9 {
    gap: 7rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .row-gap-md-6 {
    row-gap: 4rem !important;
  }
  .row-gap-md-7 {
    row-gap: 5rem !important;
  }
  .row-gap-md-8 {
    row-gap: 6rem !important;
  }
  .row-gap-md-9 {
    row-gap: 7rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .column-gap-md-6 {
    column-gap: 4rem !important;
  }
  .column-gap-md-7 {
    column-gap: 5rem !important;
  }
  .column-gap-md-8 {
    column-gap: 6rem !important;
  }
  .column-gap-md-9 {
    column-gap: 7rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .m-lg-8 {
    margin: 6rem !important;
  }
  .m-lg-9 {
    margin: 7rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 4rem !important;
  }
  .mt-lg-7 {
    margin-top: 5rem !important;
  }
  .mt-lg-8 {
    margin-top: 6rem !important;
  }
  .mt-lg-9 {
    margin-top: 7rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 4rem !important;
  }
  .me-lg-7 {
    margin-right: 5rem !important;
  }
  .me-lg-8 {
    margin-right: 6rem !important;
  }
  .me-lg-9 {
    margin-right: 7rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 4rem !important;
  }
  .ms-lg-7 {
    margin-left: 5rem !important;
  }
  .ms-lg-8 {
    margin-left: 6rem !important;
  }
  .ms-lg-9 {
    margin-left: 7rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .p-lg-8 {
    padding: 6rem !important;
  }
  .p-lg-9 {
    padding: 7rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 4rem !important;
  }
  .pt-lg-7 {
    padding-top: 5rem !important;
  }
  .pt-lg-8 {
    padding-top: 6rem !important;
  }
  .pt-lg-9 {
    padding-top: 7rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 4rem !important;
  }
  .pe-lg-7 {
    padding-right: 5rem !important;
  }
  .pe-lg-8 {
    padding-right: 6rem !important;
  }
  .pe-lg-9 {
    padding-right: 7rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 7rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 4rem !important;
  }
  .ps-lg-7 {
    padding-left: 5rem !important;
  }
  .ps-lg-8 {
    padding-left: 6rem !important;
  }
  .ps-lg-9 {
    padding-left: 7rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 4rem !important;
  }
  .gap-lg-7 {
    gap: 5rem !important;
  }
  .gap-lg-8 {
    gap: 6rem !important;
  }
  .gap-lg-9 {
    gap: 7rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 4rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 6rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 7rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 4rem !important;
  }
  .column-gap-lg-7 {
    column-gap: 5rem !important;
  }
  .column-gap-lg-8 {
    column-gap: 6rem !important;
  }
  .column-gap-lg-9 {
    column-gap: 7rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .m-xl-7 {
    margin: 5rem !important;
  }
  .m-xl-8 {
    margin: 6rem !important;
  }
  .m-xl-9 {
    margin: 7rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 4rem !important;
  }
  .mt-xl-7 {
    margin-top: 5rem !important;
  }
  .mt-xl-8 {
    margin-top: 6rem !important;
  }
  .mt-xl-9 {
    margin-top: 7rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 4rem !important;
  }
  .me-xl-7 {
    margin-right: 5rem !important;
  }
  .me-xl-8 {
    margin-right: 6rem !important;
  }
  .me-xl-9 {
    margin-right: 7rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 4rem !important;
  }
  .ms-xl-7 {
    margin-left: 5rem !important;
  }
  .ms-xl-8 {
    margin-left: 6rem !important;
  }
  .ms-xl-9 {
    margin-left: 7rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .p-xl-7 {
    padding: 5rem !important;
  }
  .p-xl-8 {
    padding: 6rem !important;
  }
  .p-xl-9 {
    padding: 7rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 4rem !important;
  }
  .pt-xl-7 {
    padding-top: 5rem !important;
  }
  .pt-xl-8 {
    padding-top: 6rem !important;
  }
  .pt-xl-9 {
    padding-top: 7rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 4rem !important;
  }
  .pe-xl-7 {
    padding-right: 5rem !important;
  }
  .pe-xl-8 {
    padding-right: 6rem !important;
  }
  .pe-xl-9 {
    padding-right: 7rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 7rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 4rem !important;
  }
  .ps-xl-7 {
    padding-left: 5rem !important;
  }
  .ps-xl-8 {
    padding-left: 6rem !important;
  }
  .ps-xl-9 {
    padding-left: 7rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 4rem !important;
  }
  .gap-xl-7 {
    gap: 5rem !important;
  }
  .gap-xl-8 {
    gap: 6rem !important;
  }
  .gap-xl-9 {
    gap: 7rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 4rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 6rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 7rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 4rem !important;
  }
  .column-gap-xl-7 {
    column-gap: 5rem !important;
  }
  .column-gap-xl-8 {
    column-gap: 6rem !important;
  }
  .column-gap-xl-9 {
    column-gap: 7rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 4rem !important;
  }
  .m-xxl-7 {
    margin: 5rem !important;
  }
  .m-xxl-8 {
    margin: 6rem !important;
  }
  .m-xxl-9 {
    margin: 7rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-7 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-8 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-9 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-9 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 4rem !important;
  }
  .mt-xxl-7 {
    margin-top: 5rem !important;
  }
  .mt-xxl-8 {
    margin-top: 6rem !important;
  }
  .mt-xxl-9 {
    margin-top: 7rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 4rem !important;
  }
  .me-xxl-7 {
    margin-right: 5rem !important;
  }
  .me-xxl-8 {
    margin-right: 6rem !important;
  }
  .me-xxl-9 {
    margin-right: 7rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 4rem !important;
  }
  .ms-xxl-7 {
    margin-left: 5rem !important;
  }
  .ms-xxl-8 {
    margin-left: 6rem !important;
  }
  .ms-xxl-9 {
    margin-left: 7rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 4rem !important;
  }
  .p-xxl-7 {
    padding: 5rem !important;
  }
  .p-xxl-8 {
    padding: 6rem !important;
  }
  .p-xxl-9 {
    padding: 7rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-7 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-8 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-9 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-9 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 4rem !important;
  }
  .pt-xxl-7 {
    padding-top: 5rem !important;
  }
  .pt-xxl-8 {
    padding-top: 6rem !important;
  }
  .pt-xxl-9 {
    padding-top: 7rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 4rem !important;
  }
  .pe-xxl-7 {
    padding-right: 5rem !important;
  }
  .pe-xxl-8 {
    padding-right: 6rem !important;
  }
  .pe-xxl-9 {
    padding-right: 7rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 7rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 4rem !important;
  }
  .ps-xxl-7 {
    padding-left: 5rem !important;
  }
  .ps-xxl-8 {
    padding-left: 6rem !important;
  }
  .ps-xxl-9 {
    padding-left: 7rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 4rem !important;
  }
  .gap-xxl-7 {
    gap: 5rem !important;
  }
  .gap-xxl-8 {
    gap: 6rem !important;
  }
  .gap-xxl-9 {
    gap: 7rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 4rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 6rem !important;
  }
  .row-gap-xxl-9 {
    row-gap: 7rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .column-gap-xxl-6 {
    column-gap: 4rem !important;
  }
  .column-gap-xxl-7 {
    column-gap: 5rem !important;
  }
  .column-gap-xxl-8 {
    column-gap: 6rem !important;
  }
  .column-gap-xxl-9 {
    column-gap: 7rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.75rem !important;
  }
  .fs-2 {
    font-size: 2.2rem !important;
  }
  .fs-3 {
    font-size: 1.925rem !important;
  }
  .fs-4 {
    font-size: 1.65rem !important;
  }
  .fs-5 {
    font-size: 1.375rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
h1,
.h1 {
  font-size: 4rem;
  font-weight: normal !important;
}

h2,
.h2 {
  font-size: 3rem;
}

h3,
.h3 {
  font-size: 2rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.1rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.txt-sm,
.text-xxs {
  font-size: 0.75rem;
}

.text-xs {
  font-size: 0.875rem;
}

.text-sm {
  font-size: 1rem;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: normal;
  font-family: "Questrial", sans-serif;
}

.domine,
.nunito,
.oswald,
.questrial {
  font-optical-sizing: auto;
  font-style: normal;
}

.questrial,
.domine,
.oswald {
  font-family: "Questrial", sans-serif !important;
  font-weight: normal;
}

.nunito {
  font-weight: 400;
  font-family: "Nunito", sans-serif !important;
}

.h1-sm,
h1.nunito.text-reg,
.nunito.text-reg.h1 {
  font-size: 3rem;
}

ol.text-1_1rem li,
ul.checklist.checklist-lg li,
ul.checklist.text-1_1rem li,
ul.chevlist.lg li,
ul.chevlist.text-1_1rem li {
  font-size: 1.1rem !important;
}

.content.gradient-blue,
.content.gradient-sfe {
  max-width: calc(1280px - 2.5rem);
}

.lbp-cta headshot,
.lbp-cta-sidebar headshot {
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.lbp-cta headshot,
.lbp-cta-sidebar headshot,
.row-sfe-card.row-sfe-cc-img {
  background-repeat: no-repeat;
}

.h1-oswald {
  font-family: "Questrial", sans-serif;
  font-weight: normal;
}

h1.nunito.text-reg, .nunito.text-reg.h1 {
  display: block;
  clear: both;
  text-align: left;
  z-index: 10;
  position: relative;
}

html,
html.firefox body {
  scroll-behavior: smooth;
}

#gridContent {
  padding: 0 !important;
  margin: 0 auto !important;
}

#main,
.pad-b-4rem {
  padding-bottom: 4rem;
}

.locations #pageWrapper #main,
.pad-b-0,
.remove-pad-b {
  padding-bottom: 0 !important;
}

body #pageWrapper.promo-page {
  background-color: rgb(255, 255, 255) !important;
}

.financial-resources-callout .large-8 h2 small span, .financial-resources-callout .large-8 .h2 small span, .financial-resources-callout .large-8 h2 .small span, .financial-resources-callout .large-8 .h2 .small span,
.link-blue,
.link-dark-blue,
.link-desert-sky,
.link-light-blue,
.link-nightfall,
.sidebar.call-to-action p a,
a.link-blue,
a.text-blue,
a.text-dark-blue,
a.text-desert-sky,
a.text-light-blue,
a.text-nightfall {
  text-decoration: underline;
}

.auto-loan-benefits-list li p,
.auto-rates-container p,
.eteam-associate p,
.home-loans-container p,
.rates-callout-heading,
.text-center,
.upcoming-event .event-hero {
  text-align: center;
}

.contact-table,
.rc-slide-heading,
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-1_125rem {
  font-size: 1.125rem;
}

.text-1_2rem {
  font-size: 1.2rem;
}

.button.lg,
.img-row-0-percent .content-box-0-percent p,
.img-row-3-digit-percent .content-box-3-digit-percent p,
.text-1_25rem {
  font-size: 1.25rem;
}

.text-1_3rem {
  font-size: 1.3rem;
}

.text-1_35rem {
  font-size: 1.35rem;
}

.text-1_375rem {
  font-size: 1.375rem;
}

.text-1_4rem {
  font-size: 1.4rem;
}

.text-1_45rem {
  font-size: 1.45rem;
}

.button.xl,
.row-schedule h5,
.row-schedule .h5,
.row-schedule h5.text-center,
.text-1_5rem {
  font-size: 1.5rem;
}

.text-1_75rem {
  font-size: 1.75rem;
}

#locations-page-hero h1, #locations-page-hero .h1,
#locations-page-hero.hero-banner h1,
.text-2rem {
  font-size: 2rem;
}

.auto-rates-container.arc-xl h3.auto-rate-heading .auto-rate, .auto-rates-container.arc-xl .auto-rate-heading.h3 .auto-rate,
.home-loans-container.heloc-rc-xl h3.heloc-rate-heading .heloc-rate,
.home-loans-container.heloc-rc-xl .heloc-rate-heading.h3 .heloc-rate,
.text-2_25rem,
.text-2_5rem {
  font-size: 3rem;
}

.text-2_75rem {
  font-size: 2.75rem;
}

.text-3rem,
.upcoming-event .event-details .event-date .date-num {
  font-size: 4rem;
}

.text-3_25rem {
  font-size: 3.25rem;
}

.text-3_5rem {
  font-size: 3.5rem;
}

.text-3_5rem {
  font-size: 3.5rem;
}

.text-3_75rem {
  font-size: 3.75rem;
}

.text-4rem {
  font-size: 4rem;
}

.text-4_25rem {
  font-size: 4.25rem;
}

.text-4_5rem {
  font-size: 4.5rem;
}

.text-4_75rem {
  font-size: 4.75rem;
}

.text-5_25rem {
  font-size: 5.25rem;
}

.text-5_5rem {
  font-size: 5.5rem;
}

.text-5_75rem {
  font-size: 5.75rem;
}

.text-5rem {
  font-size: 6rem;
}

.text-6_25rem {
  font-size: 6.25rem;
}

.text-6_5rem {
  font-size: 6.5rem;
}

.text-6_75rem {
  font-size: 6.75rem;
}

.h2-section,
.h2-section-onbo {
  font-size: 2rem;
  color: #201547;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
}

.clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#primaryNav ul li > ul.no-children,
#primaryNav ul li > ul.no-children img,
legend {
  border: 0;
}

pre,
textarea {
  overflow: auto;
}

body,
button[disabled],
html input[disabled] {
  cursor: default;
}

main,
#main,
main#main {
  max-width: 100vw;
  overflow: hidden;
}

#pageHeader.newsPost .page-intro,
#topNav .content-wrapper,
.account-helper .detail li,
.fa-ul > li,
.sub-form-group,
body,
sub,
sup {
  position: relative;
}

#pageHeader,
section#pageHeader,
#main #pageHeader,
main#main section#pageHeader {
  margin-bottom: 0 !important;
}

#mobileNav #primaryNav ul,
#mobileNav .content-wrapper,
#primaryNav #mobileNav ul,
#primaryNav #topNav ul,
#primaryNav .slider-container ul,
#topNav #primaryNav ul,
#topNav .content-wrapper,
.locations main[role=main],
.searchbox .search-wrap,
.slider-container #primaryNav ul,
.slider-container .content-wrapper,
article.column,
article.columns,
aside.column,
aside.columns,
body,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
legend,
td,
th {
  padding: 0;
}

.fa-fw,
.fa-li,
.fa-stack-1x,
.fa-stack-2x,
.news-posts-list.archive,
.promo-page .promo-header-strip.logo-center,
.txt-center,
h1.center,
.center.h1,
h2.center,
.center.h2,
h3.center,
.center.h3,
h4.center,
.center.h4,
h5.center,
.center.h5,
h6.center,
.center.h6 {
  text-align: center;
}

*,
::after,
::before,
input[type=search] {
  box-sizing: border-box;
}

.button,
.switch-pill-container .switch-pill input[type=checkbox] + label,
button,
input[type=button],
input[type=submit] {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#mobileNav span,
#topNav .callout-link:hover ul,
.rates-dd .rates-content.active,
.split-button button.dropdown-toggle[aria-expanded=true] .dropdown-menu,
.split-button.open > .dropdown-menu,
article,
aside,
details,
figcaption,
figure,
footer,
footer #footerInfo p span,
footer #footerLinks ul.mobile,
header,
hgroup,
main,
nav,
section,
summary,
video.slide-background-video {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

#featuredServices .related-item,
#featuredServices .related-item .overlay-info,
#primaryNavMobile .primaryNavMenu .navMenuItem .primaryNavSection ul,
.button.hide.mobile,
.checkbox-button,
.control-container .controls-wrapper .play-controls .play-button,
.form-slider .with-extension .slide-info .icon-wrap,
.form-slider.slider-container li.no-image img,
.form-slider.slider-container li.no-image video,
.form-slider.slider-container li.no-image::after,
.form-slider.slider-container li.theme-no-gradient-nightfall::after,
.form-slider.slider-container li.theme-no-gradient-white::after,
.hamburger,
.hide.mobile,
.login-link,
.rates-dd .rates-content,
.top-link-sticky-only,
.with-extension .extension-link,
[data-responsive-background-image] img,
[hidden],
body #pageWrapper #mobileNav,
body #pageWrapper #topNav,
button.hide.mobile,
header[role=banner] #primarySectionMenu,
img.video-fallback-image,
input[type=button].hide.mobile,
input[type=submit].hide.mobile,
template {
  display: none;
}

a:active,
a:hover,
input:focus {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark, .mark {
  background: #ff0;
  color: #000;
}

small, .small {
  font-size: 0.875rem;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
  interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

.no-scroll,
body.fw-overlay,
body[data-loginpanel=active],
body[data-nav-drawer=closed] #primaryNavMobile,
svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5em;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button {
  font: inherit;
  overflow: visible;
}

input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.feature.item-box.promos p,
body,
h1.standard,
.standard.h1,
h2.standard,
.standard.h2,
h3.standard,
.standard.h3,
h4.standard,
.standard.h4,
h5.standard,
.standard.h5,
h6.standard,
.standard.h6 {
  color: rgba(0, 0, 0, 0.8);
}

button,
select {
  text-transform: none;
}

html input[type=button],
input[type=reset] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  width: 100%;
  padding: 0.375rem;
  font-size: 1rem;
  border: 1px solid #c8c8c8;
  border-radius: 0.25rem;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

fieldset {
  border: 0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

textarea {
  height: auto;
  min-height: 3.125rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  background: rgb(255, 255, 255);
  margin: 0;
  font-family: Nunito, Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  overflow-x: hidden;
}

#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object {
  max-width: none !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

#featuredServices ul li.feature-item::after,
#featuredServices ul li.feature-item::before,
#gridContent::after,
#gridContent::before,
#mobileNav::after,
#mobileNav::before,
#primaryNav::after,
#primaryNav::before,
#topNav::after,
#topNav::before,
.clearfix::after,
.clearfix::before,
.content::after,
.content::before,
.contour .contourPage .row-fluid::after,
.contour .contourPage .row-fluid::before,
.grid .grid.collapse::after,
.grid .grid.collapse::before,
.grid .grid::after,
.grid .grid::before,
.grid::after,
.grid::before,
.login-wrap::after,
.login-wrap::before,
.slider-container::after,
.slider-container::before,
.split-button::after,
.split-button::before,
footer #footerInfo ul::after,
footer #footerInfo ul::before,
footer::after,
footer::before,
header[role=banner]::after,
header[role=banner]::before {
  content: " ";
  display: table;
}

#featuredServices ul li.feature-item::after,
#gridContent::after,
#mobileNav::after,
#primaryNav::after,
#topNav::after,
.clearfix::after,
.content::after,
.contour .contourPage .row-fluid::after,
.grid .grid.collapse::after,
.grid .grid::after,
.grid::after,
.login-wrap::after,
.slider-container::after,
.split-button::after,
footer #footerInfo ul::after,
footer::after,
header[role=banner]::after {
  clear: both;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.button.search,
button.search,
footer #footerInfo ul li:first-child:nth-last-child(2),
footer #footerInfo ul li:first-child:nth-last-child(2) ~ li,
input[type=button].search,
input[type=submit].search,
select {
  width: 100%;
}

.contour .contourPage .row-fluid,
.grid {
  width: 100%;
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
}
@media (max-width: 599px) {
  .contour .contourPage .row-fluid,
  .grid {
    padding-inline: 0.5rem;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .contour .contourPage .row-fluid,
  .grid {
    padding-inline: 1.5rem;
  }
}
.grid.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.grid.collapse .grid {
  margin-left: 0;
  margin-right: 0;
}

.grid .grid {
  width: auto;
  margin: 0 -1.25rem;
  max-width: none;
}

.grid .grid.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

.columns,
footer #footerInfo ul li,
footer #footerLinks ul.links {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left;
}

.content,
.grid-row {
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
}
@media (max-width: 599px) {
  .content,
  .grid-row {
    padding-inline: 0.5rem;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .content,
  .grid-row {
    padding-inline: 1.5rem;
  }
}
.grid-row[data-fluid-grid-row="1"] {
  display: flex;
  max-width: calc(100% + 2.5rem);
  width: calc(100% + 2.5rem);
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

@media screen and (max-width: 919px) {
  .grid-row[data-fluid-grid-row="1"] {
    flex-direction: column;
  }
}
@media only screen {
  .columns.handheld-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .columns.handheld-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .columns.handheld-uncentered.opposite,
  [class*=columns] + [class*=columns]:last-child {
    float: right;
  }
  .columns,
  [class*=columns] + [class*=columns].end {
    float: left;
  }
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .handheld-1 {
    width: 8.3333333333%;
  }
  .handheld-2 {
    width: 16.6666666667%;
  }
  .handheld-3 {
    width: 25%;
  }
  .handheld-4 {
    width: 33.3333333333%;
  }
  .handheld-5 {
    width: 41.6666666667%;
  }
  .handheld-6 {
    width: 50%;
  }
  .handheld-7 {
    width: 58.3333333333%;
  }
  .handheld-8 {
    width: 66.6666666667%;
  }
  .handheld-9 {
    width: 75%;
  }
  .handheld-10 {
    width: 83.3333333333%;
  }
  .handheld-11 {
    width: 91.6666666667%;
  }
  .handheld-12 {
    width: 100%;
  }
  .handheld-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}
#primaryNavMobile .primaryNavMenu .primaryNavSection ul li ul li a,
#topNav[data-anchored=true] .callout-link > span,
.account-helper.comparison-panel .overview .copy h3,
.account-helper.comparison-panel .overview .copy .h3,
.account-helper.two-third-panel .detail .content i,
.account-helper.two-third-panel .detail .content p,
.fa-inverse,
.feature.item-box a,
.feature.item-box h3,
.feature.item-box .h3,
.feature.item-box i,
.feature.item-box p,
.form-slider.slider-container .no-image .slide-info a,
.form-slider.slider-container .no-image .slide-info h1,
.form-slider.slider-container .no-image .slide-info .h1,
.form-slider.slider-container .no-image .slide-info h2,
.form-slider.slider-container .no-image .slide-info .h2,
.form-slider.slider-container .no-image .slide-info p,
.form-slider.slider-container li.theme-gradient-nightfall .slide-info a,
.form-slider.slider-container li.theme-gradient-nightfall .slide-info h1,
.form-slider.slider-container li.theme-gradient-nightfall .slide-info .h1,
.form-slider.slider-container li.theme-gradient-nightfall .slide-info h2,
.form-slider.slider-container li.theme-gradient-nightfall .slide-info .h2,
.form-slider.slider-container li.theme-gradient-nightfall .slide-info p,
.form-slider.slider-container li.theme-no-gradient-white .slide-info a,
.form-slider.slider-container li.theme-no-gradient-white .slide-info h1,
.form-slider.slider-container li.theme-no-gradient-white .slide-info .h1,
.form-slider.slider-container li.theme-no-gradient-white .slide-info h2,
.form-slider.slider-container li.theme-no-gradient-white .slide-info .h2,
.form-slider.slider-container li.theme-no-gradient-white .slide-info p {
  color: rgb(255, 255, 255);
}

#gridContent .dark-item-content,
#topNav .callout-link span,
.rates-dd h4 i.fa-briefcase,
.rates-dd .h4 i.fa-briefcase,
.rates-dd h4 i.fa-car,
.rates-dd .h4 i.fa-car,
.rates-dd h4 i.fa-motorcycle,
.rates-dd .h4 i.fa-motorcycle,
.rates-dd h4 i.fa-user,
.rates-dd .h4 i.fa-user,
h5,
.h5,
h6,
.h6 {
  font-size: 1rem;
}

h6, .h6 {
  text-transform: uppercase;
}

#gridContent ul li {
  font-size: 0.875rem;
  line-height: 1.6;
}

p {
  font-size: 1.1rem;
  margin: 0.125rem 0 0.75rem;
}

#serviceBlocks .columns:last-child,
.rates-dd:last-child,
.switch-pill-container label,
article > .content .column:last-child,
article > .content .columns:last-child,
article > .content.nomar,
article > .content:last-child,
aside > .content .column:last-child,
aside > .content .columns:last-child,
aside > .content.nomar,
aside > .content:last-child,
p:last-child {
  margin-bottom: 0;
}

a {
  background: 0 0;
  font-weight: 300;
  -ms-word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  transition: color 0.3s ease-out;
  color: #5949a7;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  color: #201547;
  text-decoration: underline;
}

.call-to-action.base .details h3, .call-to-action.base .details .h3,
.call-to-action.img .details h3.md-blue,
.call-to-action.img .details .md-blue.h3,
.slider-container .slide-info h2,
.slider-container .slide-info .h2,
i,
nav#mobileNav > div > ul > li > a:hover,
nav#topNav > div > ul > li > a:hover {
  color: #5949a7;
}

#gridContent ul.check-list {
  padding: 0 0 0 1.25rem;
  list-style: none;
}

#gridContent ul.link-list {
  padding: 0 0 0 1rem;
  list-style: none;
}

#gridContent ul.link-list li {
  text-align: left;
}

#gridContent ul li {
  position: relative;
  margin: 0.125rem 0 0.5rem;
}

#gridContent .slider-container .direction-nav li {
  position: absolute;
}

#gridContent ul li .checked::before,
#gridContent ul li .chevron::before {
  position: absolute;
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0;
}

#gridContent ul li .checked::before {
  top: 0;
  left: -1.25rem;
  content: "\f00c";
  color: #5949a7;
}

#gridContent ul li .chevron::before {
  top: 0.3125rem;
  left: -1.0625rem;
  content: "\f054";
  font-size: 0.75rem;
}

h4.contourPageName, .contourPageName.h4 {
  font-size: 1.125rem !important;
}

.disclaimer h1, .disclaimer .h1,
.disclaimer h2,
.disclaimer .h2,
.disclaimer h3,
.disclaimer .h3,
.disclaimer h4,
.disclaimer .h4,
.disclaimer h5,
.disclaimer .h5,
.disclaimer h6,
.disclaimer .h6,
.split-button button,
label {
  font-size: 0.875rem;
}

#primaryNav,
.feature.item-box .overlay#Blue {
  background: #201547;
}

.button:active,
button:active,
input[type=button]:active,
input[type=submit]:active {
  background: #5949a7;
}

.button.disabled,
.button.disabled:hover,
.button.is-disabled,
.button.is-disabled:hover,
.button:disabled,
.button:disabled:hover,
button.disabled,
button.disabled:hover,
button.is-disabled,
button.is-disabled:hover,
button:disabled,
button:disabled:hover,
input[type=button].disabled,
input[type=button].disabled:hover,
input[type=button].is-disabled,
input[type=button].is-disabled:hover,
input[type=button]:disabled,
input[type=button]:disabled:hover,
input[type=submit].disabled,
input[type=submit].disabled:hover,
input[type=submit].is-disabled,
input[type=submit].is-disabled:hover,
input[type=submit]:disabled,
input[type=submit]:disabled:hover {
  background: #ccc;
  border-color: #ccc;
  cursor: default;
  opacity: 0.5;
}

.button.filled,
.contour .contourPage .btn.primary,
button.filled,
input[type=button].filled,
input[type=submit].filled {
  transition: background 0.3s ease-out;
  background: #da772f;
  color: rgb(255, 255, 255);
  border: 1px solid #da772f;
  white-space: nowrap;
}

.button.filled:hover,
.contour .contourPage .btn.primary:hover,
button.filled:hover,
input[type=button].filled:hover,
input[type=submit].filled:hover {
  background: rgb(229.5530612245, 161.4653061224, 111.9469387755);
  color: rgb(255, 255, 255);
  border: 1px solid rgb(229.5530612245, 161.4653061224, 111.9469387755);
}

.button-default {
  text-transform: default;
}

.button-lowercase {
  text-transform: lowercase;
}

.button-capitalize {
  text-transform: capitalize;
}

.button-small-caps {
  font-variant: small-caps;
}

.split-button {
  position: relative;
  display: inline-block;
}

.split-button button {
  float: left;
  padding: 0.75rem 0.625rem;
  border-radius: 0.25rem 0 0 0.25rem;
}

.split-button button.dropdown-toggle {
  padding: 0.875rem 0.5rem 0.6875rem;
  border-left: 1px solid #201547;
  border-radius: 0 0.25rem 0.25rem 0;
}

.split-button button.dropdown-toggle:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.alert-bar-wrapper {
  overflow: hidden;
  position: relative;
  bottom: 0;
  z-index: 98;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15), 0 0 1.25rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .alert-bar-wrapper {
    position: fixed;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15), 0 0 1.25rem rgba(0, 0, 0, 0.15);
  }
}

.alert-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  font-weight: 400;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding: 8px 60px;
  border-bottom: 6px solid #201547;
  background: #5949a7;
  min-height: 40px;
  z-index: 4;
}
.alert-bar p {
  margin: 0;
}
@media (max-width: 768px) {
  .alert-bar {
    padding: 1rem;
    min-height: 130px;
  }
}

.alert-message {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
  width: 100%;
  color: rgb(255, 255, 255);
}
.alert-message.active {
  visibility: visible;
  opacity: 1;
  position: relative;
}
.alert-message p {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0;
}
.alert-message p a {
  color: rgb(255, 255, 255);
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 768px) {
  .alert-message {
    margin-top: 1rem;
    padding: 0 2rem;
  }
}

.alert-nav {
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  align-items: center;
}
.alert-nav button {
  pointer-events: auto;
  height: 25px;
  width: 25px;
  padding: 0;
  font-weight: 300;
  font-family: FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  transition: color 0.3s ease-in-out;
}
.alert-nav button:hover {
  color: #de1b3c;
}
@media (max-width: 768px) {
  .alert-nav button {
    height: 30px;
    width: 30px;
    font-size: 1rem;
  }
}
.alert-nav .alert-prev {
  position: absolute;
  left: 10%;
}
@media (max-width: 768px) {
  .alert-nav .alert-prev {
    left: -2%;
  }
}
.alert-nav .alert-next {
  position: absolute;
  right: 10%;
}
@media (max-width: 768px) {
  .alert-nav .alert-next {
    right: -2%;
  }
}

#alert-bar-button {
  display: inline-block;
  background-color: #e7e5f3;
  border: 1px solid #e7e5f3;
  font-size: 1.1rem;
  color: #201547;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  height: 25px;
  width: 25px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 300;
  font-family: FontAwesome;
  transition: 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#alert-bar-button:hover {
  background-color: #201547;
  border-color: #e7e5f3;
  color: #e7e5f3;
  text-decoration: none;
}
#alert-bar-button:hover {
  background: rgb(255, 255, 255);
  color: #5949a7;
}

.button,
button,
input[type=button],
input[type=submit],
.btn,
.button.light-blue {
  display: inline-block;
  background-color: none;
  border: 1px solid none;
  font-size: 1.1rem;
  color: #e7e5f3;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
.btn:hover,
.button.light-blue:hover {
  background-color: #e7e5f3;
  border-color: #e7e5f3;
  color: #5949a7;
  text-decoration: none;
}

.button.sign-up {
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  transition: background-color 0.3s ease-in-out;
}
.button.sign-up:hover, .button.sign-up:focus, .button.sign-up:active {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: #201547;
}

.button.login {
  display: inline-block;
  background-color: #201547;
  border: 1px solid rgb(255, 255, 255);
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.button.login:hover, .button.login:focus, .button.login:active {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: #201547;
  text-decoration: none;
}

.button,
a.button,
.row-hero-btns .button,
.contour .contourPage .btn.primary,
.btn.primary,
.mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton,
button.mktoButton,
input[type=button].filled,
input[type=submit].filled,
button.filled {
  display: inline-block;
  background-color: #201547;
  border: 1px solid #201547;
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.button.dark-blue:hover,
.button.filled:hover,
.row-hero-btns .button.dark-blue:hover,
button.mktoButton:hover,
input[type=button].filled:hover,
input[type=submit].filled:hover {
  background-color: rgb(255, 255, 255);
  border-color: #201547;
  color: #201547;
  text-decoration: none;
}

.button.light-blue {
  display: inline-block;
  background-color: #5949a7;
  border: 1px solid #5949a7;
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.button.light-blue.dark-blue-hover:hover, .button.light-blue.h-dark-blue:hover, .button.light-blue.h-nightfall:hover, .button.light-blue.nightfall-hover:hover {
  background-color: #201547;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.button.light-blue.h-white:hover, .button.light-blue.white-hover:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: #5949a7;
  text-decoration: none;
}
.button.light-blue.h-transparent:hover, .button.light-blue.transparent-hover:hover {
  background-color: transparent;
  border-color: rgb(255, 255, 255);
  color: #5949a7;
  text-decoration: none;
}

.button.light-blue-outline,
.button.light-blue.outline,
.row-hero-btns .button.light-blue-outline,
.row-hero-btns .button.light-blue.outline {
  display: inline-block;
  background-color: #e7e5f3;
  border: 1px solid #5949a7;
  font-size: 1.1rem;
  color: #5949a7;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.button.light-blue-outline:hover,
.button.light-blue.outline:hover,
.row-hero-btns .button.light-blue-outline:hover,
.row-hero-btns .button.light-blue.outline:hover {
  background-color: #201547;
  border-color: #201547;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.button.dark-blue-outline,
.button.dark-blue.outline,
.row-hero-btns .button.dark-blue-outline,
.row-hero-btns .button.dark-blue.outline {
  display: inline-block;
  background-color: rgb(255, 255, 255);
  border: 1px solid #201547;
  font-size: 1.1rem;
  color: #201547;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.button.dark-blue-outline:hover,
.button.dark-blue.outline:hover,
.row-hero-btns .button.dark-blue-outline:hover,
.row-hero-btns .button.dark-blue.outline:hover {
  background-color: #201547;
  border-color: #201547;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.button,
a.button,
.row-hero-btns .button,
.contour .contourPage .btn.primary,
.btn.primary,
.mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton,
button.mktoButton,
input[type=button].filled,
input[type=submit].filled,
button.filled {
  border-radius: 0 !important;
}

.button.dark-blue,
.button.filled,
.row-hero-btns .button.dark-blue,
.mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton,
input[type=button].filled,
input[type=submit].filled {
  display: inline-block;
  background-color: #201547;
  border: 1px solid #201547;
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.button.dark-blue:hover,
.button.filled:hover,
.row-hero-btns .button.dark-blue:hover,
button.mktoButton:hover,
input[type=button].filled:hover,
input[type=submit].filled:hover {
  background-color: rgb(255, 255, 255);
  border-color: #201547;
  color: #201547;
  text-decoration: none;
}

.hover-light:hover {
  background-color: #e7e5f3 !important;
  color: #201547 !important;
  text-decoration: none !important;
}

.hover-dark:hover {
  background-color: #201547 !important;
  color: #e7e5f3 !important;
  text-decoration: none !important;
}

.hover-primary:hover {
  background-color: #5949a7 !important;
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
}

.hover-transparent:hover {
  background-color: transparent !important;
  color: inherit !important;
  text-decoration: none !important;
}

.hover-underline:hover {
  background-color: transparent !important;
  color: inherit !important;
  text-decoration: underline !important;
}

form.mktoForm {
  width: 100% !important;
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoFormCol {
  width: 100%;
}

.mktoForm .mktoFormCol {
  margin-bottom: 0 !important;
  padding-bottom: 1rem;
}

.mktoForm .mktoFieldWrap {
  float: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.mktoForm .mktoLabel {
  padding-top: 0;
  padding-bottom: 0.5rem;
  width: auto !important;
  clear: both;
  font-family: Nunito, Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
}

.mktoForm input[type=date],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm input[type=tel],
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  transition: 0.3s;
  padding: 0.5rem 0.75rem !important;
  width: 100% !important;
  font-family: Nunito, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  border-radius: 0.25rem;
  border: 1px solid #c8c8c8;
  box-shadow: 0 0 0 0 #97d5c9;
  background-color: rgb(255, 255, 255);
}

.mktoForm input[type=date]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm select.mktoField:focus,
.mktoForm textarea.mktoField:focus {
  border-color: #97d5c9;
  box-shadow: 0 0 0 0.1rem #97d5c9;
}

.mktoForm .mktoCheckboxList > input,
.mktoForm .mktoRadioList > input {
  width: auto !important;
  margin-top: 0.2rem;
}

.mktoForm .mktoCheckboxList > label,
.mktoForm .mktoRadioList > label {
  padding-bottom: 0.5rem;
  width: auto !important;
  font-family: Nunito, Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
}

.mktoForm .mktoFieldWrap .mktoHtmlText,
.mktoForm .mktoFieldWrap .mktoHtmlText p {
  width: 100% !important;
  font-family: Nunito, Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
}

.mktoForm .mktoFieldWrap .mktoHtmlText .text-red,
.mktoForm .mktoFieldWrap .mktoHtmlText p strong span.text-red,
.text-red,
.txt-red {
  color: #de1b3c !important;
}

.mktoForm .mktoButtonRow span.mktoButtonWrap {
  width: 100%;
  display: block;
  margin-left: 0 !important;
}

.mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton {
  background-image: none !important;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: inline-block;
  padding: 0.875rem 1.125rem;
  border-radius: 0.25rem;
  font-weight: 300;
  text-decoration: none !important;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  outline: 0;
  cursor: pointer;
  color: rgb(255, 255, 255);
  font-family: Nunito, Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 1rem;
  border: 1px solid #201547;
  background-color: #201547;
}

.mktoForm .mktoButtonRow .mktoButtonWrap button.mktoButton:hover {
  background-image: none !important;
  border: 1px solid #201547;
  background-color: rgb(255, 255, 255);
  color: #201547;
}

.mktoForm fieldset.mktoFormCol legend {
  line-height: 1.2em;
  font-family: Nunito, Helvetica, Arial, sans-serif;
  font-weight: 400 !important;
  font-size: 0.95rem;
  margin-left: 0 !important;
}

.mktoForm fieldset.mktoFormCol .mktoFormRow {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
}

.mktoForm fieldset.mktoFormCol .mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.mktoForm fieldset.mktoFormCol .mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap label {
  font-weight: 300 !important;
}

.mktoForm fieldset.mktoFormCol .mktoFormRow .mktoFieldDescriptor.mktoFormCol .mktoFieldWrap .mktoCheckboxList {
  width: 30px !important;
}

.row-eteam {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.eteam-associate {
  max-width: 14%;
  padding: 0 0.75rem;
}

.eteam-associate p img {
  display: block;
  border-radius: 50%;
}

.row-nau-card,
.row-sfe-card {
  min-height: 400px;
  display: flex;
  align-items: center;
  flex-flow: row;
  flex-wrap: wrap;
}

.nau-card-wrap,
.sfe-card-wrap {
  padding: 72px 48px 72px 72px;
  min-height: 400px;
}

.gradient-sfe {
  background: #ac6141;
  background: -moz-linear-gradient(180deg, #ac6141 0, #834b32 50%, #46281b 100%);
  background: -webkit-linear-gradient(180deg, #ac6141 0, #834b32 50%, #46281b 100%);
  background: linear-gradient(180deg, #ac6141 0, #834b32 50%, #46281b 100%);
}

.asu-100-offer,
.nau-100-offer,
.row-sfe-card.row-sfe-cc-img {
  background-size: cover;
  background-position: center;
  max-width: calc(1280px - 2.5rem);
}

.row-sfe-card.row-sfe-cc-img .left-col-text-wrap-white {
  background: rgba(255, 255, 255, 0.75);
  padding: 2rem;
  width: 100%;
}

.row-sfe-card.row-sfe-cc-img .right-col-spacer {
  min-height: 0;
}

.row-sfe-card.row-sfe-cc-img .sfe-card-wrap {
  padding: 3.5rem 3rem;
}

.nau-100-offer {
  background-image: url("/media/vk4n2g34/nau-student-fans-cheering_1280x600.webp");
}

.asu-100-offer {
  background-image: url("/media/naaedzcf/asu-student-using-atm_1280x600.webp");
}

.asu-100-offer,
.nau-100-offer {
  min-height: 28rem;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4rem 0;
  margin-bottom: 4rem !important;
}

#locations-page-hero.hero-banner,
.rates-callout {
  min-height: 200px;
}

.asu-100-offer .offer-content,
.nau-100-offer .offer-content {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 2rem;
  width: 100%;
  margin-top: 8rem;
}

.asu-100-offer .offer-content h2, .asu-100-offer .offer-content .h2,
.nau-100-offer .offer-content h2,
.nau-100-offer .offer-content .h2 {
  font-size: 5rem;
  text-align: center;
  color: #201547;
}

.asu-100-offer .offer-content h4, .asu-100-offer .offer-content .h4,
.nau-100-offer .offer-content h4,
.nau-100-offer .offer-content .h4 {
  font-size: 1.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #333;
}

.asu-100-offer .offer-content p,
.nau-100-offer .offer-content p {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #333;
}

.flip-card {
  width: 250px;
  height: 250px;
  perspective: 1000px;
}

.flip-card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card-back,
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-back,
.flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
}

.flip-card-front {
  color: #000;
}

.flip-card-back {
  color: rgb(255, 255, 255);
}

.flip-card-back .button.dark-blue {
  margin: 0 auto;
  width: 175px;
  height: 111px;
  border-radius: 8px;
  line-height: 5;
}

.mobile-cta-primary {
  background-color: #97d5c9;
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2rem 4rem 0;
  overflow-y: hidden;
}

.mobile-cta-primary .mobile-screenshot {
  flex: 1;
  text-align: center;
  margin-bottom: -1px;
}

.mobile-cta-primary .mobile-screenshot img {
  max-width: 250px;
}

.mobile-cta-primary .mobile-cta-text {
  flex: 2;
  padding-left: 1.5rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.mobile-cta-primary .mobile-cta-text .app-features li,
.mobile-cta-primary .mobile-cta-text h2,
.mobile-cta-primary .mobile-cta-text .h2,
.mobile-cta-primary .mobile-cta-text h4,
.mobile-cta-primary .mobile-cta-text .h4 {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-weight: 300;
}

.mobile-cta-primary .mobile-cta-text h2, .mobile-cta-primary .mobile-cta-text .h2 {
  text-align: left;
  font-size: 3rem;
}

.mobile-cta-primary .mobile-cta-text h4, .mobile-cta-primary .mobile-cta-text .h4 {
  text-align: left;
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.mobile-cta-primary .mobile-cta-text h4 span, .mobile-cta-primary .mobile-cta-text .h4 span {
  font-size: 16px;
  color: rgb(255, 255, 255);
}

.mobile-cta-primary .mobile-cta-text .app-download-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.mobile-cta-primary .mobile-cta-text .app-download-buttons a {
  padding: 0 2rem;
}

.mobile-cta-primary .mobile-cta-text .app-download-buttons a img {
  box-shadow: 0 0 0 1px #eee, 0 0 0 0 rgba(255, 255, 255, 0.75);
  border-radius: 6px;
  transition: 0.3s ease-in-out;
}

.mobile-cta-primary .mobile-cta-text .app-download-buttons a:hover img {
  box-shadow: 0 0 0 1px #eee, 0 0 0 4px rgba(255, 255, 255, 0.75);
}

.mobile-cta-primary .mobile-cta-text .app-features {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 18px;
  list-style: none;
  padding-left: 0;
}

.mobile-cta-primary .mobile-cta-text .app-features li {
  font-size: 1.5rem !important;
  padding-left: 6px;
  padding-right: 6px;
}

.mobile-cta-primary .mobile-cta-text .app-features li:first-of-type {
  padding-left: 0;
  padding-right: 12px;
}

.mobile-cta-primary .mobile-cta-text .app-features li:last-of-type {
  padding-right: 0;
  padding-left: 12px;
}

.mobile-cta-secondary {
  display: flex;
  align-items: flex-start;
  padding: 1rem 4rem 0;
}

.mobile-cta.mobile-cta-alt .mobile-cta-secondary,
.mobile-cta.mobile-cta-home .mobile-cta-secondary {
  background-color: #d9d9d9;
  padding: 1rem 4rem 1.5rem;
}

.mobile-cta-secondary .rating {
  flex: 1;
}

.mobile-cta-secondary .compatibility {
  flex: 2;
}

.mobile-cta-secondary h5, .mobile-cta-secondary .h5 {
  text-align: center;
  color: #201547;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  padding-bottom: 9px;
}

.mobile-cta-secondary .rating .rating-wrap,
.row-rates .icon-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-cta-secondary .rating .rating-wrap h6, .mobile-cta-secondary .rating .rating-wrap .h6 {
  font-family: "Nunito", sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  padding-left: 6px;
}

.mobile-cta-secondary .compatibility img {
  display: block;
  margin: 0 auto;
}

.disclosures {
  background-color: rgb(255, 255, 255);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
}

.modal-backdrop.fade {
  opacity: 0;
  transition: opacity 0.3s;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.rc-slide-img {
  width: 100px;
  height: 100px;
  box-shadow: 0 0 0 2px rgb(255, 255, 255);
  border-radius: 50%;
  float: right;
  margin-left: 1rem;
}

.eteam-associate p img,
.video-wrap-wrap,
h3.video-placeholder,
.video-placeholder.h3 {
  margin-left: auto;
  margin-right: auto;
}

.video-wrap-wrap {
  max-width: 600px;
}

.video-wrap {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h3.video-placeholder, .video-placeholder.h3 {
  background-color: #de1b3c;
  width: 600px;
  height: 400px;
  text-align: center;
  align-self: center;
  justify-content: center;
  justify-self: center;
  color: rgb(255, 255, 255);
}

ul.checklist,
ul.chevlist, ul.warning, ul.care, ul.info, ul.cross, ul.warning-list, ul.care-list, ul.info-list, ul.cross-list, ul.loan, ul.money, ul.chart-pie, ul.pie, ul.ban, ul.smile {
  list-style-type: none;
  padding-left: 2.5rem;
}

ul.checklist li {
  text-indent: -0.45rem;
}

.p-checking-wrap ul.checklist li,
ul.checklist.text-1_25rem li,
ul.chevlist.text-1_25rem li {
  font-size: 1.25rem !important;
}

.sidebar.call-to-action ul.checklist li,
.sidebar.call-to-action ul.chevlist li {
  text-indent: 0;
}

ul.cross-list li {
  text-indent: -0.45rem;
  padding-bottom: 0.75rem;
}

ul.cross-list li::before {
  font-family: "FontAwesome";
  content: "\f00d";
  margin: 0 5px 0 -15px;
  color: #de1b3c;
}

ul.checklist li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin: 0 5px 0 -15px;
  color: #201547;
}

ul.warning li:before, ul.warning-list li:before {
  font-family: FontAwesome;
  content: "\f06a";
  margin: 0 5px 0 -15px;
  color: #201547;
}

ul.care li:before, ul.care-list li:before {
  font-family: FontAwesome;
  content: "\f004";
  margin: 0 5px 0 -15px;
}

ul.info li:before, ul.info-list li:before {
  font-family: FontAwesome;
  content: "\f05a";
  margin: 0 5px 0 -15px;
  color: #201547;
}

ul.chart-pie li:before, ul.pie li:before {
  font-family: FontAwesome;
  content: "\f200";
  margin: 0 5px 0 -15px;
  color: #201547;
}

ul.ban li:before, ul.no li:before {
  font-family: FontAwesome;
  content: "\f05e";
  margin: 0 5px 0 -15px;
  color: #201547;
}

ul.smile li:before {
  font-family: FontAwesome;
  content: "\f118";
  margin: 0 5px 0 -15px;
  color: #201547;
}

ul.loan li:before, ul.money li:before {
  content: "";
  display: inline-block;
  width: 16px; /* Adjust the size */
  height: 16px; /* Adjust the size */
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3c!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--%3e%3cpath fill='%23112e51' d='M320 96L192 96 144.6 24.9C137.5 14.2 145.1 0 157.9 0L354.1 0c12.8 0 20.4 14.2 13.3 24.9L320 96zM192 128l128 0c3.8 2.5 8.1 5.3 13 8.4C389.7 172.7 512 250.9 512 416c0 53-43 96-96 96L96 512c-53 0-96-43-96-96C0 250.9 122.3 172.7 179 136.4c0 0 0 0 0 0s0 0 0 0c4.8-3.1 9.2-5.9 13-8.4zm84 88c0-11-9-20-20-20s-20 9-20 20l0 14c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1c0 0 0 0 0 0s0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4l0 14.6c0 11 9 20 20 20s20-9 20-20l0-13.8c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15c0 0 0 0 0 0l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7l0-13.9z'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 5px 0 -15px; /* Adjust spacing as needed */
}

.sidebar.call-to-action ul.checklist li:before {
  margin-left: -1.25rem;
}

.sidebar.call-to-action ul.checklist.text-1_1rem li:before {
  margin-left: -1.5rem;
}

ul.chevlist li {
  text-indent: -0.15rem;
}

ul.chevlist li:before {
  font-family: FontAwesome;
  content: "\f054";
  margin: 0 0.3rem 0 -1rem;
  color: #201547;
}

.sidebar.call-to-action ul.chevlist li:before {
  margin-left: -1rem;
}

.sidebar.call-to-action ul.chevlist.text-1_1rem li:before {
  margin-left: -1.15rem;
}

ul.checklist.horizontal-checklist,
ul.chevlist.horizontal-chevlist {
  justify-content: space-around;
  justify-content: space-evenly;
}

ul li > .checklist li,
ul li > .chevlist li {
  text-indent: -0.25rem;
}

ul li > .checklist li:first-of-type,
ul li > .chevlist li:first-of-type {
  padding-top: 0.75rem;
}

ul li > .checklist li:last-of-type,
ul li > .chevlist li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar.call-to-action ul.checklist li a,
.sidebar.call-to-action ul.chevlist li a,
ul.checklist li a,
ul.chevlist li a {
  text-decoration: underline !important;
}

ol.spaced-list,
ol.text-1_1rem,
ol.text-1_25rem {
  padding-left: 2.25rem;
}

ol.spaced-list li::marker {
  margin: 0 0.3rem 0 -1rem;
  font-weight: 700;
}

ol.text-1_1rem li::marker {
  margin: 0 0.3rem 0 -1rem;
  font-weight: 700;
}

ol.text-1_1rem.light-blue li::marker {
  color: #5949a7;
}

ol.text-1_1rem.dark-blue li::marker {
  color: #201547;
}

ol.text-1_1rem.dark-grey li::marker {
  color: #333;
}

ol.text-1_25rem li {
  font-size: 1.25rem !important;
}

ol.text-1_25rem li::marker {
  margin: 0 0.3rem 0 -1rem;
  font-weight: 700;
}

ol.text-1_25rem.light-blue li::marker {
  color: #5949a7;
}

ol.text-1_25rem.dark-blue li::marker {
  color: #201547;
}

ol.text-1_25rem.dark-grey li::marker {
  color: #333;
}

.icon-circle,
.img-circle {
  display: flex;
  align-items: center;
  text-align: center;
}

.icon-circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: 0 auto;
}

.icon-circle img {
  max-width: 175px;
  margin: 0 auto;
}

.icon-circle-sm {
  width: 200px;
  height: 200px;
}

.img-circle {
  margin: 0 auto;
}

.img-circle img {
  border-radius: 50%;
  margin: 0 auto;
}

.row-home-icons {
  margin-top: 12px;
}

.icon-sm-grow {
  width: 150px;
  padding: 1rem;
  height: auto;
  margin: 0 auto 12px;
  border-radius: 25%;
  transition: 0.3s;
}

.home-icon a:hover .icon-sm-grow,
.onederful-icon a:hover .icon-sm-grow,
a > .icon-sm-grow:hover {
  padding: 0;
  border-radius: 50%;
  background-color: rgba(108, 205, 230, 0.25);
}

.border-right-light {
  border-right: 1px solid #f4f4f4;
}

img.icon-xxl, .icon-xxl img {
  max-width: 350px;
}

img.icon-xl, .icon-xl img {
  max-width: 250px;
}

img.icon-lg, .icon-lg img {
  max-width: 200px;
}

img.icon, .icon img, img.icon-md, .icon-md img {
  max-width: 130px;
}

img.icon-md-v, .icon-md-v img {
  /*max-width: 130px;*/
  max-height: 80px;
}

img.icon-sm, .icon-sm img {
  max-width: 100px;
}

img.icon-xs, .icon-xs img {
  max-width: 60px;
}

img.icon-xxs, .icon-xxs img {
  max-width: 46px;
}

img.icon-xxxs, .icon-xxxs img {
  max-width: 32px;
}

img.icon-top-white, .icon-top-white img {
  margin-top: -8rem;
  background: white;
}

/* Full Width Fill */
img.img-fill-600, .img-fill-600 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  max-height: 600px;
}

.img-overflow-row-h {
  width: 400px;
  height: auto;
  transform: scale(1.6);
}

@media screen and (max-width: 1023px) {
  img.img-cover-sm, .img-cover-sm img, .img-cover-sm, img.img-scale-sm, .img-scale-sm img {
    width: 100%;
    height: 100%;
  }
  img.img-cover-sm, .img-cover-sm img, .img-cover-sm {
    object-fit: cover;
  }
  img.img-scale-sm, .img-scale-sm img, .img-scale-sm {
    object-fit: scale-down;
  }
}
.slider-container ul li {
  width: 100%;
  max-height: 540px;
  min-height: 540px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 20em) {
  .slider-container ul li {
    min-height: 23.75rem;
  }
  .account-helper.two-third-panel .brand-message .h1,
  .account-helper.two-third-panel .brand-message h1 {
    text-align: center;
  }
}
@media only screen and (min-width: 23.4375em) {
  .slider-container ul li {
    min-height: 22.5rem;
  }
}
.slider-container .slide-info {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
}

.slider-container .slide-list li {
  height: 22.5rem;
}

.slider-container .slide-info.slide-info-backdrop {
  background: rgba(255, 255, 255, 0.82);
  z-index: 1;
}

.slider-container .control-nav li a.active,
.with-extension .slide-extension:hover {
  background: #201547;
  transition: 0.3s ease-out;
}

.slider-container .slide-info .h1,
.slider-container .slide-info h1 {
  -ms-text-shadow: 1px 1px 0 #fff;
  -moz-text-shadow: 1px 1px 0 #fff;
  -webkit-text-shadow: 1px 1px 0 #fff;
  text-shadow: 1px 1px 0 #fff;
  margin-bottom: 0.25rem;
}

.slider-container .slide-info p {
  font-weight: 300;
  margin-bottom: 0;
}

#featuredServices ul li.feature-item .copy,
.slider-container .slide-info .button {
  margin-top: 0.75rem;
}

.slider-container .direction-nav li {
  position: absolute;
  display: inline-block;
  width: 60px;
  min-height: 1.25rem !important;
  font-family: FontAwesome;
  padding-left: 0;
}

.slider-container .direction-nav li.nav-prev {
  text-align: left;
  top: 0;
  left: 60px;
}

.slider-container .direction-nav li.nav-next a,
.slider-container .direction-nav li.nav-prev a {
  display: block;
  text-align: center;
}

.slider-container .direction-nav li.nav-next {
  text-align: right;
  top: 0;
  right: 0;
}

.slider-container .direction-nav li a {
  transition: 0.3s ease-out;
  opacity: 0.92;
  color: #201547;
  font-size: 1rem;
  line-height: 50px;
}

.slider-container .direction-nav li a:hover {
  transition: 0.3s ease-out;
  text-decoration: none;
  opacity: 1;
  color: #201547;
}

.slider-container .control-nav {
  display: inline-block;
  max-width: 16.25rem;
  width: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}

.slider-container .control-nav li {
  position: relative;
  display: inline-block;
  margin-right: 1.25rem;
  width: 10px;
}

.slider-container .control-nav li a {
  position: absolute;
  transition: 0.3s ease-out;
  display: inline-block;
  opacity: 0.92;
  margin-top: 3px;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  background: 0 0;
  border: 2px solid #201547;
  border-radius: 50%;
  text-indent: -9999px;
  line-height: 50px;
  padding: 0;
}

.slider-container .control-nav li a.active {
  opacity: 1;
}

.slider-container .control-nav li:last-child {
  margin-right: 0;
}

.account-helper.two-third-panel .brand-message .h1 span, .account-helper.two-third-panel .brand-message h1 span {
  display: inline;
  color: #f1c8a8;
}

.photo-block .details .h5, .photo-block .details h5 {
  margin: 0.125rem 0;
}

.photo-block-title {
  margin-bottom: 0.9375rem !important;
}

.promo-page {
  background: #201547 !important;
}

.promo-page header[role=banner] {
  height: 3.25rem;
  margin-top: 0;
}

.promo-nav-body {
  padding-top: 55px;
}

/* ALL EQUATIONS */
.equation {
  display: grid;
  grid-column-gap: 0.25rem;
  align-items: flex-end;
  justify-content: center;
}

.title-label,
.dollar-value,
.percent-value {
  color: #222;
  text-align: center;
  margin: 0;
}

.title-label {
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.dollar-value,
.percent-value {
  font-size: 1.15rem;
  font-weight: bold;
}

.equals-symbol {
  padding-top: 2.75rem;
}

.plus-symbol .fa-plus,
.minus-symbol .fa-minus,
.times-symbol .fa-times,
.equals-symbol .fa-pause {
  font-size: 1.25rem;
  color: #333;
}

.equals-symbol .fa-pause {
  transform: rotate(90deg) scaleX(0.6) scaleY(0.85) translateX(-0.5rem);
}

.equals-symbol .fa-equals {
  font-weight: bold;
  color: #333;
}

/* ADDITION */
.equation.add-2 {
  grid-template-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  max-width: 500px;
  margin: 0 auto;
}

.equation.add-3 {
  grid-template-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
}

.equation.add-4 {
  grid-template-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
}

.plus-symbol {
  padding-top: 3.25rem;
}

/* SUBTRACTION */
.equation.subtract-2 {
  grid-template-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  max-width: 500px;
  margin: 0 auto;
}

.equation.subtract-3 {
  grid-template-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
}

.equation.subtract-4 {
  grid-template-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
}

.minus-symbol {
  padding-top: 3.25rem;
}

/* MULTIPLICATION */
.equation.multiply-2 {
  grid-template-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  max-width: 500px;
  margin: 0 auto;
}

.equation.multiply-3 {
  grid-template-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
}

.equation.multiply-4 {
  grid-template-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
}

.times-symbol {
  padding-top: 3.25rem;
}

/* DIVISION */
.equation.division {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
  max-width: 500px;
  margin: 0 auto;
}

.equation.division > .equals {
  width: 2rem;
  text-align: center;
}

.equation.division .equals .fa-pause {
  font-size: 1.25rem;
  color: #333;
  transform: rotate(90deg) scaleX(0.6) scaleY(0.85);
}

.equation.division > .left {
  width: calc(55% - 1rem);
}

.equation.division > .right {
  width: calc(45% - 1rem);
}

.equation.division > .left {
  display: flex;
  flex-direction: column;
}

.equation.division > .left > .top-num,
.equation.division > .left > .bottom-num,
.equation.division > .right > .mid-num,
.equation.division > .equals > p {
  font-size: 1.15rem;
  color: #222;
  font-weight: bold;
  text-align: center;
}

.equation.division > .left > .top-num {
  border-bottom: 0.25rem solid #333;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  margin-top: 0 !important;
  margin-right: auto;
  margin-bottom: 0.5rem;
  margin-left: auto;
}

.equation.division > .left > .bottom-num,
.equation.division > .right > .mid-num {
  padding: 0;
  margin: 0 auto !important;
}

.equation.division > .equals-symbol {
  padding-top: 0 !important;
}

@media screen and (min-width: 601px) {
  .equation.add-2,
  .equation.add-3,
  .equation.add-4 {
    grid-column-gap: 0.25rem;
  }
  .equation.add-2 {
    grid-template-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  .equation.add-3 {
    grid-template-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  }
  .equation.add-4 {
    grid-template-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  }
  .equation.subtract-2,
  .equation.subtract-3,
  .equation.subtract-4 {
    grid-column-gap: 0.25rem;
    /* set the gap between columns */
  }
  .equation.subtract-2 {
    grid-template-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  .equation.subtract-3 {
    grid-template-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  }
  .equation.subtract-4 {
    grid-template-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  }
  .equation.multiply-2,
  .equation.multiply-3,
  .equation.multiply-4 {
    grid-column-gap: 0.25rem;
  }
  .equation.multiply-2 {
    grid-template-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  .equation.multiply-3 {
    grid-template-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  }
  .equation.multiply-4 {
    grid-template-columns: 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr 1.5rem 1fr;
  }
}
@media screen and (max-width: 600px) {
  #main > .row-financial-resources > img.fr-article-featured-image {
    width: 100% !important;
  }
  .equation.add-2,
  .equation.add-3,
  .equation.add-4 {
    max-width: 290px;
    margin: 0 auto;
    grid-template-columns: 2rem 1fr;
    grid-column-gap: 0 !important;
    align-items: stretch;
  }
  .equation.subtract-2,
  .equation.subtract-3,
  .equation.subtract-4 {
    max-width: 290px;
    margin: 0 auto;
    grid-template-columns: 2rem 1fr;
    grid-column-gap: 0 !important;
    align-items: stretch;
  }
  .equation.multiply-2,
  .equation.multiply-3,
  .equation.multiply-4 {
    max-width: 290px;
    margin: 0 auto;
    grid-template-columns: 2rem 1fr;
    grid-column-gap: 0 !important;
    align-items: stretch;
  }
  .eq-val {
    grid-column-start: 2;
    text-align: right !important;
    padding-top: 0.75rem;
    padding-right: 0.75rem;
    padding-left: 0.25rem;
  }
  .title-label,
  .dollar-value {
    text-align: right !important;
    justify-content: flex-end !important;
  }
  .equals-symbol,
  .eq-val.val-5,
  .eq-val.val-total {
    border-top: 1px solid #ccc;
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    width: 100%;
    text-align: right;
  }
  .equals-symbol {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .plus-symbol {
    padding-top: 1rem;
    padding-bottom: 0.25rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
  }
  .minus-symbol {
    padding-top: 1rem;
    padding-bottom: 0.25rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
  }
  .times-symbol {
    padding-top: 1rem;
    padding-bottom: 0.25rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
  }
}
.back-to-top .back-to-top-btn,
.back-to-top .back-to-top-btn > i,
.back-to-top .back-to-top-btn > span {
  text-decoration: none !important;
  color: #5949a7 !important;
}

#apply-online,
#find-a-branch {
  height: 0;
  max-height: 1px;
  position: absolute;
  margin-top: -100px;
  margin-bottom: 0;
}

.page-jump-anchor {
  height: 0;
  max-height: 0;
  position: absolute;
  margin-top: -100px;
}

.back-to-top,
.flip-card-inner {
  position: relative;
  text-align: center;
}

.back-to-top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 2;
}

.back-to-top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #eee;
  top: 50%;
  left: 0;
  z-index: 0;
}

.back-to-top .back-to-top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.1rem;
  padding: 2rem;
  background-color: rgb(255, 255, 255);
  z-index: 5;
}

.back-to-top .back-to-top-btn > i {
  transform: translateY(-0.1rem);
}

/* FAQs accordions */
.faq-simple {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faq-simple h3, .faq-simple .h3 {
  text-align: center;
  padding-bottom: 0.25rem;
  margin-bottom: 0.75rem;
  margin-top: 4rem;
  font-size: 1.5rem;
}

.faq-simple .faq-simple-section {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border-bottom: 0 !important;
}

/* .faq-simple .faq-simple-section:first-of-type {} */
.faq-simple .faq-simple-section:last-of-type {
  margin-bottom: 0;
  border-bottom: 0 !important;
}

.faq-simple .faq-simple-section input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.faq-simple-label {
  display: block;
  justify-content: flex-start;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  cursor: pointer;
  position: relative;
  padding: 1.25rem 3.25rem 1.25rem 1.25rem;
  color: #201547;
  transition: all 0.3s ease-in-out;
  border-top: 0.15rem solid #201547;
}

.faq-simple-label.oswald {
  font-family: "Oswald", sans-serif !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

.faq-simple .faq-simple-section:first-of-type .faq-simple-label {
  border-top: 0.15rem solid transparent;
}

.faq-simple-label:hover {
  background-color: #5949a7;
  color: #fff !important;
}

.faq-simple-label:focus {
  background: #5949a7;
  color: white;
}

.faq-simple .faq-simple-section:first-of-type .faq-simple-label:hover {
  border-top: 0.15rem solid #201547;
}

.faq-simple-label::after {
  transition: all 0.2s ease-in-out;
  text-align: center;
  content: "\f067";
  /* plus icon */
  font-family: FontAwesome;
  transform: rotate(0deg);
  margin-top: -4px;
  position: absolute;
  right: 1rem;
  top: auto;
  bottom: auto;
}

.faq-simple .faq-content {
  max-height: 0;
  padding: 0 2.5rem 0 0;
  transition: all 0.3s ease, border 0s linear;
  overflow: hidden;
  position: relative;
  border-left: 0.15rem solid #97d5c9;
  width: calc(100% - 2.5rem);
  margin-left: auto;
}

.faq-simple .faq-simple-section .faq-content {
  background-color: transparent !important;
}

.faq-simple .faq-simple-section .faq-content .columns.large-12 ul.checklist.list-2-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.faq-simple .faq-simple-section .faq-content .columns.large-12 ul.checklist.list-2-col li {
  width: 48%;
}

.faq-simple .faq-simple-section .faq-content .columns.large-12 ul.checklist.list-2-col li:nth-child(2n) {
  transform: translateX(2rem);
}

.faq-simple .faq-simple-section .faq-content .columns.large-12 ul.checklist.list-2-col li:nth-child(2n+1) {
  padding-right: 1rem;
}

ul.checklist li.not-check::before {
  content: "\f00d";
  color: #a6a6a6;
  opacity: 0.25;
}

.faq-simple .faq-simple-section .faq-content p a,
.faq-simple-section .faq-content p.text-1_1rem a,
.faq-simple-section .faq-content p.text-1_25rem a,
.faq-simple-section .faq-content ul li a,
.faq-simple-section .faq-content ol li a {
  text-decoration: underline !important;
  color: #5949a7 !important;
}

.faq-simple input:checked + .faq-simple-label {
  background-color: #d5eee9;
}

.faq-simple .faq-simple-section:first-of-type input:checked + .faq-simple-label {
  border-top: 0.15rem solid #201547;
}

.faq-simple input:checked + .faq-simple-label:hover {
  background-color: #5949a7;
  color: #fff !important;
}

.faq-simple input:checked + .faq-simple-label::after {
  transform: rotate(360deg);
  content: "\f068";
  /* minus icon */
  margin-top: 0;
}

.faq-simple-section:last-of-type input:checked + .faq-simple-label:before {
  transition: all 0s linear 0s;
  opacity: 0;
}

.faq-simple input:checked ~ .faq-content {
  max-height: unset;
  padding: 1.25em 1.25rem 1.25rem 1.25rem;
  border-right: 0;
  border-bottom: 0;
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1280px) and (min-width: 920px) {
  /* FAQs accordions */
  .faq-simple .faq-simple-section .faq-content .columns.large-4 {
    min-height: 210px;
    max-height: 255px;
    height: calc(400px - 16vw);
  }
}
@media screen and (max-width: 480px) {
  /* FAQ Accordions */
  .faq-simple-section .faq-content .columns {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .faq-simple .faq-simple-section .faq-content .columns.large-12 ul.checklist.list-2-col li {
    width: 45%;
  }
  .faq-simple .faq-simple-section .faq-content .columns.large-12 ul.checklist.list-2-col li:nth-child(2n) {
    transform: translateX(2rem);
  }
  .faq-simple .faq-simple-section .faq-content .columns.large-12 ul.checklist.list-2-col li:nth-child(2n+1) {
    padding-right: 0;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #201547;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #201547;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #201547;
}

.table tbody + tbody {
  border-top: 2px solid #201547;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #201547;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #201547;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #d5eee9;
}

.table-hover tbody tr:hover {
  color: #201547;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #97d5c9;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #5949a7;
}

.table-hover .table-primary:hover {
  background-color: #97d5c9;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #97d5c9;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d9d9d9;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #eeeeee;
}

.table-hover .table-secondary:hover {
  background-color: #d9d9d9;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #d9d9d9;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #97d5c9;
}

.table-hover .table-success:hover {
  background-color: rgb(187.3287671233, 227.6712328767, 219.8630136986);
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(223.6575342466, 242.3424657534, 238.7260273973);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(114.6712328767, 198.3287671233, 182.1369863014);
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #97d5c9;
}

.table-hover .table-info:hover {
  background-color: #e7e5f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #e7e5f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #201547;
  color: #e7e5f3;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #201547;
}

.table-hover .table-dark:hover {
  background-color: #201547;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #201547;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #201547;
  border-color: #201547;
}

.table .thead-light th {
  color: #5949a7;
  background-color: #e7e5f3;
  border-color: #e7e5f3;
}

.table-dark {
  color: #fff;
  background-color: #201547;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #201547;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

/* sm */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-sm-0 {
  border: 0 !important;
}

.border-sm-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-sm-top-0 {
  border-top: 0 !important;
}

.border-sm-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-sm-end-0 {
  border-right: 0 !important;
}

.border-sm-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-sm-bottom-0 {
  border-bottom: 0 !important;
}

.border-sm-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-sm-start-0 {
  border-left: 0 !important;
}

.border-sm-1 {
  border-width: 1px !important;
}

.border-sm-2 {
  border-width: 2px !important;
}

.border-sm-3 {
  border-width: 3px !important;
}

.border-sm-4 {
  border-width: 4px !important;
}

.border-sm-5 {
  border-width: 5px !important;
}

.border-eeeeee {
  --bs-border-opacity: 1;
  border-color: #eeeeee !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: #112e51 !important;
}

/* md */
@media (min-width: 992px) {
  .border-md-0 {
    border: 0 !important;
  }
  .border-md-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-end-0 {
    border-right: 0 !important;
  }
  .border-md-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-start-0 {
    border-left: 0 !important;
  }
  .border-md-1 {
    border-width: 1px !important;
  }
  .border-md-2 {
    border-width: 2px !important;
  }
  .border-md-3 {
    border-width: 3px !important;
  }
  .border-md-4 {
    border-width: 4px !important;
  }
  .border-md-5 {
    border-width: 5px !important;
  }
  .border-eeeeee {
    --bs-border-opacity: 1;
    border-color: #eeeeee !important;
  }
  .border-dark {
    --bs-border-opacity: 1;
    border-color: #112e51 !important;
  }
}
/* lg */
@media (min-width: 1200px) {
  .border-lg-0 {
    border: 0 !important;
  }
  .border-lg-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-end-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-start-0 {
    border-left: 0 !important;
  }
  .border-lg-1 {
    border-width: 1px !important;
  }
  .border-lg-2 {
    border-width: 2px !important;
  }
  .border-lg-3 {
    border-width: 3px !important;
  }
  .border-lg-4 {
    border-width: 4px !important;
  }
  .border-lg-5 {
    border-width: 5px !important;
  }
  .border-eeeeee {
    --bs-border-opacity: 1;
    border-color: #eeeeee !important;
  }
  .border-dark {
    --bs-border-opacity: 1;
    border-color: #112e51 !important;
  }
}
/* xl */
@media (min-width: 1400px) {
  .border-xl-0 {
    border: 0 !important;
  }
  .border-xl-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-end-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-start-0 {
    border-left: 0 !important;
  }
  .border-xl-1 {
    border-width: 1px !important;
  }
  .border-xl-2 {
    border-width: 2px !important;
  }
  .border-xl-3 {
    border-width: 3px !important;
  }
  .border-xl-4 {
    border-width: 4px !important;
  }
  .border-xl-5 {
    border-width: 5px !important;
  }
  .border-eeeeee {
    --bs-border-opacity: 1;
    border-color: #eeeeee !important;
  }
  .border-dark {
    --bs-border-opacity: 1;
    border-color: #201547 !important;
  }
}
.border-after-top-end-white:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  border: 1px solid #ffffff;
  top: 1rem;
  left: 1rem;
}

.slider-form-container {
  width: 100%;
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (max-width: 599px) {
  .slider-form-container {
    padding-inline: 0.5rem;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .slider-form-container {
    padding-inline: 1.5rem;
  }
}
.oa-login {
  max-width: 100%;
  background-color: #fff;
  position: absolute;
  right: 1.25rem;
  transform: translateY(-50%);
  z-index: 5;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15), 0 0 1.25rem rgba(0, 0, 0, 0.15);
  margin-right: 1.25rem;
}

.olb-slider.form-slider.slider-container:not(.promo-slider) .slide-info .contain {
  position: relative;
  top: unset;
  transform: none;
}

.olb-slider .slider-form-container {
  height: 100%;
}

.oa-login .form-control {
  display: block;
  width: 100%;
  padding: 1.25rem 0.8125rem 0.625rem 0;
  font-weight: 400;
  line-height: 1.5;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #acaeb2;
  border-radius: 0;
  box-shadow: none;
  transition: 0.25s;
  color: #424346;
  height: 3.3125rem;
  font-size: 1rem;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-color: #acaeb2;
}

.form-control-label {
  position: absolute;
  inset: 0;
  display: block;
  line-height: 1;
  padding-top: 1.4375rem;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #575757;
  pointer-events: none;
  text-overflow: ellipsis;
  word-wrap: none;
  transition-duration: 0.25s;
  transition-property: font-size, padding, bottom, left;
  transition-timing-function: ease;
}

.oa-login .form-control-animation {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  pointer-events: none;
  height: 3px;
  background-color: #201547;
  width: 0;
  transition: width 0.25s;
}

.oa-login .form-control:focus,
.oa-login .form-control:hover {
  border-bottom-width: 0.1875rem;
  border-bottom-color: #201547;
}

.oa-login .form-control:focus ~ .form-control-label,
.oa-login .form-control:hover ~ .form-control-label,
.oa-login .form-control:valid ~ .form-control-label {
  padding-top: 0;
  font-size: 0.875rem;
}

.form-slider .slider-nav-overlay {
  top: unset;
  bottom: 20px;
  right: 0;
  left: unset;
  transform: scale(0.8);
}

.oa-login input[type=submit] {
  margin-top: 15px;
  background-color: #5949a7;
  color: #fff;
  border-radius: 0;
  border: 0;
  font-size: 1rem !important;
}

.oa-login a {
  color: #464646;
}

.oa-login a.register-link {
  display: flex;
  justify-content: center;
}

.oa-login a.register-link span.material-icons {
  display: inline-block;
  color: #464646;
  padding: 0 10px 0 0;
}

.oa-login a.bcm-link {
  display: block;
  text-align: center;
  text-decoration: underline;
  margin: 15px 0 0;
}

.switch-pill-container {
  display: inline-flex;
  align-items: center;
  border-bottom: 3px solid transparent;
  margin-top: 30px;
}

.using-keyboard .switch-pill-container:focus-within {
  border-bottom: 3px solid #201547;
}

.switch-pill-container .switch-pill-container-label {
  margin-bottom: 0;
  margin-left: 0.8125rem;
  cursor: pointer;
}

.switch-pill-container .switch-pill input[type=checkbox] {
  left: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  cursor: pointer;
}

.switch-pill-container .switch-pill input[type=checkbox]:checked + label {
  background-color: #6ccde6;
}

.switch-pill-container .switch-pill input[type=checkbox]:checked + label::after {
  left: 1.125rem;
}

.switch-pill-container .switch-pill input[type=checkbox] + label {
  border-radius: 1.1875rem;
  background: #bcbec1;
  color: transparent;
  cursor: pointer;
  display: block;
  position: relative;
  text-indent: 100%;
  width: 2.1875rem;
  height: 1.1875rem;
  transition: background-color 0.25s;
}

.switch-pill-container .switch-pill input[type=checkbox] + label::after {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  content: "";
  border-radius: 50%;
  background: #fff;
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  transition: left 0.25s cubic-bezier(0.68, -0.3, 0.265, 1.3);
}

.switch-pill-container.disabled {
  color: #bcbec1;
}

.switch-pill-container.disabled .switch-pill input[type=checkbox],
.switch-pill-container.disabled .switch-pill-container-label {
  cursor: not-allowed;
}

.switch-pill-container.disabled .switch-pill input[type=checkbox]:checked + label {
  background-color: #bcbec1;
}

.switch-pill-container.disabled .switch-pill input[type=checkbox] + label {
  background: #bcbec1;
  cursor: not-allowed;
}

#finalytics .slide-content,
.form-slider.slider-container .slide-info {
  max-width: 426.6666666667px;
}

.form-slider.slider-container .slide-info.slide-info-backdrop {
  background: 0 0;
}

.form-slider.slider-container .direction-nav li.nav-next::after,
.form-slider.slider-container .direction-nav li.nav-prev::after,
.oa-login a.register-link:hover > span.material-icons,
.oa-login a.register-link > span.material-icons {
  display: none !important;
}

.form-slider.slider-container li::after {
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.9) calc((100vw - 1280px) * 0.2), rgba(255, 255, 255, 0.8) calc((100vw - 1280px) * 0.6 + 640px), rgba(255, 255, 255, 0.6) calc((100vw - 1280px) * 0.3 + 768px), rgba(255, 255, 255, 0) calc((100vw - 1280px) * 0.3 + 1280px));
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.form-slider.slider-container li.theme-gradient-nightfall::after {
  background: linear-gradient(to right, rgba(32, 21, 71, 0.95) 0, rgba(32, 21, 71, 0.85) 60%, rgba(32, 21, 71, 0.1) 100%);
}

.form-slider.slider-container li.no-image {
  background-color: #201547;
}

.form-slider.slider-container .slide-info a {
  margin-top: 15px;
  display: block;
}

.form-slider.slider-container .slide-info .h1,
.form-slider.slider-container .slide-info .h2,
.form-slider.slider-container .slide-info h1,
.form-slider.slider-container .slide-info h2,
.form-slider.slider-container .slide-info p {
  color: #201547;
}

.form-slider.slider-container .slide-info .h1,
.form-slider.slider-container .slide-info h1 {
  margin-bottom: 20px;
  text-shadow: none;
}

@media only screen and (min-width: 1300px) {
  .oa-login {
    right: 0;
  }
}
@media screen and (min-width: 1281px) {
  .form-slider.slider-container li.theme-gradient-nightfall::after {
    background: linear-gradient(135deg, #201547 0, #5949a7 100%);
  }
  header[role=banner] {
    width: 100%;
    margin-left: 0;
    background-color: #fff;
    max-width: 100%;
    padding-left: calc((100vw - 1280px) / 2 + 1.25rem);
    padding-right: calc((100vw - 1280px) / 2 + 1.25rem);
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .form-slider.slider-container li::after {
    background: linear-gradient(135deg, #e7e5f3 0, #fff 100%);
  }
  .form-slider.slider-container li.theme-gradient-nightfall::after {
    background: linear-gradient(135deg, #201547 0, #5949a7 100%);
  }
}
@media only screen and (min-width: 1281px) {
  .oa-login {
    display: block;
  }
  .form-slider .slider-nav-overlay {
    right: unset;
    left: 44px;
    transform: none;
  }
  .form-slider.slider-container:not(.promo-slider) ul li {
    max-height: 540px !important;
    min-height: auto !important;
    height: 540px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .slider-form-container {
    position: fixed;
    top: 10vh;
    right: unset;
  }
  .slider-container:not(.promo-slider) .slide-list li {
    max-height: 80vh;
  }
  .oa-login {
    position: initial;
    width: 290px;
    margin: 0 auto;
  }
  .control-container {
    height: 100%;
  }
  .form-slider.slider-container:not(.promo-slider) .slide-info {
    max-width: 100%;
  }
  .form-slider.slider-container:not(.promo-slider) .slide-info .contain {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .olb-slider.slider-container:not(.promo-slider) ul li {
    height: auto;
    min-height: 477px !important;
  }
  .olb-slider .oa-login {
    left: 0;
    right: 0;
    margin: auto;
    bottom: 20px;
    transform: none;
    top: unset;
  }
  .olb-slider.slider-container:not(.promo-slider) .content-wrapper {
    padding: 60px 0 510px;
    max-width: 430px;
  }
  .olb-slider.slider-container:not(.promo-slider) .content-wrapper .slide-info {
    position: relative;
    padding: 0;
  }
  .olb-slider .controls-wrapper,
  .olb-slider.form-slider.slider-container li::after {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .switch-pill-container {
    min-width: 112px;
  }
}
@media screen and (max-width: 480px) {
  .olb-slider .oa-login {
    bottom: 0;
  }
  .oa-login a.register-link {
    padding: 15px 0;
  }
}
@media (max-width: 425px) {
  .olb-slider.slider-container:not(.promo-slider) .content-wrapper {
    padding: 60px 20px 540px;
  }
}
#slider > .slide-list > .slider-form-container,
.slider-form-container {
  overflow: hidden;
  transition: 0.3s ease-in-out;
  height: 0 !important;
}

#slider > .slide-list > .slider-form-container.show-modal,
.slider-form-container.show-modal {
  height: 350px !important;
}

.login-modal-opener-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  max-width: 1280px;
  margin-left: calc((100vw - 1280px) / 2);
  text-align: right;
}

.oa-login {
  padding: 1rem;
  width: 290px;
  top: 1rem;
  transform: none;
}

.oa-login .form-header.h2,
.oa-login h2.form-header {
  font-family: Nunito, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0.25rem !important;
}

.oa-login .switch-pill-container {
  margin-top: 1rem !important;
}

.oa-login .switch-pill-container .switch-pill-container-label {
  font-size: 0.9rem !important;
}

.oa-login a.forgot-link {
  margin: 0.75rem 0;
  font-size: 0.9rem;
}

.oa-login a.register-link {
  border: 0 !important;
  margin: 0.75rem 0 0;
  padding: 0 !important;
  font-size: 0.9rem;
}

.slider-form-container.show-modal {
  z-index: 10000;
}

#onlinebankingpage .slider-form-container.show-modal {
  z-index: 2;
}

#body-dark {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100vw;
  height: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
}

#body-dark.active {
  height: 100vh;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
  z-index: 100;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 481px) {
  p.p-hero button,
  p.p-hero button.btn-toggle-login-modal,
  p.p-hero button.light-blue {
    margin-right: 0.5rem !important;
  }
}
#finalytics {
  background-size: cover;
  background-position: center;
}

#finalytics.content::after,
#finalytics.content::before {
  background: linear-gradient(135deg, #e7e5f3 0, #fff 100%);
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 480px) {
  #finalytics {
    max-height: 80vh;
    min-height: unset;
  }
  #finalytics.content::after,
  #finalytics.content::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: linear-gradient(135deg, #e7e5f3 0, #fff 100%);
  }
}
@media screen and (min-width: 1281px) {
  #finalytics {
    max-height: 540px;
    min-height: 540px;
  }
}
.slider-container ul li {
  width: 100%;
  max-height: 540px;
  min-height: 540px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 20em) {
  .slider-container ul li {
    min-height: 23.75rem;
  }
  .account-helper.two-third-panel .brand-message .h1,
  .account-helper.two-third-panel .brand-message h1 {
    text-align: center;
  }
}
@media only screen and (min-width: 23.4375em) {
  .slider-container ul li {
    min-height: 22.5rem;
  }
}
.slider-container .slide-info {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
}

.slider-container .slide-list li {
  height: 22.5rem;
}

.slider-container .slide-info.slide-info-backdrop {
  background: rgba(255, 255, 255, 0.82);
  z-index: 1;
}

.slider-container .control-nav li a.active,
.with-extension .slide-extension:hover {
  background: #201547;
  transition: 0.3s ease-out;
}

.slider-container .slide-info .h1,
.slider-container .slide-info h1 {
  -ms-text-shadow: 1px 1px 0 #fff;
  -moz-text-shadow: 1px 1px 0 #fff;
  -webkit-text-shadow: 1px 1px 0 #fff;
  text-shadow: 1px 1px 0 #fff;
  margin-bottom: 0.25rem;
}

.slider-container .slide-info p {
  font-weight: 300;
  margin-bottom: 0;
}

#featuredServices ul li.feature-item .copy,
.slider-container .slide-info .button {
  margin-top: 0.75rem;
}

.slider-container .direction-nav li {
  position: absolute;
  display: inline-block;
  width: 60px;
  min-height: 1.25rem !important;
  font-family: FontAwesome;
  padding-left: 0;
}

.slider-container .direction-nav li.nav-prev {
  text-align: left;
  top: 0;
  left: 60px;
}

.slider-container .direction-nav li.nav-next a,
.slider-container .direction-nav li.nav-prev a {
  display: block;
  text-align: center;
}

.slider-container .direction-nav li.nav-next {
  text-align: right;
  top: 0;
  right: 0;
}

.slider-container .direction-nav li a {
  transition: 0.3s ease-out;
  opacity: 0.92;
  color: #201547;
  font-size: 1rem;
  line-height: 50px;
}

.slider-container .direction-nav li a:hover {
  transition: 0.3s ease-out;
  text-decoration: none;
  opacity: 1;
  color: #201547;
}

.slider-container .control-nav {
  display: inline-block;
  max-width: 16.25rem;
  width: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}

.slider-container .control-nav li {
  position: relative;
  display: inline-block;
  margin-right: 1.25rem;
  width: 10px;
}

.slider-container .control-nav li a {
  position: absolute;
  transition: 0.3s ease-out;
  display: inline-block;
  opacity: 0.92;
  margin-top: 3px;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  background: 0 0;
  border: 2px solid #201547;
  border-radius: 50%;
  text-indent: -9999px;
  line-height: 50px;
  padding: 0;
}

.slider-container .control-nav li a.active {
  opacity: 1;
}

.slider-container .control-nav li:last-child {
  margin-right: 0;
}

.account-helper.two-third-panel .brand-message .h1 span, .account-helper.two-third-panel .brand-message h1 span {
  display: inline;
  color: #f1c8a8;
}

.photo-block .details .h5, .photo-block .details h5 {
  margin: 0.125rem 0;
}

.photo-block-title {
  margin-bottom: 0.9375rem !important;
}

.promo-page {
  background: #201547 !important;
}

.promo-page header[role=banner] {
  height: 3.25rem;
  margin-top: 0;
}

.promo-nav-body {
  padding-top: 55px;
}

.table-responsive-stack {
  width: 100%;
  border-collapse: collapse;
}
.table-responsive-stack thead {
  display: none;
}
.table-responsive-stack tr {
  display: block;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  padding: 0.75rem;
  background-color: #f9f9f9;
}
.table-responsive-stack td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.5rem 0;
  border-bottom: 1px solid #ddd;
}
.table-responsive-stack td:first-child {
  font-weight: bold;
  background-color: #5949a7;
  color: rgb(255, 255, 255);
  padding: 0.75rem;
  border-bottom: none;
}
.table-responsive-stack td + td {
  padding-left: 1rem;
  border-bottom: none;
}
.table-responsive-stack td + td::before {
  content: attr(data-label);
  display: block;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
@media (min-width: 600px) {
  .table-responsive-stack thead {
    display: table-header-group;
  }
  .table-responsive-stack tr {
    display: table-row;
    border: none;
    padding: 0;
    margin-bottom: 0;
  }
  .table-responsive-stack td {
    display: table-cell;
    width: auto;
    padding: 0.75rem;
    border-bottom: 1px solid #ddd;
  }
  .table-responsive-stack td:first-child {
    font-weight: normal;
    color: #201547;
    background-color: transparent;
  }
  .table-responsive-stack td + td::before {
    content: none;
  }
  .table-responsive-stack tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  .table-responsive-stack tr:nth-child(odd) {
    background-color: #ffffff;
  }
}

.table-primary-variant {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #201547;
}
.table-primary-variant thead th {
  background-color: #5949a7;
  color: rgb(255, 255, 255);
  padding: 0.75rem 1rem;
  vertical-align: middle;
  border: none;
  font-weight: 600;
}
.table-primary-variant tbody tr td {
  border: none;
  padding: 0.6rem 1rem;
  vertical-align: middle;
  text-align: right;
}
.table-primary-variant tbody tr td:first-child {
  text-align: left;
}
.table-primary-variant tbody tr:nth-child(even):not(.no-strip):not(.summary-row):not(.grand-total-row) {
  background-color: #e7e5f3;
  color: #201547;
}
.table-primary-variant tbody tr.light {
  background-color: #e7e5f3;
}
.table-primary-variant tbody tr.primary {
  background-color: #5949a7;
  color: rgb(255, 255, 255);
}
.table-primary-variant tbody tr.no-strip {
  background-color: rgb(255, 255, 255);
  color: #201547;
}

@font-face {
  font-family: FontAwesome;
  src: url(../../Fonts/fontawesome-webfont.eot?v=4.4.0);
  src: url(../../Fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format("embedded-opentype"), url(../../Fonts/fontawesome-webfont.woff2?v=4.4.0) format("woff2"), url(../../Fonts/fontawesome-webfont.woff?v=4.4.0) format("woff"), url(../../Fonts/fontawesome-webfont.ttf?v=4.4.0) format("truetype"), url(../../Fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" fa-"],
[class^=fa-] {
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

[class*=" fa-"].post,
[class^=fa-].post {
  margin-left: 0.375rem;
}

[class*=" fa-"].pre,
[class^=fa-].pre {
  margin-right: 0.375rem;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

#pageHeader i,
.account-helper .detail,
.account-helper .overview,
.checkbox input,
.checkbox label,
.fa-stack,
.icon-wrap i {
  vertical-align: middle;
}

.fa-2x,
.fa-stack-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}

.fa-pull-right,
.pull-right {
  float: right;
}

.fa.fa-pull-left,
.fa.pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: 2s linear infinite fa-spin;
}

.fa-pulse {
  animation: 1s steps(8) infinite fa-spin;
}

.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.col-req-appt-form .feature.item-box,
.display-none {
  display: none !important;
}

.row-flex,
h3.video-placeholder,
.video-placeholder.h3 {
  display: flex;
  align-items: center;
}

.row-flex {
  flex-direction: row;
  flex-wrap: wrap;
}

.row-align-stretch,
.row-rates {
  align-items: stretch;
}

.align-flex-start,
.row-flex.align-flex-start {
  align-items: flex-start;
}

.justify-center {
  justify-content: center;
}

.row-safari:after,
.row-safari:before {
  content: normal;
}

.row-alert {
  padding: 2rem;
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  background-color: rgba(255, 0, 0, 0.18);
}

.remove-bg .call-to-action.sidebar {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-column .call-to-action.sidebar {
  padding: 0;
  background: 0 0;
}

.contact-table td {
  vertical-align: baseline;
}

.contact-table > tbody > tr > td:first-of-type {
  padding-right: 0.25rem;
}

.row-schedule {
  background-color: #d9d9d9;
  padding: 3rem 1.25rem;
  margin-top: -2.5rem;
}

.row-apply {
  justify-content: space-between;
}

.row-contact-ctas {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 5rem;
  justify-content: center;
}

.row-light-grey-bg-after,
.row-rates-cards.row-light-grey-bg-after {
  position: relative;
  z-index: 10;
}

.row-light-grey-bg-after:after,
.row-rates-cards.row-light-grey-bg-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw; /* Set width to viewport width */
  height: 100%;
  background-color: #eeeeee;
  z-index: -1;
}

.rate-card-content {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15), 0 0 1.25rem rgba(0, 0, 0, 0.15);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  height: 25vw;
  max-height: 280px;
  transform: translateY(0) scale(1);
}

.rate-card-content:hover {
  transform: translateY(-1rem);
  box-shadow: 0 2rem 2rem rgba(0, 0, 0, 0.1);
  transform: translateY(-1rem) scale(1.1);
}

.rate-card-content h4, .rate-card-content .h4 {
  text-align: center;
  max-width: 175px;
  height: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.rate-card-content h4 .rate-card-subtitle, .rate-card-content .h4 .rate-card-subtitle {
  font-size: 0.9rem;
  font-weight: 400;
}

.rate-card-content p {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
  text-align: center;
}

#locationContent .branch,
#locationContent .branch-hours,
.row-rates-cards .rate-card-content p.text-sm {
  padding-bottom: 0.5rem;
}

.rate-card-content h2, .rate-card-content .h2 {
  font-size: 4rem;
  margin-bottom: 0;
  padding-top: 0.25rem;
  text-align: center;
}

.blog-rates-cards-disclosures .txt-sm,
.blog-rates-cards-disclosures p.txt-sm {
  text-align: center !important;
}

.large-3.columns > .feature.item-box > .overlay {
  background-color: rgba(17, 46, 81, 0.9) !important;
}

.feature.item-box a span.orange,
.feature.item-box h3 span.orange,
.feature.item-box .h3 span.orange,
.feature.item-box i span.orange,
.feature.item-box p span.orange {
  color: rgb(255, 255, 255) !important;
  font-size: 1.35rem;
}

.disclosures .feature.item-box .details {
  padding: 0;
}

.disclosures .feature.item-box .overlay,
.mktoForm .mktoGutter,
.mktoForm .mktoOffset {
  display: none;
}

.disclosures .feature.item-box h3, .disclosures .feature.item-box .h3,
.disclosures .feature.item-box i,
.disclosures .feature.item-box p {
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
}

.table-schumer-box,
.table-schumer-box td,
.table-schumer-box th {
  border: 1px solid #adb5bd;
}

.table-schumer-box td,
.table-schumer-box th {
  padding: 0.25rem;
  line-height: 1.5rem;
  vertical-align: top;
  text-align: left;
  font-size: 10pt;
}

.table-schumer-box th {
  color: #333;
  font-weight: 700;
  background-color: #eee;
}

.table-schumer-box .table-section-header td {
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
}

.table-schumer-box br {
  line-height: 1.75rem;
}

.table-schumer-box ul {
  margin-top: 0;
}

.table-schumer-box ul li {
  font-size: 10pt !important;
}

.disclosures p a,
.feature.item-box .details .table-schumer-box a,
.feature.item-box .details .table-schumer-box p a,
.feature.item-box .details p.txt-sm a {
  color: #5949a7 !important;
  text-decoration: underline !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  top: 0 !important;
  background-color: transparent !important;
}

.disclosures p a:hover,
.feature.item-box .details .table-schumer-box a:hover,
.feature.item-box .details .table-schumer-box p a:hover,
.feature.item-box .details p.txt-sm a:hover {
  color: #201547 !important;
  text-decoration: underline !important;
  border: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}

.rate-xl {
  font-size: 16pt;
  font-weight: 400;
}

.rate-lg {
  font-size: 11pt;
  font-weight: 700;
}

ol.txt-sm li,
ul.txt-sm li {
  font-size: 0.75rem !important;
}

.rates-disclosure-table {
  width: 100%;
  max-width: 800px;
}

.map-filter-container .map-filters-wrap #search-filters ul li input[type=checkbox]:checked + span:before,
.rates-dd .rates-content .rates-content-title,
.rates-dd h4:hover,
.rates-dd .h4:hover {
  background-color: #5949a7 !important;
}

.auto-rates-container h3.auto-rate-heading, .auto-rates-container .auto-rate-heading.h3,
.heloc-rate-heading,
.home-loans-container h3.heloc-rate-heading {
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}

.auto-rates-container h3.auto-rate-heading .auto-rate, .auto-rates-container .auto-rate-heading.h3 .auto-rate,
.heloc-rate-heading .heloc-rate,
.home-loans-container h3.heloc-rate-heading .heloc-rate {
  font-family: "Questrial", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #5949a7;
}

.branch-atm-cta .cta-content .az-btn-wrap .button-outline,
.branch-atm-cta .cta-content .cta-column h2,
.branch-atm-cta .cta-content .cta-column .h2,
.branch-atm-cta .cta-content .cta-column h4,
.branch-atm-cta .cta-content .cta-column .h4 {
  font-family: Nunito, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: rgb(255, 255, 255);
}

.auto-rates-container h3.auto-rate-heading .button, .auto-rates-container .auto-rate-heading.h3 .button,
.heloc-rate-heading .button,
.home-loans-container h3.heloc-rate-heading .button {
  margin-bottom: 6px;
  margin-left: 6px;
}

.row-nametags {
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.associate-nametag {
  width: 32%;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
}

.associate-nametag .a-img-wrap {
  overflow: hidden;
  flex: 1;
  padding: 1rem;
  display: flex;
  align-items: center;
  border-radius: 0;
  background: #5949a7;
  background: -moz-linear-gradient(180deg, #97d5c9 0, #5949a7 83%);
  background: -webkit-linear-gradient(180deg, #97d5c9 0, #5949a7 83%);
  background: linear-gradient(180deg, #97d5c9 0, #5949a7 83%);
  background-color: rgb(0, 113, 188);
}

.associate-nametag .a-img-wrap img {
  border-radius: 50%;
  width: 100%;
  transition: 0.3s;
}

.associate-nametag .a-info-wrap {
  flex: 2;
  padding: 1rem;
  min-height: 225px;
  background-color: #f0f8ff;
  border-left: 6px solid rgb(255, 255, 255);
}

.associate-nametag .a-info-wrap h3, .associate-nametag .a-info-wrap .h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid rgb(255, 255, 255);
  padding-bottom: 3px;
}

.associate-nametag .a-info-wrap p.job-title {
  color: #333;
  font-style: italic;
}

.associate-nametag .a-info-wrap p {
  margin-bottom: 3px;
}

.nametag-spacer {
  width: 32%;
  border: 3px solid transparent;
}

.h3-athome {
  text-align: center;
  margin-top: 2rem;
}

.mobile-banking-list {
  max-width: 760px;
  margin: 1rem auto 0;
}

.mobile-banking-list li {
  min-height: 2rem;
  margin-bottom: 3rem;
  font-size: 1.1rem;
}

.mobile-deposit-screenshot {
  width: 200px;
  margin: 1rem auto 0;
  display: block;
}

.rates-box,
.rates-callout {
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.mobile-deposit-screenshot.wide {
  width: 356px;
  display: inline-block;
}

.horizontal-border-row {
  height: 1px;
}

.horizontal-border {
  border-bottom: 1px solid #201547;
  display: block;
  width: 100%;
  height: 1px;
}

.row-rates:first-of-type {
  margin-bottom: 18px;
}

.rates-callout {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgb(255, 255, 255) 0, rgb(255, 255, 255) 33%, #6ccde6 50%, #238acb 65%, #6ccde6 100%);
  background: -webkit-linear-gradient(0deg, rgb(255, 255, 255) 0, rgb(255, 255, 255) 33%, #6ccde6 50%, #238acb 65%, #6ccde6 100%);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0, rgb(255, 255, 255) 33%, #6ccde6 50%, #238acb 65%, #6ccde6 100%);
  height: 200px;
  width: 100%;
  min-width: 200px;
  max-height: 200px;
  background-size: auto 300%;
  transition: 0.25s ease-in-out;
  background-position: bottom center;
  padding: 12px;
  overflow-y: hidden;
}

.rates-callout h3, .rates-callout .h3 {
  font-family: Nunito;
  font-weight: 400;
  font-size: 1.33rem;
  margin-bottom: 6px;
  color: #201547;
}

.rates-callout .rate {
  font-weight: 700;
  font-family: "Questrial", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  margin-top: 0.5rem;
  color: #5949a7;
}

.rates-box .rate .rate-num,
.rates-callout .rate .rate-num {
  font-size: 5.5rem;
  line-height: 4.5rem;
}

.rates-box .rate .percent-apr-apy,
.rates-callout .rate .percent-apr-apy {
  text-align: center;
  margin-left: 0.25rem;
}

.rates-box .rate .percent-apr-apy .percent,
.rates-callout .rate .percent-apr-apy .percent {
  font-size: 4rem;
  line-height: 3rem;
}

.rates-box .rate .percent-apr-apy .apr-apy,
.rates-callout .rate .percent-apr-apy .apr-apy {
  font-size: 1.3rem;
  margin-bottom: -0.25rem;
  text-transform: uppercase;
}

.rates-callout p {
  font-size: 1rem;
  text-transform: uppercase;
  color: #201547;
}

.rates-callout .learn-more {
  position: absolute;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: flex;
  align-items: center;
  justify-content: center;
  animation-delay: 0.25s;
}

.rates-callout .learn-more .button.filled {
  border-color: rgb(255, 255, 255);
  transition: box-shadow 0.5s;
  margin-bottom: 0;
}

.rates-callout:hover {
  background-position: top center;
  color: rgb(255, 255, 255);
}

.rates-callout:hover .learn-more {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.rates-callout:hover .learn-more .button.filled:hover {
  box-shadow: 0 0 0 120px rgba(255, 255, 255, 0.75);
}

.row-two-thirds-center {
  display: flex;
  justify-content: center;
}

.rates-box {
  width: 100%;
  transition: 0.25s ease-in-out;
  background-position: bottom center;
  padding: 1rem;
  border: 1px solid #5949a7;
}

.rates-box .acct-type {
  position: absolute;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: rgb(255, 255, 255);
  top: -1.35rem;
  left: 0.5rem;
  background-color: #5949a7;
  padding: 0.5rem 0.75rem;
  clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
  -webkit-clip-path: polygon(6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%, 0 6px);
}

.rates-box .rate {
  font-weight: 700;
  font-family: "Questrial", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  color: #201547;
  padding: 1.75rem 0.75rem 0.75rem;
}

.rates-box .rate .rate-num sup {
  font-size: 50%;
  top: -2rem;
}

.rates-box .conditions {
  position: absolute;
  bottom: -0.85rem;
  right: 0.5rem;
  background-color: rgb(255, 255, 255);
  font-size: 0.8rem;
  padding: 0 6px;
  text-align: right;
}

.auto-rates-container,
.home-loans-container {
  border-bottom: 1px solid #201547;
  padding: 0 24px 48px;
  width: 100%;
}

.auto-rates-container .auto-rates-title,
.home-loans-container .home-loans-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.auto-rates-container .auto-rates-title h2, .auto-rates-container .auto-rates-title .h2,
.home-loans-container .home-loans-title h2,
.home-loans-container .home-loans-title .h2 {
  text-align: center;
  font-family: Nunito;
  font-weight: 400;
  font-size: 2.5rem;
  margin-bottom: 0;
}

.auto-rates-container.arc-xl h3.auto-rate-heading, .auto-rates-container.arc-xl .auto-rate-heading.h3,
.home-loans-container.heloc-rc-xl h3.heloc-rate-heading,
.home-loans-container.heloc-rc-xl .heloc-rate-heading.h3 {
  font-size: 1.75rem;
  color: #333;
  font-weight: 300;
}

.auto-rates-container.arc-xl h3.auto-rate-heading .button, .auto-rates-container.arc-xl .auto-rate-heading.h3 .button,
.home-loans-container.heloc-rc-xl h3.heloc-rate-heading .button,
.home-loans-container.heloc-rc-xl .heloc-rate-heading.h3 .button {
  font-size: 1.25rem;
  max-width: 142px;
}

.cta-simple {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

.branch-atm-cta {
  width: 100%;
  display: block;
  padding-top: 36px;
  padding-bottom: 36px;
  margin-bottom: 1.5rem;
}

.branch-atm-cta .cta-content {
  background-image: url(/media/cagde3vk/hiking-grand-canyon_1600x600.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 268px;
}

.branch-atm-cta .cta-content:after {
  background-color: rgba(241, 200, 168, 0.8);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.branch-atm-cta .cta-content .cta-column {
  flex: 2;
  color: rgb(255, 255, 255);
  z-index: 2;
  text-align: center;
}

.branch-atm-cta .cta-content .cta-column h2, .branch-atm-cta .cta-content .cta-column .h2 {
  text-align: center;
  font-size: 3rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px dashed #da772f;
  width: 85%;
  margin: 0 auto 0.5rem;
}

.branch-atm-cta .cta-content .cta-column h4, .branch-atm-cta .cta-content .cta-column .h4 {
  text-align: center;
  font-size: 1.5rem;
  width: 85%;
  margin: 0 auto 1rem;
}

.branch-atm-cta .cta-content .az-btn-wrap {
  flex: 1;
  position: relative;
  z-index: 4;
  text-align: center;
}

.branch-atm-cta .cta-content .az-btn-wrap .button-outline {
  border: 1px solid rgb(255, 255, 255);
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.25rem;
  padding: 0.875rem 1.125rem;
  background: 0 0;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  z-index: 4;
}

.branch-atm-cta .cta-content .az-btn-wrap .button-outline:hover {
  color: #da772f;
  background: rgb(255, 255, 255);
}

.az-shape {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 0.75rem;
  margin-left: -180px;
  z-index: 2;
  width: 340px;
  height: auto;
}

.p-checking-wrap {
  max-width: 440px;
  margin: 0 auto;
}

.auto-loan-benefits-list {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.auto-loan-benefits-list li {
  flex: 1;
  padding: 24px 12px;
  text-align: center;
}

.auto-loan-benefits-list li:first-of-type {
  border-right: 1px solid #d9d9d9;
}

.auto-loan-benefits-list li:last-of-type {
  border-left: 1px solid #d9d9d9;
}

.auto-loan-benefits-list li p span {
  display: block;
  font-size: 1.1rem;
}

.auto-loan-benefits-list li p strong {
  display: block;
  font-size: 2rem;
  font-family: "Questrial", sans-serif;
  color: #5949a7;
  line-height: 2rem;
  padding: 9px 0;
}

.auto-loan-benefits-list li p span sup,
.auto-loan-benefits-list li p strong sup,
ul.checklist.light-blue.row-flex li sup {
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Questrial", sans-serif;
}

.autoapproval-box {
  border: 1px solid #201547;
}

.autoapproval-box .autoapproval-box-img {
  background-image: url(/media/no3hqoul/comparison-panel-image-autoa.webp);
  background-size: cover;
  min-height: 250px;
  width: 100%;
  background-position: center;
}

.callout-vv-branch .img-col,
.lbp-cta headshot,
.lbp-cta-sidebar headshot,
.row-full-half-image .img-col {
  background-position: center center;
}

.umbraco-forms-field .help-block,
.umbraco-forms-field p {
  font-size: 0.875rem;
  font-weight: 300 !important;
}

.board-candidate {
  padding-left: 1rem;
  border-left: 1rem solid #97d5c9;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.board-candidate .board-candidate-name {
  font-size: 1.75rem;
  padding-bottom: 0.25rem;
}

.board-candidate .board-candidate-info,
.board-candidate .board-candidate-name .incumbent {
  font-size: 1.25rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}

.board-candidate .board-candidate-name .incumbent {
  font-style: italic;
  color: #333;
}

.heading-heloc-unavail,
.mktoForm .mktoFieldWrap .mktoHtmlText p strong a,
.mktoForm .mktoLabel {
  font-weight: 400 !important;
}

.board-candidate .board-candidate-info .member-duration {
  font-size: 1.1rem;
  padding-left: 0.75rem;
  border-left: 1px solid #201547;
  margin-left: 0.5rem;
}

.lbp-cta {
  padding: 24px;
  margin: 0 auto;
}

.lbp-cta headshot {
  height: 195px;
  width: 195px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: block;
  border: 2px solid rgb(255, 255, 255);
  margin: 0 auto;
}

.lbp-cta .lbp-cta-text {
  color: rgb(255, 255, 255);
  font-family: Nunito;
  padding: 1.25em 2.25em;
}

.lbp-cta .lbp-cta-text h2, .lbp-cta .lbp-cta-text .h2 {
  font-size: 2.25em;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-family: Nunito;
}

.lbp-cta .lbp-cta-text p {
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 1.25em;
}

.lbp-cta-sidebar {
  padding: 48px 24px 36px;
  margin: 0 auto;
  -webkit-clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
  clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
}

.lbp-cta-sidebar headshot {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: block;
  border: 2px solid rgb(255, 255, 255);
  margin: 0 auto;
}

.lbp-cta-sidebar h2, .lbp-cta-sidebar .h2 {
  font-size: 1.75em;
  text-transform: capitalize;
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-family: Nunito;
  margin-bottom: 0;
}

.lbp-cta-sidebar .lbp-cta-body {
  color: rgb(255, 255, 255);
  font-family: Nunito;
  padding: 1.25em;
}

.lbp-cta-sidebar .lbp-cta-body p {
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 1em;
  text-align: center;
}

.LPMimage {
  min-width: 80px !important;
  min-height: 110px !important;
  transform: translate(0, 0);
}

.upcoming-event .event-details {
  max-width: calc(100% - 2rem);
  width: 100%;
  background-color: rgb(255, 255, 255);
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-4rem);
  display: flex;
  align-items: stretch;
  border: 1px solid #201547;
}

.upcoming-event .event-details .event-date {
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.upcoming-event .event-details .event-date .day-month-time {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-transform: none;
  font-size: 1rem;
}

.upcoming-event .event-details .event-info {
  text-align: left;
  padding: 1.5rem;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.upcoming-event .event-details .event-info .title {
  color: #201547;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  padding-bottom: 1rem;
  font-size: 1.375rem;
}

.upcoming-event .event-details .event-info .event-description {
  font-size: 1.1rem;
  color: #201547;
  padding-bottom: 1rem;
}

.row-icon-copy-wco .col-icon {
  width: 100px;
}

.row-icon-copy-wco .col-copy {
  width: calc(100% - 100px);
  padding-left: 1.5rem;
}

.img-row-0-percent,
.img-row-3-digit-percent {
  background-image: url("/media/oynmnlor/sfe-choice-nau-credit-cards_2021_1600x600.webp");
  background-size: cover;
  background-position: center right;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  min-height: 400px;
}

.img-row-0-percent .content-box-0-percent,
.img-row-3-digit-percent .content-box-3-digit-percent {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3rem;
  margin-bottom: 0 !important;
  text-align: center;
  transition: 0.3s;
  position: relative;
}

.img-row-0-percent .content-box-0-percent {
  max-width: 350px;
}

.img-row-0-percent .content-box-0-percent .num-percent-apr,
.img-row-3-digit-percent .content-box-3-digit-percent .num-percent-apr {
  display: block;
}

.img-row-0-percent .content-box-0-percent .num-percent-apr .num,
.img-row-3-digit-percent .content-box-3-digit-percent .num-percent-apr .num {
  font-size: 10rem;
  color: #201547;
  display: inline-block;
  line-height: 1;
}

.img-row-0-percent .content-box-0-percent .num-percent-apr .percent-apr,
.img-row-3-digit-percent .content-box-3-digit-percent .num-percent-apr .percent-apr {
  width: auto;
  display: inline-block;
}

.img-row-0-percent .content-box-0-percent .num-percent-apr .percent-apr .percent,
.img-row-3-digit-percent .content-box-3-digit-percent .num-percent-apr .percent-apr .percent {
  width: 100%;
  display: block;
  font-size: 6.25rem;
  font-weight: 700;
  color: #201547;
  height: 100%;
  line-height: 0.95;
  font-family: "Questrial", sans-serif;
}

.img-row-0-percent .content-box-0-percent .num-percent-apr .percent-apr .apr,
.img-row-3-digit-percent .content-box-3-digit-percent .num-percent-apr .percent-apr .apr {
  width: 100%;
  display: block;
  font-size: 2.25rem;
  color: #201547;
  font-weight: 700;
  font-family: "Questrial", sans-serif;
}

.row-cc-intros {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.heading-heloc-unavail {
  color: #333;
  text-align: center;
  font-family: "Nunito", sans-serif !important;
  font-size: 1.25rem !important;
  background-color: #eee !important;
  border: 1px solid #333 !important;
  box-shadow: none !important;
  padding: 2rem;
  margin-bottom: 1rem;
}

body #pageWrapper #topNav[data-anchored=true] li.searchbox form.active .search-wrap input[type=search] {
  color: rgba(0, 0, 0, 0.8) !important;
}

.callout-vv-branch {
  margin-bottom: 2.5rem !important;
}

.callout-vv-branch .heading-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 2rem 0;
  background-color: #5949a7;
}

.callout-vv-branch .heading-col .callout-vv-branch-copy-wrap {
  max-width: 640px;
  margin-left: auto;
  padding: 0 2.5rem;
}

.callout-vv-branch .heading-col p {
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
}

.callout-vv-branch .img-col {
  background-image: url(/media/ls5hdgsv/female-eteam-rep-on-a-call_1000x667.webp);
  background-size: cover;
  height: 300px;
  padding: 2rem;
}

.row-featured-member-testimonial {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #d9d9d9;
}

.row-featured-member-testimonial.fmt-call-out {
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}

article.large-8.columns .row-featured-member-testimonial.fmt-call-out {
  flex-direction: column !important;
}

article.large-8.columns .row-featured-member-testimonial.fmt-call-out.row-light-grey-bg-after:after {
  background-color: transparent;
  width: 0;
  height: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: none;
}

.row-featured-member-testimonial.rfmt-last {
  border-bottom: 0 !important;
}

.row-featured-member-testimonial .large-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  display: flex;
  align-items: center;
}

.row-featured-member-testimonial.fmt-call-out .large-8 {
  background-color: #eee;
  position: relative;
  z-index: 2;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
}

article.large-8.columns .row-featured-member-testimonial.fmt-call-out .large-8.columns {
  width: 100% !important;
  padding-top: 0;
}

.row-featured-member-testimonial.fmt-call-out .columns.large-8 p {
  margin-bottom: 0;
}

.row-featured-member-testimonial.fmt-call-out .columns.large-8 p a.button.dark-grey-outline {
  border-color: #333 !important;
  color: #333 !important;
  background-color: transparent !important;
  margin-left: 1rem;
}

.row-featured-member-testimonial.fmt-call-out .columns.large-8 p a.button.dark-grey-outline:hover {
  border-color: #333 !important;
  color: rgb(255, 255, 255) !important;
  background-color: #333 !important;
}

.mktoForm .mktoButtonRow,
article.large-8.columns .row-featured-member-testimonial.fmt-call-out .large-4.columns {
  width: 100% !important;
}

.row-featured-member-testimonial .columns.large-4 .feat-mem-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  height: 100%;
}

article.large-8.columns .row-featured-member-testimonial.fmt-call-out .large-4.columns .feat-mem-wrap {
  padding-bottom: 2rem !important;
}

.row-featured-member-testimonial .columns.large-4 .feat-mem-wrap .feat-mem-img {
  width: 150px;
}

.row-featured-member-testimonial .columns.large-4 .feat-mem-wrap .feat-mem-img img {
  border-radius: 50%;
  width: 150px;
  height: auto;
}

.row-featured-member-testimonial .columns.large-4 .feat-mem-wrap .feat-mem-info p {
  font-size: 1.15rem;
  margin-bottom: 0;
}

.row-featured-member-testimonial .columns.large-4 .feat-mem-wrap .feat-mem-info p.mem-name {
  font-size: 1.35rem;
  font-weight: 400;
}

.row-featured-member-testimonial .columns.large-4 .feat-mem-wrap .feat-mem-info p.mem-name a {
  font-weight: 400;
  color: #5949a7 !important;
  text-decoration: underline !important;
}

#locationContent > .branch p a:hover,
.map-filter-container .map-filters-wrap #search-filters a:hover,
.map-filter-container .map-filters-wrap #view-filters .holiday-hours-link a:hover,
.map-filters-list #lstView .map-filter-container p a:hover,
.row-featured-member-testimonial .columns.large-4 .feat-mem-wrap .feat-mem-info p.mem-name a:hover {
  color: #201547 !important;
  text-decoration: underline !important;
}

.row-full-half-image .copy-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  max-width: 640px;
}

.pre-footer-mission .row-flex,
form.mktoForm {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.row-full-half-image .copy-col.left {
  margin-left: auto;
}

.row-full-half-image .copy-col.right {
  margin-right: auto;
}

.row-full-half-image .img-col {
  background-size: cover;
  height: 500px;
  padding: 4rem 2rem;
}

#primaryNav,
#mobileNav[data-anchored=true],
#topNav[data-anchored=true] {
  background: rgb(255, 255, 255);
}

#mobileNav i[class^=fa-] {
  color: #201547;
}

#mobileNav span {
  color: #201547;
}

#topNav i[class^=fa-] {
  color: #201547;
}

#topNav span {
  color: #201547;
}

#topNav .callout-link ul li a {
  color: #201547;
}

.rates-callout:hover .rate .percent-apr-apy {
  color: #201547;
}

.rates-callout:hover .rate .percent-apr-apy .apr-apy {
  color: #201547;
}

.rates-callout:hover .rate .percent-apr-apy .percent {
  color: #201547;
}

.rates-callout:hover .rate .rate-num {
  color: #201547;
}

nav#mobileNav > div > ul > li > a {
  color: #201547;
}

nav#topNav > div > ul > li > a {
  color: #201547;
}

#mobileNav i[class^=fa-]:hover {
  color: #5949a7;
}

#topNav i[class^=fa-]:hover {
  color: #5949a7;
}

#topNav .callout-link ul li a:hover {
  color: #5949a7;
}

#topNav .callout-link ul li a:hover span {
  color: #5949a7;
}

nav#mobileNav > div > ul > li > a:hover {
  color: #5949a7;
}

nav#topNav > div > ul > li > a:hover {
  color: #5949a7;
}

#topNav .callout-link i[class^=fa-]:hover,
#topNav .callout-link:hover i[class^=fa-],
header[role=banner] #primarySectionMenu a:hover {
  color: rgb(166.5789473684, 159.2105263158, 210.7894736842);
}

#mobileNav[data-anchored=true] a:hover,
#mobileNav[data-anchored=true] i:hover,
#topNav[data-anchored=true] a:hover,
#topNav[data-anchored=true] i:hover {
  color: #97d5c9 !important;
}

#mobileNav[data-anchored=true] ul li ul li a:hover,
#mobileNav[data-anchored=true] ul li ul li a:hover i:hover,
#topNav[data-anchored=true] ul li ul li a:hover,
#topNav[data-anchored=true] ul li ul li a:hover i:hover {
  color: #5949a7 !important;
  text-decoration: underline;
}

#topNav[data-anchored=true] .mark-wrap {
  border: 1px solid transparent;
  padding: calc(0.4375rem - 1px) 0;
}
#topNav[data-anchored=true] .mark-wrap:hover {
  border: 1px solid #97d5c9;
}

#primaryNav > ul > li,
#primaryNav > ul > li > a,
.back-to-top .back-to-top-btn > i,
.back-to-top .back-to-top-btn > span,
#mobileNav[data-anchored=true] .hamburger,
#mobileNav[data-anchored=true] .login-link,
#mobileNav[data-anchored=true] .mark-wrap,
#topNav[data-anchored=true] .hamburger,
#topNav[data-anchored=true] .login-link,
#topNav[data-anchored=true] .mark-wrap,
header[role=banner] #primarySectionMenu ul li a:after {
  transition: 0.3s ease-in-out;
}

#primaryNav ul li {
  transition: 0.3s;
}

#primaryNav > ul > li:hover > a,
#primaryNav > ul > li:hover > a:hover,
#primaryNav > ul > li > a,
#primaryNav > ul > li > a:hover {
  border-left: 2px solid transparent;
  border-right-color: transparent;
}

#primaryNav ul li ul li:hover a:hover,
#primaryNav ul li:hover a:hover,
#primaryNav > ul > li > a:hover {
  color: #5949a7;
  text-decoration: underline !important;
}

#primaryNav ul li ul li a,
#primaryNav ul li:hover ul li a,
#primaryNav > ul > li > ul > li,
#primaryNav > ul > li > ul > li > a {
  border-left: none !important;
  border-right: none !important;
  background-color: transparent !important;
}

#primaryNav ul li,
.fa-pull-left,
.pull-left {
  float: left;
}

#primaryNav ul li a,
#primaryNav ul.menu a {
  word-break: keep-all;
}

header[role=banner] #primarySectionMenu ul li a:after {
  content: "";
  display: block;
  font-size: 0;
  text-align: center;
  height: 0.125rem;
  width: 0%;
  margin: 0.3125rem auto 0;
  background: transparent;
}

#primaryNavMobile .primaryNavMenu .navMenuItem #openAccount span:after {
  content: "";
}

.login-wrap {
  position: relative;
  float: right;
  width: auto;
  z-index: 10;
}

@media screen and (max-width: 1160px) and (min-width: 1024px) {
  #mobileNav #primaryNav ul,
  #mobileNav .content-wrapper,
  #primaryNav #mobileNav ul,
  #primaryNav #topNav ul,
  #topNav #primaryNav ul,
  #topNav .content-wrapper {
    padding-left: 0.75rem;
    padding-right: 1rem;
  }
  header[role=banner] {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header[role=banner] a.home-link-mobile {
    display: none;
  }
  header[role=banner] a.home {
    width: auto;
  }
  header[role=banner] a img {
    width: 10rem;
    height: auto;
  }
  header[role=banner] #primarySectionMenu {
    padding: 1rem 0.9375rem 0;
    width: calc(100% - 281px);
  }
  header[role=banner] #primarySectionMenu ul li {
    padding: 0 0.875rem;
  }
  .login-wrap {
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    max-width: 121px;
    padding-top: 0;
  }
  .button.login,
  .button.sign-up {
    font-size: 0.75rem !important;
    padding: 0.5rem 1rem;
    margin-right: 0;
    height: auto !important;
  }
  .button.sign-up {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1024px) {
  .login-wrap {
    position: absolute;
    right: 10px;
    width: auto;
    z-index: 10;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
  .button.login,
  .button.sign-up {
    font-size: 0.75rem !important;
    padding: 0.5rem;
    margin-right: 0;
    height: auto !important;
  }
  header[role=banner] {
    height: 60px;
  }
}
.header-spacer {
  height: 60px;
}

#primaryNavMobile {
  display: block;
  height: 100%;
}
#primaryNavMobile .primaryNavMenu .primaryNavSection {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: rgb(255, 255, 255);
}
#primaryNavMobile .primaryNavMenu .primaryNavSection ul {
  list-style: none;
  padding: 0;
  text-indent: 0.625rem;
  background-color: #eee;
}
#primaryNavMobile .primaryNavMenu .primaryNavSection ul li a {
  display: block;
  font-weight: 300;
  padding: 0.625rem;
}
#primaryNavMobile .primaryNavMenu .primaryNavSection ul li ul {
  padding: 0.625rem;
  background-color: #201547;
  display: none;
}
#primaryNavMobile .primaryNavMenu .primaryNavSection ul li ul li a::after {
  content: "";
}
#primaryNavMobile .primaryNavMenu .primaryNavSection.social {
  margin-top: 0.875rem;
}
#primaryNavMobile .primaryNavMenu .primaryNavSection.social li {
  padding-right: 1.25rem;
  width: 16.6666666667%;
  float: left;
  padding-left: 0;
}
#primaryNavMobile .primaryNavMenu .primaryNavSection.social li:first-child {
  margin-left: 0.75rem;
}
#primaryNavMobile .primaryNavMenu .primaryNavSection.social li i {
  transition: 0.3s ease-out;
  color: #5949a7;
  font-size: 1.5rem;
}
#primaryNavMobile .primaryNavMenu .primaryNavSection.social li i:hover {
  color: #185f8a;
}
#primaryNavMobile .primaryNavMenu .primaryNavSection.social li i.fa-linkedin {
  color: #0077b5;
}
#primaryNavMobile .primaryNavMenu .primaryNavSection.social li i.fa-twitter {
  color: #55acee;
}
#primaryNavMobile .primaryNavMenu .primaryNavSection.social li i.fa-facebook-official {
  color: #3b5998;
}
#primaryNavMobile .primaryNavMenu .navMenuItem {
  background-color: #201547;
}
#primaryNavMobile .primaryNavMenu .navMenuItem h6, #primaryNavMobile .primaryNavMenu .navMenuItem .h6 {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  padding: 0.625rem 0;
  text-indent: 0.625rem;
  text-transform: none;
}
#primaryNavMobile .primaryNavMenu .navMenuItem span {
  font-weight: 400;
  display: block;
  padding: 0.625rem 0 0.625rem 0.625rem;
  color: #201547;
  border-bottom: 1px solid #efefef;
}
#primaryNavMobile .primaryNavMenu .navMenuItem span::after {
  transition: 0.3s ease-out;
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 1.25rem;
}
#primaryNavMobile .primaryNavMenu .navMenuItem span.show::after {
  transition: 0.3s ease-out;
  transform: rotate(90deg);
}
#primaryNavMobile .primaryNavMenu .navMenuItem #calloutLink1 span::after,
#primaryNavMobile .primaryNavMenu .navMenuItem #calloutLink2 span::after,
#primaryNavMobile .primaryNavMenu .navMenuItem #onlineBanking span::after,
#primaryNavMobile .primaryNavMenu .navMenuItem #openAccount span::after {
  content: "";
}

#primaryNav {
  display: none;
  width: 100%;
  font-weight: 400;
  box-shadow: inset 0.0625rem 0.25rem 0.5625rem -0.375rem #000;
}
#primaryNav ul {
  position: relative;
  padding: 0;
  list-style-type: none;
}
#primaryNav ul.menu a {
  transition: ease-out;
  color: #201547;
}
#primaryNav ul li:hover a {
  color: #5949a7;
}
#primaryNav ul li:hover a:hover {
  transition: color 0.3s ease-out;
  color: #201547;
  text-decoration: none;
}
#primaryNav ul li:hover .current > a, #primaryNav ul li:hover.current > a {
  color: #5949a7;
}
#primaryNav ul li:hover ul {
  display: block;
}
#primaryNav ul li > ul {
  display: none;
  position: absolute;
  top: 2.75rem;
  width: auto;
  z-index: 1000;
  border: 2px solid transparent;
  border-top: none;
}
#primaryNav ul li > ul.two-col-nav {
  column-count: 2;
  column-gap: 0;
  width: 512px;
  padding: 1rem;
}
#primaryNav ul li > ul.two-col-nav li {
  width: 256px;
  padding: 0;
  display: inline-block;
}
#primaryNav ul li > ul.three-col-nav {
  column-count: 3;
  column-gap: 0;
  width: 780px;
}
#primaryNav ul li > ul.three-col-nav li {
  width: 260px;
  padding: 0;
  display: inline-block;
}
#primaryNav ul li > ul li {
  float: none;
  padding: 0 3.8125rem 0 0;
}
#primaryNav ul li a,
#primaryNav ul > li > span {
  display: block;
  padding: 0.625rem 1.25rem;
  color: #5949a7;
  font-weight: bold;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
}

.pre-footer-mission {
  background-color: #5949a7;
  padding-left: 20px;
  padding-right: 20px;
}
.pre-footer-mission .row-flex {
  width: 100%;
  flex-wrap: nowrap;
}
.pre-footer-mission .row-flex .mission-icon {
  width: 7.5rem;
  min-width: 7.5rem;
  max-width: 7.5rem;
  height: 7.5rem;
  min-height: 7.5rem;
  max-height: 7.5rem;
}
.pre-footer-mission .row-flex .mission-statement {
  color: #e7e5f3;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: "Nunito", sans-serif;
  font-size: 1.375rem;
}

footer #footerInfo,
footer #footerLinks {
  padding: 1.25rem 0;
}

footer #footerLinks ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

footer #footerLinks ul.links li {
  padding: 0.3125rem 0;
}

footer #footerLinks ul.social li {
  padding-right: 1.25rem;
  width: 25%;
  float: left;
  padding-left: 0;
}

.search-results-box,
footer #footerLinks ul.social li:first-child {
  padding-left: 0;
}

footer #footerLinks ul.social li i {
  transition: 0.3s ease-out;
  color: rgb(255, 255, 255);
  font-size: 1.25rem;
}

footer #footerLinks ul.social li i:hover {
  transition: 0.3s ease-out;
  color: rgba(217, 217, 217, 0.82);
}

footer #footerLinks ul.social li a span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (max-width: 767px) {
  footer #footerLinks ul.mobile li:not(:first-of-type) {
    width: 50%;
    float: left;
    padding-right: 1.25rem;
  }
  footer #footerLinks ul.mobile li:nth-child(odd) {
    padding-right: 0;
  }
}
footer #footerLinks a,
footer #footerLinks h5,
footer #footerLinks .h5 {
  color: rgb(255, 255, 255);
  font-size: 0.875rem;
}

footer #footerLinks h5, footer #footerLinks .h5 {
  margin-bottom: 0.3125rem;
}

footer #footerInfo ul {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  width: 100%;
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
  display: block;
}
@media (max-width: 599px) {
  footer #footerInfo ul {
    padding-inline: 0.5rem;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  footer #footerInfo ul {
    padding-inline: 1.5rem;
  }
}
footer #footerInfo ul li:first-child:nth-last-child(3):not(.copyright),
footer #footerInfo ul li:first-child:nth-last-child(3) ~ li:not(.copyright) {
  width: 50%;
}

footer #footerInfo ul li:not(.copyright) {
  margin-bottom: 1.25rem;
  padding-top: 3.125rem;
}

footer #footerInfo ul li.ncua {
  background: url(/media/sldmn5t3/logo-ncua.webp) 20px 0/6rem 2.8125rem no-repeat;
}

footer #footerInfo ul li.ehl {
  background: url(/media/kzjndu5e/logo-ehl.webp) 20px 0/2.625rem 2.8125rem no-repeat;
}

footer #footerInfo p {
  font-size: 0.75rem;
  color: rgb(255, 255, 255);
}

footer#siteFooter div#footerInfo #adaDisclaimer p {
  float: none;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 75rem;
  width: 100%;
  margin: 0 auto 30px;
  font-weight: 700;
}

footer#siteFooter {
  background-color: #201547;
}

#promotionpage footer#siteFooter {
  background-color: #201547;
}

.diagonal-corners {
  -webkit-clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
  clip-path: polygon(50px 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
}

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.bg-right {
  background-position: right;
}

.bg-bottom {
  background-position: bottom;
}

.bg-left {
  background-position: left;
}

.bg-center-right {
  background-position: right center;
}

.bg-center-left {
  background-position: left center;
}

.bg-top-right {
  background-position: right top;
}

.bg-top-left {
  background-position: left top;
}

.bg-bottom-right {
  background-position: right bottom;
}

.bg-bottom-left {
  background-position: left bottom;
}

.add-space-above {
  margin-top: 100px;
}

.add-space-below {
  margin-bottom: 100px !important;
}

.pad-t-1rem {
  padding-top: 1rem;
}

.pad-t-1_25rem {
  padding-top: 1.25rem;
}

.pad-t-1_5rem {
  padding-top: 1.5rem;
}

.pad-t-1_75rem {
  padding-top: 1.75rem;
}

.pad-t-2rem {
  padding-top: 2rem;
}

.pad-t-2_5rem {
  padding-top: 2.5rem;
}

.pad-t-3rem {
  padding-top: 3rem;
}

.pad-t-4rem {
  padding-top: 4rem;
}

.pad-t-5rem {
  padding-top: 5rem;
}

.pad-t-6rem {
  padding-top: 6rem;
}

.pad-r-1rem {
  padding-right: 1rem;
}

.pad-r-1_25rem {
  padding-right: 1.25rem;
}

.pad-r-1_5rem {
  padding-right: 1.5rem;
}

.pad-r-1_75rem {
  padding-right: 1.75rem;
}

.pad-r-2rem {
  padding-right: 2rem;
}

.pad-r-2_5rem {
  padding-right: 2.5rem;
}

.pad-r-3rem {
  padding-right: 3rem;
}

.pad-r-4rem {
  padding-right: 4rem;
}

.pad-r-5rem {
  padding-right: 5rem;
}

.pad-r-6rem {
  padding-right: 6rem;
}

.pad-b-1rem,
.row-featured-member-testimonial.fmt-call-out .columns.large-8 p.fmt-quote,
.row-full-half-image .copy-col h3,
.row-full-half-image .copy-col .h3 {
  padding-bottom: 1rem;
}

.pad-b-1_25rem {
  padding-bottom: 1.25rem;
}

.pad-b-1_5rem {
  padding-bottom: 1.5rem;
}

.pad-b-1_75rem {
  padding-bottom: 1.75rem;
}

.pad-b-2rem,
.row-icon-copy-wco {
  padding-bottom: 2rem;
}

.pad-b-2_5rem {
  padding-bottom: 2.5rem;
}

.pad-b-3rem {
  padding-bottom: 3rem;
}

.pad-b-5rem {
  padding-bottom: 5rem;
}

.pad-b-6rem {
  padding-bottom: 6rem;
}

.pad-l-1rem {
  padding-left: 1rem;
}

.pad-l-1_25rem,
.row-featured-member-testimonial .columns.large-4 .feat-mem-wrap .feat-mem-info {
  padding-left: 1.25rem;
}

.pad-l-1_5rem,
.sidebar.call-to-action ul.checklist,
.sidebar.call-to-action ul.chevlist,
ul.checklist.no-indent,
ul.chevlist.no-indent {
  padding-left: 1.5rem;
}

.pad-l-1_75rem {
  padding-left: 1.75rem;
}

.pad-l-2rem {
  padding-left: 2rem;
}

.pad-l-2_5rem,
ul.checklist.indent-2_5rem,
ul.chevlist.indent-2_5rem {
  padding-left: 2.5rem;
}

.pad-l-3rem {
  padding-left: 3rem;
}

.pad-l-4rem {
  padding-left: 4rem;
}

.pad-l-5rem {
  padding-left: 5rem;
}

.pad-l-6rem {
  padding-left: 6rem;
}

.pad-v-1rem {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pad-v-1_25rem {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pad-v-1_5rem {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pad-v-1_75rem {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.pad-v-2rem {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pad-v-2_5rem {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.pad-v-3rem {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pad-v-4rem,
.row-rates-cards {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pad-v-5rem {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pad-v-6rem {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.pad-h-1rem {
  padding-right: 1rem;
  padding-left: 1rem;
}

.pad-h-1_25rem {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.pad-h-1_5rem {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.pad-h-1_75rem {
  padding-right: 1.75rem;
  padding-left: 1.75rem;
}

.pad-h-2rem {
  padding-right: 2rem;
  padding-left: 2rem;
}

.pad-h-2_5rem {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.pad-h-3rem {
  padding-right: 3rem;
  padding-left: 3rem;
}

.pad-h-4rem {
  padding-right: 4rem;
  padding-left: 4rem;
}

.pad-h-5rem {
  padding-right: 5rem;
  padding-left: 5rem;
}

.pad-h-6rem {
  padding-right: 6rem;
  padding-left: 6rem;
}

.pad-1rem {
  padding: 1rem;
}

.pad-1_25rem {
  padding: 1.25rem;
}

.pad-1_5rem {
  padding: 1.5rem;
}

.pad-1_75rem {
  padding: 1.75rem;
}

.autoapproval-box .autoapproval-box-copy,
.pad-2rem,
.row-gradient-border.border-2rem {
  padding: 2rem;
}

.pad-2_5rem {
  padding: 2.5rem;
}

.pad-3rem {
  padding: 3rem;
}

.pad-4rem {
  padding: 4rem;
}

.pad-5rem {
  padding: 5rem;
}

.pad-6rem {
  padding: 6rem;
}

.pad-t-0,
.pad-v-0,
.remove-pad-t,
.remove-pad-v {
  padding-top: 0 !important;
}

.pad-h-0,
.pad-r-0,
.remove-pad-h,
.remove-pad-r {
  padding-right: 0 !important;
}

.pad-h-0,
.pad-l-0,
.remove-pad-h,
.remove-pad-l {
  padding-left: 0 !important;
}

.asu-100-offer .large-12.columns,
.mktoForm hr,
.nau-100-offer .large-12.columns,
.pad-0,
.remove-pad {
  padding: 0 !important;
}

.pad-v-0,
.remove-pad-v {
  padding-bottom: 0 !important;
}

.marg-t-minus-2_5rem {
  margin-top: -2.5rem;
}

.marg-t-1rem {
  margin-top: 1rem;
}

.marg-t-1_25rem {
  margin-top: 1.25rem;
}

.marg-t-1_5rem {
  margin-top: 1.5rem;
}

.marg-t-1_75rem {
  margin-top: 1.75rem;
}

.marg-t-2rem {
  margin-top: 2rem;
}

.marg-t-2_5rem {
  margin-top: 2.5rem;
}

.marg-t-3rem {
  margin-top: 3rem;
}

.marg-t-4rem {
  margin-top: 4rem;
}

.marg-t-5rem {
  margin-top: 5rem;
}

.marg-r-1rem {
  margin-right: 1rem;
}

.marg-r-1_25rem {
  margin-right: 1.25rem;
}

.marg-r-1_5rem {
  margin-right: 1.5rem;
}

.marg-r-1_75rem {
  margin-right: 1.75rem;
}

.marg-r-2rem {
  margin-right: 2rem;
}

.marg-r-2_5rem {
  margin-right: 2.5rem;
}

.marg-r-3rem {
  margin-right: 3rem;
}

.marg-r-4rem {
  margin-right: 4rem;
}

.marg-r-5rem {
  margin-right: 5rem;
}

.marg-b-1rem {
  margin-bottom: 1rem;
}

.marg-b-1_25rem {
  margin-bottom: 1.25rem;
}

.marg-b-1_5rem {
  margin-bottom: 1.5rem;
}

.marg-b-1_75rem {
  margin-bottom: 1.75rem;
}

.marg-b-2rem {
  margin-bottom: 2rem;
}

.marg-b-2_5rem {
  margin-bottom: 2.5rem;
}

.marg-b-3rem {
  margin-bottom: 3rem;
}

.marg-b-4rem {
  margin-bottom: 4rem;
}

.marg-b-5rem {
  margin-bottom: 5rem;
}

.marg-b-6rem {
  margin-bottom: 6rem !important;
}

.marg-l-1rem {
  margin-left: 1rem;
}

.marg-l-1_25rem {
  margin-left: 1.25rem;
}

.marg-l-1_5rem {
  margin-left: 1.5rem;
}

.marg-l-1_75rem {
  margin-left: 1.75rem;
}

.marg-l-2rem {
  margin-left: 2rem;
}

.marg-l-2_5rem {
  margin-left: 2.5rem;
}

.marg-l-3rem {
  margin-left: 3rem;
}

.marg-l-4rem {
  margin-left: 4rem;
}

.marg-l-5rem {
  margin-left: 5rem;
}

.marg-v-1rem,
.mobile-cta.mobile-cta-home {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.marg-v-1_25rem {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.marg-v-1_5rem {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.marg-v-1_75rem {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.marg-v-2rem {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.marg-v-2_5rem {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.marg-v-3rem {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.content.gradient-sfe,
.marg-v-4rem {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.marg-v-5rem {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.marg-h-1rem {
  margin-right: 1rem;
  margin-left: 1rem;
}

.marg-h-1_25rem {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}

.marg-h-1_5rem {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.marg-h-1_75rem {
  margin-right: 1.75rem;
  margin-left: 1.75rem;
}

.marg-h-2rem {
  margin-right: 2rem;
  margin-left: 2rem;
}

.marg-h-2_5rem {
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

.marg-h-3rem {
  margin-right: 3rem;
  margin-left: 3rem;
}

.marg-h-4rem {
  margin-right: 4rem;
  margin-left: 4rem;
}

.marg-h-5rem {
  margin-right: 5rem;
  margin-left: 5rem;
}

.marg-1rem {
  margin: 1rem;
}

.marg-1_25rem {
  margin: 1.25rem;
}

.marg-1_5rem {
  margin: 1.5rem;
}

.marg-1_75rem {
  margin: 1.75rem;
}

.marg-2rem {
  margin: 2rem;
}

.marg-2_5rem {
  margin: 2.5rem;
}

.marg-3rem {
  margin: 3rem;
}

.marg-4rem {
  margin: 4rem;
}

.marg-5rem {
  margin: 5rem;
}

.marg-t-0,
.marg-v-0,
.remove-marg-t,
.remove-marg-v {
  margin-top: 0 !important;
}

.marg-b-0,
.marg-v-0,
.remove-marg-b,
.remove-marg-v,
.row-full-half-image {
  margin-bottom: 0 !important;
}

.marg-h-0,
.marg-l-0,
.remove-marg-h,
.remove-marg-l {
  margin-left: 0 !important;
}

.marg-h-0,
.marg-r-0,
.remove-marg-h,
.remove-marg-r {
  margin-right: 0 !important;
}

.marg-0,
.remove-marg {
  margin: 0 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-100 {
  z-index: 100 !important;
}

.z-1000 {
  z-index: 1000 !important;
}

.z-auto {
  z-index: auto !important;
}

.dropdown-menu,
.split-button .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  display: none;
  float: left;
  min-width: 11.25rem;
  padding: 0.3125rem 0;
  margin: 0.125rem 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 0.25rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.skip,
body #primaryNavMobile {
  background: white;
  position: absolute;
}

.dropdown-menu a,
.split-button .dropdown-menu a {
  transition: background 0.3s ease-out;
  display: block;
  padding: 0.3125rem 0.625rem;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

.remove.button,
.warning.button,
button.remove,
button.warning {
  background: #da772f;
  border: 1px solid #da772f;
}

.remove.button:hover,
.warning.button:hover,
button.remove:hover,
button.warning:hover {
  background: rgb(225.7020408163, 147.3102040816, 90.2979591837);
  border: 1px solid rgb(225.7020408163, 147.3102040816, 90.2979591837);
}

.remove.button.marked,
.warning.button.marked,
button.remove.marked,
button.warning.marked {
  background: #da772f;
  border: 1px solid rgb(225.7020408163, 147.3102040816, 90.2979591837);
}

.remove.button.marked:hover,
.warning.button.marked:hover,
button.remove.marked:hover,
button.warning.marked:hover {
  background: #da772f;
  border: 1px solid rgb(225.7020408163, 147.3102040816, 90.2979591837);
}

.add.button,
.add.button.disabled:hover,
button.add,
button.add.disabled:hover {
  background: #97d5c9;
  border: 1px solid rgb(187.3287671233, 227.6712328767, 219.8630136986);
}

.feature.item-box {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.add.button.marked:hover,
.add.button:hover,
button.add.marked:hover,
button.add:hover {
  background: #97d5c9;
  border: 1px solid #97d5c9;
}

.add.button.marked,
button.add.marked {
  background: #97d5c9;
  border: 1px solid #97d5c9;
}

input::input-placeholder {
  color: #c8c8c8;
}

input:placeholder {
  color: #c8c8c8;
}

input::-moz-placeholder {
  color: #c8c8c8;
}

input::placeholder {
  color: #c8c8c8;
}

input:input-placeholder {
  color: #c8c8c8;
}

input.error {
  border-color: #da772f;
}

#mobileNav ul li,
#topNav ul li,
ul.root {
  border-bottom: 1px solid #efefef;
}

label {
  font-weight: 300 !important;
}

label.error {
  display: block;
  margin: 0.125rem 0;
  padding: 0.25rem 0.5rem;
  background: #da772f;
  color: rgb(255, 255, 255);
  border-radius: 0.25rem;
}

.input {
  padding: 0 0 0.375rem;
}

.input.action {
  padding: 0.75rem 0 0;
}

#featuredServices,
#gridContent.padded,
.content.padded {
  padding-top: 1.25rem;
}

form h5, form .h5 {
  margin-bottom: 0.5rem;
}

.contour .contourPage fieldset {
  margin: 0;
  padding: 0;
}

.contour .contourPage .span12,
.contour .contourPage .span6 {
  width: 100%;
  float: left;
  margin-bottom: 0.625rem;
  padding: 0;
}

.contour .contourPage input.text,
.contour .contourPage textarea {
  width: 100%;
  max-width: 100% !important;
}

.contour .contourPage textarea {
  resize: none;
}

#serviceBlocks .columns,
.contour .contourPage .btn.primary {
  margin-bottom: 1.25rem;
}

.no-mar {
  margin-bottom: 0 !important;
}

.ie #primaryNav ul li > ul {
  top: 2.6875rem;
}

.skip {
  top: -1000px;
  left: -1000px;
  text-align: left;
  overflow: hidden;
  z-index: 999;
  color: #175a84;
  border: 1px solid #efefef;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 0.625rem;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  color: #175a84;
}

article > .content,
article > .content .column,
article > .content .columns,
aside > .content,
aside > .content .column,
aside > .content .columns {
  margin-bottom: 1.875rem;
}

#topNav .callout-link ul li a:hover {
  color: #5949a7;
  text-decoration: underline;
}

.feature.item-box.promos h3, .feature.item-box.promos .h3,
header[role=banner] #primarySectionMenu ul li.active a {
  color: #e7e5f3;
}

.olb-slider.slider-container ul li {
  float: none;
}

#slider > .slide-list > .slider-form-container {
  top: 0;
}

.jumptarget::before {
  content: "";
  display: block;
  height: 60px;
  margin: -60px 0 0;
}

body[data-loginpanel=active] .login-wrap a.login {
  transition: 0.3s ease-out;
  border-radius: 0;
}

body #primaryNavMobile {
  width: 17rem;
  top: 0;
  left: 0;
  z-index: 0;
}

body #pageWrapper {
  transition: left 0.3s ease-out;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgb(255, 255, 255);
  z-index: 1;
}

body #pageWrapper #mobileNav span[data-type=tel],
body #pageWrapper #topNav span[data-type=tel] {
  position: relative;
  top: 1px;
  padding: 0;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-left: 5px;
}

body #pageWrapper #topNav li.contact-number {
  font-size: 0.8125rem;
  display: block;
  min-width: -moz-max-content;
  min-width: max-content;
}

body #pageWrapper #topNav li.appointment-link span {
  font-size: 1rem;
  font-weight: 700;
}

body #pageWrapper #topNav li.top-nav-divider {
  padding: 0.5rem 0;
  font-size: 1.4em;
}

body #pageWrapper.active::before {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9;
}

body[data-nav-drawer=open] header[role=banner] {
  transition: 0.3s ease-out;
  left: 17rem;
}

body[data-nav-drawer=open] #pageWrapper {
  transition: left 0.3s ease-out;
  position: fixed;
  overflow: hidden;
  left: 17rem;
  box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.35);
}

body[data-nav-drawer=open] #primaryNavMobile {
  overflow: initial;
}

#gridContent,
.content {
  width: 100%;
  margin: 0 auto;
}

#gridContent .details h5, #gridContent .details .h5,
.checkbox input,
.checkbox label,
.content .details h5,
.content .details .h5 {
  display: inline-block;
}

#gridContent .details span i,
.content .details span i {
  font-size: 1.125rem;
  border-right: 1px solid #c8c8c8;
  padding-right: 0.4375rem;
  margin-right: 0.125rem;
}

#serviceBlocks .details i {
  border-right: none !important;
  padding-right: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0.5rem;
}

article > .content .sidebar,
aside > .content .sidebar {
  margin-bottom: 0.9375rem;
}

#featuredServices .related-item .overlay-info h3, #featuredServices .related-item .overlay-info .h3,
#featuredServices .related-item .overlay-info h5,
#featuredServices .related-item .overlay-info .h5,
.photo-block img,
article h2,
article .h2,
aside h2,
aside .h2 {
  margin-bottom: 0.625rem;
}

ul.root {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

#primaryNavMobile .primaryNavMenu .navMenuItem span a,
#primaryNavMobile .primaryNavMenu .navMenuItem ul li a,
nav#mobileNav > div > ul > li > a,
nav#topNav > div > ul > li > a {
  color: #201547;
}

main[role=main] {
  padding: 0 0 2.5rem;
  background: rgb(255, 255, 255);
}

#featuredServices ul li.feature-item:first-child,
#mobile-contact-links + #main {
  padding-top: 0;
}

.feature.item-box {
  position: relative;
  min-height: 12.5rem;
  height: 17.4375rem;
  text-align: center;
}

.feature.item-box .details a {
  position: relative;
  top: 0.625rem;
  border: 1px solid;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  transition: 0.3s ease-out;
  text-decoration: none;
}

.feature.item-box:hover .details a {
  transition: 0.3s ease-out;
  border: 1px solid rgb(255, 255, 255);
}

.feature.item-box .overlay {
  transition: 0.3s ease-out;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgb(133.25625, 120.35625, 196.14375);
}

.feature.item-box .overlay#Orange {
  background: #da772f;
}

#primaryNav ul li > ul,
#topNav[data-anchored=false] .callout-link:hover,
.icon-wrap,
.promo-page #gridContent .KJEWrapper {
  background: rgb(255, 255, 255);
  color: #5949a7;
}

.account-helper.two-third-panel .detail .content h2, .account-helper.two-third-panel .detail .content .h2,
.feature.item-box a span.orange,
.feature.item-box h3 span.orange,
.feature.item-box .h3 span.orange,
.feature.item-box i span.orange,
.feature.item-box p span.orange {
  color: #f1c8a8;
}

.feature.item-box .details {
  transition: 0.3s ease-out;
  position: relative;
  padding: 2.5rem;
  z-index: 1;
  top: 50%;
  transform: translate(0, -50%);
}

.feature.item-box .details a:hover {
  color: rgba(255, 255, 255, 0.82);
  border: 1px solid #5949a7;
}

.feature.item-box .details i {
  margin-bottom: 0.5rem;
  margin-right: 0 !important;
  padding-right: 0 !important;
  border-right: none !important;
}

.feature.item-box .details .item-link {
  display: block;
  margin-top: 1.25rem;
}

.feature.item-box .details .featured-rates {
  padding-left: 0;
  list-style: none;
}

.feature.item-box .details .featured-rates h4, .feature.item-box .details .featured-rates .h4 {
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
}

.feature.item-box.promos {
  min-height: 6.25rem;
}

.feature.item-box.promos .details {
  padding: 0.625rem 2.5rem;
}

.feature.item-box.promos i {
  width: 100%;
  padding: 0.625rem 0;
  margin-bottom: 0.25rem;
  color: #5949a7;
  border-radius: 50%;
}

.feature.item-box.promos .orange {
  background-color: #da772f;
  border: 1px solid #da772f !important;
  color: rgb(255, 255, 255);
}

.feature.item-box.promos .orange:hover {
  border: 1px solid #da772f;
  background-color: rgb(229.5530612245, 161.4653061224, 111.9469387755);
}

.fa-mobile {
  font-size: 1.5625rem !important;
}

.icon-wrap {
  display: table;
  width: 2.625rem;
  height: 2.625rem;
  margin: 0 auto 0.5rem;
  border: 0.0625rem solid #c8c8c8;
  border-radius: 1000px;
  text-align: center;
}

.icon-wrap i {
  display: table-cell;
  color: #5949a7;
  font-size: 1.25rem;
}

.icon-wrap .fa-cc-visa {
  font-size: 1.25rem !important;
}

@media only screen and (min-width: 46.25em) {
  .columns,
  article .flow .large-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
  }
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .columns.medium-uncentered.opposite,
  [class*=columns] + [class*=columns]:last-child {
    float: right;
  }
  .columns,
  [class*=columns] + [class*=columns].end {
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .button,
  button,
  input[type=button],
  input[type=submit] {
    margin: 0;
    font-size: 1.1rem;
  }
  .button.search,
  .contour .contourPage .btn.primary,
  button.search,
  input[type=button].search,
  input[type=submit].search {
    width: auto;
  }
  .dropdown-menu a:hover,
  .split-button .dropdown-menu a:hover {
    background: #5949a7;
    color: rgb(255, 255, 255);
  }
  .contour .contourPage .row-fluid {
    margin-bottom: 0.625rem;
  }
  .contour .contourPage .span12 {
    margin-bottom: 0;
  }
  .contour .contourPage .span6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .contour .contourPage .span6:first-child {
    padding-left: 0;
  }
  .contour .contourPage .span6:last-child {
    padding-right: 0;
  }
  footer #footerLinks {
    padding: 2.5rem 0 1.25rem;
  }
  footer #footerLinks ul {
    display: block;
  }
  footer #footerLinks ul.links {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 25%;
    float: left;
  }
  footer #footerLinks ul.mobile li {
    width: auto;
    float: none;
    padding-right: 0;
  }
  footer #footerInfo {
    padding: 1.25rem 0 2.5rem;
  }
  .icon-wrap {
    width: 3rem;
    height: 3rem;
  }
  .icon-wrap i {
    font-size: 1.75rem;
  }
  .icon-wrap .fa-cc-visa {
    font-size: 1.625rem !important;
  }
  article .flow .large-4,
  article .flow .large-4:last-child {
    float: none;
    display: inline-block;
  }
  article .flow .large-4 {
    width: 49.5%;
    vertical-align: top;
  }
}
.checkbox label,
.checkbox span,
.disclaimer,
.disclaimer p,
.forgot-password {
  font-size: 0.75rem;
}

.txt-pad-580,
.txt-pad-600 {
  max-width: 36.25rem;
  margin: 0 auto;
}

.txt-pad-600 {
  max-width: 37.5rem;
  padding: 0 1.25rem;
}

.txt-pad-640 {
  max-width: 40rem;
  margin: 0 auto;
}

.pageOverlay {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9;
}

.primaryServiceBlocksContainer {
  margin-top: 1.25rem;
  margin-bottom: -1.25rem;
}

.checkbox {
  width: 100% !important;
  padding-left: 0 !important;
}

.checkbox input {
  transition: 0.3s ease-out;
  position: relative;
  width: 0.875rem;
  height: 0.875rem !important;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #c8c8c8;
  margin-right: 0.3125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.checkbox input:checked {
  transition: 0.3s ease-out;
  background-color: #6dcde7;
  border: 1px solid #6dcde7;
  color: rgb(255, 255, 255);
}

.checkbox input:checked::before {
  position: relative;
  top: -0.3125rem;
  left: 0.125rem;
  font-size: 8px;
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
}

.checkbox span {
  position: relative;
  top: 0.0625rem;
  color: #5949a7;
}

@media only screen and (min-width: 1024px) {
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .columns.large-uncentered.opposite,
  [class*=columns] + [class*=columns]:last-child {
    float: right;
  }
  .columns,
  [class*=columns] + [class*=columns].end {
    float: left;
  }
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  footer #footerLinks h5,
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 1.125rem;
  }
  footer #footerLinks a {
    font-size: 1rem;
  }
  #gridContent ul li {
    font-size: 1.1rem;
  }
  .button:hover .icon,
  .login-wrap > .login:hover .icon,
  button:hover .icon,
  input[type=button]:hover .icon,
  input[type=submit]:hover .icon {
    opacity: 0.85;
  }
  .button.hide.mobile,
  .hide.mobile,
  button.hide.mobile,
  input[type=button].hide.mobile,
  input[type=submit].hide.mobile {
    display: initial;
  }
  .contour .contourPage .btn.primary,
  article > .content .column,
  article > .content .columns,
  aside > .content .column,
  aside > .content .columns,
  footer #footerInfo ul li:not(.copyright) {
    margin-bottom: 0;
  }
  body #pageWrapper #topNav {
    padding-top: 15px;
  }
  body #pageWrapper #mobileNav,
  body #pageWrapper #topNav {
    transition: background 0.3s ease-out;
    display: block;
    background: rgb(255, 255, 255);
  }
  body #pageWrapper #mobileNav[data-anchored=true],
  body #pageWrapper #topNav[data-anchored=true] {
    padding-top: 0;
    background: #201547;
    border-bottom: none;
    box-shadow: 0 2px 0.5rem 0 rgba(0, 0, 0, 0.42);
  }
  body #pageWrapper #mobileNav[data-anchored=true] .hamburger,
  body #pageWrapper #mobileNav[data-anchored=true] .login-link,
  body #pageWrapper #mobileNav[data-anchored=true] .mark-wrap,
  body #pageWrapper #topNav[data-anchored=true] .hamburger,
  body #pageWrapper #topNav[data-anchored=true] .login-link,
  body #pageWrapper #topNav[data-anchored=true] .mark-wrap {
    display: inline-block;
  }
  body #pageWrapper #mobileNav[data-anchored=true] a,
  body #pageWrapper #mobileNav[data-anchored=true] i,
  body #pageWrapper #mobileNav[data-anchored=true] li,
  body #pageWrapper #topNav[data-anchored=true] a,
  body #pageWrapper #topNav[data-anchored=true] i,
  body #pageWrapper #topNav[data-anchored=true] li {
    color: rgb(255, 255, 255);
  }
  body #pageWrapper #topNav[data-anchored=true] li li,
  body #pageWrapper #topNav[data-anchored=true] li li a,
  body #pageWrapper #topNav[data-anchored=true] li li i {
    color: rgba(0, 0, 0, 0.8);
  }
  body #pageWrapper #topNav[data-anchored=true] li.callout-link:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  body #pageWrapper #mobileNav[data-anchored=true] .searchbox .search-wrap .fa-search,
  body #pageWrapper #topNav[data-anchored=true] .searchbox .search-wrap .fa-search,
  body #pageWrapper #topNav[data-anchored=true] li.callout-link a:hover {
    color: #5949a7;
  }
  body #pageWrapper #mobileNav[data-anchored=true] a:hover,
  body #pageWrapper #mobileNav[data-anchored=true] i:hover,
  body #pageWrapper #topNav[data-anchored=true] a:hover,
  body #pageWrapper #topNav[data-anchored=true] i:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
  body #pageWrapper #topNav[data-anchored=true] li.top-link-sticky-only {
    display: list-item;
  }
  .hide-login-desktop,
  body #pageWrapper #topNav[data-anchored=true] li.top-link-non-sticky {
    display: none;
  }
  body #pageWrapper #mobileNav[data-anchored=true] li.routing-number span,
  body #pageWrapper #topNav[data-anchored=true] li.routing-number span {
    color: rgba(255, 255, 255, 0.7);
  }
  article > .content,
  aside > .content {
    margin-bottom: 2.5rem;
  }
  footer #footerLinks ul.social li {
    padding-right: 1.25rem;
    width: 25%;
    float: left;
    padding-left: 0;
  }
  footer #footerLinks ul.social li i {
    font-size: 1.5rem;
  }
  footer #footerLinks a:hover {
    color: rgba(217, 217, 217, 0.82);
  }
  footer #footerInfo ul li:first-child:nth-last-child(3),
  footer #footerInfo ul li:first-child:nth-last-child(3) ~ li {
    width: 33.3333333333% !important;
  }
  footer #footerInfo ul li:first-child:nth-last-child(3).copyright,
  footer #footerInfo ul li:first-child:nth-last-child(3) ~ li.copyright {
    padding-top: 3.125rem;
    background: url(/media/wxbjfafb/logo-mark.webp) -48px 0/19.625rem 3.375rem no-repeat;
  }
  a:hover {
    color: #201547;
    text-decoration: none;
  }
  main[role=main] {
    padding: 0 0 3.75rem;
  }
  .feature.item-box .details {
    padding: 2.5rem 1.25rem;
  }
  .icon-wrap {
    width: 3.375rem;
    height: 3.375rem;
  }
  .login-wrap {
    padding: 10px 0 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1160px) {
  .login-wrap > .login {
    margin: 0.3125rem 0 0;
  }
  #pageWrapper header[role=banner] {
    display: block;
  }
  #pageWrapper header[role=banner] #primarySectionMenu {
    padding: 10px 0 0;
    width: calc(100% - 281px);
  }
  .button.login,
  .button.sign-up {
    font-size: 0.75rem !important;
    margin-right: 0;
    height: auto !important;
  }
}
.login-wrap > .login i {
  display: none;
  color: rgb(255, 255, 255);
}

#topNav .callout-link {
  width: auto;
}

#topNav .callout-link:hover {
  cursor: pointer;
}

#topNav .callout-link ul {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  background: rgb(255, 255, 255);
  z-index: 1000;
  min-width: 262px;
  box-shadow: 7px 7px 10px 3px rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 0;
}

#topNav .callout-link ul li {
  float: none;
  padding: 0;
}

#topNav .callout-link ul li a {
  padding: 0.7em 1.2em;
  color: #201547;
  text-decoration: none;
}

@media only screen and (min-width: 545px) {
  div .callout-link {
    display: block;
  }
}
#featuredServices ul,
#mobileNav ul,
#topNav ul,
.slider-container ul,
header[role=banner] #primarySectionMenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#mobileNav ul li:last-child,
#topNav ul li:last-child {
  padding-right: 0;
  border-bottom: none;
}

#mobileNav ul li.routing-number span,
#topNav ul li.routing-number span {
  color: #201547;
  font-size: 1rem;
}

#mobileNav a,
#topNav a {
  font-size: 1rem;
  font-weight: 300;
  padding: 0.625rem;
  display: block;
}

#mobileNav span,
#topNav span {
  color: #201547;
  font-size: 1rem;
  font-weight: 300;
  padding: 0.625rem;
}

#mobileNav i[class^=fa-],
#topNav i[class^=fa-] {
  transition: color 0.3s ease-out;
  color: #201547;
  font-size: 1rem;
  display: none;
}

#mobileNav i[class^=fa-]:hover,
#topNav i[class^=fa-]:hover {
  cursor: pointer;
  color: #4da7df;
}

.search-wrap,
.search-wrap input {
  position: relative;
  width: 100%;
  padding: 0.625rem;
}

.search-wrap input {
  padding: 0.4375rem 0.4375rem 0.4375rem 1.625rem;
}

.search-wrap i {
  position: absolute;
  top: 1.1875rem;
  left: 1.125rem;
  color: #c8c8c8;
  z-index: 1;
}

.searchbox .search-wrap i {
  top: 0.25rem;
  left: 0.375rem;
  color: #5949a7;
}

.searchbox .search-wrap input {
  padding-top: 2px;
  padding-bottom: 2px;
}

.search-results-box li {
  list-style-type: none;
  margin: 0 !important;
  padding: 1.25rem;
}

.news-posts-list li:nth-child(2n),
.rates-dd .rates-content .rates-content-row:nth-child(odd),
.search-results-box li:nth-child(2n) {
  background-color: white;
}

.mark-wrap {
  display: none;
  padding: 0.4375rem 0;
}

.mark-wrap .mark {
  width: 2.25rem;
  height: 1.625rem;
  background: url(/media/jsujdpm1/logo-mark-small.webp) 0 0/36px 26px no-repeat;
  text-indent: -9999rem;
}

#topNav[data-anchored=false] .callout-link {
  color: #201547;
  position: relative;
}
#topNav[data-anchored=true] .callout-link {
  color: rgb(255, 255, 255);
  position: relative;
}

.hamburger {
  width: 2.0625rem;
}

.show {
  display: block !important;
}

header[role=banner] {
  transition: left 0.3s ease-out;
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  padding: 1rem;
  background: url(/media/wxbjfafb/logo-mark.webp) center center/contain no-repeat #201547;
  position: fixed;
  z-index: 1000;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}
header[role=banner] a img {
  visibility: hidden;
  height: 0;
  width: 0;
}
header[role=banner] .fa-bars,
header[role=banner] .fa-close {
  position: relative;
  float: left;
  padding: 0.625rem;
  color: rgb(255, 255, 255);
  font-size: 1.125rem;
  z-index: 1;
}
header[role=banner] #primarySectionMenu ul li {
  float: left;
  padding: 0 0.9375rem;
}
header[role=banner] #primarySectionMenu ul li:first-child {
  padding: 0 0.9375rem 0 0;
}
header[role=banner] #primarySectionMenu ul li.active a {
  color: rgb(255, 255, 255);
}
header[role=banner] #primarySectionMenu ul li.active a::after {
  content: "...";
  display: block;
  font-size: 0;
  text-align: center;
  background: #d5eee9;
  height: 0.125rem;
  width: 30%;
  margin: 0.3125rem auto 0;
}
header[role=banner] #primarySectionMenu a {
  color: rgb(67.4782608696, 44.2826086957, 149.7173913043);
  font-family: "Nunito", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  text-decoration: none;
}
header[role=banner] #primarySectionMenu a:hover {
  color: #f6f3f6;
}

@media only screen and (min-width: 1024px) {
  #mobileNav,
  #topNav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
  }
  #mobileNav ul,
  #topNav ul {
    float: right;
  }
  #mobileNav ul li,
  #topNav ul li {
    float: left;
    padding: 0.5rem 0.4rem;
    border-bottom: none;
  }
  #mobileNav ul li.routing-number span,
  #topNav ul li.routing-number span {
    position: relative;
    top: 1px;
    padding: 0;
    font-size: 1rem;
    display: block;
  }
  #mobileNav a,
  #topNav a {
    padding: 0;
    font-size: 1rem;
  }
  #mobileNav span[data-type=tel]:hover,
  #topNav span[data-type=tel]:hover {
    cursor: default;
    color: #5949a7;
  }
  #topNav {
    right: 0;
  }
  #mobileNav i[class^=fa-],
  #topNav i[class^=fa-],
  .login-wrap > .login i {
    display: inline-block;
  }
  .login-wrap > .login i {
    margin: 0 0 0 0.75rem;
  }
  article .flow {
    margin-bottom: 0.625rem;
  }
  article .flow .large-4 {
    width: 33.3333333333%;
    float: left;
    margin-bottom: 1.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  #mobileNav #primaryNav ul,
  #mobileNav .content-wrapper,
  #primaryNav #mobileNav ul,
  #primaryNav #topNav ul,
  #topNav #primaryNav ul,
  #topNav .content-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .header-top-row {
    float: none;
    margin-bottom: 1rem;
  }
  header[role=banner] {
    width: 100%;
    max-width: 90rem;
    margin-inline: auto;
    position: relative;
    background: rgb(255, 255, 255);
    box-shadow: none;
    padding-block: 0.7rem;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 599px) {
  header[role=banner] {
    padding-inline: 0.5rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 600px) and (max-width: 1023px) {
  header[role=banner] {
    padding-inline: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  header[role=banner] a img {
    display: block;
    visibility: visible;
    width: 12.875rem;
    height: 5.1rem;
    object-fit: contain;
    background: 7px;
  }
  header[role=banner] a.home {
    position: relative;
    display: block;
    max-width: 12.875rem;
    width: 100%;
    height: 100%;
    z-index: 1002;
  }
  header[role=banner].fixed {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 100%;
    padding: 0.625rem 0;
  }
  header[role=banner].fixed #primarySectionMenu {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  header[role=banner].fixed #primarySectionMenu ul > li {
    padding: 0 1.25rem;
  }
  header[role=banner].fixed #primarySectionMenu ul > li.active a::after {
    display: none;
  }
  header[role=banner].fixed #primarySectionMenu a {
    font-size: 1.125rem;
  }
  header[role=banner].fixed .login-wrap,
  header[role=banner].fixed h1,
  header[role=banner].fixed .h1 {
    display: none;
  }
  header[role=banner] .fa-bars,
  header[role=banner] .fa-close {
    display: none;
  }
  header[role=banner] #primarySectionMenu {
    float: left;
    display: inline-block;
    padding: 10px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  #pageWrapper > header > div.header-top-row > a {
    display: none;
  }
  .header-top-row {
    float: left;
  }
  a.home-link-mobile {
    display: block;
    width: 34%;
    height: 40px;
    margin: auto;
    position: absolute;
    left: 32%;
  }
  video.slide-background-video {
    display: none;
  }
  img.video-fallback-image {
    display: block;
  }
  .promo-slider .slide-info {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 545px) {
  header[role=banner] {
    background-size: auto 42px;
    background-position: 12px center;
  }
  a.home-link-mobile {
    left: 48px;
  }
}
@media screen and (max-width: 480px) {
  header[role=banner] {
    background-size: auto 36px;
    background-position: 10px center;
  }
}
.photo-block .details p {
  margin: 0;
}

.fluid-image-wrapper .fluid-bg-image,
.slider-container {
  position: relative;
  width: 100%;
}

.control-container {
  width: 100%;
  height: 40.62rem;
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 599px) {
  .control-container {
    padding-inline: 0.5rem;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .control-container {
    padding-inline: 1.5rem;
  }
}
.promo-slider .control-container {
  height: 100%;
  max-height: 100%;
}

.control-container .controls-wrapper {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 50px;
  background-color: rgb(255, 255, 255);
  border: 1px solid #f0f0f0;
  border-radius: 25px;
  opacity: 0.82;
  padding: 0 60px 0 120px;
  overflow: hidden;
}

.control-container .controls-wrapper .play-controls {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 50px;
  text-align: center;
}

.control-container .controls-wrapper .play-control {
  display: block;
  width: 60px;
  height: 60px;
  color: #201547;
  border-right: 1px solid #f0f0f0;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

.slider-nav-overlay {
  position: absolute;
  display: inline-block;
  width: auto;
  min-width: 200px;
  height: 3.75rem;
  z-index: 3;
  left: 20px;
  bottom: 20px;
}

.with-extension .extension-link:hover {
  text-decoration: none;
}

.contour .contourPage .with-extension .slide-info .btn.primary,
.with-extension .slide-info .button.filled,
.with-extension .slide-info .contour .contourPage .btn.primary {
  background-color: #da772f;
  border: 1px solid #da772f;
}

.contour .contourPage .with-extension .slide-info .btn.primary:hover,
.with-extension .slide-info .button.filled:hover,
.with-extension .slide-info .contour .contourPage .btn.primary:hover {
  background-color: rgb(229.5530612245, 161.4653061224, 111.9469387755);
}

#pageHeader,
.call-to-action.img {
  background-repeat: no-repeat;
  background-size: cover;
}

.with-extension .slide-extension .slide-content {
  align-self: center;
  justify-content: center;
  width: 92%;
  margin: auto;
}

.with-extension .slide-extension .slide-content h2, .with-extension .slide-extension .slide-content .h2 {
  font-family: "Questrial", sans-serif;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  margin-top: 0;
}

.with-extension .slide-extension .slide-content p {
  font-family: Nunito, Helvetica, Arial, sans-serif;
  color: rgb(255, 255, 255);
  margin-bottom: 0;
  margin-top: 0;
}

.with-extension .slide-extension .slide-content .orange {
  color: #da772f;
}

img.video-fallback-image,
video.slide-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

@media all and (-ms-high-contrast: none) and (min-width: 920px), (-ms-high-contrast: active) and (min-width: 920px) {
  .hero-slider.slider-container .control-container .slider-nav-overlay {
    top: 48px;
    bottom: 0;
  }
  .promo-main .hero-slider.slider-container .control-container .slider-nav-overlay {
    top: 120px;
    bottom: 0;
  }
  .hero-slider .slide-list li,
  .hero-slider .slide-list li.active-slide {
    max-height: 22.5rem;
    overflow-y: hidden;
  }
  .hero-slider .slide-list li video.slide-background-video,
  .hero-slider .slide-list li.active-slide video.slide-background-video {
    height: auto;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 919px), (-ms-high-contrast: active) and (min-width: 768px) and (max-width: 919px) {
  .hero-slider.slider-container .control-container .slider-nav-overlay {
    top: -72px;
  }
  .promo-main .hero-slider.slider-container .control-container .slider-nav-overlay {
    top: 24px;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 481px) and (max-width: 767px), (-ms-high-contrast: active) and (min-width: 481px) and (max-width: 767px) {
  .hero-slider.slider-container .control-container .slider-nav-overlay {
    top: -72px;
  }
  .promo-main .hero-slider.slider-container .control-container .slider-nav-overlay {
    top: 6px;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 480px), (-ms-high-contrast: active) and (max-width: 480px) {
  .hero-slider.slider-container .control-container .slider-nav-overlay {
    top: -48px;
    right: 0;
  }
  .promo-main .hero-slider.slider-container .control-container .slider-nav-overlay {
    top: 12px;
    right: 0;
  }
}
#featuredServices {
  padding-bottom: 1.25rem;
  width: 100%;
  max-width: 90rem;
  margin-inline: auto;
}
@media (max-width: 599px) {
  #featuredServices {
    padding-inline: 0.5rem;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  #featuredServices {
    padding-inline: 1.5rem;
  }
}
#featuredServices ul li.feature-item {
  padding: 0.9375rem 0;
  position: relative;
}

#featuredServices ul li.feature-item:last-child {
  padding-bottom: 0;
}

@media only screen and (min-width: 37.5em) {
  #featuredServices ul li.feature-item img {
    float: left;
    display: inline-block;
    max-width: 40%;
  }
  #featuredServices ul li.feature-item .item-info {
    float: left;
    display: inline-block;
    width: 60%;
    padding-left: 1.25rem;
  }
  #featuredServices ul li.feature-item .copy {
    margin-top: 0.375rem;
  }
}
#featuredServices ul li.feature-item .action {
  margin-top: 0.625rem;
}

#featuredServices .related-item .rel-img {
  min-height: 400px;
  position: relative;
}

#featuredServices .related-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.82);
}

#featuredServices .related-item .overlay-info .checked::before {
  content: "\f00c";
  font-family: FontAwesome;
  color: #5949a7;
  display: inline-block;
  margin-right: 0.5rem;
}

#featuredServices .related-item .featured-rates li {
  text-align: center;
  margin-bottom: 1.25rem;
}

#featuredServices .related-item .featured-rates li h2, #featuredServices .related-item .featured-rates li .h2 {
  font-family: "Questrial", sans-serif;
  font-size: 2.25rem;
  line-height: 1;
}

#featuredServices .related-item .featured-rates li h2 span, #featuredServices .related-item .featured-rates li .h2 span {
  color: #5949a7;
  font-weight: 200;
  font-size: 1.25rem;
}

#pageHeader {
  background-position: top;
  position: relative;
  margin-bottom: 2.5rem;
}

#pageHeader .page-intro {
  position: relative;
  width: 100%;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.82);
  z-index: 1;
}

#pageHeader .page-intro .copy {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  text-align: center;
}

#pageHeader .page-intro .copy span {
  font-weight: 300;
}

#pageHeader i {
  margin-bottom: 0.625rem;
  color: #5949a7;
  font-size: 1.25rem;
}

#pageHeader.newsPost {
  min-height: auto;
}

.call-to-action {
  position: relative;
  text-align: center;
}

.call-to-action.img {
  background-position: center;
  padding: 3.75rem;
}

.call-to-action.img .overlay {
  border: 1px solid white;
  position: absolute;
  inset: 0;
  background: white;
}

.call-to-action.img .details {
  position: relative;
  z-index: 1;
}

.call-to-action,
.call-to-action.account {
  padding: 1.875rem;
}

.call-to-action.sidebar {
  padding: 1.875rem;
  background: white;
}

.call-to-action.base {
  background: white;
}

.account-helper {
  display: table;
  width: 100%;
  margin-top: 0.9375rem;
  padding-bottom: 1.25rem;
}

.account-helper .overview {
  display: block;
  width: 100%;
  padding: 0.9375rem 1.25rem;
  background: #201547;
  color: rgb(255, 255, 255);
  text-align: center;
  overflow: hidden;
}

.account-helper .overview h6, .account-helper .overview .h6 {
  color: rgb(255, 255, 255);
  text-transform: capitalize;
}

.account-helper .detail {
  display: block;
  width: 100%;
  padding: 0.9375rem 1.25rem;
  background: white;
}

.account-helper .detail ul {
  margin: 0;
  padding: 0 0 0 1.25rem;
  list-style-type: none;
}

.account-helper .detail li::before {
  position: absolute;
  top: 0;
  left: -1.25rem;
  clear: both;
  color: #5949a7;
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 0;
}

.account-helper.comparison-panel .overview {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.account-helper.comparison-panel .overview .overlay {
  position: absolute;
  width: 100%;
  height: 1000%;
  top: 0;
  left: 0;
  background-color: #201547;
  opacity: 0.7;
}

.account-helper.comparison-panel .overview .copy,
.account-helper.two-third-panel .detail .content {
  position: relative;
  z-index: 2;
}

.account-helper.two-third-panel {
  text-align: center;
  padding-bottom: 0;
}

.account-helper.two-third-panel .detail {
  position: relative;
  width: 100%;
  padding: 5rem 3.75rem;
}

.account-helper.two-third-panel .detail .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #201547;
  opacity: 0.7;
  z-index: 1;
}

.account-helper.two-third-panel .brand-message {
  position: relative;
  width: 100%;
  height: calc(100% - 15px);
  padding: 1.875rem;
  background-color: #da772f;
}

.account-helper.two-third-panel .brand-message h1, .account-helper.two-third-panel .brand-message .h1 {
  position: relative;
  color: rgb(255, 255, 255);
}

@media only screen and (min-width: 33.75em) {
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .columns.small-uncentered.opposite,
  [class*=columns] + [class*=columns]:last-child {
    float: right;
  }
  .columns,
  [class*=columns] + [class*=columns].end {
    float: left;
  }
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6,
  footer #footerInfo ul li:first-child:nth-last-child(2),
  footer #footerInfo ul li:first-child:nth-last-child(2) ~ li {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  footer #footerInfo ul li:first-child:nth-last-child(2).copyright,
  footer #footerInfo ul li:first-child:nth-last-child(2) ~ li.copyright {
    padding-top: 3.125rem;
    background: url(/media/wxbjfafb/logo-mark.webp) -35px 0/15.6875rem 2.875rem no-repeat;
  }
  .feature.item-box .details a:hover {
    background-color: #5949a7;
    text-decoration: none;
    color: rgb(255, 255, 255);
  }
  #pageHeader .page-intro {
    padding: 2.5rem;
  }
  .account-helper.two-third-panel .brand-message h1, .account-helper.two-third-panel .brand-message .h1 {
    font-size: 4.0625rem;
  }
}
@media only screen and (min-width: 46.25em) {
  #featuredServices {
    padding-top: 2.5rem;
  }
  #featuredServices .related-item .overlay-info {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 1.25rem 2.5rem;
    transform: translate(0, -50%);
  }
  #pageHeader i {
    font-size: 1.75rem;
  }
  .account-helper .detail,
  .account-helper .overview {
    display: table-cell;
    width: 50%;
  }
  .account-helper.two-third-panel .detail {
    width: 33%;
    padding: auto;
  }
  .account-helper.two-third-panel .brand-message {
    position: absolute;
    width: 67.125%;
  }
  .account-helper.two-third-panel .brand-message h1, .account-helper.two-third-panel .brand-message .h1 {
    position: absolute;
    text-align: left;
    width: 100%;
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    font-size: 3.125rem;
  }
}
.account-helper.two-third-panel .brand-message h1 span, .account-helper.two-third-panel .brand-message .h1 span {
  display: inline;
  color: #f1c8a8;
}

.photo-block .details h5, .photo-block .details .h5 {
  margin: 0.125rem 0;
}

.photo-block-title {
  margin-bottom: 0.9375rem !important;
}

.promo-page {
  background: #201547 !important;
}

.promo-page header[role=banner] {
  height: 3.25rem;
  margin-top: 0;
}

.promo-nav-body {
  padding-top: 55px;
}

@media only screen and (min-width: 71.25em) {
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
  .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }
  .columns.xlarge-uncentered.opposite,
  [class*=columns] + [class*=columns]:last-child {
    float: right;
  }
  .columns,
  [class*=columns] + [class*=columns].end {
    float: left;
  }
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  footer #footerLinks ul.social li {
    padding-right: 1.25rem;
    width: 16.6666666667%;
    float: left;
    padding-left: 0;
  }
  .feature.item-box .details {
    padding: 3.75rem 2.5rem;
  }
  #featuredServices ul li.feature-item,
  #featuredServices ul li.feature-item:last-child {
    padding: 1.875rem 2.5rem;
  }
  #featuredServices ul li.feature-item:first-child {
    border-top: none;
    padding: 1.875rem 2.5rem;
  }
  #featuredServices ul li.feature-item .item-info {
    width: 100%;
    margin: 0 auto;
    width: 100%;
    max-width: 90rem;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 71.25em) and (max-width: 599px) {
  #featuredServices ul li.feature-item .item-info {
    padding-inline: 0.5rem;
  }
}
@media only screen and (min-width: 71.25em) and (min-width: 600px) and (max-width: 1023px) {
  #featuredServices ul li.feature-item .item-info {
    padding-inline: 1.5rem;
  }
}
@media only screen and (min-width: 71.25em) {
  #featuredServices ul li.feature-item .item-info::after,
  #featuredServices ul li.feature-item .item-info::before {
    content: " ";
    display: table;
  }
  #featuredServices ul li.feature-item .item-info::after {
    clear: both;
  }
  #featuredServices ul li.feature-item .copy {
    padding-right: 1.25rem;
    width: 58.3333333333%;
    float: left;
    margin-top: 0;
    padding-left: 0;
  }
  #featuredServices ul li.feature-item .action {
    padding-left: 1.25rem;
    width: 41.6666666667%;
    float: left;
    position: relative;
    margin-top: 0;
    padding-right: 0;
    text-align: right;
  }
  .call-to-action {
    padding: 1.875rem 6.25rem;
  }
  .account-helper.two-third-panel .brand-message h1, .account-helper.two-third-panel .brand-message .h1 {
    left: 60%;
    font-size: 5rem;
  }
  .promo-page header[role=banner] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.promo-page main[role=main] {
  background: rgb(255, 255, 255);
  padding-bottom: 0;
}

.promo-page #gridContent {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: rgb(255, 255, 255);
}

.promo-page .call-to-action .button {
  margin-top: 0.5rem;
}

.promo-page .call-to-action .button.orange {
  background-color: #da772f;
  border: 1px solid #da772f;
  color: rgb(255, 255, 255);
}

.promo-page .call-to-action .button.orange:hover {
  background-color: rgb(229.5530612245, 161.4653061224, 111.9469387755);
  border: 1px solid #da772f;
  text-decoration: none;
}

.promo-page .promo-header-strip .logo-mark {
  margin-top: 3px;
  display: inline-block;
}

.promo-page #headerDivPhone.promo-header-strip .logo-mark-minimal {
  margin-top: 3px;
  display: none;
}

.promo-page #headerDivPhone.promo-header-strip .logo-mark-minimal img {
  height: 41px;
}

@media only screen and (max-width: 360px) {
  header[role=banner] {
    background: url(/media/jsujdpm1/logo-mark-small.webp) center center/auto 36px no-repeat #201547;
    background-position-x: 52px;
  }
  .promo-page #headerDivPhone.promo-header-strip .logo-mark {
    display: none;
  }
  .promo-page #headerDivPhone.promo-header-strip .logo-mark-minimal {
    display: inline-block;
  }
}
.news-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-posts-list li {
  padding: 1.25rem;
  margin: 0;
}

.news-posts-list li .date {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 700;
}

.news-posts-list.archive li {
  margin: 0 !important;
  padding: 0.5rem 0;
}

.news-posts-list.archive li:first-child {
  margin-top: 0.625rem !important;
}

.flipbook {
  height: 48rem;
}

@media only screen and (min-width: 20em) {
  .flipbook {
    height: 12.5rem;
  }
}
@media only screen and (min-width: 23.4375em) {
  .flipbook {
    height: 18.75rem;
  }
}
@media only screen and (min-width: 33.75em) {
  .flipbook {
    height: 37.5rem;
  }
}
.rates-dd {
  display: block;
  margin-bottom: 1.25rem;
}

.rates-dd h4, .rates-dd .h4 {
  transition: 0.3s ease-out;
  color: rgb(255, 255, 255);
  padding: 0.875rem 0.9375rem;
  background-color: #201547;
  position: relative;
  font-size: 1rem;
}

.rates-dd h4 i, .rates-dd .h4 i {
  color: rgb(255, 255, 255);
  padding-right: 0.3125rem;
}

.rates-dd h4::after, .rates-dd .h4::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 1.25rem;
}

.rates-dd.active h4, .rates-dd.active .h4 {
  box-shadow: 0 0.125rem 0.9375rem 0 rgba(0, 0, 0, 0.35);
}

.rates-dd .rates-content .rates-content-row {
  padding: 0.9375rem 0.625rem;
}

.rates-dd .rates-content .rates-content-row p {
  color: #201547;
  margin-bottom: 0;
}

.rates-dd .rates-content .rates-content-row ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rates-dd .rates-content .rates-content-row ul li {
  display: inline-block;
  vertical-align: top;
}

.rates-dd .rates-content#home-loans li {
  width: calc(33.3333333333% - 10px);
  margin: 0;
}

.rates-dd .rates-content#home-equity li {
  width: calc(50% - 10px);
}

.rates-dd .rates-content#auto-loans li,
.rates-dd .rates-content#business-banking li,
.rates-dd .rates-content#personal-banking li,
.rates-dd .rates-content#personal-loans li,
.rates-dd .rates-content#recreational-vehicles li {
  width: calc(33.3333333333% - 10px);
}

@media only screen and (min-width: 46.25em) {
  .account-helper.two-third-panel .brand-message h1 span, .account-helper.two-third-panel .brand-message .h1 span {
    display: block;
  }
  .flipbook {
    height: 43.75rem;
  }
  .rates-dd h4:hover, .rates-dd .h4:hover {
    transition: 0.3s ease-out;
    background-color: #5949a7;
  }
  .rates-dd .rates-content .rates-content-row ul {
    border-bottom: none;
  }
  .rates-dd .rates-content#home-loans li {
    width: calc(20% - 5px);
  }
  .rates-dd .rates-content#home-equity li {
    width: calc(25% - 10px);
  }
  .rates-dd .rates-content#auto-loans li,
  .rates-dd .rates-content#business-banking li,
  .rates-dd .rates-content#personal-banking li,
  .rates-dd .rates-content#personal-loans li,
  .rates-dd .rates-content#recreational-vehicles li {
    width: calc(33.3333333333% - 10px);
  }
}
@media only screen and (max-width: 33.6875em) {
  .rates-dd .rates-content#auto-loans li,
  .rates-dd .rates-content#business-banking li,
  .rates-dd .rates-content#home-equity li,
  .rates-dd .rates-content#home-loans li,
  .rates-dd .rates-content#personal-banking li,
  .rates-dd .rates-content#personal-loans li,
  .rates-dd .rates-content#recreational-vehicles li {
    width: 100%;
  }
}
.rates-dd .rates-content .rates-content-title {
  background-color: #5949a7;
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 1rem;
  margin: 0;
  padding: 0.625rem;
}

.disclaimer {
  padding: 0.625rem;
}

.dark-item-title,
.landing-content p {
  font-size: 1.3rem;
}

.landing-content h1, .landing-content .h1 {
  margin-bottom: 30px;
}

.landing-content p.highlighted {
  font-size: 1.5rem;
  color: #201547;
  font-weight: 500;
  margin: 30px 0;
}

.sixty-forty {
  display: flexbox;
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}

.fluid-image-wrapper,
.landing-cards {
  display: -webkit-box;
  -webkit-box-pack: justify;
}

.sixty {
  width: 60%;
  padding-right: 40px;
}

.forty {
  width: 40%;
  padding-left: 40px;
}

.forty.align-right {
  text-align: right;
}

.fluid-image-wrapper {
  display: flexbox;
  display: flex;
  justify-content: space-between;
  height: 320px;
  overflow: hidden;
}

[data-responsive-background-image] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
}

.landing-callout {
  background-color: #e7edf8;
  padding: 60px;
  margin: 60px 0;
}

.landing-callout p {
  font-size: inherit;
}

.landing-card-section,
.landing-message {
  margin: 60px 0;
}

.landing-message h2, .landing-message .h2,
.landing-message h3,
.landing-message .h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: Nunito, Helvetica, Arial, sans-serif;
}

.landing-message h2, .landing-message .h2 {
  font-size: 3rem;
}

.landing-cards {
  display: flexbox;
  display: flex;
  justify-content: center;
  width: 80%;
  margin: auto;
}

h2.landing-card-title, .landing-card-title.h2 {
  text-align: center;
  color: #da772f;
  font-size: 1.9rem;
}

.landing-card {
  width: 33%;
  margin: 20px;
  max-width: 290px;
}

.dark-columns-section {
  margin: 60px 0;
  padding: 20px;
}

.dark-columns-section.blue {
  background-color: #201547;
  color: rgb(255, 255, 255);
}

.dark-columns-section h2, .dark-columns-section .h2 {
  text-align: center;
  font-size: 2.4rem;
  margin: 40px 0;
  color: rgb(255, 255, 255);
}

.dark-column-items {
  display: flexbox;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

.dark-column-items .item {
  padding: 20px 30px;
  width: 33%;
}

.dark-column-items .item:nth-child(2) {
  border-right: 1px solid #9191ab;
  border-left: 1px solid #9191ab;
}

.dark-item-icon {
  text-align: center;
  margin-bottom: 30px;
  height: 70px;
}

.dark-item-icon img {
  display: block;
  margin: auto;
  max-width: 112px;
  max-height: 100%;
}

.dark-item-icon i {
  color: #d5eee9;
  font-size: 7em;
}

.dark-item-title {
  text-align: center;
  display: block;
  color: #d5eee9;
  font-weight: 600;
  margin: 15px 0 30px;
}

.dark-item-content {
  font-size: 1.3rem;
  color: rgb(255, 255, 255);
  text-align: justify;
}

@media only screen and (max-width: 1024px) {
  .dark-column-items .item,
  .forty,
  .sixty {
    width: 100%;
  }
  .dark-column-items,
  .landing-cards,
  .sixty-forty {
    display: block;
  }
  .sixty {
    padding-right: 0;
  }
  .forty {
    margin: 40px 0;
    padding-left: 0;
  }
  .forty.align-right {
    text-align: center;
  }
  .landing-card {
    margin: 20px auto;
    width: 290px;
  }
  .dark-column-items .item:nth-child(2) {
    margin: 30px 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #9191ab;
    border-bottom: 1px solid #9191ab;
  }
}
.btn.btn-transparent {
  transition: 0.3s ease-out;
  text-decoration: none;
  position: relative;
  border: 1px solid;
  border-radius: 0.25rem;
  padding: 0.5rem 0.75rem;
  color: rgb(255, 255, 255);
}

.btn.btn-transparent:hover {
  background-color: #5949a7;
}

@media screen and (max-width: 1024px) {
  .button.sign-up,
  .button.login {
    margin: 0;
    font-size: 0.75rem;
  }
  .button.sign-up {
    color: rgb(255, 255, 255);
  }
}
#mobile-contact-links {
  display: flex;
  justify-content: center;
  background-color: #eee;
}

#mobile-contact-links .mobile-contact-link-item {
  width: 50%;
  padding: 10px 20px;
}

#mobile-contact-links .mobile-contact-link-item span {
  display: block;
  text-align: center;
  white-space: nowrap;
}

#mobile-contact-links .mobile-contact-link-item span.contact-link-title a {
  margin-bottom: 3px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

#mobile-contact-links .mobile-contact-link-item span.contact-link-number {
  font-size: 1.4em;
}

@media only screen and (max-width: 37.5em) {
  #mobile-contact-links {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 1024px) {
  .promo-page header[role=banner] {
    height: auto;
    background: #201547;
  }
  .header-spacer {
    height: 0;
  }
  #mobile-contact-links {
    display: none;
  }
}
#mobileNav span.contact-link-number,
#mobileNav span.contact-link-title {
  display: block;
  padding: 0 0.625rem;
}

#mobileNav span.contact-link-title a {
  padding: 0.625rem 0 0;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}

#mobileNav span.contact-link-number a {
  padding: 0 0 0.625rem;
}

.link-dark-blue,
.link-nightfall,
.text-dark-blue,
.text-nightfall,
a.text-dark-blue,
a.text-nightfall,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
ul.checklist.dark-blue li:before,
ul.checklist.nightfall li:before,
ul.chevlist.dark-blue li:before,
ul.chevlist.nightfall li:before {
  color: #201547;
}

.link-dark-blue:hover,
.link-nightfall:hover,
a.text-dark-blue:hover,
a.text-nightfall:hover {
  text-decoration: underline;
  color: rgb(67.4782608696, 44.2826086957, 149.7173913043);
}

#gridContent .details > span > i,
.call-to-action.base .details h3,
.call-to-action.base .details .h3,
.content .details > span > i,
.link-blue,
.link-desert-sky,
.link-light-blue,
.sidebar.call-to-action p a,
.text-blue,
.text-blue .text-light-blue,
.text-desert-sky,
.text-light-blue,
a.link-blue,
a.text-desert-sky,
a.text-light-blue,
ul.checklist.light-blue li:before,
ul.chevlist.light-blue li:before {
  color: #5949a7;
}

ul.checklist.white li:before {
  color: rgb(255, 255, 255);
}

.link-blue:hover,
.link-desert-sky:hover,
.link-light-blue:hover,
.sidebar.call-to-action p a:hover,
a.link-blue:hover,
a.text-blue:hover,
a.text-desert-sky:hover,
a.text-light-blue:hover {
  text-decoration: underline;
  color: #201547;
}

.link-palm-springs,
.text-palm-springs,
a.text-palm-springs {
  color: #97d5c9;
}

.link-palm-springs:hover,
a.text-palm-springs:hover {
  color: #5949a7;
  text-decoration: underline;
}

.text-orange,
.text-orange-jubilee {
  color: #da772f;
}

.text-light-orange,
.text-light-orange-jubilee {
  color: #f0c7a8;
}

.callout-vv-branch .heading-col h2, .callout-vv-branch .heading-col .h2,
.link-white,
.rates-callout:hover h3,
.rates-callout:hover .h3,
.rates-callout:hover p,
.text-white,
a.text-white {
  color: rgb(255, 255, 255);
}

.link-white:hover,
a.text-white:hover {
  color: #f8f9fa;
}

.text-lighter-grey {
  color: #d9d9d9;
}

.text-light-grey {
  color: #aaa;
}

.text-medium-grey {
  color: #adb5bd;
}

.text-dark-grey {
  color: #333;
}

.text-darker-grey,
ul.checklist.dark-grey li:before,
ul.chevlist.dark-grey li:before {
  color: rgba(0, 0, 0, 0.8);
}

.text-monsoon-grey {
  color: #6d6f71;
}

.link-sfe-bronze,
.text-sfe-bronze,
a.text-sfe-bronze {
  color: #ac6141;
}

.link-sfe-bronze:hover,
a.text-sfe-bronze:hover {
  color: #824930;
}

.text-sfe-gradient {
  background: #ac6141;
  background: -moz-linear-gradient(180deg, #ac6141 0, #834b32 50%, #46281b 100%);
  background: -webkit-linear-gradient(180deg, #ac6141 0, #834b32 50%, #46281b 100%);
  background: linear-gradient(180deg, #ac6141 0, #834b32 50%, #46281b 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contour .contourPage .btn,
.contour .contourPage .btn.primary,
.contour .contourPage a.btn,
.contour .contourPage a.btn.primary,
.sidebar.call-to-action p a.button {
  -ms-word-break: keep-all;
  word-break: keep-all;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0 !important;
  color: #5949a7;
  text-decoration: none;
}

.contour .contourPage .btn.primary:hover,
.contour .contourPage .btn:hover,
.contour .contourPage a.btn.primary:hover,
.contour .contourPage a.btn:hover,
.sidebar.call-to-action p a.button:hover {
  -ms-word-break: keep-all;
  word-break: keep-all;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0 !important;
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: #5949a7;
  border-color: #5949a7;
}

.button.desert-sky,
.button.light-blue,
.large-3.columns .feature.item-box .details a,
.large-3.columns .feature.item-box .details span p a,
.large-3.columns .grid-row.content .large-12.columns .feature.item-box .details a,
.large-3.columns .grid-row.content .large-12.columns .feature.item-box .details span p a,
.large-4.columns .feature.item-box .details a,
.large-4.columns .feature.item-box .details span p a,
.large-4.columns .grid-row.content .large-12.columns .feature.item-box .details a,
.large-4.columns .grid-row.content .large-12.columns .feature.item-box .details span p a,
.large-6.columns .feature.item-box .details a,
.large-6.columns .feature.item-box .details span p a,
.large-6.columns .grid-row.content .large-12.columns .feature.item-box .details a,
.large-6.columns .grid-row.content .large-12.columns .feature.item-box .details span p a,
.row-hero-btns .button.light-blue {
  border: 1px solid #5949a7;
  background-color: #5949a7;
  color: rgb(255, 255, 255);
}

.large-3.columns .feature.item-box .details a,
.large-3.columns .feature.item-box .details span p a,
.large-3.columns .grid-row.content .large-12.columns .feature.item-box .details a,
.large-3.columns .grid-row.content .large-12.columns .feature.item-box .details span p a,
.large-4.columns .feature.item-box .details a,
.large-4.columns .feature.item-box .details span p a,
.large-4.columns .grid-row.content .large-12.columns .feature.item-box .details a,
.large-4.columns .grid-row.content .large-12.columns .feature.item-box .details span p a,
.large-6.columns .feature.item-box .details a,
.large-6.columns .feature.item-box .details span p a,
.large-6.columns .grid-row.content .large-12.columns .feature.item-box .details a,
.large-6.columns .grid-row.content .large-12.columns .feature.item-box .details span p a {
  border-radius: 0 !important;
  padding: 0.875rem 1.125rem;
  display: inline-block;
  line-height: 1;
}

.button.desert-sky:hover,
.button.light-blue:hover,
.large-3.columns .feature.item-box .details a:hover,
.large-3.columns .feature.item-box .details span p a:hover,
.large-3.columns .grid-row.content .large-12.columns .feature.item-box .details a:hover,
.large-3.columns .grid-row.content .large-12.columns .feature.item-box .details span p a:hover,
.large-4.columns .feature.item-box .details a:hover,
.large-4.columns .feature.item-box .details span p a:hover,
.large-4.columns .grid-row.content .large-12.columns .feature.item-box .details a:hover,
.large-4.columns .grid-row.content .large-12.columns .feature.item-box .details span p a:hover,
.large-6.columns .feature.item-box .details a:hover,
.large-6.columns .feature.item-box .details span p a:hover,
.large-6.columns .grid-row.content .large-12.columns .feature.item-box .details a:hover,
.large-6.columns .grid-row.content .large-12.columns .feature.item-box .details span p a:hover,
.row-hero-btns .button.light-blue:hover {
  text-decoration: none;
  border: 1px solid #5949a7;
  background-color: rgb(255, 255, 255);
  color: #5949a7;
}

#locations-page-hero.hero-banner.bg-blue,
#locations-page-hero.hero-banner.bg-desert-sky,
.bg-blue,
.bg-desert-sky {
  background-color: #5949a7;
}

#locations-page-hero.hero-banner.bg-light-blue,
#locations-page-hero.hero-banner.bg-palm-springs,
.bg-palm-springs {
  background-color: #97d5c9;
}

#locations-page-hero.hero-banner.bg-lighter-blue,
.bg-light-blue {
  background-color: #d5eee9;
}

.bg-lighter-blue {
  background-color: #d5eee9;
}

.bg-lightest-blue {
  background-color: #d5eee9;
}

#locations-page-hero.hero-banner.bg-lighter-grey,
.bg-lightest-grey {
  background-color: #d9d9d9;
}

#locations-page-hero.hero-banner.bg-light-grey,
.bg-light-grey.eee,
.bg-light-grey.eeeeee,
article.large-8.columns .row-featured-member-testimonial.fmt-call-out.row-light-grey-bg-after {
  background-color: #eee;
}

#locations-page-hero.hero-banner.bg-grey,
.bg-grey,
.table-schumer-box .table-section-header {
  background-color: #adb5bd;
}

#locations-page-hero.hero-banner.bg-dark-grey,
.bg-dark-grey {
  background-color: #333;
}

#locations-page-hero.hero-banner.bg-darker-grey,
.bg-darkest-grey {
  background-color: rgba(0, 0, 0, 0.8);
}

.border-thin {
  border-width: 1px;
  border-style: solid;
}

.border-thick {
  border-width: 6px;
  border-style: solid;
}

.border-dark-blue {
  border-color: #201547;
}

.border-monsoon-grey,
.row-monsoon-grey-border {
  border: 1px solid #6d6f71;
  padding: 2rem;
}

.content.border-monsoon-grey,
.content.row-monsoon-grey-border,
.row-contain {
  max-width: calc(1280px - 2.5rem);
  margin-left: auto;
  margin-right: auto;
}

.row-gradient-border {
  background: #97d5c9;
  background: -moz-linear-gradient(180deg, #97d5c9 0, #5949a7 83%);
  background: -webkit-linear-gradient(180deg, #97d5c9 0, #5949a7 83%);
  background: linear-gradient(180deg, #97d5c9 0, #5949a7 83%);
  padding: 1rem;
}

.rates-disclosure-table td,
.rates-disclosure-table th,
.row-gradient-border.border-0_25rem {
  padding: 0.25rem;
}

.contact-table td,
ol.spaced-list li,
ol.text-1_1rem li,
ol.text-1_25rem li,
ul.checklist li,
ul.chevlist li {
  padding-bottom: 0.75rem;
}

.row-gradient-border .row-gradient-border-content {
  background-color: rgb(255, 255, 255);
  padding: 2rem;
}

.border-right-dark {
  border-right: 1px solid #201547;
}

.text-home-icon,
.text-onederful-icon {
  font-size: 1.25rem;
  color: #201547;
  font-family: font-;
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  transition: 0.5s;
}

.home-icon a:hover,
.home-icon a:hover .text-home-icon,
.onederful-icon a:hover,
.onederful-icon a:hover .text-onederful-icon {
  color: #5949a7;
  text-decoration: none;
}

.associate-profile .row-flex {
  border: 1px solid #201547;
  padding: 18px;
}

.associate-profile .img-circle,
.mktoForm fieldset.mktoFormCol .mktoFormRow .mktoFieldDescriptor.mktoFormCol {
  width: 50%;
}

.associate-info {
  width: 50%;
  padding: 12px;
}

.associate-bio {
  background-color: #5949a7;
  width: 90%;
  margin: 0 auto;
  padding: 1.5rem;
  color: rgb(255, 255, 255);
  min-height: 253px;
  display: flex;
  align-items: center;
}

#locations-page-hero {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

#locations-page-hero.hero-banner.bg-dark-blue,
#locations-page-hero.hero-banner.bg-nightfall {
  background-color: #201547;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

#locations-page-hero.hero-banner.bg-img {
  background-color: transparent;
  background-image: url(/media/z1vnwpy0/gilbert-queen-creek-face-on-centered-with-signage_modified_1600x600.webp);
  background-size: 75vw auto;
  background-position: right top;
}

#locations-page-hero.hero-banner.bg-img:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 1;
  background: linear-gradient(93deg, rgba(255, 255, 255, 0.99) calc((100vw - 1280px) / 2), rgba(255, 255, 255, 0.99) calc((100vw - 1280px) / 2 + 426.6666666667px), rgba(255, 255, 255, 0.5) calc((100vw - 1280px) / 2 + 716.8px), rgba(255, 255, 255, 0) calc((100vw - 1280px) / 2 + 1280px));
}

#locations-page-hero.hero-banner.bg-img > * {
  z-index: 2;
}

#locations-page-hero.hero-banner.bg-blue h1, #locations-page-hero.hero-banner.bg-blue .h1,
#locations-page-hero.hero-banner.bg-dark-blue h1,
#locations-page-hero.hero-banner.bg-dark-blue .h1,
#locations-page-hero.hero-banner.bg-dark-grey h1,
#locations-page-hero.hero-banner.bg-dark-grey .h1,
#locations-page-hero.hero-banner.bg-darker-grey h1,
#locations-page-hero.hero-banner.bg-darker-grey .h1,
#locations-page-hero.hero-banner.bg-desert-sky h1,
#locations-page-hero.hero-banner.bg-desert-sky .h1,
#locations-page-hero.hero-banner.bg-grey h1,
#locations-page-hero.hero-banner.bg-grey .h1,
#locations-page-hero.hero-banner.bg-nightfall h1,
#locations-page-hero.hero-banner.bg-nightfall .h1 {
  color: rgb(255, 255, 255) !important;
}

.map-filter-container .map-filters-wrap #search-filters button,
.map-filter-container .map-filters-wrap button {
  height: calc(2.5rem + 1px);
}

.map-filter-container .map-filters-wrap #view-filters button,
.map-filter-container .map-filters-wrap #view-filters button#branch-location-list,
.map-filter-container .map-filters-wrap #view-filters button#map-view {
  background-color: rgb(255, 255, 255) !important;
  color: #201547 !important;
  border: 1px solid #201547 !important;
}

.map-filter-container .map-filters-wrap #search-filters button,
.map-filter-container .map-filters-wrap #view-filters button#branch-location-list.active-button,
.map-filter-container .map-filters-wrap #view-filters button#branch-location-list:hover,
.map-filter-container .map-filters-wrap #view-filters button#map-view.active-button,
.map-filter-container .map-filters-wrap #view-filters button#map-view:hover,
.map-filter-container .map-filters-wrap #view-filters button.active-button,
.map-filter-container .map-filters-wrap #view-filters button:hover {
  background-color: #201547 !important;
  color: rgb(255, 255, 255) !important;
  border: 1px solid #201547 !important;
}

.map-filter-container .map-filters-wrap #search-filters button:hover,
.map-filter-container .map-filters-wrap #view-filters button#branch-location-list.active-button:hover,
.map-filter-container .map-filters-wrap #view-filters button#map-view.active-button:hover,
.map-filter-container .map-filters-wrap #view-filters button.active-button:hover {
  background-color: rgb(255, 255, 255) !important;
  border: 1px solid #201547 !important;
  color: #201547 !important;
}

.map-filter-container .map-filters-wrap #view-filters button#map-view.active-button:hover {
  border-right-color: transparent !important;
  color: #201547 !important;
}

.map-filter-container .map-filters-wrap #view-filters button#branch-location-list.active-button:hover {
  border-left-color: transparent !important;
  color: #201547 !important;
}

#locationContent > .branch p a,
.map-filter-container .map-filters-wrap #search-filters a,
.map-filter-container .map-filters-wrap #view-filters .holiday-hours-link a,
.map-filters-list #lstView .map-filter-container p a {
  color: #5949a7 !important;
  text-decoration: underline !important;
}

@media screen and (min-width: 576px) {
  .push-start {
    padding-left: calc((100vw - 576px) / 2) !important;
  }
  .push-end {
    padding-right: calc((100vw - 576px) / 2) !important;
  }
}
@media screen and (min-width: 768px) {
  .push-start {
    padding-left: calc((100vw - 768px) / 2) !important;
  }
  .push-end {
    padding-right: calc((100vw - 768px) / 2) !important;
  }
}
@media screen and (min-width: 1024px) {
  .push-start {
    padding-left: calc((100vw - 1024px) / 2) !important;
  }
  .push-end {
    padding-right: calc((100vw - 1024px) / 2) !important;
  }
}
@media screen and (min-width: 1180px) {
  .push-start {
    padding-left: calc((100vw - 1180px) / 2) !important;
  }
  .push-end {
    padding-right: calc((100vw - 1180px) / 2) !important;
  }
}
@media screen and (min-width: 1280px) {
  .push-start {
    padding-left: calc((100vw - 1280px) / 2) !important;
  }
  .push-end {
    padding-right: calc((100vw - 1280px) / 2) !important;
  }
}
@media screen and (min-width: 1400px) {
  .push-start {
    padding-left: calc((100vw - 1400px) / 2) !important;
  }
  .push-end {
    padding-right: calc((100vw - 1400px) / 2) !important;
  }
}
/* 🔹 Base Skew for Any Element */
.skew-start,
.skew-end,
.skew-top-start,
.skew-top-end,
.skew-bottom-start,
.skew-bottom-end,
.skew-start-reverse,
.skew-end-reverse,
.skew-top-start-reverse,
.skew-top-end-reverse,
.skew-bottom-start-reverse,
.skew-bottom-end-reverse {
  position: relative;
  overflow: hidden;
  clip-path: unset;
}

@media screen and (min-width: 768px) {
  /* 🔹 60px Skews */
  .skew-60-start {
    clip-path: polygon(60px 0, 100% 0, 100% 100%, 0 100%);
  }
  .skew-60-end {
    clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 100%, 0 100%);
  }
  .skew-60-top-start {
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
  }
  .skew-60-top-end {
    clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 100%);
  }
  .skew-60-bottom-start {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 60px));
  }
  .skew-60-bottom-end {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%);
  }
  .skew-60-full {
    clip-path: polygon(60px 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
  }
  /* 🔁 60px Reverse */
  .skew-60-start-reverse {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 60px 100%);
  }
  .skew-60-end-reverse {
    clip-path: polygon(0 0, 100% 0, calc(100% - 60px) 100%, 0 100%);
  }
  .skew-60-top-start-reverse {
    clip-path: polygon(0 0, 100% 60px, 100% 100%, 0 100%);
  }
  .skew-60-top-end-reverse {
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
  }
  .skew-60-bottom-start-reverse {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 60px), 0 100%);
  }
  .skew-60-bottom-end-reverse {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 60px));
  }
  .skew-60-full-reverse {
    clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 100%, 60px 100%);
  }
}
/* 🔹 Pixel-Based Skews (Default/Desktop) */
@media screen and (min-width: 768px) {
  .skew-start {
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
  }
  .skew-end {
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0 100%);
  }
  .skew-top-start {
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%);
  }
  .skew-top-end {
    clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%);
  }
  .skew-bottom-start {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
  }
  .skew-bottom-end {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 0 100%);
  }
  .skew-full {
    clip-path: polygon(30px 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
  }
  /* 🔁 Reverse */
  .skew-start-reverse {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30px 100%);
  }
  .skew-end-reverse {
    clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
  }
  .skew-top-start-reverse {
    clip-path: polygon(0 0, 100% 30px, 100% 100%, 0 100%);
  }
  .skew-top-end-reverse {
    clip-path: polygon(0 30px, 100% 0, 100% 100%, 0 100%);
  }
  .skew-bottom-start-reverse {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 0 100%);
  }
  .skew-bottom-end-reverse {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
  }
  .skew-full-reverse {
    clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 30px 100%);
  }
}
/* 🔹 Mobile: Preserve or Simplify */
@media screen and (max-width: 767px) {
  .responsive-skew {
    clip-path: none !important;
  }
  /* Light alternate px-based mobile swaps */
  .responsive-skew-start {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 60px)) !important;
  }
  .responsive-skew-end {
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%) !important;
  }
  .responsive-skew-top-start {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 60px)) !important;
  }
  .responsive-skew-top-end {
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%) !important;
  }
  .responsive-skew-bottom-start {
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%) !important;
  }
  .responsive-skew-bottom-end {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 60px)) !important;
  }
  .responsive-skew-start-reverse {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 60px)) !important;
  }
  .responsive-skew-end-reverse {
    clip-path: polygon(0 10px, 100% 0, 100% 100%, 0 100%) !important;
  }
  .responsive-skew-top-start-reverse {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 10px)) !important;
  }
  .responsive-skew-top-end-reverse {
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%) !important;
  }
  .responsive-skew-bottom-start-reverse {
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%) !important;
  }
  .responsive-skew-bottom-end-reverse {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 60px)) !important;
  }
}
.financial-resources-callout {
  padding: 3.5rem 1rem;
  background-color: #5949a7;
  position: relative;
  background-image: url(/media/ipml2p25/financial-resources_1600x600.webp);
  background-size: auto 100%;
  background-position: -38% center;
}
.financial-resources-callout:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #d5eee9;
  background: -moz-linear-gradient(105deg, rgba(238, 238, 238, 0) 0, rgba(238, 238, 238, 0) 35%, #eee 35%, #eee 100%);
  background: -webkit-linear-gradient(105deg, rgba(238, 238, 238, 0) 0, rgba(238, 238, 238, 0) 35%, #eee 35%, #eee 100%);
  background: linear-gradient(105deg, rgba(238, 238, 238, 0) 0, rgba(238, 238, 238, 0) 35%, #eee 35%, #eee 100%);
}

.financial-resources-callout .large-8 {
  z-index: 2;
  padding-left: 5rem;
}

.financial-resources-callout .large-8 h2, .financial-resources-callout .large-8 .h2 {
  font-size: 2rem;
  text-shadow: none;
}

.financial-resources-callout .large-8 h2 small, .financial-resources-callout .large-8 .h2 small, .financial-resources-callout .large-8 h2 .small, .financial-resources-callout .large-8 .h2 .small {
  font-size: 1.75rem;
  display: block;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.financial-resources-callout .large-8 h4, .financial-resources-callout .large-8 .h4 {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.15);
}

.financial-resources-callout .large-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.financial-resources-callout .large-4 img {
  max-width: 250px;
  background: rgb(255, 255, 255);
  border-radius: 50%;
}

/* Blog preview */
.row-blog-previews {
  margin-bottom: 0;
}

.blog-preview-box a {
  text-decoration: none;
}

.blog-preview-box {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15), 0 0 1.25rem rgba(0, 0, 0, 0.15);
}

.blog-preview-img {
  background-size: cover;
  background-position: center center;
  transition: all 0.1s ease-in-out;
  min-height: 200px;
  height: 200px;
  hyphens: none;
  word-wrap: normal;
  word-break: keep-all;
  display: flex;
  align-items: flex-end;
  box-shadow: inset 0 0 0 0 #5949a7;
  box-shadow: inset 0 0 0 0 rgba(32, 21, 71, 0.15);
}

a.blog-preview-img:hover {
  box-shadow: inset 0rem 0 2rem 7rem rgba(var(--bs-secondary-rgb), 0.15);
}

.blog-preview-img h3, .blog-preview-img .h3 {
  font-size: 1.375rem;
  color: rgb(255, 255, 255);
  transition: all 0.2s ease-in-out;
  background-color: #201547;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  padding: 0.75rem 1.5rem;
  hyphens: none;
  word-wrap: normal;
  word-break: keep-all;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.blog-preview-img h3:hover, .blog-preview-img .h3:hover {
  background-color: rgb(49.7391304348, 32.6413043478, 110.3586956522);
}

a.blog-preview-img:hover {
  text-decoration: underline;
  text-decoration-color: rgb(255, 255, 255) !important;
  background-color: rgba(var(--bs-secondary-rgb), 0.15);
  text-shadow: 1px 1px 0 rgba(17, 46, 81, 0.25);
}

.row-blog-previews.member-stories .blog-preview-img h3, .row-blog-previews.member-stories .blog-preview-img .h3,
.blog-preview-box-blue .blog-preview-img h3,
.blog-preview-box-blue .blog-preview-img .h3 {
  background-color: rgb(49.7391304348, 32.6413043478, 110.3586956522);
}

.row-blog-previews.member-stories .blog-preview-img:hover h3, .row-blog-previews.member-stories .blog-preview-img:hover .h3,
.blog-preview-box-blue .blog-preview-img:hover h3,
.blog-preview-box-blue .blog-preview-img:hover .h3 {
  background-color: rgb(49.7391304348, 32.6413043478, 110.3586956522);
}

.blog-preview-img h3 small, .blog-preview-img .h3 small, .blog-preview-img h3 .small, .blog-preview-img .h3 .small {
  font-family: "Nunito";
  font-weight: lighter;
  font-size: 70%;
  display: block;
}

.blog-preview-info {
  padding: 1.5rem;
  min-height: 185px;
  background-color: rgb(255, 255, 255);
}

.blog-preview-info p {
  color: #222222;
  min-height: 130px;
}

.blog-preview-info > a.button {
  display: inline-block;
  background-color: #201547;
  border: 1px solid #201547;
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}

.blog-preview-info > a.button:hover {
  background-color: rgb(255, 255, 255);
  border-color: #201547;
  color: #201547;
  text-decoration: none;
}

.news-posts-list.grid:before {
  content: none;
}

#pageHeader.financial-resources-page {
  min-height: unset;
  background: #e7e5f3;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 4rem 1rem;
  color: #201547;
}
#pageHeader.financial-resources-page .page-intro {
  all: unset !important;
}
#pageHeader.financial-resources-page h1, #pageHeader.financial-resources-page .h1 {
  color: #201547;
}

main,
main#main,
main[role=main] {
  padding-bottom: 0 !important;
}

main section#gridContent {
  max-width: 100vw;
  overflow-x: hidden;
}

#primaryNav,
.pre-footer-mission,
footer#siteFooter,
.z-99 {
  z-index: 99;
  position: relative;
}

.z-9,
.disclosures {
  z-index: 9;
  position: relative;
}

.blog-cta.grid-30-70 .col-copy h3.oswald, .blog-cta.grid-30-70 .col-copy .oswald.h3 {
  font-size: 1.65rem !important;
}

/* hero */
.hero-custom {
  background-color: #201547;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  background-size: cover;
  background-position: center;
  margin-bottom: 4rem !important;
  z-index: 9;
  box-sizing: content-box;
}

#fr-hero-homepage.hero-custom {
  background-color: transparent;
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 4rem !important;
  box-sizing: border-box;
  position: relative;
  overflow: visible !important;
}

#fr-hero-homepage.hero-custom > * {
  z-index: 9;
}

#fr-hero-homepage.hero-custom:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: #97d5c9;
  z-index: -1;
  opacity: 0.25;
}

.hero-custom .columns.large-12,
.hero-custom .columns.large-12.row-contain {
  height: 300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}

#fr-hero-homepage.hero-custom .columns.large-12,
#fr-hero-homepage.hero-custom .columns.large-12.row-contain {
  height: auto !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#glossary-hero.hero-custom.hero-fr .columns.large-12,
#glossary-hero.hero-custom.hero-fr .columns.large-12.row-contain {
  align-items: flex-end;
}

#budgeting-hero.hero-custom.hero-fr .columns.large-12,
#budgeting-hero.hero-custom.hero-fr .columns.large-12.row-contain {
  align-items: flex-end;
}

.hero-custom .columns.large-12.row-contain .h1-hero,
.hero-custom .columns.large-12 .h1-hero {
  position: relative;
  z-index: 9;
}

#budgeting-hero.hero-custom.hero-fr .columns.large-12.row-contain .h1-hero {
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 0 #adb5bd;
  text-shadow: 1px 1px 0 #adb5bd, 0 0 1rem rgba(0, 0, 0, 0.25);
}

#teaching-hero.hero-custom.hero-fr .columns.large-12.row-contain .h1-hero {
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 0 #adb5bd;
}

#automate-hero.hero-custom.hero-fr .columns.large-12.row-contain .h1-hero {
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 0 #adb5bd;
}

.hero-custom .columns.large-12 .h1-hero:after,
.hero-custom .columns.large-12.row-contain .h1-hero:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.hero-custom .columns.large-12 .hero-subheading,
.hero-custom .columns.large-12.row-contain .hero-subheading {
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  text-align: left;
  position: relative;
  z-index: 9;
}

#glossary-hero.hero-custom .columns.large-12.row-contain .hero-subheading,
#understanding-hero.hero-custom .columns.large-12.row-contain .hero-subheading,
#budgeting-hero.hero-custom .columns.large-12.row-contain .hero-subheading,
#teaching-hero.hero-custom .columns.large-12.row-contain .hero-subheading,
#automate-hero.hero-custom .columns.large-12.row-contain .hero-subheading {
  display: none !important;
}

#fr-hero-homepage.hero-custom .columns.large-12 p.text-center {
  color: #201547;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.published-revised {
  font-size: 0.95rem;
  margin-bottom: 0 !important;
  line-height: 1.1rem;
  position: absolute;
  bottom: 1rem;
  right: 0;
}

.published-revised .pr-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #201547;
  font-weight: 400;
  width: 90px;
  display: inline-block;
}

.published-revised .pr-date {
  display: inline-block;
}

.row-light-grey-bg-after.lighter-grey-bg,
.row-light-grey-bg-after.lighter-grey-bg:after {
  background-color: #e7e5f3 !important;
}

.row-light-grey-bg-after.lighter-grey-bg .rate-card-content,
.rate-card-content {
  border-radius: 0 !important;
}

/*-------------------------------*/
.fr-home-row.row-2 {
  padding-bottom: 4rem;
}

.fr-home-box {
  background-color: rgb(255, 255, 255);
}

.fr-home-box .fr-hb-hero {
  width: 100%;
  height: 200px;
  text-align: left;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-start;
  padding: 0;
  background-size: cover;
  background-position: center;
  -moz-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0 100%);
}

#glossary .fr-home-box .fr-hb-hero,
#understanding-your-credit .fr-home-box .fr-hb-hero,
#understand-credit.fr-section .fr-section-hero {
  background-image: url(/media/zskjj0kq/couple-doing-online-banking-together-on-laptop_1200x900.webp);
}

#budgeting-worksheet .fr-home-box .fr-hb-hero {
  background-image: url(/media/rcypuzel/couple-filling-out-budgeting-worksheet_900x600.webp);
}

#teaching-kids-about-money .fr-home-box .fr-hb-hero {
  background-image: url(/media/lnvflmco/teaching-kids-about-money_900x600.webp);
}

#automate-your-savings .fr-home-box .fr-hb-hero {
  background-image: url(/media/3jdkksij/saving-and-budgeting_900x600.webp);
}

#az-treasury-financial-education .fr-home-box .fr-hb-hero {
  background-image: url(/media/kxuhqni5/financial-resources_1200x600.webp);
}

.fr-home-box .fr-hb-hero h3, .fr-home-box .fr-hb-hero .h3 {
  color: rgb(255, 255, 255);
  padding: 0.75rem 1.25rem;
  width: 100%;
  text-shadow: 1px 1px 0 #201547;
  background-color: rgb(117.2125, 102.6125, 188.3875);
  text-shadow: 1px 1px 0 #5949a7;
  margin-bottom: 0;
}

.fr-home-box .fr-hb-copy {
  padding: 0.75rem 1.25rem 1.5rem;
}

.fr-home-box .fr-hb-copy p {
  color: #333;
}

/* TOP LINKS --------------------------------------------------------------------------------- */
#top-links,
#top-links.row-fr-links,
#top-links.pad-t-6rem.pad-b-6rem,
#top-links.pad-v-6rem,
#top-links.fr-homepage,
#top-links.row-fr-links.fr-homepage {
  padding-bottom: 4rem !important;
  display: flex;
  background-color: #5949a7;
}

#top-links.row-fr-links.hub-page,
#top-links.row-fr-links.article-page {
  padding-top: 0rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 0rem !important;
}

#top-links.row-fr-links.hub-page {
  margin-bottom: 4rem !important;
}

#top-links.row-fr-links.article-page {
  margin-bottom: 0 !important;
}

#top-links.row-fr-links.hub-page .fr-links.top-links,
#top-links.row-fr-links.article-page .fr-links.top-links {
  margin-right: 0 !important;
  border-right: 1px solid #d9d9d9;
}

.fr-links {
  display: grid;
}
.fr-links .fr-link {
  transition: all 0.3s ease-in-out;
  background-color: #e7e5f3;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.fr-links.top-links .fr-link.active,
#top-links.row-fr-links.auto-active .fr-links.top-links #auto.fr-link,
#top-links.row-fr-links.banking-active .fr-links.top-links #banking.fr-link,
#top-links.row-fr-links.business-active .fr-links.top-links #business.fr-link,
#top-links.row-fr-links.calculators-active .fr-links.top-links #calculators.fr-link,
#top-links.row-fr-links.credit-debt-active .fr-links.top-links #credit-debt.fr-link,
#top-links.row-fr-links.family-active .fr-links.top-links #family.fr-link,
#top-links.row-fr-links.home-lending-active .fr-links.top-links #home-lending.fr-link,
#top-links.row-fr-links.saving-budgeting-active .fr-links.top-links #saving-budgeting.fr-link,
#top-links.row-fr-links.student-active .fr-links.top-links #student.fr-link,
#top-links.row-fr-links.retirement-active .fr-links.top-links #retirement.fr-link,
#top-links.row-fr-links.XXXX-active .fr-links.top-links #XXXX.fr-link {
  background-color: #5949a7;
}

#top-links.row-fr-links .fr-links .fr-link,
#top-links.row-fr-links.fr-homepage .fr-links .fr-link {
  width: 100%;
  min-height: 140px;
  padding: 1rem;
}

#top-links.fr-homepage .fr-links .fr-link {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 60px 1fr;
  padding: 1rem 0.75rem 0.5rem !important;
  grid-row-gap: 0;
}

#top-links.row-fr-links.hub-page .fr-links.top-links .fr-link,
#top-links.row-fr-links.article-page .fr-links.top-links .fr-link {
  padding: 0.25rem 1rem 0.5rem;
  min-height: unset;
  margin-right: 0 !important;
  border-left: 0.25rem solid rgb(255, 255, 255);
  border-left: 1px solid #d9d9d9;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 40px 1fr;
  grid-row-gap: 0.25rem;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1rem 0.5rem;
}

.fr-links .fr-link .img-wrap {
  transition: all 0.3s ease-in-out;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  position: relative;
  transform: scale(1);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
}

#top-links.row-fr-links.hub-page .fr-links.top-links .fr-link .img-wrap,
#top-links.row-fr-links.article-page .fr-links.top-links .fr-link .img-wrap {
  width: 40px;
  height: 40px;
}

.fr-links .fr-link:hover .img-wrap {
  transform: scale(1.1);
  background-color: rgba(255, 255, 255, 0.5);
}

.fr-links .fr-link.active .img-wrap,
.fr-links .fr-link.active:hover .img-wrap,
#top-links.row-fr-links.auto-active .fr-links.top-links #auto.fr-link .img-wrap,
#top-links.row-fr-links.auto-active .fr-links.top-links #auto.fr-link:hover .img-wrap,
#top-links.row-fr-links.banking-active .fr-links.top-links #banking.fr-link .img-wrap,
#top-links.row-fr-links.banking-active .fr-links.top-links #banking.fr-link:hover .img-wrap,
#top-links.row-fr-links.business-active .fr-links.top-links #business.fr-link .img-wrap,
#top-links.row-fr-links.business-active .fr-links.top-links #business.fr-link:hover .img-wrap,
#top-links.row-fr-links.calculators-active .fr-links.top-links #calculators.fr-link .img-wrap,
#top-links.row-fr-links.calculators-active .fr-links.top-links #calculators.fr-link:hover .img-wrap,
#top-links.row-fr-links.credit-debt-active .fr-links.top-links #credit-debt.fr-link .img-wrap,
#top-links.row-fr-links.credit-debt-active .fr-links.top-links #credit-debt.fr-link:hover .img-wrap,
#top-links.row-fr-links.family-active .fr-links.top-links #family.fr-link .img-wrap,
#top-links.row-fr-links.family-active .fr-links.top-links #family.fr-link:hover .img-wrap,
#top-links.row-fr-links.home-lending-active .fr-links.top-links #home-lending.fr-link .img-wrap,
#top-links.row-fr-links.home-lending-active .fr-links.top-links #home-lending.fr-link:hover .img-wrap,
#top-links.row-fr-links.saving-budgeting-active .fr-links.top-links #saving-budgeting.fr-link .img-wrap,
#top-links.row-fr-links.saving-budgeting-active .fr-links.top-links #saving-budgeting.fr-link:hover .img-wrap,
#top-links.row-fr-links.student-active .fr-links.top-links #student.fr-link .img-wrap,
#top-links.row-fr-links.student-active .fr-links.top-links #student.fr-link:hover .img-wrap,
#top-links.row-fr-links.retirement-active .fr-links.top-links #retirement.fr-link .img-wrap,
#top-links.row-fr-links.retirement-active .fr-links.top-links #retirement.fr-link:hover .img-wrap,
#top-links.row-fr-links.XXXXX-active .fr-links.top-links #XXXXX.fr-link .img-wrap,
#top-links.row-fr-links.XXXXX-active .fr-links.top-links #XXXXX.fr-link:hover .img-wrap {
  transform: scale(1.1);
  background-color: rgba(255, 255, 255, 0.25);
}

.fr-links .fr-link .img-wrap:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.45s ease-in-out;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(105deg, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 55%, rgb(255, 255, 255) 55%, rgba(255, 255, 255, 0.75) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(105deg, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 55%, rgb(255, 255, 255) 55%, rgba(255, 255, 255, 0.75) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(105deg, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 55%, rgb(255, 255, 255) 55%, rgba(255, 255, 255, 0.75) 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$white", endColorstr="$white", GradientType=1);
  background-size: 300% 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.fr-links .fr-link:hover .img-wrap:after {
  background-position: 125% 100%;
}

.fr-links .fr-link.active .img-wrap:after,
.fr-links .fr-link.active:hover .img-wrap:after,
#top-links.row-fr-links.auto-active .fr-links.top-links #auto.fr-link .img-wrap:after,
#top-links.row-fr-links.auto-active .fr-links #auto.fr-link:hover .img-wrap:after,
#top-links.row-fr-links.banking-active .fr-links.top-links #banking.fr-link .img-wrap:after,
#top-links.row-fr-links.banking-active .fr-links #banking.fr-link:hover .img-wrap:after,
#top-links.row-fr-links.business-active .fr-links.top-links #business.fr-link .img-wrap:after,
#top-links.row-fr-links.business-active .fr-links #business.fr-link:hover .img-wrap:after,
#top-links.row-fr-links.calculators-active .fr-links.top-links #calculators.fr-link .img-wrap:after,
#top-links.row-fr-links.calculators-active .fr-links #calculators.fr-link:hover .img-wrap:after,
#top-links.row-fr-links.credit-debt-active .fr-links.top-links #credit-debt.fr-link .img-wrap:after,
#top-links.row-fr-links.credit-debt-active .fr-links #credit-debt.fr-link:hover .img-wrap:after,
#top-links.row-fr-links.family-active .fr-links.top-links #family.fr-link .img-wrap:after,
#top-links.row-fr-links.family-active .fr-links #family.fr-link:hover .img-wrap:after,
#top-links.row-fr-links.home-lending-active .fr-links.top-links #home-lending.fr-link .img-wrap:after,
#top-links.row-fr-links.home-lending-active .fr-links #home-lending.fr-link:hover .img-wrap:after,
#top-links.row-fr-links.saving-budgeting-active .fr-links.top-links #saving-budgeting.fr-link .img-wrap:after,
#top-links.row-fr-links.saving-budgeting-active .fr-links #saving-budgeting.fr-link:hover .img-wrap:after,
#top-links.row-fr-links.student-active .fr-links.top-links #student.fr-link .img-wrap:after,
#top-links.row-fr-links.student-active .fr-links #student.fr-link:hover .img-wrap:after,
#top-links.row-fr-links.retirement-active .fr-links.top-links #retirement.fr-link .img-wrap:after,
#top-links.row-fr-links.retirement-active .fr-links #retirement.fr-link:hover .img-wrap:after,
#top-links.row-fr-links.XXXXX-active .fr-links.top-links #XXXXX.fr-link .img-wrap:after,
#top-links.row-fr-links.XXXXX-active .fr-links #XXXXX.fr-link:hover .img-wrap:after {
  background-position: 125% 100%;
}

.fr-links .fr-link .img-wrap img {
  width: 60px;
  height: 60px;
  padding: 0.25rem;
}

#top-links.row-fr-links.hub-page .fr-links.top-links .fr-link .img-wrap img,
#top-links.row-fr-links.article-page .fr-links.top-links .fr-link .img-wrap img {
  width: 40px;
  height: 40px;
}

.fr-links .fr-link .fr-link-heading {
  text-align: center;
  transition: all 0.3s ease-in-out;
  padding-top: 0.5rem;
  font-size: 1.1rem;
  transform: translateY(0rem);
  word-break: keep-all;
  hyphens: none !important;
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}

#top-links.fr-homepage .fr-links .fr-link .fr-link-heading {
  line-height: 1.25;
  padding: 0 !important;
  margin: 0 !important;
  height: 100%;
}

#top-links.row-fr-links.hub-page .fr-links .fr-link .fr-link-heading,
#top-links.row-fr-links.article-page .fr-links .fr-link .fr-link-heading {
  font-size: 0.9rem;
  font-size: 0.85rem;
  line-height: 1.25;
  padding: 0 !important;
  margin: 0 !important;
}

.fr-links .fr-link:hover .fr-link-heading {
  transition: all 0.3s ease-in-out;
  transform: translateY(0.5rem);
  word-break: keep-all;
  hyphens: none !important;
}

#top-links.row-fr-links.hub-page .fr-links .fr-link:hover .fr-link-heading,
#top-links.row-fr-links.article-page .fr-links .fr-link:hover .fr-link-heading {
  transform: translateY(0.25rem);
}

.fr-links .fr-link .fr-link-heading span {
  transition: all 0.3s ease-in-out;
  color: #201547;
  word-break: keep-all;
  hyphens: none !important;
}

.fr-links .fr-link:hover .fr-link-heading span {
  color: #5949a7;
}

.fr-links.top-links .fr-link.active .fr-link-heading,
.fr-links.top-links .fr-link.active .fr-link-heading span,
.fr-links.top-links .fr-link.active:hover .fr-link-heading,
.fr-links.top-links .fr-link.active:hover .fr-link-heading span,
#top-links.row-fr-links.auto-active .fr-links.top-links #auto.fr-link .fr-link-heading span,
#top-links.row-fr-links.auto-active .fr-links.top-links #auto.fr-link:hover .fr-link-heading span,
#top-links.row-fr-links.banking-active .fr-links.top-links #banking.fr-link .fr-link-heading span,
#top-links.row-fr-links.banking-active .fr-links.top-links #banking.fr-link:hover .fr-link-heading span,
#top-links.row-fr-links.business-active .fr-links.top-links #business.fr-link .fr-link-heading span,
#top-links.row-fr-links.business-active .fr-links.top-links #business.fr-link:hover .fr-link-heading span,
#top-links.row-fr-links.calculators-active .fr-links.top-links #calculators.fr-link .fr-link-heading span,
#top-links.row-fr-links.calculators-active .fr-links.top-links #calculators.fr-link:hover .fr-link-heading span,
#top-links.row-fr-links.credit-debt-active .fr-links.top-links #credit-debt.fr-link .fr-link-heading span,
#top-links.row-fr-links.credit-debt-active .fr-links.top-links #credit-debt.fr-link:hover .fr-link-heading span,
#top-links.row-fr-links.family-active .fr-links.top-links #family.fr-link .fr-link-heading span,
#top-links.row-fr-links.family-active .fr-links.top-links #family.fr-link:hover .fr-link-heading span,
#top-links.row-fr-links.home-lending-active .fr-links.top-links #home-lending.fr-link .fr-link-heading span,
#top-links.row-fr-links.home-lending-active .fr-links.top-links #home-lending.fr-link:hover .fr-link-heading span,
#top-links.row-fr-links.saving-budgeting-active .fr-links.top-links #saving-budgeting.fr-link .fr-link-heading span,
#top-links.row-fr-links.saving-budgeting-active .fr-links.top-links #saving-budgeting.fr-link:hover .fr-link-heading span,
#top-links.row-fr-links.student-active .fr-links.top-links #student.fr-link .fr-link-heading span,
#top-links.row-fr-links.student-active .fr-links.top-links #student.fr-link:hover .fr-link-heading span,
#top-links.row-fr-links.retirement-active .fr-links.top-links #retirement.fr-link .fr-link-heading span,
#top-links.row-fr-links.retirement-active .fr-links.top-links #retirement.fr-link:hover .fr-link-heading span,
#top-links.row-fr-links.XXXXX-active .fr-links.top-links #XXXXX.fr-link .fr-link-heading span,
#top-links.row-fr-links.XXXXX-active .fr-links.top-links #XXXXX.fr-link:hover .fr-link-heading span {
  color: rgb(255, 255, 255);
}

.fr-links.top-links .fr-link.active .fr-link-heading,
.fr-links.top-links .fr-link.active:hover .fr-link-heading {
  color: rgb(255, 255, 255);
  transform: translateY(0.5rem);
}

#top-links.row-fr-links.hub-page .fr-links.top-links .fr-link.active .fr-link-heading,
#top-links.row-fr-links.hub-page .fr-links.top-links .fr-link.active:hover .fr-link-heading,
#top-links.row-fr-links.article-page .fr-links.top-links .fr-link.active .fr-link-heading,
#top-links.row-fr-links.article-page .fr-links.top-links .fr-link.active:hover .fr-link-heading,
#top-links.row-fr-links.hub-page.auto-active .fr-links.top-links #auto.fr-link .fr-link-heading,
#top-links.row-fr-links.hub-page.auto-active .fr-links.top-links #auto.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.article-page.auto-active .fr-links.top-links #auto.fr-link .fr-link-heading,
#top-links.row-fr-links.article-page.auto-active .fr-links.top-links #auto.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.hub-page.banking-active .fr-links.top-links #banking.fr-link .fr-link-heading,
#top-links.row-fr-links.hub-page.banking-active .fr-links.top-links #banking.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.article-page.banking-active .fr-links.top-links #banking.fr-link .fr-link-heading,
#top-links.row-fr-links.article-page.banking-active .fr-links.top-links #banking.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.hub-page.business-active .fr-links.top-links #business.fr-link .fr-link-heading,
#top-links.row-fr-links.hub-page.business-active .fr-links.top-links #business.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.article-page.business-active .fr-links.top-links #business.fr-link .fr-link-heading,
#top-links.row-fr-links.article-page.business-active .fr-links.top-links #business.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.hub-page.calculators-active .fr-links.top-links #calculators.fr-link .fr-link-heading,
#top-links.row-fr-links.hub-page.calculators-active .fr-links.top-links #calculators.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.article-page.calculators-active .fr-links.top-links #calculators.fr-link .fr-link-heading,
#top-links.row-fr-links.article-page.calculators-active .fr-links.top-links #calculators.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.hub-page.credit-debt-active .fr-links.top-links #credit-debt.fr-link .fr-link-heading,
#top-links.row-fr-links.hub-page.credit-debt-active .fr-links.top-links #credit-debt.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.article-page.credit-debt-active .fr-links.top-links #credit-debt.fr-link .fr-link-heading,
#top-links.row-fr-links.article-page.credit-debt-active .fr-links.top-links #credit-debt.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.hub-page.family-active .fr-links.top-links #family.fr-link .fr-link-heading,
#top-links.row-fr-links.hub-page.family-active .fr-links.top-links #family.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.article-page.family-active .fr-links.top-links #family.fr-link .fr-link-heading,
#top-links.row-fr-links.article-page.family-active .fr-links.top-links #family.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.hub-page.home-lending-active .fr-links.top-links #home-lending.fr-link .fr-link-heading,
#top-links.row-fr-links.hub-page.home-lending-active .fr-links.top-links #home-lending.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.article-page.home-lending-active .fr-links.top-links #home-lending.fr-link .fr-link-heading,
#top-links.row-fr-links.article-page.home-lending-active .fr-links.top-links #home-lending.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.hub-page.saving-budgeting-active .fr-links.top-links #saving-budgeting.fr-link .fr-link-heading,
#top-links.row-fr-links.hub-page.saving-budgeting-active .fr-links.top-links #saving-budgeting.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.article-page.saving-budgeting-active .fr-links.top-links #saving-budgeting.fr-link .fr-link-heading,
#top-links.row-fr-links.article-page.saving-budgeting-active .fr-links.top-links #saving-budgeting.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.hub-page.student-active .fr-links.top-links #student.fr-link .fr-link-heading,
#top-links.row-fr-links.hub-page.student-active .fr-links.top-links #student.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.article-page.student-active .fr-links.top-links #student.fr-link .fr-link-heading,
#top-links.row-fr-links.article-page.student-active .fr-links.top-links #student.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.hub-page.retirement-active .fr-links.top-links #retirement.fr-link .fr-link-heading,
#top-links.row-fr-links.hub-page.retirement-active .fr-links.top-links #retirement.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.article-page.retirement-active .fr-links.top-links #retirement.fr-link .fr-link-heading,
#top-links.row-fr-links.article-page.retirement-active .fr-links.top-links #retirement.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.hub-page.XXXXX-active .fr-links.top-links #XXXXX.fr-link .fr-link-heading,
#top-links.row-fr-links.hub-page.XXXXX-active .fr-links.top-links #XXXXX.fr-link:hover .fr-link-heading,
#top-links.row-fr-links.article-page.XXXXX-active .fr-links.top-links #XXXXX.fr-link .fr-link-heading,
#top-links.row-fr-links.article-page.XXXXX-active .fr-links.top-links #XXXXX.fr-link:hover .fr-link-heading {
  transform: translateY(0) !important;
  text-decoration: none !important;
}

/* banzai button fix */
.__banzai-coach button.cardinal-grotesque {
  padding: 0 !important;
}

/* thin border calculator CTA */
.row-monsoon-grey-border.calc-cta {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
  flex-direction: column;
}

.row-monsoon-grey-border.calc-cta h2, .row-monsoon-grey-border.calc-cta .h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.row-monsoon-grey-border.calc-cta p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.row-monsoon-grey-border .calcBtns {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1rem;
  column-gap: 1rem;
}

/* calculator cards */
.card.icon-card {
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15), 0 0 1.25rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05);
}

.card.icon-card .icon-wrap {
  width: 100px;
  height: 100px;
  border: 0;
  border-radius: 0;
}

.card.icon-card .card-text {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

.card.icon-card .card-heading {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Domine", serif;
  color: #201547;
  line-height: 1.5rem;
}

.card-btn-wrap > .button.light-blue {
  font-size: 1rem;
}

/* VIDEOS */
.row-video-feature-1-2 {
  align-items: flex-start;
  justify-content: center;
}

.row-video-feature-1-2 .col-1-featured-video .video-wrap-wrap {
  max-width: 800px;
}

.row-video-feature-1-2 .col-2-videos-stacked .video-wrap-wrap:first-of-type {
  margin-bottom: 1.5rem;
}

/* TABLE OF CONTENTS Financial Resources */
.row-financial-resources {
  padding-top: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.row-financial-resources .col-menu,
.row-financial-resources .columns.col-menu,
.row-financial-resources .columns.large-5.col-menu,
.row-financial-resources .columns.large-5.col-menu {
  padding-top: 3rem;
}

.row-financial-resources .col-menu .fr-menu-wrap,
.row-financial-resources .columns.col-menu .fr-menu-wrap,
.row-financial-resources .columns.large-5.col-menu .fr-menu-wrap,
.row-financial-resources .columns.large-5.col-menu .fr-menu-wrap {
  -webkit-transition: all 0.5s cubic-bezier(0, 0.92, 0.69, 0.94);
  transition: all 0.5s cubic-bezier(0, 0.92, 0.69, 0.94);
  position: fixed;
  top: 730px;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.83);
}

.row-financial-resources .col-menu .fr-menu-wrap.has-alert-bar,
.row-financial-resources .columns.col-menu .fr-menu-wrap.has-alert-bar,
.row-financial-resources .columns.large-5.col-menu .fr-menu-wrap.has-alert-bar,
.row-financial-resources .columns.large-5.col-menu .fr-menu-wrap.has-alert-bar {
  top: 900px;
}

.row-financial-resources .col-menu .fr-menu-heading,
.row-financial-resources .columns.col-menu .fr-menu-heading,
.row-financial-resources .columns.large-5.col-menu .fr-menu-heading,
.row-financial-resources .columns.large-5.col-menu .fr-menu-heading {
  padding: 0.5rem 0.75rem;
  width: calc(33.3333vw - 2.5rem);
  max-width: calc(426.6624px - 2.5rem);
  margin-bottom: 0.5rem;
  word-break: keep-all;
  word-wrap: normal;
  hyphens: none;
  background-color: #d9d9d9;
  color: #333;
}

.row-financial-resources .col-menu ul.fr-menu,
.row-financial-resources .columns.col-menu ul.fr-menu,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu {
  list-style: none !important;
  padding: 0 0 0 1.5rem !important;
  margin-top: 0 !important;
}

.row-financial-resources .col-menu ul.fr-menu li,
.row-financial-resources .columns.col-menu ul.fr-menu li,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0.75rem 0 0.5rem;
}

.row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item,
.row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item {
  position: relative;
  transition: all 0.3s ease;
  color: #333;
  font-size: 1.1rem;
  text-decoration: none !important;
  font-weight: 300;
  word-break: normal;
  -ms-word-break: keep-all;
  word-break: keep-all;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding-bottom: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item.back-to-hub,
.row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item.back-to-hub i,
.row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item.back-to-hub,
.row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item.back-to-hub i,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.back-to-hub,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.back-to-hub i,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.back-to-hub,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.back-to-hub i {
  color: #333;
  transition: all 0.3s ease-in-out;
  transform: translateX(0rem);
}

.row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item.back-to-hub i,
.row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item.back-to-hub i,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.back-to-hub i,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.back-to-hub i {
  font-weight: bold;
  padding-left: 0.5rem;
}

.row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item:hover,
.row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item:active,
.row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item:focus,
.row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item:hover,
.row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item:active,
.row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item:focus,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item:hover,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item:active,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item:focus,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item:hover,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item:active,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item:focus {
  color: #000;
  text-decoration: none !important;
}

.row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item.back-to-hub:hover,
.row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item.back-to-hub:hover i,
.row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item.back-to-hub:hover,
.row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item.back-to-hub:hover i,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.back-to-hub:hover,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.back-to-hub:hover i,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.back-to-hub:hover,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.back-to-hub:hover i {
  color: #000;
}

.row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item.back-to-hub:hover i,
.row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item.back-to-hub:hover i,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.back-to-hub:hover i,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.back-to-hub:hover i {
  transform: translateX(0.5rem);
  color: #97d5c9;
}

.row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item.active,
.row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item.active,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.active,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.active {
  color: #111;
  font-weight: 400;
  text-decoration: none !important;
}

.row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item:after,
.row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item.active:after,
.row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item:after,
.row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item.active:after,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item:after,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.active:after,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item:after,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0 !important;
  background-color: transparent !important;
  border-bottom: 3px solid #97d5c9;
  transition: all 0.3s ease;
}

.row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item.active:after,
.row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item.active:after,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.active:after,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.active:after {
  left: 0;
  width: 25%;
  background-color: transparent !important;
  border-bottom-color: #5949a7;
}

.row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item:hover:after,
.row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item:active:after,
.row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item:focus:after,
.row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item:hover:after,
.row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item:active:after,
.row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item:focus:after,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item:hover:after,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item:active:after,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item:focus:after,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item:hover:after,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item:active:after,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item:focus:after {
  left: 0;
  width: 25%;
}

.row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item.active:hover:after,
.row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item.active:hover:after,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.active:hover:after,
.row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.active:hover:after {
  background-color: transparent !important;
  border-bottom-color: #5949a7;
}

.row-financial-resources .col-information,
.row-financial-resources .columns.large-7.col-information,
.row-financial-resources .columns.large-7.col-information {
  border-right: 1px solid #ccc;
}

.row-financial-resources .col-information .row-2-col,
.row-financial-resources .columns.large-7.col-information .row-2-col,
.row-financial-resources .columns.large-7.col-information .row-2-col {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.row-financial-resources .col-information .row-2-col.row-flex.align-flex-start,
.row-financial-resources .columns.large-7.col-information .row-2-col.row-flex.align-flex-start,
.row-financial-resources .columns.large-7.col-information .row-2-col.row-flex.align-flex-start {
  align-items: flex-start;
}

.row-financial-resources .col-information p a,
.row-financial-resources .col-information ul.checklist li a,
.row-financial-resources .col-information ul.chevlist li a,
.row-financial-resources .col-information ol li a {
  text-decoration: underline;
  color: #5949a7;
}

.row-financial-resources .col-information p a:hover,
.row-financial-resources .col-information ul.checklist li a:hover,
.row-financial-resources .col-information ul.chevlist li a:hover,
.row-financial-resources .col-information ol li a:hover {
  text-decoration: underline;
  color: #201547;
}

.row-financial-resources .col-information .fr-section,
.row-financial-resources .columns.large-7.col-information .fr-section,
.row-financial-resources .columns.large-7.col-information .fr-section {
  transition: height 0.3s ease, opacity 0.3s ease;
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  max-height: 0;
  opacity: 0;
  transform: translateY(-10000vh);
}

.row-financial-resources .col-information .fr-section.active,
.row-financial-resources .columns.large-7.col-information .fr-section.active,
.row-financial-resources .columns.large-7.col-information .fr-section.active {
  padding-top: 1rem;
  padding-bottom: 2rem;
  height: auto;
  max-height: 100%;
  min-height: 35vh;
  opacity: 1;
  transform: translateY(0);
}

.fr-section .fr-section-hero {
  width: 100%;
  height: 300px;
  text-align: left;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-start;
  padding: 0;
  background-size: cover;
  background-position: center;
  margin-bottom: 1.75rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%);
}

#glossary.fr-section .fr-section-hero {
  background-image: url(/media/h1bnt0zv/thomas-reading-the-glossary-of-financial-terms_900x600.webp);
}

#understand-credit.fr-section .fr-section-hero {
  background-image: url(/media/zskjj0kq/couple-doing-online-banking-together-on-laptop_1200x900.webp);
}

#budget-worksheet.fr-section .fr-section-hero {
  background-image: url(/media/3171/couple-filling-out-budgeting-worksheet_900x600.jpg);
  background-position-y: -40px;
}

#teach-kids-about-money.fr-section .fr-section-hero {
  background-image: url(/media/3173/teaching-kids-about-money_900x600.jpg);
}

#automate-savings.fr-section .fr-section-hero {
  background-image: url(/media/3264/saving-and-budgeting_900x600.jpg);
}

.article-preview-img {
  width: 100% !important;
  max-width: 680px;
}

.row-financial-resources .columns.large-7.col-information .fr-section .fr-section-hero h2.h2-section, .row-financial-resources .columns.large-7.col-information .fr-section .fr-section-hero .h2-section.h2 {
  font-size: 2.25rem;
  color: rgb(255, 255, 255);
  padding: 0.75rem 1.25rem;
  width: 100%;
  text-shadow: none;
  background-color: rgb(149.3, 138.1, 203.9);
  text-shadow: 1px 1px 0 #5949a7;
  margin-bottom: 0;
}

#where-to-start p {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.glossary-letter {
  font-size: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0;
}

.glossary-term,
.understand-term,
.budget-ws-step,
.teach-heading,
.automate-heading,
.cp-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 0;
}

.understand-term.ut-new-section {
  padding-top: 2rem !important;
  margin-top: 1rem;
  position: relative;
}

.understand-term.ut-new-section:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50%;
  left: 25%;
  right: 25%;
  top: 0;
  background-color: #eee;
  border-radius: 0.25rem;
}

.glossary-def.text-1_1rem,
.understand-def.text-1_1rem,
.budget-ws-copy.text-1_1rem,
.teach-copy.text-1_1rem,
.automate-copy.text-1_1rem,
.cp-copy.text-1_1rem {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

table.credit-score-ranges {
  margin-top: 0.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.credit-score-ranges th,
.credit-score-ranges td {
  font-size: 1.1rem;
  padding: 0 0.25rem 0.5rem 0.25rem;
  text-align: left;
}

.credit-score-ranges th.c-score {
  font-weight: 400;
  width: 132px;
}

ol.ordered-list > li {
  margin-bottom: 0.5rem;
}

ol.ordered-list > li:last-of-type {
  margin-bottom: 0 !important;
}

ol.ordered-list > li::marker {
  font-size: 1.15rem;
  font-weight: 400;
}

ol.ordered-list.oswald-list > li::marker {
  font-family: "Questrial", sans-serif;
  font-weight: 500;
}

ol.ordered-list.domine-list > li::marker {
  font-family: "Questrial", sans-serif;
  font-weight: 700;
}

ol.ordered-list.light-blue > li::marker {
  color: #5949a7;
}

ol.ordered-list.text-1_1rem > li::marker {
  font-size: 1.5rem;
}

ol.ordered-list.text-1_25rem > li::marker {
  font-size: 1.25rem;
}

ol.improve-credit-steps.text-1_1rem,
ol.automate-list.text-1_1rem {
  margin-top: 0 !important;
}

ol.improve-credit-steps.text-1_1rem li,
ol.automate-list.text-1_1rem li {
  font-weight: 400;
}

ol.improve-credit-steps.text-1_1rem li span,
ol.automate-list.text-1_1rem li span {
  font-weight: 300;
}

ul.chevlist.dark-grey.text-1_1rem.budget-ws-copy-list {
  margin-top: 0 !important;
}

ul.chevlist.dark-grey.text-1_1rem.budget-ws-copy-list li span.nunito.text-bold {
  font-weight: 400;
}

.bw-table.monthly-income,
.bw-table.monthly-expenses {
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 2rem;
}

.bw-table.monthly-income tr,
.bw-table.monthly-expenses tr {
  border-bottom: 1px solid #ccc;
}

.bw-table.monthly-income td,
.bw-table.monthly-income th,
.bw-table.monthly-expenses td,
.bw-table.monthly-expenses th {
  padding: 0.5rem 0.75rem;
}

.bw-table.monthly-income th.bw-table-heading,
.bw-table.monthly-expenses th.bw-table-heading {
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 1.25rem;
}

.bw-table.monthly-income td.bw-table-total-heading,
.bw-table.monthly-expenses td.bw-table-total-heading {
  width: 100%;
  text-align: right;
  font-weight: 400;
  font-size: 1.1rem;
}

.bw-table.monthly-expenses th.bw-table-heading-vert {
  border-right: 1px solid #ccc;
  max-width: 50px !important;
  width: 50px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
}

.bw-table.monthly-expenses th.bw-table-heading-vert span {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1rem;
  text-align: center;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  height: 100%;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bw-table.monthly-income td.bw-t-td-left {
  width: 75%;
  border-right: 1px solid #ccc;
  font-size: 1rem;
}

.bw-table.monthly-expenses td.bw-t-td-left {
  width: calc(75% - 100px);
  border-right: 1px solid #ccc;
  font-size: 1rem;
}

.bw-table.monthly-income td.bw-t-td-left strong,
.bw-table.monthly-expenses td.bw-t-td-left strong {
  font-weight: 400 !important;
  font-size: 1.1rem !important;
}

.bw-table.monthly-income td.bw-t-td-right,
.bw-table.monthly-expenses td.bw-t-td-right {
  width: 25%;
  min-width: 140px;
}

.bw-table.monthly-income td.bw-t-td-right input.bw-field,
.bw-table.monthly-expenses td.bw-t-td-right input.bw-field,
.bw-equation.row-flex.row-safari .bw-eq-col-lg .bw-box input.bw-field {
  width: calc(100% - 10px);
  display: block;
  float: right;
  border: 0;
  border-image: none;
  padding: 0.25rem 0 0 0.25rem;
  height: 21.3333px;
}

.bw-equation.row-flex.row-safari {
  align-items: flex-start;
}

.bw-equation.row-flex.row-safari .bw-eq-col-lg {
  width: calc(33.3333333333% - 1.6666666667rem);
}

.bw-equation.row-flex.row-safari .bw-eq-col-lg .bw-box {
  width: 100%;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
}

.bw-equation.row-flex.row-safari .bw-eq-col-lg .bw-box input.bw-field.bw-field-total {
  font-size: 1rem;
  font-weight: 400;
}

.bw-table.monthly-income td.bw-t-td-right input.bw-field.bw-field-total,
.bw-table.monthly-expenses td.bw-t-td-right input.bw-field.bw-field-total,
.bw-table.monthly-income td.bw-t-td-right.total-income-cell,
.bw-table.monthly-expenses td.bw-t-td-right.total-expenses-cell,
.bw-equation.row-flex.row-safari .bw-eq-col-lg .bw-box input#totalBudget.bw-field.bw-field-total,
.bw-equation.row-flex.row-safari .bw-eq-col-lg.total-budget-wrap {
  font-size: 1.1rem;
  font-weight: 400;
}

.bw-table.monthly-income td.bw-t-td-right input.bw-field.bw-field-total,
.bw-table.monthly-expenses td.bw-t-td-right input.bw-field.bw-field-total,
.bw-equation.row-flex.row-safari .bw-eq-col-lg .bw-box input#totalBudget.bw-field.bw-field-total {
  padding-top: 0;
  margin-top: 1px;
  width: calc(100% - 11px);
}

.bw-equation.row-flex.row-safari .bw-eq-col-lg .bw-box input#totalIncome1.bw-field.bw-field-total,
.bw-equation.row-flex.row-safari .bw-eq-col-lg .bw-box input#totalExpense1.bw-field.bw-field-total,
.bw-equation.row-flex.row-safari .bw-eq-col-lg.total-income-wrap .bw-box,
.bw-equation.row-flex.row-safari .bw-eq-col-lg.total-expenses-wrap .bw-box {
  font-weight: 300;
}

.bw-equation.row-flex.row-safari .bw-eq-col-lg .bw-eq-label {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  padding-top: 0.25rem;
  text-align: right;
}

.bw-equation.row-flex.row-safari .bw-eq-col-sm {
  width: 2.5rem;
  padding-top: 0.1rem;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
}

/* --------------------------------------------------------------------------------------------------- */
.blog-previews-row .blog-preview-box {
  -webkit-box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15), 0 0 1.25rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15), 0 0 1.25rem rgba(0, 0, 0, 0.15);
}

.blog-previews-row .row-blog-previews.member-stories .blog-preview-img h3,
.blog-previews-row .blog-preview-box-blue .blog-preview-img h3,
.blog-previews-row .blog-preview-img h3,
.blog-previews-row .blog-preview-img .h3 {
  background-color: rgba(51, 51, 51, 0.85) !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
  width: 100%;
  backdrop-filter: blur(0.25rem);
  -webkit-backdrop-filter: blur(0.25rem);
}

.blog-preview-img {
  hyphens: none;
  word-wrap: normal;
  word-break: keep-all;
}

a.blog-preview-img:hover,
a.blog-preview-img:hover h3,
a.blog-preview-img:hover .h3 {
  text-decoration: underline;
  text-decoration-color: rgb(255, 255, 255);
}

a.blog-preview-img > h3 > span.series, a.blog-preview-img > .h3 > span.series {
  display: block;
  font-size: 1.1rem;
  color: #97d5c9;
  color: rgb(255, 255, 255);
  margin-bottom: 0.25rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-transform: none;
}

a.blog-preview-img:hover > h3 > span.series, a.blog-preview-img:hover > .h3 > span.series {
  color: rgb(255, 255, 255) !important;
}

.fr-3-col-row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.fr-3-col-row .fr-col {
  width: 100%;
}

.fr-3-col-row .fr-col ul.chevlist li {
  min-height: 70px;
}

h3.fr-sub-cat, .fr-sub-cat.h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  width: 100%;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  color: #333;
}

.list-2-col,
ul.list-2-col,
.list-3-col,
ul.list-3-col,
.list-4-col,
ul.list-4-col {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 0.5rem;
}

.list-2-col {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.list-2-col.no-contain {
  max-width: unset;
}

.fr-2-col-row .fr-col ul.chevlist li > a,
.fr-3-col-row .fr-col ul.chevlist li > a,
.fr-4-col-row .fr-col ul.chevlist li > a {
  color: #5949a7 !important;
  text-decoration: underline;
}

.fr-2-col-row .fr-col ul.chevlist li > a:hover,
.fr-3-col-row .fr-col ul.chevlist li > a:hover,
.fr-4-col-row .fr-col ul.chevlist li > a:hover {
  color: #201547 !important;
  text-decoration: underline;
}

.list-2-col li,
ul.list-2-col li,
.list-3-col li,
ul.list-3-col li,
.list-4-col li,
ul.list-4-col li {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.list-2-col.inner-pg li,
ul.list-2-col.inner-pg li,
.list-3-col.inner-pg li,
ul.list-3-col.inner-pg li,
.list-4-col.inner-pg li,
ul.list-4-col.inner-pg li {
  min-height: unset;
}

.list-2-col li {
  width: 50%;
}

.list-3-col li {
  width: 33.3%;
}

.list-4-col li {
  width: 25%;
}

.list-2-col li a,
ul.list-2-col li a,
.list-3-col li a,
ul.list-3-col li a,
.list-4-col li a,
ul.list-4-col li a {
  hyphens: none;
  word-break: keep-all;
  color: #5949a7 !important;
  text-decoration: underline !important;
}

.list-2-col li a:hover,
ul.list-2-col li a:hover,
.list-3-col li a:hover,
ul.list-3-col li a:hover,
.list-4-col li a:hover,
ul.list-4-col li a:hover {
  color: #201547 !important;
  text-decoration: underline !important;
}

/* blog equations */
h1.how-does-heloc-heading,
.how-does-heloc-heading {
  text-align: center;
}

h1 .part-num,
.part-num {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  padding-left: 1rem;
  border-left: 2px solid #d9d9d9;
  margin-left: 0.5rem;
  color: #333;
}

h3.heloc-blog-subtitle,
.heloc-blog-subtitle {
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #333333;
  padding-bottom: 1rem;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}

.heloc-part {
  color: #333;
  font-weight: 400;
  font-size: 1rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.heloc-part:after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #d9d9d9;
}

.heloc-part.active {
  color: #111;
}

.heloc-part.active:after {
  background-color: #97d5c9;
}

.heloc-blog-title-link {
  hyphens: none;
  word-break: keep-all;
}

.heloc-blog-title-link a {
  hyphens: none;
  word-break: keep-all;
  font-size: 1.1rem;
  font-weight: 400;
  color: #5949a7;
}

.heloc-blog-title-link a.active {
  pointer-events: none !important;
  color: #333;
  font-weight: 400;
}

.heloc-blog-title-link a.active:hover {
  pointer-events: none !important;
  color: #333;
  font-weight: 400;
  text-decoration: none !important;
  cursor: text;
}

.home-equity-equation {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}

.eq-val-1,
.eq-val-2 {
  width: 190px;
  text-align: center;
  padding: 0 0.5rem;
}

.eq-val-3,
.eq-total {
  width: 190px;
  padding: 0 0.5rem;
  text-align: center;
}

.home-equity-equation .title-label {
  font-weight: 400;
  margin-bottom: 0;
}

.multiply-symbol,
.minus-symbol,
.plus-symbol,
.equals-symbol {
  width: 20px;
  text-align: center;
}

.equals-symbol {
  color: #5949a7;
  font-size: 1.95rem;
  font-weight: bold;
  font-family: Domine;
}

/* --------------------------------------------------------------------------------------------------- */
/* featured 30% icon/70% copy and 70% icon/30% copy rows */
.row-featured-icon-copy {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #d9d9d9;
}

.row-featured-icon-copy.rfic-last {
  border-bottom: 0 !important;
}

.row-featured-icon-copy .large-7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  display: flex;
  align-items: center;
}

.row-featured-icon-copy .columns.large-7 p {
  font-size: 1.15rem;
}

.row-featured-icon-copy .columns.large-5 .feat-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  height: 100%;
}

.row-featured-icon-copy .columns.large-5 .feat-icon-wrap .feat-icon-img {
  width: 150px;
}

.row-featured-icon-copy .columns.large-5 .feat-icon-wrap .feat-icon-img img {
  border-radius: 50%;
  width: 150px;
  height: auto;
}

/* emphasized featured 30% icon/70% copy and 70% icon/30% copy rows (blue bg) */
.row-featured-icon-copy.emphasized {
  background-color: #5949a7;
  position: relative;
  z-index: 1;
}

.row-featured-icon-copy.emphasized:after {
  position: absolute;
  content: "";
  top: 0;
  left: -300%;
  left: -100vw;
  height: 100%;
  width: 600%;
  width: 200vw;
  background-color: #5949a7;
  z-index: -1;
}

.row-featured-icon-copy.emphasized .large-7,
.row-featured-icon-copy.emphasized .large-7:after,
.row-featured-icon-copy.no-swap-sm.emphasized .columns.large-7::after,
.row-featured-icon-copy.swap-col-sm.emphasized .columns.large-7::after {
  background-color: transparent;
}

.row-featured-icon-copy.emphasized .large-7 p,
.row-featured-icon-copy.emphasized .columns.large-5 .feat-icon-wrap .feat-mem-info,
.row-featured-icon-copy.emphasized .columns.large-5 .feat-icon-wrap .feat-mem-info p {
  color: rgb(255, 255, 255) !important;
}

/* Row full width - half image/half copy */
.row-full-half-image {
  margin-bottom: 0 !important;
}

.row-full-half-image .copy-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  max-width: 640px;
}

.row-full-half-image .copy-col.left {
  margin-left: auto;
}

.row-full-half-image .copy-col.right {
  margin-right: auto;
}

.row-full-half-image .copy-col h3, .row-full-half-image .copy-col .h3 {
  padding-bottom: 1rem;
}

.row-full-half-image .copy-col p {
  font-size: 1.1rem;
}

.row-full-half-image .img-col {
  background-size: cover;
  background-position: center center;
  padding: 4rem 2rem;
  height: 600px;
  min-height: 600px;
}

.row-feat-mem-xl .copy-col .meet-mem {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #666;
  margin-bottom: 0.5rem;
}

.row-feat-mem-xl .copy-col .h2-section {
  margin-bottom: 0.5rem;
}

.row-feat-mem-xl .copy-col .mem-biz {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 1rem;
}

#lady-la-mm.row-feat-mem-xl .img-col {
  background-image: url(/media/opimi0hn/lady-la-with-sfe-cc_1000x12000.webp);
  background-position: center center;
}

#chris-mp.row-feat-mem-xl .img-col {
  background-image: url(/media/3117/chris-picking-up-andrea_920x920.jpg);
}

#mike-sfe.row-feat-mem-xl .img-col {
  background-image: url(/media/3122/mike-on-phone_920x920.jpg);
}

#kimberly-pg.row-feat-mem-xl .img-col {
  background-image: url(/media/3119/horton-family-at-picnic-table_920x920.jpg);
  background-position: center bottom;
}

.row-fw-img {
  height: 500px;
  margin-bottom: 0 !important;
  background-size: cover;
  background-position: center;
}

.row-fw-img.fw-ll {
  background-image: url(/media/3116/lady-la-sitting-on-back-of-mahalo-made-airstream_1600x1000.jpg);
}

.row-fw-img.fw-cp {
  background-image: url(/media/3112/andrea-chris-walking_1600x1000.jpg);
}

.row-fw-img.fw-ms {
  background-image: url(/media/3115/mike-sitting-in-front-of-sfe-store_1600x1000.jpg);
}

.row-fw-img.fw-kh {
  background-image: url(/media/3113/horton-family-laughing_1600x600.jpg);
}

/* row that is not full width but has a full-width light grey background */
.row-light-grey-bg-after {
  position: relative;
  z-index: 10;
}

.row-light-grey-bg-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw; /* Set width to viewport width */
  height: 100%;
  background-color: #eeeeee;
  z-index: -1;
}

.row-light-blue-bg {
  position: relative;
}

.row-light-blue-bg > * {
  z-index: 2;
}

.row-light-blue-bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  width: calc(100% + 200vw);
  height: 100%;
  max-width: unset;
  margin-left: -100vw;
  margin-right: -100vw;
  background-color: #c2eaf5;
  z-index: 0;
}

/* let us help you get started - product cross sell */
.row-heading-icons-section {
  text-align: center;
  padding: 6rem 2rem;
  margin-bottom: 0 !important;
}

.row-heading-icons-section .row-heading-icons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  justify-content: space-evenly;
}

.row-heading-icons-section .row-heading-icons .icon-heading {
  text-align: center;
  padding: 0.25rem 1.5rem;
  flex: 1;
}

.row-heading-icons-section .row-heading-icons .icon-heading h4 a.icon-heading-link, .row-heading-icons-section .row-heading-icons .icon-heading .h4 a.icon-heading-link {
  text-align: center;
  display: block;
  color: #201547;
  font-weight: 700;
  transition: all 0.3s ease;
}

.row-heading-icons-section .row-heading-icons .icon-heading h4 a.icon-heading-link:hover, .row-heading-icons-section .row-heading-icons .icon-heading .h4 a.icon-heading-link:hover {
  text-decoration-thickness: 2px;
  color: #15284a;
}

.row-heading-icons-section .row-heading-icons .icon-heading h4 a.icon-heading-link img, .row-heading-icons-section .row-heading-icons .icon-heading .h4 a.icon-heading-link img {
  width: 150px;
  height: auto;
  margin: 0 auto 0.75rem;
  border-radius: 25%;
  transition: all 0.3s ease;
  padding: 1rem;
}

.row-heading-icons-section .row-heading-icons .icon-heading h4 a.icon-heading-link:hover img, .row-heading-icons-section .row-heading-icons .icon-heading .h4 a.icon-heading-link:hover img {
  border-radius: 50%;
  background-color: #b5e6f2;
  padding: 0;
}

/* back to top */
.back-to-top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  position: relative;
  z-index: 2;
}

.back-to-top::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #eeeeee;
  top: 50%;
  left: 0;
  z-index: 0;
}

.back-to-top .back-to-top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.1rem;
  padding: 2rem;
  background-color: rgb(255, 255, 255);
  z-index: 5;
}

.page-jump-anchor {
  height: 0;
  max-height: 0;
  position: absolute;
  margin-top: -100px;
}

/*-----------------------------------------------2023 updates-----------------------------------------*/
/* -- 2023 updates -- */
.video-wrap-wrap,
.fr-shadow {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15), 0 0 1.25rem rgba(0, 0, 0, 0.15);
}

.video-wrap-wrap,
.fr-shadow {
  transition: all 0.3s ease-in-out;
}

.video-wrap-wrap {
  margin-bottom: 1rem;
  margin-bottom: 1rem;
}

.box-bottom-line-1rem-expand {
  transition: all 0.3s ease-in-out;
  box-shadow: 0 3rem 0 -2rem #97d5c9;
}

.box-bottom-line-1rem-expand:hover {
  box-shadow: 0 1rem 0 0rem #97d5c9;
  box-shadow: 0 1rem 0 0rem #5949a7;
}

/* What We'll Cover & Key Takeaways */
.what-well-cover,
.what-we-covered {
  padding: 1.25rem 1.25rem 0.5rem;
  border: 1px solid #d9d9d9;
  max-width: 650px;
  display: inline-block;
}

h2.h2-wwc, .h2-wwc.h2 {
  font-size: 1.25rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}

ul.chevlist.wwc {
  margin-bottom: 0 !important;
}

ul.chevlist.wwc > li {
  font-size: 1rem;
  margin-bottom: 0 !important;
}

/* Tip call-outs */
.tip {
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ccc;
  z-index: 2;
  width: calc(100% - 1rem);
  padding: 1rem 1.25rem 1rem 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  background: rgb(255, 255, 255);
  background: -webkit-linear-gradient(135deg, rgb(255, 255, 255) 10%, rgb(239, 249, 252) 100%);
  background: linear-gradient(135deg, rgb(255, 255, 255) 10%, rgb(239, 249, 252) 100%);
  box-shadow: 0 1.5rem 1rem -1rem rgba(0, 0, 0, 0.15);
}

.tip:after {
  /* light bulb icon to the left of the tip */
  content: "";
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  left: -30px;
  top: 50%;
  background-image: url(/media/wu0h12wd/light-bulb_nightfall-150x150.webp);
  background-color: rgb(255, 255, 255);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tip > * {
  z-index: 10;
  margin-bottom: 0 !important;
  color: #201547 !important;
}

.tip-plain {
  position: relative;
  transition: all 0.3s ease-in-out;
  border: 1px solid #ccc;
  z-index: 2;
  width: calc(100% - 1rem);
  padding: 1rem 1.25rem 1rem 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  background: none;
}

.tip-plain:after {
  /* light bulb icon to the left of the tip */
  content: "";
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  left: -30px;
  top: 50%;
  background-image: url(/media/wu0h12wd/light-bulb_nightfall-150x150.webp);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tip-plain > * {
  z-index: 10;
  margin-bottom: 0 !important;
  color: #201547 !important;
}

/* CTAs within blog */
.blog-cta {
  padding: 2rem 1.5rem;
  background-color: #e7e5f3;
  margin-top: 1.25rem;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 1.5rem 1rem -1rem rgba(0, 0, 0, 0.15);
}

.blog-cta h3, .blog-cta .h3 {
  padding-bottom: 0.5rem;
}

.blog-cta.grid-30-70 {
  display: grid;
  grid-template-columns: 150px 1fr;
  grid-column-gap: 0.5rem;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}

.blog-cta.grid-30-70.long-title {
  grid-template-columns: 150px 1fr;
}

#smart-spending.blog-cta.grid-30-70 {
  grid-template-columns: 150px 1fr;
}

.blog-cta.grid-30-70 .col-icon,
.blog-cta.grid-30-70 .col-img {
  text-align: center;
}

.blog-cta.grid-30-70 .col-icon img,
.blog-cta.grid-30-70 .col-img img {
  max-width: 120px;
  width: 100%;
  height: auto;
  margin: 0 auto !important;
}

.blog-cta.grid-30-70 .col-copy {
  text-align: left;
}

.blog-cta.grid-30-70 .col-copy > * {
  width: 100%;
  text-align: left;
}

.blog-cta a.link-blue {
  position: relative;
  transition: all 0.3s ease-in-out;
  word-break: normal;
  -ms-word-break: keep-all;
  word-break: keep-all;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  padding-bottom: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none !important;
  font-weight: 400;
}

.blog-cta a.link-blue:after {
  content: "";
  position: absolute;
  width: 25%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0 !important;
  background-color: transparent !important;
  border-bottom: 3px solid #5949a7;
  transition: all 0.3s ease;
}

.blog-cta a.link-blue > i.fa-angle-double-right {
  transition: all 0.3s ease-in-out;
  transform: translateX(0rem);
  text-decoration: none !important;
  font-weight: bold;
  padding-left: 0.5rem;
}

.blog-cta a.link-blue:hover {
  text-decoration: none !important;
}

.blog-cta a:hover.link-blue:after {
  width: 50%;
  left: 0;
}

.blog-cta a.link-blue:hover > i.fa-angle-double-right {
  transform: translateX(0.5rem);
  text-decoration: none !important;
  color: #5949a7 !important;
}

/* CTA buttons */
.row-financial-resources .col-information p a.button.light-blue,
.row-financial-resources .col-information ul.checklist li a.button.light-blue,
.row-financial-resources .col-information ul.chevlist li a.button.light-blue,
.row-financial-resources .col-information ol li a.button.light-blue {
  color: rgb(255, 255, 255);
}

.row-financial-resources .col-information p a.button.light-blue:hover,
.row-financial-resources .col-information ul.checklist li a.button.light-blue:hover,
.row-financial-resources .col-information ul.chevlist li a.button.light-blue:hover,
.row-financial-resources .col-information ol li a.button.light-blue:hover {
  color: #5949a7 !important;
}

.row-financial-resources .col-information p a.button.light-blue-outline,
.row-financial-resources .col-information ul.checklist li a.button.light-blue-outline,
.row-financial-resources .col-information ul.chevlist li a.button.light-blue-outline,
.row-financial-resources .col-information ol li a.button.light-blue-outline {
  color: #5949a7 !important;
  border-color: #5949a7 !important;
}

.row-financial-resources .col-information p a.button.light-blue-outline:hover,
.row-financial-resources .col-information ul.checklist li a.button.light-blue-outline:hover,
.row-financial-resources .col-information ul.chevlist li a.button.light-blue-outline:hover,
.row-financial-resources .col-information ol li a.button.light-blue-outline:hover {
  color: rgb(255, 255, 255);
  border-color: #5949a7 !important;
  background-color: #5949a7 !important;
}

.row-financial-resources .col-information p a.button.white.light-blue-outline,
.row-financial-resources .col-information ul.checklist li a.button.white.light-blue-outline,
.row-financial-resources .col-information ul.chevlist li a.button.white.light-blue-outline,
.row-financial-resources .col-information ol li a.button.white.light-blue-outline {
  color: #5949a7 !important;
  border-color: #5949a7 !important;
  background-color: rgb(255, 255, 255) !important;
}

.row-financial-resources .col-information p a.button.white.light-blue-outline:hover,
.row-financial-resources .col-information ul.checklist li a.button.white.light-blue-outline:hover,
.row-financial-resources .col-information ul.chevlist li a.button.white.light-blue-outline:hover,
.row-financial-resources .col-information ol li a.button.white.light-blue-outline:hover {
  color: rgb(255, 255, 255);
  border-color: #5949a7 !important;
  background-color: #5949a7 !important;
}

/* 2-column list */
div.two-col-list {
  padding-bottom: 1rem;
  padding-top: 0.5rem;
}

div.two-col-list ul.checklist {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Pull Quotes */
div.pullquote {
  position: relative;
  padding: 6.5rem 1.5rem 2rem;
  background-color: #eeeeee;
  max-width: 360px;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

div.pullquote:before {
  position: absolute;
  content: "‘‘";
  left: 0rem;
  top: -5rem;
  width: auto;
  height: auto;
  font-family: Arial, sans-serif;
  font-size: 17rem;
  color: #5949a7;
  letter-spacing: -1.75rem;
  z-index: 1;
}

div.pullquote > * {
  position: relative;
  z-index: 10;
}

div.pullquote > p {
  font-size: 1.15rem;
}

div.pullquote > p.quote {
  font-weight: 300;
}

div.pullquote > p.author {
  color: #5949a7;
  font-weight: 400;
}

div.pullquote.nightfall {
  background-color: #201547 !important;
  color: rgb(255, 255, 255) !important;
}

div.pullquote.nightfall:before,
div.pullquote > p.author {
  color: #97d5c9 !important;
}

div.pullquote.nightfall > p.quote {
  color: rgb(255, 255, 255) !important;
}

/*Simple FAQs - static */
h3.h3-faq-question, .h3-faq-question.h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-align: left;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  padding-left: 2rem;
  position: relative;
}

h3.h3-faq-question:before, .h3-faq-question.h3:before {
  position: absolute;
  content: "?";
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Domine";
  font-weight: bold;
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 50%;
  margin-top: 0.5rem;
  background-color: #5949a7;
}

h3.h3-faq-question > span, .h3-faq-question.h3 > span {
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid #c2eaf5;
  padding-bottom: 0.25rem;
  width: 100%;
  display: block;
}

.answer-wrap {
  padding-left: 2rem;
  padding-bottom: 1rem;
}

/* Tables using <table> element ----------------------------- */
table.blog-table {
  border: 1px solid #ccc;
  margin-bottom: 0.75rem;
}

table.blog-table .blog-table-heading-row,
table.blog-table .blog-table-row {
  border-bottom: 1px solid #ccc;
}

table.blog-table .blog-heading-row,
table.blog-table tr.blog-table-heading-row,
table.blog-table .blog-table-heading-row th,
table.blog-table tr.blog-table-heading-row th {
  background-color: #e7e5f3;
  background-color: #eeeeee !important;
}

table.blog-table .blog-heading-row.blue,
table.blog-table tr.blog-table-heading-row.blue,
table.blog-table .blog-table-heading-row.blue th,
table.blog-table tr.blog-table-heading-row.blue th {
  background-color: #5949a7 !important;
  color: rgb(255, 255, 255);
}

table.blog-table .blog-table-row th {
  font-weight: 400;
}

table.blog-table .blog-table-heading-row th,
table.blog-table .blog-table-row th {
  text-align: left;
  padding: 0.5rem;
  font-size: 1.1rem;
  border-right: 1px solid #ccc;
  font-family: "Domine";
  font-weight: 700;
}

table.blog-table .blog-table-heading-row th.text-center {
  text-align: center !important;
}

table.blog-table .blog-table-row td {
  text-align: left;
  padding: 0.5rem;
  border-right: 1px solid #ccc;
  min-width: 90px;
}

table.blog-table tr.blog-table-row:nth-of-type(odd) th,
table.blog-table tr.blog-table-row:nth-of-type(odd) td {
  background-color: rgb(255, 255, 255);
  background-color: #e7e5f3;
}

table.blog-table tr.blog-table-row:nth-of-type(even) th,
table.blog-table tr.blog-table-row:nth-of-type(even) td {
  background-color: #e7e5f3;
  background-color: rgb(255, 255, 255);
}

table.blog-table .blog-table-row th strong,
table.blog-table .blog-table-row td strong {
  font-weight: bold;
}

/*---------------------------------------------------------------------------------------------------------*/
/*
Update Hero to include Share on Social icons
  - last updated: 2023-06-07 
  - Updated to not alter any rows that do not yet have Social Share icons added
*/
.hero-custom {
  height: 100%;
  min-height: 300px;
}

.hero-custom .columns.large-12,
.hero-custom .columns.large-12.row-contain {
  height: 100%;
  min-height: 300px;
  justify-content: space-between;
  justify-content: center;
  padding: 2.5rem 0 1rem;
  padding: 2.5rem 0 3.5rem;
}

#fr-hero-homepage.hero-custom .columns.large-12,
#fr-hero-homepage.hero-custom .columns.large-12.row-contain {
  padding: 3.5rem 0 3.5rem !important;
}

.hero-custom .columns.large-12 > h1.h1-hero, .hero-custom .columns.large-12 > .h1-hero.h1,
.hero-custom .columns.large-12.row-contain > h1.h1-hero {
  margin-top: auto;
  margin-top: unset;
}

.grid-2-hero.soc-share-pub-rev {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  padding: 1rem 0 0 !important;
  /*position: absolute;*/
  bottom: 0.75rem;
}

.grid-2-hero.soc-share-pub-rev .social-share {
  /*bottom left */
  position: relative !important;
  top: unset !important;
  right: unset !important;
  bottom: unset !important;
  left: unset !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.grid-2-hero.soc-share-pub-rev p.published-revised {
  /*bottom right */
  position: relative !important;
  top: unset !important;
  right: unset !important;
  bottom: unset !important;
  left: unset !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.grid-2-hero.soc-share-pub-rev div.published-revised {
  /*bottom right */
  position: relative !important;
  top: unset !important;
  right: unset !important;
  bottom: unset !important;
  left: unset !important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}

.grid-2-hero.soc-share-pub-rev div.published-revised p.p-published,
.grid-2-hero.soc-share-pub-rev div.published-revised p.p-revised {
  margin-bottom: 0 !important;
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: flex-end;
  margin-top: 0 !important;
  width: 260px;
  width: 275px;
}

.grid-2-hero.soc-share-pub-rev div.published-revised p.p-published .pr-label,
.grid-2-hero.soc-share-pub-rev div.published-revised p.p-revised .pr-label {
  padding-bottom: 0.1rem;
}

.social-share-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #201547;
  font-weight: 400;
  width: auto;
  display: inline-block;
  padding: 0 0.25rem 0 0 !important;
  margin: 0 !important;
}

/* ---------------- MEDIA QUERIES ---------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  main section#gridContent {
    overflow-y: hidden;
  }
  .hero-custom .large-12.columns .h1-hero,
  .hero-custom .row-contain.large-12.columns .h1-hero,
  .hero-custom .columns.large-12 .hero-subheading,
  .hero-custom .columns.large-12.row-contain .hero-subheading {
    padding: 0.25rem;
    width: 100%;
  }
  .row-financial-resources .col-menu .fr-menu-wrap,
  .row-financial-resources .columns.col-menu .fr-menu-wrap,
  .row-financial-resources .columns.large-5.col-menu .fr-menu-wrap,
  .row-financial-resources .columns.large-5.col-menu .fr-menu-wrap {
    top: 880px;
  }
}
@supports (-ms-ime-align: auto) {
  /* Edge v >78 */
  main section#gridContent {
    overflow-y: hidden;
  }
  .hero-custom .large-12.columns .h1-hero,
  .hero-custom .row-contain.large-12.columns .h1-hero,
  .hero-custom .columns.large-12 .hero-subheading,
  .hero-custom .columns.large-12.row-contain .hero-subheading {
    padding: 0.25rem;
    width: 100%;
  }
  .row-financial-resources .col-menu .fr-menu-wrap,
  .row-financial-resources .columns.col-menu .fr-menu-wrap,
  .row-financial-resources .columns.large-5.col-menu .fr-menu-wrap,
  .row-financial-resources .columns.large-5.col-menu .fr-menu-wrap {
    top: 950px;
  }
}
@media screen and (min-width: 1281px) {
  #fr-hero-homepage.hero-custom:after {
    margin-left: calc((100vw - 1280px) / -2);
  }
  #budgeting-hero.hero-custom.hero-fr {
    background-position-y: -4vw;
  }
  .row-video-feature-1-2 .col-1-featured-video .video-wrap-wrap {
    max-width: 100% !important;
  }
  #hl-all-links {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr !important;
    align-items: stretch;
  }
  #hl-all-links:before {
    display: none !important;
  }
  #hl-all-links > .fr-col,
  #mortgage-basics-col,
  #refinancing-col,
  #home-equity-col {
    width: 100% !important;
    transition: all 0.3s ease-in-out;
    background-color: rgb(255, 255, 255);
  }
  #hl-all-links > .fr-col:hover,
  #mortgage-basics-col:hover,
  #refinancing-col:hover,
  #home-equity-col:hover {
    background-color: #e7e5f3;
  }
  #mortgage-basics-col .chevlist.light-blue.text-1_1rem {
    display: grid;
    grid-template-columns: 240px 240px;
    grid-column-gap: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .hero-custom,
  .row-lbt-light {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
  .hero-custom.hero-fr {
    box-sizing: border-box;
  }
  .row-full-half-image {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .row-full-half-image .copy-col.left {
    padding-left: 1.25rem;
  }
  .row-full-half-image .copy-col.right {
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 1280px) and (min-width: 920px) {
  .row-full-half-image .img-col {
    min-height: unset;
    height: 550px;
  }
  /* Featured Member Testimonials - increase the width of the headshot/info column & decrease width of the quote column  */
  .row-featured-icon-copy .large-7 {
    width: 57%;
  }
  .row-featured-icon-copy .columns.large-5 {
    width: 43%;
  }
}
@media screen and (max-width: 1160px) {
  .row-covid-cig-testimonials {
    flex-direction: column;
  }
  .row-covid-cig-testimonials .columns.large-5,
  .row-covid-cig-testimonials .columns.large-6 {
    padding-right: 0.25rem;
    padding-bottom: 1.25rem;
    padding-left: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .fr-links.top-links.five-links {
    grid-template-columns: repeat(5, 1fr);
  }
  .fr-links.top-links.six-links {
    grid-template-columns: repeat(6, 1fr);
  }
  .fr-links.top-links.seven-links {
    grid-template-columns: repeat(7, 1fr);
  }
  .fr-links.top-links.eight-links {
    grid-template-columns: repeat(8, 1fr);
  }
  .fr-links.top-links.nine-links {
    grid-template-columns: repeat(9, 1fr);
  }
  #top-links.fr-homepage .fr-links.top-links.nine-links {
    grid-column-gap: 0.5rem;
  }
  #top-links.fr-homepage .fr-links .fr-link .fr-link-heading {
    height: 100%;
    display: flex;
    align-items: flex-start;
    align-items: center;
    justify-content: center;
  }
  .row-financial-resources .col-menu ul.fr-menu,
  .row-financial-resources .columns.col-menu ul.fr-menu,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu {
    width: calc(33.3333vw - 2.5rem);
    max-width: calc(426.6624px - 2.5rem);
  }
  .row-featured-icon-copy .columns.large-7 p {
    font-size: 1.25rem;
    width: 100%;
    max-width: 650px;
    margin-right: auto;
    text-align: left;
  }
  .row-featured-icon-copy.swap-col-sm .columns.large-7 p {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
  }
  /* ----------------------------------------------------------- */
  /* -- 2023 updates -- */
  .row-financial-resources {
    display: flex;
    align-items: stretch;
  }
  .row-financial-resources .col-menu,
  .row-financial-resources .columns.col-menu,
  .row-financial-resources .columns.large-5.col-menu,
  .row-financial-resources .columns.large-5.col-menu {
    position: relative;
  }
  .row-financial-resources .col-menu::after,
  .row-financial-resources .columns.col-menu::after,
  .row-financial-resources .columns.large-5.col-menu::after,
  .row-financial-resources .columns.large-5.col-menu::after {
    position: absolute;
    content: "";
    height: 150px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
  }
  /* 2-column list */
  ul.two-col-list,
  div.two-col-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.25rem;
  }
  /* Pull Quote */
  .row-flex.copy-with-quote {
    display: flex;
    align-items: stretch;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .row-flex.copy-with-quote > .col-left {
    width: 50%;
  }
  div.pullquote {
    max-width: 360px;
    width: calc(50% - 2.5rem);
    /*margin-left: 2.5rem;*/
  }
  .blog-cta.grid-30-70.short-copy {
    grid-template-columns: 150px 420px;
  }
  #all-links,
  .fr-3-col-row {
    align-items: stretch !important;
  }
  #all-links > .fr-col,
  #mortgage-basics-col,
  #refinancing-col,
  #home-equity-col,
  .fr-3-col-row > #savings-col,
  .fr-3-col-row > #budgeting-col,
  .fr-3-col-row > #financial-wellness-col {
    width: 100% !important;
    transition: all 0.3s ease-in-out;
    background-color: rgb(255, 255, 255);
  }
  #all-links > .fr-col:hover,
  #mortgage-basics-col:hover,
  #refinancing-col:hover,
  #home-equity-col:hover,
  .fr-3-col-row > #savings-col:hover,
  .fr-3-col-row > #budgeting-col:hover,
  .fr-3-col-row > #financial-wellness-col:hover {
    background-color: #e7e5f3;
  }
}
@media screen and (max-width: 1200px), (max-height: 600px) {
  .hero-custom {
    border-bottom: 0 !important;
    margin-bottom: 2rem !important;
    box-sizing: border-box;
  }
  #mobile-contact-links {
    z-index: 999;
    position: relative;
  }
  .row-financial-resources {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
  }
  .row-financial-resources .col-menu,
  .row-financial-resources .columns.col-menu,
  .row-financial-resources .columns.large-5.col-menu,
  .row-financial-resources .columns.large-5.col-menu {
    padding-top: 0;
    width: 100%;
    padding-top: 1.875rem;
    margin-bottom: 0;
  }
  .row-financial-resources .col-menu .fr-menu-wrap,
  .row-financial-resources .col-menu #frMenuFixed.fr-menu-wrap,
  .row-financial-resources .columns.col-menu .fr-menu-wrap,
  .row-financial-resources .columns.col-menu #frMenuFixed.fr-menu-wrap,
  .row-financial-resources .columns.large-5.col-menu .fr-menu-wrap,
  .row-financial-resources .columns.large-5.col-menu #frMenuFixed.fr-menu-wrap,
  .row-financial-resources .columns.large-5.col-menu .fr-menu-wrap,
  .row-financial-resources .columns.large-5.col-menu #frMenuFixed.fr-menu-wrap {
    position: relative;
    transform: none;
    top: 0 !important;
  }
  .row-financial-resources .col-menu .fr-menu-heading,
  .row-financial-resources .columns.col-menu .fr-menu-heading,
  .row-financial-resources .columns.large-5.col-menu .fr-menu-heading,
  .row-financial-resources .columns.large-5.col-menu .fr-menu-heading {
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
  }
  .row-financial-resources .col-menu ul.fr-menu,
  .row-financial-resources .columns.col-menu ul.fr-menu,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
    flex-wrap: wrap;
    padding-left: 0 !important;
    padding-left: 1rem !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .row-financial-resources .col-menu ul.fr-menu li,
  .row-financial-resources .columns.col-menu ul.fr-menu li,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li {
    padding-right: 1rem;
    padding-top: 0;
    padding-bottom: 1.5rem;
    width: 100%;
  }
  .row-financial-resources .col-menu ul.fr-menu li:last-of-type,
  .row-financial-resources .columns.col-menu ul.fr-menu li:last-of-type,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li:last-of-type,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li:last-of-type {
    width: 100%;
  }
  .row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item,
  .row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item.active,
  .row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item,
  .row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item.active,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.active,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.active {
    font-size: 1rem;
    display: block;
  }
  .row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item:after,
  .row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item.active:after,
  .row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item:after,
  .row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item.active:after,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item:after,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.active:after,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item:after,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.active:after {
    bottom: 1rem;
  }
  .row-financial-resources .col-information,
  .row-financial-resources .columns.large-7.col-information,
  .row-financial-resources .columns.large-7.col-information {
    width: 100%;
    padding-left: 1.25rem;
    border-left: none;
    padding-top: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .hidden-mobile,
  .hidden-xs,
  .display-none-sm,
  div.display-none-sm,
  .display-none-sm.columns {
    display: none !important;
  }
  .hero-custom.hero-fr {
    height: auto;
  }
  .hero-custom .large-12,
  .hero-custom .large-12.row-contain {
    height: 100% !important;
    min-height: 300px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #top-links.fr-homepage .fr-links.top-links {
    grid-column-gap: 0.25rem;
    grid-row-gap: 0.25rem;
  }
  #top-links.row-fr-links.hub-page .fr-links.top-links .fr-link,
  #top-links.row-fr-links.article-page .fr-links.top-links .fr-link {
    margin-bottom: 0 !important;
  }
  #top-links.row-fr-links.hub-page .fr-links .fr-link .fr-link-heading,
  #top-links.row-fr-links.article-page .fr-links .fr-link .fr-link-heading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .row-financial-resources .col-menu ul.fr-menu li,
  .row-financial-resources .columns.col-menu ul.fr-menu li,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li {
    width: 100%;
  }
  .row-video-feature-1-2 .col-1-featured-video .video-wrap-wrap {
    max-width: 328px;
  }
  /* --------------------------------------------------------------------------- */
  .swap-col-sm,
  .row-full-half-image.swap-col-sm,
  .row-flex.row-full-half-image.swap-col-sm,
  .row-full-half-image.col-swap,
  .row-phone-copy {
    flex-direction: column-reverse;
  }
  .row-phone-copy .copy-col,
  .row-full-half-image .copy-col {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: start;
    justify-content: center;
    max-width: unset;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .row-phone-copy .phone-col {
    margin-bottom: 0 !important;
  }
  .row-full-half-image.map-atm {
    padding-bottom: 2rem;
  }
  .row-full-half-image.map-atm.intro {
    padding-bottom: 0;
  }
  .row-full-half-image .img-col {
    min-height: 500px;
    height: 500px;
  }
  .row-full-half-image .copy-col.left,
  .row-full-half-image .copy-col.right {
    max-width: unset;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 4rem;
    margin-bottom: 0 !important;
  }
  .row-full-half-image .img-col {
    margin-bottom: 0 !important;
  }
  #lady-la-mm.row-full-half-image,
  #mike-sfe.row-full-half-image {
    flex-direction: column-reverse;
  }
  #lady-la-mm.row-full-half-image .img-col,
  #mike-sfe.row-full-half-image .img-col {
    margin-bottom: 0 !important;
  }
  #chris-mp.row-full-half-image,
  #kimberly-pg.row-full-half-image {
    flex-direction: column !important;
  }
  #chris-mp.row-full-half-image .copy-col,
  #kimberly-pg.row-full-half-image .copy-col {
    margin-bottom: 0 !important;
  }
  .row-featured-icon-copy {
    border-bottom: 0;
    border-top: 1px solid #d9d9d9;
  }
  .row-featured-icon-copy.rfic-last {
    border-bottom: 1px solid #ddd !important;
  }
  .row-featured-icon-copy .columns.large-5 {
    margin-bottom: -4.25rem !important;
    z-index: 2;
  }
  .row-featured-icon-copy .large-7 {
    margin-bottom: 0 !important;
  }
  .row-featured-icon-copy .columns.large-7 p {
    text-align: center;
    width: 100%;
  }
  #mobile-banking.swap-col-sm {
    padding-bottom: 2rem !important;
  }
  #mobile-banking.swap-col-sm > .large-6.columns {
    margin-bottom: 0 !important;
  }
  #mobile-banking.swap-col-sm > .large-6.columns > h2.h2-section-onbo, #mobile-banking.swap-col-sm > .large-6.columns > .h2-section-onbo.h2 {
    padding-top: 4rem;
  }
  .row-heading-icons-section .columns.large-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .row-heading-icons-section .row-heading-icons .icon-heading {
    padding: 0.25rem 1rem;
  }
  .row-heading-icons-section .row-heading-icons.four-col .icon-heading {
    width: 25%;
  }
  .row-heading-icons-section .row-heading-icons.five-col .icon-heading {
    width: 20%;
  }
  .row-heading-icons-section .row-heading-icons .icon-heading h4 a.icon-heading-link img, .row-heading-icons-section .row-heading-icons .icon-heading .h4 a.icon-heading-link img {
    padding: 0.5rem;
  }
  .button.dark-blue.marg-l-2rem {
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both;
    margin-top: 1rem;
    display: table;
  }
  #calc-resource-cards {
    display: flex;
    flex-direction: row;
    padding-left: 1.25rem;
  }
  #calc-resource-cards .large-3.columns {
    width: 25%;
    padding-left: 0;
    margin-bottom: 0;
  }
  .card.icon-card {
    padding: 2rem 1rem;
    box-shadow: 0 0.75rem 0.5rem rgba(0, 0, 0, 0.05);
  }
  .card.icon-card .icon-wrap {
    width: 100px;
    height: 100px;
  }
  .card.icon-card .card-text {
    min-height: 54px;
    line-height: 1.35;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .card.icon-card .card-heading {
    min-height: 54px;
    line-height: 1.35;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  #top-links.row-light-grey-bg-after.hub-page,
  #top-links.row-light-grey-bg-after.article-page,
  #top-links.row-light-grey-bg-after.hub-page:after,
  #top-links.row-light-grey-bg-after.article-page:after {
    background-color: #e7e5f3 !important;
  }
  #top-links.row-light-grey-bg-after.hub-page .fr-links .fr-link,
  #top-links.row-light-grey-bg-after.article-page .fr-links .fr-link {
    background-color: #e7e5f3;
  }
  /* ----------------------------------------------------------- */
  /* -- 2023 updates -- */
  /* Pull Quote */
  .row-flex.copy-with-quote {
    flex-direction: column-reverse;
    padding-top: 1rem;
  }
  .row-flex.copy-with-quote > .col-left {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .row-flex.copy-with-quote > div.pullquote {
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  div.pullquote > * {
    font-size: 1.1rem;
  }
  .blog-cta.grid-30-70,
  .blog-cta.grid-30-70.long-title,
  .blog-cta.grid-30-70.short-copy {
    grid-template-columns: 120px 1fr !important;
    padding-left: 0.25rem !important;
  }
}
@media screen and (max-width: 919px) {
  .hero-custom .large-12,
  .hero-custom .large-12.row-contain {
    padding: 3.5rem 0;
    height: 100% !important;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .fr-links.top-links.two-links {
    grid-template-columns: repeat(2, 1fr);
  }
  .fr-links.top-links.three-links,
  .fr-links.top-links.six-links {
    grid-template-columns: repeat(3, 1fr);
  }
  .fr-links.top-links.four-links,
  .fr-links.top-links.seven-links,
  .fr-links.top-links.eight-links {
    grid-template-columns: repeat(4, 1fr);
  }
  .fr-links.top-links.five-links,
  .fr-links.top-links.nine-links,
  .fr-links.top-links.ten-links {
    grid-template-columns: repeat(5, 1fr);
  }
  .fr-links.top-links .fr-link {
    width: 100% !important;
  }
  #top-links.row-fr-links.hub-page .fr-links.top-links.nine-links .fr-link:nth-of-type(1),
  #top-links.row-fr-links.article-page .fr-links.top-links.nine-links .fr-link:nth-of-type(1),
  #top-links.row-fr-links.hub-page .fr-links.top-links.nine-links .fr-link:nth-of-type(2),
  #top-links.row-fr-links.article-page .fr-links.top-links.nine-links .fr-link:nth-of-type(2),
  #top-links.row-fr-links.hub-page .fr-links.top-links.nine-links .fr-link:nth-of-type(3),
  #top-links.row-fr-links.article-page .fr-links.top-links.nine-links .fr-link:nth-of-type(3),
  #top-links.row-fr-links.hub-page .fr-links.top-links.nine-links .fr-link:nth-of-type(4),
  #top-links.row-fr-links.article-page .fr-links.top-links.nine-links .fr-link:nth-of-type(4),
  #top-links.row-fr-links.hub-page .fr-links.top-links.nine-links .fr-link:nth-of-type(5),
  #top-links.row-fr-links.article-page .fr-links.top-links.nine-links .fr-link:nth-of-type(5) {
    border-bottom: 1px solid #d9d9d9;
  }
  #top-links.row-fr-links.hub-page .fr-links.top-links.nine-links .fr-link:last-of-type,
  #top-links.row-fr-links.article-page .fr-links.top-links.nine-links .fr-link:last-of-type {
    border-right: 1px solid #d9d9d9;
  }
}
@media screen and (min-width: 768px) {
  .fr-3-col-row {
    flex-direction: row;
  }
  .fr-3-col-row .fr-col {
    /* width: 33.3%; */
    width: 33.3333333333% !important;
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
    margin-bottom: 0 !important;
  }
  .fr-3-col-row #mortgage-basics.fr-col {
    padding-left: 0;
    padding-right: 1rem;
  }
  .fr-3-col-row #refinancing.fr-col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .fr-3-col-row #home-equity.fr-col {
    padding-left: 1rem;
    padding-right: 0;
  }
  .fr-3-col-row .fr-col h3.fr-sub-cat, .fr-3-col-row .fr-col .fr-sub-cat.h3 {
    padding-top: 0.75rem;
    font-size: 1.5rem;
  }
  .mobile-page-jumps {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .hero-custom {
    background-size: auto 100%;
    background-position: center;
  }
  #fr-hero-homepage.hero-custom {
    height: auto !important;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  #top-links.hub-page > .large-12.columns,
  #top-links.article-page > .large-12.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: -1px;
    margin-right: -1px;
    width: calc(100vw + 2px);
  }
  #top-links.row-fr-links .fr-links .fr-link,
  #top-links.row-fr-links.fr-homepage .fr-links .fr-link {
    width: 100% !important;
  }
  #top-links.row-fr-links.hub-page .fr-links.top-links .fr-link,
  #top-links.row-fr-links.article-page .fr-links.top-links .fr-link {
    padding-top: 0.5rem;
  }
  .fr-links.top-links.two-links,
  .fr-links.top-links.three-links {
    grid-template-columns: 1fr;
  }
  .fr-links.top-links.four-links,
  .fr-links.top-links.five-links,
  .fr-links.top-links.six-links,
  .fr-links.top-links.seven-links,
  .fr-links.top-links.eight-links,
  .fr-links.top-links.ten-links {
    grid-template-columns: repeat(2, 1fr);
  }
  .fr-links.top-links.nine-links {
    grid-template-columns: repeat(3, 1fr);
  }
  .fr-links.top-links .fr-link {
    width: 100% !important;
  }
  #top-links.row-fr-links.hub-page .fr-links.top-links.nine-links .fr-link,
  #top-links.row-fr-links.article-page .fr-links.top-links.nine-links .fr-link {
    border-bottom: 1px solid #d9d9d9;
  }
  .fr-links .fr-link .img-wrap,
  .fr-links .fr-link .img-wrap img {
    width: 100%;
    height: auto;
    max-width: 50px;
  }
  #top-links.row-fr-links.hub-page .fr-links.top-links,
  #top-links.row-fr-links.article-page .fr-links.top-links {
    border-left: 1px solid #d9d9d9;
  }
  #top-links.row-fr-links.hub-page .fr-links.top-links .fr-link,
  #top-links.row-fr-links.article-page .fr-links.top-links .fr-link {
    border-left: 0 !important;
    border-right: 1px solid #d9d9d9;
    padding-left: calc(1rem + 1px);
  }
  h3.fr-sub-cat, .fr-sub-cat.h3 {
    width: 100%;
    padding-top: 1.25rem;
  }
  #key-values,
  #key-values.pad-v-4rem {
    padding-bottom: 2.5rem;
  }
  #calc-resource-cards .large-3.columns {
    width: 50%;
    margin-bottom: 1.5rem;
  }
  .card.icon-card .icon-wrap {
    width: 100px;
    height: 100px;
  }
  .card.icon-card .card-text {
    min-height: unset;
  }
  .card.icon-card .card-heading {
    min-height: unset;
  }
  #budget-worksheet.fr-section .fr-section-hero {
    background-position-y: top;
  }
  .bw-equation.row-flex.row-safari {
    flex-wrap: wrap;
    align-items: flex-end;
    padding-bottom: 1rem;
  }
  .bw-equation.row-flex.row-safari .bw-eq-col-lg {
    width: 50%;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0.75rem;
  }
  .bw-equation.row-flex.row-safari .bw-eq-col-lg.total-income-wrap {
    margin-left: 50%;
  }
  .bw-equation.row-flex.row-safari .bw-eq-col-lg.total-budget-wrap {
    position: relative;
    margin-top: 1.5rem;
  }
  .bw-equation.row-flex.row-safari .bw-eq-col-lg.total-budget-wrap:after {
    content: "";
    position: absolute;
    top: -0.75rem;
    right: -0.5rem;
    width: 100%;
    width: calc(100% + 4rem);
    height: 1px;
    background-color: #ccc;
    border-radius: 1px;
  }
  .bw-equation.row-flex.row-safari .bw-eq-col-lg .bw-box {
    width: 100%;
  }
  .bw-equation.row-flex.row-safari .bw-eq-col-lg .bw-eq-label {
    display: block;
    text-align: right;
  }
  .bw-equation.row-flex.row-safari .bw-eq-col-sm {
    width: 50%;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: right;
  }
  .list-2-col li,
  ul.list-2-col li,
  .list-3-col li,
  ul.list-3-col li,
  .list-4-col li,
  ul.list-4-col li {
    width: 50%;
  }
  /* ----------------------------------------- */
  .row-heading-icons-section .row-heading-icons {
    justify-content: flex-start;
  }
  .row-heading-icons-section .row-heading-icons .icon-heading {
    flex: unset;
  }
  .row-heading-icons-section .row-heading-icons.four-col .icon-heading {
    width: 50%;
  }
  .row-heading-icons-section .row-heading-icons.five-col .icon-heading {
    width: 33.3%;
  }
  .row-heading-icons-section .row-heading-icons.four-col .icon-heading:nth-of-type(3),
  .row-heading-icons-section .row-heading-icons .icon-heading:nth-of-type(4),
  .row-heading-icons-section .row-heading-icons .icon-heading:nth-of-type(5) {
    padding-top: 2rem;
  }
  .row-full-half-image .copy-col {
    padding-top: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .row-full-half-image .img-col {
    height: 350px;
  }
  .row-full-half-image.map-atm .img-col {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .card.icon-card .card-text {
    min-height: 54px;
  }
  .card.icon-card .card-heading {
    min-height: 54px;
  }
}
@media screen and (max-width: 480px) {
  .hero-custom {
    min-height: 250px;
  }
  .hero-custom .large-12,
  .hero-custom .large-12.row-contain {
    padding: 3rem 0 4rem;
  }
  .hero-custom .columns.large-12 .h1-hero,
  .hero-custom .columns.large-12.row-contain .h1-hero {
    font-size: 2.25rem;
  }
  #fr-hero-homepage.hero-custom {
    height: auto !important;
  }
  #fr-hero-homepage.hero-custom .columns.large-12 {
    padding-left: 0;
    padding-right: 0;
  }
  #fr-hero-homepage.hero-custom .columns.large-12 .h1-hero {
    font-size: 2.5rem;
  }
  #top-links.row-fr-links.hub-page .columns.large-12,
  #top-links.row-fr-links.article-page .columns.large-12 {
    padding-left: 0;
    padding-right: 0;
  }
  #top-links.row-fr-links.hub-page .fr-links.top-links,
  #top-links.row-fr-links.article-page .fr-links.top-links {
    border-right: 0 !important;
  }
  #top-links.row-fr-links .fr-links .fr-link,
  #top-links.row-fr-links.fr-homepage .fr-links .fr-link {
    width: 100%;
  }
  .fr-links.top-links .fr-link {
    width: 100%;
  }
  #top-links.row-fr-links.hub-page .fr-links.top-links .fr-link,
  #top-links.row-fr-links.article-page .fr-links.top-links .fr-link {
    width: 100%;
  }
  .fr-links .fr-link .img-wrap,
  .fr-links .fr-link .img-wrap img {
    width: 100%;
    height: auto;
  }
  #top-links.row-fr-links.fr-homepage .fr-links .fr-link .img-wrap,
  #top-links.row-fr-links.fr-homepage .fr-links .fr-link .img-wrap img {
    max-width: 48px;
  }
  #top-links.row-fr-links.hub-page .fr-links .fr-link .img-wrap,
  #top-links.row-fr-links.hub-page .fr-links .fr-link .img-wrap img,
  #top-links.row-fr-links.article-page .fr-links .fr-link .img-wrap,
  #top-links.row-fr-links.article-page .fr-links .fr-link .img-wrap img {
    max-width: 40px;
  }
  #calc-resource-cards .card icon-card .card-btn.wrap {
    min-height: 68px;
  }
  .row-financial-resources .col-menu,
  .row-financial-resources .columns.col-menu,
  .row-financial-resources .columns.large-5.col-menu,
  .row-financial-resources .columns.large-5.col-menu {
    padding-top: 0;
  }
  .row-financial-resources .col-menu ul.fr-menu,
  .row-financial-resources .columns.col-menu ul.fr-menu,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu {
    padding-left: 1rem !important;
    display: grid;
    grid-template-columns: 1fr !important;
    padding-bottom: 1rem;
  }
  .row-financial-resources .col-menu ul.fr-menu li,
  .row-financial-resources .columns.col-menu ul.fr-menu li,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li {
    width: 100%;
    padding-right: 1rem;
    padding-bottom: 0.75rem;
  }
  .row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item,
  .row-financial-resources .col-menu ul.fr-menu li a.fr-menu-item.active,
  .row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item,
  .row-financial-resources .columns.col-menu ul.fr-menu li a.fr-menu-item.active,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.active,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item,
  .row-financial-resources .columns.large-5.col-menu ul.fr-menu li a.fr-menu-item.active {
    font-size: 1rem;
    word-break: keep-all !important;
    hyphens: none !important;
  }
  .row-financial-resources .col-information,
  .row-financial-resources .columns.large-7.col-information,
  .row-financial-resources .columns.large-7.col-information {
    padding: 0;
    border: 0;
  }
  .row-financial-resources .col-information .fr-section.active,
  .row-financial-resources .columns.large-7.col-information .fr-section.active,
  .row-financial-resources .columns.large-7.col-information .fr-section.active {
    padding-top: 0;
  }
  .bw-equation.row-flex.row-safari .bw-eq-col-lg {
    width: 60%;
  }
  .bw-equation.row-flex.row-safari .bw-eq-col-lg.total-income-wrap {
    margin-left: 40%;
  }
  .bw-equation.row-flex.row-safari .bw-eq-col-lg.total-budget-wrap:after {
    width: calc(100% + 5rem);
  }
  .bw-equation.row-flex.row-safari .bw-eq-col-lg .bw-box {
    width: 100%;
  }
  .bw-equation.row-flex.row-safari .bw-eq-col-lg .bw-eq-label {
    display: block;
    text-align: right;
  }
  .bw-equation.row-flex.row-safari .bw-eq-col-sm {
    width: 40%;
  }
  .list-2-col,
  ul.list-2-col,
  .list-3-col,
  ul.list-3-col,
  .list-4-col,
  ul.list-4-col {
    padding-top: 2rem;
    background-color: #e7e5f3;
    max-height: 400px;
    overflow-y: auto;
    padding-left: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .list-2-col li,
  ul.list-2-col li,
  .list-3-col li,
  ul.list-3-col li,
  .list-4-col li,
  ul.list-4-col li {
    width: 100%;
    padding-left: 4rem;
  }
  .list-2-col li:last-of-type,
  ul.list-2-col li:last-of-type,
  .list-3-col li:last-of-type,
  ul.list-3-col li:last-of-type,
  .list-4-col li:last-of-type,
  ul.list-4-col li:last-of-type {
    /*border-bottom: 1rem solid $success;*/
    padding-bottom: 2rem;
  }
  /* ----------------------------------------------------------- */
  .row-lbt-light {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .row-lbt-light .columns.large-12.row-contain .h1-hero-lbt {
    font-size: 2.25rem;
  }
  .row-full-half-image .img-col {
    height: 250px;
  }
  .row-featured-icon-copy .columns.large-5 {
    margin-bottom: -4rem;
  }
  .row-featured-icon-copy .columns.large-5 .feat-icon-wrap .feat-icon-img,
  .row-featured-icon-copy .columns.large-5 .feat-icon-wrap .feat-icon-img img {
    width: 130px;
  }
  .row-featured-icon-copy .columns.large-5 .feat-icon-wrap .feat-mem-info p {
    line-height: 1.3;
  }
  .row-featured-icon-copy .columns.large-5 .feat-icon-wrap .feat-mem-info p.mem-name {
    font-size: 1.3rem;
  }
  .row-featured-icon-copy .columns.large-5 .feat-icon-wrap .feat-mem-info p.mem-since {
    font-size: 1.1rem !important;
  }
  .row-heading-icons-section .row-heading-icons.row-contain {
    width: 100%;
    max-width: 100%;
  }
  .row-heading-icons-section .row-heading-icons.four-col .icon-heading {
    width: 50%;
  }
  .row-heading-icons-section .row-heading-icons.four-col .icon-heading:nth-of-type(3) {
    padding-top: 2rem;
  }
  .row-heading-icons-section .row-heading-icons.five-col .icon-heading {
    width: 33.33333%;
    padding: 0.25rem 0.75rem;
  }
  .row-monsoon-grey-border .calcBtns {
    width: 100%;
    flex-direction: column;
    width: 100%;
  }
  .row-monsoon-grey-border .calcBtns a {
    width: 90%;
  }
  .hero-custom .columns.large-12,
  .hero-custom.columns.large-12.row-contain {
    padding-bottom: 7.5rem !important;
  }
  .grid-2-hero.soc-share-pub-rev {
    grid-template-columns: 1fr 1fr !important;
    grid-column-gap: 0;
    align-items: flex-start;
  }
  .grid-2-hero.soc-share-pub-rev .social-share {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-right: 0.25rem;
  }
  .grid-2-hero.soc-share-pub-rev .published-revised {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .grid-2-hero.soc-share-pub-rev .published-revised .pr-date {
    padding-bottom: 0.25rem;
  }
  .grid-2-hero.soc-share-pub-rev div.published-revised p.p-published,
  .grid-2-hero.soc-share-pub-rev div.published-revised p.p-revised {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }
}
.blog-categories .category-item {
  min-width: 120px;
  max-width: 180px;
  white-space: nowrap;
  position: relative;
  text-align: center;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
}
.blog-categories .category-item::after {
  content: "";
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  position: relative;
  width: 1px;
  right: 0;
  top: 0;
  height: 100%;
  min-height: 60px;
  background: var(--bs-light);
}
.blog-categories .category-item:last-child::after {
  content: "";
}
.blog-categories .category-item:hover {
  color: #d5eee9;
  font-weight: bold;
}
@media (max-width: 767px) {
  .blog-categories .category-item {
    background: #e7e5f3;
    min-height: 30px;
  }
  .blog-categories .category-item::after {
    all: unset;
  }
}

.section-fw {
  position: relative;
  z-index: 1;
}
.section-fw::before, .section-fw::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: var(--section-fw-bg, #f6f3f6);
  z-index: 0;
  pointer-events: none;
  display: block;
}
.section-fw * {
  position: relative;
  z-index: 1;
}
.section-fw.white-overlay {
  background-color: rgba(255, 255, 255, 0.8);
}
.section-fw.gradient-midnight {
  --section-fw-bg: linear-gradient(135deg, #201547 0%, #5949a7 100%);
}
.section-fw.gradient-horizon {
  --section-fw-bg: linear-gradient(135deg, #201547 0%, #97d5c9 100%);
}
.section-fw.gradient-vista {
  --section-fw-bg: linear-gradient(135deg, #97d5c9 0%, #e7e5f3 100%);
}
.section-fw.gradient-dawn {
  --section-fw-bg: linear-gradient(135deg, #e7e5f3 0%, #f6f3f6 100%);
}
.section-fw.dark {
  --section-fw-bg: #201547;
}
.section-fw.light {
  --section-fw-bg: #e7e5f3;
}
.section-fw.primary {
  --section-fw-bg: #5949a7;
}
.section-fw.secondary {
  --section-fw-bg: #201547;
}
.section-fw.info {
  --section-fw-bg: #d5eee9;
}
.section-fw.success {
  --section-fw-bg: #97d5c9;
}
.section-fw.lighter {
  --section-fw-bg: #f6f3f6;
}
.section-fw.bg-h-1-2:after, .section-fw.bg-h-1-2:before {
  height: 50%;
}
.section-fw.bg-h-1-3:after, .section-fw.bg-h-1-3:before {
  height: 33.3333333333%;
}
.section-fw.bg-h-2-5:after, .section-fw.bg-h-2-5:before {
  height: 40%;
}
.section-fw.bg-h-2-3:after, .section-fw.bg-h-2-3:before {
  height: 66.6666666667%;
}
.section-fw.bg-h-1-4:after, .section-fw.bg-h-1-4:before {
  height: 25%;
}
.section-fw.bg-h-3-4:after, .section-fw.bg-h-3-4:before {
  height: 75%;
}
.section-fw.bg-h-3-5:after, .section-fw.bg-h-3-5:before {
  height: 60%;
}
.section-fw.bg-h-4-5:after, .section-fw.bg-h-4-5:before {
  height: 80%;
}
.section-fw.bg-h-5-6:after, .section-fw.bg-h-5-6:before {
  height: 83.3333333333%;
}
.section-fw.bg-w-1-2, .section-fw.bg-w-1-3, .section-fw.bg-w-1-4, .section-fw.bg-w-1-5, .section-fw.bg-w-1-6, .section-fw.bg-w-2-3, .section-fw.bg-w-2-5, .section-fw.bg-w-3-4, .section-fw.bg-w-3-5, .section-fw.bg-w-4-5, .section-fw.bg-w-5-6, .section-fw.bg-h-1-2, .section-fw.bg-h-1-3, .section-fw.bg-h-1-4, .section-fw.bg-h-2-3, .section-fw.bg-h-2-5, .section-fw.bg-h-3-4, .section-fw.bg-h-3-5, .section-fw.bg-h-4-5, .section-fw.bg-h-5-6, .section-fw.bg-width {
  background-color: transparent !important;
}
.section-fw.bg-w-1-2:after, .section-fw.bg-w-1-2:before {
  width: calc((100vw - 1280px) / 2 + 640px);
}
.section-fw.bg-w-1-3:after, .section-fw.bg-w-1-3:before {
  width: calc((100vw - 1280px) / 2 + 426.6666666667px);
}
.section-fw.bg-w-2-3:after, .section-fw.bg-w-2-3:before {
  width: calc((100vw - 1280px) / 2 + 853.3333333333px);
}
.section-fw.bg-w-1-4:after, .section-fw.bg-w-1-4:before {
  width: calc((100vw - 1280px) / 2 + 320px);
}
.section-fw.bg-w-3-4:after, .section-fw.bg-w-3-4:before {
  width: calc((100vw - 1280px) / 2 + 960px);
}
.section-fw.bg-w-1-5:after, .section-fw.bg-w-1-5:before {
  width: calc((100vw - 1280px) / 2 + 256px);
}
.section-fw.bg-w-2-5:after, .section-fw.bg-w-2-5:before {
  width: calc((100vw - 1280px) / 2 + 512px);
}
.section-fw.bg-w-3-5:after, .section-fw.bg-w-3-5:before {
  width: calc((100vw - 1280px) / 2 + 768px);
}
.section-fw.bg-w-4-5:after, .section-fw.bg-w-4-5:before {
  width: calc((100vw - 1280px) / 2 + 1024px);
}
.section-fw.bg-w-1-6:after, .section-fw.bg-w-1-6:before {
  width: calc((100vw - 1280px) / 2 + 213.3333333333px);
}
.section-fw.bg-w-5-6:after, .section-fw.bg-w-5-6:before {
  width: calc((100vw - 1280px) / 2 + 1066.6666666667px);
}
.section-fw.bg-right:after, .section-fw.bg-right:before {
  left: unset !important;
  right: 0 !important;
  margin-left: unset !important;
  margin-right: calc((100vw - 1280px) / -2);
}
.section-fw.bg-bottom:after, .section-fw.bg-bottom:before {
  top: unset !important;
  bottom: 0 !important;
}
@media screen and (max-width: 1023px) {
  .section-fw.bg-half-height:after {
    height: 80%;
  }
  .section-fw.flex-column-reverse:after, .section-fw.flex-column-reverse:before {
    bottom: 0;
  }
  .section-fw:after, .section-fw:before {
    top: 0;
  }
  .section-fw, .section-fw.bg-height, .section-fw.bg-width {
    height: 100%;
  }
  .section-fw.bg-height:after, .section-fw.bg-height:before, .section-fw.bg-width:after, .section-fw.bg-width:before, .section-fw:after, .section-fw:before {
    display: block;
  }
  .section-fw.bg-width.bg-w-1-2:after, .section-fw.bg-width.bg-w-1-2:before, .section-fw.bg-width.bg-w-1-3, .section-fw.bg-width.bg-w-1-3 {
    margin-left: 0;
    width: 100vw;
    height: 50%;
  }
  .section-fw.bg-width.bg-w-1-3:after, .section-fw.bg-width.bg-w-1-3:before {
    margin-left: 0;
    width: 100vw;
    height: 25%;
  }
  .section-fw.bg-width.bg-w-2-3:after, .section-fw.bg-width.bg-w-2-3:before {
    margin-left: 0;
    width: 100vw;
    height: 90%;
  }
  .section-fw.bg-width.bg-w-1-4:after, .section-fw.bg-width.bg-w-1-4:before {
    margin-left: 0;
    width: 100vw;
    height: 33.3333333333%;
  }
  .section-fw.bg-width.bg-w-3-4:after, .section-fw.bg-width.bg-w-3-4:before {
    margin-left: 0;
    width: 100vw;
    height: 90%;
  }
}

.hero-row {
  background: linear-gradient(90deg, #201547 0%, #5949a7 60%, transparent 60%);
}

@media (max-width: 768px) {
  .hero-row {
    background: linear-gradient(135deg, #201547 0%, #5949a7 100%);
  }
}
.pattern-overlay {
  position: relative;
  z-index: 1;
}
.pattern-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://www.oneazcu.com/media/esoibozg/patter-light.webp");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom left;
  pointer-events: none;
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.bg-gradient-midnight {
  background: linear-gradient(135deg, #201547 0%, #5949a7 100%);
}

.bg-gradient-horizon {
  background: linear-gradient(135deg, #004053 0%, #97d5c9 100%);
}

.bg-gradient-vista {
  background: linear-gradient(135deg, #97d5c9 0%, #e7e5f3 100%);
}

.bg-gradient-dawn {
  background: linear-gradient(135deg, #e7e5f3 0%, rgb(255, 255, 255) 100%);
}

.bg-fw, #top-links,
#top-links.row-fr-links,
#top-links.pad-t-6rem.pad-b-6rem,
#top-links.pad-v-6rem,
#top-links.fr-homepage,
#top-links.row-fr-links.fr-homepage {
  position: relative;
}

.bg-fw:has(> .large-12), #top-links:has(> .large-12),
#top-links.row-fr-links:has(> .large-12),
#top-links.pad-t-6rem.pad-b-6rem:has(> .large-12),
#top-links.pad-v-6rem:has(> .large-12),
#top-links.fr-homepage:has(> .large-12),
#top-links.row-fr-links.fr-homepage:has(> .large-12) {
  width: 100vw;
}

.bg-fw:after, #top-links:after,
#top-links.row-fr-links:after,
#top-links.pad-t-6rem.pad-b-6rem:after,
#top-links.pad-v-6rem:after,
#top-links.fr-homepage:after,
#top-links.row-fr-links.fr-homepage:after,
.bg-fw:before,
#top-links:before,
#top-links.row-fr-links:before,
#top-links.pad-t-6rem.pad-b-6rem:before,
#top-links.pad-v-6rem:before,
#top-links.fr-homepage:before,
#top-links.row-fr-links.fr-homepage:before {
  position: absolute;
  content: "";
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 1;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.bg-fw:after, #top-links:after,
#top-links.row-fr-links:after,
#top-links.pad-t-6rem.pad-b-6rem:after,
#top-links.pad-v-6rem:after,
#top-links.fr-homepage:after,
#top-links.row-fr-links.fr-homepage:after {
  background-color: inherit;
}

.bg-fw.bg-half-height:after, .bg-half-height#top-links:after,
.bg-half-height#top-links.pad-t-6rem.pad-b-6rem:after {
  height: 60%;
  height: calc(100% - 3.5rem - 163px);
}

.bg-blue-gradient > *,
.bg-fw > *,
#top-links > *,
#top-links.row-fr-links > *,
#top-links.pad-t-6rem.pad-b-6rem > *,
#top-links.pad-v-6rem > *,
#top-links.fr-homepage > *,
#top-links.row-fr-links.fr-homepage > *,
.bg-two-gradients > * {
  z-index: 3;
}

.bg-fw.bg-nightfall-desert-sky:after, .bg-nightfall-desert-sky#top-links:after,
.bg-nightfall-desert-sky#top-links.pad-t-6rem.pad-b-6rem:after,
.bg-fw.bg-midnight:after,
.bg-midnight#top-links:after,
.bg-midnight#top-links.pad-t-6rem.pad-b-6rem:after {
  background: linear-gradient(90deg, #201547 0, #5949a7 100%);
}

.bg-fw.bg-nightfall-desert-sky-gradient-v:after, .bg-nightfall-desert-sky-gradient-v#top-links:after,
.bg-nightfall-desert-sky-gradient-v#top-links.pad-t-6rem.pad-b-6rem:after,
.bg-fw.bg-midnight-v:after,
.bg-midnight-v#top-links:after,
.bg-midnight-v#top-links.pad-t-6rem.pad-b-6rem:after {
  background: linear-gradient(0deg, #5949a7 0, #201547 100%);
}

.white-to-palm-one-stop::after,
.primary-lighten::after {
  background-image: linear-gradient(43deg, #5949a7 7.74%, rgb(117.2125, 102.6125, 188.3875) 17.16%, #5949a7 7.74%, rgb(181.3875, 173.5875, 219.4125) 54.98%, #e7e5f3 88.21%);
}

.palm-white-to-top-left::after {
  background: linear-gradient(135deg, #e7e5f3 0%, rgb(255, 255, 255) 100%);
}

.bg-fw.bg-v-white-to-lightest-blue::after, .bg-v-white-to-lightest-blue#top-links::after,
.bg-v-white-to-lightest-blue#top-links.pad-t-6rem.pad-b-6rem::after {
  background: linear-gradient(135deg, #e7e5f3 0%, rgb(255, 255, 255) 100%);
}

.bg-fw.bg-v-lightest-blue-palm-springs::after, .bg-v-lightest-blue-palm-springs#top-links::after,
.bg-v-lightest-blue-palm-springs#top-links.pad-t-6rem.pad-b-6rem::after {
  background: linear-gradient(135deg, #97d5c9 0%, #e7e5f3 100%);
}

.bg-blue-dark-to-medium-up:after {
  background: linear-gradient(135deg, #004053 0%, #97d5c9 100%);
}

.bg-blue-dark-to-medium-down:after,
.bg-midnight-v-reverse {
  background: linear-gradient(0deg, #201547 0, #5949a7 100%);
}

.bg-white-light-palm-radial:after {
  background-image: radial-gradient(circle, #97d5c9, #a3d9cf, #afdde0, #bbe1eb, #c8e5f3, #d3e9f7, #dff0fa, #ebf5fd, #f4f9ff, #f9fbff, #fcfdff, #ffffff);
}

.bg-white-light-palm-up:after,
.bg-white-primary-up:after {
  background-image: linear-gradient(to top, #5949a7, #5a56aa, #6762b5, #747ec0, #8189cb, #8d95d6, #99a1e1, #a5adeb, #b1b9f4, #bcc5fc, #d0d5ff, #ffffff);
}

.bg-white-light-palm-down:after,
.bg-white-primary-down:after {
  background-image: linear-gradient(to bottom, #5949a7, #5a56aa, #6762b5, #747ec0, #8189cb, #8d95d6, #99a1e1, #a5adeb, #b1b9f4, #bcc5fc, #d0d5ff, #ffffff);
}

.bg-blue-gradient,
.bg-two-gradients {
  position: relative;
  z-index: 1;
}

.bg-blue-gradient:after,
.bg-contigo-gradient:after,
.bg-contigo-gradient:before,
.bg-nightfall-purple-gradient:after,
.bg-nightfall-purple-gradient:before,
.bg-purple-nightfall-gradient:after,
.bg-purple-nightfall-gradient:before,
.bg-two-gradients:after,
.bg-two-gradients:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  display: block;
}

.bg-blue-gradient:after,
.bg-success-primary:after {
  background: linear-gradient(135deg, #97d5c9 -25%, #5949a7 100%);
  z-index: 2;
}

#row-how-to-propel.bg-blue-gradient:after {
  background: linear-gradient(-45deg, #97d5c9 -75%, #5949a7 100%);
}

.bg-two-gradients:after {
  clip-path: polygon(50vw 0, 100vw 0, 100vw 100%, 25vw 100%);
}

.bg-two-gradients.left-blues.right-purple-nightfall:before {
  background: linear-gradient(180deg, #97d5c9 0, #5949a7 100%);
  z-index: 1;
}

.bg-two-gradients.left-blues.right-purple-nightfall:after {
  background: linear-gradient(0deg, #201547 0, #201547 150%);
  z-index: 2;
  clip-path: polygon(50vw 0, 100vw 0, 100vw 100%, 25vw 100%);
}

.bg-112e51,
.bg-dark-blue,
.bg-nightfall,
.bg-dark {
  background-color: #201547;
}

.bg-0071bc,
.bg-blue,
.bg-desert-sky,
.bg-primary {
  background-color: #5949a7;
}

.bg-info,
.bg-palm-springs {
  background-color: #97d5c9;
}

.bg-light,
.bg-light-blue {
  background-color: #e7e5f3;
}

.bg-lighter,
.bg-lighter-blue {
  background-color: #d5eee9;
}

.bg-e8f7fb,
.bg-lightest-blue,
.bg-primary-subtle {
  background-color: rgb(221.8, 218.6, 237.4);
}

.bg-fff,
.bg-ffffff,
.bg-white {
  background-color: #fff;
}

.bg-f9f9f9,
.bg-lightest-gray,
.bg-lightest-grey {
  background-color: #f9f9f9;
}

.bg-eee,
.bg-eeeeee,
.bg-light-grey,
.bg-light-grey.eee,
.bg-light-grey.eeeeee {
  background-color: #eee;
}

.bg-666,
.bg-666666,
.bg-grey {
  background-color: #666;
}

.bg-333,
.bg-333333,
.bg-dark-grey {
  background-color: #333;
}

.bg-222,
.bg-222222,
.bg-darkest-grey {
  background-color: #222;
}

.bg-1C3664 {
  background-color: #201547;
}

.bg-238ACB {
  background-color: #5949a7;
}

/* AZ Credit Union Week Colors*/
.bg-azcuw-dark {
  background-color: var(--oaz-azcuw-dark);
}

.bg-azcuw-light {
  background-color: var(--oaz-azcuw-light);
}

.text-azcuw-dark {
  color: var(--oaz-azcuw-dark);
}

.text-azcuw-light {
  color: var(--oaz-azcuw-light);
}

/*EOS AZ Credit Union Week Colors*/
@media (min-width: 769px) {
  .bg-height.bg-h-1-2:after,
  .bg-height.bg-h-1-2:before,
  .bg-height.bg-h-half:after,
  .bg-height.bg-h-half:before,
  .bg-height.bg-half-h:after,
  .bg-height.bg-half-h:before {
    height: 50%;
  }
  .bg-height.bg-h-1-3:after,
  .bg-height.bg-h-1-3:before,
  .bg-height.bg-h-one-third:after,
  .bg-height.bg-h-one-third:before {
    height: 33.3333333333%;
  }
  .bg-height.bg-h-2-5:after,
  .bg-height.bg-h-2-5:before,
  .bg-height.bg-h-two-fifths:after,
  .bg-height.bg-h-two-fifths:before {
    height: 40%;
  }
  .bg-height.bg-h-2-3:after,
  .bg-height.bg-h-2-3:before,
  .bg-height.bg-h-two-thirds:after,
  .bg-height.bg-h-two-thirds:before {
    height: 66.6666666667%;
  }
  .bg-height.bg-h-1-4:after,
  .bg-height.bg-h-1-4:before,
  .bg-height.bg-h-one-fourth:after,
  .bg-height.bg-h-one-fourth:before {
    height: 25%;
  }
  .bg-height.bg-h-3-4:after,
  .bg-height.bg-h-3-4:before,
  .bg-height.bg-h-three-fourths:after,
  .bg-height.bg-h-three-fourths:before {
    height: 75%;
  }
  .bg-height.bg-h-3-5:after,
  .bg-height.bg-h-3-5:before,
  .bg-height.bg-h-three-fifths:after,
  .bg-height.bg-h-three-fifths:before {
    height: 60%;
  }
  .bg-height.bg-h-4-5:after,
  .bg-height.bg-h-4-5:before,
  .bg-height.bg-h-four-fifths:after,
  .bg-height.bg-h-four-fifths:before {
    height: 80%;
  }
  .bg-height.bg-h-5-6:after,
  .bg-height.bg-h-5-6:before,
  .bg-height.bg-h-five-sixths:after,
  .bg-height.bg-h-five-sixths:before {
    height: 83.3333333333%;
  }
}
.bg-112e51.bg-height:after,
.bg-112e51.bg-width:after,
.bg-dark-blue.bg-height:after,
.bg-dark-blue.bg-width:after,
.bg-nightfall.bg-height:after,
.bg-nightfall.bg-width:after,
.bg-dark.bg-height:after,
.bg-dark.bg-width:after {
  background-color: #201547 !important;
}

.bg-0071bc.bg-height:after,
.bg-0071bc.bg-width:after,
.bg-blue.bg-height:after,
.bg-blue.bg-width:after,
.bg-desert-sky.bg-height:after,
.bg-desert-sky.bg-width:after,
.bg-primary.bg-height:after,
.bg-primary.bg-width:after {
  background-color: #5949a7 !important;
}

.bg-info.bg-height:after,
.bg-info.bg-width:after,
.bg-palm-springs.bg-height:after,
.bg-palm-springs.bg-width:after,
.bg-success.bg-height:after,
.bg-success.bg-width:after {
  background-color: #97d5c9 !important;
}

.bg-light.bg-height:after,
.bg-light.bg-width:after,
.bg-light-blue.bg-height:after,
.bg-light-blue.bg-width:after,
.bg-info.bg-height:after,
.bg-info.bg-width:after {
  background-color: #e7e5f3 !important;
}

.bg-lighter.bg-height:after,
.bg-lighter.bg-width:after,
.bg-lighter-blue.bg-height:after,
.bg-lighter-blue.bg-width:after,
.bg-info.bg-height:after,
.bg-info.bg-width:after {
  background-color: #d5eee9 !important;
}

.bg-fw.bg-height.bg-lightest-blue:after, .bg-height.bg-lightest-blue#top-links:after,
.bg-fw.bg-width.bg-lightest-blue:after,
.bg-width.bg-lightest-blue#top-links:after,
.bg-fw.bg-height.bg-info:after,
.bg-height.bg-info#top-links:after,
.bg-fw.bg-width.bg-info:after,
.bg-width.bg-info#top-links:after,
.bg-height.bg-e8f7fb:after,
.bg-height.bg-lightest-blue:after,
.bg-width.bg-e8f7fb:after,
.bg-width.bg-lightest-blue:after {
  background-color: #d5eee9 !important;
}

.bg-fff.bg-height:after,
.bg-fff.bg-width:after,
.bg-ffffff.bg-height:after,
.bg-ffffff.bg-width:after,
.bg-white.bg-height:after,
.bg-white.bg-width:after {
  background-color: rgb(255, 255, 255) !important;
}

.bg-f9f9f9.bg-height:after,
.bg-f9f9f9.bg-width:after,
.bg-lightest-gray.bg-height:after,
.bg-lightest-gray.bg-width:after,
.bg-lightest-grey.bg-height:after,
.bg-lightest-grey.bg-width:after,
.bg-lighter.bg-height:after,
.bg-lighter.bg-width:after {
  background-color: #f6f3f6 !important;
}

.bg-eee.bg-height:after,
.bg-eee.bg-width:after,
.bg-eeeeee.bg-height:after,
.bg-eeeeee.bg-width:after,
.bg-lighter.bg-height:after,
.bg-lighter.bg-width:after,
.bg-light-grey.bg-height:after,
.bg-light-grey.bg-width:after,
.bg-light-grey.eee.bg-height:after,
.bg-light-grey.eee.bg-width:after,
.bg-light-grey.eeeeee.bg-height:after,
.bg-light-grey.eeeeee.bg-width:after {
  background-color: #f6f3f6 !important;
}

.bg-666.bg-height:after,
.bg-666.bg-width:after,
.bg-666666.bg-height:after,
.bg-666666.bg-width:after,
.bg-grey.bg-height:after,
.bg-grey.bg-width:after {
  background-color: #666 !important;
}

.bg-333.bg-height:after,
.bg-333.bg-width:after,
.bg-333333.bg-height:after,
.bg-333333.bg-width:after,
.bg-dark-grey.bg-height:after,
.bg-dark-grey.bg-width:after {
  background-color: #333 !important;
}

.bg-222.bg-height:after,
.bg-222.bg-width:after,
.bg-222222.bg-height:after,
.bg-222222.bg-width:after,
.bg-darkest-grey.bg-height:after,
.bg-darkest-grey.bg-width:after {
  background-color: #222 !important;
}

.bg-azcuw-dark.bg-height:after,
.bg-azcuw-dark.bg-width:after {
  background-color: var(--oaz-azcuw-dark);
}

.bg-contigo-gradient:before,
.bg-nightfall-purple-gradient:after {
  background: linear-gradient(180deg, #201547 0, #201547 150%);
}

.bg-purple-nightfall-gradient:after {
  background: linear-gradient(0deg, #201547 0, #201547 150%);
}

.bg-contigo-gradient:after {
  background-image: url(/media/q0sbzgzp/contigo_pattern_repeat-tile_250x250_nightfall-web.webp);
  background-size: 220px auto;
}

@media screen and (min-width: 1281px) {
  .bg-fw.bg-height, .bg-height#top-links,
  .bg-height#top-links.pad-t-6rem.pad-b-6rem,
  .bg-fw.bg-w-1-2,
  .bg-w-1-2#top-links,
  .bg-w-1-2#top-links.pad-t-6rem.pad-b-6rem,
  .bg-fw.bg-w-1-3,
  .bg-w-1-3#top-links,
  .bg-w-1-3#top-links.pad-t-6rem.pad-b-6rem,
  .bg-fw.bg-w-1-4,
  .bg-w-1-4#top-links,
  .bg-w-1-4#top-links.pad-t-6rem.pad-b-6rem,
  .bg-fw.bg-w-1-5,
  .bg-w-1-5#top-links,
  .bg-w-1-5#top-links.pad-t-6rem.pad-b-6rem,
  .bg-fw.bg-w-1-6,
  .bg-w-1-6#top-links,
  .bg-w-1-6#top-links.pad-t-6rem.pad-b-6rem,
  .bg-fw.bg-w-2-3,
  .bg-w-2-3#top-links,
  .bg-w-2-3#top-links.pad-t-6rem.pad-b-6rem,
  .bg-fw.bg-w-2-5,
  .bg-w-2-5#top-links,
  .bg-w-2-5#top-links.pad-t-6rem.pad-b-6rem,
  .bg-fw.bg-w-3-4,
  .bg-w-3-4#top-links,
  .bg-w-3-4#top-links.pad-t-6rem.pad-b-6rem,
  .bg-fw.bg-w-3-5,
  .bg-w-3-5#top-links,
  .bg-w-3-5#top-links.pad-t-6rem.pad-b-6rem,
  .bg-fw.bg-w-4-5,
  .bg-w-4-5#top-links,
  .bg-w-4-5#top-links.pad-t-6rem.pad-b-6rem,
  .bg-fw.bg-w-5-6,
  .bg-w-5-6#top-links,
  .bg-w-5-6#top-links.pad-t-6rem.pad-b-6rem,
  .bg-fw.bg-width,
  .bg-width#top-links,
  .bg-width#top-links.pad-t-6rem.pad-b-6rem,
  .bg-height,
  .bg-height.bg-h-1-2,
  .bg-height.bg-h-1-3,
  .bg-height.bg-h-1-4,
  .bg-height.bg-h-2-3,
  .bg-height.bg-h-2-5,
  .bg-height.bg-h-3-4,
  .bg-height.bg-h-3-5,
  .bg-height.bg-h-4-5,
  .bg-height.bg-h-5-6,
  .bg-height.bg-h-five-sixths,
  .bg-height.bg-h-four-fifths,
  .bg-height.bg-h-half,
  .bg-height.bg-h-one-fourth,
  .bg-height.bg-h-one-third,
  .bg-height.bg-h-three-fifths,
  .bg-height.bg-h-three-fourths,
  .bg-height.bg-h-two-fifths,
  .bg-height.bg-h-two-thirds,
  .bg-height.bg-half-h,
  .bg-width {
    background-color: transparent !important;
  }
  .bg-fw.bg-nightfall-desert-sky:after, .bg-nightfall-desert-sky#top-links:after,
  .bg-nightfall-desert-sky#top-links.pad-t-6rem.pad-b-6rem:after {
    background: linear-gradient(90deg, #201547 0, #5949a7 100%);
  }
  .bg-fw.bg-nightfall-desert-sky-gradient-v:after, .bg-nightfall-desert-sky-gradient-v#top-links:after,
  .bg-nightfall-desert-sky-gradient-v#top-links.pad-t-6rem.pad-b-6rem:after {
    background: linear-gradient(0deg, #5949a7 0, #201547 100%);
  }
  .bg-fw.bg-gradient-0071bc-light:after, .bg-gradient-0071bc-light#top-links:after,
  .bg-gradient-0071bc-light#top-links.pad-t-6rem.pad-b-6rem:after {
    background: linear-gradient(90deg, #5949a7 0, #e7e5f3 100%);
  }
  .bg-fw.bg-nightfall-purple-gradient:after, .bg-nightfall-purple-gradient#top-links:after,
  .bg-nightfall-purple-gradient#top-links.pad-t-6rem.pad-b-6rem:after {
    background: linear-gradient(180deg, #201547 0, #201547 150%);
  }
  .bg-fw.bg-purple-nightfall-gradient:after, .bg-purple-nightfall-gradient#top-links:after,
  .bg-purple-nightfall-gradient#top-links.pad-t-6rem.pad-b-6rem:after {
    background: linear-gradient(0deg, #201547 0, #201547 150%);
  }
  .bg-fw.bg-width.bg-w-1-2:after, .bg-width.bg-w-1-2#top-links:after,
  .bg-fw.bg-width.bg-w-1-2:before,
  .bg-width.bg-w-1-2#top-links:before {
    width: calc((100vw - 1280px) / 2 + 640px);
  }
  .bg-fw.bg-width.bg-w-1-3:after, .bg-width.bg-w-1-3#top-links:after,
  .bg-fw.bg-width.bg-w-1-3:before,
  .bg-width.bg-w-1-3#top-links:before {
    width: calc((100vw - 1280px) / 2 + 426.6666666667px);
  }
  .bg-fw.bg-width.bg-w-2-3:after, .bg-width.bg-w-2-3#top-links:after,
  .bg-fw.bg-width.bg-w-2-3:before,
  .bg-width.bg-w-2-3#top-links:before {
    width: calc((100vw - 1280px) / 2 + 853.3333333333px);
  }
  .bg-fw.bg-width.bg-w-1-4:after, .bg-width.bg-w-1-4#top-links:after,
  .bg-fw.bg-width.bg-w-1-4:before,
  .bg-width.bg-w-1-4#top-links:before {
    width: calc((100vw - 1280px) / 2 + 320px);
  }
  .bg-fw.bg-width.bg-w-3-4:after, .bg-width.bg-w-3-4#top-links:after,
  .bg-fw.bg-width.bg-w-3-4:before,
  .bg-width.bg-w-3-4#top-links:before {
    width: calc((100vw - 1280px) / 2 + 960px);
  }
  .bg-fw.bg-width.bg-w-1-5:after, .bg-width.bg-w-1-5#top-links:after,
  .bg-fw.bg-width.bg-w-1-5:before,
  .bg-width.bg-w-1-5#top-links:before {
    width: calc((100vw - 1280px) / 2 + 256px);
  }
  .bg-fw.bg-width.bg-w-2-5:after, .bg-width.bg-w-2-5#top-links:after,
  .bg-fw.bg-width.bg-w-2-5:before,
  .bg-width.bg-w-2-5#top-links:before {
    width: calc((100vw - 1280px) / 2 + 512px);
  }
  .bg-fw.bg-width.bg-w-3-5:after, .bg-width.bg-w-3-5#top-links:after,
  .bg-fw.bg-width.bg-w-3-5:before,
  .bg-width.bg-w-3-5#top-links:before {
    width: calc((100vw - 1280px) / 2 + 768px);
  }
  .bg-fw.bg-width.bg-w-4-5:after, .bg-width.bg-w-4-5#top-links:after,
  .bg-fw.bg-width.bg-w-4-5:before,
  .bg-width.bg-w-4-5#top-links:before {
    width: calc((100vw - 1280px) / 2 + 1024px);
  }
  .bg-fw.bg-width.bg-w-1-6:after, .bg-width.bg-w-1-6#top-links:after,
  .bg-fw.bg-width.bg-w-1-6:before,
  .bg-width.bg-w-1-6#top-links:before {
    width: calc((100vw - 1280px) / 2 + 213.3333333333px);
  }
  .bg-fw.bg-width.bg-w-5-6:after, .bg-width.bg-w-5-6#top-links:after,
  .bg-fw.bg-width.bg-w-5-6:before,
  .bg-width.bg-w-5-6#top-links:before {
    width: calc((100vw - 1280px) / 2 + 1066.6666666667px);
  }
  .bg-fw.bg-width.bg-right:after, .bg-width.bg-right#top-links:after,
  .bg-fw.bg-width.bg-right:before,
  .bg-width.bg-right#top-links:before {
    left: unset !important;
    right: 0 !important;
    margin-left: unset !important;
    margin-right: calc((100vw - 1280px) / -2);
  }
  .bg-fw.bg-height.bg-bottom:after, .bg-height.bg-bottom#top-links:after,
  .bg-fw.bg-height.bg-bottom:before,
  .bg-height.bg-bottom#top-links:before {
    top: unset !important;
    bottom: 0 !important;
  }
}
@media screen and (max-width: 1280px) {
  .bg-fw:after, #top-links:after,
  #top-links.row-fr-links:after,
  #top-links.pad-t-6rem.pad-b-6rem:after,
  #top-links.pad-v-6rem:after,
  #top-links.fr-homepage:after,
  #top-links.row-fr-links.fr-homepage:after {
    margin-left: 0;
  }
  .bg-fw.bg-nightfall-desert-sky, .bg-nightfall-desert-sky#top-links,
  .bg-nightfall-desert-sky#top-links.pad-t-6rem.pad-b-6rem {
    background: linear-gradient(90deg, #201547 0, #5949a7 100%);
  }
  .bg-fw.bg-nightfall-desert-sky-gradient-v, .bg-nightfall-desert-sky-gradient-v#top-links,
  .bg-nightfall-desert-sky-gradient-v#top-links.pad-t-6rem.pad-b-6rem {
    background: linear-gradient(0deg, #5949a7 0, #201547 100%);
  }
  .bg-fw.bg-gradient-0071bc-light, .bg-gradient-0071bc-light#top-links,
  .bg-gradient-0071bc-light#top-links.pad-t-6rem.pad-b-6rem {
    background: linear-gradient(90deg, #5949a7 0, #e7e5f3 100%);
  }
  .bg-fw.bg-gradient-0071bc-light:after, .bg-gradient-0071bc-light#top-links:after,
  .bg-gradient-0071bc-light#top-links.pad-t-6rem.pad-b-6rem:after,
  .bg-fw.bg-nightfall-desert-sky:after,
  .bg-nightfall-desert-sky#top-links:after,
  .bg-nightfall-desert-sky#top-links.pad-t-6rem.pad-b-6rem:after {
    display: none;
  }
  .palm-to-white-to-bottom::after {
    background: linear-gradient(180deg, #97d5c9 0, #fff 100%);
  }
  .palm-to-white-top-to-btm:after {
    background-image: linear-gradient(303deg, #fff -14.9%, #e7e5f3 82.56%);
  }
  .split-white-nightfall-fw:after {
    background-image: linear-gradient(90deg, #d5eee9 0, #d5eee9 50%, #201547 50%, #201547 100%);
    background-size: cover;
  }
  .split-desert-white-fw:after {
    background-image: linear-gradient(90deg, #d5eee9 0, #d5eee9 50%, #fff 50%, #fff 100%);
    background-size: cover;
  }
  .split-grey-white-fw:after {
    background-image: linear-gradient(90deg, #eee 0, #eee 50%, #fff 50%, #fff 100%);
    background-size: cover;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1024px) {
  .bg-fw.bg-width.bg-w-1-2:after, .bg-width.bg-w-1-2#top-links:after,
  .bg-fw.bg-width.bg-w-1-2:before,
  .bg-width.bg-w-1-2#top-links:before {
    margin-left: 0;
    width: 50vw;
  }
  .bg-fw.bg-width.bg-w-1-3:after, .bg-width.bg-w-1-3#top-links:after,
  .bg-fw.bg-width.bg-w-1-3:before,
  .bg-width.bg-w-1-3#top-links:before {
    margin-left: 0;
    width: 33.3333333333vw;
  }
  .bg-fw.bg-width.bg-w-2-3:after, .bg-width.bg-w-2-3#top-links:after,
  .bg-fw.bg-width.bg-w-2-3:before,
  .bg-width.bg-w-2-3#top-links:before {
    margin-left: 0;
    width: 66.6666666667vw;
  }
  .bg-fw.bg-width.bg-w-1-4:after, .bg-width.bg-w-1-4#top-links:after,
  .bg-fw.bg-width.bg-w-1-4:before,
  .bg-width.bg-w-1-4#top-links:before {
    margin-left: 0;
    width: 25vw;
  }
  .bg-fw.bg-width.bg-w-3-4:after, .bg-width.bg-w-3-4#top-links:after,
  .bg-fw.bg-width.bg-w-3-4:before,
  .bg-width.bg-w-3-4#top-links:before {
    margin-left: 0;
    width: 75vw;
  }
  .bg-fw.bg-width.bg-w-1-5:after, .bg-width.bg-w-1-5#top-links:after,
  .bg-fw.bg-width.bg-w-1-5:before,
  .bg-width.bg-w-1-5#top-links:before {
    margin-left: 0;
    width: 20vw;
  }
  .bg-fw.bg-width.bg-w-2-5:after, .bg-width.bg-w-2-5#top-links:after,
  .bg-fw.bg-width.bg-w-2-5:before,
  .bg-width.bg-w-2-5#top-links:before {
    margin-left: 0;
    width: 40vw;
  }
  .bg-fw.bg-width.bg-w-3-5:after, .bg-width.bg-w-3-5#top-links:after,
  .bg-fw.bg-width.bg-w-3-5:before,
  .bg-width.bg-w-3-5#top-links:before {
    margin-left: 0;
    width: 60vw;
  }
  .bg-fw.bg-width.bg-w-4-5:after, .bg-width.bg-w-4-5#top-links:after,
  .bg-fw.bg-width.bg-w-4-5:before,
  .bg-width.bg-w-4-5#top-links:before {
    margin-left: 0;
    width: 80vw;
  }
  .bg-fw.bg-width.bg-w-1-6:after, .bg-width.bg-w-1-6#top-links:after,
  .bg-fw.bg-width.bg-w-1-6:before,
  .bg-width.bg-w-1-6#top-links:before {
    margin-left: 0;
    width: 16.6666666667vw;
  }
  .bg-fw.bg-width.bg-w-5-6:after, .bg-width.bg-w-5-6#top-links:after,
  .bg-fw.bg-width.bg-w-5-6:before,
  .bg-width.bg-w-5-6#top-links:before {
    margin-left: 0;
    width: 83.3333333333vw;
  }
  .bg-fw.bg-width.bg-right:after, .bg-width.bg-right#top-links:after,
  .bg-fw.bg-width.bg-right:before,
  .bg-width.bg-right#top-links:before {
    left: unset !important;
    right: 0 !important;
    margin-left: unset !important;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .bg-fw:after, #top-links:after,
  #top-links.row-fr-links:after,
  #top-links.pad-t-6rem.pad-b-6rem:after,
  #top-links.pad-v-6rem:after,
  #top-links.fr-homepage:after,
  #top-links.row-fr-links.fr-homepage:after,
  .bg-fw:before,
  #top-links:before,
  #top-links.row-fr-links:before,
  #top-links.pad-t-6rem.pad-b-6rem:before,
  #top-links.pad-v-6rem:before,
  #top-links.fr-homepage:before,
  #top-links.row-fr-links.fr-homepage:before {
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .bg-fw:after, #top-links:after,
  #top-links.row-fr-links:after,
  #top-links.pad-t-6rem.pad-b-6rem:after,
  #top-links.pad-v-6rem:after,
  #top-links.fr-homepage:after,
  #top-links.row-fr-links.fr-homepage:after,
  .bg-fw:before,
  #top-links:before,
  #top-links.row-fr-links:before,
  #top-links.pad-t-6rem.pad-b-6rem:before,
  #top-links.pad-v-6rem:before,
  #top-links.fr-homepage:before,
  #top-links.row-fr-links.fr-homepage:before {
    width: auto;
  }
  .bg-fw.bg-half-height:after, .bg-half-height#top-links:after,
  .bg-half-height#top-links.pad-t-6rem.pad-b-6rem:after {
    height: 80%;
  }
  .flex-column-reverse.bg-fw:after, .flex-column-reverse#top-links:after,
  .flex-column-reverse#top-links.pad-t-6rem.pad-b-6rem:after,
  .flex-column-reverse.bg-fw:before,
  .flex-column-reverse#top-links:before,
  .flex-column-reverse#top-links.pad-t-6rem.pad-b-6rem:before {
    bottom: 0;
  }
  .bg-fw:after, #top-links:after,
  #top-links.row-fr-links:after,
  #top-links.pad-t-6rem.pad-b-6rem:after,
  #top-links.pad-v-6rem:after,
  #top-links.fr-homepage:after,
  #top-links.row-fr-links.fr-homepage:after,
  .bg-fw:before,
  #top-links:before,
  #top-links.row-fr-links:before,
  #top-links.pad-t-6rem.pad-b-6rem:before,
  #top-links.pad-v-6rem:before,
  #top-links.fr-homepage:before,
  #top-links.row-fr-links.fr-homepage:before {
    top: 0;
  }
  .bg-fw, #top-links,
  #top-links.row-fr-links,
  #top-links.pad-t-6rem.pad-b-6rem,
  #top-links.pad-v-6rem,
  #top-links.fr-homepage,
  #top-links.row-fr-links.fr-homepage,
  .bg-fw.bg-height,
  .bg-fw.bg-width {
    height: 100%;
  }
  .bg-fw.bg-height:after,
  .bg-fw.bg-height:before,
  .bg-fw.bg-width:after,
  .bg-fw.bg-width:before,
  .bg-fw:after,
  #top-links:after,
  #top-links.row-fr-links:after,
  #top-links.pad-t-6rem.pad-b-6rem:after,
  #top-links.pad-v-6rem:after,
  #top-links.fr-homepage:after,
  #top-links.row-fr-links.fr-homepage:after,
  .bg-fw:before,
  #top-links:before,
  #top-links.row-fr-links:before,
  #top-links.pad-t-6rem.pad-b-6rem:before,
  #top-links.pad-v-6rem:before,
  #top-links.fr-homepage:before,
  #top-links.row-fr-links.fr-homepage:before {
    display: block;
  }
  .bg-fw.bg-width.bg-w-1-2:after, .bg-width.bg-w-1-2#top-links:after,
  .bg-fw.bg-width.bg-w-1-2:before,
  .bg-width.bg-w-1-2#top-links:before,
  .bg-fw.bg-width.bg-w-1-3.bg-campesina-gradient:after,
  .bg-width.bg-w-1-3.bg-campesina-gradient#top-links:after,
  .bg-fw.bg-width.bg-w-1-3.bg-campesina-gradient:before,
  .bg-width.bg-w-1-3.bg-campesina-gradient#top-links:before,
  .bg-fw.bg-width.bg-w-1-3.bg-contigo-gradient:after,
  .bg-width.bg-w-1-3.bg-contigo-gradient#top-links:after,
  .bg-fw.bg-width.bg-w-1-3.bg-contigo-gradient:before,
  .bg-width.bg-w-1-3.bg-contigo-gradient#top-links:before {
    margin-left: 0;
    width: 100vw;
    height: 100%;
  }
  .bg-fw.bg-width.bg-w-1-3:after, .bg-width.bg-w-1-3#top-links:after,
  .bg-fw.bg-width.bg-w-1-3:before,
  .bg-width.bg-w-1-3#top-links:before {
    margin-left: 0;
    width: 100vw;
    height: 100%;
  }
  .bg-fw.bg-width.bg-w-2-3:after, .bg-width.bg-w-2-3#top-links:after,
  .bg-fw.bg-width.bg-w-2-3:before,
  .bg-width.bg-w-2-3#top-links:before {
    margin-left: 0;
    width: 100vw;
    height: 100%;
  }
  .bg-fw.bg-width.bg-w-1-4:after, .bg-width.bg-w-1-4#top-links:after,
  .bg-fw.bg-width.bg-w-1-4:before,
  .bg-width.bg-w-1-4#top-links:before {
    margin-left: 0;
    width: 100vw;
    height: 100%;
  }
  .bg-fw.bg-width.bg-w-3-4:after, .bg-width.bg-w-3-4#top-links:after,
  .bg-fw.bg-width.bg-w-3-4:before,
  .bg-width.bg-w-3-4#top-links:before {
    margin-left: 0;
    width: 100vw;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .bg-two-gradients.left-blues.right-purple-nightfall::after {
    -webkit-clip-path: polygon(50vw 0, 100vw 0, 100vw 100%, 0vw 100%, 0vw 60%);
    clip-path: polygon(50vw 0, 100vw 0, 100vw 100%, 0vw 100%, 0vw 60%);
  }
  .split-white-nightfall-fw:after {
    background-image: linear-gradient(180deg, #d5eee9 0, #d5eee9 50%, #201547 50%, #201547 100%);
    background-size: cover;
  }
  .split-desert-white-fw:after {
    background-image: linear-gradient(180deg, #d5eee9 0, #d5eee9 50%, #fff 50%, #fff 100%);
    background-size: cover;
  }
  .split-grey-white-fw:after {
    background-image: linear-gradient(180deg, #eee 0, #eee 50%, #fff 50%, #fff 100%);
    background-size: cover;
    max-height: 675px;
  }
}
.palm-to-white-top-to-btm:after {
  background-image: linear-gradient(303deg, #fff -14.9%, #e7e5f3 82.56%);
}

.palm-to-white-to-bottom::after {
  background: linear-gradient(180deg, #97d5c9 0, #fff 100%);
}

.palm-white-palm-102::after {
  background: linear-gradient(102deg, #d5eee9 -10.51%, #fff 27.21%, #fff 58.46%, #97d5c9 112.78%);
}

.palm-white-palm-v::after {
  background: linear-gradient(90deg, #d5eee9 -10.51%, #fff 27.21%, #fff 58.46%, #97d5c9 112.78%);
}

.palm-sky::after {
  background: linear-gradient(90deg, #97d5c9 0.08%, #fff 103.53%);
}

.bg-campesina-gradient:after,
.bg-campesina-gradient:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  display: block;
  background-repeat: repeat-x;
}

.bg-campesina-gradient:after {
  background-image: url(/media/j2zgqdw1/pattern-polka-dot.webp);
  background-size: contain;
}

.bg-contigo-pattern-reverse:after {
  background-image: url(/media/1tihn0go/contigo_pattern_3x2-3.webp);
  background-size: auto;
  background-position: bottom;
}

.bg-contigo-pattern:after {
  background-image: url(/media/wucmvl0j/contigo_pattern_3x2-2.webp);
  background-size: auto;
  /*width: calc(((100vw - 1280px)/ 2) + ((1280px / 3) * 1)) ;*/
  position: absolute;
  /*top: 0;*/
  left: 100%;
  /*right: 0*/
}

.bg-purple-nightfall-gradient-v:after {
  background: linear-gradient(180deg, #201547 0, #201547 100%);
}

.bg-nightfall-purple-gradient-v:after {
  background: linear-gradient(180deg, #201547 0, #201547 100%);
}

.bg-sky-spring-v:after {
  background: linear-gradient(180deg, #5949a7 0, #97d5c9 100%);
}

.bg-spring-sky-v:after {
  background: linear-gradient(180deg, #97d5c9 0, #5949a7 100%);
}

.img-cover,
.img-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.gradient-sfe:after {
  background: linear-gradient(180deg, #ac6141 0, #834b32 50%, #46281b 100%);
  background: -webkit-linear-gradient(180deg, #ac6141 0, #834b32 50%, #46281b 100%);
  background: -moz-linear-gradient(180deg, #ac6141 0, #834b32 50%, #46281b 100%);
  background: linear-gradient(180deg, #ac6141 0, #834b32 50%, #46281b 100%);
}

.angle-split-gradient-cyan-magenta::before {
  background: linear-gradient(-90deg, #d5eee9 0%, #97d5c9 94%);
  background: -webkit-linear-gradient(-90deg, #d5eee9 0%, #97d5c9 94%);
  background: -moz-linear-gradient(-90deg, #d5eee9 0%, #97d5c9 94%);
  z-index: 1;
}

.angle-split-gradient-cyan-magenta::after {
  background: linear-gradient(90deg, #201547 22.34%, #201547 83.93%);
  background: -webkit-linear-gradient(90deg, #201547 22.34%, #201547 83.93%);
  background: -moz-linear-gradient(90deg, #201547 22.34%, #201547 83.93%);
  z-index: 2;
  clip-path: polygon(0 70%, 100% 0, 100% 100%, 0% 100%);
}

.white-azure-v::after {
  background: linear-gradient(180deg, #ffffff 0%, #d5eee9 100%);
}

.row-light-grey-bg-after.light-blue-bg {
  background-color: #e7e5f3 !important;
}

@media screen and (max-width: 1023px) {
  .bg-w-3-4.bg-primary.bg-width:after {
    background-color: transparent;
    background-image: linear-gradient(to bottom, #ffffff 0, #ffffff 20%, var(--bs-primary) 20%);
  }
}
@media screen and (max-width: 1023px) {
  .searchbox form {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .searchbox form {
    display: inline-block;
  }
}
@media screen and (max-width: 1280px) {
  .form-slider.slider-container li {
    max-height: 80vh;
    min-height: unset;
  }
  .form-slider.slider-container li::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    clip-path: none !important;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.1) 100%);
  }
  #finalytics.content::after,
  #finalytics.content::before {
    clip-path: unset !important;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .text-sfe-gradient {
    color: #ac6141;
    background: 0 0;
  }
  .callout-info p.additional-info span {
    color: #97d5c9;
  }
  .region-accordion {
    position: relative;
    width: 100%;
  }
  .region-acc-label::after {
    float: right;
  }
  .mortgage-cute-headline .rate-percent-apr {
    max-width: 365px;
    margin-left: 4rem;
  }
  .LPMcontainer.LPMoverlay {
    margin-bottom: 4rem !important;
  }
  footer #footerInfo {
    margin-bottom: 2rem;
  }
}
@supports (-ms-ime-align: auto) {
  .text-sfe-gradient {
    color: #ac6141 !important;
    -webkit-text-fill-color: rgb(172, 97, 65);
    background: 0 0;
  }
}
@media screen and (min-width: 2000px) {
  .financial-resources-callout {
    background-position: left center !important;
    background-size: 40vw auto !important;
  }
}
@media screen and (max-width: 1999px) and (min-width: 1790px) {
  .financial-resources-callout {
    background-position: left center !important;
    background-size: auto 112%;
  }
}
@media screen and (max-width: 1789px) and (min-width: 1430px) {
  .financial-resources-callout {
    background-position: left center !important;
  }
}
@media screen and (max-width: 1429px) and (min-width: 1293px) {
  .financial-resources-callout {
    background-position: -36px center !important;
  }
}
@media screen and (max-width: 1292px) and (min-width: 1201px) {
  .financial-resources-callout {
    background-position: -25% center !important;
  }
}
@media screen and (min-width: 1281px) {
  .img-row-0-percent,
  .img-row-3-digit-percent {
    background-position: 112px center;
  }
  #locations-page-hero.hero-banner.bg-img {
    background-size: 75vw auto;
    background-position: right top;
  }
  #locations-page-hero.hero-banner.bg-img:after {
    background: linear-gradient(93deg, rgba(255, 255, 255, 0.99) calc((100vw - 1280px) / 2), rgba(255, 255, 255, 0.99) calc((100vw - 1280px) / 2 + 426.6666666667px), rgba(255, 255, 255, 0.5) calc((100vw - 1280px) / 2 + 716.8px), rgba(255, 255, 255, 0) calc((100vw - 1280px) / 2 + 1280px));
  }
  #locations-page-hero.hero-banner .columns.large-12 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1280px) {
  .content.diagonal-corners,
  .content.row-monsoon-grey-border {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 2.5rem);
  }
  .content.diagonal-corners {
    max-width: 97%;
  }
  .row-contain {
    max-width: calc(100% - 2.5rem);
  }
  .callout-vv-branch .heading-col {
    padding: 2rem 1.25rem;
  }
  .callout-vv-branch .heading-col .callout-vv-branch-copy-wrap {
    padding: 0 0 0 1.25rem;
    width: 100%;
    max-width: unset;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1024px) {
  .img-row-0-percent,
  .img-row-3-digit-percent {
    background-position: 7vw center;
  }
  #locations-page-hero.hero-banner.bg-img {
    background-size: 75vw auto;
    background-position: right top;
  }
  #locations-page-hero.hero-banner.bg-img:after {
    background: linear-gradient(93deg, rgba(255, 255, 255, 0.99) 0, rgba(255, 255, 255, 0.99) 40%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 100%);
  }
  #locations-page-hero.hero-banner .grid-row.content .large-12.columns {
    width: 40% !important;
  }
}
@media screen and (min-width: 1201px) {
  .btn-heloc-unavail {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 1200px) {
  .financial-resources-callout {
    background-position: -10vw center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 920px) {
  .row-nametags {
    margin-bottom: 1rem;
    justify-content: flex-start;
  }
  .associate-nametag {
    width: 420px;
    margin-bottom: 1.5rem;
    padding-right: 1.5rem;
  }
  .nametag-spacer {
    display: none;
  }
  .row-rates {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .row-rates .large-3.columns {
    padding-left: 6px;
    padding-right: 6px;
  }
  .rates-callout .rate .rate-num {
    font-size: 4.5rem;
    line-height: 4rem;
    letter-spacing: -1px;
  }
  .rates-callout .rate .percent-apr-apy .percent {
    font-size: 3rem;
    line-height: 2rem;
  }
  .rates-callout .rate .percent-apr-apy .apr-apy {
    font-size: 1.1rem;
  }
  .branch-atm-cta .cta-content .cta-column h2, .branch-atm-cta .cta-content .cta-column .h2 {
    font-size: 2.8rem;
  }
  .branch-atm-cta .cta-content .az-btn-wrap {
    min-width: 240px;
  }
  .auto-loan-benefits-list li {
    padding: 28px 6px;
  }
  .lbp-cta-sidebar .row-flex {
    flex-direction: column;
  }
  .lbp-cta-sidebar .row-flex .columns {
    width: 100% !important;
  }
  .lbp-cta-sidebar .row-flex .columns headshot {
    margin-bottom: 12px;
    height: 150px;
    width: 150px;
  }
  .lbp-cta-sidebar .row-flex .columns h2, .lbp-cta-sidebar .row-flex .columns .h2 {
    text-align: center;
  }
  .lbp-cta-sidebar .lbp-cta-body {
    padding: 1.25em 0.25em;
  }
  .btn-heloc-unavail {
    margin: 1rem auto 0 !important;
  }
  .row-featured-member-testimonial .large-8 {
    width: 57%;
  }
  .row-featured-member-testimonial .columns.large-4 {
    width: 43%;
  }
}
@media screen and (max-width: 1170px) {
  .left-col-text-wrap-white .row-apply {
    justify-content: flex-start;
  }
  .left-col-text-wrap-white .row-apply .apply-now {
    width: 100%;
    margin-bottom: 12px;
  }
  .left-col-text-wrap-white .row-apply .btn-wrapper {
    margin-right: 6px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1140px) and (min-width: 981px) {
  .row-rates-cards {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .row-rates-cards .large-3.columns {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    margin-bottom: 1.875rem !important;
  }
  .row-rates-cards .large-3.columns .rate-card-content {
    height: 330px;
    max-height: 330px;
  }
}
@media screen and (max-width: 1139px) {
  .row-apply {
    justify-content: flex-start;
  }
  .row-apply .apply-now {
    width: 100%;
    margin-bottom: 12px;
  }
  .row-apply .btn-wrapper {
    margin-right: 6px;
  }
  .row-two-thirds-center .large-4.columns {
    width: 50%;
  }
}
@media screen and (max-width: 1080px) {
  .img-row-3-digit-percent .content-box-3-digit-percent {
    min-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .row-contact-ctas {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
  .row-contact-ctas .columns.large-3 {
    border-right: 1px solid transparent;
    border-left: 1px solid #eee;
  }
  .row-contact-ctas .columns.large-3:first-of-type {
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
  }
  .row-contact-ctas .columns.large-3 p.txt-sm {
    font-size: 0.9rem;
  }
  .form-slider.slider-container .slide-info .contain {
    max-width: 420px;
  }
  .form-slider.slider-container .slide-info h2, .form-slider.slider-container .slide-info .h2,
  .form-slider.slider-container .slide-info p {
    max-width: unset;
    width: 100%;
  }
  .form-slider.slider-container .slide-info p {
    font-size: 1.1rem;
  }
}
#gridContent .details h5, #gridContent .details .h5,
.checkbox input,
.checkbox label,
.content .details h5,
.content .details .h5 {
  display: inline-block;
}

@media screen and (max-width: 1200px) and (min-width: 1024px) {
  .row-contact-ctas .columns.large-3 p.p-copy {
    min-height: 76px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .row-contact-ctas .columns.large-3 p#p-schedule.p-copy {
    max-width: 190px;
  }
}
@media screen and (max-width: 1024px) {
  .form-slider.slider-container:not(.promo-slider) .slide-info {
    display: flex;
    align-items: center;
  }
  .financial-resources-callout {
    text-align: center;
    background-position: center center;
    min-height: 400px;
    align-items: flex-end;
    padding: 5rem 1rem 2rem;
  }
  .financial-resources-callout:after {
    background: 0 0 !important;
  }
  .financial-resources-callout .large-8 {
    margin-bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .financial-resources-callout .large-8:after {
    content: "";
    position: absolute;
    height: 100%;
    left: -1rem;
    top: 0;
    width: 100vw;
    z-index: -1;
    background: #eee;
    background: -moz-linear-gradient(105deg, #eee 0, rgba(238, 238, 238, 0.75) 35%, rgba(238, 238, 238, 0.6) 65%, rgba(238, 238, 238, 0.6) 100%);
    background: -webkit-linear-gradient(105deg, #eee 0, rgba(238, 238, 238, 0.75) 35%, rgba(238, 238, 238, 0.6) 65%, rgba(238, 238, 238, 0.6) 100%);
    background: linear-gradient(105deg, #eee 0, rgba(238, 238, 238, 0.75) 35%, rgba(238, 238, 238, 0.6) 65%, rgba(238, 238, 238, 0.6) 100%);
  }
}
@media screen and (max-width: 1023px) {
  .row-light-grey-bg-after,
  .row-light-grey-bg-after.fr-article-previews:after,
  .row-light-grey-bg-after:after {
    background-color: #eee !important;
  }
  .row-light-grey-bg-after.bg-dark-blue,
  .row-light-grey-bg-after.bg-dark-blue.fr-article-previews:after,
  .row-light-grey-bg-after.bg-dark-blue:after {
    background-color: #201547 !important;
  }
  .row-light-grey-bg-after.bg-blue,
  .row-light-grey-bg-after.bg-blue.fr-article-previews:after,
  .row-light-grey-bg-after.bg-blue:after {
    background-color: #5949a7 !important;
  }
  .row-light-grey-bg-after.bg-blue h2.h2-section, .row-light-grey-bg-after.bg-blue .h2-section.h2,
  .row-light-grey-bg-after.bg-dark-blue h2.h2-section,
  .row-light-grey-bg-after.bg-dark-blue .h2-section.h2 {
    color: rgb(255, 255, 255) !important;
  }
  .row-light-grey-bg-after.bg-light-blue,
  .row-light-grey-bg-after.bg-light-blue.fr-article-previews:after,
  .row-light-grey-bg-after.bg-light-blue:after {
    background-color: #6ccde6 !important;
  }
  .row-light-grey-bg-after.bg-lighter-blue,
  .row-light-grey-bg-after.bg-lighter-blue.fr-article-previews,
  .row-light-grey-bg-after.bg-lightest-blue,
  .row-light-grey-bg-after.bg-lightest-blue.fr-article-previews {
    background-color: transparent !important;
  }
  .row-light-grey-bg-after.bg-lightest-blue.fr-article-previews:after,
  .row-light-grey-bg-after.bg-lightest-blue:after {
    background-color: #6ccde6 !important;
    opacity: 0.15;
  }
  .row-light-grey-bg-after.bg-lighter-blue.fr-article-previews:after,
  .row-light-grey-bg-after.bg-lighter-blue:after {
    background-color: #6ccde6 !important;
    opacity: 0.25;
  }
  .mobile-cta-primary .mobile-cta-text h2, .mobile-cta-primary .mobile-cta-text .h2 {
    text-align: left;
    font-size: 2.9rem;
    line-height: 2.5rem;
  }
  .mobile-cta-primary .mobile-cta-text h4, .mobile-cta-primary .mobile-cta-text .h4 {
    font-size: 1.65rem;
    margin-bottom: 1rem;
  }
  .mobile-cta-primary .mobile-cta-text .app-features li {
    text-align: center;
    line-height: 1.6rem !important;
  }
  .row-contact-ctas {
    flex-wrap: wrap;
  }
  .row-contact-ctas .large-3.columns {
    margin-top: 1rem;
  }
  .row-contact-ctas .large-3.columns .p-copy {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  #locations-page-hero.hero-banner.bg-img {
    background-size: cover !important;
    background-position: center !important;
  }
  #locations-page-hero.hero-banner.bg-img:after {
    background: linear-gradient(93deg, rgba(255, 255, 255, 0.99) 0, rgba(255, 255, 255, 0.99) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0) 100%);
  }
  #locations-page-hero.hero-banner .grid-row.content .large-12.columns {
    width: 60% !important;
  }
}
@media screen and (max-width: 1023px) and (min-width: 601px) {
  .row-contact-ctas {
    max-width: 700px;
    flex-direction: row;
    align-items: center;
    align-items: stretch;
  }
  .row-contact-ctas .large-3.columns {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .row-eteam {
    justify-content: center;
  }
  .eteam-associate {
    max-width: 25%;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 980px) and (min-width: 920px) {
  .row-rates-cards {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .row-rates-cards .large-3.columns {
    padding: 0 0.5rem;
    width: 25%;
  }
  .row-rates-cards .large-3.columns.col-last,
  .row-rates-cards .large-3.columns:last-child,
  .row-rates-cards .large-3.columns:last-of-type {
    margin-bottom: 1.875rem !important;
  }
  .rate-card-content {
    height: 100%;
  }
  .rate-card-content h4, .rate-card-content .h4 {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rate-card-content h2, .rate-card-content .h2 {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 920px) {
  .border-sides-desktop {
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
  }
  .promo-page #gridContent {
    max-width: unset !important;
  }
  .row-form {
    width: 80%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  article.large-8.large-8 .mobile-cta .mobile-cta-primary {
    padding: 2rem 2rem 0;
  }
  article.large-8.large-8 .mobile-cta .mobile-cta-primary .mobile-screenshot img {
    max-width: 200px;
  }
  article.large-8.large-8 .mobile-cta .mobile-cta-primary .mobile-cta-text h2, article.large-8.large-8 .mobile-cta .mobile-cta-primary .mobile-cta-text .h2 {
    font-size: 2.25rem;
  }
  article.large-8.large-8 .mobile-cta .mobile-cta-primary .mobile-cta-text h4, article.large-8.large-8 .mobile-cta .mobile-cta-primary .mobile-cta-text .h4 {
    font-size: 1.35rem;
  }
  article.large-8.large-8 .mobile-cta .mobile-cta-primary .mobile-cta-text h4 span, article.large-8.large-8 .mobile-cta .mobile-cta-primary .mobile-cta-text .h4 span {
    font-size: 0.75rem;
  }
  article.large-8.large-8 .mobile-cta .mobile-cta-primary .mobile-cta-text .app-download-buttons a {
    padding: 0 1rem;
  }
  article.large-8.large-8 .mobile-cta .mobile-cta-primary .mobile-cta-text .app-features li {
    font-size: 1.25rem !important;
  }
  article.large-8.large-8 .mobile-cta-secondary {
    padding: 1rem 2rem 0;
  }
  article.large-8.large-8 .mobile-cta-secondary .compatibility img {
    max-width: 25vw;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 920px), (-ms-high-contrast: active) and (min-width: 920px) {
  .branch-atm-cta .cta-content {
    height: 268px;
  }
}
@media screen and (max-width: 919px) {
  .az-shape,
  .callout-vv-branch .img-col,
  .desktop-only,
  .nametag-spacer {
    display: none;
  }
  .lbp-cta .lbp-cta-text h2, .lbp-cta .lbp-cta-text .h2,
  .lbp-cta .lbp-cta-text p,
  .lbp-cta-sidebar .lbp-cta-body p,
  .lbp-cta-sidebar .row-flex .columns h2,
  .lbp-cta-sidebar .row-flex .columns .h2,
  .row-nau-card,
  .row-sfe-card,
  .text-center-mobile {
    text-align: center;
  }
  .block-mobile {
    display: block;
  }
  .row-flex.center-mobile {
    justify-content: center;
    align-items: center;
  }
  .row-rates-cards,
  .row-rates-cards.row-light-grey-bg-after {
    background-color: #eee !important;
  }
  .blog-rates-cards-cards > .large-6.columns,
  .row-home-icons .columns.large-3,
  .row-onederful-icons .columns.large-3,
  .row-rates-cards .columns.large-3 {
    width: 50%;
  }
  .blog-rates-cards-cards > .large-6.columns {
    margin-bottom: 0.5rem !important;
  }
  .callout-vv-branch .heading-col,
  .required-items,
  .required-items ul.checklist,
  .row-featured-member-testimonial .large-8,
  .row-phone-copy .phone-col,
  .row-rates-cards .columns.large-3:nth-child(3),
  .row-rates-cards .columns.large-3:nth-child(4) {
    margin-bottom: 0 !important;
  }
  .row-rates-cards .columns.large-3:first-child,
  .row-rates-cards .columns.large-3:nth-child(3) {
    padding-right: 0.625rem;
  }
  .row-rates-cards .columns.large-3:nth-child(2),
  .row-rates-cards .columns.large-3:nth-child(4) {
    padding-left: 0.625rem;
  }
  .rate-card-content {
    height: 250px;
  }
  .rate-card-content h4, .rate-card-content .h4 {
    min-height: 48px;
    max-width: unset;
  }
  .blog-rates-cards-disclosures {
    margin-bottom: 1rem !important;
  }
  .blog-preview-info,
  .blog-preview-info p {
    min-height: unset;
  }
  .auto-loan-benefits-list,
  ul.chevlist.horizontal-chevlist {
    flex-direction: column;
  }
  .col-swap,
  .row-full-half-image.col-swap,
  .row-full-half-image.swap-col-sm,
  .row-phone-copy,
  .swap-col-sm {
    flex-direction: column-reverse;
  }
  .row-col-img.swap-col-sm .col-content,
  .row-col-img.swap-col-sm .col-img {
    border-left: none !important;
    border-right: none !important;
  }
  .row-col-img.swap-col-sm .col-content {
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 12px solid #da772f;
  }
  .border-right-light {
    border-right: 0;
  }
  .mobile-cta-primary .mobile-cta-text .app-features,
  .row-apply,
  .row-sfe-card.row-sfe-cc-img .left-col-text-wrap-white .row-apply {
    justify-content: center;
  }
  .row-apply .apply-now {
    width: 100%;
    margin-bottom: 12px;
  }
  .row-apply .btn-wrapper {
    margin-right: 6px;
    margin-left: 6px;
  }
  .nau-card-wrap,
  .sfe-card-wrap {
    min-height: unset;
    padding: 48px 24px 24px;
    margin-bottom: 12px !important;
  }
  .row-nau-card img,
  .row-sfe-card img {
    margin-bottom: 48px;
  }
  .asu-100-offer .offer-content h2, .asu-100-offer .offer-content .h2,
  .nau-100-offer .offer-content h2,
  .nau-100-offer .offer-content .h2 {
    font-size: 4rem;
  }
  .asu-100-offer .offer-content h4, .asu-100-offer .offer-content .h4,
  .nau-100-offer .offer-content h4,
  .nau-100-offer .offer-content .h4 {
    font-size: 1.25rem;
  }
  .mobile-cta-primary {
    flex-direction: column-reverse;
    padding: 2rem 1rem 0;
  }
  .mobile-cta-primary .mobile-screenshot {
    margin: 0 auto;
  }
  .mobile-cta-primary .mobile-cta-text {
    padding-left: 0;
  }
  .mobile-cta-primary .mobile-cta-text h2, .mobile-cta-primary .mobile-cta-text .h2 {
    text-align: center;
    font-size: 2.9rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
  }
  .mobile-cta-primary .mobile-cta-text h4, .mobile-cta-primary .mobile-cta-text .h4 {
    text-align: center;
    font-size: 1.65rem;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mobile-cta-primary .mobile-cta-text .app-features li {
    flex: 1;
    text-align: center;
    line-height: 1.6rem !important;
  }
  .mobile-cta-secondary {
    padding: 1rem 1rem 0;
  }
  .mobile-cta-secondary .compatibility {
    flex: 1;
  }
  article.large-8.large-8 .mobile-cta {
    margin-bottom: 4rem;
  }
  .row-nametags {
    margin-bottom: 1rem;
  }
  .associate-nametag {
    width: calc(50% - 0.75rem);
    margin-bottom: 1.5rem;
  }
  .border-right-dark,
  .border-right-light {
    border-right: none !important;
  }
  .row-sfe-card.row-sfe-cc-img {
    background-position: 80% center;
  }
  .h3-athome {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
  .row-rates.border-bottom-nightfall {
    border-bottom: none !important;
    padding-bottom: 1.875rem;
  }
  .row-rates:last-of-type {
    padding-bottom: 0;
  }
  .row-flex.row-align-stretch .columns.large-3.border-right-light,
  .row-rates .large-3.columns.border-right-light {
    border-right: none !important;
    margin-bottom: 0;
    border-bottom: 1px solid rgb(255, 255, 255);
  }
  .row-flex.row-rates .columns.large-3.border-right-dark {
    border-bottom: 1px solid #201547;
    width: calc(100% - 2.5rem);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1.875rem;
  }
  .rates-callout:hover .learn-more .button.filled:hover {
    box-shadow: 0 0 0 42vw rgba(255, 255, 255, 0.75);
  }
  .auto-rates-container h3.auto-rate-heading .button, .auto-rates-container .auto-rate-heading.h3 .button,
  .auto-rates-container.arc-xl h3.auto-rate-heading .button,
  .home-loans-container h3.heloc-rate-heading .button,
  .home-loans-container .heloc-rate-heading.h3 .button,
  .home-loans-container.heloc-rc-xl h3.heloc-rate-heading .button {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .branch-atm-cta .cta-content {
    flex-direction: column;
    background-position: -10rem center;
  }
  .branch-atm-cta .cta-content::after {
    background-image: url(/media/ul5m5i52/az-shape-orange_340x312.webp);
    background-repeat: no-repeat;
    background-position: calc(50% - 8px) 50%;
    background-size: 250px auto;
  }
  .branch-atm-cta .cta-content .cta-column {
    width: 28rem;
    padding: 2rem;
  }
  .branch-atm-cta .cta-content .az-btn-wrap {
    min-height: 12rem;
    display: inline-flex;
    align-items: center;
  }
  .p-checking-wrap {
    text-align: center;
    width: 100%;
    max-width: unset;
  }
  .p-checking-wrap ul.checklist {
    text-align: left;
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
  }
  .direct-deposit,
  .required-items {
    max-width: 640px;
    margin: 0 auto;
  }
  .required-items ul.checklist li:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .auto-loan-benefits-list li:first-of-type {
    border-right: none !important;
    border-bottom: 1px solid #d9d9d9;
  }
  .auto-loan-benefits-list li:last-of-type {
    border-left: none !important;
    border-top: 1px solid #d9d9d9;
  }
  .lbp-cta .columns.large-3,
  .lbp-cta-sidebar .columns.large-3 {
    margin-bottom: 6px;
  }
  .lbp-cta-sidebar .row-flex .columns headshot {
    margin-bottom: 12px;
    height: 150px;
    width: 150px;
  }
  .upcoming-event .event-details {
    width: 600px;
    transform: translateY(0);
  }
  .img-row-0-percent,
  .img-row-3-digit-percent {
    background-position: 60% center;
  }
  .row-cc-intros {
    flex-wrap: wrap;
  }
  .row-cc-intros .large-4.columns {
    width: 33%;
  }
  .heading-heloc-unavail {
    line-height: 3rem;
  }
  .btn-heloc-unavail {
    margin-left: 1rem;
  }
  .callout-vv-branch,
  .callout-vv-branch .columns.large-12.row-flex {
    padding-bottom: 0;
    flex-direction: column-reverse;
  }
  .callout-vv-branch .heading-col .callout-vv-branch-copy-wrap {
    padding: 0 1.25rem;
  }
  .row-featured-member-testimonial {
    border-bottom: 0;
    border-top: 1px solid #d9d9d9;
  }
  .row-featured-member-testimonial.rfmt-last {
    border-bottom: 1px solid #d9d9d9 !important;
  }
  .row-featured-member-testimonial .columns.large-4 {
    margin-bottom: -4.25rem !important;
    z-index: 2;
  }
  article.large-8.columns .row-featured-member-testimonial.fmt-call-out .columns.large-4 {
    margin-bottom: -1.25rem !important;
  }
  .row-featured-member-testimonial.fmt-call-out .columns.large-8 {
    padding-top: 1rem !important;
    z-index: 1;
  }
  article.large-8.columns .row-featured-member-testimonial.fmt-call-out .columns.large-8 {
    padding-top: 0 !important;
  }
  .row-full-half-image .copy-col,
  .row-phone-copy .copy-col {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .row-full-half-image.map-atm {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 919px) and (min-width: 768px) {
  .p-checking-wrap ul.checklist {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    justify-content: space-around;
  }
}
@media screen and (max-width: 919px) and (min-width: 650px) {
  .blog-preview-img.bg-top-919-650 {
    background-position-y: top;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 919px), (-ms-high-contrast: active) and (max-width: 919px) {
  .mobile-cta-primary {
    display: block;
    padding-bottom: 1rem;
  }
  .mobile-cta-primary .mobile-screenshot {
    margin-bottom: 1rem;
    border-bottom: 1px solid #5949a7;
    max-width: 312px;
    background: #238acb;
    background: -moz-linear-gradient(0deg, rgba(35, 138, 203, 0.15) 0, rgba(35, 138, 203, 0) 10%, rgba(35, 138, 203, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(35, 138, 203, 0.15) 0, rgba(35, 138, 203, 0) 10%, rgba(35, 138, 203, 0) 100%);
    background: linear-gradient(0deg, rgba(35, 138, 203, 0.15) 0, rgba(35, 138, 203, 0) 10%, rgba(35, 138, 203, 0) 100%);
  }
  .branch-atm-cta .cta-content {
    background-position: center center !important;
    min-height: 555px;
  }
  .branch-atm-cta .cta-content .cta-column {
    flex: unset !important;
    flex-basis: unset !important;
    min-height: 182px;
  }
  .branch-atm-cta .cta-content .az-btn-wrap {
    height: 192px;
  }
  .p-checking-wrap ul.checklist {
    max-width: 200px;
    margin: 1rem auto;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .eteam-associate {
    max-width: 33%;
  }
  .blog-rates-cards-cards > .large-6.columns {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .rate-card-content {
    height: 280px;
    max-height: 280px;
    padding: 1rem 0.75rem;
  }
  .rate-card-content h4, .rate-card-content .h4 {
    min-height: 48px;
    max-width: 175px;
  }
  .rate-card-content p {
    font-size: 1rem;
  }
  .add-space-above {
    margin-top: 50px;
  }
  .add-space-below {
    margin-bottom: 50px !important;
  }
  .asu-100-offer,
  .nau-100-offer {
    padding: 3rem 0;
    min-height: unset;
  }
  .asu-100-offer .offer-content,
  .nau-100-offer .offer-content {
    padding: 1rem;
    margin-top: 4rem;
  }
  .asu-100-offer .offer-content h2, .asu-100-offer .offer-content .h2,
  .nau-100-offer .offer-content h2,
  .nau-100-offer .offer-content .h2 {
    font-size: 4rem;
    line-height: 1;
  }
  .mobile-cta-primary .mobile-cta-text .app-download-buttons a {
    padding: 0 1rem;
  }
  .mobile-cta-secondary {
    padding: 1rem 1rem 0;
  }
  .mobile-cta-secondary .rating {
    padding-right: 12px;
    flex: 1;
  }
  .mobile-cta-secondary .compatibility {
    padding-left: 12px;
    flex: 1;
  }
  .mobile-cta-secondary .compatibility img {
    display: block;
    margin: 3px auto 0;
  }
  .associate-nametag {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .associate-nametag .a-info-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mobile-banking-list {
    max-width: 90%;
  }
  .row-schedule h5, .row-schedule .h5,
  .row-schedule h5.text-center {
    font-size: 1.375rem;
  }
  .auto-rates-container h3 .button, .auto-rates-container .h3 .button,
  .home-loans-container h3 .button,
  .home-loans-container .h3 .button {
    display: block;
    max-width: 118px;
    margin-top: 2rem;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto !important;
  }
  .home-loans-container h3 .button, .home-loans-container .h3 .button {
    margin-bottom: 2rem;
  }
  .rates-callout:hover .learn-more .button.filled:hover {
    box-shadow: 0 0 0 42vw rgba(255, 255, 255, 0.75);
  }
  .p-checking-wrap ul.checklist {
    max-width: 200px;
    margin: 1rem auto;
    flex-direction: column;
  }
  .row-two-thirds-center {
    flex-direction: column;
    align-items: center;
  }
  .row-two-thirds-center .large-4.columns {
    width: 80%;
  }
  .row-two-thirds-center .large-4.columns:first-of-type {
    margin-bottom: 4rem;
  }
  .row-icon-copy-wco .col-copy {
    padding-left: 0.5rem;
  }
  .img-row-0-percent,
  .img-row-3-digit-percent {
    background-image: url("/media/4q1c1z3k/sfe-choice-nau-credit-cards_2021_950x600.webp");
    background-position: center center;
    min-height: 420px;
  }
  .img-row-0-percent .content-box-0-percent,
  .img-row-3-digit-percent .content-box-3-digit-percent {
    width: 100%;
  }
  .img-row-0-percent .hidden-mobile,
  .img-row-3-digit-percent .hidden-mobile {
    display: none;
  }
  .row-cc-intros .large-4.columns {
    width: 50%;
  }
  .row-full-half-image .copy-col {
    padding-top: 4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .row-full-half-image .img-col {
    height: 350px;
  }
  .financial-resources-callout {
    background-position: 18% center;
    min-height: 400px;
    align-items: flex-end;
    padding: 5rem 1rem 1rem;
    text-align: left;
  }
  .financial-resources-callout .large-8 h2, .financial-resources-callout .large-8 .h2 {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
  }
  .financial-resources-callout .large-8 h4, .financial-resources-callout .large-8 .h4 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25), 0 0 0.75rem rgba(255, 255, 255, 0.75);
  }
  .pre-footer-mission .row-flex .mission-statement {
    padding-right: 2rem;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 767px) and (min-width: 481px), (-ms-high-contrast: active) and (max-width: 767px) and (min-width: 481px) {
  .mobile-cta-secondary {
    display: block;
  }
  .mobile-cta-secondary .compatibility,
  .mobile-cta-secondary .rating {
    display: inline-block;
    width: 49.5%;
  }
  .mobile-cta-secondary .rating img {
    max-width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .financial-resources-callout {
    background-position: 27% center;
  }
  .row-contact-ctas {
    flex-direction: column;
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .row-contact-ctas .large-3.columns {
    border-top: 1px solid #eee;
    padding-top: 0.75rem;
  }
  .row-contact-ctas .large-3.columns:first-of-type {
    border-top: 0 solid transparent !important;
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 545px) {
  header[role=banner] {
    background-size: auto 42px;
    background-position: 12px center;
  }
}
@media screen and (max-width: 360px) {
  header[role=banner] {
    background-position: 52px center;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 57.5em), (-ms-high-contrast: active) and (min-width: 57.5em) {
  header[role=banner] a img {
    height: auto;
    margin-top: 0.45rem;
  }
}
.pre-footer-nextlevel-cta,
.promos-nextlevel-cta {
  width: 100%;
  height: auto;
  background-color: #eee;
}

.ad-line-1 > sup,
.ad-line-2 {
  background: inherit;
}

.pre-footer-nextlevel-cta {
  border-bottom: 1px solid #d9d9d9;
}

.pre-footer-nextlevel-cta .nl-cta-container,
.promos-nextlevel-cta .nl-cta-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 350px;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 1.25rem;
  background-image: url(/media/uofoyt4v/nextlevel-banking-homepage-slide_1600x600.webp);
  background-size: 1152px auto;
  background-position: right center;
  background-repeat: no-repeat;
}

.pre-footer-nextlevel-cta .nl-cta-container .nl-cta-copy,
.promos-nextlevel-cta .nl-cta-container .nl-cta-copy {
  background: rgba(255, 255, 255, 0.82);
  z-index: 1;
  position: relative;
  max-width: 33.75rem;
  height: auto;
  padding: 1.5625rem 2.5rem;
  width: 100%;
}

.pre-footer-nextlevel-cta .nl-cta-container .nl-cta-copy h2, .pre-footer-nextlevel-cta .nl-cta-container .nl-cta-copy .h2,
.promos-nextlevel-cta .nl-cta-container .nl-cta-copy h2,
.promos-nextlevel-cta .nl-cta-container .nl-cta-copy .h2 {
  width: 100%;
  margin-bottom: 0.25rem;
  margin-top: 0;
}

.pre-footer-nextlevel-cta .nl-cta-container .nl-cta-copy h2 img, .pre-footer-nextlevel-cta .nl-cta-container .nl-cta-copy .h2 img,
.promos-nextlevel-cta .nl-cta-container .nl-cta-copy h2 img,
.promos-nextlevel-cta .nl-cta-container .nl-cta-copy .h2 img {
  width: 250px;
  height: auto;
}

.pre-footer-nextlevel-cta .nl-cta-container .nl-cta-copy p,
.promos-nextlevel-cta .nl-cta-container .nl-cta-copy p {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 0.125rem;
}

.pre-footer-nextlevel-cta .nl-cta-container .nl-cta-copy p.button-wrap,
.promos-nextlevel-cta .nl-cta-container .nl-cta-copy p.button-wrap {
  margin-top: 0.75rem;
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
  .pre-footer-nextlevel-cta .nl-cta-container,
  .promos-nextlevel-cta .nl-cta-container {
    background-size: 900px auto;
    background-position: calc(100% + 1vw) center;
  }
}
@media screen and (max-width: 1023px) {
  .pre-footer-nextlevel-cta .nl-cta-container,
  .promos-nextlevel-cta .nl-cta-container {
    background-position: center top;
    justify-content: center;
    background-image: url(/media/rl0pptby/nextlevel-banking-homepage-slide_800x500.webp);
    background-size: 500px auto;
    padding: 312px 1.25rem 2rem;
  }
  .promos-nextlevel-cta .nl-cta-container {
    border-top: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 480px) {
  .rate-card-content,
  .rate-card-content:hover {
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.15);
  }
  .flip-card-back,
  .flip-card-front,
  .flip-card:hover .flip-card-inner,
  .rate-card-content,
  .rate-card-content:hover {
    transform: none !important;
  }
  #main {
    overflow-x: hidden;
  }
  header[role=banner] {
    background-size: auto 36px;
  }
  .alert-bar {
    padding: 8px 2.5rem 8px 1.5rem;
  }
  .img-row-3-digit-percent .content-box-3-digit-percent .num-percent-apr .percent-apr .apr,
  .rc-slide-heading {
    font-size: 1.15rem;
  }
  .diagonal-corners {
    -webkit-clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
    clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
  }
  .content.diagonal-corners {
    max-width: 95%;
  }
  .row-rates-cards {
    flex-direction: row;
    min-height: 660px !important;
  }
  .row-rates-cards,
  .row-rates-cards.row-light-grey-bg-after {
    background-color: #eee !important;
  }
  .row-rates-cards .columns.large-3 {
    width: 50%;
  }
  .rate-card-content,
  .row-full-half-image .img-col {
    height: 250px;
  }
  .rate-card-content h4, .rate-card-content .h4 {
    text-align: center;
    min-height: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
  }
  .rate-card-content p {
    text-align: center;
    min-height: 36px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    margin-bottom: 0;
  }
  .rate-card-content p a.button.dark-blue {
    margin-bottom: 0;
  }
  .rate-card-content h2, .rate-card-content .h2 {
    font-size: 2.75rem;
    margin-bottom: 0.5rem;
    letter-spacing: -1px;
  }
  .eteam-associate {
    max-width: 50%;
  }
  .flip-card-back {
    display: none !important;
  }
  .add-space-above {
    margin-top: 24px;
  }
  .add-space-below {
    margin-bottom: 24px !important;
  }
  ul.chevlist.horizontal-chevlist {
    align-items: flex-start;
  }
  .row-home-icons,
  .row-onederful-icons {
    margin-bottom: 60px !important;
  }
  .row-cc-intros .large-4.columns,
  .row-home-icons .columns.large-3,
  .row-onederful-icons .columns.large-3,
  .row-two-thirds-center .large-4.columns {
    width: 100%;
  }
  .asu-100-offer,
  .nau-100-offer {
    padding: 2rem 0;
  }
  .asu-100-offer .offer-content,
  .nau-100-offer .offer-content {
    margin-top: 7rem;
    padding: 1rem;
  }
  .asu-100-offer .offer-content h2, .asu-100-offer .offer-content .h2,
  .nau-100-offer .offer-content h2,
  .nau-100-offer .offer-content .h2 {
    font-size: 2.5rem;
    line-height: 1;
  }
  .mobile-cta-primary .mobile-cta-text h4, .mobile-cta-primary .mobile-cta-text .h4 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .mobile-cta-primary .mobile-cta-text h4 span, .mobile-cta-primary .mobile-cta-text .h4 span {
    display: block;
  }
  .mobile-cta-primary .mobile-cta-text .app-download-buttons {
    flex-direction: column;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  .mobile-cta-primary .mobile-cta-text .app-download-buttons a:first-of-type {
    margin-bottom: 1rem;
  }
  .mobile-cta-secondary {
    display: block;
    padding-top: 1.5rem;
  }
  .mobile-cta-secondary h5, .mobile-cta-secondary .h5 {
    padding-bottom: 0.5rem;
  }
  .mobile-cta-secondary .rating {
    padding-right: 0;
  }
  .mobile-cta-secondary .rating .rating-wrap img {
    width: 175px;
  }
  .mobile-cta-secondary .compatibility {
    padding-left: 0;
    flex: 1;
    padding-top: 1.5rem;
  }
  .mobile-cta-secondary .compatibility img {
    width: 235px;
  }
  .associate-nametag .a-img-wrap {
    padding: 0.75rem;
  }
  .row-schedule h5, .row-schedule .h5,
  .row-schedule h5.text-center {
    font-size: 1.25rem;
  }
  .row-sfe-card.row-sfe-cc-img {
    background-position: 83% bottom;
    background-size: 250% auto;
  }
  .row-sfe-card.row-sfe-cc-img .sfe-card-wrap {
    padding: 12px 0 0;
  }
  .row-sfe-card.row-sfe-cc-img .left-col-text-wrap-white ul.checklist.dark-grey {
    padding-left: 0.25rem;
  }
  .row-sfe-card.row-sfe-cc-img .right-col-spacer {
    min-height: 92vw;
  }
  .mobile-banking-list {
    max-width: 100%;
    padding-right: 2rem;
  }
  .auto-rates-container,
  .home-loans-container {
    padding: 24px 0;
  }
  .auto-rates-container .auto-rates-title,
  .home-loans-container .home-loans-title {
    flex-direction: column;
    padding-bottom: 2rem;
  }
  .auto-rates-container h3 .button, .auto-rates-container .h3 .button,
  .home-loans-container h3 .button,
  .home-loans-container .h3 .button {
    max-width: 108px;
  }
  .rates-callout-horizontal .rate-container:hover .learn-more .button.filled:hover,
  .rates-callout:hover .learn-more .button.filled:hover {
    box-shadow: 0 0 0 57vw rgba(255, 255, 255, 0.75);
  }
  .branch-atm-cta .cta-content {
    background-position: -4rem center;
  }
  .upcoming-event .event-details {
    flex-direction: column;
    max-width: 100%;
  }
  .upcoming-event .event-details .event-date {
    padding: 1rem;
  }
  .img-row-0-percent,
  .img-row-3-digit-percent {
    min-height: unset;
    background: #5949a7;
    background: -moz-linear-gradient(180deg, #97d5c9 0, #5949a7 83%);
    background: -webkit-linear-gradient(180deg, #97d5c9 0, #5949a7 83%);
    background: linear-gradient(180deg, #97d5c9 0, #5949a7 83%);
  }
  .img-row-0-percent .content-box-0-percent,
  .img-row-3-digit-percent .content-box-3-digit-percent {
    padding: 1rem;
    background-color: rgb(255, 255, 255);
    max-width: unset;
  }
  .img-row-3-digit-percent .content-box-3-digit-percent {
    min-width: unset;
  }
  .img-row-3-digit-percent .content-box-3-digit-percent .num-percent-apr h3.num, .img-row-3-digit-percent .content-box-3-digit-percent .num-percent-apr .num.h3 {
    font-size: 5.25rem;
  }
  .img-row-3-digit-percent .content-box-3-digit-percent .num-percent-apr .percent-apr .percent {
    font-size: 3rem;
    line-height: 1.15;
  }
  .row-cc-intros {
    flex-direction: column;
  }
  .row-cc-intros .large-4.columns .details {
    text-align: center;
  }
  .heading-heloc-unavail {
    display: flex;
    flex-direction: column;
    line-height: 2.5rem;
    justify-content: center;
    align-items: center;
  }
  .btn-heloc-unavail {
    margin-top: 1rem;
    margin-bottom: 0;
    margin-left: 0;
  }
  .row-featured-member-testimonial .columns.large-4 {
    margin-bottom: -4rem;
  }
  .row-featured-member-testimonial .columns.large-4 .feat-mem-wrap .feat-mem-img,
  .row-featured-member-testimonial .columns.large-4 .feat-mem-wrap .feat-mem-img img {
    width: 130px;
  }
  .row-featured-member-testimonial .columns.large-4 .feat-mem-wrap .feat-mem-info p {
    line-height: 1.3;
  }
  .row-featured-member-testimonial .columns.large-4 .feat-mem-wrap .feat-mem-info p.mem-name {
    font-size: 1.3rem;
  }
  .row-featured-member-testimonial .columns.large-4 .feat-mem-wrap .feat-mem-info p.mem-since {
    font-size: 1.1rem !important;
  }
  .mktoForm input[type=date],
  .mktoForm input[type=email],
  .mktoForm input[type=number],
  .mktoForm input[type=tel],
  .mktoForm input[type=text],
  .mktoForm input[type=url],
  .mktoForm select.mktoField,
  .mktoForm textarea.mktoField {
    height: auto !important;
    min-height: 2.75rem;
  }
  .mktoForm textarea.mktoField {
    min-height: 132px;
  }
  .financial-resources-callout {
    background-position: 31% center;
    padding-bottom: 0;
  }
  .financial-resources-callout .large-8 {
    padding-top: 1.25rem;
  }
  #locations-page-hero.hero-banner {
    min-height: unset;
  }
  #locations-page-hero.hero-banner.bg-img:after {
    background: linear-gradient(93deg, rgba(255, 255, 255, 0.99) 0, rgba(255, 255, 255, 0.99) 55%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
  }
  #locations-page-hero.hero-banner .grid-row.content .large-12.columns {
    width: 70% !important;
  }
  #locations-page-hero h1, #locations-page-hero .h1,
  #locations-page-hero.hero-banner h1 {
    font-size: 1.5rem;
  }
  .pre-footer-mission {
    padding-left: 0;
  }
  .pre-footer-mission .row-flex .mission-icon {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
  }
  .pre-footer-mission .row-flex .mission-statement {
    padding-right: 0;
    font-size: 1.1rem;
  }
  .pre-footer-nextlevel-cta .nl-cta-container,
  .promos-nextlevel-cta .nl-cta-container {
    background-size: 100% auto;
    padding: 62vw 1.25rem 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .form-slider.slider-container:not(.promo-slider) .slide-info .contain {
    top: auto;
    transform: none;
  }
  .form-slider.slider-container .slide-info p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 375px) {
  body .unignorable-alert {
    top: -500%;
  }
  body .unignorable-alert.show {
    top: 0;
  }
}
.transform-none {
  text-transform: none !important;
}

.mktoButton {
  border-radius: 0 !important;
}

#gridContent {
  overflow: hidden;
}

.gradient-text-purple-dark,
.gradient-text-purple-dark sup {
  background: rgb(17, 46, 81);
  background: -webkit-linear-gradient(0deg, rgb(17, 46, 81) 0%, rgb(178, 0, 173) 120%);
  background: linear-gradient(0deg, rgb(17, 46, 81) 0%, rgb(178, 0, 173) 120%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1280px) {
  .form-slider.slider-container li::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    clip-path: none !important;
    backdrop-filter: blur(0.25rem);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0.85) 60%, rgba(255, 255, 255, 0.1) 100%);
  }
  .feature.item-box,
  .slider-container ul li {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (min-width: 1281px) {
  #finalytics.content::after,
  #finalytics.content::before,
  .form-slider.slider-container li::after {
    clip-path: polygon(0 0, calc((100vw - 1280px) / 2 + 426.6666666667px + 1.25rem) 0, calc((100vw - 1280px) / 2 + 426.6666666667px + 1.25rem) 101%, 0 101%) !important;
    -webkit-backdrop-filter: blur(0.25rem);
    backdrop-filter: blur(0.25rem);
    pointer-events: none;
  }
}
@media only screen and (min-width: 1024px) {
  .header-bottom-row::after {
    content: "";
    width: 100%;
    display: block;
    height: 74px;
    background-image: linear-gradient(135deg, #201547 0%, #5949a7 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  header[role=banner] #primarySectionMenu {
    position: relative;
    z-index: 1;
  }
  header[role=banner] #primarySectionMenu a {
    color: #e7e5f3;
  }
  header[role=banner] #primarySectionMenu a:hover {
    color: rgb(149.3, 138.1, 203.9);
    text-decoration: none;
  }
  header[role=banner] #primarySectionMenu ul li.active a:after,
  header[role=banner] #primarySectionMenu ul li.active a:hover:after {
    background: #f6f3f6 !important;
  }
  #primaryNav ul,
  .content-wrapper {
    width: 100%;
    max-width: 90rem;
    margin-inline: auto;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 599px) {
  #primaryNav ul,
  .content-wrapper {
    padding-inline: 0.5rem;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 600px) and (max-width: 1023px) {
  #primaryNav ul,
  .content-wrapper {
    padding-inline: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  #primaryNav {
    display: block;
  }
  #primaryNav.fixed {
    position: fixed;
    top: 84px;
    z-index: 2000;
  }
  #primaryNav .slider-container ul {
    padding: 0 1.25rem;
    background: transparent;
  }
  #primaryNav .slider-container ul li {
    min-height: 31.25rem !important;
  }
  #primaryNavMobile {
    display: none;
  }
  #featuredServices .related-item.selected {
    display: block;
  }
  #featuredServices ul li.feature-item {
    padding: 0.9375rem 1.25rem;
    border-top: 1px solid #f4f4f4;
  }
  #featuredServices ul li.feature-item:first-child {
    border-top: none;
  }
  #featuredServices ul li.feature-item:last-child {
    padding: 0.9375rem 1.25rem;
  }
  #featuredServices ul li.feature-item:hover {
    cursor: pointer;
  }
  #featuredServices ul li.feature-item.selected {
    background: #f4f4f4;
  }
  #featuredServices ul li.feature-item .item-info {
    float: none;
    display: block;
    width: auto;
    padding-left: 0;
  }
  #featuredServices ul li.feature-item img {
    display: none;
  }
  .slider-container #primaryNav ul,
  .slider-container .content-wrapper {
    padding: 0 1.25rem;
    background: transparent;
  }
  .slider-container .content-wrapper {
    display: flex;
    align-self: center;
    justify-content: left;
    z-index: 1;
  }
  .slider-container .slide-list li {
    display: flex !important;
  }
  .slider-container .slide-list li:only-child .content-wrapper {
    justify-content: flex-start;
  }
  .slider-container .slide-info {
    position: relative;
    max-width: 33.75rem;
    height: auto;
    padding: 1.5625rem 2.5rem;
  }
  .slider-container .slider-nav-overlay {
    bottom: 44px;
    left: 44px;
  }
  .slider-container .slider-nav-overlay.show {
    transition: 0.3s ease-out;
    opacity: 1;
    border-bottom: none;
  }
  .with-extension .slide-extension {
    display: flex;
    background: #201547;
    border-left: 6px solid #da772f;
    height: 100%;
  }
  .with-extension .extension-link {
    min-width: 15rem;
    display: block;
  }
  #pageHeader .page-intro {
    position: absolute;
    bottom: 0;
    padding: 1.875rem;
  }
  .call-to-action {
    padding: 1.875rem 3.75rem;
  }
  .account-helper.two-third-panel .brand-message h1,
  .account-helper.two-third-panel .brand-message .h1 {
    left: 60%;
    font-size: 4.0625rem;
  }
}
@media screen and (max-width: 1023px) {
  #pageHeader, #homeSlider {
    min-height: 40vh;
  }
}
:root {
  --oaz-primary: var(--bs-primary);
  --oaz-secondary: var(--bs-secondary);
  --oaz-success: var(--bs-success);
  --oaz-info: var(--bs-info);
  --oaz-warning: var(--bs-warning);
  --oaz-danger: var(--bs-danger);
  --oaz-light: var(--bs-light);
  --oaz-dark: var(--bs-dark);
  --oaz-primary-new: var(--bs-primary);
  --oaz-light-new: var(--bs-light);
  --oaz-dark-new: var(--bs-dark);
  --oaz-info-new: var(--bs-info);
  --oaz-secondary-dark-new: var(--bs-secondary);
  --section-bg: var(--bs-light);
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: rgba(0, 0, 0, 0.95);
  --bs-backdrop-opacity: 0.5;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.icon-primary {
  filter: brightness(0) saturate(100%) invert(29%) sepia(52%) saturate(784%) hue-rotate(210deg) brightness(96%) contrast(94%);
}

.icon-secondary {
  filter: brightness(0) saturate(100%) invert(16%) sepia(45%) saturate(2409%) hue-rotate(165deg) brightness(97%) contrast(102%);
}

.icon-dark {
  filter: brightness(0) saturate(100%) invert(13%) sepia(16%) saturate(2733%) hue-rotate(216deg) brightness(99%) contrast(109%);
}

.icon-light {
  filter: brightness(0) saturate(100%) invert(92%) sepia(2%) saturate(1235%) hue-rotate(206deg) brightness(102%) contrast(91%);
}

.icon-info {
  filter: brightness(0) saturate(100%) invert(96%) sepia(6%) saturate(505%) hue-rotate(116deg) brightness(94%) contrast(99%);
}

.icon-success {
  filter: brightness(0) saturate(100%) invert(92%) sepia(56%) saturate(296%) hue-rotate(87deg) brightness(88%) contrast(88%);
}

.icon-white {
  filter: brightness(0) saturate(100%) invert(100%);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.w-100 {
  width: 100% !important;
}

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-100 {
    width: 100% !important;
  }
}
.w-90 {
  width: 90% !important;
}

@media (min-width: 576px) {
  .w-sm-90 {
    width: 90% !important;
  }
}
@media (min-width: 768px) {
  .w-md-90 {
    width: 90% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-90 {
    width: 90% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-90 {
    width: 90% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-90 {
    width: 90% !important;
  }
}
.w-75 {
  width: 75% !important;
}

@media (min-width: 576px) {
  .w-sm-75 {
    width: 75% !important;
  }
}
@media (min-width: 768px) {
  .w-md-75 {
    width: 75% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-75 {
    width: 75% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-75 {
    width: 75% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-75 {
    width: 75% !important;
  }
}
.w-66 {
  width: 66.6667% !important;
}

@media (min-width: 576px) {
  .w-sm-66 {
    width: 66.6667% !important;
  }
}
@media (min-width: 768px) {
  .w-md-66 {
    width: 66.6667% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-66 {
    width: 66.6667% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-66 {
    width: 66.6667% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-66 {
    width: 66.6667% !important;
  }
}
.w-50 {
  width: 50% !important;
}

@media (min-width: 576px) {
  .w-sm-50 {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-50 {
    width: 50% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-50 {
    width: 50% !important;
  }
}
.w-33 {
  width: 33.3333% !important;
}

@media (min-width: 576px) {
  .w-sm-33 {
    width: 33.3333% !important;
  }
}
@media (min-width: 768px) {
  .w-md-33 {
    width: 33.3333% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-33 {
    width: 33.3333% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-33 {
    width: 33.3333% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-33 {
    width: 33.3333% !important;
  }
}
.w-25 {
  width: 25% !important;
}

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
}
@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-25 {
    width: 25% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-25 {
    width: 25% !important;
  }
}
@media (min-width: 576px) {
  .border-sm {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-sm-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-end-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-sm-start-0 {
    border-left: 0 !important;
  }
  .border-sm-1 {
    border-width: 1px !important;
  }
  .border-sm-2 {
    border-width: 2px !important;
  }
  .border-sm-3 {
    border-width: 3px !important;
  }
  .border-sm-4 {
    border-width: 4px !important;
  }
  .border-sm-5 {
    border-width: 5px !important;
  }
  .border-sm-6 {
    border-width: 6px !important;
  }
  .border-sm-7 {
    border-width: 7px !important;
  }
  .border-sm-8 {
    border-width: 8px !important;
  }
  .border-sm-9 {
    border-width: 9px !important;
  }
  .border-sm-10 {
    border-width: 10px !important;
  }
}
@media (min-width: 768px) {
  .border-md {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-md-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-end-0 {
    border-right: 0 !important;
  }
  .border-md-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-md-start-0 {
    border-left: 0 !important;
  }
  .border-md-1 {
    border-width: 1px !important;
  }
  .border-md-2 {
    border-width: 2px !important;
  }
  .border-md-3 {
    border-width: 3px !important;
  }
  .border-md-4 {
    border-width: 4px !important;
  }
  .border-md-5 {
    border-width: 5px !important;
  }
  .border-md-6 {
    border-width: 6px !important;
  }
  .border-md-7 {
    border-width: 7px !important;
  }
  .border-md-8 {
    border-width: 8px !important;
  }
  .border-md-9 {
    border-width: 9px !important;
  }
  .border-md-10 {
    border-width: 10px !important;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-lg-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-end-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-lg-start-0 {
    border-left: 0 !important;
  }
  .border-lg-1 {
    border-width: 1px !important;
  }
  .border-lg-2 {
    border-width: 2px !important;
  }
  .border-lg-3 {
    border-width: 3px !important;
  }
  .border-lg-4 {
    border-width: 4px !important;
  }
  .border-lg-5 {
    border-width: 5px !important;
  }
  .border-lg-6 {
    border-width: 6px !important;
  }
  .border-lg-7 {
    border-width: 7px !important;
  }
  .border-lg-8 {
    border-width: 8px !important;
  }
  .border-lg-9 {
    border-width: 9px !important;
  }
  .border-lg-10 {
    border-width: 10px !important;
  }
}
@media (min-width: 1200px) {
  .border-xl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-xl-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-end-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xl-start-0 {
    border-left: 0 !important;
  }
  .border-xl-1 {
    border-width: 1px !important;
  }
  .border-xl-2 {
    border-width: 2px !important;
  }
  .border-xl-3 {
    border-width: 3px !important;
  }
  .border-xl-4 {
    border-width: 4px !important;
  }
  .border-xl-5 {
    border-width: 5px !important;
  }
  .border-xl-6 {
    border-width: 6px !important;
  }
  .border-xl-7 {
    border-width: 7px !important;
  }
  .border-xl-8 {
    border-width: 8px !important;
  }
  .border-xl-9 {
    border-width: 9px !important;
  }
  .border-xl-10 {
    border-width: 10px !important;
  }
}
@media (min-width: 1400px) {
  .border-xxl {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .border-xxl-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl-top-0 {
    border-top: 0 !important;
  }
  .border-xxl-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl-end-0 {
    border-right: 0 !important;
  }
  .border-xxl-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xxl-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }
  .border-xxl-start-0 {
    border-left: 0 !important;
  }
  .border-xxl-1 {
    border-width: 1px !important;
  }
  .border-xxl-2 {
    border-width: 2px !important;
  }
  .border-xxl-3 {
    border-width: 3px !important;
  }
  .border-xxl-4 {
    border-width: 4px !important;
  }
  .border-xxl-5 {
    border-width: 5px !important;
  }
  .border-xxl-6 {
    border-width: 6px !important;
  }
  .border-xxl-7 {
    border-width: 7px !important;
  }
  .border-xxl-8 {
    border-width: 8px !important;
  }
  .border-xxl-9 {
    border-width: 9px !important;
  }
  .border-xxl-10 {
    border-width: 10px !important;
  }
}
.border-primary {
  border-color: #5949a7 !important;
}

.border-secondary {
  border-color: #201547 !important;
}

.border-info {
  border-color: #d5eee9 !important;
}

.border-success {
  border-color: #97d5c9 !important;
}

.border-warning {
  border-color: #da772f !important;
}

.border-danger {
  border-color: #de1b3c !important;
}

.border-light {
  border-color: #e7e5f3 !important;
}

.border-dark {
  border-color: #201547 !important;
}

.border-black {
  border-color: rgba(0, 0, 0, 0.95) !important;
}

.border-white {
  border-color: rgb(255, 255, 255) !important;
}

.border-lighter {
  border-color: #f6f3f6 !important;
}

.border-body-color {
  border-color: rgba(0, 0, 0, 0.8) !important;
}

.border-light-gray {
  border-color: #d9d9d9 !important;
}

.border-dark-gray {
  border-color: #a6a6a6 !important;
}

.border-neutral {
  border-color: #f6f3f6 !important;
}

.border-ponderosa {
  border-color: #004053 !important;
}

.min-h-100 {
  min-height: 100px !important;
}

.min-w-100 {
  min-width: 100px !important;
}

.min-h-200 {
  min-height: 200px !important;
}

.min-w-200 {
  min-width: 200px !important;
}

.min-h-300 {
  min-height: 300px !important;
}

.min-w-300 {
  min-width: 300px !important;
}

.min-h-400 {
  min-height: 400px !important;
}

.min-w-400 {
  min-width: 400px !important;
}

.min-h-500 {
  min-height: 500px !important;
}

.min-w-500 {
  min-width: 500px !important;
}

.min-h-600 {
  min-height: 600px !important;
}

.min-w-600 {
  min-width: 600px !important;
}

.min-h-700 {
  min-height: 700px !important;
}

.min-w-700 {
  min-width: 700px !important;
}

.min-h-800 {
  min-height: 800px !important;
}

.min-w-800 {
  min-width: 800px !important;
}

.min-h-900 {
  min-height: 900px !important;
}

.min-w-900 {
  min-width: 900px !important;
}

.min-h-1000 {
  min-height: 1000px !important;
}

.min-w-1000 {
  min-width: 1000px !important;
}

.pattern-overlay-info::before {
  background-image: url("https://www.oneazcu.com/media/lv5lfydj/pattern-agave.webp");
}

.pattern-overlay-primary::before {
  background-image: url("https://www.oneazcu.com/media/1ytnal4d/pattern-primary.webp");
}

.pattern-overlay-light::before {
  background-image: url("https://www.oneazcu.com/media/esoibozg/patter-light.webp");
}

.hover-light:hover {
  background-color: #e7e5f3 !important;
  color: #201547 !important;
  text-decoration: none !important;
}

.hover-dark:hover {
  background-color: #201547 !important;
  color: #e7e5f3 !important;
  text-decoration: none !important;
}

.hover-primary:hover {
  background-color: #5949a7 !important;
  color: rgb(255, 255, 255) !important;
  text-decoration: none !important;
}

.hover-transparent:hover {
  background-color: transparent !important;
  color: inherit !important;
  text-decoration: none !important;
}

.table-primary-theme table.primary-table {
  width: 100%;
  border-collapse: collapse;
  color: #201547;
}

.table-primary-theme table.primary-table thead {
  background-color: #5949a7;
  color: #ffffff;
}

.table-primary-theme table.primary-table thead th {
  padding: 0.75rem;
  text-align: left;
  font-weight: 600;
}

.table-primary-theme table.primary-table tbody tr:nth-child(even) {
  background-color: #e7e5f3;
}

.table-primary-theme table.primary-table tbody tr td {
  padding: 0.75rem;
  vertical-align: top;
}

.table-primary-theme table.primary-table tfoot {
  font-weight: bold;
}

.table-primary-theme table.primary-table tfoot td {
  padding: 0.75rem;
  background-color: #e7e5f3;
}

.btn.btn-light {
  display: inline-block;
  background-color: #e7e5f3;
  border: 1px solid #e7e5f3;
  font-size: 1.1rem;
  color: #201547;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active {
  background-color: #201547;
  border-color: #e7e5f3;
  color: #e7e5f3;
  text-decoration: none;
}

.btn.btn-primary {
  display: inline-block;
  background-color: #5949a7;
  border: 1px solid #5949a7;
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  background-color: rgb(255, 255, 255);
  border-color: #5949a7;
  color: #5949a7;
  text-decoration: none;
}

.btn.btn-dark {
  display: inline-block;
  background-color: #201547;
  border: 1px solid #201547;
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.btn.btn-dark:hover, .btn.btn-dark:focus, .btn.btn-dark:active {
  background-color: rgb(255, 255, 255);
  border-color: #201547;
  color: #201547;
  text-decoration: none;
}

.btn.btn-info {
  display: inline-block;
  background-color: #d5eee9;
  border: 1px solid #d5eee9;
  font-size: 1.1rem;
  color: #004053;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active {
  background-color: #004053;
  border-color: #d5eee9;
  color: #d5eee9;
  text-decoration: none;
}

.btn.btn-success {
  display: inline-block;
  background-color: #97d5c9;
  border: 1px solid #97d5c9;
  font-size: 1.1rem;
  color: #201547;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active {
  background-color: #201547;
  border-color: #97d5c9;
  color: #97d5c9;
  text-decoration: none;
}

.btn.btn-ponderosa {
  display: inline-block;
  background-color: #004053;
  border: 1px solid #004053;
  font-size: 1.1rem;
  color: rgb(255, 255, 255);
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.btn.btn-ponderosa:hover, .btn.btn-ponderosa:focus, .btn.btn-ponderosa:active {
  background-color: rgb(255, 255, 255);
  border-color: #004053;
  color: #004053;
  text-decoration: none;
}

.btn.btn-white {
  display: inline-block;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  font-size: 1.1rem;
  color: #201547;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
  background-color: #201547;
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.btn.btn-outline-light,
.btn.btn-light-outline {
  background-color: transparent;
  border: 1px solid #e7e5f3;
  color: #e7e5f3;
  font-size: 1.1rem;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active,
.btn.btn-light-outline:hover,
.btn.btn-light-outline:focus,
.btn.btn-light-outline:active {
  background-color: #e7e5f3;
  border-color: #e7e5f3;
  color: #201547;
  text-decoration: none;
}

.btn.btn-outline-primary,
.btn.btn-primary-outline {
  background-color: transparent;
  border: 1px solid #5949a7;
  color: #5949a7;
  font-size: 1.1rem;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active,
.btn.btn-primary-outline:hover,
.btn.btn-primary-outline:focus,
.btn.btn-primary-outline:active {
  background-color: #5949a7;
  border-color: #5949a7;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.btn.btn-outline-dark,
.btn.btn-dark-outline {
  background-color: transparent;
  border: 1px solid #201547;
  color: #201547;
  font-size: 1.1rem;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus, .btn.btn-outline-dark:active,
.btn.btn-dark-outline:hover,
.btn.btn-dark-outline:focus,
.btn.btn-dark-outline:active {
  background-color: #201547;
  border-color: #201547;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.btn.btn-outline-info,
.btn.btn-info-outline {
  background-color: transparent;
  border: 1px solid #d5eee9;
  color: #d5eee9;
  font-size: 1.1rem;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.btn.btn-outline-info:hover, .btn.btn-outline-info:focus, .btn.btn-outline-info:active,
.btn.btn-info-outline:hover,
.btn.btn-info-outline:focus,
.btn.btn-info-outline:active {
  background-color: #d5eee9;
  border-color: #d5eee9;
  color: #004053;
  text-decoration: none;
}

.btn.btn-outline-success,
.btn.btn-success-outline {
  background-color: transparent;
  border: 1px solid #97d5c9;
  color: #97d5c9;
  font-size: 1.1rem;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.btn.btn-outline-success:hover, .btn.btn-outline-success:focus, .btn.btn-outline-success:active,
.btn.btn-success-outline:hover,
.btn.btn-success-outline:focus,
.btn.btn-success-outline:active {
  background-color: #97d5c9;
  border-color: #97d5c9;
  color: #201547;
  text-decoration: none;
}

.btn.btn-outline-ponderosa,
.btn.btn-ponderosa-outline {
  background-color: transparent;
  border: 1px solid #004053;
  color: #004053;
  font-size: 1.1rem;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.btn.btn-outline-ponderosa:hover, .btn.btn-outline-ponderosa:focus, .btn.btn-outline-ponderosa:active,
.btn.btn-ponderosa-outline:hover,
.btn.btn-ponderosa-outline:focus,
.btn.btn-ponderosa-outline:active {
  background-color: #004053;
  border-color: #004053;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.btn.btn-outline-white,
.btn.btn-white-outline {
  background-color: transparent;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-size: 1.1rem;
  padding: 0.5rem 1.25rem;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active,
.btn.btn-white-outline:hover,
.btn.btn-white-outline:focus,
.btn.btn-white-outline:active {
  background-color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  color: #201547;
  text-decoration: none;
}

/*# sourceMappingURL=main.css.map */
