/*!
 *
 * Allegro boilerplate template
 * allegrointeraktiv 2017
 *
 */
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  pointer-events: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}

.splide__pagination li {
  pointer-events: auto;
  margin: 0;
  line-height: 1;
  list-style-type: none;
  display: inline-block;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  visibility: hidden;
  position: relative;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  position: relative;
  list-style-type: none !important;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  contain: strict;
  border: 2px solid #999;
  border-left-color: #0000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: auto;
  animation: 1s linear infinite splide-loading;
  display: inline-block;
  position: absolute;
  inset: 0;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  z-index: 0;
  position: relative;
  overflow: hidden;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  opacity: 0;
  z-index: 0;
  margin: 0 !important;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  cursor: pointer;
  opacity: .7;
  z-index: 1;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.splide__arrow svg {
  fill: #000;
  width: 1.2em;
  height: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9;
}

.splide__arrow:disabled {
  opacity: .3;
}

.splide__arrow:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__pagination {
  z-index: 1;
  padding: 0 1em;
  position: absolute;
  bottom: .5em;
  left: 0;
  right: 0;
}

.splide__pagination__page {
  opacity: .7;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 3px;
  padding: 0;
  transition: transform .2s linear;
  display: inline-block;
  position: relative;
}

.splide__pagination__page.is-active {
  z-index: 1;
  background: #fff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9;
}

.splide__pagination__page:focus-visible, .splide.is-focus-in .splide__pagination__page:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: #0000;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline-offset: -3px;
    outline: 3px solid #0bf;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline-offset: -3px;
    outline: 3px solid #0bf;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible, .splide.is-focus-in .splide__toggle:focus {
  outline-offset: 3px;
  outline: 3px solid #0bf;
}

.splide__track--nav > .splide__list > .splide__slide {
  cursor: pointer;
  border: 3px solid #0000;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  top: auto;
  bottom: 1em;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1em 0;
  display: -ms-flexbox;
  display: flex;
  inset: 0 .5em 0 auto;
}

: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: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --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: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: #212529bf;
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: #21252980;
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: #0000002d;
  --bs-border-radius: .375rem;
  --bs-border-radius-sm: .25rem;
  --bs-border-radius-lg: .5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 .5rem 1rem #00000026;
  --bs-box-shadow-sm: 0 .125rem .25rem #00000013;
  --bs-box-shadow-lg: 0 1rem 3rem #0000002d;
  --bs-box-shadow-inset: inset 0 1px 2px #00000013;
  --bs-focus-ring-width: .25rem;
  --bs-focus-ring-opacity: .25;
  --bs-focus-ring-color: #0d6efd40;
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme="dark"] {
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: #dee2e6bf;
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: #dee2e680;
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: #ffffff26;
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

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

body {
  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: #0000;
  margin: 0;
}

hr {
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
  margin: 1rem 0;
}

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

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (width >= 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (width >= 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (width >= 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (width >= 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: .875em;
}

mark {
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
  padding: .1875em;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.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 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: .875em;
  display: block;
  overflow: auto;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  color: var(--bs-code-color);
  word-wrap: break-word;
  font-size: .875em;
}

a > code {
  color: inherit;
}

kbd {
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem;
  padding: .1875rem .375rem;
  font-size: .875em;
}

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 {
  color: var(--bs-secondary-color);
  text-align: left;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

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 {
  border-style: none;
  padding: 0;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  line-height: inherit;
  margin-bottom: .5rem;
  padding: 0;
  font-size: calc(1.275rem + .3vw);
}

@media (width >= 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-datetime-edit-text {
  padding: 0;
}

::-webkit-datetime-edit-minute {
  padding: 0;
}

::-webkit-datetime-edit-hour-field {
  padding: 0;
}

::-webkit-datetime-edit-day-field {
  padding: 0;
}

::-webkit-datetime-edit-month-field {
  padding: 0;
}

::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

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

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container, .select-office-by-county__offices, .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) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-left: auto;
  margin-right: auto;
}

@media (width >= 576px) {
  .container-sm, .container, .select-office-by-county__offices {
    max-width: 540px;
  }
}

@media (width >= 768px) {
  .container-md, .container-sm, .container, .select-office-by-county__offices {
    max-width: 720px;
  }
}

@media (width >= 992px) {
  .container-lg, .container-md, .container-sm, .container, .select-office-by-county__offices {
    max-width: 960px;
  }
}

@media (width >= 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container, .select-office-by-county__offices {
    max-width: 1140px;
  }
}

@media (width >= 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container, .select-office-by-county__offices {
    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;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}

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

.col {
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}

.row-cols-auto > * {
  -ms-flex: none;
  flex: none;
  width: auto;
}

.row-cols-1 > * {
  -ms-flex: none;
  flex: none;
  width: 100%;
}

.row-cols-2 > * {
  -ms-flex: none;
  flex: none;
  width: 50%;
}

.row-cols-3 > * {
  -ms-flex: none;
  flex: none;
  width: 33.3333%;
}

.row-cols-4 > * {
  -ms-flex: none;
  flex: none;
  width: 25%;
}

.row-cols-5 > * {
  -ms-flex: none;
  flex: none;
  width: 20%;
}

.row-cols-6 > * {
  -ms-flex: none;
  flex: none;
  width: 16.6667%;
}

.col-auto {
  -ms-flex: none;
  flex: none;
  width: auto;
}

.col-1 {
  -ms-flex: none;
  flex: none;
  width: 8.33333%;
}

.col-2 {
  -ms-flex: none;
  flex: none;
  width: 16.6667%;
}

.col-3 {
  -ms-flex: none;
  flex: none;
  width: 25%;
}

.col-4 {
  -ms-flex: none;
  flex: none;
  width: 33.3333%;
}

.col-5 {
  -ms-flex: none;
  flex: none;
  width: 41.6667%;
}

.col-6 {
  -ms-flex: none;
  flex: none;
  width: 50%;
}

.col-7 {
  -ms-flex: none;
  flex: none;
  width: 58.3333%;
}

.col-8 {
  -ms-flex: none;
  flex: none;
  width: 66.6667%;
}

.col-9 {
  -ms-flex: none;
  flex: none;
  width: 75%;
}

.col-10 {
  -ms-flex: none;
  flex: none;
  width: 83.3333%;
}

.col-11 {
  -ms-flex: none;
  flex: none;
  width: 91.6667%;
}

.col-12 {
  -ms-flex: none;
  flex: none;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-1, .gx-1 {
  --bs-gutter-x: .25rem;
}

.g-1, .gy-1 {
  --bs-gutter-y: .25rem;
}

.g-2, .gx-2 {
  --bs-gutter-x: .5rem;
}

.g-2, .gy-2 {
  --bs-gutter-y: .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;
}

@media (width >= 576px) {
  .col-sm {
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }

  .row-cols-sm-auto > * {
    -ms-flex: none;
    flex: none;
    width: auto;
  }

  .row-cols-sm-1 > * {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .row-cols-sm-4 > * {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    -ms-flex: none;
    flex: none;
    width: 16.6667%;
  }

  .col-sm-auto {
    -ms-flex: none;
    flex: none;
    width: auto;
  }

  .col-sm-1 {
    -ms-flex: none;
    flex: none;
    width: 8.33333%;
  }

  .col-sm-2 {
    -ms-flex: none;
    flex: none;
    width: 16.6667%;
  }

  .col-sm-3 {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .col-sm-4 {
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .col-sm-5 {
    -ms-flex: none;
    flex: none;
    width: 41.6667%;
  }

  .col-sm-6 {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .col-sm-7 {
    -ms-flex: none;
    flex: none;
    width: 58.3333%;
  }

  .col-sm-8 {
    -ms-flex: none;
    flex: none;
    width: 66.6667%;
  }

  .col-sm-9 {
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .col-sm-10 {
    -ms-flex: none;
    flex: none;
    width: 83.3333%;
  }

  .col-sm-11 {
    -ms-flex: none;
    flex: none;
    width: 91.6667%;
  }

  .col-sm-12 {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

  .offset-sm-2 {
    margin-left: 16.6667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333%;
  }

  .offset-sm-5 {
    margin-left: 41.6667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333%;
  }

  .offset-sm-8 {
    margin-left: 66.6667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333%;
  }

  .offset-sm-11 {
    margin-left: 91.6667%;
  }

  .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: .25rem;
  }

  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: .25rem;
  }

  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: .5rem;
  }

  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: .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;
  }
}

@media (width >= 768px) {
  .col-md {
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }

  .row-cols-md-auto > * {
    -ms-flex: none;
    flex: none;
    width: auto;
  }

  .row-cols-md-1 > * {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .row-cols-md-2 > * {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .row-cols-md-3 > * {
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .row-cols-md-4 > * {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .row-cols-md-5 > * {
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .row-cols-md-6 > * {
    -ms-flex: none;
    flex: none;
    width: 16.6667%;
  }

  .col-md-auto {
    -ms-flex: none;
    flex: none;
    width: auto;
  }

  .col-md-1 {
    -ms-flex: none;
    flex: none;
    width: 8.33333%;
  }

  .col-md-2 {
    -ms-flex: none;
    flex: none;
    width: 16.6667%;
  }

  .col-md-3 {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .col-md-4 {
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .col-md-5 {
    -ms-flex: none;
    flex: none;
    width: 41.6667%;
  }

  .col-md-6 {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .col-md-7 {
    -ms-flex: none;
    flex: none;
    width: 58.3333%;
  }

  .col-md-8 {
    -ms-flex: none;
    flex: none;
    width: 66.6667%;
  }

  .col-md-9 {
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .col-md-10 {
    -ms-flex: none;
    flex: none;
    width: 83.3333%;
  }

  .col-md-11 {
    -ms-flex: none;
    flex: none;
    width: 91.6667%;
  }

  .col-md-12 {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

  .offset-md-2 {
    margin-left: 16.6667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333%;
  }

  .offset-md-5 {
    margin-left: 41.6667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333%;
  }

  .offset-md-8 {
    margin-left: 66.6667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333%;
  }

  .offset-md-11 {
    margin-left: 91.6667%;
  }

  .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: .25rem;
  }

  .g-md-1, .gy-md-1 {
    --bs-gutter-y: .25rem;
  }

  .g-md-2, .gx-md-2 {
    --bs-gutter-x: .5rem;
  }

  .g-md-2, .gy-md-2 {
    --bs-gutter-y: .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;
  }
}

@media (width >= 992px) {
  .col-lg {
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }

  .row-cols-lg-auto > * {
    -ms-flex: none;
    flex: none;
    width: auto;
  }

  .row-cols-lg-1 > * {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .row-cols-lg-4 > * {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    -ms-flex: none;
    flex: none;
    width: 16.6667%;
  }

  .col-lg-auto {
    -ms-flex: none;
    flex: none;
    width: auto;
  }

  .col-lg-1 {
    -ms-flex: none;
    flex: none;
    width: 8.33333%;
  }

  .col-lg-2 {
    -ms-flex: none;
    flex: none;
    width: 16.6667%;
  }

  .col-lg-3 {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .col-lg-4 {
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .col-lg-5 {
    -ms-flex: none;
    flex: none;
    width: 41.6667%;
  }

  .col-lg-6 {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .col-lg-7 {
    -ms-flex: none;
    flex: none;
    width: 58.3333%;
  }

  .col-lg-8 {
    -ms-flex: none;
    flex: none;
    width: 66.6667%;
  }

  .col-lg-9 {
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .col-lg-10 {
    -ms-flex: none;
    flex: none;
    width: 83.3333%;
  }

  .col-lg-11 {
    -ms-flex: none;
    flex: none;
    width: 91.6667%;
  }

  .col-lg-12 {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

  .offset-lg-2 {
    margin-left: 16.6667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333%;
  }

  .offset-lg-5 {
    margin-left: 41.6667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333%;
  }

  .offset-lg-8 {
    margin-left: 66.6667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333%;
  }

  .offset-lg-11 {
    margin-left: 91.6667%;
  }

  .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: .25rem;
  }

  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: .25rem;
  }

  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: .5rem;
  }

  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: .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;
  }
}

@media (width >= 1200px) {
  .col-xl {
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }

  .row-cols-xl-auto > * {
    -ms-flex: none;
    flex: none;
    width: auto;
  }

  .row-cols-xl-1 > * {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xl-4 > * {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    -ms-flex: none;
    flex: none;
    width: 16.6667%;
  }

  .col-xl-auto {
    -ms-flex: none;
    flex: none;
    width: auto;
  }

  .col-xl-1 {
    -ms-flex: none;
    flex: none;
    width: 8.33333%;
  }

  .col-xl-2 {
    -ms-flex: none;
    flex: none;
    width: 16.6667%;
  }

  .col-xl-3 {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .col-xl-4 {
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .col-xl-5 {
    -ms-flex: none;
    flex: none;
    width: 41.6667%;
  }

  .col-xl-6 {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .col-xl-7 {
    -ms-flex: none;
    flex: none;
    width: 58.3333%;
  }

  .col-xl-8 {
    -ms-flex: none;
    flex: none;
    width: 66.6667%;
  }

  .col-xl-9 {
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .col-xl-10 {
    -ms-flex: none;
    flex: none;
    width: 83.3333%;
  }

  .col-xl-11 {
    -ms-flex: none;
    flex: none;
    width: 91.6667%;
  }

  .col-xl-12 {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

  .offset-xl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333%;
  }

  .offset-xl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333%;
  }

  .offset-xl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333%;
  }

  .offset-xl-11 {
    margin-left: 91.6667%;
  }

  .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: .25rem;
  }

  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: .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;
  }
}

@media (width >= 1400px) {
  .col-xxl {
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }

  .row-cols-xxl-auto > * {
    -ms-flex: none;
    flex: none;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .row-cols-xxl-4 > * {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    -ms-flex: none;
    flex: none;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    -ms-flex: none;
    flex: none;
    width: 16.6667%;
  }

  .col-xxl-auto {
    -ms-flex: none;
    flex: none;
    width: auto;
  }

  .col-xxl-1 {
    -ms-flex: none;
    flex: none;
    width: 8.33333%;
  }

  .col-xxl-2 {
    -ms-flex: none;
    flex: none;
    width: 16.6667%;
  }

  .col-xxl-3 {
    -ms-flex: none;
    flex: none;
    width: 25%;
  }

  .col-xxl-4 {
    -ms-flex: none;
    flex: none;
    width: 33.3333%;
  }

  .col-xxl-5 {
    -ms-flex: none;
    flex: none;
    width: 41.6667%;
  }

  .col-xxl-6 {
    -ms-flex: none;
    flex: none;
    width: 50%;
  }

  .col-xxl-7 {
    -ms-flex: none;
    flex: none;
    width: 58.3333%;
  }

  .col-xxl-8 {
    -ms-flex: none;
    flex: none;
    width: 66.6667%;
  }

  .col-xxl-9 {
    -ms-flex: none;
    flex: none;
    width: 75%;
  }

  .col-xxl-10 {
    -ms-flex: none;
    flex: none;
    width: 83.3333%;
  }

  .col-xxl-11 {
    -ms-flex: none;
    flex: none;
    width: 91.6667%;
  }

  .col-xxl-12 {
    -ms-flex: none;
    flex: none;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

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

  .offset-xxl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6667%;
  }

  .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: .25rem;
  }

  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: .25rem;
  }

  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: .5rem;
  }

  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: .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;
  }
}

.form-label {
  margin-bottom: .5rem;
}

.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  font-size: inherit;
  margin-bottom: 0;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: .875rem;
}

.form-text {
  color: var(--bs-secondary-color);
  margin-top: .25rem;
  font-size: .875em;
}

.form-control, .umbraco-forms-field textarea, .umbraco-forms-field input[type="text"] {
  width: 100%;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-clip: padding-box;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .form-control, .umbraco-forms-field textarea, .umbraco-forms-field input[type="text"] {
    transition: none;
  }
}

.form-control[type="file"], .umbraco-forms-field input[type="file"][type="text"], .umbraco-forms-field textarea[type="file"] {
  overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]), .umbraco-forms-field input[type="file"][type="text"]:not(:disabled):not([readonly]), .umbraco-forms-field textarea[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus, .umbraco-forms-field textarea:focus, .umbraco-forms-field input[type="text"]:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.umbraco-forms-field input[type="text"]::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.umbraco-forms-field textarea::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

.form-control::-webkit-datetime-edit {
  padding: 0;
  display: block;
}

.umbraco-forms-field input[type="text"]::-webkit-datetime-edit {
  padding: 0;
  display: block;
}

.umbraco-forms-field textarea::-webkit-datetime-edit {
  padding: 0;
  display: block;
}

.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.umbraco-forms-field input[type="text"]::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.umbraco-forms-field input[type="text"]::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.umbraco-forms-field textarea::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.umbraco-forms-field textarea::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control:disabled, .umbraco-forms-field textarea:disabled, .umbraco-forms-field input[type="text"]:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

.form-control::-webkit-file-upload-button {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  margin: -.375rem -.75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::file-selector-button {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  margin: -.375rem -.75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control::file-selector-button {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  margin: -.375rem -.75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::-webkit-file-upload-button {
  border-right-width: var(--bs-border-width);
  margin-right: .75rem;
}

.form-control:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::-ms-browse {
  border-right-width: var(--bs-border-width);
  margin-right: .75rem;
}

.form-control:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
  border-right-width: var(--bs-border-width);
  margin-right: .75rem;
}

.form-control:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  border-left-width: var(--bs-border-width);
  margin-left: .75rem;
}

.form-control:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-ms-browse {
  border-left-width: var(--bs-border-width);
  margin-left: .75rem;
}

.form-control:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  border-left-width: var(--bs-border-width);
  margin-left: .75rem;
}

.umbraco-forms-field input[type="text"]::-webkit-file-upload-button {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  margin: -.375rem -.75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.umbraco-forms-field input[type="text"]::file-selector-button {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  margin: -.375rem -.75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.umbraco-forms-field input[type="text"]::file-selector-button {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  margin: -.375rem -.75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.umbraco-forms-field input[type="text"]:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::-webkit-file-upload-button {
  border-right-width: var(--bs-border-width);
  margin-right: .75rem;
}

.umbraco-forms-field input[type="text"]:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::-ms-browse {
  border-right-width: var(--bs-border-width);
  margin-right: .75rem;
}

.umbraco-forms-field input[type="text"]:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
  border-right-width: var(--bs-border-width);
  margin-right: .75rem;
}

.umbraco-forms-field input[type="text"]:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  border-left-width: var(--bs-border-width);
  margin-left: .75rem;
}

.umbraco-forms-field input[type="text"]:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-ms-browse {
  border-left-width: var(--bs-border-width);
  margin-left: .75rem;
}

.umbraco-forms-field input[type="text"]:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  border-left-width: var(--bs-border-width);
  margin-left: .75rem;
}

.umbraco-forms-field textarea::-webkit-file-upload-button {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  margin: -.375rem -.75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.umbraco-forms-field textarea::file-selector-button {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  margin: -.375rem -.75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.umbraco-forms-field textarea::file-selector-button {
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  margin: -.375rem -.75rem;
  padding: .375rem .75rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.umbraco-forms-field textarea:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::-webkit-file-upload-button {
  border-right-width: var(--bs-border-width);
  margin-right: .75rem;
}

.umbraco-forms-field textarea:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::-ms-browse {
  border-right-width: var(--bs-border-width);
  margin-right: .75rem;
}

.umbraco-forms-field textarea:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
  border-right-width: var(--bs-border-width);
  margin-right: .75rem;
}

.umbraco-forms-field textarea:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  border-left-width: var(--bs-border-width);
  margin-left: .75rem;
}

.umbraco-forms-field textarea:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-ms-browse {
  border-left-width: var(--bs-border-width);
  margin-left: .75rem;
}

.umbraco-forms-field textarea:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  border-left-width: var(--bs-border-width);
  margin-left: .75rem;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }

  .form-control::file-selector-button {
    transition: none;
  }

  .form-control::file-selector-button {
    transition: none;
  }

  .umbraco-forms-field input[type="text"]::-webkit-file-upload-button {
    transition: none;
  }

  .umbraco-forms-field input[type="text"]::file-selector-button {
    transition: none;
  }

  .umbraco-forms-field input[type="text"]::file-selector-button {
    transition: none;
  }

  .umbraco-forms-field textarea::-webkit-file-upload-button {
    transition: none;
  }

  .umbraco-forms-field textarea::file-selector-button {
    transition: none;
  }

  .umbraco-forms-field textarea::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

.form-control:hover:not(:disabled):not([readonly])::-ms-browse {
  background-color: var(--bs-secondary-bg);
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.umbraco-forms-field input[type="text"]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

.umbraco-forms-field input[type="text"]:hover:not(:disabled):not([readonly])::-ms-browse {
  background-color: var(--bs-secondary-bg);
}

.umbraco-forms-field input[type="text"]:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.umbraco-forms-field textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}

.umbraco-forms-field textarea:hover:not(:disabled):not([readonly])::-ms-browse {
  background-color: var(--bs-secondary-bg);
}

.umbraco-forms-field textarea:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  width: 100%;
  color: var(--bs-body-color);
  border: solid #0000;
  border-width: var(--bs-border-width) 0;
  background-color: #0000;
  margin-bottom: 0;
  padding: .375rem 0;
  line-height: 1.5;
  display: block;
}

.form-control-plaintext:focus {
  outline: 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  border-radius: var(--bs-border-radius-sm);
  padding: .25rem .5rem;
  font-size: .875rem;
}

.form-control-sm::-webkit-file-upload-button {
  margin: -.25rem -.5rem;
  padding: .25rem .5rem;
}

.form-control-sm::file-selector-button {
  margin: -.25rem -.5rem;
  padding: .25rem .5rem;
}

.form-control-sm::file-selector-button {
  margin: -.25rem -.5rem;
  padding: .25rem .5rem;
}

.form-control-sm:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::-webkit-file-upload-button {
  margin-right: .5rem;
}

.form-control-sm:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::-ms-browse {
  margin-right: .5rem;
}

.form-control-sm:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
  margin-right: .5rem;
}

.form-control-sm:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  margin-left: .5rem;
}

.form-control-sm:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-ms-browse {
  margin-left: .5rem;
}

.form-control-sm:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  margin-left: .5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  border-radius: var(--bs-border-radius-lg);
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.form-control-lg::-webkit-file-upload-button {
  margin: -.5rem -1rem;
  padding: .5rem 1rem;
}

.form-control-lg::file-selector-button {
  margin: -.5rem -1rem;
  padding: .5rem 1rem;
}

.form-control-lg::file-selector-button {
  margin: -.5rem -1rem;
  padding: .5rem 1rem;
}

.form-control-lg:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::-webkit-file-upload-button {
  margin-right: 1rem;
}

.form-control-lg:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::-ms-browse {
  margin-right: 1rem;
}

.form-control-lg:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
  margin-right: 1rem;
}

.form-control-lg:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
  margin-left: 1rem;
}

.form-control-lg:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-ms-browse {
  margin-left: 1rem;
}

.form-control-lg:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
  margin-left: 1rem;
}

textarea.form-control-sm {
  min-height: calc(1.5em + .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 + .75rem + calc(var(--bs-border-width) * 2));
  padding: .375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  border-radius: var(--bs-border-radius);
  border: 0 !important;
}

.form-control-color::-webkit-color-swatch {
  border-radius: var(--bs-border-radius);
  border: 0 !important;
}

.form-control-color.form-control-sm {
  height: calc(1.5em + .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");
  width: 100%;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  background-image: none;
  padding-right: .75rem;
}

.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

.form-select:-moz-focusring {
  color: #0000;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  border-radius: var(--bs-border-radius-sm);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.form-select-lg {
  border-radius: var(--bs-border-radius-lg);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

[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='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  min-height: 1.5rem;
  margin-bottom: .125rem;
  padding-left: 1.5em;
  display: block;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  text-align: right;
  padding-left: 0;
  padding-right: 1.5em;
}

.form-check-reverse .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.5em;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  vertical-align: top;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
}

.form-check-input[type="checkbox"] {
  border-radius: .25em;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem #0d6efd40;
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.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='%23fff' 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='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
  --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='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: .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");
  background-image: var(--bs-form-switch-bg);
  background-position: 0;
  border-radius: 2em;
  width: 2em;
  margin-left: -2.5em;
  transition: background-position .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='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  --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='%23fff'/%3e%3c/svg%3e");
  background-position: 100%;
}

.form-switch.form-check-reverse {
  padding-left: 0;
  padding-right: 2.5em;
}

.form-switch.form-check-reverse .form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
}

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

.btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: .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-floating {
  position: relative;
}

.form-floating > .form-control, .umbraco-forms-field .form-floating > textarea, .form-floating > .form-control-plaintext, .form-floating > .form-select, .umbraco-forms-field .form-floating > input[type="text"] {
  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 {
  z-index: 2;
  max-width: 100%;
  height: 100%;
  color: rgba(var(--bs-body-color-rgb), .65);
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  padding: 1rem .75rem;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.form-floating > label:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  text-align: left;
}

.form-floating > label:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  text-align: left;
}

.form-floating > label:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  text-align: right;
}

.form-floating > label:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  text-align: right;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}

.form-floating > .form-control, .umbraco-forms-field .form-floating > textarea, .form-floating > .form-control-plaintext, .umbraco-forms-field .form-floating > input[type="text"] {
  padding: 1rem .75rem;
}

.form-floating > .form-control::-moz-placeholder {
  color: #0000;
}

.form-floating > .form-control::placeholder {
  color: #0000;
}

.umbraco-forms-field .form-floating > input[type="text"]::-moz-placeholder {
  color: #0000;
}

.umbraco-forms-field .form-floating > input[type="text"]::placeholder {
  color: #0000;
}

.umbraco-forms-field .form-floating > textarea::-moz-placeholder {
  color: #0000;
}

.umbraco-forms-field .form-floating > textarea::placeholder {
  color: #0000;
}

.form-floating > .form-control-plaintext::-moz-placeholder {
  color: #0000;
}

.form-floating > .form-control-plaintext::placeholder {
  color: #0000;
}

.form-floating > .form-control:focus, .umbraco-forms-field .form-floating > textarea:focus, .form-floating > .form-control-plaintext:focus, .umbraco-forms-field .form-floating > input[type="text"]:focus {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control:not(:-ms-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.umbraco-forms-field .form-floating > input[type="text"]:not(:-ms-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.umbraco-forms-field .form-floating > input[type="text"]:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.umbraco-forms-field .form-floating > textarea:not(:-ms-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.umbraco-forms-field .form-floating > textarea:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control-plaintext:not(:-ms-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.umbraco-forms-field .form-floating > input[type="text"]:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.umbraco-forms-field .form-floating > textarea:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
  padding-left: .75rem;
}

.form-floating > .form-control:focus ~ label, .umbraco-forms-field .form-floating > textarea:focus ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label, .umbraco-forms-field .form-floating > input[type="text"]:focus ~ label {
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.form-floating > .form-control:not(:-ms-placeholder-shown) ~ label {
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.form-floating > .form-control:not(:placeholder-shown) ~ label {
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.umbraco-forms-field .form-floating > input[type="text"]:not(:-ms-placeholder-shown) ~ label {
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.umbraco-forms-field .form-floating > input[type="text"]:not(:placeholder-shown) ~ label {
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.umbraco-forms-field .form-floating > textarea:not(:-ms-placeholder-shown) ~ label {
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.umbraco-forms-field .form-floating > textarea:not(:placeholder-shown) ~ label {
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.umbraco-forms-field .form-floating > input[type="text"]:-webkit-autofill ~ label {
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.umbraco-forms-field .form-floating > textarea:-webkit-autofill ~ label {
  transform: scale(.85)translateY(-.5rem)translateX(.15rem);
}

.form-floating > textarea:focus ~ label:after {
  z-index: -1;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  height: 1.5em;
  position: absolute;
  inset: 1rem .375rem;
}

.form-floating > textarea:not(:-ms-placeholder-shown) ~ label:after {
  z-index: -1;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  height: 1.5em;
  position: absolute;
  inset: 1rem .375rem;
}

.form-floating > textarea:not(:placeholder-shown) ~ label:after {
  z-index: -1;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
  height: 1.5em;
  position: absolute;
  inset: 1rem .375rem;
}

.form-floating > textarea:disabled ~ label:after {
  background-color: var(--bs-secondary-bg);
}

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

.input-group {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.input-group > .form-control, .umbraco-forms-field .input-group > textarea, .input-group > .form-select, .input-group > .form-floating, .umbraco-forms-field .input-group > input[type="text"] {
  -ms-flex: auto;
  flex: auto;
  width: 1%;
  min-width: 0;
  position: relative;
}

.input-group > .form-control:focus, .umbraco-forms-field .input-group > textarea:focus, .input-group > .form-select:focus, .umbraco-forms-field .input-group > input[type="text"]:focus, .input-group > .form-floating:focus-within {
  z-index: 5;
}

.input-group .btn {
  z-index: 2;
  position: relative;
}

.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  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);
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
}

.input-group-lg > .form-control, .umbraco-forms-field .input-group-lg > textarea, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn, .umbraco-forms-field .input-group-lg > input[type="text"] {
  border-radius: var(--bs-border-radius-lg);
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.input-group-sm > .form-control, .umbraco-forms-field .input-group-sm > textarea, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn, .umbraco-forms-field .input-group-sm > input[type="text"] {
  border-radius: var(--bs-border-radius-sm);
  padding: .25rem .5rem;
  font-size: .875rem;
}

.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, .umbraco-forms-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .umbraco-forms-field .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type="text"], .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, .umbraco-forms-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea, .input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select, .umbraco-forms-field .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type="text"] {
  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(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .form-floating:not(:first-child) > .form-control, .umbraco-forms-field .input-group > .form-floating:not(:first-child) > textarea, .input-group > .form-floating:not(:first-child) > .form-select, .umbraco-forms-field .input-group > .form-floating:not(:first-child) > input[type="text"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-range {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #0000;
  width: 100%;
  height: 1.5rem;
  padding: 0;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40;
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  color: #0000;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.form-range::-moz-range-thumb {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  color: #0000;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

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

.valid-feedback {
  width: 100%;
  color: var(--bs-form-valid-color);
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.valid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

.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, .was-validated .umbraco-forms-field textarea:valid, .umbraco-forms-field .was-validated textarea:valid, .form-control.is-valid, .umbraco-forms-field textarea.is-valid, .was-validated .umbraco-forms-field input[type="text"]:valid, .umbraco-forms-field .was-validated input[type="text"]:valid, .umbraco-forms-field input.is-valid[type="text"] {
  border-color: var(--bs-form-valid-border-color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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.1'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-control:valid:focus, .was-validated .umbraco-forms-field textarea:valid:focus, .umbraco-forms-field .was-validated textarea:valid:focus, .form-control.is-valid:focus, .umbraco-forms-field textarea.is-valid:focus, .was-validated .umbraco-forms-field input[type="text"]:valid:focus, .umbraco-forms-field .was-validated input[type="text"]:valid:focus, .umbraco-forms-field input.is-valid[type="text"]:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.was-validated textarea.form-control:valid, .was-validated .umbraco-forms-field textarea:valid, .umbraco-forms-field .was-validated textarea:valid, textarea.form-control.is-valid, .umbraco-forms-field textarea.is-valid {
  background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
  padding-right: calc(1.5em + .75rem);
}

.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='%23198754' 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.1'/%3e%3c/svg%3e");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(1.5em + 3.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 .25rem rgba(var(--bs-success-rgb), .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: .5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated .umbraco-forms-field .input-group > textarea:not(:focus):valid, .umbraco-forms-field .was-validated .input-group > textarea:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .umbraco-forms-field .input-group > textarea:not(:focus).is-valid, .was-validated .input-group > .form-select:not(:focus):valid, .input-group > .form-select:not(:focus).is-valid, .was-validated .umbraco-forms-field .input-group > input[type="text"]:not(:focus):valid, .umbraco-forms-field .was-validated .input-group > input[type="text"]:not(:focus):valid, .umbraco-forms-field .input-group > input[type="text"]: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 {
  width: 100%;
  color: var(--bs-form-invalid-color);
  margin-top: .25rem;
  font-size: .875em;
  display: none;
}

.invalid-tooltip {
  z-index: 5;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  display: none;
  position: absolute;
  top: 100%;
}

.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, .was-validated .umbraco-forms-field textarea:invalid, .umbraco-forms-field .was-validated textarea:invalid, .form-control.is-invalid, .umbraco-forms-field textarea.is-invalid, .was-validated .umbraco-forms-field input[type="text"]:invalid, .umbraco-forms-field .was-validated input[type="text"]:invalid, .umbraco-forms-field input.is-invalid[type="text"] {
  border-color: var(--bs-form-invalid-border-color);
  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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: calc(1.5em + .75rem);
}

.was-validated .form-control:invalid:focus, .was-validated .umbraco-forms-field textarea:invalid:focus, .umbraco-forms-field .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .umbraco-forms-field textarea.is-invalid:focus, .was-validated .umbraco-forms-field input[type="text"]:invalid:focus, .umbraco-forms-field .was-validated input[type="text"]:invalid:focus, .umbraco-forms-field input.is-invalid[type="text"]:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.was-validated textarea.form-control:invalid, .was-validated .umbraco-forms-field textarea:invalid, .umbraco-forms-field .was-validated textarea:invalid, textarea.form-control.is-invalid, .umbraco-forms-field textarea.is-invalid {
  background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
  padding-right: calc(1.5em + .75rem);
}

.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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, right 2.25rem center;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
  padding-right: 4.125rem;
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(1.5em + 3.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 .25rem rgba(var(--bs-danger-rgb), .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: .5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated .umbraco-forms-field .input-group > textarea:not(:focus):invalid, .umbraco-forms-field .was-validated .input-group > textarea:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .umbraco-forms-field .input-group > textarea:not(:focus).is-invalid, .was-validated .input-group > .form-select:not(:focus):invalid, .input-group > .form-select:not(:focus).is-invalid, .was-validated .umbraco-forms-field .input-group > input[type="text"]:not(:focus):invalid, .umbraco-forms-field .was-validated .input-group > input[type="text"]:not(:focus):invalid, .umbraco-forms-field .input-group > input[type="text"]: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;
}

.fade {
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  transition: height .35s;
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s;
}

@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 {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: .255em;
  display: inline-block;
}

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

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: .5rem;
  --bs-dropdown-spacer: .125rem;
  --bs-dropdown-font-size: 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: .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: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: .25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: .5rem;
  z-index: var(--bs-dropdown-zindex);
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  background-color: var(--bs-dropdown-bg);
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
  background-clip: padding-box;
  margin: 0;
  list-style: none;
  display: none;
  position: absolute;
}

.dropdown-menu[data-bs-popper] {
  margin-top: var(--bs-dropdown-spacer);
  top: 100%;
  left: 0;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  left: 0;
  right: auto;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  left: auto;
  right: 0;
}

@media (width >= 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

@media (width >= 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
  top: auto;
  bottom: 100%;
}

.dropup .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-top: 0;
  border-bottom-color: currentColor;
  margin-left: .255em;
  display: inline-block;
}

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

.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
  top: 0;
  left: 100%;
  right: auto;
}

.dropend .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  border: .3em solid #0000;
  border-left-color: currentColor;
  border-right: 0;
  margin-left: .255em;
  display: inline-block;
}

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

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

.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
  top: 0;
  left: auto;
  right: 100%;
}

.dropstart .dropdown-toggle:after {
  vertical-align: .255em;
  content: "";
  margin-left: .255em;
  display: none;
}

.dropstart .dropdown-toggle:before {
  vertical-align: .255em;
  content: "";
  border-top: .3em solid #0000;
  border-bottom: .3em solid #0000;
  border-right: .3em solid;
  margin-right: .255em;
  display: inline-block;
}

.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;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
  overflow: hidden;
}

.dropdown-item {
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
  background-color: #0000;
  border: 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.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);
  background-color: var(--bs-dropdown-link-active-bg);
  text-decoration: none;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: #0000;
}

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

.dropdown-header {
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
  margin-bottom: 0;
  font-size: .875rem;
  display: block;
}

.dropdown-item-text {
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
  display: block;
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: #ffffff26;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: .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);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}

.nav-link {
  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);
  background: none;
  border: 0;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  display: block;
}

@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 .25rem #0d6efd40;
}

.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: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

.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: .125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

.nav-underline .nav-link {
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
  padding-left: 0;
  padding-right: 0;
}

.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentColor;
}

.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentColor;
  font-weight: 700;
}

.nav-fill > .nav-link, .nav-fill .nav-item {
  text-align: center;
  -ms-flex: auto;
  flex: auto;
}

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

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

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: .5rem;
  --bs-modal-color: var(--bs-body-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: .5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  z-index: var(--bs-modal-zindex);
  outline: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden auto;
}

.modal-dialog {
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
  position: relative;
}

.modal.fade .modal-dialog {
  transition: transform .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 {
  min-height: calc(100% - var(--bs-modal-margin) * 2);
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.modal-content {
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  background-clip: padding-box;
  outline: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: .5;
  z-index: var(--bs-backdrop-zindex);
  background-color: var(--bs-backdrop-bg);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  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);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  line-height: var(--bs-modal-title-line-height);
  margin-bottom: 0;
}

.modal-body {
  padding: var(--bs-modal-padding);
  -ms-flex: auto;
  flex: auto;
  position: relative;
}

.modal-footer {
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .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);
  -ms-flex-negative: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (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-left: auto;
    margin-right: auto;
  }

  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (width >= 992px) {
  .modal-lg, .modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (width >= 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}

.modal-fullscreen .modal-header, .modal-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (width <= 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .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 (width <= 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .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 (width <= 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .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 (width <= 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .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 (width <= 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }

  .modal-fullscreen-xxl-down .modal-header, .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

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

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-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(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-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(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-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(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-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(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-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(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-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(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-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(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-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, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-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, .75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
}

.focus-ring:focus {
  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);
  outline: 0;
}

.icon-link {
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
  text-underline-offset: .25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  align-items: center;
  gap: .375rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.icon-link > .bi {
  fill: currentColor;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  transition: transform .2s ease-in-out;
}

@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(.25em, 0, 0));
}

.ratio {
  width: 100%;
  position: relative;
}

.ratio:before {
  padding-top: var(--bs-aspect-ratio);
  content: "";
  display: block;
}

.ratio > * {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

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

.sticky-top {
  z-index: 1020;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky-bottom {
  z-index: 1020;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

@media (width >= 576px) {
  .sticky-sm-top {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .sticky-sm-bottom {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }
}

@media (width >= 768px) {
  .sticky-md-top {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .sticky-md-bottom {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }
}

@media (width >= 992px) {
  .sticky-lg-top {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .sticky-lg-bottom {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }
}

@media (width >= 1200px) {
  .sticky-xl-top {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .sticky-xl-bottom {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }
}

@media (width >= 1400px) {
  .sticky-xxl-top {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .sticky-xxl-bottom {
    z-index: 1020;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
  }
}

.hstack {
  -ms-flex-direction: row;
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.vstack {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: auto;
  flex: auto;
  align-self: stretch;
  display: -ms-flexbox;
  display: flex;
}

.visually-hidden, .service-filter__live-region, .employee-filter-live-region, .tag-filter__live-region, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.visually-hidden:not(caption), .service-filter__live-region:not(caption), .employee-filter-live-region:not(caption), .tag-filter__live-region:not(caption), .visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.visually-hidden *, .service-filter__live-region *, .employee-filter-live-region *, .tag-filter__live-region *, .visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !important;
}

.stretched-link:after {
  z-index: 1;
  content: "";
  position: absolute;
  inset: 0;
}

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

.vr {
  width: var(--bs-border-width);
  opacity: .25;
  background-color: currentColor;
  align-self: stretch;
  min-height: 1em;
  display: inline-block;
}

.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: .25 !important;
}

.opacity-50 {
  opacity: .5 !important;
}

.opacity-75 {
  opacity: .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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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-success {
  --bs-focus-ring-color: rgba(var(--bs-success-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-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));
}

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

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

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

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

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

.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-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-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-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-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: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: .1;
}

.border-opacity-25 {
  --bs-border-opacity: .25;
}

.border-opacity-50 {
  --bs-border-opacity: .5;
}

.border-opacity-75 {
  --bs-border-opacity: .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 {
  -ms-flex: auto !important;
  flex: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !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-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 {
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.order-0 {
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.order-1 {
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2 {
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3 {
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4 {
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5 {
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-last {
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

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

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

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

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

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

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

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

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

.mx-1 {
  margin-left: .25rem !important;
  margin-right: .25rem !important;
}

.mx-2 {
  margin-left: .5rem !important;
  margin-right: .5rem !important;
}

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

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

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

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

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

.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .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-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-1 {
  margin-top: .25rem !important;
}

.mt-2 {
  margin-top: .5rem !important;
}

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

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

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

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

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

.me-1 {
  margin-right: .25rem !important;
}

.me-2 {
  margin-right: .5rem !important;
}

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

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

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

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

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

.mb-1 {
  margin-bottom: .25rem !important;
}

.mb-2 {
  margin-bottom: .5rem !important;
}

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

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

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

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

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

.ms-1 {
  margin-left: .25rem !important;
}

.ms-2 {
  margin-left: .5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.px-1 {
  padding-left: .25rem !important;
  padding-right: .25rem !important;
}

.px-2 {
  padding-left: .5rem !important;
  padding-right: .5rem !important;
}

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

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

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

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

.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}

.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .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;
}

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

.pt-1 {
  padding-top: .25rem !important;
}

.pt-2 {
  padding-top: .5rem !important;
}

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: .25rem !important;
}

.pe-2 {
  padding-right: .5rem !important;
}

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

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

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

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

.pb-1 {
  padding-bottom: .25rem !important;
}

.pb-2 {
  padding-bottom: .5rem !important;
}

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: .25rem !important;
}

.ps-2 {
  padding-left: .5rem !important;
}

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

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

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

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

.gap-1 {
  gap: .25rem !important;
}

.gap-2 {
  gap: .5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: .25rem !important;
}

.row-gap-2 {
  row-gap: .5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: .25rem !important;
}

.column-gap-2 {
  column-gap: .5rem !important;
}

.column-gap-3 {
  column-gap: 1rem !important;
}

.column-gap-4 {
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 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;
}

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

.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-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-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-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: #00000080 !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: #ffffff80 !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: .25;
}

.text-opacity-50 {
  --bs-text-opacity: .5;
}

.text-opacity-75 {
  --bs-text-opacity: .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, .link-opacity-10-hover:hover {
  --bs-link-opacity: .1;
}

.link-opacity-25, .link-opacity-25-hover:hover {
  --bs-link-opacity: .25;
}

.link-opacity-50, .link-opacity-50-hover:hover {
  --bs-link-opacity: .5;
}

.link-opacity-75, .link-opacity-75-hover:hover {
  --bs-link-opacity: .75;
}

.link-opacity-100, .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1, .link-offset-1-hover:hover {
  text-underline-offset: .125em !important;
}

.link-offset-2, .link-offset-2-hover:hover {
  text-underline-offset: .25em !important;
}

.link-offset-3, .link-offset-3-hover:hover {
  text-underline-offset: .375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0, .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10, .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: .1;
}

.link-underline-opacity-25, .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: .25;
}

.link-underline-opacity-50, .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: .5;
}

.link-underline-opacity-75, .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: .75;
}

.link-underline-opacity-100, .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-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-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-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-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: #0000 !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: .1;
}

.bg-opacity-25 {
  --bs-bg-opacity: .25;
}

.bg-opacity-50 {
  --bs-bg-opacity: .5;
}

.bg-opacity-75 {
  --bs-bg-opacity: .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 {
  -webkit-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
  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-top-left-radius: 0 !important;
  border-bottom-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-top-left-radius: 50% !important;
  border-bottom-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 (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: -ms-flexbox !important;
    display: flex !important;
  }

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

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

  .flex-sm-fill {
    -ms-flex: auto !important;
    flex: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-sm-start {
    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 {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-sm-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-sm-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-sm-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-sm-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-sm-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-sm-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-sm-last {
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

  .mx-sm-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-sm-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .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-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-sm-1 {
    margin-top: .25rem !important;
  }

  .mt-sm-2 {
    margin-top: .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-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: .25rem !important;
  }

  .me-sm-2 {
    margin-right: .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-auto {
    margin-right: auto !important;
  }

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

  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: .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-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: .25rem !important;
  }

  .ms-sm-2 {
    margin-left: .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-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-sm-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-sm-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .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;
  }

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

  .pt-sm-1 {
    padding-top: .25rem !important;
  }

  .pt-sm-2 {
    padding-top: .5rem !important;
  }

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: .25rem !important;
  }

  .pe-sm-2 {
    padding-right: .5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: .25rem !important;
  }

  .ps-sm-2 {
    padding-left: .5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: .25rem !important;
  }

  .gap-sm-2 {
    gap: .5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .row-gap-sm-0 {
    row-gap: 0 !important;
  }

  .row-gap-sm-1 {
    row-gap: .25rem !important;
  }

  .row-gap-sm-2 {
    row-gap: .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;
  }

  .column-gap-sm-0 {
    column-gap: 0 !important;
  }

  .column-gap-sm-1 {
    column-gap: .25rem !important;
  }

  .column-gap-sm-2 {
    column-gap: .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;
  }

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

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

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

@media (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: -ms-flexbox !important;
    display: flex !important;
  }

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

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

  .flex-md-fill {
    -ms-flex: auto !important;
    flex: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-md-start {
    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 {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-md-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-md-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-md-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-md-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-md-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-md-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-md-last {
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

  .mx-md-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-md-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .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-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-md-1 {
    margin-top: .25rem !important;
  }

  .mt-md-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: .25rem !important;
  }

  .me-md-2 {
    margin-right: .5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

  .mb-md-1 {
    margin-bottom: .25rem !important;
  }

  .mb-md-2 {
    margin-bottom: .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-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: .25rem !important;
  }

  .ms-md-2 {
    margin-left: .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-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-md-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-md-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .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;
  }

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

  .pt-md-1 {
    padding-top: .25rem !important;
  }

  .pt-md-2 {
    padding-top: .5rem !important;
  }

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

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: .25rem !important;
  }

  .pe-md-2 {
    padding-right: .5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

  .pb-md-1 {
    padding-bottom: .25rem !important;
  }

  .pb-md-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: .25rem !important;
  }

  .ps-md-2 {
    padding-left: .5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: .25rem !important;
  }

  .gap-md-2 {
    gap: .5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .row-gap-md-0 {
    row-gap: 0 !important;
  }

  .row-gap-md-1 {
    row-gap: .25rem !important;
  }

  .row-gap-md-2 {
    row-gap: .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;
  }

  .column-gap-md-0 {
    column-gap: 0 !important;
  }

  .column-gap-md-1 {
    column-gap: .25rem !important;
  }

  .column-gap-md-2 {
    column-gap: .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;
  }

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

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

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

@media (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: -ms-flexbox !important;
    display: flex !important;
  }

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

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

  .flex-lg-fill {
    -ms-flex: auto !important;
    flex: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-lg-start {
    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 {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-lg-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-lg-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-lg-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-lg-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-lg-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-lg-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-lg-last {
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

  .mx-lg-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-lg-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .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-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-lg-1 {
    margin-top: .25rem !important;
  }

  .mt-lg-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: .25rem !important;
  }

  .me-lg-2 {
    margin-right: .5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: .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-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: .25rem !important;
  }

  .ms-lg-2 {
    margin-left: .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-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-lg-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-lg-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .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;
  }

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

  .pt-lg-1 {
    padding-top: .25rem !important;
  }

  .pt-lg-2 {
    padding-top: .5rem !important;
  }

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: .25rem !important;
  }

  .pe-lg-2 {
    padding-right: .5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: .25rem !important;
  }

  .ps-lg-2 {
    padding-left: .5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: .25rem !important;
  }

  .gap-lg-2 {
    gap: .5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .row-gap-lg-0 {
    row-gap: 0 !important;
  }

  .row-gap-lg-1 {
    row-gap: .25rem !important;
  }

  .row-gap-lg-2 {
    row-gap: .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;
  }

  .column-gap-lg-0 {
    column-gap: 0 !important;
  }

  .column-gap-lg-1 {
    column-gap: .25rem !important;
  }

  .column-gap-lg-2 {
    column-gap: .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;
  }

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

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

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

@media (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: -ms-flexbox !important;
    display: flex !important;
  }

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

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

  .flex-xl-fill {
    -ms-flex: auto !important;
    flex: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-xl-start {
    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 {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xl-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xl-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xl-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xl-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xl-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xl-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xl-last {
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

  .mx-xl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .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-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-xl-1 {
    margin-top: .25rem !important;
  }

  .mt-xl-2 {
    margin-top: .5rem !important;
  }

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

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

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

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

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: .25rem !important;
  }

  .me-xl-2 {
    margin-right: .5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: .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-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: .25rem !important;
  }

  .ms-xl-2 {
    margin-left: .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-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .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;
  }

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

  .pt-xl-1 {
    padding-top: .25rem !important;
  }

  .pt-xl-2 {
    padding-top: .5rem !important;
  }

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

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

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

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: .25rem !important;
  }

  .pe-xl-2 {
    padding-right: .5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: .25rem !important;
  }

  .ps-xl-2 {
    padding-left: .5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: .25rem !important;
  }

  .gap-xl-2 {
    gap: .5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .row-gap-xl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xl-1 {
    row-gap: .25rem !important;
  }

  .row-gap-xl-2 {
    row-gap: .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;
  }

  .column-gap-xl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xl-1 {
    column-gap: .25rem !important;
  }

  .column-gap-xl-2 {
    column-gap: .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;
  }

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

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

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

@media (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: -ms-flexbox !important;
    display: flex !important;
  }

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

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

  .flex-xxl-fill {
    -ms-flex: auto !important;
    flex: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    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 {
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xxl-0 {
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xxl-1 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xxl-2 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xxl-3 {
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xxl-4 {
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xxl-5 {
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xxl-last {
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

  .mx-xxl-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important;
  }

  .mx-xxl-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important;
  }

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

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

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

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

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

  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }

  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .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-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-xxl-1 {
    margin-top: .25rem !important;
  }

  .mt-xxl-2 {
    margin-top: .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-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: .25rem !important;
  }

  .me-xxl-2 {
    margin-right: .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-auto {
    margin-right: auto !important;
  }

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

  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: .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-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: .25rem !important;
  }

  .ms-xxl-2 {
    margin-left: .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-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .px-xxl-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

  .px-xxl-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
  }

  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }

  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .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;
  }

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

  .pt-xxl-1 {
    padding-top: .25rem !important;
  }

  .pt-xxl-2 {
    padding-top: .5rem !important;
  }

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

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

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

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: .25rem !important;
  }

  .pe-xxl-2 {
    padding-right: .5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

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

  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }

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

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

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

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: .25rem !important;
  }

  .ps-xxl-2 {
    padding-left: .5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: .25rem !important;
  }

  .gap-xxl-2 {
    gap: .5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }

  .row-gap-xxl-1 {
    row-gap: .25rem !important;
  }

  .row-gap-xxl-2 {
    row-gap: .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;
  }

  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }

  .column-gap-xxl-1 {
    column-gap: .25rem !important;
  }

  .column-gap-xxl-2 {
    column-gap: .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;
  }

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

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

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

@media (width >= 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !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: -ms-flexbox !important;
    display: flex !important;
  }

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

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

:root {
  --border-radius: 10px;
  --border-radius-lg: 40px;
  --border-radius-xl: 50px;
}

@media (width >= 768px) {
  :root {
    --border-radius-lg: 75px;
    --border-radius-xl: 100px;
  }
}

:root {
  --container-width: 1140px;
  --navbar-width: 1200px;
  --spacing-block: 40px;
}

@media (width >= 768px) {
  :root {
    --spacing-block: 100px;
  }
}

:root {
  --gutter-x: 15px;
}

* {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

html {
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.45;
}

body {
  color: #2c2a29;
  font-size: 15px;
  overflow: hidden auto;
  padding: 0 !important;
}

@media (width >= 992px) {
  body {
    font-size: 17px;
  }
}

body:has(.header-wrapper .topbar) main {
  padding-top: 106px;
}

@media (width >= 992px) {
  body:has(.header-wrapper .topbar) main {
    padding-top: 153px;
  }
}

[v-cloak] {
  display: none;
}

.is-locked {
  width: 100%;
  position: fixed;
}

.close-search {
  background: none;
  border: none;
  font-size: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.close-search:hover, .close-search:focus {
  color: #732e4a;
}

@media (width >= 992px) {
  .close-search {
    font-size: 30px;
  }
}

.english img {
  width: 30px;
  height: auto;
  margin-left: 5px;
}

main {
  min-height: calc(100vh - 257px);
  padding-top: 60px;
}

@media (width >= 992px) {
  main {
    padding-top: 103px;
  }
}

main ul {
  padding-left: 20px;
}

main a {
  color: #732e4a;
  text-decoration: underline;
}

main a:hover, main a:focus {
  color: #4f1f33;
}

.section {
  padding: 2rem 0;
}

@media (width >= 992px) {
  .section {
    padding: 4rem 0;
  }
}

.section--hippie-blue {
  background: #6399ae;
}

.section--gray {
  color: #fff;
  background: #919191;
}

.section--red {
  color: #fff;
  background: #732e4a;
}

.skip-navigation {
  z-index: 5;
  color: #000;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 1em;
  position: absolute;
  top: 0;
  left: -9999px;
}

.skip-navigation:focus {
  display: inline-block;
  left: 0;
}

.text-input:focus {
  outline: 1px solid #00f;
}

button:focus, select:focus {
  outline: none;
}

body.user-is-tabbing :focus {
  outline: 2px solid #7aacfe !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.navbar {
  background: #732e4a;
}

.navbar__logo {
  width: auto;
  max-width: 130px;
  height: 40px;
  margin: 0;
  display: block;
}

.navbar-toggler-icon {
  color: #fff;
  font-size: 2rem;
}

@media (width >= 992px) {
  .header-nav {
    padding-bottom: 50px;
  }
}

.navbar-toggler-right {
  position: absolute;
  top: 8px;
  right: 1rem;
}

@media (width >= 1200px) {
  .navbar-toggleable-md {
    -ms-flex-flow: row;
    flex-flow: row;
    align-items: center;
  }

  .navbar-toggleable-md .navbar-toggler {
    display: none !important;
  }

  .navbar-toggleable-md .navbar-collapse {
    justify-content: flex-end;
    width: 100%;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    align-self: flex-end;
  }

  .navbar-nav .nav-item {
    margin-right: 10px;
  }

  .navbar-nav .nav-item a {
    border-bottom: 1px solid #0000;
    font-weight: 700;
    color: #000 !important;
  }

  .navbar-nav .nav-item a:hover, .navbar-nav .nav-item a:focus {
    border-bottom: 1px solid #000;
  }
}

.dropdown-menu {
  width: 200px;
}

.dropdown-office {
  width: 100%;
}

.text-red, .office-list__heading h2 {
  color: #732e4a;
}

body {
  font-family: Open Sans, Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: dosis, helvetica, sans-serif;
}

h1, h2 {
  margin-bottom: .7em;
}

a:hover:focus {
  outline: none;
}

p, ul, ol {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.lead {
  font-weight: 500;
}

@media (width >= 768px) {
  .lead--lg {
    font-size: 1.5rem;
  }
}

strong, b {
  font-weight: 700;
}

.text-primary {
  color: #732e4a !important;
}

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

.h2-article, .article-landingpage__text h2 {
  font-size: 1.75rem;
}

@media (width >= 768px) {
  .h2-article, .article-landingpage__text h2 {
    font-size: 2.5rem;
  }
}

.h3-article, .article-landingpage__text h3, .image-text-banner__title {
  font-size: 1.5rem;
}

@media (width >= 768px) {
  .h3-article, .article-landingpage__text h3, .image-text-banner__title {
    font-size: 2.25rem;
  }
}

.h4-article, .article-landingpage__text h4 {
  font-size: 1.25rem;
}

@media (width >= 768px) {
  .h4-article, .article-landingpage__text h4 {
    font-size: 1.75rem;
  }
}

.h5-article, .article-landingpage__text h5 {
  font-size: 1.15rem;
}

@media (width >= 768px) {
  .h5-article, .article-landingpage__text h5 {
    font-size: 1.25rem;
  }
}

.header-wrapper {
  z-index: 1000;
  width: 100%;
  position: fixed;
}

@media (width >= 992px) {
  .header-wrapper.is-stuck {
    box-shadow: 0 0 50px #0003;
  }

  .header-wrapper.is-stuck .header-nav__wrapper {
    padding: 5px 0;
  }

  .header-wrapper.is-stuck .header-nav__logo {
    transition: all .5s ease-in-out;
  }

  .header-wrapper.is-stuck .header-nav__logo img {
    max-width: 120px;
    height: auto;
    transition: all .5s ease-in-out;
  }

  .header-wrapper.is-stuck .header-nav__logo--large img {
    max-width: 150px;
    height: auto;
  }
}

.header-wrapper.has-search-visible {
  margin-top: 100px;
  transition: all .2s ease-in-out;
}

.topbar {
  background: #e6e6e6;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.topbar__inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
}

.topbar__go-back {
  padding-left: 5px;
}

.topbar__go-back a {
  color: #732e4a;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
}

.topbar__go-back a:hover, .topbar__go-back a:focus {
  color: #4f1f33;
}

.topbar__search {
  display: none;
}

@media (width >= 992px) {
  .topbar__search {
    display: block;
  }
}

.header-nav {
  background: #fff;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 15px;
  transition: all .2s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #0000001a;
}

.header-nav__wrapper {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 992px) {
  .header-nav__wrapper {
    -ms-flex-flow: row;
    flex-flow: row;
    padding: 1rem 0;
  }
}

.header-nav__toggle {
  color: #732e4a;
  background: #fff;
  border: none;
  font-size: 32px;
  transition: all .3s ease-in-out;
  display: -ms-flexbox;
  display: flex;
}

@media (width <= 991px) {
  .header-nav__toggle {
    justify-content: flex-end;
  }
}

@media (width >= 992px) {
  .header-nav__toggle {
    display: none;
  }
}

.header-nav__toggle:hover, .header-nav__toggle:focus {
  color: #919191;
  transition: all .3s ease-in-out;
}

.header-nav__logo {
  width: 200px;
  transition: all .5s ease-in-out;
}

.header-nav__logo a {
  display: block;
}

@media (width <= 991px) {
  .header-nav__logo {
    width: 50%;
  }
}

.header-nav__logo img {
  max-width: 150px;
  height: auto;
  max-height: 35px;
  transition: all .5s ease-in-out;
}

@media (width >= 992px) {
  .header-nav__logo img {
    max-height: 50px;
    transition: all .5s ease-in-out;
  }
}

.header-nav__logo--large {
  width: 250px;
}

@media (width >= 992px) {
  .header-nav__logo--large img {
    max-width: 250px;
    height: auto;
  }
}

.header-nav__navigation {
  opacity: 0;
  border-top: 1px solid #eee;
  margin-top: 15px;
  transition: all .3s ease-in-out;
  display: none;
}

@media (width >= 992px) {
  .header-nav__navigation {
    opacity: 1;
    border-top: none;
    -ms-flex-direction: row;
    flex-direction: row;
    align-self: flex-end;
    width: fit-content;
    padding-top: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .header-nav__navigation > ul {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-nav__navigation .dropdown-menu {
  display: none;
}

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

.header-nav__navigation.is-visible {
  opacity: 1;
  width: 100%;
  transition: all .3s ease-in-out;
  display: -ms-flexbox;
  display: flex;
}

@media (width <= 1199px) {
  .header-nav__navigation .dropdown-menu {
    width: 100%;
  }
}

.header-nav__navigation .dropdown-menu li {
  float: none;
  margin-right: 0;
}

.header-nav__navigation .dropdown-item {
  padding-left: 15px;
  padding-right: 15px;
}

@media (width <= 1199px) {
  .header-nav__navigation .dropdown-toggle:after {
    position: absolute;
    top: 50%;
    right: 10px;
  }
}

@media (width >= 992px) {
  .header-nav__navigation .dropdown-toggle:after {
    position: relative;
    right: 0;
  }
}

.header-nav__navigation > ul {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

.header-nav__navigation > ul > li {
  float: none;
  display: block;
}

@media (width <= 1199px) {
  .header-nav__navigation > ul > li {
    line-height: 30px;
  }
}

.header-nav__navigation > ul > li {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  position: relative;
}

.header-nav__navigation > ul > li ul {
  list-style: inside none;
}

@media (width >= 992px) {
  .header-nav__navigation > ul > li {
    border-bottom: none;
    align-items: center;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-nav__navigation > ul > li > a {
  color: #000;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: block;
}

@media (width >= 992px) {
  .header-nav__navigation > ul > li > a {
    padding-bottom: 0;
    display: inline-block;
  }
}

.header-nav__navigation > ul > li > a:hover, .header-nav__navigation > ul > li > a:focus {
  color: #732e4a;
  transition: all .2s ease-in-out;
}

@media (width >= 992px) {
  .header-nav__navigation > ul > li > a:hover, .header-nav__navigation > ul > li > a:focus {
    border-bottom: 1px solid #732e4a;
  }
}

.header-nav__tools {
  text-align: center;
  width: 100%;
  padding-top: 10px;
  display: none;
}

@media (width >= 992px) {
  .header-nav__tools {
    text-align: left;
    align-self: flex-end;
    width: auto;
    margin-top: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.btn {
  color: #2c2a29;
  cursor: pointer;
  border-radius: 10px 0;
  padding: .5rem 1rem;
  font-weight: 400;
  text-decoration: none;
}

.btn--wider {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.btn--yellow, .umbraco-forms-navigation input[type="submit"] {
  color: #fff;
  background: #aea444;
}

.btn--yellow:hover, .btn--yellow:active, .btn--yellow:focus, .umbraco-forms-navigation input[type="submit"]:hover, .umbraco-forms-navigation input[type="submit"]:active, .umbraco-forms-navigation input[type="submit"]:focus {
  color: #fff;
  background: #898136;
}

.btn--blue {
  color: #fff;
  background: #253746;
}

.btn--blue:hover, .btn--blue:active, .btn--blue:focus {
  color: #fff;
  background: #435363;
}

.btn--red, .btn--primary {
  color: #fff;
  background: #732e4a;
}

.btn--red:hover, .btn--red:active, .btn--red:focus, .btn--primary:hover, .btn--primary:active, .btn--primary:focus {
  color: #fff;
  background: #973d61;
}

.btn--green {
  color: #fff;
  background: #5e7461;
}

.btn--green:hover, .btn--green:active, .btn--green:focus {
  color: #fff;
  background: #475849;
}

.btn--white {
  background: #fff;
}

.btn--white:hover, .btn--white:active, .btn--white:focus {
  background: #e6e6e6;
}

.btn--big {
  padding: .75rem 3rem;
  font-size: 1.25rem;
}

.btn--outline {
  color: #fff;
  background: none;
  border: 1px solid #fff;
  font-weight: normal;
}

.btn--outline:hover, .btn--outline:active, .btn--outline:focus {
  color: #fff;
}

.btn__group {
  width: fit-content;
}

.btn__group .btn {
  clear: both;
  margin: 1rem 0;
  display: block;
}

.btn-close {
  color: #2c2a29;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}

.btn-close:before {
  content: "";
  color: #2c2a29;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%220%200%2015%2015%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20y%3D%221.41431%22%20width%3D%222%22%20height%3D%2218.6343%22%20transform%3D%22rotate(-45%200%201.41431)%22%20fill%3D%22%23253746%22%2F%3E%3Crect%20x%3D%2213.1771%22%20width%3D%222%22%20height%3D%2218.6343%22%20transform%3D%22rotate(45%2013.1771%200)%22%20fill%3D%22%23253746%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  font-size: 1.5rem;
  display: inline-block;
}

.radio-buttons {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  display: -ms-flexbox;
  display: flex;
}

.radio-button {
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: inline-block;
  position: relative;
  overflow: auto;
}

.radio-button:first-child {
  margin-left: 0;
}

.radio-button__text {
  color: #fff;
  cursor: pointer;
  background: #5e7461;
  padding: 6px 17px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: all .3s ease-in-out;
  display: block;
}

.radio-button__input {
  position: absolute;
  top: -20px;
}

.radio-button__input:checked + .radio-button__text, .radio-button__input:checked + .radio-button__content {
  background-color: #732e4a;
}

.form-group, .umbraco-forms-field {
  padding: 5px;
  font-size: 1.2rem;
  position: relative;
}

.form-control, .umbraco-forms-field textarea, .umbraco-forms-field input[type="text"] {
  color: #2c2a29;
  background: #f8f8f8;
  border: none !important;
  border-bottom: 3px solid #732e4a !important;
  border-radius: 0 !important;
  height: 60px !important;
}

.form-control--small {
  border-bottom: 1px solid #732e4a;
  padding-top: 13px;
  height: 40px !important;
}

.form-control--small:focus {
  background: #f8f8f8;
  border: none !important;
  border-bottom: 1px solid #732e4a !important;
}

.form-control:focus, .umbraco-forms-field textarea:focus, .umbraco-forms-field input[type="text"]:focus {
  background: #f8f8f8;
  border: none !important;
  border-bottom: 3px solid #732e4a !important;
}

.form-control--no-label {
  padding-top: .375rem;
}

.form-control--search {
  background: #fff;
  font-size: 1.2rem;
}

.form-control--search:focus {
  background: #fff;
}

.form-control-search-wrapper {
  background: pink;
  width: 100%;
  position: relative;
}

.form-control-search-wrapper__icon {
  color: #2c2a29;
  opacity: .5;
  pointer-events: none;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.form-control-search-wrapper .form-control, .form-control-search-wrapper .umbraco-forms-field textarea, .umbraco-forms-field .form-control-search-wrapper textarea, .form-control-search-wrapper .umbraco-forms-field input[type="text"], .umbraco-forms-field .form-control-search-wrapper input[type="text"] {
  margin-bottom: 0;
}

.form-control-search-wrapper__clear {
  color: #2c2a29;
  opacity: .6;
  cursor: pointer;
  z-index: 2;
  transition: opacity all .3s cubic-bezier(.25, .8, .25, 1);
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.form-control-search-wrapper__clear:hover, .form-control-search-wrapper__clear:focus {
  opacity: 1;
  outline-offset: 2px;
  outline: 2px solid #732e4a;
}

.form-control-search-wrapper__clear i {
  font-size: 1rem;
}

.form-control-search-wrapper .js-filter-search, .form-control-search-wrapper .js-employee-search {
  padding-left: calc(24px + 1.5rem);
  padding-right: calc(24px + 1.5rem);
}

:focus {
  outline: none;
}

textarea.form-control, .umbraco-forms-field textarea {
  min-height: 190px;
}

.form-label {
  opacity: .5;
  z-index: 2;
  font-family: dosis, helvetica, sans-serif;
  transition: all .2s;
  position: absolute;
  top: 20px;
  left: 16px;
}

.filter-label {
  margin-bottom: .5rem;
  font-family: dosis, helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}

textarea:focus + label.form-label, textarea:valid + label.form-label, input[type="text"]:focus + label.form-label, input[type="text"]:valid + label.form-label, input[type="email"]:focus + label.form-label, input[type="email"]:valid + label.form-label, input[type="file"]:focus + label.form-label, input[type="file"]:valid + label.form-label {
  opacity: 1;
  font-size: 80%;
  top: 8px;
}

input[type="file"]::-webkit-file-upload-button {
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: #732e4a;
  border-radius: 10px 0;
  padding: .5rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
}

input[type="file"]::file-selector-button {
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: #732e4a;
  border-radius: 10px 0;
  padding: .5rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
}

input[type="file"]::file-selector-button {
  color: #fff;
  cursor: pointer;
  text-align: center;
  background-color: #732e4a;
  border-radius: 10px 0;
  padding: .5rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
}

.input, .umbraco-forms-field input[type="file"] {
  cursor: pointer;
}

@media (width <= 767px) {
  .input__label, .umbraco-forms-field.fileupload label {
    width: 100%;
  }
}

.input:focus .input__label, .input:focus .umbraco-forms-field.fileupload label, .umbraco-forms-field.fileupload .input:focus label, .umbraco-forms-field input[type="file"]:focus .input__label, .umbraco-forms-field.fileupload input[type="file"]:focus label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
  background: #973d61;
}

.help-block {
  margin-bottom: 8px !important;
}

select.form-control {
  -webkit-appearance: none;
  border-radius: 0;
}

label.select {
  width: 100%;
  position: relative;
}

label.select:after {
  content: "";
  color: #aaa;
  pointer-events: none;
  padding: 0;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  top: 20px;
  right: 17px;
}

label.select:before {
  content: "";
  pointer-events: none;
  background: #f8f8f8;
  width: 36px;
  height: 57px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.custom-select {
  border-radius: var(--border-radius);
  color: #2c2a29;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23732e4a' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-position: right .75rem center;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 2px solid #732e4a;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 1rem;
  padding: .5rem calc(1rem + 24px) .5rem 1rem;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color .2s, box-shadow .2s;
  display: block;
}

.custom-select:hover {
  border-color: #4f1f33;
}

.custom-select:focus {
  border-color: #732e4a;
  outline: none;
  box-shadow: 0 0 0 3px #732e4a33;
}

@media (width >= 992px) {
  .custom-select {
    min-width: 200px;
    max-width: 300px;
  }
}

.footer {
  background-color: #732e4a;
  width: 100%;
  padding: 4rem 0;
}

.footer__inner {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
}

@media (width <= 991px) {
  .footer__inner {
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
}

.footer__item {
  padding: 1rem;
}

.footer__item a:has(.icon--footer) {
  text-decoration: none;
  display: inline-block;
}

.footer__list {
  margin: 0;
  padding: 0 2rem;
  list-style: none;
  display: inline-block;
}

.footer__list > li, .footer__list > li a {
  color: #fff;
}

.footer__list span {
  font-weight: bold;
}

@media (width <= 767px) {
  .footer__list {
    margin: 0 auto;
    padding: 1rem;
    display: block;
  }
}

.footer__logo {
  width: auto;
  max-height: 60px;
}

.section-spacing {
  margin-block: var(--spacing-block);
}

.section-spacing:first-child {
  margin-top: 0;
}

.section-spacing--half {
  margin-block: calc(var(--spacing-block) / 2);
}

.section-spacing--half-top {
  margin-top: calc(var(--spacing-block) / 2);
}

.section-spacing--half-bottom {
  margin-bottom: calc(var(--spacing-block) / 2);
}

.section-spacing--no-top {
  margin-top: 0;
}

.section-spacing--no-bottom {
  margin-bottom: 0;
}

.container, .select-office-by-county__offices {
  max-width: var(--container-width);
  padding-inline: var(--gutter-x);
}

.container--small {
  max-width: 767px;
}

.container--medium {
  max-width: 900px;
}

.container--large {
  max-width: 1200px;
}

.container-wide {
  width: 100%;
  padding-right: var(--gutter-x);
  padding-left: var(--gutter-x);
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid-no-pad {
  padding: 0;
}

.container-fluid-v-pad-2 {
  padding: 2rem 0;
}

.container--no-padding-bottom {
  padding-bottom: 0;
}

.office-cards {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 768px) {
  .office-cards {
    justify-content: flex-start;
  }
}

@media (width >= 1200px) {
  .office-cards {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.office-cards--office {
  justify-content: center;
  align-items: stretch;
}

.service-cards-office-wrapper .office-cards {
  max-width: 1200px;
  margin: 0 auto;
}

.office-card {
  color: #435363;
  text-align: center;
  background: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  align-self: stretch;
  width: calc(50% - .5rem);
  margin-bottom: 1.4rem;
  text-decoration: none;
  transition: all 1s cubic-bezier(.25, .8, .25, 1);
  display: -ms-inline-flexbox;
  display: inline-flex;
  box-shadow: 0 3px 6px #00000029, 0 3px 6px #0000003b;
}

@media (width <= 468px) {
  .office-card {
    width: 100%;
  }
}

@media (width >= 768px) and (width <= 991px) {
  .office-card:nth-child(3) {
    margin-right: 0;
  }
}

@media (width >= 768px) {
  .office-card {
    width: calc(33.33% - 1rem);
    margin-right: 1rem;
  }
}

@media (width >= 1200px) {
  .office-card {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.office-card:hover, .office-card:active, .office-card:focus {
  color: #435363;
  text-decoration: none;
  box-shadow: 0 19px 38px #0000004d, 0 15px 12px #00000038;
}

.office-card:last-child {
  align-self: stretch;
  margin-right: 0;
}

.office-card__body {
  align-self: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1rem;
}

.office-card__icon {
  margin-bottom: 1rem;
}

.office-card__icon img {
  height: 90px;
}

.office-card__title {
  text-transform: uppercase;
}

.office-card__description {
  width: 100%;
  max-width: 230px;
  margin-bottom: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.office-card__footer {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #732e4a;
  align-self: flex-end;
  width: 100%;
  margin-top: auto;
  padding: 10px;
  font-weight: 600;
  display: block;
}

.office-card--office {
  box-shadow: none;
  background: #e6e6e6;
  width: calc(50% - 1px);
  margin-bottom: 1px;
  margin-right: 1px;
}

@media (width <= 468px) {
  .office-card--office {
    width: 100%;
    margin-right: 0;
  }
}

@media (width >= 768px) {
  .office-card--office {
    width: calc(20% - 1px);
  }
}

@media (width >= 768px) and (width <= 991px) {
  .office-card--office:nth-child(3) {
    margin-right: 1px;
  }
}

.office-card--office:last-child {
  align-self: stretch;
}

.office-card--office:hover, .office-card--office:active, .office-card--office:focus {
  box-shadow: none;
  background: #dcdcdc;
  transition: all .2s ease-in-out;
}

.office-card--office .service-card__title {
  margin-bottom: 0;
}

@media (width >= 768px) and (width <= 991px) {
  .office-card--office .service-card__title {
    font-size: 1.4rem;
  }
}

@media (width <= 767px) {
  .office-card--office:last-child {
    width: 100%;
  }
}

.service-cards {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
  display: grid;
}

@media (width <= 767px) {
  .service-cards {
    grid-template-columns: 1fr;
  }
}

@media (width >= 768px) {
  .service-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.service-cards--office {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 1rem;
}

@media (width <= 468px) {
  .service-cards--office {
    grid-template-columns: 1fr;
  }
}

@media (width >= 768px) {
  .service-cards--office {
    grid-template-columns: repeat(auto-fit, 180px);
  }
}

@media (width >= 992px) {
  .service-cards--office {
    grid-template-columns: repeat(auto-fit, 230px);
  }
}

.service-cards-office-wrapper {
  background: #e6e6e6;
}

.service-cards-office-wrapper .service-cards {
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  color: #435363;
  text-align: center;
  background: #fff;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.4rem;
  text-decoration: none;
  transition: all 1s cubic-bezier(.25, .8, .25, 1);
  display: -ms-inline-flexbox;
  display: inline-flex;
  box-shadow: 0 3px 6px #00000029, 0 3px 6px #0000003b;
}

.service-card:hover, .service-card:active, .service-card:focus {
  color: #435363;
  text-decoration: none;
  box-shadow: 0 19px 38px #0000004d, 0 15px 12px #00000038;
}

.service-card__body {
  align-self: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1rem;
}

.service-card__icon {
  margin-bottom: 1rem;
}

.service-card__icon img {
  height: 90px;
}

.service-card__title {
  text-transform: uppercase;
}

.service-card__description {
  width: 100%;
  max-width: 230px;
  margin-bottom: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.service-card__footer {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #732e4a;
  align-self: flex-end;
  width: 100%;
  margin-top: auto;
  padding: 10px;
  font-weight: 600;
  display: block;
}

.service-card--office {
  box-shadow: none;
  background: #e6e6e6;
  margin-bottom: 1px;
  margin-right: 1px;
}

@media (width <= 468px) {
  .service-card--office {
    margin-right: 0;
  }
}

@media (width >= 768px) and (width <= 991px) {
  .service-card--office:nth-child(3) {
    margin-right: 1px;
  }
}

.service-card--office:hover, .service-card--office:active, .service-card--office:focus {
  box-shadow: none;
  background: #dcdcdc;
  transition: all .2s ease-in-out;
}

.service-card--office .service-card__title {
  margin-bottom: 0;
}

@media (width <= 991px) {
  .service-card--office .service-card__title {
    font-size: 1.4rem;
  }
}

.article-cards {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  display: grid;
}

@media (width <= 560px) {
  .article-cards {
    grid-template-columns: 1fr;
  }
}

@media (width >= 992px) {
  .article-cards {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
  }
}

.article-card {
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
}

.article-card:hover, .article-card:active, .article-card:focus {
  color: #fff;
  text-decoration: none;
}

.article-card__image {
  border-top-left-radius: 50px;
  width: 100%;
  height: 234px;
  overflow: hidden;
}

.article-card__image img {
  object-fit: cover;
  object-position: left top;
  width: 100%;
  height: 100%;
}

.article-card__body {
  color: #fff;
  background: #732e4a;
  border-bottom-right-radius: 50px;
  -ms-flex-positive: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  padding: 30px 25px 40px;
  display: -ms-flexbox;
  display: flex;
}

.article-card__body p {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.article-card__body p:not(:first-of-type) {
  display: none;
}

.article-card__date {
  margin-bottom: 15px;
  font-size: .875rem;
  font-weight: 300;
  display: block;
}

.article-card__title {
  margin-bottom: 20px;
  font-size: 26px;
}

.article-card__author {
  border-bottom: 1px solid #a56e8726;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: .875rem;
  display: block;
}

.article-card .readmore {
  align-items: center;
  gap: 10px;
  margin-top: auto;
  margin-left: auto;
  padding-top: 10px;
  display: -ms-flexbox;
  display: flex;
}

.article-card .readmore .fa-long-arrow-right {
  font-size: 23px;
}

.article-card .readmore__text {
  text-transform: uppercase;
  font-size: 15px;
}

.article-card--pickled-blue .article-card__body {
  background: #253746;
}

.article-card--border-image .article-card__image {
  border: 2px solid #732e4a;
  border-bottom: none;
}

.article-card--border-image.article-card--pickled-blue .article-card__image {
  border-color: #253746;
}

.article-card--icon {
  max-width: none;
}

.article-card--icon .article-card__icon-header {
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  display: -ms-flexbox;
  display: flex;
}

.article-card--icon .article-card__icon-img {
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
}

.article-card--icon .article-card__title {
  margin-bottom: 0;
  font-size: 22px;
}

.cards-module-header {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
}

.cards-module-header h2 {
  margin-bottom: 0;
}

.cards-module-header__read-more {
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
  padding-bottom: 4px;
  font-weight: 600;
}

.cards-module-header__read-more i {
  margin-left: 6px;
}

.article-card.is-hidden, .employee-list__item.is-hidden {
  display: none;
}

.employee-filters, .archive-filters {
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 768px) {
  .employee-filters, .archive-filters {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
}

.employee-filters .custom-select, .archive-filters .custom-select {
  margin-bottom: 0;
}

.employee-filter-no-results {
  text-align: center;
  color: #2c2a29;
  margin-bottom: 1rem;
  padding: 1rem;
  font-style: italic;
}

.hero {
  background-position: top;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.hero__youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width >= 992px) {
  .hero {
    position: relative;
  }

  .hero:before {
    content: "";
    width: 100%;
    padding-top: 33.3333%;
    display: block;
  }

  .hero > .content {
    position: absolute;
    inset: 0;
  }
}

.hero--fat {
  min-height: 300px;
}

.hero__button {
  margin-top: 5px;
}

@media (width >= 2001px) {
  .hero__button {
    z-index: 2000;
    position: absolute;
    bottom: -50px;
    left: 40%;
  }
}

.hero__text {
  color: #fff;
  z-index: 999;
  background: #0003;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
}

.hero__text h1 {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 2rem;
}

@media (width >= 1200px) {
  .hero__text {
    width: 50%;
    padding: 50px 50px 50px 20%;
    position: absolute;
    top: 20%;
    bottom: auto;
  }

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

@media (width >= 1200px) and (width <= 1450px) {
  .hero__text {
    width: 100%;
    top: auto;
    bottom: 0;
  }
}

@media (width >= 2001px) {
  .hero__text {
    width: 60%;
    top: 40%;
  }
}

@media (width >= 1200px) {
  .hero__text--bottom {
    width: 100%;
    padding-left: 0;
    top: auto;
    bottom: 0;
  }

  .hero__text--bottom .hero__text-inner {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (width >= 1200px) and (width <= 1450px) {
  .hero__text--bottom {
    width: 100%;
    top: auto;
    bottom: 0;
  }
}

.hero__text-inner p {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.hero__text-inner p:last-of-type {
  margin-bottom: 0;
}

@media (width >= 1200px) {
  .hero__text-inner {
    max-width: 850px;
  }
}

@media (width >= 1200px) and (width <= 1450px) {
  .hero__text-inner {
    width: 100%;
    max-width: 100%;
  }
}

.hero__overlay {
  opacity: 1;
  z-index: 9;
  background-image: url("/img/pattern-white-26.8d0c0e55.png");
  background-position: top;
  background-repeat: repeat-x;
  background-size: cover;
  width: 130%;
  height: 35%;
  position: absolute;
  bottom: 0;
}

@media (width >= 992px) {
  .hero__overlay {
    width: 100%;
  }
}

.hero--skinny, .hero--super-skinny {
  background: #253746;
  height: 100%;
  min-height: 150px;
}

@media (width >= 992px) {
  .hero--skinny, .hero--super-skinny {
    min-height: 200px;
    position: relative;
  }
}

.hero--skinny:before, .hero--super-skinny:before {
  padding-top: 0;
}

.hero--skinny .hero__overlay, .hero--super-skinny .hero__overlay {
  opacity: 1;
  height: 55%;
}

@media (width <= 767px) {
  .hero--skinny .hero__overlay, .hero--super-skinny .hero__overlay {
    background-position: 350px 0;
  }
}

.hero--skinny .hero__text, .hero--super-skinny .hero__text {
  background: none;
  justify-content: center;
  max-width: 700px;
  height: 100%;
  padding: 20px 20px 20px 0;
  font-family: dosis, helvetica, sans-serif;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (width >= 992px) {
  .hero--skinny .hero__text, .hero--super-skinny .hero__text {
    height: auto;
    min-height: 150px;
    padding-bottom: 50px;
  }
}

.hero--skinny .hero__text p, .hero--super-skinny .hero__text p {
  margin: 0;
}

@media (width >= 768px) {
  .hero--skinny .hero__text .hero__text--inner, .hero--super-skinny .hero__text .hero__text--inner {
    font-size: 1.5rem;
  }
}

.hero--super-skinny .hero__text {
  height: auto;
  width: 100% !important;
}

@media (width >= 768px) {
  .hero--super-skinny .hero__text {
    padding-bottom: 50px;
  }
}

@media (width >= 992px) {
  .hero--super-skinny .hero__text {
    min-height: 205px;
  }

  .hero--skinny {
    height: 100%;
    min-height: 150px;
  }
}

.hero--red {
  background: #732e4a;
}

.hero--pink {
  background: #a56e87;
}

.hero--blue {
  background: #6399ae;
}

.hero--d-blue {
  background: #253746;
}

.hero--green {
  background: #5e7461;
}

.hero--yellow {
  background: #aea444;
}

.hero-26 {
  --lines-overlay-height: 95px;
}

@media (width >= 992px) {
  .hero-26 {
    --lines-overlay-height: 148px;
  }
}

.hero-26 {
  background-color: #732e4a;
  position: relative;
}

.hero-26__inner {
  max-width: calc((100vw - var(--navbar-width)) / 2 + var(--navbar-width));
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (width >= 768px) {
  .hero-26__inner {
    padding-left: var(--gutter-x);
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    margin-left: auto;
    margin-right: 0;
  }
}

@media (width >= 1200px) {
  .hero-26__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.hero-26__main {
  color: #fff;
  padding-inline: var(--gutter-x);
  padding-bottom: calc(var(--lines-overlay-height) + 30px);
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 768px) and (width <= 991px) {
  .hero-26__main {
    padding-top: 30px;
  }
}

@media (width >= 768px) {
  .hero-26__main {
    width: 55%;
    padding-right: 0;
    padding-top: calc(var(--lines-overlay-height) - 30px);
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (width >= 992px) {
  .hero-26__main {
    padding-left: 50px;
  }
}

@media (width >= 1200px) {
  .hero-26__main {
    padding-left: 80px;
  }
}

.hero-26__image, .hero-26__video {
  padding-top: 30px;
}

@media (width >= 768px) {
  .hero-26__image, .hero-26__video {
    -ms-flex-order: 2;
    order: 2;
    width: 45%;
    height: auto;
  }
}

.hero-26__image {
  padding-left: var(--gutter-x);
  max-height: 400px;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 768px) {
  .hero-26__image {
    -ms-flex-order: 2;
    order: 2;
    width: 45%;
    height: auto;
    max-height: none;
    padding-top: 72px;
    padding-left: 0;
  }
}

@media (width >= 2001px) {
  .hero-26__image {
    max-height: 934px;
  }
}

.hero-26__image img {
  object-fit: cover;
  border-top-left-radius: 100px;
  width: 100%;
  height: 100%;
}

.hero-26__video {
  padding-inline: var(--gutter-x);
  justify-content: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 768px) {
  .hero-26__video {
    justify-content: flex-start;
    padding-top: 0;
    padding-left: 0;
  }
}

@media (width >= 992px) {
  .hero-26__video {
    width: 48%;
    padding-bottom: 50px;
  }
}

@media (width >= 1200px) {
  .hero-26__video {
    width: 60%;
  }
}

.hero-26__video-inner {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 630px;
  position: relative;
}

.hero-26__video-inner iframe {
  object-fit: cover;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 100%;
  height: 100%;
}

@media (width >= 992px) {
  .hero-26__content {
    max-width: 450px;
  }
}

.hero-26__title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.2;
}

@media (width >= 768px) {
  .hero-26__title {
    margin-bottom: 20px;
    font-size: 42px;
  }
}

@media (width >= 992px) {
  .hero-26__title {
    margin-bottom: 30px;
    font-size: 57px;
    line-height: 1.08;
  }
}

.hero-26__lead {
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.55;
}

@media (width >= 768px) {
  .hero-26__lead {
    margin-bottom: 30px;
  }
}

@media (width >= 992px) {
  .hero-26__lead {
    margin-bottom: 40px;
  }
}

.hero-26__cta {
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 992px) {
  .hero-26__cta {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.hero-26__cta .btn {
  align-self: flex-start;
}

.hero-26__overlay {
  z-index: 9;
  width: 100%;
  height: var(--lines-overlay-height);
  background-image: url("/img/pattern-white-26.8d0c0e55.png");
  background-position: 0 0;
  position: absolute;
  bottom: 0;
}

@media (width >= 992px) {
  .hero-26--video .hero-26__main {
    width: 52%;
  }
}

@media (width >= 2001px) {
  .hero-26--video .hero-26__main {
    width: 40%;
  }
}

.hero-26--panorama .hero-26__inner {
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (width >= 768px) {
  .hero-26--panorama .hero-26__inner {
    gap: 30px;
  }
}

@media (width >= 992px) {
  .hero-26--panorama .hero-26__inner {
    gap: 40px;
  }
}

.hero-26--panorama .hero-26__image {
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

@media (width >= 768px) {
  .hero-26--panorama .hero-26__image {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-height: 433px;
    margin-top: 48px;
  }
}

.hero-26--panorama .hero-26__image picture {
  width: 100%;
}

.hero-26--panorama .hero-26__main {
  margin-bottom: calc(var(--lines-overlay-height) + 10px);
  padding-top: 0;
  padding-bottom: 0;
}

@media (width >= 768px) {
  .hero-26--panorama .hero-26__main {
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    margin-bottom: 100px;
    padding: 0;
  }
}

@media (width >= 992px) {
  .hero-26--panorama .hero-26__main {
    margin-bottom: 180px;
  }
}

.hero-26--panorama .hero-26__content {
  max-width: none;
}

@media (width >= 768px) and (width <= 991px) {
  .hero-26--panorama .hero-26__content {
    padding-right: var(--gutter-x);
  }
}

@media (width >= 768px) {
  .hero-26--panorama .hero-26__content {
    justify-content: center;
    gap: 20px;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (width >= 992px) {
  .hero-26--panorama .hero-26__content {
    gap: 40px;
  }
}

@media (width >= 768px) {
  .hero-26--panorama .hero-26__title {
    max-width: 534px;
  }

  .hero-26--panorama .hero-26__text {
    max-width: 480px;
  }
}

.hero-26--panorama .hero-26__cta {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.toggle-search {
  background: none;
  border: none;
}

.toggle-search:hover, .toggle-search:focus {
  color: #732e4a;
}

.search-bar {
  box-shadow: none;
  opacity: 0;
  background: #eee;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding: 15px 0;
  position: fixed;
  top: -120px;
  left: 0;
  transform: translateY(-100%);
}

.search-bar form {
  max-width: calc(100% - 100px);
  margin: 0 auto;
}

.search-bar {
  transition: all .2s ease-in-out;
}

.search-bar.is-visible {
  opacity: 1;
  z-index: 10002;
  transition: all .2s ease-in-out;
  top: 0;
  transform: translateY(0);
}

.statistics {
  color: #732e4a;
  background: #d9d9d9;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  display: -ms-flexbox;
  display: flex;
}

.statistics__item {
  text-align: center;
  font-weight: 400;
}

.statistics__item .counter {
  margin-right: 10px;
  font-family: dosis, helvetica, sans-serif;
  font-size: 500%;
  font-weight: 700;
}

@media (width >= 992px) {
  .statistics__item {
    text-align: left;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: calc(33.3333% - 5px);
    font-size: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.select-office-by-county {
  background: #f0f0f0;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (width >= 992px) {
  .select-office-by-county {
    padding-bottom: 20px;
  }
}

.select-office-by-county__title {
  margin-bottom: .5rem;
}

.select-office-by-county__filters {
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  display: -ms-flexbox;
  display: flex;
}

.icon--title {
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  padding: 15px 0 15px 80px;
}

.icon--title .title {
  letter-spacing: 2px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  font-size: 1.75rem;
}

@media (width >= 992px) {
  .icon--title .title {
    font-size: 2.25rem;
  }

  .icon--title {
    background-position: 0;
    background-size: 80px 80px;
    padding: 15px 0 15px 100px;
  }
}

.icon--footer {
  width: 30px;
  height: 30px;
}

.employee-list {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 768px) {
  .employee-list {
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
  }
}

.employee-list__item {
  border-bottom: .1rem solid #732e4a;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 768px) {
  .employee-list__item {
    width: calc(50% - 20px);
  }
}

@media (width >= 1200px) {
  .employee-list__item {
    width: calc(33.3333% - 20px);
  }
}

.employee-list__item:first-child {
  margin-top: 0;
}

.employee-list__image {
  width: 80px;
  height: 80px;
}

.employee-list__image img {
  object-fit: cover;
  border-radius: 10px 0;
  width: 100%;
  height: 100%;
}

.employee-list__contact {
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 95px;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 992px) {
  .employee-list__contact {
    text-align: left;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (width <= 468px) {
  .employee-list__contact {
    max-width: 100%;
  }
}

.employee-list__info {
  width: 100%;
  margin-bottom: 5px;
  transition: all .3s cubic-bezier(.25, .8, .25, 1);
  display: -ms-flexbox;
  display: flex;
}

.employee-list__info:focus {
  outline-offset: 2px;
  outline: 2px solid #732e4a;
}

.employee-list__phone, .employee-list__email {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: .25rem;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
}

.employee-list__phone i, .employee-list__email i {
  margin-right: 5px;
}

.employee-list__phone:hover, .employee-list__phone:focus, .employee-list__phone:active, .employee-list__email:hover, .employee-list__email:focus, .employee-list__email:active {
  background: #973d61;
  text-decoration: none;
}

@media (width >= 992px) {
  .employee-list__phone, .employee-list__email {
    background: none;
    justify-content: flex-start;
    text-decoration: none;
  }

  .employee-list__phone i, .employee-list__email i {
    color: #732e4a;
    margin-right: 10px;
  }

  .employee-list__phone:hover, .employee-list__phone:focus, .employee-list__email:hover, .employee-list__email:focus {
    background: none;
  }
}

@media (width <= 468px) {
  .employee-list__phone, .employee-list__email {
    width: 100%;
    margin: .5rem 0;
    padding: 1.5rem 0;
    display: -ms-flexbox;
    display: flex;
  }
}

.employee-list__email {
  margin-right: 0;
}

.employee-list__contact-info {
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.employee-list__contact-info a {
  text-overflow: ellipsis;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding: 5px 0;
  text-decoration: none;
  overflow: hidden;
}

.employee-list__contact-info a:last-of-type {
  border-bottom: none;
}

.employee-list__contact-info a i {
  margin-right: 10px;
}

.employee-list__name {
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding-left: 1rem;
  display: -ms-flexbox;
  display: flex;
}

.employee-list__name h2 {
  font-weight: semibold;
  color: #732e4a;
  margin: 0;
  font-size: 1.35rem;
}

.employee-list__name span {
  margin-top: 5px;
  font-size: .9rem;
  line-height: 1.2;
  display: block;
}

.employee-list__read-more {
  color: #732e4a;
  text-underline-offset: 3px;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 0;
  font-size: .85rem;
  text-decoration: underline;
  display: -ms-flexbox;
  display: flex;
}

.employee-list__read-more svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.title {
  margin: 0;
  font-weight: bold;
}

.title--404 {
  letter-spacing: 12px;
  font-size: 8rem;
}

@media (width >= 992px) {
  .title--404 {
    font-size: 15rem;
  }
}

.content {
  padding: 15px;
}

@media (width >= 992px) {
  .content {
    max-width: 767px;
  }

  .content--small {
    max-width: 600px;
    margin: 0 0 0 auto;
    padding: 15px;
  }
}

.article-sticky {
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
}

.article-sticky__item {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.article-sticky__item--reverse {
  -ms-flex-flow: wrap-reverse;
  flex-flow: wrap-reverse;
}

.article-sticky__youtube {
  width: 100%;
  height: 100%;
  position: relative;
}

.article-sticky__youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.article-sticky__content {
  place-content: center;
  width: 60%;
  padding: 2rem;
  display: -ms-flexbox;
  display: flex;
}

@media (width <= 767px) {
  .article-sticky__content {
    -ms-flex: 100%;
    flex: 100%;
  }
}

.article-sticky__content--blue {
  color: #fff;
  background: #6399ae;
}

.article-sticky__content--light-blue {
  color: #fff;
  background: #435363;
}

.article-sticky__content ul li {
  margin-bottom: 15px;
}

.article-sticky__image {
  background-color: #6399ae;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  height: auto;
  min-height: 40vh;
}

@media (width <= 767px) {
  .article-sticky__image {
    -ms-flex: 100%;
    flex: 100%;
  }
}

.article-sticky__text {
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 650px;
  display: -ms-flexbox;
  display: flex;
}

.article-sticky__title {
  font-size: 2rem;
}

.link__read-more {
  margin-top: 1rem;
  position: relative;
}

.link__read-more a {
  color: #fff;
  text-decoration: none;
}

.link__read-more a:after {
  content: "";
  background: #fff;
  width: 65px;
  height: 1px;
  transition: all .1s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
}

.link__read-more a:hover, .link__read-more a:focus, .link__read-more a:active {
  color: #fff;
}

.link__read-more a:hover:after, .link__read-more a:focus:after, .link__read-more a:active:after {
  bottom: -3px;
}

.sidebar-menu {
  background: #e6e6e6;
  padding: 2rem;
}

@media (width >= 992px) {
  .sidebar-menu {
    padding: 4rem;
  }
}

.sidebar-menu--expandable .sidebar-menu__links li a:before {
  right: 10px;
  transform: rotate(90deg);
}

.sidebar-menu--expandable .sidebar-menu__links li a:hover:before, .sidebar-menu--expandable .sidebar-menu__links li a:focus:before {
  right: 10px;
}

.sidebar-menu .collapsable-element:not(.collapsed):before {
  transform: rotate(-90deg);
}

.sidebar-menu__links {
  max-width: 500px;
  list-style: none;
}

.sidebar-menu__links li {
  margin-bottom: 15px;
  display: block;
}

.sidebar-menu__links li a {
  color: #2c2a29;
  text-decoration: none;
  display: block;
  position: relative;
}

.sidebar-menu__links li a:before {
  content: "";
  font-family: FontAwesome;
  transition: all .2s ease-in-out;
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
}

.sidebar-menu__links li a:after {
  content: "";
  background: #732e4a;
  width: 100%;
  height: 1px;
  transition: all .2s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sidebar-menu__links li a:hover:before, .sidebar-menu__links li a:focus:before {
  color: #732e4a;
  transition: all .2s ease-in-out;
  right: 0;
}

.sidebar-menu__links li a:hover:after, .sidebar-menu__links li a:focus:after {
  color: #2c2a29;
  transition: all .2s ease-in-out;
}

.sidebar-menu__content {
  margin-bottom: 15px;
  padding: 15px 0 0;
}

.sidebar-menu__content li {
  margin-bottom: 15px;
  display: block;
}

.sidebar-menu__content li a {
  color: #2c2a29;
  border-bottom: 1px solid #0000;
  width: fit-content;
  text-decoration: none;
  display: block;
  position: relative;
}

.sidebar-menu__content li a:hover, .sidebar-menu__content li a:focus {
  border-bottom: 1px solid #732e4a;
}

.sidebar-menu__content li a:before {
  content: "";
}

.sidebar-menu__content li a:after {
  background: none;
  position: static;
}

.sidebar-menu__content li a:hover:before, .sidebar-menu__content li a:focus:before {
  color: #732e4a;
  transition: all .2s ease-in-out;
  right: 0;
}

.sidebar-menu__content li a:hover:after, .sidebar-menu__content li a:focus:after {
  color: #2c2a29;
  transition: all .2s ease-in-out;
}

.sub-nav {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (width <= 767px) {
  .sub-nav {
    background: #732e4a !important;
  }
}

.sub-nav__content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  max-width: 1100px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}

@media (width <= 767px) {
  .sub-nav__content {
    justify-content: center;
  }
}

.sub-nav__item {
  color: #fff;
  padding: 0 1rem;
  text-decoration: none;
}

@media (width <= 991px) {
  .sub-nav__item {
    padding: .5rem 1rem;
  }
}

.sub-nav__item:hover, .sub-nav__item:focus, .sub-nav__item:active {
  color: #fff;
  text-decoration: underline;
}

.sub-nav__item.active {
  text-decoration: underline;
}

.article__pagination {
  text-align: center;
  font-size: 14px;
  display: block;
}

@media (width >= 992px) {
  .article__pagination {
    font-size: 16px;
  }
}

.article__pagination .next, .article__pagination .prev {
  color: #6399ae;
  text-align: center;
  background: #fff;
  border: 2px solid #eee;
  margin: 0 5px;
  padding: 10px 25px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.article__pagination .next:hover, .article__pagination .next:focus, .article__pagination .prev:hover, .article__pagination .prev:focus {
  border: 2px solid #6399ae;
  transition: all .2s ease-in-out;
}

.article__share {
  background: #fff;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 15px 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: -28px;
  left: calc(50% - 75px);
}

.article__share a {
  margin: 0 10px;
}

.article figure img {
  margin-bottom: 10px;
}

.article__footer {
  color: #333;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
  padding: 30px 0;
  font-size: 85%;
}

.article__footer strong {
  text-transform: uppercase;
}

@media (width <= 1199px) {
  .article__image {
    width: 100%;
    height: auto;
    display: block;
  }
}

.article__image-inline {
  width: 100%;
  height: 100%;
}

@media (width >= 1200px) {
  .article__image--right {
    float: right;
    margin-right: -100px;
    padding-left: 30px;
    position: relative;
    max-width: 600px !important;
  }

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

  .article__image--left {
    float: left;
    margin-left: -100px;
    padding-right: 30px;
    position: relative;
    max-width: 600px !important;
  }

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

.article__sidebar {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 992px) {
  .article__sidebar {
    width: 46%;
  }
}

.article img {
  max-width: 100%;
  margin-bottom: 2rem;
  display: block;
}

.article ul, .article ol {
  margin: 0 0 15px;
  padding-left: 15px;
}

.article.article--with-sidebar {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}

.article.article--with-sidebar .article__text {
  width: 100%;
}

@media (width >= 992px) {
  .article.article--with-sidebar .article__text {
    width: 50%;
  }
}

.article.article--with-sidebar .article__image {
  width: 100%;
}

@media (width >= 992px) {
  .article.article--with-sidebar .article__image {
    width: 46%;
  }
}

.article.article--with-sidebar .article__image img {
  margin-bottom: 0;
}

.article.article--with-sidebar .article__sidebar .article__image {
  width: 100%;
}

.article.article--with-sidebar .article__sidebar .article__list {
  background: #732e4a;
  padding: 1.5rem;
}

.article.article--with-sidebar .article__sidebar .article__list li {
  color: #fff;
  padding: .5rem 0;
}

.article.article--with-sidebar .article__sidebar .article__list h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}

.article-footer {
  color: #333;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
  padding: 30px 0;
  font-size: 85%;
}

.article-footer strong {
  text-transform: uppercase;
}

.article-share {
  background: #fff;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 15px 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: -28px;
  left: calc(50% - 75px);
}

.article-share a {
  margin: 0 10px;
}

.article-pagination {
  text-align: center;
  font-size: 14px;
  display: block;
}

@media (width >= 992px) {
  .article-pagination {
    font-size: 16px;
  }
}

.article-pagination .next, .article-pagination .prev {
  color: #6399ae;
  text-align: center;
  background: #fff;
  border: 2px solid #eee;
  margin: 0 5px;
  padding: 10px 25px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.article-pagination .next:hover, .article-pagination .next:focus, .article-pagination .prev:hover, .article-pagination .prev:focus {
  border: 2px solid #6399ae;
  transition: all .2s ease-in-out;
}

figure figcaption {
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
  display: block;
}

.joblisting {
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
}

.joblisting__item {
  border-bottom: 2px solid #732e4a;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
  padding-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
}

.joblisting__item:last-of-type {
  border-bottom: none;
}

.joblisting__duedate {
  color: #732e4a;
  font-size: 13px;
}

@media (width >= 992px) {
  .joblisting__duedate {
    align-self: flex-end;
  }
}

.joblisting__link {
  align-self: flex-start;
  width: auto;
  font-size: 13px;
  display: -ms-flexbox;
  display: flex;
}

.office-list__heading {
  border-bottom: 1px solid #ccc;
  margin-top: 50px;
  margin-bottom: 10px;
}

.office-list__heading h2 {
  font-weight: 700 !important;
}

.office-list__items {
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 992px) {
  .office-list__items {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
}

.office-list__office-link {
  margin-top: 15px;
  display: block;
}

.office-list__item {
  width: 100%;
  padding-bottom: 20px;
}

@media (width >= 768px) {
  .office-list__item {
    width: 50%;
  }
}

@media (width >= 1200px) {
  .office-list__item {
    width: 33.3333%;
  }
}

.office-list__subheading {
  font-size: 22px;
  font-weight: 700;
}

.office-list__item-title {
  margin-bottom: 10px;
  font-family: dosis, helvetica, sans-serif;
  font-size: 22px;
  display: block;
}

.office-list__item.is-hidden {
  display: none;
}

.service-filter__no-results {
  color: #2c2a29;
  background-color: #f0f0f0;
  border-left: 4px solid #732e4a;
  margin: 20px 0;
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.office-map {
  background: #eee;
  width: 100%;
  height: 300px;
}

@media (width >= 992px) {
  .office-map {
    height: 400px;
  }
}

.office-map #map {
  width: 100%;
  height: 300px;
}

@media (width >= 992px) {
  .office-map #map {
    height: 400px;
  }
}

.office-county-list {
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  padding-left: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}

.office-county-list li {
  color: #fff;
}

.office-county-list li a {
  color: #fff;
  background: #5e7461;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-right: 5px;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.office-county-list li a:hover, .office-county-list li a:focus {
  background: #732e4a;
  transition: all .2s ease-in-out;
}

.office-county-list--checkboxes li {
  margin-right: 0;
}

.office-county-list--checkboxes .office-county-list__label {
  cursor: pointer;
  color: #fff;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #5e7461;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all .2s ease-in-out;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.office-county-list--checkboxes .office-county-list__label:has(.office-county-list__input:checked) {
  background: #732e4a;
}

.office-county-list--checkboxes .office-county-list__label[aria-disabled="true"], .office-county-list--checkboxes .office-county-list__label:has(.office-county-list__input:disabled) {
  opacity: .6;
  cursor: not-allowed;
  pointer-events: none;
}

.office-county-list--checkboxes .office-county-list__input {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.office-county-list--checkboxes .office-county-list__input:focus-visible + .office-county-list__text {
  outline-offset: 2px;
  outline: 2px solid;
}

.select-filters {
  grid-template-columns: 1fr;
  gap: 1rem 2rem;
  margin-top: 1.5rem;
  display: grid;
}

@media (width >= 768px) {
  .select-filters {
    grid-template-columns: 1fr 1fr;
  }
}

@media (width >= 992px) {
  .select-filters {
    grid-template-columns: 1fr 1fr auto;
  }
}

.select-filters__group {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.select-filters__group .custom-select {
  margin-bottom: 0;
}

@media (width >= 768px) {
  .select-filters__group .custom-select {
    min-width: 240px;
    max-width: none;
  }
}

.select-filters__clear {
  align-items: flex-end;
  padding-bottom: .25rem;
  display: -ms-flexbox;
  display: flex;
}

.select-filters__clear-btn {
  font: inherit;
  color: #732e4a;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  text-decoration: underline;
}

.select-filters__clear-btn:hover, .select-filters__clear-btn:focus-visible {
  text-decoration: none;
}

.pagination a {
  color: #732e4a;
  text-decoration: none;
}

.pagination a:hover, .pagination a:focus {
  color: #fff;
  background: #732e4a;
}

.search-results {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

.search-results__link {
  text-decoration: none;
}

.search-results__link p {
  color: #2c2a29;
}

.search-results__link:hover, .search-results__link:focus {
  text-decoration: none;
}

.search-results__item {
  border-bottom: 2px solid #732e4a;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.search-results__item:last-of-type {
  border-bottom: 0;
}

.case-cards {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 992px) {
  .case-cards {
    justify-content: flex-start;
  }
}

.case-card {
  border: 2px solid #732e4a;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: .5rem 0;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 768px) {
  .case-card {
    margin: .5rem;
  }
}

.case-card__body {
  -ms-flex-direction: column;
  flex-direction: column;
  height: 80%;
  padding: .7rem;
  display: -ms-flexbox;
  display: flex;
}

.case-card__title {
  font-weight: bold;
}

.case-card__info {
  margin-top: auto;
}

.case-card__footer {
  color: #fff;
  background: #732e4a;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: .7rem;
  display: -ms-flexbox;
  display: flex;
}

.case-card__logo {
  padding-right: .5rem;
}

.case-card__logo img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.case-card__position, .case-card__firm {
  font-size: .95rem;
  display: block;
}

.case-card__name {
  font-weight: bold;
}

@media (width >= 768px) {
  .case-card {
    max-width: calc(50% - 1rem);
  }
}

@media (width >= 1200px) {
  .case-card {
    max-width: 32%;
  }
}

.notFound {
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  background: #732e4af2;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  transition: all .5s ease-in-out;
  position: fixed;
}

.mobile-nav__wrap {
  height: 100%;
  padding-bottom: 50px;
  overflow-y: auto;
}

.mobile-nav__search {
  background: #4f1f33;
  padding: 35px 15px 15px;
  position: relative;
}

.mobile-nav__search label {
  width: calc(100% - 30px);
  margin: 15px;
}

.mobile-nav__close {
  color: #fff;
  z-index: 9999;
  text-align: center;
  background: #4f1f33;
  border: none;
  width: 50px;
  padding: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.mobile-nav__close:hover i, .mobile-nav__close:focus i {
  color: #aea444;
  transition: all .2s ease-in-out;
}

.mobile-nav__close i {
  font-size: 30px;
  transition: all .2s ease-in-out;
}

.mobile-nav > .mobile-nav__wrap > ul {
  height: auto;
  margin-top: 50px;
  padding: 0 30px;
  list-style: none;
  overflow-y: auto;
}

.mobile-nav > .mobile-nav__wrap > ul > li {
  letter-spacing: 1px;
  border-bottom: 1px dashed #ffffff40;
  padding: 7px 0;
  display: block;
}

.mobile-nav > .mobile-nav__wrap > ul > li > ul {
  margin-top: 10px;
  margin-bottom: 20px;
  list-style: none;
}

.mobile-nav > .mobile-nav__wrap > ul > li > ul li {
  border-bottom: 1px solid #ffffff40;
  margin-left: 30px;
  padding: 7px 0;
}

.mobile-nav > .mobile-nav__wrap > ul > li > ul li:last-of-type {
  border-bottom: none;
}

.mobile-nav > .mobile-nav__wrap > ul > li > ul li a {
  font-size: 18px;
}

.mobile-nav > .mobile-nav__wrap > ul > li a {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
}

.mobile-nav.is-visible {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
  transition: all .5s ease-in-out;
}

@media (width >= 1200px) {
  .mobile-nav.is-visible {
    opacity: 0;
    display: none;
  }
}

.mobile-nav a {
  color: #fff;
  line-height: 1.5;
}

.partner-cards {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2rem;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 992px) {
  .partner-cards {
    justify-content: flex-start;
  }
}

.partner-card {
  background: #fff;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 150px;
  margin: .5rem;
  padding: 10px;
  transition: all .3s cubic-bezier(.25, .8, .25, 1);
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 3px 6px #00000029, 0 3px 6px #0000003b;
}

.partner-card:hover, .partner-card:active, .partner-card:focus {
  color: #435363;
  text-decoration: none;
  box-shadow: 0 19px 38px #0000004d, 0 15px 12px #00000038;
}

.partner-card__body {
  align-items: center;
  width: auto;
  height: 100%;
  max-height: 100px;
  display: -ms-flexbox;
  display: flex;
}

.partner-card__body img {
  width: auto;
  max-height: 100px;
}

.job--with-sidebar {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
}

.job--with-sidebar .job__text {
  width: 100%;
}

@media (width >= 992px) {
  .job--with-sidebar .job__text {
    width: 65%;
  }
}

.job--with-sidebar .job__list {
  background: #e6e6e6;
  margin-bottom: 1rem;
  padding: 1rem;
}

.job__sidebar {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 992px) {
  .job__sidebar {
    width: 35%;
    padding-left: 1rem;
  }
}

.job__form {
  width: 100%;
}

.job__form .form-group, .job__form .umbraco-forms-field {
  padding: 5px 0;
}

.umbraco-forms-field input, .umbraco-forms-field textarea {
  width: 100%;
}

.umbraco-forms-field.shortanswer .umbraco-forms-label, .umbraco-forms-field.longanswer .umbraco-forms-label {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.umbraco-forms-field.shortanswer span, .umbraco-forms-field.longanswer span {
  opacity: 1;
  font-size: 80%;
}

.umbraco-forms-field.fileupload span {
  clip: rect(0 0 0 0);
  border: 0;
  padding: 0;
  overflow: hidden;
}

.umbraco-forms-navigation .col-md-12, .umbraco-forms-container {
  padding: 0;
}

.splide {
  position: relative;
}

.splide__toggle {
  background: red;
  padding: 0;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.splide__toggle__play svg {
  position: relative;
  left: 1px;
}

.splide__toggle__pause svg {
  position: relative;
  left: 0;
}

.splide__toggle__circle {
  background: #435363;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
}

.splide__toggle__circle svg {
  height: 15px;
}

.modal--employee .modal-header {
  border-bottom: none;
}

.modal--employee .modal-content {
  border-radius: 50px 0;
}

.modal--employee .modal-header {
  padding-top: 5px;
  padding-bottom: 0;
}

.modal--employee .modal-body {
  color: #fff;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (width >= 992px) {
  .modal--employee .modal-body {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.employee-in-modal__content {
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 992px) {
  .employee-in-modal__content {
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }
}

.employee-in-modal__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 300px;
}

@media (width >= 992px) {
  .employee-in-modal__image {
    width: 200px;
    margin: 0;
  }
}

.employee-in-modal__image img {
  object-fit: cover;
  border-radius: 10px 0;
  width: 100%;
  height: auto;
}

.employee-in-modal__info {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
}

.employee-in-modal__info h2 {
  color: #2c2a29;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

@media (width >= 992px) {
  .employee-in-modal__info h2 {
    font-size: 1.75rem;
  }
}

.employee-in-modal__position {
  color: #777;
  margin: 2px 0 10px;
  font-size: 15px;
  font-weight: 400;
}

.employee-in-modal__description {
  color: #2c2a29;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.6;
}

.employee-in-modal__contact {
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
}

.employee-in-modal__contact a {
  color: #2c2a29;
  border-bottom: 1px solid #e6e6e6;
  align-items: center;
  padding: 4px 0;
  text-decoration: none;
  transition: all .3s cubic-bezier(.25, .8, .25, 1);
  display: -ms-flexbox;
  display: flex;
}

.employee-in-modal__contact a:last-child {
  border-bottom: none;
}

.employee-in-modal__contact a:hover {
  color: #732e4a;
}

.employee-in-modal__contact a i {
  color: #732e4a;
  text-align: center;
  width: 20px;
  margin-right: 10px;
}

.image-module {
  margin: 0;
}

.image-module picture {
  display: block;
}

.image-module img {
  width: 100%;
  height: auto;
  display: block;
}

.image-module__caption {
  color: #666;
  margin-top: .5rem;
  font-size: .85em;
}

.image-text-banner {
  grid-template-columns: 1fr;
  gap: 10px;
  display: grid;
  position: relative;
}

@media (width >= 768px) {
  .image-text-banner {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 30px;
    min-height: 500px;
  }
}

.image-text-banner__image {
  border-top-left-radius: var(--border-radius-xl);
  border-bottom-right-radius: var(--border-radius-xl);
  height: 300px;
  overflow: hidden;
}

@media (width >= 768px) {
  .image-text-banner__image {
    height: 100%;
  }
}

.image-text-banner__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-text-banner__main {
  color: #fff;
  border-top-right-radius: var(--border-radius-xl);
  border-bottom-left-radius: var(--border-radius-xl);
  background: #732e4a;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 768px) {
  .image-text-banner__main {
    height: 100%;
    padding: 70px 60px 60px;
  }
}

.image-text-banner__main ul li {
  margin-bottom: 10px;
}

.image-text-banner__main a, .image-text-banner__main a:active, .image-text-banner__main a:hover {
  color: #fff;
}

.image-text-banner__text {
  width: 100%;
}

.image-text-banner__title {
  margin-bottom: 1rem;
}

.image-text-banner__cta {
  text-align: right;
  margin-top: 2rem;
}

.image-text-banner--overlap {
  --offset: 50px;
}

@media (width >= 768px) {
  .image-text-banner--overlap {
    grid-template-columns: 1fr var(--offset) 1fr;
    padding-bottom: var(--offset);
    gap: 0;
  }
}

.image-text-banner--overlap .image-text-banner__image {
  grid-area: 1 / 1;
}

@media (width >= 768px) {
  .image-text-banner--overlap .image-text-banner__image {
    grid-area: 1 / 1 / auto / 3;
    height: 500px;
  }
}

.image-text-banner--overlap .image-text-banner__main {
  grid-area: 2 / 1;
}

@media (width >= 768px) {
  .image-text-banner--overlap .image-text-banner__main {
    border-radius: 0;
    border-top-right-radius: var(--border-radius-xl);
    border-bottom-left-radius: var(--border-radius-xl);
    margin-top: var(--offset);
    z-index: 1;
    grid-area: 1 / 2 / auto / 4;
  }
}

.quote-banners {
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 992px) {
  .quote-banners {
    gap: 50px;
  }
}

.quote-banner {
  grid-template-columns: 1fr;
  gap: 20px;
  display: grid;
  position: relative;
}

@media (width >= 992px) {
  .quote-banner {
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    padding-bottom: 50px;
  }
}

.quote-banner__image-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
}

.quote-banner__image {
  height: 300px;
  position: relative;
}

@media (width >= 992px) {
  .quote-banner__image {
    height: 500px;
  }
}

.quote-banner__image:after {
  content: "";
  z-index: 1;
  border-top-left-radius: var(--border-radius-xl);
  border-bottom-right-radius: var(--border-radius-xl);
  background: #732e4a80;
  width: 45%;
  height: 40%;
  position: absolute;
  bottom: -10%;
  right: -10%;
}

@media (width <= 468px) {
  .quote-banner__image:after {
    display: none;
  }
}

.quote-banner__image img {
  object-fit: cover;
  border-top-left-radius: var(--border-radius-xl);
  border-bottom-right-radius: var(--border-radius-xl);
  width: 100%;
  height: 100%;
}

.quote-banner__main {
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
}

.quote-banner__quote {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

@media (width >= 992px) {
  .quote-banner__quote {
    margin-bottom: 3.5rem;
    font-size: 1.8rem;
  }
}

.quote-banner__attribution {
  color: #732e4a;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (width >= 992px) {
  .quote-banner__attribution {
    font-size: 1.5rem;
  }
}

.quote-banner--attribution-decorative {
  gap: 30px;
}

@media (width >= 992px) {
  .quote-banner--attribution-decorative {
    gap: 70px;
  }
}

.quote-banner--attribution-decorative .quote-banner__image:after {
  display: none;
}

.quote-banner--attribution-decorative .quote-banner__attribution {
  position: relative;
}

.quote-banner--attribution-decorative .quote-banner__attribution:after {
  content: "";
  z-index: 1;
  border-top-right-radius: var(--border-radius-lg);
  border-bottom-left-radius: var(--border-radius-lg);
  background: #732e4a4d;
  width: 225px;
  height: 96px;
  position: absolute;
  top: -40%;
  right: 0%;
}

@media (width >= 992px) {
  .quote-banner--attribution-decorative .quote-banner__attribution:after {
    height: 170px;
    top: -50%;
  }
}

@media (width <= 468px) {
  .quote-banner--attribution-decorative .quote-banner__attribution:after {
    display: none;
  }
}

.quote-banner--attribution-decorative .quote-banner__image-caption {
  color: #2c2a29;
  margin-top: 15px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4;
}

@media (width >= 992px) {
  .quote-banner--attribution-decorative .quote-banner__image-caption {
    margin-top: 20px;
    font-size: 1rem;
  }

  .quote-banner--reversed .quote-banner__image-wrapper, .quote-banner--reversed .quote-banner__image {
    grid-area: 1 / 2;
  }

  .quote-banner--reversed .quote-banner__main {
    grid-area: 1 / 1;
  }
}

.quote-banner--reversed .quote-banner__image:after {
  border-top-right-radius: var(--border-radius-xl);
  border-bottom-left-radius: var(--border-radius-xl);
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  left: -10%;
  right: auto;
}

.landingpage-header__top-banner {
  color: #fff;
  z-index: 10;
  background: #732e4a;
  padding: 20px 0;
  position: relative;
}

.landingpage-header__top-banner .container, .landingpage-header__top-banner .select-office-by-county__offices {
  justify-content: space-between;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.landingpage-header__logo, .landingpage-header__logo:hover {
  text-decoration: none;
}

.landingpage-header__logo img {
  width: 100px;
}

@media (width >= 992px) {
  .landingpage-header__logo img {
    width: 170px;
  }

  .landingpage-header__cta-button {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.25rem;
  }
}

.landingpage-header__main-content {
  background: #732e4a;
  padding: 40px 0;
  position: relative;
}

@media (width >= 992px) {
  .landingpage-header__main-content {
    padding: 60px 0;
  }
}

.landingpage-header__title {
  color: #fff;
  z-index: 5;
  margin-bottom: 30px;
  font-size: 2.3rem;
  position: relative;
}

@media (width >= 992px) {
  .landingpage-header__title {
    margin-bottom: 50px;
    font-size: 3rem;
  }
}

.landingpage-header__content-grid {
  grid-template-columns: 1fr;
  gap: 30px;
  display: grid;
}

@media (width >= 992px) {
  .landingpage-header__content-grid {
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 50px;
  }
}

.landingpage-header__image-section {
  height: 300px;
  position: relative;
}

@media (width >= 992px) {
  .landingpage-header__image-section {
    height: 500px;
  }
}

.landingpage-header__image-section img {
  object-fit: cover;
  border-top-left-radius: var(--border-radius-xl);
  border-bottom-right-radius: var(--border-radius-xl);
  width: 100%;
  height: 100%;
}

.landingpage-header__text-section {
  color: #fff;
  background: #732e4a;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
}

@media (width >= 992px) {
  .landingpage-header__text-section {
    z-index: 5;
    position: relative;
  }
}

.landingpage-header__quote {
  margin-bottom: 20px;
  font-size: 1.25rem;
  font-style: italic;
  line-height: 1.5;
}

@media (width >= 768px) {
  .landingpage-header__quote {
    font-size: 1.5rem;
  }
}

@media (width >= 992px) {
  .landingpage-header__quote {
    margin-bottom: 30px;
    font-size: 1.75rem;
  }
}

.landingpage-header__author {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 400;
}

@media (width >= 992px) {
  .landingpage-header__author {
    font-size: 1.1rem;
  }
}

.header-publication-info {
  padding-top: 2rem;
}

@media (width >= 992px) {
  .header-publication-info {
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    display: -ms-flexbox;
    display: flex;
  }
}

.landingpage-header-2 {
  width: 100%;
  position: relative;
}

@media (width >= 576px) {
  .landingpage-header-2 {
    height: 400px;
  }
}

@media (width >= 768px) {
  .landingpage-header-2 {
    height: 750px;
    max-height: 70dvh;
    overflow: hidden;
  }
}

.landingpage-header-2__image {
  height: 400px;
}

@media (width >= 576px) {
  .landingpage-header-2__image {
    z-index: 1;
    width: 100%;
    height: 100%;
  }
}

.landingpage-header-2__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.landingpage-header-2__content {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 30px 15px 15px;
  display: -ms-flexbox;
  display: flex;
}

@media (width <= 575px) {
  .landingpage-header-2__content {
    color: #fff;
    background-color: #732e4a;
  }
}

@media (width >= 576px) {
  .landingpage-header-2__content {
    z-index: 2;
    color: #fff;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    padding: 40px 10px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.landingpage-header-2 h1 {
  margin-bottom: 1rem;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.1;
}

@media (width >= 576px) {
  .landingpage-header-2 h1 {
    font-size: 1.4rem;
  }
}

@media (width >= 768px) {
  .landingpage-header-2 h1 {
    font-size: 3rem;
  }
}

.landingpage-header-2 p {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.3;
}

@media (width >= 576px) {
  .landingpage-header-2 p {
    font-size: 1.3rem;
  }
}

@media (width >= 768px) {
  .landingpage-header-2 p {
    font-size: 1.4rem;
  }
}

@media (width >= 992px) {
  .landingpage-header-2 p {
    font-size: 1.8rem;
  }
}

@media (width >= 576px) {
  .landingpage-header-2__text-left {
    max-width: 30%;
  }

  .landingpage-header-2__text-right {
    text-align: left;
    max-width: 30%;
  }

  .landingpage-header-2__text-right p {
    font-size: 1.2rem;
  }
}

@media (width >= 768px) {
  .landingpage-header-2__text-right p {
    font-size: 1.6rem;
  }
}

@media (width >= 992px) {
  .landingpage-header-2__text-right p {
    font-size: 2.2rem;
  }
}

.article-landingpage h2, .article-landingpage h3, .article-landingpage h4, .article-landingpage h5, .article-landingpage h6 {
  margin-bottom: 1rem;
}

@media (width >= 768px) {
  .article-landingpage h2, .article-landingpage h3, .article-landingpage h4, .article-landingpage h5, .article-landingpage h6 {
    margin-bottom: 1.5rem;
  }
}

.article-landingpage__text p, .article-landingpage__text ul, .article-landingpage__text ol {
  font-weight: 400;
}

.article-landingpage__text blockquote {
  color: #732e4a;
  max-width: 600px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

@media (width >= 992px) {
  .article-landingpage__text blockquote {
    font-size: 1.8rem;
  }
}

.visually-hidden, .tag-filter__live-region, .employee-filter-live-region, .service-filter__live-region {
  width: 1px;
  height: 1px;
  position: absolute;
  top: auto;
  left: -10000px;
  overflow: hidden;
}

.btn-no-style, .splide__toggle {
  box-shadow: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.text-sm {
  font-size: .875rem;
}

.hr {
  opacity: .8;
  background: #732e4a;
  border: none;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (width >= 992px) {
  .hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .header {
    height: 1024px;
  }
}

@media (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .header {
    height: 768px;
  }
}

@media screen and (device-aspect-ratio: 40 / 71) {
  .header {
    height: 500px;
  }
}

.size-checker {
  z-index: 99999;
  width: 70px;
  height: 25px;
  position: fixed;
  bottom: 25px;
  right: 0;
}

@media (width <= 767px) {
  .size-checker {
    display: none;
  }
}

@media (width >= 2001px) {
  .size-checker:before {
    content: "XL-UP";
    background: red;
  }
}

@media (width >= 1201px) and (width <= 2000px) {
  .size-checker:before {
    content: "LG-only";
    background: green;
  }
}

@media (width >= 1200px) and (width <= 1450px) {
  .size-checker:before {
    content: "MD--LG";
    background: pink;
  }
}

@media (width >= 992px) and (width <= 1199px) {
  .size-checker:before {
    content: "md-only";
    background: purple;
  }
}

@media (width >= 768px) and (width <= 991px) {
  .size-checker:before {
    content: "sm-only";
    background: #00f;
  }
}

@media (width <= 767px) {
  .size-checker:before {
    content: "xs-only";
    background: brown;
  }
}

.size-checker:before {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (width >= 2001px) {
  .size-checker:before {
    content: "XL-UP";
    background: red;
  }
}

@media (width >= 1201px) and (width <= 2000px) {
  .size-checker:before {
    content: "LG-only";
    background: green;
  }
}

@media (width >= 1200px) and (width <= 1450px) {
  .size-checker:before {
    content: "MD--LG";
    background: pink;
  }
}

@media (width >= 992px) and (width <= 1199px) {
  .size-checker:before {
    content: "md-only";
    background: purple;
  }
}

@media (width >= 768px) and (width <= 991px) {
  .size-checker:before {
    content: "sm-only";
    background: #00f;
  }
}

@media (width <= 767px) {
  .size-checker:before {
    content: "xs-only";
    background: brown;
  }
}
/*# sourceMappingURL=main.css.map */
