@charset "UTF-8";

/* node_modules/primeng/resources/primeng.min.css */
.p-overflow-hidden {
  overflow: hidden;
  padding-right: var(--scrollbar-width);
}
@layer primeng {
  .p-component,
  .p-component * {
    box-sizing: border-box;
  }
  .p-hidden {
    display: none;
  }
  .p-hidden-space {
    visibility: hidden;
  }
  .p-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .p-hidden-accessible input,
  .p-hidden-accessible select {
    transform: scale(0);
  }
  .p-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }
  .p-disabled,
  .p-disabled * {
    cursor: default !important;
    pointer-events: none;
  }
  .p-component-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-unselectable-text {
    -webkit-user-select: none;
    user-select: none;
  }
  .p-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
  }
  @-webkit-keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes p-fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  input[type=button],
  input[type=submit],
  input[type=reset],
  input[type=file]::-webkit-file-upload-button,
  button {
    border-radius: 0;
  }
  .p-link {
    text-align: left;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
  }
  .p-link:disabled {
    cursor: default;
  }
  .p-sr-only {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
  }
  .p-connected-overlay {
    opacity: 0;
    transform: scaleY(0.8);
    transition: transform .12s cubic-bezier(0, 0, 0.2, 1), opacity .12s cubic-bezier(0, 0, 0.2, 1);
  }
  .p-connected-overlay-visible {
    opacity: 1;
    transform: scaleY(1);
  }
  .p-connected-overlay-hidden {
    opacity: 0;
    transform: scaleY(1);
    transition: opacity .1s linear;
  }
  .p-toggleable-content.ng-animating {
    overflow: hidden;
  }
  .p-icon-wrapper {
    display: inline-flex;
  }
  .p-icon {
    display: inline-block;
  }
  .p-icon-spin {
    -webkit-animation: p-icon-spin 2s infinite linear;
    animation: p-icon-spin 2s infinite linear;
  }
}
@-webkit-keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes p-icon-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@layer primeng {
  .p-badge {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    padding: 0 .5rem;
  }
  .p-overlay-badge {
    position: relative;
  }
  .p-overlay-badge .p-badge {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    transform-origin: 100% 0;
    margin: 0;
  }
  .p-badge-dot {
    width: .5rem;
    min-width: .5rem;
    height: .5rem;
    border-radius: 50%;
    padding: 0;
  }
  .p-badge-no-gutter {
    padding: 0;
    border-radius: 50%;
  }
}
@layer primeng {
  .p-button {
    margin: 0;
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    align-items: center;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .p-button-label {
    flex: 1 1 auto;
  }
  .p-button-icon-right {
    order: 1;
  }
  .p-button:disabled {
    cursor: default;
    pointer-events: none;
  }
  .p-button-icon-only {
    justify-content: center;
  }
  .p-button-icon-only:after {
    content: "p";
    visibility: hidden;
    clip: rect(0 0 0 0);
    width: 0;
  }
  .p-button-vertical {
    flex-direction: column;
  }
  .p-button-icon-bottom {
    order: 2;
  }
  .p-button-group .p-button {
    margin: 0;
  }
  .p-button-group .p-button:focus,
  .p-button-group p-button:focus .p-button,
  .p-buttonset .p-button:focus,
  .p-buttonset .p-button:focus,
  .p-buttonset p-button:focus .p-button,
  .p-buttonset .p-button:focus {
    position: relative;
    z-index: 1;
  }
  .p-button-group .p-button:not(:last-child),
  .p-button-group .p-button:not(:last-child):hover,
  .p-button-group p-button:not(:last-child) .p-button,
  .p-button-group p-button:not(:last-child) .p-button:hover,
  .p-buttonset .p-button:not(:last-child),
  .p-buttonset .p-button:not(:last-child):hover,
  .p-buttonset p-button:not(:last-child) .p-button,
  .p-buttonset p-button:not(:last-child) .p-button:hover {
    border-right: 0 none;
  }
  .p-button-group .p-button:not(:first-of-type):not(:last-of-type),
  .p-button-group p-button:not(:first-of-type):not(:last-of-type) .p-button,
  .p-buttonset .p-button:not(:first-of-type):not(:last-of-type),
  .p-buttonset p-button:not(:first-of-type):not(:last-of-type) .p-button {
    border-radius: 0;
  }
  .p-button-group .p-button:first-of-type:not(:only-of-type),
  .p-button-group p-button:first-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:first-of-type:not(:only-of-type),
  .p-buttonset p-button:first-of-type:not(:only-of-type) .p-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-button-group .p-button:last-of-type:not(:only-of-type),
  .p-button-group p-button:last-of-type:not(:only-of-type) .p-button,
  .p-buttonset .p-button:last-of-type:not(:only-of-type),
  .p-buttonset p-button:last-of-type:not(:only-of-type) .p-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  p-button[iconpos=right] spinnericon {
    order: 1;
  }
}
@layer primeng {
  .p-checkbox {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-checkbox-disabled {
    cursor: default !important;
    pointer-events: none;
  }
  .p-checkbox-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  p-checkbox {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-checkbox-label {
    line-height: 1;
  }
}
.p-colorpicker-panel .p-colorpicker-color {
  background: transparent url("./media/color-727V6BA6.png") no-repeat left top;
}
.p-colorpicker-panel .p-colorpicker-hue {
  background: transparent url("./media/hue-3YTJE6JS.png") no-repeat left top;
}
@layer primeng {
  .p-inputtext {
    margin: 0;
  }
  .p-fluid .p-inputtext {
    width: 100%;
  }
  .p-inputgroup {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup-addon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-inputgroup .p-float-label {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .p-inputgroup .p-inputtext,
  .p-fluid .p-inputgroup .p-inputtext,
  .p-inputgroup .p-inputwrapper,
  .p-inputgroup .p-inputwrapper > .p-component {
    flex: 1 1 auto;
    width: 1%;
  }
  .p-float-label {
    display: block;
    position: relative;
  }
  .p-float-label label {
    position: absolute;
    pointer-events: none;
    top: 50%;
    margin-top: -0.5rem;
    transition-property: all;
    transition-timing-function: ease;
    line-height: 1;
  }
  .p-float-label textarea ~ label {
    top: 1rem;
  }
  .p-float-label input:focus ~ label,
  .p-float-label input.p-filled ~ label,
  .p-float-label textarea:focus ~ label,
  .p-float-label textarea.p-filled ~ label,
  .p-float-label .p-inputwrapper-focus ~ label,
  .p-float-label .p-inputwrapper-filled ~ label {
    top: -0.75rem;
    font-size: 12px;
  }
  .p-float-label .input:-webkit-autofill ~ label {
    top: -20px;
    font-size: 12px;
  }
  .p-float-label .p-placeholder,
  .p-float-label input::placeholder,
  .p-float-label .p-inputtext::placeholder {
    opacity: 0;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-float-label .p-focus .p-placeholder,
  .p-float-label input:focus::placeholder,
  .p-float-label .p-inputtext:focus::placeholder {
    opacity: 1;
    transition-property: all;
    transition-timing-function: ease;
  }
  .p-input-icon-left,
  .p-input-icon-right {
    position: relative;
    display: inline-block;
  }
  .p-input-icon-left > i,
  .p-input-icon-left > .p-icon-wrapper,
  .p-input-icon-right > i,
  .p-input-icon-right > .p-icon-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }
  .p-fluid .p-input-icon-left,
  .p-fluid .p-input-icon-right {
    display: block;
    width: 100%;
  }
}
@layer primeng {
  .p-inputtextarea-resizable {
    overflow: hidden;
    resize: none;
  }
  .p-fluid .p-inputtextarea {
    width: 100%;
  }
}
@layer primeng {
  .p-password {
    position: relative;
    display: inline-flex;
  }
  .p-password-panel {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-password .p-password-panel {
    min-width: 100%;
  }
  .p-password-meter {
    height: 10px;
  }
  .p-password-strength {
    height: 100%;
    width: 0;
    transition: width 1s ease-in-out;
  }
  .p-fluid .p-password {
    display: flex;
  }
  .p-password-input::-ms-reveal,
  .p-password-input::-ms-clear {
    display: none;
  }
  .p-password-clear-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    cursor: pointer;
  }
  .p-password .p-icon {
    cursor: pointer;
  }
  .p-password-clearable.p-password-mask .p-password-clear-icon {
    margin-top: unset;
  }
  .p-password-clearable {
    position: relative;
  }
}
@layer primeng {
  .p-radiobutton {
    display: inline-flex;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: bottom;
    position: relative;
  }
  .p-radiobutton-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-radiobutton-icon {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0) scale(0.1);
    border-radius: 50%;
    visibility: hidden;
  }
  .p-radiobutton-box.p-highlight .p-radiobutton-icon {
    transform: translateZ(0) scale(1, 1);
    visibility: visible;
  }
  p-radiobutton {
    display: inline-flex;
    vertical-align: bottom;
    align-items: center;
  }
  .p-radiobutton-label {
    line-height: 1;
  }
}
@layer primeng {
  .p-ripple {
    overflow: hidden;
    position: relative;
  }
  .p-ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    transform: scale(0);
  }
  .p-ink-active {
    animation: ripple .4s linear;
  }
  .p-ripple-disabled .p-ink {
    display: none !important;
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@layer primeng {
  .p-tooltip {
    position: absolute;
    display: none;
    padding: .25em .5rem;
    max-width: 12.5rem;
    pointer-events: none;
  }
  .p-tooltip.p-tooltip-right,
  .p-tooltip.p-tooltip-left {
    padding: 0 .25rem;
  }
  .p-tooltip.p-tooltip-top,
  .p-tooltip.p-tooltip-bottom {
    padding: .25em 0;
  }
  .p-tooltip .p-tooltip-text {
    white-space: pre-line;
    word-break: break-word;
  }
  .p-tooltip-arrow {
    scale: 2;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  .p-tooltip-right .p-tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -0.25rem;
    border-width: .25em .25em .25em 0;
  }
  .p-tooltip-left .p-tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -0.25rem;
    border-width: .25em 0 .25em .25rem;
  }
  .p-tooltip.p-tooltip-top {
    padding: .25em 0;
  }
  .p-tooltip-top .p-tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: .25em .25em 0;
  }
  .p-tooltip-bottom .p-tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -0.25rem;
    border-width: 0 .25em .25rem;
  }
}

/* node_modules/primeicons/primeicons.css */
@font-face {
  font-family: "primeicons";
  font-display: block;
  src: url("./media/primeicons-77WLEVE2.eot");
  src:
    url("./media/primeicons-77WLEVE2.eot?#iefix") format("embedded-opentype"),
    url("./media/primeicons-XI7ZC3P3.woff2") format("woff2"),
    url("./media/primeicons-7C46RJHE.woff") format("woff"),
    url("./media/primeicons-AEJFRHCW.ttf") format("truetype"),
    url("./media/primeicons-SQ5LETCD.svg?#primeicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pi {
  font-family: "primeicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility:hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pi-eraser:before {
  content: "\ea04";
}
.pi-stopwatch:before {
  content: "\ea01";
}
.pi-verified:before {
  content: "\ea02";
}
.pi-delete-left:before {
  content: "\ea03";
}
.pi-hourglass:before {
  content: "\e9fe";
}
.pi-truck:before {
  content: "\ea00";
}
.pi-wrench:before {
  content: "\e9ff";
}
.pi-microphone:before {
  content: "\e9fa";
}
.pi-megaphone:before {
  content: "\e9fb";
}
.pi-arrow-right-arrow-left:before {
  content: "\e9fc";
}
.pi-bitcoin:before {
  content: "\e9fd";
}
.pi-file-edit:before {
  content: "\e9f6";
}
.pi-language:before {
  content: "\e9f7";
}
.pi-file-export:before {
  content: "\e9f8";
}
.pi-file-import:before {
  content: "\e9f9";
}
.pi-file-word:before {
  content: "\e9f1";
}
.pi-gift:before {
  content: "\e9f2";
}
.pi-cart-plus:before {
  content: "\e9f3";
}
.pi-thumbs-down-fill:before {
  content: "\e9f4";
}
.pi-thumbs-up-fill:before {
  content: "\e9f5";
}
.pi-arrows-alt:before {
  content: "\e9f0";
}
.pi-calculator:before {
  content: "\e9ef";
}
.pi-sort-alt-slash:before {
  content: "\e9ee";
}
.pi-arrows-h:before {
  content: "\e9ec";
}
.pi-arrows-v:before {
  content: "\e9ed";
}
.pi-pound:before {
  content: "\e9eb";
}
.pi-prime:before {
  content: "\e9ea";
}
.pi-chart-pie:before {
  content: "\e9e9";
}
.pi-reddit:before {
  content: "\e9e8";
}
.pi-code:before {
  content: "\e9e7";
}
.pi-sync:before {
  content: "\e9e6";
}
.pi-shopping-bag:before {
  content: "\e9e5";
}
.pi-server:before {
  content: "\e9e4";
}
.pi-database:before {
  content: "\e9e3";
}
.pi-hashtag:before {
  content: "\e9e2";
}
.pi-bookmark-fill:before {
  content: "\e9df";
}
.pi-filter-fill:before {
  content: "\e9e0";
}
.pi-heart-fill:before {
  content: "\e9e1";
}
.pi-flag-fill:before {
  content: "\e9de";
}
.pi-circle:before {
  content: "\e9dc";
}
.pi-circle-fill:before {
  content: "\e9dd";
}
.pi-bolt:before {
  content: "\e9db";
}
.pi-history:before {
  content: "\e9da";
}
.pi-box:before {
  content: "\e9d9";
}
.pi-at:before {
  content: "\e9d8";
}
.pi-arrow-up-right:before {
  content: "\e9d4";
}
.pi-arrow-up-left:before {
  content: "\e9d5";
}
.pi-arrow-down-left:before {
  content: "\e9d6";
}
.pi-arrow-down-right:before {
  content: "\e9d7";
}
.pi-telegram:before {
  content: "\e9d3";
}
.pi-stop-circle:before {
  content: "\e9d2";
}
.pi-stop:before {
  content: "\e9d1";
}
.pi-whatsapp:before {
  content: "\e9d0";
}
.pi-building:before {
  content: "\e9cf";
}
.pi-qrcode:before {
  content: "\e9ce";
}
.pi-car:before {
  content: "\e9cd";
}
.pi-instagram:before {
  content: "\e9cc";
}
.pi-linkedin:before {
  content: "\e9cb";
}
.pi-send:before {
  content: "\e9ca";
}
.pi-slack:before {
  content: "\e9c9";
}
.pi-sun:before {
  content: "\e9c8";
}
.pi-moon:before {
  content: "\e9c7";
}
.pi-vimeo:before {
  content: "\e9c6";
}
.pi-youtube:before {
  content: "\e9c5";
}
.pi-flag:before {
  content: "\e9c4";
}
.pi-wallet:before {
  content: "\e9c3";
}
.pi-map:before {
  content: "\e9c2";
}
.pi-link:before {
  content: "\e9c1";
}
.pi-credit-card:before {
  content: "\e9bf";
}
.pi-discord:before {
  content: "\e9c0";
}
.pi-percentage:before {
  content: "\e9be";
}
.pi-euro:before {
  content: "\e9bd";
}
.pi-book:before {
  content: "\e9ba";
}
.pi-shield:before {
  content: "\e9b9";
}
.pi-paypal:before {
  content: "\e9bb";
}
.pi-amazon:before {
  content: "\e9bc";
}
.pi-phone:before {
  content: "\e9b8";
}
.pi-filter-slash:before {
  content: "\e9b7";
}
.pi-facebook:before {
  content: "\e9b4";
}
.pi-github:before {
  content: "\e9b5";
}
.pi-twitter:before {
  content: "\e9b6";
}
.pi-step-backward-alt:before {
  content: "\e9ac";
}
.pi-step-forward-alt:before {
  content: "\e9ad";
}
.pi-forward:before {
  content: "\e9ae";
}
.pi-backward:before {
  content: "\e9af";
}
.pi-fast-backward:before {
  content: "\e9b0";
}
.pi-fast-forward:before {
  content: "\e9b1";
}
.pi-pause:before {
  content: "\e9b2";
}
.pi-play:before {
  content: "\e9b3";
}
.pi-compass:before {
  content: "\e9ab";
}
.pi-id-card:before {
  content: "\e9aa";
}
.pi-ticket:before {
  content: "\e9a9";
}
.pi-file-o:before {
  content: "\e9a8";
}
.pi-reply:before {
  content: "\e9a7";
}
.pi-directions-alt:before {
  content: "\e9a5";
}
.pi-directions:before {
  content: "\e9a6";
}
.pi-thumbs-up:before {
  content: "\e9a3";
}
.pi-thumbs-down:before {
  content: "\e9a4";
}
.pi-sort-numeric-down-alt:before {
  content: "\e996";
}
.pi-sort-numeric-up-alt:before {
  content: "\e997";
}
.pi-sort-alpha-down-alt:before {
  content: "\e998";
}
.pi-sort-alpha-up-alt:before {
  content: "\e999";
}
.pi-sort-numeric-down:before {
  content: "\e99a";
}
.pi-sort-numeric-up:before {
  content: "\e99b";
}
.pi-sort-alpha-down:before {
  content: "\e99c";
}
.pi-sort-alpha-up:before {
  content: "\e99d";
}
.pi-sort-alt:before {
  content: "\e99e";
}
.pi-sort-amount-up:before {
  content: "\e99f";
}
.pi-sort-amount-down:before {
  content: "\e9a0";
}
.pi-sort-amount-down-alt:before {
  content: "\e9a1";
}
.pi-sort-amount-up-alt:before {
  content: "\e9a2";
}
.pi-palette:before {
  content: "\e995";
}
.pi-undo:before {
  content: "\e994";
}
.pi-desktop:before {
  content: "\e993";
}
.pi-sliders-v:before {
  content: "\e991";
}
.pi-sliders-h:before {
  content: "\e992";
}
.pi-search-plus:before {
  content: "\e98f";
}
.pi-search-minus:before {
  content: "\e990";
}
.pi-file-excel:before {
  content: "\e98e";
}
.pi-file-pdf:before {
  content: "\e98d";
}
.pi-check-square:before {
  content: "\e98c";
}
.pi-chart-line:before {
  content: "\e98b";
}
.pi-user-edit:before {
  content: "\e98a";
}
.pi-exclamation-circle:before {
  content: "\e989";
}
.pi-android:before {
  content: "\e985";
}
.pi-google:before {
  content: "\e986";
}
.pi-apple:before {
  content: "\e987";
}
.pi-microsoft:before {
  content: "\e988";
}
.pi-heart:before {
  content: "\e984";
}
.pi-mobile:before {
  content: "\e982";
}
.pi-tablet:before {
  content: "\e983";
}
.pi-key:before {
  content: "\e981";
}
.pi-shopping-cart:before {
  content: "\e980";
}
.pi-comments:before {
  content: "\e97e";
}
.pi-comment:before {
  content: "\e97f";
}
.pi-briefcase:before {
  content: "\e97d";
}
.pi-bell:before {
  content: "\e97c";
}
.pi-paperclip:before {
  content: "\e97b";
}
.pi-share-alt:before {
  content: "\e97a";
}
.pi-envelope:before {
  content: "\e979";
}
.pi-volume-down:before {
  content: "\e976";
}
.pi-volume-up:before {
  content: "\e977";
}
.pi-volume-off:before {
  content: "\e978";
}
.pi-eject:before {
  content: "\e975";
}
.pi-money-bill:before {
  content: "\e974";
}
.pi-images:before {
  content: "\e973";
}
.pi-image:before {
  content: "\e972";
}
.pi-sign-in:before {
  content: "\e970";
}
.pi-sign-out:before {
  content: "\e971";
}
.pi-wifi:before {
  content: "\e96f";
}
.pi-sitemap:before {
  content: "\e96e";
}
.pi-chart-bar:before {
  content: "\e96d";
}
.pi-camera:before {
  content: "\e96c";
}
.pi-dollar:before {
  content: "\e96b";
}
.pi-lock-open:before {
  content: "\e96a";
}
.pi-table:before {
  content: "\e969";
}
.pi-map-marker:before {
  content: "\e968";
}
.pi-list:before {
  content: "\e967";
}
.pi-eye-slash:before {
  content: "\e965";
}
.pi-eye:before {
  content: "\e966";
}
.pi-folder-open:before {
  content: "\e964";
}
.pi-folder:before {
  content: "\e963";
}
.pi-video:before {
  content: "\e962";
}
.pi-inbox:before {
  content: "\e961";
}
.pi-lock:before {
  content: "\e95f";
}
.pi-unlock:before {
  content: "\e960";
}
.pi-tags:before {
  content: "\e95d";
}
.pi-tag:before {
  content: "\e95e";
}
.pi-power-off:before {
  content: "\e95c";
}
.pi-save:before {
  content: "\e95b";
}
.pi-question-circle:before {
  content: "\e959";
}
.pi-question:before {
  content: "\e95a";
}
.pi-copy:before {
  content: "\e957";
}
.pi-file:before {
  content: "\e958";
}
.pi-clone:before {
  content: "\e955";
}
.pi-calendar-times:before {
  content: "\e952";
}
.pi-calendar-minus:before {
  content: "\e953";
}
.pi-calendar-plus:before {
  content: "\e954";
}
.pi-ellipsis-v:before {
  content: "\e950";
}
.pi-ellipsis-h:before {
  content: "\e951";
}
.pi-bookmark:before {
  content: "\e94e";
}
.pi-globe:before {
  content: "\e94f";
}
.pi-replay:before {
  content: "\e94d";
}
.pi-filter:before {
  content: "\e94c";
}
.pi-print:before {
  content: "\e94b";
}
.pi-align-right:before {
  content: "\e946";
}
.pi-align-left:before {
  content: "\e947";
}
.pi-align-center:before {
  content: "\e948";
}
.pi-align-justify:before {
  content: "\e949";
}
.pi-cog:before {
  content: "\e94a";
}
.pi-cloud-download:before {
  content: "\e943";
}
.pi-cloud-upload:before {
  content: "\e944";
}
.pi-cloud:before {
  content: "\e945";
}
.pi-pencil:before {
  content: "\e942";
}
.pi-users:before {
  content: "\e941";
}
.pi-clock:before {
  content: "\e940";
}
.pi-user-minus:before {
  content: "\e93e";
}
.pi-user-plus:before {
  content: "\e93f";
}
.pi-trash:before {
  content: "\e93d";
}
.pi-external-link:before {
  content: "\e93c";
}
.pi-window-maximize:before {
  content: "\e93b";
}
.pi-window-minimize:before {
  content: "\e93a";
}
.pi-refresh:before {
  content: "\e938";
}
.pi-user:before {
  content: "\e939";
}
.pi-exclamation-triangle:before {
  content: "\e922";
}
.pi-calendar:before {
  content: "\e927";
}
.pi-chevron-circle-left:before {
  content: "\e928";
}
.pi-chevron-circle-down:before {
  content: "\e929";
}
.pi-chevron-circle-right:before {
  content: "\e92a";
}
.pi-chevron-circle-up:before {
  content: "\e92b";
}
.pi-angle-double-down:before {
  content: "\e92c";
}
.pi-angle-double-left:before {
  content: "\e92d";
}
.pi-angle-double-right:before {
  content: "\e92e";
}
.pi-angle-double-up:before {
  content: "\e92f";
}
.pi-angle-down:before {
  content: "\e930";
}
.pi-angle-left:before {
  content: "\e931";
}
.pi-angle-right:before {
  content: "\e932";
}
.pi-angle-up:before {
  content: "\e933";
}
.pi-upload:before {
  content: "\e934";
}
.pi-download:before {
  content: "\e956";
}
.pi-ban:before {
  content: "\e935";
}
.pi-star-fill:before {
  content: "\e936";
}
.pi-star:before {
  content: "\e937";
}
.pi-chevron-left:before {
  content: "\e900";
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}
.pi-chevron-up:before {
  content: "\e903";
}
.pi-caret-left:before {
  content: "\e904";
}
.pi-caret-right:before {
  content: "\e905";
}
.pi-caret-down:before {
  content: "\e906";
}
.pi-caret-up:before {
  content: "\e907";
}
.pi-search:before {
  content: "\e908";
}
.pi-check:before {
  content: "\e909";
}
.pi-check-circle:before {
  content: "\e90a";
}
.pi-times:before {
  content: "\e90b";
}
.pi-times-circle:before {
  content: "\e90c";
}
.pi-plus:before {
  content: "\e90d";
}
.pi-plus-circle:before {
  content: "\e90e";
}
.pi-minus:before {
  content: "\e90f";
}
.pi-minus-circle:before {
  content: "\e910";
}
.pi-circle-on:before {
  content: "\e911";
}
.pi-circle-off:before {
  content: "\e912";
}
.pi-sort-down:before {
  content: "\e913";
}
.pi-sort-up:before {
  content: "\e914";
}
.pi-sort:before {
  content: "\e915";
}
.pi-step-backward:before {
  content: "\e916";
}
.pi-step-forward:before {
  content: "\e917";
}
.pi-th-large:before {
  content: "\e918";
}
.pi-arrow-down:before {
  content: "\e919";
}
.pi-arrow-left:before {
  content: "\e91a";
}
.pi-arrow-right:before {
  content: "\e91b";
}
.pi-arrow-up:before {
  content: "\e91c";
}
.pi-bars:before {
  content: "\e91d";
}
.pi-arrow-circle-down:before {
  content: "\e91e";
}
.pi-arrow-circle-left:before {
  content: "\e91f";
}
.pi-arrow-circle-right:before {
  content: "\e920";
}
.pi-arrow-circle-up:before {
  content: "\e921";
}
.pi-info:before {
  content: "\e923";
}
.pi-info-circle:before {
  content: "\e924";
}
.pi-home:before {
  content: "\e925";
}
.pi-spinner:before {
  content: "\e926";
}

/* src/scss/main.scss */
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2021  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.usa-textarea,
.usa-range,
.usa-radio__label,
.usa-input-group,
.usa-hint,
.usa-combo-box__input,
.usa-combo-box__list,
.usa-select,
.usa-checkbox__label,
.usa-fieldset,
.usa-input {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1;
}
.usa-textarea,
.usa-range,
.usa-input-group,
.usa-combo-box__input,
.usa-select,
.usa-input {
  border-width: 1px;
  border-color: #565c65;
  border-style: solid;
  appearance: none;
  border-radius: 0;
  color: #1b1b1b;
  display: block;
  height: 2.5rem;
  margin-top: 0.5rem;
  max-width: 30rem;
  padding: 0.5rem;
  width: 100%;
}
/*! uswds @version */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small,
.small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: "Roboto Mono Web";
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url(/gtas-ui/assets/@uswds/uswds/dist/fonts/roboto-mono/roboto-mono-v5-latin-300.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Mono Web";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(/gtas-ui/assets/@uswds/uswds/dist/fonts/roboto-mono/roboto-mono-v5-latin-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Mono Web";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(/gtas-ui/assets/@uswds/uswds/dist/fonts/roboto-mono/roboto-mono-v5-latin-700.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Mono Web";
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url(/gtas-ui/assets/@uswds/uswds/dist/fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Mono Web";
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url(/gtas-ui/assets/@uswds/uswds/dist/fonts/roboto-mono/roboto-mono-v5-latin-italic.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Mono Web";
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url(/gtas-ui/assets/@uswds/uswds/dist/fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff2) format("woff2");
}
@font-face {
  font-family: "Merriweather Web";
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url(/gtas-ui/assets/@uswds/uswds/dist/fonts/merriweather/Latin-Merriweather-Light.woff2) format("woff2");
}
@font-face {
  font-family: "Merriweather Web";
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(/gtas-ui/assets/@uswds/uswds/dist/fonts/merriweather/Latin-Merriweather-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Merriweather Web";
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
  src: url(/gtas-ui/assets/@uswds/uswds/dist/fonts/merriweather/Latin-Merriweather-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Merriweather Web";
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url(/gtas-ui/assets/@uswds/uswds/dist/fonts/merriweather/Latin-Merriweather-LightItalic.woff2) format("woff2");
}
@font-face {
  font-family: "Merriweather Web";
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
  src: url(/gtas-ui/assets/@uswds/uswds/dist/fonts/merriweather/Latin-Merriweather-Italic.woff2) format("woff2");
}
@font-face {
  font-family: "Merriweather Web";
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
  src: url(/gtas-ui/assets/@uswds/uswds/dist/fonts/merriweather/Latin-Merriweather-BoldItalic.woff2) format("woff2");
}
body {
  color: #1b1b1b;
  background-color: white;
  overflow-x: hidden;
}
input:not([disabled]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus,
button:not([disabled]):focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
iframe:focus,
[href]:focus,
[tabindex]:focus,
[contentEditable=true]:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
img {
  max-width: 100%;
}
.usa-media-link {
  display: inline-block;
  line-height: 0;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 100%;
}
cite,
var,
address,
dfn {
  font-style: normal;
}
.usa-focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-sr-only {
  position: absolute;
  left: -999em;
  right: auto;
}
.usa-content p,
.usa-content ul:not(.usa-accordion):not(.usa-accordion--bordered),
.usa-content ol:not(.usa-accordion):not(.usa-accordion--bordered) {
  max-width: 68ex;
}
.usa-dark-background {
  background-color: #3d4551;
}
.usa-dark-background p,
.usa-dark-background span {
  color: white;
}
.usa-dark-background a {
  color: #dfe1e2;
}
.usa-dark-background a:visited {
  color: #dfe1e2;
}
.usa-dark-background a:hover,
.usa-dark-background a:active {
  color: #f0f0f0;
}
.usa-display {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.39rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0;
}
* + .usa-display {
  margin-top: 1.5em;
}
.usa-display + * {
  margin-top: 1em;
}
@media all and (min-width: 30em) {
  .usa-display {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 2.54rem;
    line-height: 1.2;
    font-weight: 700;
  }
  * + .usa-display {
    margin-top: 1.5em;
  }
  .usa-display + * {
    margin-top: 1em;
  }
}
@media all and (min-width: 40em) {
  .usa-display {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 3.04rem;
    line-height: 1.2;
    font-weight: 700;
  }
  * + .usa-display {
    margin-top: 1.5em;
  }
  .usa-display + * {
    margin-top: 1em;
  }
}
.usa-intro {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.39rem;
  line-height: 1.7;
  font-weight: 400;
  max-width: 88ex;
}
.usa-icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  width: 1em;
}
.usa-icon--size-3 {
  height: 1.5rem;
  width: 1.5rem;
}
.usa-icon--size-4 {
  height: 2rem;
  width: 2rem;
}
.usa-icon--size-5 {
  height: 2.5rem;
  width: 2.5rem;
}
.usa-icon--size-6 {
  height: 3rem;
  width: 3rem;
}
.usa-icon--size-7 {
  height: 3.5rem;
  width: 3.5rem;
}
.usa-icon--size-8 {
  height: 4rem;
  width: 4rem;
}
.usa-icon--size-9 {
  height: 4.5rem;
  width: 4.5rem;
}
.usa-link {
  color: #2378c3;
  text-decoration: underline;
}
.usa-link:visited {
  color: #54278f;
}
.usa-link:hover {
  color: #1a4480;
}
.usa-link:active {
  color: #162e51;
}
.usa-link:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-link--external {
  display: inline;
}
.usa-link--external::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
.usa-link--external[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
.usa-link--external::after {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/launch.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.75ex 1.75ex;
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  content: "";
  display: inline;
  margin-top: 0.7ex;
  margin-left: 2px;
  padding-left: 1.75ex;
  vertical-align: middle;
}
@supports (mask: url()) {
  .usa-link--external::after {
    background: none;
    background-color: currentColor;
    mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/launch.svg), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 1.75ex 1.75ex;
  }
}
.usa-link--external.usa-link--alt {
  display: inline;
}
.usa-link--external.usa-link--alt::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External.";
}
.usa-link--external.usa-link--alt[target=_blank]::before {
  position: absolute;
  left: -999em;
  right: auto;
  content: "External, opens in a new tab.";
}
.usa-link--external.usa-link--alt::after {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons-bg/launch--white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.75ex 1.75ex;
  display: inline-block;
  height: 1.75ex;
  width: 1.75ex;
  content: "";
  display: inline;
  margin-top: 0.7ex;
  margin-left: 2px;
  padding-left: 1.75ex;
  vertical-align: middle;
}
@supports (mask: url()) {
  .usa-link--external.usa-link--alt::after {
    background: none;
    background-color: currentColor;
    mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/launch.svg), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 1.75ex 1.75ex;
  }
}
.usa-list {
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1.6;
  padding-left: 3ch;
}
.usa-list:last-child {
  margin-bottom: 0;
}
.usa-list ul,
.usa-list ol {
  margin-top: 0.25em;
}
.usa-list li {
  margin-bottom: 0.25em;
  max-width: 68ex;
}
.usa-list li:last-child {
  margin-bottom: 0;
}
.usa-list--unstyled {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-list--unstyled > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-prose .usa-list--unstyled {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-prose .usa-list--unstyled > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-paragraph {
  line-height: 1.6;
  max-width: 68ex;
  margin-bottom: 0;
  margin-top: 0;
}
* + .usa-paragraph {
  margin-top: 1em;
}
.usa-paragraph + * {
  margin-top: 1em;
}
.usa-prose {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
}
.usa-prose > ul,
.usa-prose > ol {
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1.6;
  padding-left: 3ch;
}
.usa-prose > ul:last-child,
.usa-prose > ol:last-child {
  margin-bottom: 0;
}
.usa-prose > ul ul,
.usa-prose > ul ol,
.usa-prose > ol ul,
.usa-prose > ol ol {
  margin-top: 0.25em;
}
.usa-prose > ul li,
.usa-prose > ol li {
  margin-bottom: 0.25em;
  max-width: 68ex;
}
.usa-prose > ul li:last-child,
.usa-prose > ol li:last-child {
  margin-bottom: 0;
}
.usa-prose > table {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  border-collapse: collapse;
  border-spacing: 0;
  color: #1b1b1b;
  margin: 1.25rem 0;
  text-align: left;
}
.usa-prose > table thead th {
  background-clip: padding-box;
  color: white;
  font-weight: 700;
  line-height: 1;
}
.usa-prose > table thead th,
.usa-prose > table thead td {
  background-color: #2f4668;
  color: white;
}
.usa-prose > table tbody th {
  text-align: left;
}
.usa-prose > table th,
.usa-prose > table td {
  background-color: white;
  border: 1px solid #dfe1e2;
  font-weight: normal;
  padding: 0.5rem 1rem;
}
.usa-prose > table caption {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-align: left;
}
.usa-prose > table th[data-sortable] {
  padding-right: 2.5rem;
  position: relative;
}
.usa-prose > table th[data-sortable]::after {
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button {
  color: #2378c3;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: 2rem;
  width: 2rem;
  background-position: center center;
  background-size: 1.5rem;
  color: #71767a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0.25rem;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:visited,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:visited {
  color: #54278f;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:hover {
  color: #1a4480;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:active,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:active {
  color: #162e51;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:focus,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--hover,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:hover,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:hover,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-button--hover,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true].usa-button--hover,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:active,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--active,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:active,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:active,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-button--active,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true].usa-button--active,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:focus,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:focus,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-focus,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true].usa-focus,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true],
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:hover,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--hover,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:hover,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:hover,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-button--hover,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true].usa-button--hover,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:active,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--active,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:active,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:active,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-button--active,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true].usa-button--active,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:focus,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:focus,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-focus,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true].usa-focus,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true],
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--hover,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--hover {
  color: #1a4480;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--active,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--active {
  color: #162e51;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true],
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:hover,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:hover,
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:focus,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true],
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:hover,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:hover,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:focus {
  color: #757575;
}
@media (forced-colors: active) {
  .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled,
  .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true],
  .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:hover,
  .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:hover,
  .usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:focus,
  .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled,
  .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true],
  .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:hover,
  .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:hover,
  .usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon > g {
  fill: transparent;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g.unsorted,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon > g.unsorted {
  fill: #71767a;
}
.usa-prose > table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover .usa-icon > g.unsorted,
.usa-prose > table th[data-sortable][aria-sort=none] .usa-table__header__button:hover .usa-icon > g.unsorted {
  fill: #565c65;
}
.usa-prose > table th[data-sortable][aria-sort=descending],
.usa-prose > table th[data-sortable][aria-sort=ascending] {
  background-color: #5e9f69;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button {
  color: #2378c3;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: 2rem;
  width: 2rem;
  background-position: center center;
  background-size: 1.5rem;
  color: #71767a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0.25rem;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:visited {
  color: #54278f;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:hover {
  color: #1a4480;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:active {
  color: #162e51;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:hover,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--hover,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:hover,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:hover,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-button--hover,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true].usa-button--hover,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:active,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--active,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:active,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:active,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-button--active,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true].usa-button--active,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:focus,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:focus,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-focus,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true].usa-focus,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true],
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--hover {
  color: #1a4480;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--active {
  color: #162e51;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true],
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:hover,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:hover,
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:focus {
  color: #757575;
}
@media (forced-colors: active) {
  .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled,
  .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true],
  .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:hover,
  .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:hover,
  .usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon > g {
  fill: transparent;
}
.usa-prose > table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon > g.descending {
  fill: #1b1b1b;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button {
  color: #2378c3;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: 2rem;
  width: 2rem;
  background-position: center center;
  background-size: 1.5rem;
  color: #71767a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0.25rem;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:visited {
  color: #54278f;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:hover {
  color: #1a4480;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:active {
  color: #162e51;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:hover,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--hover,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:hover,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:hover,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-button--hover,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true].usa-button--hover,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:active,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--active,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:active,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:active,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-button--active,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true].usa-button--active,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:focus,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:focus,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-focus,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true].usa-focus,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true],
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--hover {
  color: #1a4480;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--active {
  color: #162e51;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true],
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:hover,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:hover,
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:focus {
  color: #757575;
}
@media (forced-colors: active) {
  .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled,
  .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true],
  .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:hover,
  .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:hover,
  .usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon > g {
  fill: transparent;
}
.usa-prose > table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon > g.ascending {
  fill: #1b1b1b;
}
.usa-prose > table thead th[aria-sort] {
  background-color: #5e9f69;
  color: #1b1b1b;
}
.usa-prose > table td[data-sort-active],
.usa-prose > table th[data-sort-active] {
  background-color: #e1f3f8;
  color: #1b1b1b;
}
.usa-prose > .usa-table--borderless thead {
}
.usa-prose > .usa-table--borderless thead th {
  background-color: white;
  border-top: 0;
  color: #1b1b1b;
}
.usa-prose > .usa-table--borderless thead th[aria-sort] {
  color: #1b1b1b;
}
.usa-prose > .usa-table--borderless thead th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g.unsorted {
  fill: #1b1b1b;
}
.usa-prose > .usa-table--borderless thead th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover .usa-icon > g.unsorted {
  fill: black;
}
.usa-prose > .usa-table--borderless th,
.usa-prose > .usa-table--borderless td {
  border-left: 0;
  border-right: 0;
}
.usa-prose > .usa-table--compact th,
.usa-prose > .usa-table--compact td {
  padding: 0.25rem 0.75rem;
}
.usa-prose > .usa-table--striped tbody tr:nth-child(odd) td,
.usa-prose > .usa-table--striped tbody tr:nth-child(odd) th {
  background-color: #f6f6f6;
  color: #1b1b1b;
}
.usa-prose > .usa-table--striped tbody tr:nth-child(odd) td[data-sort-active],
.usa-prose > .usa-table--striped tbody tr:nth-child(odd) th[data-sort-active] {
  background-color: #c3ebfa;
  color: #1b1b1b;
}
@media all and (max-width: 29.99em) {
  .usa-prose > .usa-table--stacked thead {
    display: none;
  }
  .usa-prose > .usa-table--stacked th,
  .usa-prose > .usa-table--stacked td {
    border-bottom-width: 0;
    display: block;
    width: 100%;
  }
  .usa-prose > .usa-table--stacked tr {
    border-bottom: 0.25rem solid #dfe1e2;
    border-top-width: 0;
    width: 100%;
  }
  .usa-prose > .usa-table--stacked tr th:first-child,
  .usa-prose > .usa-table--stacked tr td:first-child {
    border-top-width: 0;
  }
  .usa-prose > .usa-table--stacked tr:nth-child(odd) td,
  .usa-prose > .usa-table--stacked tr:nth-child(odd) th {
    background-color: inherit;
  }
  .usa-prose > .usa-table--stacked tr:first-child th:first-child,
  .usa-prose > .usa-table--stacked tr:first-child td:first-child {
    border-top: 0.25rem solid #dfe1e2;
  }
  .usa-prose > .usa-table--stacked th[data-label],
  .usa-prose > .usa-table--stacked td[data-label] {
    padding-bottom: 0.75rem;
  }
  .usa-prose > .usa-table--stacked th[data-label]:before,
  .usa-prose > .usa-table--stacked td[data-label]:before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin: -0.5rem -1rem 0rem;
    padding: 0.75rem 1rem 0.25rem;
  }
}
@media all and (max-width: 29.99em) {
  .usa-prose > .usa-table--stacked-header thead {
    display: none;
  }
  .usa-prose > .usa-table--stacked-header th,
  .usa-prose > .usa-table--stacked-header td {
    border-bottom-width: 0;
    display: block;
    width: 100%;
  }
  .usa-prose > .usa-table--stacked-header tr {
    border-bottom: 0.25rem solid #dfe1e2;
    border-top-width: 0;
    width: 100%;
  }
  .usa-prose > .usa-table--stacked-header tr th:first-child,
  .usa-prose > .usa-table--stacked-header tr td:first-child {
    border-top-width: 0;
  }
  .usa-prose > .usa-table--stacked-header tr:nth-child(odd) td,
  .usa-prose > .usa-table--stacked-header tr:nth-child(odd) th {
    background-color: inherit;
  }
  .usa-prose > .usa-table--stacked-header tr:first-child th:first-child,
  .usa-prose > .usa-table--stacked-header tr:first-child td:first-child {
    border-top: 0.25rem solid #dfe1e2;
  }
  .usa-prose > .usa-table--stacked-header th[data-label],
  .usa-prose > .usa-table--stacked-header td[data-label] {
    padding-bottom: 0.75rem;
  }
  .usa-prose > .usa-table--stacked-header th[data-label]:before,
  .usa-prose > .usa-table--stacked-header td[data-label]:before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin: -0.5rem -1rem 0rem;
    padding: 0.75rem 1rem 0.25rem;
  }
  .usa-prose > .usa-table--stacked-header tr td:first-child,
  .usa-prose > .usa-table--stacked-header tr th:first-child {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.01rem;
    line-height: 1.2;
    background-color: #2f4668;
    color: white;
    font-weight: 700;
    padding: 0.75rem 1rem;
  }
  .usa-prose > .usa-table--stacked-header tr td:first-child:before,
  .usa-prose > .usa-table--stacked-header tr th:first-child:before {
    display: none;
  }
}
.usa-prose > .width-mobile .usa-table--stacked thead {
  display: none;
}
.usa-prose > .width-mobile .usa-table--stacked th,
.usa-prose > .width-mobile .usa-table--stacked td {
  border-bottom-width: 0;
  display: block;
  width: 100%;
}
.usa-prose > .width-mobile .usa-table--stacked tr {
  border-bottom: 0.25rem solid #dfe1e2;
  border-top-width: 0;
  width: 100%;
}
.usa-prose > .width-mobile .usa-table--stacked tr th:first-child,
.usa-prose > .width-mobile .usa-table--stacked tr td:first-child {
  border-top-width: 0;
}
.usa-prose > .width-mobile .usa-table--stacked tr:nth-child(odd) td,
.usa-prose > .width-mobile .usa-table--stacked tr:nth-child(odd) th {
  background-color: inherit;
}
.usa-prose > .width-mobile .usa-table--stacked tr:first-child th:first-child,
.usa-prose > .width-mobile .usa-table--stacked tr:first-child td:first-child {
  border-top: 0.25rem solid #dfe1e2;
}
.usa-prose > .width-mobile .usa-table--stacked th[data-label],
.usa-prose > .width-mobile .usa-table--stacked td[data-label] {
  padding-bottom: 0.75rem;
}
.usa-prose > .width-mobile .usa-table--stacked th[data-label]:before,
.usa-prose > .width-mobile .usa-table--stacked td[data-label]:before {
  content: attr(data-label);
  display: block;
  font-weight: 700;
  margin: -0.5rem -1rem 0rem;
  padding: 0.75rem 1rem 0.25rem;
}
.usa-prose > .width-mobile .usa-table--stacked-header thead {
  display: none;
}
.usa-prose > .width-mobile .usa-table--stacked-header th,
.usa-prose > .width-mobile .usa-table--stacked-header td {
  border-bottom-width: 0;
  display: block;
  width: 100%;
}
.usa-prose > .width-mobile .usa-table--stacked-header tr {
  border-bottom: 0.25rem solid #dfe1e2;
  border-top-width: 0;
  width: 100%;
}
.usa-prose > .width-mobile .usa-table--stacked-header tr th:first-child,
.usa-prose > .width-mobile .usa-table--stacked-header tr td:first-child {
  border-top-width: 0;
}
.usa-prose > .width-mobile .usa-table--stacked-header tr:nth-child(odd) td,
.usa-prose > .width-mobile .usa-table--stacked-header tr:nth-child(odd) th {
  background-color: inherit;
}
.usa-prose > .width-mobile .usa-table--stacked-header tr:first-child th:first-child,
.usa-prose > .width-mobile .usa-table--stacked-header tr:first-child td:first-child {
  border-top: 0.25rem solid #dfe1e2;
}
.usa-prose > .width-mobile .usa-table--stacked-header th[data-label],
.usa-prose > .width-mobile .usa-table--stacked-header td[data-label] {
  padding-bottom: 0.75rem;
}
.usa-prose > .width-mobile .usa-table--stacked-header th[data-label]:before,
.usa-prose > .width-mobile .usa-table--stacked-header td[data-label]:before {
  content: attr(data-label);
  display: block;
  font-weight: 700;
  margin: -0.5rem -1rem 0rem;
  padding: 0.75rem 1rem 0.25rem;
}
.usa-prose > .width-mobile .usa-table--stacked-header tr td:first-child,
.usa-prose > .width-mobile .usa-table--stacked-header tr th:first-child {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.01rem;
  line-height: 1.2;
  background-color: #2f4668;
  color: white;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
.usa-prose > .width-mobile .usa-table--stacked-header tr td:first-child:before,
.usa-prose > .width-mobile .usa-table--stacked-header tr th:first-child:before {
  display: none;
}
.usa-prose > .usa-table-container--scrollable {
  margin: 1.25rem 0;
  overflow-y: hidden;
}
.usa-prose > .usa-table-container--scrollable .usa-table {
  margin: 0;
}
.usa-prose > .usa-table-container--scrollable td {
  white-space: nowrap;
}
.usa-prose > p {
  line-height: 1.6;
  max-width: 68ex;
}
.usa-prose > h1,
.usa-prose > .h1,
.usa-prose > h2,
.usa-prose > .h2,
.usa-prose > h3,
.usa-prose > .h3,
.usa-prose > h4,
.usa-prose > .h4,
.usa-prose > h5,
.usa-prose > .h5,
.usa-prose > h6,
.usa-prose > .h6 {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
}
.usa-prose > * + * {
  margin-top: 1em;
  margin-bottom: 0;
}
.usa-prose > * + h1,
.usa-prose > * + .h1,
.usa-prose > * + h2,
.usa-prose > * + .h2,
.usa-prose > * + h3,
.usa-prose > * + .h3,
.usa-prose > * + h4,
.usa-prose > * + .h4,
.usa-prose > * + h5,
.usa-prose > * + .h5,
.usa-prose > * + h6,
.usa-prose > * + .h6 {
  margin-top: 1.5em;
}
.usa-prose > h1,
.usa-prose > .h1 {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 2.54rem;
  line-height: 1.2;
  font-weight: 700;
}
.usa-prose > h2,
.usa-prose > .h2 {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 2.03rem;
  line-height: 1.2;
  font-weight: 700;
}
.usa-prose > h3,
.usa-prose > .h3 {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.39rem;
  line-height: 1.2;
  font-weight: 700;
}
.usa-prose > h4,
.usa-prose > .h4 {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.01rem;
  line-height: 1.2;
  font-weight: 700;
}
.usa-prose > h5,
.usa-prose > .h5 {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 700;
}
.usa-prose > h6,
.usa-prose > .h6 {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.usa-accordion {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  color: #1b1b1b;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
}
.usa-accordion > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-accordion > ul li ul {
  list-style: disc;
}
.usa-accordion > ul li ul > li > ul {
  list-style: circle;
}
.usa-accordion > ul li ul > li > ul > li > ul {
  list-style: square;
}
.usa-accordion + .usa-accordion,
.usa-accordion + .usa-accordion--bordered {
  margin-top: 0.5rem;
}
.usa-accordion--bordered .usa-accordion__content {
  border-bottom: 0.25rem solid #f0f0f0;
  border-left: 0.25rem solid #f0f0f0;
  border-right: 0.25rem solid #f0f0f0;
  padding-bottom: 1rem;
}
.usa-accordion--bordered .usa-accordion__heading {
  margin-bottom: 0;
}
.usa-accordion__heading,
.usa-prose .usa-accordion__heading {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1;
  margin: 0;
}
.usa-accordion__heading:not(:first-child),
.usa-prose .usa-accordion__heading:not(:first-child) {
  margin-top: 0.5rem;
}
.usa-accordion__content {
  color: #1b1b1b;
  background-color: white;
  margin-top: 0;
  overflow: auto;
  padding: 1rem 1.25rem calc(1rem - 0.25rem) 1.25rem;
}
.usa-accordion__content > *:first-child {
  margin-top: 0;
}
.usa-accordion__content > *:last-child {
  margin-bottom: 0;
}
.usa-accordion__button {
  color: #2378c3;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  color: #1b1b1b;
  background-color: #f0f0f0;
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/remove.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: right 1.25rem center;
  background-size: 1.5rem;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  padding: 1rem 3.5rem 1rem 1.25rem;
  text-decoration: none;
  width: 100%;
}
.usa-accordion__button:visited {
  color: #54278f;
}
.usa-accordion__button:hover {
  color: #1a4480;
}
.usa-accordion__button:active {
  color: #162e51;
}
.usa-accordion__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-accordion__button:hover,
.usa-accordion__button.usa-button--hover,
.usa-accordion__button:disabled:hover,
.usa-accordion__button[aria-disabled=true]:hover,
.usa-accordion__button:disabled.usa-button--hover,
.usa-accordion__button[aria-disabled=true].usa-button--hover,
.usa-accordion__button:active,
.usa-accordion__button.usa-button--active,
.usa-accordion__button:disabled:active,
.usa-accordion__button[aria-disabled=true]:active,
.usa-accordion__button:disabled.usa-button--active,
.usa-accordion__button[aria-disabled=true].usa-button--active,
.usa-accordion__button:disabled:focus,
.usa-accordion__button[aria-disabled=true]:focus,
.usa-accordion__button:disabled.usa-focus,
.usa-accordion__button[aria-disabled=true].usa-focus,
.usa-accordion__button:disabled,
.usa-accordion__button[aria-disabled=true],
.usa-accordion__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-accordion__button.usa-button--hover {
  color: #1a4480;
}
.usa-accordion__button.usa-button--active {
  color: #162e51;
}
.usa-accordion__button:disabled,
.usa-accordion__button[aria-disabled=true],
.usa-accordion__button:disabled:hover,
.usa-accordion__button[aria-disabled=true]:hover,
.usa-accordion__button[aria-disabled=true]:focus {
  color: #757575;
}
@media (forced-colors: active) {
  .usa-accordion__button:disabled,
  .usa-accordion__button[aria-disabled=true],
  .usa-accordion__button:disabled:hover,
  .usa-accordion__button[aria-disabled=true]:hover,
  .usa-accordion__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-accordion__button:hover {
  color: #1b1b1b;
  background-color: #dfe1e2;
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/remove.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  text-decoration: none;
}
@media (forced-colors: active) {
  .usa-accordion__button {
    border: 2px solid transparent;
    position: relative;
  }
  .usa-accordion__button::before {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/remove.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem 1.5rem;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    height: 100%;
    position: absolute;
    right: 1.25rem;
    top: 0;
    content: "";
  }
  @supports (mask: url()) {
    .usa-accordion__button::before {
      background: none;
      background-color: ButtonText;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/remove.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1.5rem 1.5rem;
    }
  }
}
.usa-accordion__button[aria-expanded=false] {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/add.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: 1.5rem;
}
.usa-accordion__button[aria-expanded=false]:hover {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/add.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .usa-accordion__button[aria-expanded=false]::before {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/add.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem 1.5rem;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    height: 100%;
    position: absolute;
    right: 1.25rem;
    top: 0;
  }
  @supports (mask: url()) {
    .usa-accordion__button[aria-expanded=false]::before {
      background: none;
      background-color: ButtonText;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/add.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1.5rem 1.5rem;
    }
  }
}
.usa-alert {
  background-color: #f0f0f0;
  border-left: 0.5rem solid #a9aeb1;
  color: #1b1b1b;
}
.usa-alert .usa-alert__body {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
}
.usa-alert .usa-alert__text {
  margin-bottom: 0;
  margin-top: 0;
}
.usa-alert .usa-alert__text:only-child {
  padding-bottom: 0;
  padding-top: 0;
}
.usa-alert .usa-alert__heading {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.39rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.usa-alert > .usa-list,
.usa-alert .usa-alert__body > .usa-list {
  padding-left: 2ch;
}
.usa-alert > .usa-list:last-child,
.usa-alert .usa-alert__body > .usa-list:last-child {
  margin-bottom: 0;
}
.usa-alert .usa-alert__body {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.usa-alert .usa-alert__body::before {
  left: 1.0833333333rem;
}
* + .usa-alert {
  margin-top: 1rem;
}
.usa-alert--success {
  background-color: #ecf3ec;
  border-left-color: #00a91c;
}
.usa-alert--success .usa-alert__body {
  color: #1b1b1b;
  background-color: #ecf3ec;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.3333333333rem;
}
.usa-alert--success .usa-alert__body::before {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/check_circle.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: "";
  display: block;
  position: absolute;
  top: 0.6666666667rem;
}
@supports (mask: url()) {
  .usa-alert--success .usa-alert__body::before {
    background: none;
    background-color: #1b1b1b;
    mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/check_circle.svg), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 2rem 2rem;
  }
}
.usa-alert--success .usa-alert__body > * {
  margin-left: 2.5rem;
}
.usa-alert--success .usa-alert__body .usa-link {
  color: #2378c3;
}
.usa-alert--success .usa-alert__body .usa-link:visited {
  color: #54278f;
}
.usa-alert--success .usa-alert__body .usa-link:hover,
.usa-alert--success .usa-alert__body .usa-link:active {
  color: #1a4480;
}
.usa-alert--warning {
  background-color: #faf3d1;
  border-left-color: #ffbe2e;
}
.usa-alert--warning .usa-alert__body {
  color: #1b1b1b;
  background-color: #faf3d1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.3333333333rem;
}
.usa-alert--warning .usa-alert__body::before {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/warning.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: "";
  display: block;
  position: absolute;
  top: 0.6666666667rem;
}
@supports (mask: url()) {
  .usa-alert--warning .usa-alert__body::before {
    background: none;
    background-color: #1b1b1b;
    mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/warning.svg), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 2rem 2rem;
  }
}
.usa-alert--warning .usa-alert__body > * {
  margin-left: 2.5rem;
}
.usa-alert--warning .usa-alert__body .usa-link {
  color: #2378c3;
}
.usa-alert--warning .usa-alert__body .usa-link:visited {
  color: #54278f;
}
.usa-alert--warning .usa-alert__body .usa-link:hover,
.usa-alert--warning .usa-alert__body .usa-link:active {
  color: #1a4480;
}
.usa-alert--error {
  background-color: #f4e3db;
  border-left-color: #d54309;
}
.usa-alert--error .usa-alert__body {
  color: #1b1b1b;
  background-color: #f4e3db;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.3333333333rem;
}
.usa-alert--error .usa-alert__body::before {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/error.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: "";
  display: block;
  position: absolute;
  top: 0.6666666667rem;
}
@supports (mask: url()) {
  .usa-alert--error .usa-alert__body::before {
    background: none;
    background-color: #1b1b1b;
    mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/error.svg), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 2rem 2rem;
  }
}
.usa-alert--error .usa-alert__body > * {
  margin-left: 2.5rem;
}
.usa-alert--error .usa-alert__body .usa-link {
  color: #2378c3;
}
.usa-alert--error .usa-alert__body .usa-link:visited {
  color: #54278f;
}
.usa-alert--error .usa-alert__body .usa-link:hover,
.usa-alert--error .usa-alert__body .usa-link:active {
  color: #1a4480;
}
.usa-alert--info {
  background-color: #e7f6f8;
  border-left-color: #00bde3;
}
.usa-alert--info .usa-alert__body {
  color: #1b1b1b;
  background-color: #e7f6f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.3333333333rem;
}
.usa-alert--info .usa-alert__body::before {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/info.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: "";
  display: block;
  position: absolute;
  top: 0.6666666667rem;
}
@supports (mask: url()) {
  .usa-alert--info .usa-alert__body::before {
    background: none;
    background-color: #1b1b1b;
    mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/info.svg), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 2rem 2rem;
  }
}
.usa-alert--info .usa-alert__body > * {
  margin-left: 2.5rem;
}
.usa-alert--info .usa-alert__body .usa-link {
  color: #2378c3;
}
.usa-alert--info .usa-alert__body .usa-link:visited {
  color: #54278f;
}
.usa-alert--info .usa-alert__body .usa-link:hover,
.usa-alert--info .usa-alert__body .usa-link:active {
  color: #1a4480;
}
.usa-alert--emergency {
  background-color: #9c3d10;
  border-left-color: #9c3d10;
}
.usa-alert--emergency .usa-alert__body {
  color: white;
  background-color: #9c3d10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.3333333333rem;
}
.usa-alert--emergency .usa-alert__body::before {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons-bg/error--white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: "";
  display: block;
  position: absolute;
  top: 0.6666666667rem;
}
@supports (mask: url()) {
  .usa-alert--emergency .usa-alert__body::before {
    background: none;
    background-color: white;
    mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/error.svg), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 2rem 2rem;
  }
}
.usa-alert--emergency .usa-alert__body > * {
  margin-left: 2.5rem;
}
.usa-alert--emergency .usa-alert__body .usa-link {
  color: #dfe1e2;
}
.usa-alert--emergency .usa-alert__body .usa-link:visited {
  color: #dfe1e2;
}
.usa-alert--emergency .usa-alert__body .usa-link:hover,
.usa-alert--emergency .usa-alert__body .usa-link:active {
  color: #f0f0f0;
}
.usa-alert--slim .usa-alert__body {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  min-height: 0;
}
.usa-alert--slim .usa-alert__body:before {
  height: 1.5rem;
  top: 0.5rem;
  width: 1.5rem;
}
@supports (mask: url()) {
  .usa-alert--slim .usa-alert__body:before {
    mask-size: 1.5rem;
  }
}
.usa-alert--slim .usa-alert__body > * {
  margin-left: 2rem;
}
.usa-alert--slim .usa-alert__body::before {
  left: 1.125rem;
}
.usa-alert--no-icon .usa-alert__body {
  min-height: 0;
}
.usa-alert--no-icon .usa-alert__body:before {
  display: none;
}
.usa-alert--no-icon .usa-alert__body > * {
  margin-left: 0;
}
.usa-alert--validation .usa-checklist {
  margin-top: 1rem;
}
.usa-banner {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  background-color: #f0f0f0;
}
@media all and (min-width: 40em) {
  .usa-banner {
    font-size: 0.82rem;
    padding-bottom: 0rem;
  }
}
.usa-banner .usa-accordion {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
}
.usa-banner .grid-row {
  display: flex;
  flex-wrap: wrap;
}
.usa-banner .grid-row.grid-gap-lg {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.usa-banner .grid-row.grid-gap-lg > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media all and (min-width: 40em) {
  .usa-banner .grid-row .tablet\:grid-col-6 {
    flex: 0 1 auto;
    width: 50%;
  }
}
.usa-banner__header,
.usa-banner__content {
  color: #1b1b1b;
}
.usa-banner__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: transparent;
  font-size: 0.95rem;
  overflow: hidden;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
  width: 100%;
}
@media all and (min-width: 64em) {
  .usa-banner__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .usa-banner__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .usa-banner__content {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.usa-banner__content p:first-child {
  margin: 0;
}
.usa-banner__guidance {
  display: flex;
  align-items: flex-start;
  max-width: 64ex;
  padding-top: 1rem;
}
@media all and (min-width: 40em) {
  .usa-banner__guidance {
    padding-top: 0rem;
  }
}
.usa-banner__lock-image {
  height: 1.5ex;
  width: 1.21875ex;
}
.usa-banner__lock-image path {
  fill: currentColor;
}
@media (forced-colors: active) {
  .usa-banner__lock-image path {
    fill: CanvasText;
  }
}
.usa-banner__inner {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-right: 0rem;
}
@media all and (min-width: 64em) {
  .usa-banner__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .usa-banner__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .usa-banner__inner {
    align-items: center;
  }
}
.usa-banner__header {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  font-size: 0.76rem;
  font-weight: normal;
  min-height: 3rem;
  position: relative;
}
@media all and (min-width: 40em) {
  .usa-banner__header {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    min-height: 0;
  }
}
.usa-banner__header-text {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 0.76rem;
  line-height: 1.2;
}
.usa-banner__header-action {
  color: #2378c3;
  line-height: 1.2;
  margin-bottom: 0rem;
  margin-top: 2px;
  text-decoration: underline;
}
.usa-banner__header-action::after {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/expand_more.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem 1rem;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  content: "";
  vertical-align: middle;
  margin-left: auto;
}
@supports (mask: url()) {
  .usa-banner__header-action::after {
    background: none;
    background-color: #2378c3;
    mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/expand_more.svg), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 1rem 1rem;
  }
  .usa-banner__header-action::after:hover {
    background-color: #1a4480;
  }
}
.usa-banner__header-action:hover::after {
  content: "";
  background-color: #1a4480;
}
.usa-banner__header-action:visited {
  color: #54278f;
}
.usa-banner__header-action:hover,
.usa-banner__header-action:active {
  color: #1a4480;
}
.usa-banner__header--expanded .usa-banner__header-action {
  display: none;
}
@media all and (min-width: 40em) {
  .usa-banner__header-action {
    display: none;
  }
}
@media (forced-colors: active) {
  .usa-banner__header-action {
    color: LinkText;
  }
  .usa-banner__header-action::after {
    background-color: ButtonText;
  }
}
.usa-banner__header-flag {
  float: left;
  margin-right: 0.5rem;
  width: 1rem;
}
@media all and (min-width: 40em) {
  .usa-banner__header-flag {
    margin-right: 0.5rem;
    padding-top: 0rem;
  }
}
.usa-banner__header--expanded {
  padding-right: 3.5rem;
}
@media all and (min-width: 40em) {
  .usa-banner__header--expanded {
    background-color: transparent;
    display: block;
    font-size: 0.76rem;
    font-weight: normal;
    min-height: 0rem;
    padding-right: 0rem;
  }
}
.usa-banner__header--expanded .usa-banner__inner {
  margin-left: 0rem;
}
@media all and (min-width: 40em) {
  .usa-banner__header--expanded .usa-banner__inner {
    margin-left: auto;
  }
}
.usa-banner__header--expanded .usa-banner__header-action {
  display: none;
}
.usa-banner__button {
  color: #2378c3;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  position: absolute;
  left: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  color: #2378c3;
  text-decoration: underline;
  color: #2378c3;
  display: block;
  font-size: 0.76rem;
  height: auto;
  line-height: 1.2;
  padding-top: 0rem;
  padding-left: 0rem;
  text-decoration: none;
  width: auto;
}
.usa-banner__button:visited {
  color: #54278f;
}
.usa-banner__button:hover {
  color: #1a4480;
}
.usa-banner__button:active {
  color: #162e51;
}
.usa-banner__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-banner__button:hover,
.usa-banner__button.usa-button--hover,
.usa-banner__button:disabled:hover,
.usa-banner__button[aria-disabled=true]:hover,
.usa-banner__button:disabled.usa-button--hover,
.usa-banner__button[aria-disabled=true].usa-button--hover,
.usa-banner__button:active,
.usa-banner__button.usa-button--active,
.usa-banner__button:disabled:active,
.usa-banner__button[aria-disabled=true]:active,
.usa-banner__button:disabled.usa-button--active,
.usa-banner__button[aria-disabled=true].usa-button--active,
.usa-banner__button:disabled:focus,
.usa-banner__button[aria-disabled=true]:focus,
.usa-banner__button:disabled.usa-focus,
.usa-banner__button[aria-disabled=true].usa-focus,
.usa-banner__button:disabled,
.usa-banner__button[aria-disabled=true],
.usa-banner__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-banner__button.usa-button--hover {
  color: #1a4480;
}
.usa-banner__button.usa-button--active {
  color: #162e51;
}
.usa-banner__button:disabled,
.usa-banner__button[aria-disabled=true],
.usa-banner__button:disabled:hover,
.usa-banner__button[aria-disabled=true]:hover,
.usa-banner__button[aria-disabled=true]:focus {
  color: #757575;
}
@media (forced-colors: active) {
  .usa-banner__button:disabled,
  .usa-banner__button[aria-disabled=true],
  .usa-banner__button:disabled:hover,
  .usa-banner__button[aria-disabled=true]:hover,
  .usa-banner__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-banner__button:visited {
  color: #54278f;
}
.usa-banner__button:hover,
.usa-banner__button:active {
  color: #1a4480;
}
@media all and (max-width: 39.99em) {
  .usa-banner__button {
    width: 100%;
  }
  .usa-banner__button:enabled:focus {
    outline-offset: -0.25rem;
  }
}
@media all and (min-width: 40em) {
  .usa-banner__button {
    color: #2378c3;
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    display: inline;
    margin-left: 0.5rem;
    position: relative;
  }
  .usa-banner__button::after {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/expand_more.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem 1rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    content: "";
    vertical-align: middle;
    margin-left: 2px;
  }
  @supports (mask: url()) {
    .usa-banner__button::after {
      background: none;
      background-color: #2378c3;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/expand_more.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1rem 1rem;
    }
    .usa-banner__button::after:hover {
      background-color: #1a4480;
    }
  }
  .usa-banner__button:hover::after {
    content: "";
    background-color: #1a4480;
  }
  .usa-banner__button:visited {
    color: #54278f;
  }
  .usa-banner__button:hover,
  .usa-banner__button:active {
    color: #1a4480;
  }
  .usa-banner__button::after,
  .usa-banner__button:hover::after {
    position: absolute;
  }
}
@media (min-width: 40em) and (forced-colors: active) {
  .usa-banner__button::after,
  .usa-banner__button:hover::after {
    background-color: ButtonText;
  }
}
@media all and (min-width: 40em) {
  .usa-banner__button:hover {
    text-decoration: none;
  }
}
.usa-banner__button[aria-expanded=false],
.usa-banner__button[aria-expanded=false]:hover,
.usa-banner__button[aria-expanded=true],
.usa-banner__button[aria-expanded=true]:hover {
  background-image: none;
}
@media (forced-colors: active) {
  .usa-banner__button[aria-expanded=false]::before,
  .usa-banner__button[aria-expanded=false]:hover::before,
  .usa-banner__button[aria-expanded=true]::before,
  .usa-banner__button[aria-expanded=true]:hover::before {
    content: none;
  }
}
@media all and (max-width: 39.99em) {
  .usa-banner__button[aria-expanded=true]::after {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem 1.5rem;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    content: "";
    vertical-align: middle;
    margin-left: 0rem;
  }
  @supports (mask: url()) {
    .usa-banner__button[aria-expanded=true]::after {
      background: none;
      background-color: #005ea2;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/close.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1.5rem 1.5rem;
    }
  }
  .usa-banner__button[aria-expanded=true]::before {
    position: absolute;
    bottom: 0;
    top: 0;
    position: absolute;
    right: 0;
    background-color: #dfe1e2;
    content: "";
    display: block;
    height: 3rem;
    width: 3rem;
  }
  .usa-banner__button[aria-expanded=true]::after {
    position: absolute;
    bottom: 0;
    top: 0;
    position: absolute;
    right: 0;
  }
}
@media all and (min-width: 40em) {
  .usa-banner__button[aria-expanded=true] {
    height: auto;
    padding: 0rem;
    position: relative;
  }
  .usa-banner__button[aria-expanded=true]::after {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/expand_less.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem 1rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    content: "";
    vertical-align: middle;
    margin-left: 2px;
  }
  @supports (mask: url()) {
    .usa-banner__button[aria-expanded=true]::after {
      background: none;
      background-color: #2378c3;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/expand_less.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1rem 1rem;
    }
    .usa-banner__button[aria-expanded=true]::after:hover {
      background-color: #1a4480;
    }
  }
  .usa-banner__button[aria-expanded=true]:hover::after {
    content: "";
    background-color: #1a4480;
  }
  .usa-banner__button[aria-expanded=true]::after,
  .usa-banner__button[aria-expanded=true]:hover::after {
    position: absolute;
  }
}
@media (min-width: 40em) and (forced-colors: active) {
  .usa-banner__button[aria-expanded=true]::after,
  .usa-banner__button[aria-expanded=true]:hover::after {
    background-color: ButtonText;
  }
}
.usa-banner__button-text {
  position: absolute;
  left: -999em;
  right: auto;
  text-decoration: underline;
}
@media all and (min-width: 40em) {
  .usa-banner__button-text {
    position: static;
    display: inline;
  }
}
@media (forced-colors: active) {
  .usa-banner__button-text {
    color: LinkText;
  }
}
.usa-banner__icon {
  width: 2.5rem;
}
.usa-js-loading .usa-banner__content {
  position: absolute;
  left: -999em;
  right: auto;
}
.usa-breadcrumb {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.01rem;
  line-height: 1.3;
  color: #1b1b1b;
  background-color: white;
  padding-left: 0;
  padding-right: 0;
}
@media all and (min-width: 30em) {
  .usa-breadcrumb {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media all and (min-width: 30em) {
  .usa-breadcrumb:not(.usa-breadcrumb--wrap) .usa-breadcrumb__list {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.usa-breadcrumb__list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  display: block;
  padding: 0.25rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.usa-breadcrumb__list > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-breadcrumb__list-item {
  position: absolute;
  left: -999em;
  right: auto;
  display: inline;
}
@media all and (max-width: 29.99em) {
  .usa-breadcrumb__list-item {
    white-space: normal;
  }
  .usa-breadcrumb__list-item:nth-last-child(2) {
    position: static;
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link {
    padding-left: calc(2ex + 0px);
    text-indent: calc((2ex + 0px) * -1);
    display: inline-block;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link::before {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/arrow_back.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2ex 2ex;
    display: inline-block;
    height: 2ex;
    width: 2ex;
    content: "";
    vertical-align: baseline;
    margin-right: 0rem;
  }
  @supports (mask: url()) {
    .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link::before {
      background: none;
      background-color: #71767a;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/arrow_back.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 2ex 2ex;
    }
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:before {
    bottom: -0.2em;
    height: 2ex;
    position: relative;
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:hover,
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:active {
    text-decoration: none;
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link span {
    text-decoration: underline;
  }
  .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link::before {
    margin-right: 0px;
  }
}
@media all and (min-width: 30em) {
  .usa-breadcrumb__list-item {
    position: static;
  }
  .usa-breadcrumb__list-item:not(:last-child)::after {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2ex 2ex;
    display: inline-block;
    height: 2ex;
    width: 2ex;
    content: "";
    vertical-align: baseline;
    margin-left: 0rem;
  }
  @supports (mask: url()) {
    .usa-breadcrumb__list-item:not(:last-child)::after {
      background: none;
      background-color: #71767a;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_next.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 2ex 2ex;
    }
  }
  .usa-breadcrumb__list-item:not(:last-child)::after {
    bottom: -0.2em;
    margin-left: 0px;
    margin-right: 0px;
    height: 2ex;
    position: relative;
  }
}
.usa-breadcrumb__link {
  color: #2378c3;
  display: inline;
  text-decoration: none;
}
.usa-breadcrumb__link:visited {
  color: #54278f;
}
.usa-breadcrumb__link:hover,
.usa-breadcrumb__link:active {
  color: #1a4480;
}
.usa-breadcrumb__link span {
  text-decoration: underline;
}
@media all and (min-width: 30em) {
  .usa-breadcrumb--wrap {
    line-height: 1.5;
  }
}
.usa-breadcrumb--wrap .usa-breadcrumb__list-item {
  display: inline-block;
}
.usa-button-group {
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style-type: none;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  padding-left: 0;
}
@media all and (min-width: 30em) {
  .usa-button-group {
    flex-wrap: nowrap;
    align-items: stretch;
    flex-direction: row;
  }
}
.usa-button-group .usa-button-group {
  height: 100%;
}
@media all and (min-width: 30em) {
  .usa-button-group .usa-button-group .usa-button-group__item {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.usa-button-group .usa-button-group--segmented .usa-button-group__item {
  margin-top: 0;
  margin-bottom: 0;
}
.usa-button-group__item {
  margin: 0.25rem;
}
@media all and (min-width: 30em) {
  .usa-button-group__item:last-child {
    margin-right: 0;
  }
}
.usa-button-group__item .usa-button {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
.usa-button-group--segmented {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
@media all and (min-width: 30em) {
  .usa-button-group--segmented {
    justify-content: flex-start;
  }
}
.usa-button-group--segmented .usa-button {
  position: relative;
  width: calc(100% + 2px);
}
@media all and (min-width: 30em) {
  .usa-button-group--segmented .usa-button {
    width: auto;
  }
}
.usa-button-group--segmented .usa-button:hover,
.usa-button-group--segmented .usa-button:active {
  z-index: 2;
}
.usa-button-group--segmented .usa-button:focus {
  z-index: 3;
}
.usa-button-group--segmented .usa-button-group__item {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
@media all and (min-width: 30em) {
  .usa-button-group--segmented .usa-button-group__item {
    width: auto;
  }
}
.usa-button-group--segmented .usa-button-group__item:first-child > .usa-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -1px;
}
.usa-button-group--segmented .usa-button-group__item:last-child > .usa-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 0;
  margin-left: -2px;
  width: calc(100% + 2px);
}
@media all and (min-width: 30em) {
  .usa-button-group--segmented .usa-button-group__item:last-child > .usa-button {
    margin-left: -1px;
    width: auto;
  }
}
.usa-button-group--segmented .usa-button-group__item:where(:not(:first-child):not(:last-child)) > .usa-button {
  border-radius: 0;
  margin-right: -1px;
  margin-left: -1px;
}
.usa-button-group--segmented .usa-button-group__item:where(:not(:last-child)) .usa-button::before {
  border-right: 1px solid #1a4480;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 1px;
  top: 0;
  width: 1px;
  z-index: 3;
}
.usa-button-group--segmented .usa-button-group__item:where(:not(:last-child)) .usa-button--secondary::before {
  border-right-color: #b50909;
}
.usa-button-group--segmented .usa-button-group__item:where(:not(:last-child)) .usa-button--accent-cool::before {
  border-right-color: #4d8055;
}
.usa-button-group--segmented .usa-button-group__item:where(:not(:last-child)) .usa-button--base::before {
  border-right-color: #565c65;
}
.usa-button-group--segmented .usa-button-group__item:where(:not(:last-child)) [class*=usa-button]:disabled::before,
.usa-button-group--segmented .usa-button-group__item:where(:not(:last-child)) [class*=usa-button][aria-disabled=true]::before {
  border-right-color: white;
}
.usa-button-group--segmented .usa-button-group__item:where(:not(:last-child)) .usa-button:active::before,
.usa-button-group--segmented .usa-button-group__item:where(:not(:last-child)) .usa-button--outline::before {
  display: none;
}
.usa-button {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1;
  color: white;
  background-color: #2378c3;
  appearance: none;
  align-items: center;
  border: 0;
  border-radius: 0.25rem;
  cursor: pointer;
  column-gap: 0.5rem;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media all and (min-width: 30em) {
  .usa-button {
    width: auto;
  }
}
.usa-button:visited {
  color: white;
}
.usa-button:hover,
.usa-button.usa-button--hover {
  color: white;
  background-color: #1a4480;
  border-bottom: 0;
  text-decoration: none;
}
.usa-button:active,
.usa-button.usa-button--active {
  color: white;
  background-color: #162e51;
}
.usa-button:not([disabled]):focus,
.usa-button:not([disabled]).usa-focus {
  outline-offset: 0.25rem;
}
.usa-button:disabled,
.usa-button[aria-disabled=true] {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-button:disabled:hover,
.usa-button:disabled:active,
.usa-button:disabled:focus,
.usa-button:disabled.usa-focus,
.usa-button[aria-disabled=true]:hover,
.usa-button[aria-disabled=true]:active,
.usa-button[aria-disabled=true]:focus,
.usa-button[aria-disabled=true].usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-button:disabled,
  .usa-button[aria-disabled=true] {
    border: 0;
    color: GrayText;
  }
  .usa-button:disabled:hover,
  .usa-button:disabled:active,
  .usa-button:disabled:focus,
  .usa-button:disabled.usa-focus,
  .usa-button[aria-disabled=true]:hover,
  .usa-button[aria-disabled=true]:active,
  .usa-button[aria-disabled=true]:focus,
  .usa-button[aria-disabled=true].usa-focus {
    color: GrayText;
  }
}
.usa-button:disabled.usa-button--hover,
.usa-button:disabled.usa-button--active,
.usa-button[aria-disabled=true].usa-button--hover,
.usa-button[aria-disabled=true].usa-button--active {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-button:disabled.usa-button--hover:hover,
.usa-button:disabled.usa-button--hover:active,
.usa-button:disabled.usa-button--hover:focus,
.usa-button:disabled.usa-button--hover.usa-focus,
.usa-button:disabled.usa-button--active:hover,
.usa-button:disabled.usa-button--active:active,
.usa-button:disabled.usa-button--active:focus,
.usa-button:disabled.usa-button--active.usa-focus,
.usa-button[aria-disabled=true].usa-button--hover:hover,
.usa-button[aria-disabled=true].usa-button--hover:active,
.usa-button[aria-disabled=true].usa-button--hover:focus,
.usa-button[aria-disabled=true].usa-button--hover.usa-focus,
.usa-button[aria-disabled=true].usa-button--active:hover,
.usa-button[aria-disabled=true].usa-button--active:active,
.usa-button[aria-disabled=true].usa-button--active:focus,
.usa-button[aria-disabled=true].usa-button--active.usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-button:disabled.usa-button--hover,
  .usa-button:disabled.usa-button--active,
  .usa-button[aria-disabled=true].usa-button--hover,
  .usa-button[aria-disabled=true].usa-button--active {
    border: 0;
    color: GrayText;
  }
  .usa-button:disabled.usa-button--hover:hover,
  .usa-button:disabled.usa-button--hover:active,
  .usa-button:disabled.usa-button--hover:focus,
  .usa-button:disabled.usa-button--hover.usa-focus,
  .usa-button:disabled.usa-button--active:hover,
  .usa-button:disabled.usa-button--active:active,
  .usa-button:disabled.usa-button--active:focus,
  .usa-button:disabled.usa-button--active.usa-focus,
  .usa-button[aria-disabled=true].usa-button--hover:hover,
  .usa-button[aria-disabled=true].usa-button--hover:active,
  .usa-button[aria-disabled=true].usa-button--hover:focus,
  .usa-button[aria-disabled=true].usa-button--hover.usa-focus,
  .usa-button[aria-disabled=true].usa-button--active:hover,
  .usa-button[aria-disabled=true].usa-button--active:active,
  .usa-button[aria-disabled=true].usa-button--active:focus,
  .usa-button[aria-disabled=true].usa-button--active.usa-focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-button:disabled:not(.usa-button--unstyled),
  .usa-button[aria-disabled=true]:not(.usa-button--unstyled) {
    border: 2px solid GrayText;
  }
}
.usa-button .usa-icon {
  flex-shrink: 0;
}
@media (forced-colors: active) {
  .usa-button:not(.usa-button--unstyled) {
    border: 2px solid transparent;
  }
}
.usa-button--accent-cool {
  color: #1b1b1b;
  background-color: #5e9f69;
}
.usa-button--accent-cool:visited {
  color: #1b1b1b;
  background-color: #5e9f69;
}
.usa-button--accent-cool:hover,
.usa-button--accent-cool.usa-button--hover {
  color: white;
  background-color: #4d8055;
}
.usa-button--accent-cool:active,
.usa-button--accent-cool.usa-button--active {
  color: white;
  background-color: #07648d;
}
.usa-button--accent-warm {
  color: #1b1b1b;
  background-color: #fa9441;
}
.usa-button--accent-warm:visited {
  color: #1b1b1b;
  background-color: #fa9441;
}
.usa-button--accent-warm:hover,
.usa-button--accent-warm.usa-button--hover {
  color: white;
  background-color: #c05600;
}
.usa-button--accent-warm:active,
.usa-button--accent-warm.usa-button--active {
  color: white;
  background-color: #775540;
}
.usa-button--outline {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #2378c3;
  color: #2378c3;
}
.usa-button--outline:visited {
  color: #2378c3;
}
.usa-button--outline:hover,
.usa-button--outline.usa-button--hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #1a4480;
  color: #1a4480;
}
.usa-button--outline:active,
.usa-button--outline.usa-button--active {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #162e51;
  color: #162e51;
}
.usa-button--outline.usa-button--inverse {
  box-shadow: inset 0 0 0 2px #dfe1e2;
  color: #dfe1e2;
}
.usa-button--outline.usa-button--inverse:visited {
  color: #dfe1e2;
}
.usa-button--outline.usa-button--inverse:hover,
.usa-button--outline.usa-button--inverse.usa-button--hover {
  box-shadow: inset 0 0 0 2px #f0f0f0;
  color: #f0f0f0;
}
.usa-button--outline.usa-button--inverse:active,
.usa-button--outline.usa-button--inverse.usa-button--active {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px white;
  color: white;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled {
  color: #2378c3;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  color: #dfe1e2;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:visited {
  color: #54278f;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
  color: #1a4480;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:active {
  color: #162e51;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:hover,
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled:hover,
.usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true]:hover,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled.usa-button--hover,
.usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true].usa-button--hover,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:active,
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled:active,
.usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true]:active,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled.usa-button--active,
.usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true].usa-button--active,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled:focus,
.usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true]:focus,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled.usa-focus,
.usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true].usa-focus,
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled,
.usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true],
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover {
  color: #1a4480;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active {
  color: #162e51;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled,
.usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true],
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled:hover,
.usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true]:hover,
.usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true]:focus {
  color: #757575;
}
@media (forced-colors: active) {
  .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled,
  .usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true],
  .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled:hover,
  .usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true]:hover,
  .usa-button--outline.usa-button--inverse.usa-button--unstyled[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:visited {
  color: #dfe1e2;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:hover,
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover {
  color: #f0f0f0;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:active,
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active {
  color: white;
}
.usa-button--base {
  color: white;
  background-color: #71767a;
}
.usa-button--base:hover,
.usa-button--base.usa-button--hover {
  color: white;
  background-color: #565c65;
}
.usa-button--base:active,
.usa-button--base.usa-button--active {
  color: white;
  background-color: #3d4551;
}
.usa-button--secondary {
  color: white;
  background-color: #d83933;
}
.usa-button--secondary:hover,
.usa-button--secondary.usa-button--hover {
  color: white;
  background-color: #b50909;
}
.usa-button--secondary:active,
.usa-button--secondary.usa-button--active {
  color: white;
  background-color: #8b0a03;
}
.usa-button--big {
  border-radius: 0.25rem;
  font-size: 1.39rem;
  padding: 1rem 1.5rem;
}
.usa-button--outline:disabled,
.usa-button--outline:disabled:hover,
.usa-button--outline:disabled:active,
.usa-button--outline:disabled:focus,
.usa-button--outline[aria-disabled=true],
.usa-button--outline[aria-disabled=true]:hover,
.usa-button--outline[aria-disabled=true]:active,
.usa-button--outline[aria-disabled=true]:focus,
.usa-button--outline-inverse:disabled,
.usa-button--outline-inverse:disabled:hover,
.usa-button--outline-inverse:disabled:active,
.usa-button--outline-inverse:disabled:focus,
.usa-button--outline-inverse[aria-disabled=true],
.usa-button--outline-inverse[aria-disabled=true]:hover,
.usa-button--outline-inverse[aria-disabled=true]:active,
.usa-button--outline-inverse[aria-disabled=true]:focus {
  background-color: transparent;
  color: #757575;
}
.usa-button--outline:disabled,
.usa-button--outline[aria-disabled=true] {
  box-shadow: inset 0 0 0 2px #c9c9c9;
}
.usa-button--outline:disabled.usa-button--inverse,
.usa-button--outline[aria-disabled=true].usa-button--inverse {
  box-shadow: inset 0 0 0 2px #919191;
  color: #919191;
}
@media (forced-colors: active) {
  .usa-button--outline:disabled.usa-button--inverse,
  .usa-button--outline[aria-disabled=true].usa-button--inverse {
    color: GrayText;
  }
}
.usa-button--unstyled {
  color: #2378c3;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
}
.usa-button--unstyled:visited {
  color: #54278f;
}
.usa-button--unstyled:hover {
  color: #1a4480;
}
.usa-button--unstyled:active {
  color: #162e51;
}
.usa-button--unstyled:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-button--unstyled:hover,
.usa-button--unstyled.usa-button--hover,
.usa-button--unstyled:disabled:hover,
.usa-button--unstyled[aria-disabled=true]:hover,
.usa-button--unstyled:disabled.usa-button--hover,
.usa-button--unstyled[aria-disabled=true].usa-button--hover,
.usa-button--unstyled:active,
.usa-button--unstyled.usa-button--active,
.usa-button--unstyled:disabled:active,
.usa-button--unstyled[aria-disabled=true]:active,
.usa-button--unstyled:disabled.usa-button--active,
.usa-button--unstyled[aria-disabled=true].usa-button--active,
.usa-button--unstyled:disabled:focus,
.usa-button--unstyled[aria-disabled=true]:focus,
.usa-button--unstyled:disabled.usa-focus,
.usa-button--unstyled[aria-disabled=true].usa-focus,
.usa-button--unstyled:disabled,
.usa-button--unstyled[aria-disabled=true],
.usa-button--unstyled.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-button--unstyled.usa-button--hover {
  color: #1a4480;
}
.usa-button--unstyled.usa-button--active {
  color: #162e51;
}
.usa-button--unstyled:disabled,
.usa-button--unstyled[aria-disabled=true],
.usa-button--unstyled:disabled:hover,
.usa-button--unstyled[aria-disabled=true]:hover,
.usa-button--unstyled[aria-disabled=true]:focus {
  color: #757575;
}
@media (forced-colors: active) {
  .usa-button--unstyled:disabled,
  .usa-button--unstyled[aria-disabled=true],
  .usa-button--unstyled:disabled:hover,
  .usa-button--unstyled[aria-disabled=true]:hover,
  .usa-button--unstyled[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-card-group {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-prose .usa-card-group {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-card-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media all and (min-width: 40em) {
  .usa-card-group {
    flex-direction: row;
  }
}
.usa-card {
  margin-bottom: 2.5rem;
  max-width: none;
}
.usa-card:last-child {
  margin-bottom: 2.5rem;
}
@media all and (min-width: 40em) {
  .usa-card {
    margin-bottom: 2rem;
  }
  .usa-card:last-child {
    margin-bottom: 2rem;
  }
}
.usa-prose .usa-card {
  margin-bottom: 2.5rem;
  max-width: none;
}
.usa-prose .usa-card:last-child {
  margin-bottom: 2.5rem;
}
@media all and (min-width: 40em) {
  .usa-prose .usa-card {
    margin-bottom: 2rem;
  }
  .usa-prose .usa-card:last-child {
    margin-bottom: 2rem;
  }
}
.usa-card__container {
  color: #1b1b1b;
  background-color: white;
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  border-width: 2px;
  border-color: #dfe1e2;
  border-style: solid;
  display: flex;
  height: 100%;
  flex-direction: column;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
  border-radius: 0.5rem;
}
.usa-card:not(.usa-card--flag) .usa-card__container > :only-child {
  padding: 1.5rem;
}
.usa-card .usa-card__img {
  display: block;
}
.usa-card__header {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
}
.usa-card__header:last-child {
  padding-bottom: 1.5rem;
}
.usa-card__heading {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.39rem;
  line-height: 1.2;
  margin: 0;
}
.usa-card__media {
  order: -1;
  min-height: 1px;
}
.usa-card__img {
  border-top-left-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(0.5rem - 2px);
  background-color: #f0f0f0;
  position: relative;
  overflow: hidden;
}
.usa-card__img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.usa-card__media--inset {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.usa-card__media--inset .usa-card__img {
  border-radius: 0;
}
.usa-card__body {
  flex: 1 1 0%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  flex-basis: auto;
}
.usa-card__body:last-child {
  padding-bottom: 1.5rem;
}
.usa-card__body:first-child {
  padding-top: 1.5rem;
}
.usa-card__body:only-child {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.usa-card__footer {
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
}
.usa-card__footer .usa-button:only-of-type {
  margin-right: 0;
}
.usa-card__header > :last-child,
.usa-card__body > :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.usa-card__header > :first-child,
.usa-card__body > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.usa-card__header > :only-child,
.usa-card__body > :only-child {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.usa-card__header--exdent,
.usa-card__media--exdent,
.usa-card__body--exdent,
.usa-card__footer--exdent {
  margin-inline: -2px;
}
.usa-card__header--exdent > *,
.usa-card__body--exdent > *,
.usa-card__footer--exdent > * {
  padding-left: 2px;
  padding-right: 2px;
}
.usa-card__media--exdent {
  margin-top: -2px;
}
.usa-card__media--exdent .usa-card__img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.usa-card--header-first .usa-card__header {
  border-top-left-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(0.5rem - 2px);
  padding-bottom: 1rem;
}
.usa-card--header-first .usa-card__header--exdent {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  margin-top: -2px;
}
.usa-card--header-first .usa-card__media--inset {
  padding-top: 0;
}
.usa-card--header-first .usa-card__media {
  order: 0;
}
.usa-card--header-first .usa-card__media--exdent {
  margin-top: 0;
}
.usa-card--header-first .usa-card__img {
  border-radius: 0;
}
.usa-card--header-first .usa-card__body {
  padding-top: 1rem;
}
@media all and (min-width: 40em) {
  .usa-card--flag .usa-card__media {
    display: flex;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    top: 0;
    position: absolute;
    left: 0;
    position: absolute;
    width: 15rem;
  }
  .usa-card--flag .usa-card__img {
    border-radius: 0;
    border-top-left-radius: calc(0.5rem - 2px);
    border-bottom-left-radius: calc(0.5rem - 2px);
  }
  .usa-card--flag .usa-card__header,
  .usa-card--flag .usa-card__body,
  .usa-card--flag .usa-card__footer {
    margin-left: 15rem;
  }
  .usa-card--flag .usa-card__media--exdent {
    margin: -2px;
  }
  .usa-card--flag .usa-card__media--exdent .usa-card__img {
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
  }
  .usa-card--flag .usa-card__media--inset {
    padding-right: 0;
    padding-bottom: 1.5rem;
  }
  .usa-card--flag .usa-card__media--inset .usa-card__img {
    border-radius: 0;
  }
  .usa-card--flag.usa-card--header-first .usa-card__header {
    padding-bottom: 0.5rem;
  }
  .usa-card--flag.usa-card--header-first .usa-card__body {
    padding-top: 0.5rem;
  }
  .usa-card--flag.usa-card--header-first .usa-card__media--inset {
    padding-top: 1.5rem;
  }
  .usa-card--flag.usa-card--media-right .usa-card__media {
    left: auto;
    right: 0;
  }
  .usa-card--flag.usa-card--media-right .usa-card__media--inset {
    padding-left: 0;
    padding-right: 1.5rem;
  }
  .usa-card--flag.usa-card--media-right .usa-card__media--inset .usa-card__img {
    border-radius: 0;
  }
  .usa-card--flag.usa-card--media-right .usa-card__img {
    border-radius: 0;
    border-top-right-radius: calc(0.5rem - 2px);
    border-bottom-right-radius: calc(0.5rem - 2px);
  }
  .usa-card--flag.usa-card--media-right .usa-card__header,
  .usa-card--flag.usa-card--media-right .usa-card__body,
  .usa-card--flag.usa-card--media-right .usa-card__footer {
    margin-left: 0;
    margin-right: 15rem;
  }
  .usa-card--flag.usa-card--media-right .usa-card__img {
    border-radius: 0;
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
}
.usa-card:not(.usa-card--flag).usa-card__media--set-aspect {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  position: relative;
}
@supports (aspect-ratio: 1) {
  .usa-card:not(.usa-card--flag).usa-card__media--set-aspect {
    height: inherit;
    padding: inherit;
    aspect-ratio: 1.7777777778;
    max-width: 100%;
  }
  .usa-card:not(.usa-card--flag).usa-card__media--set-aspect > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img.usa-card:not(.usa-card--flag).usa-card__media--set-aspect,
  .usa-card:not(.usa-card--flag).usa-card__media--set-aspect > img {
    object-fit: cover;
  }
}
.usa-card:not(.usa-card--flag).usa-card__media--set-aspect .usa-card__img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.usa-checklist {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
}
.usa-checklist__item {
  text-indent: -2.5rem;
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.usa-checklist__item::before {
  content: " ";
  display: inline-block;
  height: 1rem;
  margin-left: -0.25rem;
  margin-right: 0.75rem;
  width: 2rem;
}
.usa-checklist__item.usa-checklist__item--checked::before {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons-bg/check--blue-60v.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
}
.usa-collection {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.01rem;
  line-height: 1.3;
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1.6;
  padding-left: 3ch;
  padding-left: 0;
}
.usa-collection:last-child {
  margin-bottom: 0;
}
.usa-collection ul,
.usa-collection ol {
  margin-top: 0.25em;
}
.usa-collection__item {
  margin-bottom: 0.25em;
  max-width: 68ex;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  align-items: flex-start;
  border-top-width: 1px;
  border-top-style: solid;
  display: flex;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
}
.usa-collection__item:last-child {
  margin-bottom: 0;
}
.usa-collection__item > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-prose .usa-collection {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.01rem;
  line-height: 1.3;
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1.6;
  padding-left: 3ch;
  padding-left: 0;
}
.usa-prose .usa-collection:last-child {
  margin-bottom: 0;
}
.usa-prose .usa-collection ul,
.usa-prose .usa-collection ol {
  margin-top: 0.25em;
}
.usa-prose .usa-collection__item {
  margin-bottom: 0.25em;
  max-width: 68ex;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  align-items: flex-start;
  border-top-width: 1px;
  border-top-style: solid;
  display: flex;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
}
.usa-prose .usa-collection__item:last-child {
  margin-bottom: 0;
}
.usa-prose .usa-collection__item > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-collection__img,
.usa-collection__calendar-date {
  flex-shrink: 0;
  margin-right: 0.5rem;
  width: 4rem;
  margin-right: 1rem;
}
@media all and (min-width: 40em) {
  .usa-collection__img,
  .usa-collection__calendar-date {
    width: 5rem;
  }
}
.usa-collection__body {
  flex: 1 1 0%;
}
.usa-collection__heading {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.08rem;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
}
.usa-collection__description {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.usa-collection__meta {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  margin-top: 0.25rem;
}
.usa-collection__meta > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-collection__meta-item {
  margin-top: 0.25rem;
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.89rem;
  line-height: 1.3;
  display: block;
  margin-right: 0.5rem;
}
.usa-collection__meta-item.usa-tag {
  background-color: #dfe1e2;
  line-height: 1;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  color: #1b1b1b;
  display: inline-block;
  margin-top: 0.25rem;
}
.usa-collection__meta-item.usa-tag--new {
  background-color: #c05600;
  color: white;
}
.usa-collection__calendar-date {
  text-decoration: none;
}
.usa-collection__calendar-date-month,
.usa-collection__calendar-date-day {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.08rem;
  display: block;
  font-weight: 700;
  padding: 0.25rem;
  text-align: center;
}
@media all and (min-width: 40em) {
  .usa-collection__calendar-date-month,
  .usa-collection__calendar-date-day {
    padding: 0.5rem;
  }
}
.usa-collection__calendar-date-month {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #2378c3;
  color: white;
}
.usa-collection__calendar-date-day {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #2378c3;
  color: #2378c3;
}
.usa-collection--condensed .usa-collection__item {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
}
.usa-embed-container iframe,
.usa-embed-container object,
.usa-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.usa-embed-container {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  max-width: 100%;
}
@supports (aspect-ratio: 1) {
  .usa-embed-container {
    height: inherit;
    padding: inherit;
    aspect-ratio: 1.7777777778;
    max-width: 100%;
  }
  .usa-embed-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img.usa-embed-container,
  .usa-embed-container > img {
    object-fit: cover;
  }
}
.usa-footer {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  overflow: hidden;
}
.usa-footer > .grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .usa-footer > .grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.usa-footer__return-to-top {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  line-height: 1;
}
.usa-footer__return-to-top a {
  color: #2378c3;
  text-decoration: underline;
}
.usa-footer__return-to-top a:visited {
  color: #54278f;
}
.usa-footer__return-to-top a:hover {
  color: #1a4480;
}
.usa-footer__return-to-top a:active {
  color: #162e51;
}
.usa-footer__return-to-top a:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-footer__nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #a9aeb1;
}
@media all and (min-width: 64em) {
  .usa-footer__nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .usa-footer__nav {
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: none;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .usa-footer__nav {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.usa-footer__nav > ul {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-footer__primary-section {
  background-color: #f0f0f0;
}
.usa-footer__primary-section > .grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .usa-footer__primary-section > .grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.usa-footer__primary-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .usa-footer__primary-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .usa-footer__primary-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.usa-footer__primary-content {
  line-height: 1.2;
}
.usa-footer__primary-link {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  color: #1b1b1b;
  font-weight: 700;
  display: block;
}
@media all and (min-width: 30em) {
  .usa-footer__primary-link {
    padding-left: 0;
    padding-right: 0;
  }
}
.usa-footer__primary-link--button {
  width: 100%;
  border: 0;
  cursor: pointer;
}
.usa-footer__primary-link--button::before {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/expand_more.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.25rem 1.25rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  content: "";
  vertical-align: middle;
  margin-right: 0.25rem;
}
@supports (mask: url()) {
  .usa-footer__primary-link--button::before {
    background: none;
    background-color: currentColor;
    mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/expand_more.svg), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 1.25rem 1.25rem;
  }
}
.usa-footer__primary-link--button:not([disabled]):focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: -0.25rem;
}
.usa-footer__primary-link--button::before {
  height: 1.25rem;
  width: 1.25rem;
  align-items: center;
  background-size: contain;
  content: "";
  display: inline-flex;
  justify-content: center;
  margin-right: 0.25rem;
  margin-left: -0.25rem;
}
@media (forced-colors: active) {
  .usa-footer__primary-link--button::before {
    background-color: buttonText !important;
  }
}
.usa-footer__primary-link--button + .usa-list--unstyled {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.usa-footer__primary-link--button[aria-expanded=false]::before {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_next.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.25rem 1.25rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  content: "";
  vertical-align: middle;
  margin-right: 0.25rem;
}
@supports (mask: url()) {
  .usa-footer__primary-link--button[aria-expanded=false]::before {
    background: none;
    background-color: currentColor;
    mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_next.svg), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 1.25rem 1.25rem;
  }
}
.usa-footer__primary-link--button[aria-expanded=false] + .usa-list--unstyled {
  display: none;
}
.usa-footer__secondary-link {
  line-height: 1.2;
  margin-left: 1rem;
  padding: 0;
}
.usa-footer__secondary-link a {
  color: #2378c3;
  text-decoration: underline;
}
.usa-footer__secondary-link a:visited {
  color: #54278f;
}
.usa-footer__secondary-link a:hover {
  color: #1a4480;
}
.usa-footer__secondary-link a:active {
  color: #162e51;
}
.usa-footer__secondary-link a:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-footer__secondary-link + .usa-footer__secondary-link {
  padding-top: 1rem;
}
@media all and (min-width: 30em) {
  .usa-footer__secondary-link {
    margin-left: 0;
  }
}
.usa-footer__contact-info {
  line-height: 1.2;
}
.usa-footer__contact-info a {
  color: #1b1b1b;
}
@media all and (min-width: 30em) {
  .usa-footer__contact-info {
    justify-content: flex-end;
    margin-top: 0.5rem;
  }
}
.usa-footer__primary-content {
  border-top: 1px solid #a9aeb1;
}
@media all and (min-width: 30em) {
  .usa-footer__primary-content {
    border: none;
  }
}
.usa-sign-up {
  padding-bottom: 2rem;
  padding-top: 1.5rem;
}
.usa-sign-up .usa-label,
.usa-sign-up .usa-button {
  margin-top: 0.75rem;
}
.usa-sign-up__heading {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.39rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}
.usa-footer__secondary-section {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #1b1b1b;
  background-color: #dfe1e2;
}
.usa-footer__secondary-section > .grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .usa-footer__secondary-section > .grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.usa-footer__secondary-section > .grid-container > .grid-row {
  justify-content: space-between;
}
.usa-footer__secondary-section a {
  color: #1b1b1b;
}
.usa-footer__logo {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
@media all and (min-width: 30em) {
  .usa-footer__logo {
    margin-bottom: 0;
    margin-top: 0;
    align-items: center;
  }
}
.usa-footer__logo-img {
  max-width: 5rem;
}
.usa-footer__logo-heading {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.39rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.usa-footer__contact-links {
  margin-top: 1.5rem;
}
@media all and (min-width: 30em) {
  .usa-footer__contact-links {
    margin-top: 0;
    text-align: right;
  }
}
.usa-footer__contact-heading {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.39rem;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 0;
}
@media all and (min-width: 30em) {
  .usa-footer__contact-heading {
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }
}
.usa-footer__social-links {
  line-height: 1;
  padding-bottom: 0.5rem;
}
.usa-footer__social-links a {
  text-decoration: none;
}
@media all and (min-width: 30em) {
  .usa-footer__social-links {
    justify-content: flex-end;
  }
}
.usa-social-link {
  height: 3rem;
  width: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 0.25rem;
}
.usa-social-link:hover {
  background-color: white;
}
@media (forced-colors: active) {
  .usa-social-link {
    background-color: lightgrey;
    forced-color-adjust: none;
  }
}
.usa-social-link__icon {
  display: block;
  height: auto;
  width: 100%;
}
@media all and (min-width: 30em) {
  .usa-footer__address {
    justify-content: flex-end;
  }
}
@media all and (min-width: 64em) {
  .usa-footer--slim .usa-footer__nav {
    padding-left: 0;
    padding-right: 0;
  }
}
.usa-footer--slim .usa-footer__address {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media all and (min-width: 30em) {
  .usa-footer--slim .usa-footer__address {
    padding: 0;
  }
}
.usa-footer--slim .usa-footer__logo {
  align-items: center;
}
.usa-footer--slim .usa-footer__logo-img {
  max-width: 3rem;
}
.usa-footer--slim .usa-footer__contact-info {
  display: inline-block;
}
@media all and (min-width: 30em) {
  .usa-footer--slim .usa-footer__contact-info {
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-top: 0;
  }
}
.usa-footer--big .usa-footer__nav {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media all and (min-width: 30em) {
  .usa-footer--big .usa-footer__nav {
    border-bottom: 1px solid #a9aeb1;
    padding-top: 2rem;
  }
}
@media all and (min-width: 40em) {
  .usa-footer--big .usa-footer__nav {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
  }
}
.usa-footer--big .usa-footer__primary-link {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.01rem;
  line-height: 1.2;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media all and (min-width: 30em) {
  .usa-footer--big .usa-footer__primary-link {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0.5rem;
  }
  .usa-footer--big .usa-footer__primary-link:hover {
    cursor: auto;
    text-decoration: none;
  }
}
.usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1.25rem;
}
@media all and (min-width: 30em) {
  .usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
    padding-top: 0.75rem;
  }
}
.usa-form {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1;
}
@media all and (min-width: 30em) {
  .usa-form {
    max-width: 20rem;
  }
}
.usa-form abbr[title=required] {
  text-decoration: none;
}
.usa-form .usa-input,
.usa-form .usa-range,
.usa-form .usa-select,
.usa-form .usa-textarea {
  max-width: none;
}
.usa-form .usa-input--2xs,
.usa-form .usa-input-group--2xs {
  max-width: 5ex;
}
.usa-form .usa-input--xs,
.usa-form .usa-input-group--xs {
  max-width: 9ex;
}
.usa-form .usa-input--sm,
.usa-form .usa-input--small,
.usa-form .usa-input-group--sm,
.usa-form .usa-input-group--small {
  max-width: 13ex;
}
.usa-form .usa-input--md,
.usa-form .usa-input--medium,
.usa-form .usa-input-group--md,
.usa-form .usa-input-group--medium {
  max-width: 20ex;
}
.usa-form .usa-input--lg,
.usa-form .usa-input-group--lg {
  max-width: 30ex;
}
.usa-form .usa-input--xl,
.usa-form .usa-input-group--xl {
  max-width: 40ex;
}
.usa-form .usa-input--2xl,
.usa-form .usa-input-group--2xl {
  max-width: 50ex;
}
.usa-form .usa-button {
  margin-top: 0.5rem;
}
@media all and (min-width: 30em) {
  .usa-form .usa-button {
    margin-top: 1.5rem;
  }
}
.usa-form a:where(:not(.usa-button)) {
  color: #2378c3;
  text-decoration: underline;
}
.usa-form a:where(:not(.usa-button)):visited {
  color: #54278f;
}
.usa-form a:where(:not(.usa-button)):hover {
  color: #1a4480;
}
.usa-form a:where(:not(.usa-button)):active {
  color: #162e51;
}
.usa-form a:where(:not(.usa-button)):focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
@media all and (min-width: 30em) {
  .usa-form--large {
    max-width: 30rem;
  }
}
.usa-show-password {
  color: #2378c3;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  cursor: pointer;
}
.usa-show-password:visited {
  color: #54278f;
}
.usa-show-password:hover {
  color: #1a4480;
}
.usa-show-password:active {
  color: #162e51;
}
.usa-show-password:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-show-password:hover,
.usa-show-password.usa-button--hover,
.usa-show-password:disabled:hover,
.usa-show-password[aria-disabled=true]:hover,
.usa-show-password:disabled.usa-button--hover,
.usa-show-password[aria-disabled=true].usa-button--hover,
.usa-show-password:active,
.usa-show-password.usa-button--active,
.usa-show-password:disabled:active,
.usa-show-password[aria-disabled=true]:active,
.usa-show-password:disabled.usa-button--active,
.usa-show-password[aria-disabled=true].usa-button--active,
.usa-show-password:disabled:focus,
.usa-show-password[aria-disabled=true]:focus,
.usa-show-password:disabled.usa-focus,
.usa-show-password[aria-disabled=true].usa-focus,
.usa-show-password:disabled,
.usa-show-password[aria-disabled=true],
.usa-show-password.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-show-password.usa-button--hover {
  color: #1a4480;
}
.usa-show-password.usa-button--active {
  color: #162e51;
}
.usa-show-password:disabled,
.usa-show-password[aria-disabled=true],
.usa-show-password:disabled:hover,
.usa-show-password[aria-disabled=true]:hover,
.usa-show-password[aria-disabled=true]:focus {
  color: #757575;
}
@media (forced-colors: active) {
  .usa-show-password:disabled,
  .usa-show-password[aria-disabled=true],
  .usa-show-password:disabled:hover,
  .usa-show-password[aria-disabled=true]:hover,
  .usa-show-password[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-form__note,
.usa-show-password {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.89rem;
  line-height: 1.3;
  float: right;
  margin: 0.25rem 0 1rem;
}
.usa-graphic-list {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
}
.usa-graphic-list .usa-graphic-list__row .usa-media-block {
  margin-bottom: 2rem;
}
@media all and (min-width: 40em) {
  .usa-graphic-list .usa-graphic-list__row .usa-media-block {
    margin-bottom: 4rem;
  }
}
@media all and (min-width: 40em) {
  .usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block {
    margin-bottom: 0;
  }
}
.usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block:last-child {
  margin-bottom: 0;
}
.usa-graphic-list .usa-media-block__img {
  margin-right: 1.5rem;
}
.usa-graphic-list .usa-media-block__body > :first-child {
  margin-top: 0;
}
.usa-graphic-list__heading {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.39rem;
  line-height: 1.2;
  font-weight: 700;
}
* + .usa-graphic-list__heading {
  margin-top: 1.5em;
}
.usa-graphic-list__heading + * {
  margin-top: 1em;
}
.usa-header {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
}
.usa-header::after {
  clear: both;
  content: "";
  display: block;
}
.usa-header a {
  border-bottom: none;
}
.usa-header .usa-search {
  margin-top: 0.5rem;
}
@media all and (min-width: 64em) {
  .usa-header .usa-search {
    float: right;
  }
}
@media all and (min-width: 64em) {
  .usa-header [role=search] {
    float: right;
    max-width: calc(27ch + 3rem);
    width: 100%;
  }
}
.usa-header [type=search] {
  min-width: 0;
}
@media all and (min-width: 64em) {
  .usa-header + .usa-hero {
    border-top: 1px solid white;
  }
}
@media all and (min-width: 64em) {
  .usa-header + .usa-section,
  .usa-header + main {
    border-top: 1px solid #dfe1e2;
  }
}
@media all and (max-width: 63.99em) {
  .usa-logo {
    flex: 1 1 0%;
    font-size: 0.89rem;
    line-height: 1;
    margin-left: 1rem;
  }
}
@media all and (min-width: 64em) {
  .usa-logo {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.39rem;
    line-height: 1.2;
  }
}
.usa-logo a {
  color: #1b1b1b;
  text-decoration: none;
}
.usa-logo__text {
  display: block;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}
.usa-menu-btn {
  color: #2378c3;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  flex: 0 1 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-color: #2378c3;
  color: white;
  font-size: 0.82rem;
  height: 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.usa-menu-btn:visited {
  color: #54278f;
}
.usa-menu-btn:hover {
  color: #1a4480;
}
.usa-menu-btn:active {
  color: #162e51;
}
.usa-menu-btn:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-menu-btn:hover,
.usa-menu-btn.usa-button--hover,
.usa-menu-btn:disabled:hover,
.usa-menu-btn[aria-disabled=true]:hover,
.usa-menu-btn:disabled.usa-button--hover,
.usa-menu-btn[aria-disabled=true].usa-button--hover,
.usa-menu-btn:active,
.usa-menu-btn.usa-button--active,
.usa-menu-btn:disabled:active,
.usa-menu-btn[aria-disabled=true]:active,
.usa-menu-btn:disabled.usa-button--active,
.usa-menu-btn[aria-disabled=true].usa-button--active,
.usa-menu-btn:disabled:focus,
.usa-menu-btn[aria-disabled=true]:focus,
.usa-menu-btn:disabled.usa-focus,
.usa-menu-btn[aria-disabled=true].usa-focus,
.usa-menu-btn:disabled,
.usa-menu-btn[aria-disabled=true],
.usa-menu-btn.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-menu-btn.usa-button--hover {
  color: #1a4480;
}
.usa-menu-btn.usa-button--active {
  color: #162e51;
}
.usa-menu-btn:disabled,
.usa-menu-btn[aria-disabled=true],
.usa-menu-btn:disabled:hover,
.usa-menu-btn[aria-disabled=true]:hover,
.usa-menu-btn[aria-disabled=true]:focus {
  color: #757575;
}
@media (forced-colors: active) {
  .usa-menu-btn:disabled,
  .usa-menu-btn[aria-disabled=true],
  .usa-menu-btn:disabled:hover,
  .usa-menu-btn[aria-disabled=true]:hover,
  .usa-menu-btn[aria-disabled=true]:focus {
    color: GrayText;
  }
}
@media all and (min-width: 64em) {
  .usa-menu-btn {
    display: none;
  }
}
.usa-menu-btn:hover {
  background-color: #1a4480;
  color: white;
  text-decoration: none;
}
.usa-menu-btn:active {
  color: white;
}
.usa-menu-btn:visited {
  color: white;
}
.usa-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  visibility: hidden;
  z-index: 400;
}
.usa-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
@media all and (min-width: 64em) {
  .usa-header--basic .usa-navbar {
    position: relative;
    width: 33%;
  }
  .usa-header--basic .usa-nav {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    padding: 0 0 0.5rem 0.5rem;
    width: 100%;
  }
  .usa-header--basic .usa-nav-container {
    align-items: flex-end;
    justify-content: space-between;
    display: flex;
  }
  .usa-header--basic .usa-nav__primary-item > .usa-current,
  .usa-header--basic .usa-nav__link:hover {
    position: relative;
  }
  .usa-header--basic .usa-nav__primary-item > .usa-current::after,
  .usa-header--basic .usa-nav__link:hover::after {
    background-color: #2378c3;
    border-radius: 0;
    content: "";
    display: block;
    position: absolute;
    height: 0.25rem;
    left: 1rem;
    right: 1rem;
    bottom: -0.25rem;
  }
}
@media (min-width: 64em) and (forced-colors: active) {
  .usa-header--basic .usa-nav__primary-item > .usa-current::after,
  .usa-header--basic .usa-nav__link:hover::after {
    background-color: ButtonText;
  }
}
@media all and (min-width: 64em) {
  .usa-header--basic .usa-nav__link[aria-expanded=true]::after,
  .usa-header--basic .usa-nav__link[aria-expanded=true]:hover::after {
    display: none;
  }
  .usa-header--basic .usa-nav__primary {
    width: auto;
  }
  .usa-header--basic .usa-nav__primary-item:last-of-type {
    position: relative;
  }
  .usa-header--basic .usa-nav__primary-item:last-of-type .usa-nav__submenu {
    position: absolute;
    right: 0;
  }
  .usa-header--basic .usa-search {
    top: 0;
  }
}
.usa-header--basic.usa-header--megamenu .usa-nav__inner {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 64em) {
  .usa-header--basic.usa-header--megamenu .usa-nav__inner {
    display: block;
    float: right;
    margin-top: -2.5rem;
  }
}
@media all and (min-width: 64em) {
  .usa-header--basic.usa-header--megamenu .usa-nav__primary-item:last-of-type {
    position: static;
  }
}
@media all and (min-width: 64em) {
  .usa-header--extended {
    padding-top: 0;
  }
  .usa-header--extended .usa-nav__primary-item > .usa-current,
  .usa-header--extended .usa-nav__primary-item > .usa-nav__link:hover {
    position: relative;
  }
  .usa-header--extended .usa-nav__primary-item > .usa-current::after,
  .usa-header--extended .usa-nav__primary-item > .usa-nav__link:hover::after {
    background-color: #2378c3;
    border-radius: 0;
    content: "";
    display: block;
    position: absolute;
    height: 0.25rem;
    left: 1rem;
    right: 1rem;
    bottom: 0rem;
  }
}
@media (min-width: 64em) and (forced-colors: active) {
  .usa-header--extended .usa-nav__primary-item > .usa-current::after,
  .usa-header--extended .usa-nav__primary-item > .usa-nav__link:hover::after {
    background-color: ButtonText;
  }
}
@media all and (min-width: 64em) {
  .usa-header--extended .usa-nav__link[aria-expanded=true]::after,
  .usa-header--extended .usa-nav__link[aria-expanded=true]:hover::after {
    display: none;
  }
}
@media all and (min-width: 64em) {
  .usa-header--extended .usa-logo {
    font-size: 2.03rem;
    margin: 2rem 0 1.5rem;
    max-width: 33%;
  }
}
@media all and (min-width: 64em) {
  .usa-header--extended .usa-navbar {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
    display: block;
    height: auto;
    overflow: auto;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .usa-header--extended .usa-navbar {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .usa-header--extended .usa-nav {
    border-top: 1px solid #dfe1e2;
    padding: 0;
    width: 100%;
  }
}
@media all and (min-width: 64em) {
  .usa-header--extended .usa-nav__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .usa-header--extended .usa-nav__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .usa-header--extended .usa-nav__primary {
    margin-left: -1rem;
  }
  .usa-header--extended .usa-nav__primary::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media all and (min-width: 64em) {
  .usa-header--extended .usa-nav__link {
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
@media all and (min-width: 64em) {
  .usa-header--extended .usa-nav__submenu .usa-grid-full {
    padding-left: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .usa-header--extended .usa-nav__submenu.usa-megamenu {
    left: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
html.usa-js-loading .usa-nav__submenu,
html.usa-js-loading .usa-nav__submenu.usa-megamenu {
  position: absolute;
  left: -999em;
  right: auto;
}
.usa-megamenu .usa-col {
  flex: 1 1 auto;
}
@media all and (min-width: 64em) {
  .usa-megamenu .usa-col {
    flex: 4 1 0%;
  }
  .usa-megamenu .usa-col .usa-nav__submenu-item a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .usa-megamenu .usa-col:first-child .usa-nav__submenu-item a {
    padding-left: 0;
  }
  .usa-megamenu .usa-col:last-child .usa-nav__submenu-item a {
    padding-right: 0;
  }
}
@media all and (min-width: 64em) {
  .usa-megamenu.usa-nav__submenu {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
    padding-top: 2rem;
    left: -33%;
    right: 0;
    width: auto;
  }
}
@media all and (min-width: 64em) {
  .usa-megamenu.usa-nav__submenu::before {
    position: absolute;
    bottom: 0;
    top: 0;
    background-color: #162e51;
    content: "";
    display: block;
    position: absolute;
    width: calc(50vw - 32rem + 2rem);
    right: 100%;
  }
}
@media all and (min-width: 64em) {
  .usa-megamenu.usa-nav__submenu::after {
    position: absolute;
    bottom: 0;
    top: 0;
    background-color: #162e51;
    content: "";
    display: block;
    position: absolute;
    width: calc(50vw - 32rem + 2rem);
    left: 100%;
  }
}
@media all and (min-width: 64em) {
  .usa-header--extended .usa-megamenu.usa-nav__submenu::before {
    position: absolute;
    bottom: 0;
    top: 0;
    background-color: #162e51;
    content: "";
    display: block;
    position: absolute;
    width: calc(50vw - 32rem);
  }
}
@media all and (min-width: 64em) {
  .usa-header--extended .usa-megamenu.usa-nav__submenu::after {
    position: absolute;
    bottom: 0;
    top: 0;
    background-color: #162e51;
    content: "";
    display: block;
    position: absolute;
    width: calc(50vw - 32rem);
  }
}
@media all and (min-width: 64em) {
  .usa-nav-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .usa-nav-container::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .usa-nav-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.usa-navbar {
  height: 3rem;
}
@media all and (max-width: 63.99em) {
  .usa-navbar {
    align-items: center;
    border-bottom: 1px solid #dfe1e2;
    display: flex;
  }
}
@media all and (min-width: 64em) {
  .usa-navbar {
    border-bottom: none;
    display: inline-block;
    height: auto;
  }
}
.usa-hero {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/hero.jpg);
  background-position: center;
  background-size: cover;
  color: white;
}
.usa-hero > .grid-container {
  position: relative;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.usa-hero__callout {
  background-color: #162e51;
  padding: 2rem;
}
@media all and (min-width: 40em) {
  .usa-hero__callout {
    max-width: 20rem;
  }
}
.usa-hero__heading {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 2.03rem;
  line-height: 1.2;
  font-weight: 700;
  color: #5e9f69;
  line-height: 1.2;
}
* + .usa-hero__heading {
  margin-top: 1.5em;
}
.usa-hero__heading + * {
  margin-top: 1em;
}
.usa-hero__heading--alt {
  color: white;
  display: block;
}
.usa-icon-list {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  max-width: 72ex;
}
.usa-icon-list > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-icon-list__item {
  display: flex;
  position: relative;
}
.usa-icon-list__item + .usa-icon-list__item {
  padding-top: 0.75rem;
}
.usa-prose .usa-icon-list {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  max-width: 72ex;
}
.usa-prose .usa-icon-list > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-prose .usa-icon-list__item {
  display: flex;
  position: relative;
}
.usa-prose .usa-icon-list__item + .usa-icon-list__item {
  padding-top: 0.75rem;
}
.usa-icon-list--base-lightest .usa-icon-list__icon {
  color: #f0f0f0;
}
.usa-icon-list--base-lighter .usa-icon-list__icon {
  color: #dfe1e2;
}
.usa-icon-list--base-light .usa-icon-list__icon {
  color: #a9aeb1;
}
.usa-icon-list--base .usa-icon-list__icon {
  color: #71767a;
}
.usa-icon-list--base-dark .usa-icon-list__icon {
  color: #565c65;
}
.usa-icon-list--base-darker .usa-icon-list__icon {
  color: #3d4551;
}
.usa-icon-list--base-darkest .usa-icon-list__icon {
  color: #1b1b1b;
}
.usa-icon-list--primary-lighter .usa-icon-list__icon {
  color: #d9e8f6;
}
.usa-icon-list--primary-light .usa-icon-list__icon {
  color: #73b3e7;
}
.usa-icon-list--primary .usa-icon-list__icon {
  color: #2378c3;
}
.usa-icon-list--primary-vivid .usa-icon-list__icon {
  color: #0050d8;
}
.usa-icon-list--primary-dark .usa-icon-list__icon {
  color: #1a4480;
}
.usa-icon-list--primary-darker .usa-icon-list__icon {
  color: #162e51;
}
.usa-icon-list--secondary-lighter .usa-icon-list__icon {
  color: #f3e1e4;
}
.usa-icon-list--secondary-light .usa-icon-list__icon {
  color: #f2938c;
}
.usa-icon-list--secondary .usa-icon-list__icon {
  color: #d83933;
}
.usa-icon-list--secondary-vivid .usa-icon-list__icon {
  color: #e41d3d;
}
.usa-icon-list--secondary-dark .usa-icon-list__icon {
  color: #b50909;
}
.usa-icon-list--secondary-darker .usa-icon-list__icon {
  color: #8b0a03;
}
.usa-icon-list--accent-warm-lighter .usa-icon-list__icon {
  color: #f2e4d4;
}
.usa-icon-list--accent-warm-light .usa-icon-list__icon {
  color: #ffbc78;
}
.usa-icon-list--accent-warm .usa-icon-list__icon {
  color: #fa9441;
}
.usa-icon-list--accent-warm-dark .usa-icon-list__icon {
  color: #c05600;
}
.usa-icon-list--accent-warm-darker .usa-icon-list__icon {
  color: #775540;
}
.usa-icon-list--accent-cool-lighter .usa-icon-list__icon {
  color: #e1f3f8;
}
.usa-icon-list--accent-cool-light .usa-icon-list__icon {
  color: #97d4ea;
}
.usa-icon-list--accent-cool .usa-icon-list__icon {
  color: #5e9f69;
}
.usa-icon-list--accent-cool-dark .usa-icon-list__icon {
  color: #4d8055;
}
.usa-icon-list--accent-cool-darker .usa-icon-list__icon {
  color: #07648d;
}
.usa-icon-list--error-lighter .usa-icon-list__icon {
  color: #f4e3db;
}
.usa-icon-list--error-light .usa-icon-list__icon {
  color: #f39268;
}
.usa-icon-list--error .usa-icon-list__icon {
  color: #d54309;
}
.usa-icon-list--error-dark .usa-icon-list__icon {
  color: #d83933;
}
.usa-icon-list--error-darker .usa-icon-list__icon {
  color: #6f3331;
}
.usa-icon-list--warning-lighter .usa-icon-list__icon {
  color: #faf3d1;
}
.usa-icon-list--warning-light .usa-icon-list__icon {
  color: #fee685;
}
.usa-icon-list--warning .usa-icon-list__icon {
  color: #ffbe2e;
}
.usa-icon-list--warning-dark .usa-icon-list__icon {
  color: #e5a000;
}
.usa-icon-list--warning-darker .usa-icon-list__icon {
  color: #936f38;
}
.usa-icon-list--success-lighter .usa-icon-list__icon {
  color: #ecf3ec;
}
.usa-icon-list--success-light .usa-icon-list__icon {
  color: #70e17b;
}
.usa-icon-list--success .usa-icon-list__icon {
  color: #00a91c;
}
.usa-icon-list--success-dark .usa-icon-list__icon {
  color: #008817;
}
.usa-icon-list--success-darker .usa-icon-list__icon {
  color: #216e1f;
}
.usa-icon-list--info-lighter .usa-icon-list__icon {
  color: #e7f6f8;
}
.usa-icon-list--info-light .usa-icon-list__icon {
  color: #99deea;
}
.usa-icon-list--info .usa-icon-list__icon {
  color: #00bde3;
}
.usa-icon-list--info-dark .usa-icon-list__icon {
  color: #009ec1;
}
.usa-icon-list--info-darker .usa-icon-list__icon {
  color: #2e6276;
}
.usa-icon-list--disabled-lighter .usa-icon-list__icon {
  color: #c9c9c9;
}
.usa-icon-list--disabled-light .usa-icon-list__icon {
  color: #919191;
}
.usa-icon-list--disabled .usa-icon-list__icon {
  color: #757575;
}
.usa-icon-list--disabled-dark .usa-icon-list__icon {
  color: #454545;
}
.usa-icon-list--disabled-darker .usa-icon-list__icon {
  color: #1b1b1b;
}
.usa-icon-list--emergency .usa-icon-list__icon {
  color: #9c3d10;
}
.usa-icon-list--emergency-dark .usa-icon-list__icon {
  color: #332d29;
}
.usa-icon-list__icon .usa-icon {
  display: block;
  height: 1.215rem;
  position: relative;
  width: 1.215rem;
}
.usa-icon-list__content > p,
.usa-icon-list__content > ul,
.usa-icon-list__content > ol {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  max-width: 72ex;
}
.usa-icon-list[class*=usa-icon-list--size-] {
  max-width: none;
}
.usa-icon-list--size-micro .usa-icon-list__icon .usa-icon {
  height: 0.945rem;
  width: 0.945rem;
}
.usa-icon-list--size-micro .usa-icon-list__content {
  max-width: 72ex;
  font-size: 0.63rem;
  padding-left: 0.252rem;
}
.usa-icon-list--size-micro .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.63rem;
}
.usa-icon-list--size-1 .usa-icon-list__icon .usa-icon {
  height: 1.14rem;
  width: 1.14rem;
}
.usa-icon-list--size-1 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 0.76rem;
  padding-left: 0.304rem;
}
.usa-icon-list--size-1 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.76rem;
}
.usa-icon-list--size-2 .usa-icon-list__icon .usa-icon {
  height: 1.23rem;
  width: 1.23rem;
}
.usa-icon-list--size-2 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 0.82rem;
  padding-left: 0.328rem;
}
.usa-icon-list--size-2 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
}
.usa-icon-list--size-3 .usa-icon-list__icon .usa-icon {
  height: 1.335rem;
  width: 1.335rem;
}
.usa-icon-list--size-3 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 0.89rem;
  padding-left: 0.356rem;
}
.usa-icon-list--size-3 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.89rem;
}
.usa-icon-list--size-4 .usa-icon-list__icon .usa-icon {
  height: 1.425rem;
  width: 1.425rem;
}
.usa-icon-list--size-4 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 0.95rem;
  padding-left: 0.38rem;
}
.usa-icon-list--size-4 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.95rem;
}
.usa-icon-list--size-5 .usa-icon-list__icon .usa-icon {
  height: 1.515rem;
  width: 1.515rem;
}
.usa-icon-list--size-5 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.01rem;
  padding-left: 0.404rem;
}
.usa-icon-list--size-5 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.01rem;
}
.usa-icon-list--size-6 .usa-icon-list__icon .usa-icon {
  height: 1.62rem;
  width: 1.62rem;
}
.usa-icon-list--size-6 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.08rem;
  padding-left: 0.432rem;
}
.usa-icon-list--size-6 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.08rem;
}
.usa-icon-list--size-7 .usa-icon-list__icon .usa-icon {
  height: 1.71rem;
  width: 1.71rem;
}
.usa-icon-list--size-7 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.14rem;
  padding-left: 0.456rem;
}
.usa-icon-list--size-7 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.14rem;
}
.usa-icon-list--size-8 .usa-icon-list__icon .usa-icon {
  height: 1.905rem;
  width: 1.905rem;
}
.usa-icon-list--size-8 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.27rem;
  padding-left: 0.508rem;
}
.usa-icon-list--size-8 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.27rem;
}
.usa-icon-list--size-9 .usa-icon-list__icon .usa-icon {
  height: 2.085rem;
  width: 2.085rem;
}
.usa-icon-list--size-9 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.39rem;
  padding-left: 0.556rem;
}
.usa-icon-list--size-9 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.39rem;
}
.usa-icon-list--size-10 .usa-icon-list__icon .usa-icon {
  height: 2.28rem;
  width: 2.28rem;
}
.usa-icon-list--size-10 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.52rem;
  padding-left: 0.608rem;
}
.usa-icon-list--size-10 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.52rem;
}
.usa-icon-list--size-11 .usa-icon-list__icon .usa-icon {
  height: 2.655rem;
  width: 2.655rem;
}
.usa-icon-list--size-11 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.77rem;
  padding-left: 0.708rem;
}
.usa-icon-list--size-11 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.77rem;
}
.usa-icon-list--size-12 .usa-icon-list__icon .usa-icon {
  height: 3.045rem;
  width: 3.045rem;
}
.usa-icon-list--size-12 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 2.03rem;
  padding-left: 0.812rem;
}
.usa-icon-list--size-12 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 2.03rem;
}
.usa-icon-list--size-13 .usa-icon-list__icon .usa-icon {
  height: 3.42rem;
  width: 3.42rem;
}
.usa-icon-list--size-13 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 2.28rem;
  padding-left: 0.912rem;
}
.usa-icon-list--size-13 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 2.28rem;
}
.usa-icon-list--size-14 .usa-icon-list__icon .usa-icon {
  height: 3.81rem;
  width: 3.81rem;
}
.usa-icon-list--size-14 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 2.54rem;
  padding-left: 1.016rem;
}
.usa-icon-list--size-14 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 2.54rem;
}
.usa-icon-list--size-15 .usa-icon-list__icon .usa-icon {
  height: 4.56rem;
  width: 4.56rem;
}
.usa-icon-list--size-15 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 3.04rem;
  padding-left: 1.216rem;
}
.usa-icon-list--size-15 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 3.04rem;
}
.usa-icon-list--size-16 .usa-icon-list__icon .usa-icon {
  height: 5.325rem;
  width: 5.325rem;
}
.usa-icon-list--size-16 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 3.55rem;
  padding-left: 1.42rem;
}
.usa-icon-list--size-16 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 3.55rem;
}
.usa-icon-list--size-17 .usa-icon-list__icon .usa-icon {
  height: 6.09rem;
  width: 6.09rem;
}
.usa-icon-list--size-17 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 4.06rem;
  padding-left: 1.624rem;
}
.usa-icon-list--size-17 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 4.06rem;
}
.usa-icon-list--size-18 .usa-icon-list__icon .usa-icon {
  height: 7.605rem;
  width: 7.605rem;
}
.usa-icon-list--size-18 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 5.07rem;
  padding-left: 2.028rem;
}
.usa-icon-list--size-18 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 5.07rem;
}
.usa-icon-list--size-19 .usa-icon-list__icon .usa-icon {
  height: 11.415rem;
  width: 11.415rem;
}
.usa-icon-list--size-19 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 7.61rem;
  padding-left: 3.044rem;
}
.usa-icon-list--size-19 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 7.61rem;
}
.usa-icon-list--size-20 .usa-icon-list__icon .usa-icon {
  height: 13.305rem;
  width: 13.305rem;
}
.usa-icon-list--size-20 .usa-icon-list__content {
  max-width: 72ex;
  font-size: 8.87rem;
  padding-left: 3.548rem;
}
.usa-icon-list--size-20 .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 8.87rem;
}
.usa-icon-list--size-3xs .usa-icon-list__icon .usa-icon {
  height: 1.23rem;
  width: 1.23rem;
}
.usa-icon-list--size-3xs .usa-icon-list__content {
  max-width: 72ex;
  font-size: 0.82rem;
  padding-left: 0.328rem;
}
.usa-icon-list--size-3xs .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
}
.usa-icon-list--size-2xs .usa-icon-list__icon .usa-icon {
  height: 1.335rem;
  width: 1.335rem;
}
.usa-icon-list--size-2xs .usa-icon-list__content {
  max-width: 72ex;
  font-size: 0.89rem;
  padding-left: 0.356rem;
}
.usa-icon-list--size-2xs .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.89rem;
}
.usa-icon-list--size-xs .usa-icon-list__icon .usa-icon {
  height: 1.425rem;
  width: 1.425rem;
}
.usa-icon-list--size-xs .usa-icon-list__content {
  max-width: 72ex;
  font-size: 0.95rem;
  padding-left: 0.38rem;
}
.usa-icon-list--size-xs .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.95rem;
}
.usa-icon-list--size-sm .usa-icon-list__icon .usa-icon {
  height: 1.515rem;
  width: 1.515rem;
}
.usa-icon-list--size-sm .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.01rem;
  padding-left: 0.404rem;
}
.usa-icon-list--size-sm .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.01rem;
}
.usa-icon-list--size-md .usa-icon-list__icon .usa-icon {
  height: 1.62rem;
  width: 1.62rem;
}
.usa-icon-list--size-md .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.08rem;
  padding-left: 0.432rem;
}
.usa-icon-list--size-md .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.08rem;
}
.usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
  height: 2.085rem;
  width: 2.085rem;
}
.usa-icon-list--size-lg .usa-icon-list__content {
  max-width: 72ex;
  font-size: 1.39rem;
  padding-left: 0.556rem;
}
.usa-icon-list--size-lg .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.39rem;
}
.usa-icon-list--size-xl .usa-icon-list__icon .usa-icon {
  height: 3.045rem;
  width: 3.045rem;
}
.usa-icon-list--size-xl .usa-icon-list__content {
  max-width: 72ex;
  font-size: 2.03rem;
  padding-left: 0.812rem;
}
.usa-icon-list--size-xl .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 2.03rem;
}
.usa-icon-list--size-2xl .usa-icon-list__icon .usa-icon {
  height: 3.81rem;
  width: 3.81rem;
}
.usa-icon-list--size-2xl .usa-icon-list__content {
  max-width: 72ex;
  font-size: 2.54rem;
  padding-left: 1.016rem;
}
.usa-icon-list--size-2xl .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 2.54rem;
}
.usa-icon-list--size-3xl .usa-icon-list__icon .usa-icon {
  height: 4.56rem;
  width: 4.56rem;
}
.usa-icon-list--size-3xl .usa-icon-list__content {
  max-width: 72ex;
  font-size: 3.04rem;
  padding-left: 1.216rem;
}
.usa-icon-list--size-3xl .usa-icon-list__content .usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 3.04rem;
}
@media all and (min-width: 30em) {
  .mobile-lg\:usa-icon-list--size-micro .usa-icon-list__icon .usa-icon {
    height: 0.945rem;
    width: 0.945rem;
  }
  .mobile-lg\:usa-icon-list--size-micro .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.63rem;
    padding-left: 0.252rem;
  }
  .mobile-lg\:usa-icon-list--size-micro .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.63rem;
  }
  .mobile-lg\:usa-icon-list--size-1 .usa-icon-list__icon .usa-icon {
    height: 1.14rem;
    width: 1.14rem;
  }
  .mobile-lg\:usa-icon-list--size-1 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.76rem;
    padding-left: 0.304rem;
  }
  .mobile-lg\:usa-icon-list--size-1 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.76rem;
  }
  .mobile-lg\:usa-icon-list--size-2 .usa-icon-list__icon .usa-icon {
    height: 1.23rem;
    width: 1.23rem;
  }
  .mobile-lg\:usa-icon-list--size-2 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.82rem;
    padding-left: 0.328rem;
  }
  .mobile-lg\:usa-icon-list--size-2 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.82rem;
  }
  .mobile-lg\:usa-icon-list--size-3 .usa-icon-list__icon .usa-icon {
    height: 1.335rem;
    width: 1.335rem;
  }
  .mobile-lg\:usa-icon-list--size-3 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.89rem;
    padding-left: 0.356rem;
  }
  .mobile-lg\:usa-icon-list--size-3 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.89rem;
  }
  .mobile-lg\:usa-icon-list--size-4 .usa-icon-list__icon .usa-icon {
    height: 1.425rem;
    width: 1.425rem;
  }
  .mobile-lg\:usa-icon-list--size-4 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.95rem;
    padding-left: 0.38rem;
  }
  .mobile-lg\:usa-icon-list--size-4 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.95rem;
  }
  .mobile-lg\:usa-icon-list--size-5 .usa-icon-list__icon .usa-icon {
    height: 1.515rem;
    width: 1.515rem;
  }
  .mobile-lg\:usa-icon-list--size-5 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.01rem;
    padding-left: 0.404rem;
  }
  .mobile-lg\:usa-icon-list--size-5 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.01rem;
  }
  .mobile-lg\:usa-icon-list--size-6 .usa-icon-list__icon .usa-icon {
    height: 1.62rem;
    width: 1.62rem;
  }
  .mobile-lg\:usa-icon-list--size-6 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.08rem;
    padding-left: 0.432rem;
  }
  .mobile-lg\:usa-icon-list--size-6 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.08rem;
  }
  .mobile-lg\:usa-icon-list--size-7 .usa-icon-list__icon .usa-icon {
    height: 1.71rem;
    width: 1.71rem;
  }
  .mobile-lg\:usa-icon-list--size-7 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.14rem;
    padding-left: 0.456rem;
  }
  .mobile-lg\:usa-icon-list--size-7 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.14rem;
  }
  .mobile-lg\:usa-icon-list--size-8 .usa-icon-list__icon .usa-icon {
    height: 1.905rem;
    width: 1.905rem;
  }
  .mobile-lg\:usa-icon-list--size-8 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.27rem;
    padding-left: 0.508rem;
  }
  .mobile-lg\:usa-icon-list--size-8 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.27rem;
  }
  .mobile-lg\:usa-icon-list--size-9 .usa-icon-list__icon .usa-icon {
    height: 2.085rem;
    width: 2.085rem;
  }
  .mobile-lg\:usa-icon-list--size-9 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.39rem;
    padding-left: 0.556rem;
  }
  .mobile-lg\:usa-icon-list--size-9 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.39rem;
  }
  .mobile-lg\:usa-icon-list--size-10 .usa-icon-list__icon .usa-icon {
    height: 2.28rem;
    width: 2.28rem;
  }
  .mobile-lg\:usa-icon-list--size-10 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.52rem;
    padding-left: 0.608rem;
  }
  .mobile-lg\:usa-icon-list--size-10 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.52rem;
  }
  .mobile-lg\:usa-icon-list--size-11 .usa-icon-list__icon .usa-icon {
    height: 2.655rem;
    width: 2.655rem;
  }
  .mobile-lg\:usa-icon-list--size-11 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.77rem;
    padding-left: 0.708rem;
  }
  .mobile-lg\:usa-icon-list--size-11 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.77rem;
  }
  .mobile-lg\:usa-icon-list--size-12 .usa-icon-list__icon .usa-icon {
    height: 3.045rem;
    width: 3.045rem;
  }
  .mobile-lg\:usa-icon-list--size-12 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.03rem;
    padding-left: 0.812rem;
  }
  .mobile-lg\:usa-icon-list--size-12 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 2.03rem;
  }
  .mobile-lg\:usa-icon-list--size-13 .usa-icon-list__icon .usa-icon {
    height: 3.42rem;
    width: 3.42rem;
  }
  .mobile-lg\:usa-icon-list--size-13 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.28rem;
    padding-left: 0.912rem;
  }
  .mobile-lg\:usa-icon-list--size-13 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 2.28rem;
  }
  .mobile-lg\:usa-icon-list--size-14 .usa-icon-list__icon .usa-icon {
    height: 3.81rem;
    width: 3.81rem;
  }
  .mobile-lg\:usa-icon-list--size-14 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.54rem;
    padding-left: 1.016rem;
  }
  .mobile-lg\:usa-icon-list--size-14 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 2.54rem;
  }
  .mobile-lg\:usa-icon-list--size-15 .usa-icon-list__icon .usa-icon {
    height: 4.56rem;
    width: 4.56rem;
  }
  .mobile-lg\:usa-icon-list--size-15 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.04rem;
    padding-left: 1.216rem;
  }
  .mobile-lg\:usa-icon-list--size-15 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 3.04rem;
  }
  .mobile-lg\:usa-icon-list--size-16 .usa-icon-list__icon .usa-icon {
    height: 5.325rem;
    width: 5.325rem;
  }
  .mobile-lg\:usa-icon-list--size-16 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.55rem;
    padding-left: 1.42rem;
  }
  .mobile-lg\:usa-icon-list--size-16 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 3.55rem;
  }
  .mobile-lg\:usa-icon-list--size-17 .usa-icon-list__icon .usa-icon {
    height: 6.09rem;
    width: 6.09rem;
  }
  .mobile-lg\:usa-icon-list--size-17 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 4.06rem;
    padding-left: 1.624rem;
  }
  .mobile-lg\:usa-icon-list--size-17 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 4.06rem;
  }
  .mobile-lg\:usa-icon-list--size-18 .usa-icon-list__icon .usa-icon {
    height: 7.605rem;
    width: 7.605rem;
  }
  .mobile-lg\:usa-icon-list--size-18 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 5.07rem;
    padding-left: 2.028rem;
  }
  .mobile-lg\:usa-icon-list--size-18 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 5.07rem;
  }
  .mobile-lg\:usa-icon-list--size-19 .usa-icon-list__icon .usa-icon {
    height: 11.415rem;
    width: 11.415rem;
  }
  .mobile-lg\:usa-icon-list--size-19 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 7.61rem;
    padding-left: 3.044rem;
  }
  .mobile-lg\:usa-icon-list--size-19 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 7.61rem;
  }
  .mobile-lg\:usa-icon-list--size-20 .usa-icon-list__icon .usa-icon {
    height: 13.305rem;
    width: 13.305rem;
  }
  .mobile-lg\:usa-icon-list--size-20 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 8.87rem;
    padding-left: 3.548rem;
  }
  .mobile-lg\:usa-icon-list--size-20 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 8.87rem;
  }
  .mobile-lg\:usa-icon-list--size-3xs .usa-icon-list__icon .usa-icon {
    height: 1.23rem;
    width: 1.23rem;
  }
  .mobile-lg\:usa-icon-list--size-3xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.82rem;
    padding-left: 0.328rem;
  }
  .mobile-lg\:usa-icon-list--size-3xs .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.82rem;
  }
  .mobile-lg\:usa-icon-list--size-2xs .usa-icon-list__icon .usa-icon {
    height: 1.335rem;
    width: 1.335rem;
  }
  .mobile-lg\:usa-icon-list--size-2xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.89rem;
    padding-left: 0.356rem;
  }
  .mobile-lg\:usa-icon-list--size-2xs .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.89rem;
  }
  .mobile-lg\:usa-icon-list--size-xs .usa-icon-list__icon .usa-icon {
    height: 1.425rem;
    width: 1.425rem;
  }
  .mobile-lg\:usa-icon-list--size-xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.95rem;
    padding-left: 0.38rem;
  }
  .mobile-lg\:usa-icon-list--size-xs .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.95rem;
  }
  .mobile-lg\:usa-icon-list--size-sm .usa-icon-list__icon .usa-icon {
    height: 1.515rem;
    width: 1.515rem;
  }
  .mobile-lg\:usa-icon-list--size-sm .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.01rem;
    padding-left: 0.404rem;
  }
  .mobile-lg\:usa-icon-list--size-sm .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.01rem;
  }
  .mobile-lg\:usa-icon-list--size-md .usa-icon-list__icon .usa-icon {
    height: 1.62rem;
    width: 1.62rem;
  }
  .mobile-lg\:usa-icon-list--size-md .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.08rem;
    padding-left: 0.432rem;
  }
  .mobile-lg\:usa-icon-list--size-md .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.08rem;
  }
  .mobile-lg\:usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
    height: 2.085rem;
    width: 2.085rem;
  }
  .mobile-lg\:usa-icon-list--size-lg .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.39rem;
    padding-left: 0.556rem;
  }
  .mobile-lg\:usa-icon-list--size-lg .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.39rem;
  }
  .mobile-lg\:usa-icon-list--size-xl .usa-icon-list__icon .usa-icon {
    height: 3.045rem;
    width: 3.045rem;
  }
  .mobile-lg\:usa-icon-list--size-xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.03rem;
    padding-left: 0.812rem;
  }
  .mobile-lg\:usa-icon-list--size-xl .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 2.03rem;
  }
  .mobile-lg\:usa-icon-list--size-2xl .usa-icon-list__icon .usa-icon {
    height: 3.81rem;
    width: 3.81rem;
  }
  .mobile-lg\:usa-icon-list--size-2xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.54rem;
    padding-left: 1.016rem;
  }
  .mobile-lg\:usa-icon-list--size-2xl .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 2.54rem;
  }
  .mobile-lg\:usa-icon-list--size-3xl .usa-icon-list__icon .usa-icon {
    height: 4.56rem;
    width: 4.56rem;
  }
  .mobile-lg\:usa-icon-list--size-3xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.04rem;
    padding-left: 1.216rem;
  }
  .mobile-lg\:usa-icon-list--size-3xl .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 3.04rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:usa-icon-list--size-micro .usa-icon-list__icon .usa-icon {
    height: 0.945rem;
    width: 0.945rem;
  }
  .tablet\:usa-icon-list--size-micro .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.63rem;
    padding-left: 0.252rem;
  }
  .tablet\:usa-icon-list--size-micro .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.63rem;
  }
  .tablet\:usa-icon-list--size-1 .usa-icon-list__icon .usa-icon {
    height: 1.14rem;
    width: 1.14rem;
  }
  .tablet\:usa-icon-list--size-1 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.76rem;
    padding-left: 0.304rem;
  }
  .tablet\:usa-icon-list--size-1 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.76rem;
  }
  .tablet\:usa-icon-list--size-2 .usa-icon-list__icon .usa-icon {
    height: 1.23rem;
    width: 1.23rem;
  }
  .tablet\:usa-icon-list--size-2 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.82rem;
    padding-left: 0.328rem;
  }
  .tablet\:usa-icon-list--size-2 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.82rem;
  }
  .tablet\:usa-icon-list--size-3 .usa-icon-list__icon .usa-icon {
    height: 1.335rem;
    width: 1.335rem;
  }
  .tablet\:usa-icon-list--size-3 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.89rem;
    padding-left: 0.356rem;
  }
  .tablet\:usa-icon-list--size-3 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.89rem;
  }
  .tablet\:usa-icon-list--size-4 .usa-icon-list__icon .usa-icon {
    height: 1.425rem;
    width: 1.425rem;
  }
  .tablet\:usa-icon-list--size-4 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.95rem;
    padding-left: 0.38rem;
  }
  .tablet\:usa-icon-list--size-4 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.95rem;
  }
  .tablet\:usa-icon-list--size-5 .usa-icon-list__icon .usa-icon {
    height: 1.515rem;
    width: 1.515rem;
  }
  .tablet\:usa-icon-list--size-5 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.01rem;
    padding-left: 0.404rem;
  }
  .tablet\:usa-icon-list--size-5 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.01rem;
  }
  .tablet\:usa-icon-list--size-6 .usa-icon-list__icon .usa-icon {
    height: 1.62rem;
    width: 1.62rem;
  }
  .tablet\:usa-icon-list--size-6 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.08rem;
    padding-left: 0.432rem;
  }
  .tablet\:usa-icon-list--size-6 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.08rem;
  }
  .tablet\:usa-icon-list--size-7 .usa-icon-list__icon .usa-icon {
    height: 1.71rem;
    width: 1.71rem;
  }
  .tablet\:usa-icon-list--size-7 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.14rem;
    padding-left: 0.456rem;
  }
  .tablet\:usa-icon-list--size-7 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.14rem;
  }
  .tablet\:usa-icon-list--size-8 .usa-icon-list__icon .usa-icon {
    height: 1.905rem;
    width: 1.905rem;
  }
  .tablet\:usa-icon-list--size-8 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.27rem;
    padding-left: 0.508rem;
  }
  .tablet\:usa-icon-list--size-8 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.27rem;
  }
  .tablet\:usa-icon-list--size-9 .usa-icon-list__icon .usa-icon {
    height: 2.085rem;
    width: 2.085rem;
  }
  .tablet\:usa-icon-list--size-9 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.39rem;
    padding-left: 0.556rem;
  }
  .tablet\:usa-icon-list--size-9 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.39rem;
  }
  .tablet\:usa-icon-list--size-10 .usa-icon-list__icon .usa-icon {
    height: 2.28rem;
    width: 2.28rem;
  }
  .tablet\:usa-icon-list--size-10 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.52rem;
    padding-left: 0.608rem;
  }
  .tablet\:usa-icon-list--size-10 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.52rem;
  }
  .tablet\:usa-icon-list--size-11 .usa-icon-list__icon .usa-icon {
    height: 2.655rem;
    width: 2.655rem;
  }
  .tablet\:usa-icon-list--size-11 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.77rem;
    padding-left: 0.708rem;
  }
  .tablet\:usa-icon-list--size-11 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.77rem;
  }
  .tablet\:usa-icon-list--size-12 .usa-icon-list__icon .usa-icon {
    height: 3.045rem;
    width: 3.045rem;
  }
  .tablet\:usa-icon-list--size-12 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.03rem;
    padding-left: 0.812rem;
  }
  .tablet\:usa-icon-list--size-12 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 2.03rem;
  }
  .tablet\:usa-icon-list--size-13 .usa-icon-list__icon .usa-icon {
    height: 3.42rem;
    width: 3.42rem;
  }
  .tablet\:usa-icon-list--size-13 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.28rem;
    padding-left: 0.912rem;
  }
  .tablet\:usa-icon-list--size-13 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 2.28rem;
  }
  .tablet\:usa-icon-list--size-14 .usa-icon-list__icon .usa-icon {
    height: 3.81rem;
    width: 3.81rem;
  }
  .tablet\:usa-icon-list--size-14 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.54rem;
    padding-left: 1.016rem;
  }
  .tablet\:usa-icon-list--size-14 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 2.54rem;
  }
  .tablet\:usa-icon-list--size-15 .usa-icon-list__icon .usa-icon {
    height: 4.56rem;
    width: 4.56rem;
  }
  .tablet\:usa-icon-list--size-15 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.04rem;
    padding-left: 1.216rem;
  }
  .tablet\:usa-icon-list--size-15 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 3.04rem;
  }
  .tablet\:usa-icon-list--size-16 .usa-icon-list__icon .usa-icon {
    height: 5.325rem;
    width: 5.325rem;
  }
  .tablet\:usa-icon-list--size-16 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.55rem;
    padding-left: 1.42rem;
  }
  .tablet\:usa-icon-list--size-16 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 3.55rem;
  }
  .tablet\:usa-icon-list--size-17 .usa-icon-list__icon .usa-icon {
    height: 6.09rem;
    width: 6.09rem;
  }
  .tablet\:usa-icon-list--size-17 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 4.06rem;
    padding-left: 1.624rem;
  }
  .tablet\:usa-icon-list--size-17 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 4.06rem;
  }
  .tablet\:usa-icon-list--size-18 .usa-icon-list__icon .usa-icon {
    height: 7.605rem;
    width: 7.605rem;
  }
  .tablet\:usa-icon-list--size-18 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 5.07rem;
    padding-left: 2.028rem;
  }
  .tablet\:usa-icon-list--size-18 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 5.07rem;
  }
  .tablet\:usa-icon-list--size-19 .usa-icon-list__icon .usa-icon {
    height: 11.415rem;
    width: 11.415rem;
  }
  .tablet\:usa-icon-list--size-19 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 7.61rem;
    padding-left: 3.044rem;
  }
  .tablet\:usa-icon-list--size-19 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 7.61rem;
  }
  .tablet\:usa-icon-list--size-20 .usa-icon-list__icon .usa-icon {
    height: 13.305rem;
    width: 13.305rem;
  }
  .tablet\:usa-icon-list--size-20 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 8.87rem;
    padding-left: 3.548rem;
  }
  .tablet\:usa-icon-list--size-20 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 8.87rem;
  }
  .tablet\:usa-icon-list--size-3xs .usa-icon-list__icon .usa-icon {
    height: 1.23rem;
    width: 1.23rem;
  }
  .tablet\:usa-icon-list--size-3xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.82rem;
    padding-left: 0.328rem;
  }
  .tablet\:usa-icon-list--size-3xs .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.82rem;
  }
  .tablet\:usa-icon-list--size-2xs .usa-icon-list__icon .usa-icon {
    height: 1.335rem;
    width: 1.335rem;
  }
  .tablet\:usa-icon-list--size-2xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.89rem;
    padding-left: 0.356rem;
  }
  .tablet\:usa-icon-list--size-2xs .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.89rem;
  }
  .tablet\:usa-icon-list--size-xs .usa-icon-list__icon .usa-icon {
    height: 1.425rem;
    width: 1.425rem;
  }
  .tablet\:usa-icon-list--size-xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.95rem;
    padding-left: 0.38rem;
  }
  .tablet\:usa-icon-list--size-xs .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.95rem;
  }
  .tablet\:usa-icon-list--size-sm .usa-icon-list__icon .usa-icon {
    height: 1.515rem;
    width: 1.515rem;
  }
  .tablet\:usa-icon-list--size-sm .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.01rem;
    padding-left: 0.404rem;
  }
  .tablet\:usa-icon-list--size-sm .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.01rem;
  }
  .tablet\:usa-icon-list--size-md .usa-icon-list__icon .usa-icon {
    height: 1.62rem;
    width: 1.62rem;
  }
  .tablet\:usa-icon-list--size-md .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.08rem;
    padding-left: 0.432rem;
  }
  .tablet\:usa-icon-list--size-md .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.08rem;
  }
  .tablet\:usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
    height: 2.085rem;
    width: 2.085rem;
  }
  .tablet\:usa-icon-list--size-lg .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.39rem;
    padding-left: 0.556rem;
  }
  .tablet\:usa-icon-list--size-lg .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.39rem;
  }
  .tablet\:usa-icon-list--size-xl .usa-icon-list__icon .usa-icon {
    height: 3.045rem;
    width: 3.045rem;
  }
  .tablet\:usa-icon-list--size-xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.03rem;
    padding-left: 0.812rem;
  }
  .tablet\:usa-icon-list--size-xl .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 2.03rem;
  }
  .tablet\:usa-icon-list--size-2xl .usa-icon-list__icon .usa-icon {
    height: 3.81rem;
    width: 3.81rem;
  }
  .tablet\:usa-icon-list--size-2xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.54rem;
    padding-left: 1.016rem;
  }
  .tablet\:usa-icon-list--size-2xl .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 2.54rem;
  }
  .tablet\:usa-icon-list--size-3xl .usa-icon-list__icon .usa-icon {
    height: 4.56rem;
    width: 4.56rem;
  }
  .tablet\:usa-icon-list--size-3xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.04rem;
    padding-left: 1.216rem;
  }
  .tablet\:usa-icon-list--size-3xl .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 3.04rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:usa-icon-list--size-micro .usa-icon-list__icon .usa-icon {
    height: 0.945rem;
    width: 0.945rem;
  }
  .desktop\:usa-icon-list--size-micro .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.63rem;
    padding-left: 0.252rem;
  }
  .desktop\:usa-icon-list--size-micro .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.63rem;
  }
  .desktop\:usa-icon-list--size-1 .usa-icon-list__icon .usa-icon {
    height: 1.14rem;
    width: 1.14rem;
  }
  .desktop\:usa-icon-list--size-1 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.76rem;
    padding-left: 0.304rem;
  }
  .desktop\:usa-icon-list--size-1 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.76rem;
  }
  .desktop\:usa-icon-list--size-2 .usa-icon-list__icon .usa-icon {
    height: 1.23rem;
    width: 1.23rem;
  }
  .desktop\:usa-icon-list--size-2 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.82rem;
    padding-left: 0.328rem;
  }
  .desktop\:usa-icon-list--size-2 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.82rem;
  }
  .desktop\:usa-icon-list--size-3 .usa-icon-list__icon .usa-icon {
    height: 1.335rem;
    width: 1.335rem;
  }
  .desktop\:usa-icon-list--size-3 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.89rem;
    padding-left: 0.356rem;
  }
  .desktop\:usa-icon-list--size-3 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.89rem;
  }
  .desktop\:usa-icon-list--size-4 .usa-icon-list__icon .usa-icon {
    height: 1.425rem;
    width: 1.425rem;
  }
  .desktop\:usa-icon-list--size-4 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.95rem;
    padding-left: 0.38rem;
  }
  .desktop\:usa-icon-list--size-4 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.95rem;
  }
  .desktop\:usa-icon-list--size-5 .usa-icon-list__icon .usa-icon {
    height: 1.515rem;
    width: 1.515rem;
  }
  .desktop\:usa-icon-list--size-5 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.01rem;
    padding-left: 0.404rem;
  }
  .desktop\:usa-icon-list--size-5 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.01rem;
  }
  .desktop\:usa-icon-list--size-6 .usa-icon-list__icon .usa-icon {
    height: 1.62rem;
    width: 1.62rem;
  }
  .desktop\:usa-icon-list--size-6 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.08rem;
    padding-left: 0.432rem;
  }
  .desktop\:usa-icon-list--size-6 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.08rem;
  }
  .desktop\:usa-icon-list--size-7 .usa-icon-list__icon .usa-icon {
    height: 1.71rem;
    width: 1.71rem;
  }
  .desktop\:usa-icon-list--size-7 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.14rem;
    padding-left: 0.456rem;
  }
  .desktop\:usa-icon-list--size-7 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.14rem;
  }
  .desktop\:usa-icon-list--size-8 .usa-icon-list__icon .usa-icon {
    height: 1.905rem;
    width: 1.905rem;
  }
  .desktop\:usa-icon-list--size-8 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.27rem;
    padding-left: 0.508rem;
  }
  .desktop\:usa-icon-list--size-8 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.27rem;
  }
  .desktop\:usa-icon-list--size-9 .usa-icon-list__icon .usa-icon {
    height: 2.085rem;
    width: 2.085rem;
  }
  .desktop\:usa-icon-list--size-9 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.39rem;
    padding-left: 0.556rem;
  }
  .desktop\:usa-icon-list--size-9 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.39rem;
  }
  .desktop\:usa-icon-list--size-10 .usa-icon-list__icon .usa-icon {
    height: 2.28rem;
    width: 2.28rem;
  }
  .desktop\:usa-icon-list--size-10 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.52rem;
    padding-left: 0.608rem;
  }
  .desktop\:usa-icon-list--size-10 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.52rem;
  }
  .desktop\:usa-icon-list--size-11 .usa-icon-list__icon .usa-icon {
    height: 2.655rem;
    width: 2.655rem;
  }
  .desktop\:usa-icon-list--size-11 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.77rem;
    padding-left: 0.708rem;
  }
  .desktop\:usa-icon-list--size-11 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.77rem;
  }
  .desktop\:usa-icon-list--size-12 .usa-icon-list__icon .usa-icon {
    height: 3.045rem;
    width: 3.045rem;
  }
  .desktop\:usa-icon-list--size-12 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.03rem;
    padding-left: 0.812rem;
  }
  .desktop\:usa-icon-list--size-12 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 2.03rem;
  }
  .desktop\:usa-icon-list--size-13 .usa-icon-list__icon .usa-icon {
    height: 3.42rem;
    width: 3.42rem;
  }
  .desktop\:usa-icon-list--size-13 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.28rem;
    padding-left: 0.912rem;
  }
  .desktop\:usa-icon-list--size-13 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 2.28rem;
  }
  .desktop\:usa-icon-list--size-14 .usa-icon-list__icon .usa-icon {
    height: 3.81rem;
    width: 3.81rem;
  }
  .desktop\:usa-icon-list--size-14 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.54rem;
    padding-left: 1.016rem;
  }
  .desktop\:usa-icon-list--size-14 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 2.54rem;
  }
  .desktop\:usa-icon-list--size-15 .usa-icon-list__icon .usa-icon {
    height: 4.56rem;
    width: 4.56rem;
  }
  .desktop\:usa-icon-list--size-15 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.04rem;
    padding-left: 1.216rem;
  }
  .desktop\:usa-icon-list--size-15 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 3.04rem;
  }
  .desktop\:usa-icon-list--size-16 .usa-icon-list__icon .usa-icon {
    height: 5.325rem;
    width: 5.325rem;
  }
  .desktop\:usa-icon-list--size-16 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.55rem;
    padding-left: 1.42rem;
  }
  .desktop\:usa-icon-list--size-16 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 3.55rem;
  }
  .desktop\:usa-icon-list--size-17 .usa-icon-list__icon .usa-icon {
    height: 6.09rem;
    width: 6.09rem;
  }
  .desktop\:usa-icon-list--size-17 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 4.06rem;
    padding-left: 1.624rem;
  }
  .desktop\:usa-icon-list--size-17 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 4.06rem;
  }
  .desktop\:usa-icon-list--size-18 .usa-icon-list__icon .usa-icon {
    height: 7.605rem;
    width: 7.605rem;
  }
  .desktop\:usa-icon-list--size-18 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 5.07rem;
    padding-left: 2.028rem;
  }
  .desktop\:usa-icon-list--size-18 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 5.07rem;
  }
  .desktop\:usa-icon-list--size-19 .usa-icon-list__icon .usa-icon {
    height: 11.415rem;
    width: 11.415rem;
  }
  .desktop\:usa-icon-list--size-19 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 7.61rem;
    padding-left: 3.044rem;
  }
  .desktop\:usa-icon-list--size-19 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 7.61rem;
  }
  .desktop\:usa-icon-list--size-20 .usa-icon-list__icon .usa-icon {
    height: 13.305rem;
    width: 13.305rem;
  }
  .desktop\:usa-icon-list--size-20 .usa-icon-list__content {
    max-width: 72ex;
    font-size: 8.87rem;
    padding-left: 3.548rem;
  }
  .desktop\:usa-icon-list--size-20 .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 8.87rem;
  }
  .desktop\:usa-icon-list--size-3xs .usa-icon-list__icon .usa-icon {
    height: 1.23rem;
    width: 1.23rem;
  }
  .desktop\:usa-icon-list--size-3xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.82rem;
    padding-left: 0.328rem;
  }
  .desktop\:usa-icon-list--size-3xs .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.82rem;
  }
  .desktop\:usa-icon-list--size-2xs .usa-icon-list__icon .usa-icon {
    height: 1.335rem;
    width: 1.335rem;
  }
  .desktop\:usa-icon-list--size-2xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.89rem;
    padding-left: 0.356rem;
  }
  .desktop\:usa-icon-list--size-2xs .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.89rem;
  }
  .desktop\:usa-icon-list--size-xs .usa-icon-list__icon .usa-icon {
    height: 1.425rem;
    width: 1.425rem;
  }
  .desktop\:usa-icon-list--size-xs .usa-icon-list__content {
    max-width: 72ex;
    font-size: 0.95rem;
    padding-left: 0.38rem;
  }
  .desktop\:usa-icon-list--size-xs .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 0.95rem;
  }
  .desktop\:usa-icon-list--size-sm .usa-icon-list__icon .usa-icon {
    height: 1.515rem;
    width: 1.515rem;
  }
  .desktop\:usa-icon-list--size-sm .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.01rem;
    padding-left: 0.404rem;
  }
  .desktop\:usa-icon-list--size-sm .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.01rem;
  }
  .desktop\:usa-icon-list--size-md .usa-icon-list__icon .usa-icon {
    height: 1.62rem;
    width: 1.62rem;
  }
  .desktop\:usa-icon-list--size-md .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.08rem;
    padding-left: 0.432rem;
  }
  .desktop\:usa-icon-list--size-md .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.08rem;
  }
  .desktop\:usa-icon-list--size-lg .usa-icon-list__icon .usa-icon {
    height: 2.085rem;
    width: 2.085rem;
  }
  .desktop\:usa-icon-list--size-lg .usa-icon-list__content {
    max-width: 72ex;
    font-size: 1.39rem;
    padding-left: 0.556rem;
  }
  .desktop\:usa-icon-list--size-lg .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.39rem;
  }
  .desktop\:usa-icon-list--size-xl .usa-icon-list__icon .usa-icon {
    height: 3.045rem;
    width: 3.045rem;
  }
  .desktop\:usa-icon-list--size-xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.03rem;
    padding-left: 0.812rem;
  }
  .desktop\:usa-icon-list--size-xl .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 2.03rem;
  }
  .desktop\:usa-icon-list--size-2xl .usa-icon-list__icon .usa-icon {
    height: 3.81rem;
    width: 3.81rem;
  }
  .desktop\:usa-icon-list--size-2xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 2.54rem;
    padding-left: 1.016rem;
  }
  .desktop\:usa-icon-list--size-2xl .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 2.54rem;
  }
  .desktop\:usa-icon-list--size-3xl .usa-icon-list__icon .usa-icon {
    height: 4.56rem;
    width: 4.56rem;
  }
  .desktop\:usa-icon-list--size-3xl .usa-icon-list__content {
    max-width: 72ex;
    font-size: 3.04rem;
    padding-left: 1.216rem;
  }
  .desktop\:usa-icon-list--size-3xl .usa-icon-list__content .usa-icon-list__title {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 3.04rem;
  }
}
.usa-icon-list__title {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.2;
  margin-bottom: 0rem;
  padding-top: 0.425ex;
}
.usa-icon-list__title + * {
  margin-top: 0.5rem;
}
.usa-icon-list__content {
  font-size: 0.82rem;
  padding-left: 0.328rem;
}
.usa-icon-list__content > *:first-child {
  margin-top: 0;
}
.usa-icon-list__content > *:last-child {
  margin-bottom: 0;
}
.usa-icon-list__content ul li {
  list-style-type: disc;
}
.usa-identifier {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.01rem;
  line-height: 1.3;
  color: white;
  background-color: #1b1b1b;
  padding-bottom: 1rem;
}
.usa-identifier__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 64rem;
}
@media all and (min-width: 64em) {
  .usa-identifier__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.usa-identifier__section {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media all and (min-width: 40em) {
  .usa-identifier__section--masthead .usa-identifier__container {
    align-items: center;
    display: flex;
  }
}
.usa-identifier__logos {
  display: flex;
  margin-right: 1rem;
}
.usa-identifier__logo {
  text-decoration: none;
  height: 3rem;
  display: block;
}
.usa-identifier__logo + .usa-identifier__logo {
  margin-left: 0.5rem;
}
.usa-identifier__logo-img {
  height: 100%;
  width: auto;
}
.usa-identifier__identity {
  flex: 1 1 0%;
  margin-top: 1rem;
}
@media all and (min-width: 40em) {
  .usa-identifier__identity {
    margin-top: 0rem;
  }
}
.usa-identifier__identity-domain,
.usa-identifier__identity-disclaimer {
  margin: 0;
  padding: 0;
}
.usa-identifier__identity-domain {
  color: #a9aeb1;
}
.usa-identifier__identity-disclaimer {
  font-weight: 700;
}
.usa-identifier__identity-disclaimer a {
  color: #dfe1e2;
}
.usa-identifier__identity-disclaimer a:visited {
  color: #dfe1e2;
}
.usa-identifier__identity-disclaimer a:hover,
.usa-identifier__identity-disclaimer a:active {
  color: #f0f0f0;
}
@media all and (min-width: 40em) {
  .usa-identifier__section--required-links {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
@media all and (min-width: 64em) {
  .usa-identifier__section--required-links {
    font-size: 0.95rem;
  }
}
.usa-identifier__required-links-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
}
@media all and (min-width: 40em) {
  .usa-identifier__required-links-list {
    column-count: 2;
    column-gap: 2rem;
    column-fill: balance;
  }
}
@media all and (min-width: 64em) {
  .usa-identifier__required-links-list {
    column-count: 4;
  }
}
.usa-identifier__required-links-item {
  break-inside: avoid;
  margin-bottom: 0.75rem;
}
.usa-identifier__required-links-item:last-child {
  margin-bottom: 0rem;
}
@media all and (min-width: 64em) {
  .usa-identifier__required-links-item {
    margin-bottom: 0.5rem;
  }
}
.usa-identifier__required-link,
.usa-identifier__required-link.usa-link {
  color: #a9aeb1;
  display: inline-block;
}
.usa-identifier__required-link:visited,
.usa-identifier__required-link.usa-link:visited {
  color: #a9aeb1;
}
.usa-identifier__required-link:hover,
.usa-identifier__required-link:active,
.usa-identifier__required-link.usa-link:hover,
.usa-identifier__required-link.usa-link:active {
  color: #dfe1e2;
}
.usa-identifier__section--usagov a {
  color: #dfe1e2;
  font-weight: 700;
  display: inline-block;
  margin-top: 0.5rem;
}
.usa-identifier__section--usagov a:visited {
  color: #dfe1e2;
}
.usa-identifier__section--usagov a:hover,
.usa-identifier__section--usagov a:active {
  color: #f0f0f0;
}
@media all and (min-width: 40em) {
  .usa-identifier__section--usagov a {
    margin-top: 0;
  }
}
@media all and (min-width: 40em) {
  .usa-identifier__usagov-description {
    display: inline-flex;
  }
}
.usa-in-page-nav-container {
  align-items: flex-start;
  display: flex;
}
.usa-in-page-nav-container main {
  max-width: 64rem;
  width: 100%;
}
.usa-in-page-nav {
  color: #1b1b1b;
  display: none;
  margin-left: 2rem;
  margin-top: 1.25rem;
  max-width: 15rem;
  order: 2;
  position: sticky;
  top: 2rem;
  width: 100%;
}
@media all and (min-width: 40em) {
  .usa-in-page-nav {
    display: block;
  }
}
.usa-in-page-nav__nav {
  color: #1b1b1b;
  background-color: white;
  border-radius: 0.5rem;
  padding: 1rem;
}
.usa-in-page-nav__heading {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.89rem;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
  padding: 0;
}
.usa-in-page-nav__list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  border-left: 1px solid rgba(27, 27, 27, 0.25);
  padding: 0;
}
.usa-in-page-nav__list > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-in-page-nav__list__item {
  border-top: 1px solid #dfe1e2;
}
.usa-in-page-nav__list a:not(.usa-button) {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.usa-in-page-nav__list a:not(.usa-button):hover {
  background-color: #f0f0f0;
  text-decoration: none;
}
.usa-in-page-nav__list a:not(.usa-button):not(.usa-current) {
  color: #565c65;
}
.usa-in-page-nav__list a:not(.usa-button):not(.usa-current):hover {
  color: #2378c3;
}
.usa-in-page-nav__list a:not(.usa-button):not(.usa-current):focus {
  outline-offset: 0;
}
.usa-in-page-nav__list .usa-current {
  position: relative;
  color: #2378c3;
  font-weight: 700;
}
.usa-in-page-nav__list .usa-current::after {
  background-color: #2378c3;
  border-radius: 99rem;
  content: "";
  display: block;
  position: absolute;
  bottom: 0.25rem;
  top: 0.25rem;
  width: 0.25rem;
  left: 0.25rem;
}
@media all and (min-width: 40em) {
  .usa-in-page-nav__list .usa-current {
    position: relative;
  }
  .usa-in-page-nav__list .usa-current::after {
    background-color: #2378c3;
    border-radius: 99rem;
    content: "";
    display: block;
    position: absolute;
    bottom: 0.25rem;
    top: 0.25rem;
    width: 0.25rem;
    left: 0rem;
  }
}
.usa-in-page-nav__list a:not(.usa-button):not(.usa-current) {
  color: #2378c3;
}
.usa-in-page-nav__list a:not(.usa-button):not(.usa-current):visited {
  color: #54278f;
}
.usa-in-page-nav__list a:not(.usa-button):not(.usa-current):hover,
.usa-in-page-nav__list a:not(.usa-button):not(.usa-current):active {
  color: #1a4480;
}
.usa-in-page-nav__list a:not(.usa-button):not(.usa-current):visited {
  color: #2378c3;
}
.usa-in-page-nav__list a:not(.usa-button).usa-current {
  color: #1b1b1b;
  font-weight: inherit;
}
.usa-in-page-nav__list a:not(.usa-button):hover {
  text-decoration: underline;
  background-color: none;
}
.usa-in-page-nav__list a:not(.usa-button).usa-current {
  position: static;
}
.usa-in-page-nav__list a:not(.usa-button).usa-current::after {
  background-color: #1b1b1b;
  border-radius: 0;
  bottom: -1px;
  left: 0;
  top: 0;
  width: 0.25rem;
  z-index: 100;
}
.usa-in-page-nav__item {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.89rem;
  line-height: 1.2;
  border: none;
  position: relative;
}
.usa-in-page-nav__item--primary {
  font-weight: 700;
}
.usa-language {
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  padding: 0 0 0.25rem 0.5rem;
  width: 100%;
}
.usa-language--small .usa-button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 0.82rem;
  height: 2rem;
  margin-top: 0.3rem;
  min-width: 3rem;
}
.usa-language-container {
  align-items: center;
  justify-content: flex-end;
  display: flex;
}
.usa-nav-container .usa-language-container {
  align-self: center;
  margin-left: 0rem;
  position: absolute;
  right: 5rem;
  top: 1rem;
}
@media all and (min-width: 64em) {
  .usa-nav-container .usa-language-container {
    align-self: flex-end;
    margin-left: 0.75rem;
    margin-bottom: 0.5rem;
    position: relative;
    right: inherit;
    top: -2px;
  }
}
.usa-language__link {
  margin-right: 0rem;
}
.usa-language__primary {
  width: auto;
}
.usa-language__primary-item:last-of-type {
  position: relative;
}
.usa-language__primary-item:last-of-type .usa-language__submenu {
  position: absolute;
  right: 0;
}
.usa-language__submenu {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  background-color: #162e51;
  position: absolute;
  width: 15rem;
  z-index: 400;
}
.usa-language__submenu > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-language__submenu-item {
  border-top: 1px solid #dfe1e2;
  font-size: 0.89rem;
}
.usa-language__submenu .usa-current::after {
  display: none;
}
@media all and (min-width: 40em) {
  .usa-language__submenu .usa-current::after {
    display: none;
  }
}
.usa-language__submenu a:not(.usa-button) {
  padding-left: 2rem;
}
.usa-language__submenu .usa-language__submenu a:not(.usa-button) {
  padding-left: 3rem;
}
.usa-language__submenu .usa-language__submenu .usa-language__submenu a:not(.usa-button) {
  padding-left: 4rem;
}
.usa-language__submenu[aria-hidden=true] {
  display: none;
}
.usa-language__submenu .usa-language__submenu-item a {
  color: white;
  display: block;
  line-height: 1.3;
  padding: 0;
  padding: 0.5rem;
  text-decoration: none;
}
.usa-language__submenu .usa-language__submenu-item a:focus {
  outline-offset: -0.25rem;
}
.usa-language__submenu .usa-language__submenu-item a:hover {
  color: white;
  text-decoration: underline;
}
.usa-language__submenu-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-language__submenu-list > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-language__submenu-list .usa-language__submenu-list-item {
  margin: 0;
  font-size: 0.89rem;
}
.usa-language__submenu-list .usa-language__submenu-list-item a {
  line-height: 1.3;
}
.usa-layout-docs__sidenav {
  padding-top: 2rem;
}
@media all and (min-width: 64em) {
  .usa-layout-docs__sidenav {
    padding-top: 0;
  }
}
.grid-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-container-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 10rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-container-card-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 15rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-container-mobile {
  margin-left: auto;
  margin-right: auto;
  max-width: 20rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-container-mobile-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-container-tablet {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-container-tablet-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 55rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-container-desktop {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-container-desktop-lg {
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-container-widescreen {
  margin-left: auto;
  margin-right: auto;
  max-width: 87.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 64em) {
  .grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 64em) {
  .mobile-lg\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 64em) {
  .tablet\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .desktop\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-row {
  display: flex;
  flex-wrap: wrap;
}
.grid-row.grid-gap {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.grid-row.grid-gap > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media all and (min-width: 64em) {
  .grid-row.grid-gap {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .grid-row.grid-gap > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.grid-row.grid-gap-0 {
  margin-left: 0;
  margin-right: 0;
}
.grid-row.grid-gap-0 > * {
  padding-left: 0;
  padding-right: 0;
}
.grid-row.grid-gap-2px {
  margin-left: -1px;
  margin-right: -1px;
}
.grid-row.grid-gap-2px > * {
  padding-left: 1px;
  padding-right: 1px;
}
.grid-row.grid-gap-05 {
  margin-left: -2px;
  margin-right: -2px;
}
.grid-row.grid-gap-05 > * {
  padding-left: 2px;
  padding-right: 2px;
}
.grid-row.grid-gap-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.grid-row.grid-gap-1 > * {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.grid-row.grid-gap-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.grid-row.grid-gap-2 > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.grid-row.grid-gap-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.grid-row.grid-gap-3 > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.grid-row.grid-gap-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.grid-row.grid-gap-4 > * {
  padding-left: 1rem;
  padding-right: 1rem;
}
.grid-row.grid-gap-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.grid-row.grid-gap-5 > * {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.grid-row.grid-gap-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.grid-row.grid-gap-6 > * {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.grid-row.grid-gap-sm {
  margin-left: -1px;
  margin-right: -1px;
}
.grid-row.grid-gap-sm > * {
  padding-left: 1px;
  padding-right: 1px;
}
.grid-row.grid-gap-md {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.grid-row.grid-gap-md > * {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.grid-row.grid-gap-lg {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.grid-row.grid-gap-lg > * {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media all and (min-width: 30em) {
  .grid-row.mobile-lg\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .grid-row.mobile-lg\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-row.mobile-lg\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.mobile-lg\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.mobile-lg\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .grid-row.mobile-lg\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  .grid-row.mobile-lg\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .grid-row.mobile-lg\:grid-gap-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .grid-row.mobile-lg\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.mobile-lg\:grid-gap-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.mobile-lg\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.mobile-lg\:grid-gap-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .grid-row.mobile-lg\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .grid-row.mobile-lg\:grid-gap-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid-row.mobile-lg\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .grid-row.mobile-lg\:grid-gap-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .grid-row.mobile-lg\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .grid-row.mobile-lg\:grid-gap-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .grid-row.mobile-lg\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.mobile-lg\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.mobile-lg\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.mobile-lg\:grid-gap-md > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.mobile-lg\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.mobile-lg\:grid-gap-lg > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media all and (min-width: 40em) {
  .grid-row.tablet\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .grid-row.tablet\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-row.tablet\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.tablet\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.tablet\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .grid-row.tablet\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  .grid-row.tablet\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .grid-row.tablet\:grid-gap-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .grid-row.tablet\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.tablet\:grid-gap-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.tablet\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.tablet\:grid-gap-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .grid-row.tablet\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .grid-row.tablet\:grid-gap-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid-row.tablet\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .grid-row.tablet\:grid-gap-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .grid-row.tablet\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .grid-row.tablet\:grid-gap-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .grid-row.tablet\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.tablet\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.tablet\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.tablet\:grid-gap-md > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.tablet\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.tablet\:grid-gap-lg > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .grid-row.desktop\:grid-gap-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .grid-row.desktop\:grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-row.desktop\:grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.desktop\:grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.desktop\:grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px;
  }
  .grid-row.desktop\:grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px;
  }
  .grid-row.desktop\:grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .grid-row.desktop\:grid-gap-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .grid-row.desktop\:grid-gap-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.desktop\:grid-gap-2 > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.desktop\:grid-gap-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.desktop\:grid-gap-3 > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .grid-row.desktop\:grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .grid-row.desktop\:grid-gap-4 > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .grid-row.desktop\:grid-gap-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .grid-row.desktop\:grid-gap-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .grid-row.desktop\:grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .grid-row.desktop\:grid-gap-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .grid-row.desktop\:grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px;
  }
  .grid-row.desktop\:grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px;
  }
  .grid-row.desktop\:grid-gap-md {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-row.desktop\:grid-gap-md > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .grid-row.desktop\:grid-gap-lg {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .grid-row.desktop\:grid-gap-lg > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
[class*=grid-col] {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.grid-col {
  flex: 1 1 0%;
  width: auto;
  max-width: 100%;
  min-width: 1px;
}
.grid-col-auto {
  flex: 0 1 auto;
  width: auto;
  max-width: 100%;
}
.grid-col-fill {
  flex: 1 1 0%;
  width: auto;
  max-width: 100%;
  min-width: 1px;
}
.grid-col-1 {
  flex: 0 1 auto;
  width: 8.3333333333%;
}
.grid-col-2 {
  flex: 0 1 auto;
  width: 16.6666666667%;
}
.grid-col-3 {
  flex: 0 1 auto;
  width: 25%;
}
.grid-col-4 {
  flex: 0 1 auto;
  width: 33.3333333333%;
}
.grid-col-5 {
  flex: 0 1 auto;
  width: 41.6666666667%;
}
.grid-col-6 {
  flex: 0 1 auto;
  width: 50%;
}
.grid-col-7 {
  flex: 0 1 auto;
  width: 58.3333333333%;
}
.grid-col-8 {
  flex: 0 1 auto;
  width: 66.6666666667%;
}
.grid-col-9 {
  flex: 0 1 auto;
  width: 75%;
}
.grid-col-10 {
  flex: 0 1 auto;
  width: 83.3333333333%;
}
.grid-col-11 {
  flex: 0 1 auto;
  width: 91.6666666667%;
}
.grid-col-12 {
  flex: 0 1 auto;
  width: 100%;
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-col {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .mobile-lg\:grid-col-fill {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .mobile-lg\:grid-col-auto {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
  }
  .mobile-lg\:grid-col-1 {
    flex: 0 1 auto;
    width: 8.3333333333%;
  }
  .mobile-lg\:grid-col-2 {
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
  .mobile-lg\:grid-col-3 {
    flex: 0 1 auto;
    width: 25%;
  }
  .mobile-lg\:grid-col-4 {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  .mobile-lg\:grid-col-5 {
    flex: 0 1 auto;
    width: 41.6666666667%;
  }
  .mobile-lg\:grid-col-6 {
    flex: 0 1 auto;
    width: 50%;
  }
  .mobile-lg\:grid-col-7 {
    flex: 0 1 auto;
    width: 58.3333333333%;
  }
  .mobile-lg\:grid-col-8 {
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  .mobile-lg\:grid-col-9 {
    flex: 0 1 auto;
    width: 75%;
  }
  .mobile-lg\:grid-col-10 {
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  .mobile-lg\:grid-col-11 {
    flex: 0 1 auto;
    width: 91.6666666667%;
  }
  .mobile-lg\:grid-col-12 {
    flex: 0 1 auto;
    width: 100%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-col {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .tablet\:grid-col-fill {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .tablet\:grid-col-auto {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
  }
  .tablet\:grid-col-1 {
    flex: 0 1 auto;
    width: 8.3333333333%;
  }
  .tablet\:grid-col-2 {
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
  .tablet\:grid-col-3 {
    flex: 0 1 auto;
    width: 25%;
  }
  .tablet\:grid-col-4 {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  .tablet\:grid-col-5 {
    flex: 0 1 auto;
    width: 41.6666666667%;
  }
  .tablet\:grid-col-6 {
    flex: 0 1 auto;
    width: 50%;
  }
  .tablet\:grid-col-7 {
    flex: 0 1 auto;
    width: 58.3333333333%;
  }
  .tablet\:grid-col-8 {
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  .tablet\:grid-col-9 {
    flex: 0 1 auto;
    width: 75%;
  }
  .tablet\:grid-col-10 {
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  .tablet\:grid-col-11 {
    flex: 0 1 auto;
    width: 91.6666666667%;
  }
  .tablet\:grid-col-12 {
    flex: 0 1 auto;
    width: 100%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-col {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .desktop\:grid-col-fill {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px;
  }
  .desktop\:grid-col-auto {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
  }
  .desktop\:grid-col-1 {
    flex: 0 1 auto;
    width: 8.3333333333%;
  }
  .desktop\:grid-col-2 {
    flex: 0 1 auto;
    width: 16.6666666667%;
  }
  .desktop\:grid-col-3 {
    flex: 0 1 auto;
    width: 25%;
  }
  .desktop\:grid-col-4 {
    flex: 0 1 auto;
    width: 33.3333333333%;
  }
  .desktop\:grid-col-5 {
    flex: 0 1 auto;
    width: 41.6666666667%;
  }
  .desktop\:grid-col-6 {
    flex: 0 1 auto;
    width: 50%;
  }
  .desktop\:grid-col-7 {
    flex: 0 1 auto;
    width: 58.3333333333%;
  }
  .desktop\:grid-col-8 {
    flex: 0 1 auto;
    width: 66.6666666667%;
  }
  .desktop\:grid-col-9 {
    flex: 0 1 auto;
    width: 75%;
  }
  .desktop\:grid-col-10 {
    flex: 0 1 auto;
    width: 83.3333333333%;
  }
  .desktop\:grid-col-11 {
    flex: 0 1 auto;
    width: 91.6666666667%;
  }
  .desktop\:grid-col-12 {
    flex: 0 1 auto;
    width: 100%;
  }
}
.grid-offset-1 {
  margin-left: 8.3333333333%;
}
.grid-offset-2 {
  margin-left: 16.6666666667%;
}
.grid-offset-3 {
  margin-left: 25%;
}
.grid-offset-4 {
  margin-left: 33.3333333333%;
}
.grid-offset-5 {
  margin-left: 41.6666666667%;
}
.grid-offset-6 {
  margin-left: 50%;
}
.grid-offset-7 {
  margin-left: 58.3333333333%;
}
.grid-offset-8 {
  margin-left: 66.6666666667%;
}
.grid-offset-9 {
  margin-left: 75%;
}
.grid-offset-10 {
  margin-left: 83.3333333333%;
}
.grid-offset-11 {
  margin-left: 91.6666666667%;
}
.grid-offset-12 {
  margin-left: 100%;
}
.grid-offset-none {
  margin-left: 0;
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-3 {
    margin-left: 25%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-6 {
    margin-left: 50%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-9 {
    margin-left: 75%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-12 {
    margin-left: 100%;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-none {
    margin-left: 0;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-3 {
    margin-left: 25%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-6 {
    margin-left: 50%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-9 {
    margin-left: 75%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-12 {
    margin-left: 100%;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-none {
    margin-left: 0;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-1 {
    margin-left: 8.3333333333%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-2 {
    margin-left: 16.6666666667%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-3 {
    margin-left: 25%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-4 {
    margin-left: 33.3333333333%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-5 {
    margin-left: 41.6666666667%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-6 {
    margin-left: 50%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-7 {
    margin-left: 58.3333333333%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-8 {
    margin-left: 66.6666666667%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-9 {
    margin-left: 75%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-10 {
    margin-left: 83.3333333333%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-11 {
    margin-left: 91.6666666667%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-12 {
    margin-left: 100%;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-none {
    margin-left: 0;
  }
}
.usa-media-block {
  align-items: flex-start;
  display: flex;
}
.usa-media-block__img {
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.usa-media-block__body {
  flex: 1 1 0%;
}
.usa-js-no-click {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.usa-js-no-click .usa-modal,
.usa-js-no-click .usa-modal * {
  pointer-events: auto;
  -webkit-user-select: text;
  user-select: text;
}
[data-open-modal] * {
  pointer-events: none;
}
.usa-modal-wrapper {
  text-align: center;
  transition: opacity 0.15s ease-in-out;
}
.usa-modal-wrapper.is-hidden {
  visibility: hidden;
  opacity: 0;
  position: fixed;
}
.usa-modal-wrapper.is-visible {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 99999;
}
.usa-modal-overlay {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: scroll;
  overflow-x: hidden;
  padding: 1.5rem;
  position: fixed;
  scroll-behavior: smooth;
  top: 0;
  width: 100%;
}
.usa-modal-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.usa-modal-overlay[data-force-action=true] {
  pointer-events: none;
}
.usa-modal-overlay[data-force-action=true] * {
  pointer-events: auto;
}
.usa-js-loading .usa-modal-wrapper {
  position: absolute;
  left: -999em;
  right: auto;
}
.usa-js-loading .usa-modal-wrapper:target {
  position: static;
}
.usa-modal {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  border-radius: 0;
  background: white;
  color: #1b1b1b;
  display: inline-block;
  margin: 1.25rem auto;
  max-width: 30rem;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.usa-modal:focus {
  outline: none;
}
.usa-modal__content {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 2rem;
  width: 100%;
}
.usa-modal__main {
  margin: 0 auto;
  padding: 0.5rem 2rem 2rem;
}
.usa-modal-wrapper [data-close-modal] > .usa-icon,
.usa-modal-wrapper [data-close-modal] > .usa-icon use {
  pointer-events: none !important;
}
.usa-modal__close {
  align-items: center;
  align-self: flex-end;
  background-color: transparent;
  color: #71767a;
  display: flex;
  flex-shrink: 0;
  font-size: 0.89rem;
  margin: -2rem 0 0 auto;
  padding: 0.25rem 0.25rem;
  width: auto;
}
.usa-modal__close:hover,
.usa-modal__close:active {
  background-color: transparent;
  color: #1b1b1b;
}
.usa-modal__close:focus {
  outline-offset: 0;
}
.usa-modal__close .usa-icon {
  height: 2rem;
  margin: 2px 2px 0 0;
  width: 2rem;
}
.usa-modal__heading {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.39rem;
  line-height: 1.3;
  margin-top: 0;
}
.usa-modal__footer {
  margin-top: 1.5rem;
}
.usa-modal--lg {
  max-width: 55rem;
  width: 100%;
}
.usa-modal--lg .usa-modal__main {
  padding-bottom: 4rem;
  padding-top: 1.25rem;
  width: 100%;
  max-width: 40rem;
}
@media all and (min-width: 40em) {
  .usa-modal--lg .usa-modal__heading {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 2.03rem;
  }
}
.usa-js-modal--active {
  overflow: hidden;
}
@keyframes slidein-left {
  from {
    transform: translateX(15rem);
  }
  to {
    transform: translateX(0);
  }
}
.usa-nav {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1;
}
@media all and (max-width: 63.99em) {
  .usa-nav {
    position: absolute;
    right: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    position: fixed;
    background: white;
    border-right: 0;
    display: none;
    flex-direction: column;
    overflow-y: auto;
    padding: 1rem;
    width: 15rem;
    z-index: 500;
  }
  .usa-nav.is-visible {
    animation: slidein-left 0.3s ease-in-out;
    display: flex;
  }
}
@media all and (min-width: 64em) {
  .usa-nav {
    float: right;
    position: relative;
  }
}
.usa-nav .usa-search {
  margin-top: 1rem;
}
@media all and (min-width: 64em) {
  .usa-nav .usa-search {
    margin-left: 1rem;
    margin-top: 0;
  }
}
.usa-nav .usa-accordion {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1;
}
@media all and (max-width: 63.99em) {
  .usa-nav__primary {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
  }
  .usa-nav__primary > li {
    margin-bottom: 0;
    max-width: unset;
  }
  .usa-nav__primary-item {
    border-top: 1px solid #dfe1e2;
  }
  .usa-nav__primary a:not(.usa-button) {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
  }
  .usa-nav__primary a:not(.usa-button):hover {
    background-color: #f0f0f0;
    text-decoration: none;
  }
  .usa-nav__primary a:not(.usa-button):not(.usa-current) {
    color: #565c65;
  }
  .usa-nav__primary a:not(.usa-button):not(.usa-current):hover {
    color: #2378c3;
  }
  .usa-nav__primary a:not(.usa-button):not(.usa-current):focus {
    outline-offset: 0;
  }
  .usa-nav__primary .usa-current {
    position: relative;
    color: #2378c3;
    font-weight: 700;
  }
  .usa-nav__primary .usa-current::after {
    background-color: #2378c3;
    border-radius: 99rem;
    content: "";
    display: block;
    position: absolute;
    bottom: 0.25rem;
    top: 0.25rem;
    width: 0.25rem;
    left: 0.25rem;
  }
}
@media all and (max-width: 63.99em) and (min-width: 40em) {
  .usa-nav__primary .usa-current {
    position: relative;
  }
  .usa-nav__primary .usa-current::after {
    background-color: #2378c3;
    border-radius: 99rem;
    content: "";
    display: block;
    position: absolute;
    bottom: 0.25rem;
    top: 0.25rem;
    width: 0.25rem;
    left: 0rem;
  }
}
@media all and (max-width: 63.99em) {
  .usa-nav__primary a {
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .usa-nav__primary {
    display: flex;
    align-items: stretch;
  }
}
.usa-nav__primary .usa-nav__primary-item a {
  text-decoration: none;
}
.usa-nav__primary > .usa-nav__primary-item {
  line-height: 1.2;
}
@media all and (min-width: 64em) {
  .usa-nav__primary > .usa-nav__primary-item {
    font-size: 0.89rem;
    line-height: 1;
  }
}
@media all and (min-width: 64em) {
  .usa-nav__primary > .usa-nav__primary-item > a {
    line-height: 1;
    padding: 1rem;
    align-items: center;
    color: #565c65;
    display: flex;
    font-weight: 700;
  }
  .usa-nav__primary > .usa-nav__primary-item > a:hover {
    color: #2378c3;
  }
}
@media all and (min-width: 64em) {
  .usa-nav__primary > .usa-nav__primary-item > button,
  .usa-nav__primary > .usa-nav__primary-item > a {
    height: 100%;
  }
}
@media all and (min-width: 64em) {
  .usa-nav__primary a {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
.usa-nav__primary button {
  color: #2378c3;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  position: relative;
  color: #565c65;
  font-weight: normal;
  line-height: 1.2;
  padding: 0.75rem 1rem;
  text-decoration: none;
  width: 100%;
}
.usa-nav__primary button:visited {
  color: #54278f;
}
.usa-nav__primary button:hover {
  color: #1a4480;
}
.usa-nav__primary button:active {
  color: #162e51;
}
.usa-nav__primary button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-nav__primary button:hover,
.usa-nav__primary button.usa-button--hover,
.usa-nav__primary button:disabled:hover,
.usa-nav__primary button[aria-disabled=true]:hover,
.usa-nav__primary button:disabled.usa-button--hover,
.usa-nav__primary button[aria-disabled=true].usa-button--hover,
.usa-nav__primary button:active,
.usa-nav__primary button.usa-button--active,
.usa-nav__primary button:disabled:active,
.usa-nav__primary button[aria-disabled=true]:active,
.usa-nav__primary button:disabled.usa-button--active,
.usa-nav__primary button[aria-disabled=true].usa-button--active,
.usa-nav__primary button:disabled:focus,
.usa-nav__primary button[aria-disabled=true]:focus,
.usa-nav__primary button:disabled.usa-focus,
.usa-nav__primary button[aria-disabled=true].usa-focus,
.usa-nav__primary button:disabled,
.usa-nav__primary button[aria-disabled=true],
.usa-nav__primary button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-nav__primary button.usa-button--hover {
  color: #1a4480;
}
.usa-nav__primary button.usa-button--active {
  color: #162e51;
}
.usa-nav__primary button:disabled,
.usa-nav__primary button[aria-disabled=true],
.usa-nav__primary button:disabled:hover,
.usa-nav__primary button[aria-disabled=true]:hover,
.usa-nav__primary button[aria-disabled=true]:focus {
  color: #757575;
}
@media (forced-colors: active) {
  .usa-nav__primary button:disabled,
  .usa-nav__primary button[aria-disabled=true],
  .usa-nav__primary button:disabled:hover,
  .usa-nav__primary button[aria-disabled=true]:hover,
  .usa-nav__primary button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
@media all and (min-width: 64em) {
  .usa-nav__primary button {
    line-height: 1;
    padding: 1rem;
    font-size: 0.89rem;
    font-weight: 700;
  }
}
@media (forced-colors: active) {
  .usa-nav__primary button {
    forced-color-adjust: auto;
  }
}
.usa-nav__primary button:hover {
  color: #2378c3;
  background-color: #f0f0f0;
  text-decoration: none;
}
@media all and (min-width: 64em) {
  .usa-nav__primary button:hover {
    background-color: transparent;
  }
}
.usa-nav__primary button[aria-expanded],
.usa-nav__primary button[aria-expanded]:hover {
  background-image: none;
}
@media (forced-colors: active) {
  .usa-nav__primary button[aria-expanded]::before,
  .usa-nav__primary button[aria-expanded]:hover::before {
    content: none;
  }
}
.usa-nav__primary button[aria-expanded] span::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.usa-nav__primary button[aria-expanded=false] span::after {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/add.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.25rem 1.25rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  content: "";
  vertical-align: middle;
  margin-left: auto;
}
@supports (mask: url()) {
  .usa-nav__primary button[aria-expanded=false] span::after {
    background: none;
    background-color: ButtonText;
    mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/add.svg), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 1.25rem 1.25rem;
  }
}
.usa-nav__primary button[aria-expanded=false] span::after:hover {
  background-color: buttonText;
}
@media all and (min-width: 64em) {
  .usa-nav__primary button[aria-expanded=false] span::after {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/expand_more.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem 1rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    content: "";
    vertical-align: middle;
    margin-left: auto;
  }
  @supports (mask: url()) {
    .usa-nav__primary button[aria-expanded=false] span::after {
      background: none;
      background-color: ButtonText;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/expand_more.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1rem 1rem;
    }
  }
  .usa-nav__primary button[aria-expanded=false] span::after {
    right: 0.75rem;
  }
}
@media all and (min-width: 64em) {
  .usa-nav__primary button[aria-expanded=false]:hover span::after {
    background-color: #1a4480;
  }
}
@media (min-width: 64em) and (forced-colors: active) {
  .usa-nav__primary button[aria-expanded=false]:hover span::after {
    background-color: ButtonText;
  }
}
.usa-nav__primary button[aria-expanded=true] span::after {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/remove.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.25rem 1.25rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  content: "";
  vertical-align: middle;
  margin-left: auto;
}
@supports (mask: url()) {
  .usa-nav__primary button[aria-expanded=true] span::after {
    background: none;
    background-color: ButtonText;
    mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/remove.svg), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 1.25rem 1.25rem;
  }
}
.usa-nav__primary button[aria-expanded=true] span::after {
  position: absolute;
  right: 0;
}
@media (forced-colors: active) {
  .usa-nav__primary button[aria-expanded=true] span::after {
    background-color: ButtonText;
  }
}
@media all and (min-width: 64em) {
  .usa-nav__primary button[aria-expanded=true] {
    background-image: none;
    background-color: #162e51;
    color: white;
  }
}
@media all and (min-width: 64em) and (min-width: 64em) {
  .usa-nav__primary button[aria-expanded=true] span::after {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/expand_less.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem 1rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    content: "";
    vertical-align: middle;
    margin-left: auto;
  }
  @supports (mask: url()) {
    .usa-nav__primary button[aria-expanded=true] span::after {
      background: none;
      background-color: ButtonText;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/expand_less.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1rem 1rem;
    }
  }
  .usa-nav__primary button[aria-expanded=true] span::after {
    right: 0.75rem;
    background-color: white;
  }
}
@media (min-width: 64em) and (min-width: 64em) and (forced-colors: active) {
  .usa-nav__primary button[aria-expanded=true] span::after {
    background-color: ButtonText;
  }
}
@media all and (min-width: 64em) {
  .usa-nav__primary .usa-accordion__button span {
    display: inline-block;
    margin-right: 0;
    padding-right: 1rem;
  }
}
.usa-nav__secondary {
  margin-top: 1rem;
}
@media all and (min-width: 64em) {
  .usa-nav__secondary {
    flex-direction: column;
    align-items: flex-end;
    bottom: 4rem;
    display: flex;
    font-size: 0.89rem;
    margin-top: 0.5rem;
    min-width: calc(27ch + 3rem);
    position: absolute;
    right: 2rem;
  }
}
.usa-nav__secondary .usa-search {
  width: 100%;
}
@media all and (min-width: 64em) {
  .usa-nav__secondary .usa-search {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.usa-nav__secondary-links {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  line-height: 1.3;
  margin-top: 1.5rem;
}
@media all and (min-width: 64em) {
  .usa-nav__secondary-links {
    column-gap: 0.5rem;
    display: flex;
    flex-flow: row nowrap;
    line-height: 1;
    margin-bottom: 0.25rem;
    margin-top: 0;
  }
}
@media all and (min-width: 64em) {
  .usa-nav__secondary-links .usa-nav__secondary-item {
    padding-left: 0.25rem;
  }
  .usa-nav__secondary-links .usa-nav__secondary-item + .usa-nav__secondary-item {
    border-left: 1px solid #dfe1e2;
    padding-left: 0.5rem;
  }
}
.usa-nav__secondary-links a {
  color: #71767a;
  display: inline-block;
  font-size: 0.89rem;
  text-decoration: none;
}
.usa-nav__secondary-links a:hover {
  color: #2378c3;
  text-decoration: underline;
}
@media all and (max-width: 63.99em) {
  .usa-nav__submenu {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    margin: 0;
  }
  .usa-nav__submenu > li {
    margin-bottom: 0;
    max-width: unset;
  }
  .usa-nav__submenu-item {
    border-top: 1px solid #dfe1e2;
    font-size: 0.89rem;
  }
  .usa-nav__submenu .usa-current::after {
    display: none;
  }
}
@media all and (max-width: 63.99em) and (min-width: 40em) {
  .usa-nav__submenu .usa-current::after {
    display: none;
  }
}
@media all and (max-width: 63.99em) {
  .usa-nav__submenu a:not(.usa-button) {
    padding-left: 2rem;
  }
  .usa-nav__submenu .usa-nav__submenu a:not(.usa-button) {
    padding-left: 3rem;
  }
  .usa-nav__submenu .usa-nav__submenu .usa-nav__submenu a:not(.usa-button) {
    padding-left: 4rem;
  }
}
@media all and (min-width: 64em) {
  .usa-nav__submenu {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    background-color: #162e51;
    width: 15rem;
    position: absolute;
    z-index: 400;
  }
}
.usa-nav__submenu[aria-hidden=true] {
  display: none;
}
@media all and (min-width: 64em) {
  .usa-nav__submenu .usa-nav__submenu-item a {
    padding-left: 1rem;
    padding-right: 1rem;
    color: white;
    line-height: 1.3;
    display: block;
  }
  .usa-nav__submenu .usa-nav__submenu-item a:focus {
    outline-offset: -0.25rem;
  }
  .usa-nav__submenu .usa-nav__submenu-item a:hover {
    color: white;
    text-decoration: underline;
  }
}
.usa-nav__submenu-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-nav__submenu-list > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-nav__submenu-list .usa-nav__submenu-list-item {
  margin: 0;
  font-size: 0.89rem;
}
.usa-nav__submenu-list .usa-nav__submenu-list-item a {
  line-height: 1.3;
}
.usa-nav__close {
  color: #2378c3;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: 3rem;
  width: 3rem;
  background-image: none;
  color: currentColor;
  flex: none;
  float: right;
  margin: -0.75rem -1rem 1rem auto;
  text-align: center;
}
.usa-nav__close:visited {
  color: #54278f;
}
.usa-nav__close:hover {
  color: #1a4480;
}
.usa-nav__close:active {
  color: #162e51;
}
.usa-nav__close:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-nav__close:hover,
.usa-nav__close.usa-button--hover,
.usa-nav__close:disabled:hover,
.usa-nav__close[aria-disabled=true]:hover,
.usa-nav__close:disabled.usa-button--hover,
.usa-nav__close[aria-disabled=true].usa-button--hover,
.usa-nav__close:active,
.usa-nav__close.usa-button--active,
.usa-nav__close:disabled:active,
.usa-nav__close[aria-disabled=true]:active,
.usa-nav__close:disabled.usa-button--active,
.usa-nav__close[aria-disabled=true].usa-button--active,
.usa-nav__close:disabled:focus,
.usa-nav__close[aria-disabled=true]:focus,
.usa-nav__close:disabled.usa-focus,
.usa-nav__close[aria-disabled=true].usa-focus,
.usa-nav__close:disabled,
.usa-nav__close[aria-disabled=true],
.usa-nav__close.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-nav__close.usa-button--hover {
  color: #1a4480;
}
.usa-nav__close.usa-button--active {
  color: #162e51;
}
.usa-nav__close:disabled,
.usa-nav__close[aria-disabled=true],
.usa-nav__close:disabled:hover,
.usa-nav__close[aria-disabled=true]:hover,
.usa-nav__close[aria-disabled=true]:focus {
  color: #757575;
}
@media (forced-colors: active) {
  .usa-nav__close:disabled,
  .usa-nav__close[aria-disabled=true],
  .usa-nav__close:disabled:hover,
  .usa-nav__close[aria-disabled=true]:hover,
  .usa-nav__close[aria-disabled=true]:focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-nav__close::before {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.25rem 1.25rem;
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    content: "";
    vertical-align: middle;
    margin-right: auto;
  }
  @supports (mask: url()) {
    .usa-nav__close::before {
      background: none;
      background-color: ButtonText;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/close.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1.25rem 1.25rem;
    }
  }
  .usa-nav__close::before {
    background-color: buttonText;
  }
}
.usa-nav__close:hover {
  color: currentColor;
  text-decoration: none;
}
@media all and (min-width: 64em) {
  .usa-nav__close {
    display: none;
  }
}
.usa-nav__close img {
  width: 1.5rem;
}
@media (forced-colors: active) {
  .usa-nav__close img {
    display: none;
  }
}
.usa-nav__close + * {
  clear: both;
}
.usa-js-mobile-nav--active {
  overflow: hidden;
}
@media (min-width: 63.06rem) {
  .usa-js-mobile-nav--active.is-safari {
    overflow-y: scroll;
    position: fixed;
    top: var(--scrolltop, 0);
  }
}
.usa-pagination {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  color: #1b1b1b;
  background-color: white;
  display: flex;
  justify-content: center;
}
.usa-pagination .usa-icon {
  height: 1.13rem;
  width: 1.13rem;
}
.usa-pagination__list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  width: auto;
}
.usa-pagination__item {
  display: inline-flex;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  min-width: 2.5rem;
}
@media all and (min-width: 40em) {
  .usa-pagination__item {
    flex: 1 0 auto;
  }
}
.usa-pagination__arrow {
  display: none;
}
@media all and (min-width: 40em) {
  .usa-pagination__arrow {
    display: inherit;
  }
}
@media all and (min-width: 40em) {
  .usa-pagination__previous-page {
    margin-right: 1.25rem;
  }
}
@media all and (min-width: 40em) {
  .usa-pagination__next-page {
    margin-left: 1.25rem;
  }
}
.usa-pagination__link {
  align-items: center;
  color: #2378c3;
  display: inline-flex;
}
.usa-pagination__link[disabled] {
  opacity: 0.4 !important;
  pointer-events: none;
}
.usa-pagination__link:hover,
.usa-pagination__link:focus,
.usa-pagination__link:active {
  color: #1a4480;
}
.usa-pagination__link:visited {
  color: #2378c3;
}
.usa-pagination__button {
  align-items: center;
  border-color: rgba(27, 27, 27, 0.2);
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  color: #2378c3;
  display: inline-flex;
  justify-content: center;
  padding: 0.5rem;
  width: 100%;
}
.usa-pagination__button:hover,
.usa-pagination__button:focus,
.usa-pagination__button:active {
  color: #1a4480;
  border-color: #1a4480;
}
@media (forced-colors: active) {
  .usa-pagination__button:hover,
  .usa-pagination__button:focus,
  .usa-pagination__button:active {
    border: 2px solid transparent;
  }
}
.usa-pagination .usa-current {
  background-color: #1b1b1b;
  border-color: transparent;
  color: white;
}
@media (forced-colors: active) {
  .usa-pagination .usa-current {
    border: 2px solid transparent;
    color: buttonText;
  }
}
.usa-pagination .usa-current:hover,
.usa-pagination .usa-current:focus,
.usa-pagination .usa-current:active {
  background-color: #1b1b1b;
  color: white;
}
@media (forced-colors: active) {
  .usa-pagination .usa-current:hover,
  .usa-pagination .usa-current:focus,
  .usa-pagination .usa-current:active {
    color: buttontext;
  }
}
.usa-pagination__overflow {
  align-items: center;
  align-self: stretch;
  display: inherit;
  -webkit-user-select: none;
  user-select: none;
  padding: 0.5rem;
}
.usa-process-list {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  counter-reset: usa-numbered-list;
  padding: 20px 0 0 calc(2.5rem / 2 - 0.5rem / 2);
  position: relative;
}
.usa-process-list > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-process-list > .usa-process-list__item {
  max-width: 72ex;
}
.usa-process-list__item {
  border-left: 0.5rem solid #d9e8f6;
  font-size: 1.01rem;
  margin-bottom: 0;
  padding-bottom: 2rem;
  padding-left: calc(calc(2.5rem / 2 - 0.25rem) * 2);
}
.usa-prose .usa-process-list {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  counter-reset: usa-numbered-list;
  padding: 20px 0 0 calc(2.5rem / 2 - 0.5rem / 2);
  position: relative;
}
.usa-prose .usa-process-list > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-prose .usa-process-list > .usa-process-list__item {
  max-width: 72ex;
}
.usa-prose .usa-process-list__item {
  border-left: 0.5rem solid #d9e8f6;
  font-size: 1.01rem;
  margin-bottom: 0;
  padding-bottom: 2rem;
  padding-left: calc(calc(2.5rem / 2 - 0.25rem) * 2);
}
.usa-process-list__item:last-child {
  border-left: 0.5rem solid transparent;
}
.usa-process-list__item::before {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  border-radius: 99rem;
  width: 2.5rem;
  background-color: white;
  border: 0.25rem solid #1b1b1b;
  box-shadow: 0 0 0 0.25rem white;
  color: #1b1b1b;
  content: counter(usa-numbered-list, decimal);
  counter-increment: usa-numbered-list;
  display: flex;
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.39rem;
  font-weight: 700;
  height: 2.5rem;
  left: 0;
  line-height: 1;
  margin-top: -0.4rem;
  position: absolute;
  width: 2.5rem;
}
.usa-process-list__item ul {
  list-style-type: disc;
}
.usa-process-list__item ul li {
  margin-bottom: 0.25rem;
}
.usa-process-list__item ul li:last-child {
  margin-bottom: 0;
}
.usa-process-list__item > *:first-child {
  margin-top: 0;
}
.usa-process-list__item > *:last-child {
  margin-bottom: 0;
}
.usa-process-list__heading {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.39rem;
  line-height: 1.2;
  color: #1b1b1b;
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  margin: 0;
}
.usa-process-list__heading + * {
  margin-top: 0.25rem;
}
.usa-search {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  position: relative;
}
.usa-search::after {
  clear: both;
  content: "";
  display: block;
}
.usa-search[role=search],
.usa-search[role=search] > div,
.usa-search [role=search] {
  display: flex;
}
.usa-search [type=submit] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 2rem;
  margin: 0;
  padding: 0;
  width: 3rem;
}
@media all and (min-width: 30em) {
  .usa-search [type=submit] {
    padding-left: 1rem;
    padding-right: 1rem;
    width: auto;
  }
}
@media (forced-colors: active) {
  .usa-search [type=submit]::before {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/search.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5rem 1.5rem;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    content: "";
    vertical-align: middle;
    margin-right: auto;
  }
  @supports (mask: url()) {
    .usa-search [type=submit]::before {
      background: none;
      background-color: ButtonText;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/search.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1.5rem 1.5rem;
    }
  }
  .usa-search [type=submit]:focus {
    outline-offset: 0;
  }
}
@media (forced-colors: active) and (min-width: 30em) {
  .usa-search [type=submit]::before {
    content: none;
  }
}
@media all and (min-width: 30em) {
  .usa-search__submit-icon {
    display: none;
  }
}
@media (forced-colors: active) {
  .usa-search__submit-icon {
    display: none;
  }
}
@media all and (min-width: 30em) {
  .usa-search--big [type=search],
  .usa-search--big .usa-search__input {
    font-size: 1.01rem;
    height: 3rem;
  }
}
@media all and (min-width: 30em) {
  .usa-search--big [type=submit],
  .usa-search--big .usa-search__submit {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1.39rem;
    height: 3rem;
    width: auto;
  }
}
.usa-search--small [type=submit],
.usa-search--small .usa-search__submit {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  min-width: 3rem;
}
@media (forced-colors: active) and (min-width: 30em) {
  .usa-search--small [type=submit]::before {
    content: "";
  }
}
.usa-search--small .usa-search__submit-icon {
  height: 1.5rem;
  width: 1.5rem;
  display: block;
}
@media (forced-colors: active) {
  .usa-search--small .usa-search__submit-icon {
    display: none;
  }
}
input[type=search] {
  box-sizing: border-box;
  appearance: none;
}
[type=search],
.usa-search__input {
  padding-bottom: 0;
  padding-top: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  border-top-right-radius: 0;
  box-sizing: border-box;
  float: left;
  font-size: 0.95rem;
  height: 2rem;
  margin: 0;
}
.usa-search__submit-text {
  display: none;
}
@media all and (min-width: 30em) {
  .usa-search__submit-text {
    display: block;
  }
}
.usa-section {
  padding-bottom: 2rem;
  padding-top: 2rem;
}
@media all and (min-width: 40em) {
  .usa-section {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.usa-section--light {
  background-color: #f0f0f0;
}
.usa-section--dark {
  background-color: #162e51;
  color: white;
}
.usa-section--dark h1,
.usa-section--dark .h1,
.usa-section--dark h2,
.usa-section--dark .h2,
.usa-section--dark h3,
.usa-section--dark .h3,
.usa-section--dark h4,
.usa-section--dark .h4,
.usa-section--dark h5,
.usa-section--dark .h5,
.usa-section--dark h6,
.usa-section--dark .h6 {
  color: #5e9f69;
}
.usa-section--dark p {
  color: white;
}
.usa-section--dark a {
  color: #dfe1e2;
}
.usa-section--dark a:visited {
  color: #dfe1e2;
}
.usa-section--dark a:hover,
.usa-section--dark a:active {
  color: #f0f0f0;
}
.usa-sidenav {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.01rem;
  line-height: 1.3;
  border-bottom: 1px solid #dfe1e2;
}
.usa-sidenav > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-sidenav__item {
  border-top: 1px solid #dfe1e2;
}
.usa-sidenav a:not(.usa-button) {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.usa-sidenav a:not(.usa-button):hover {
  background-color: #f0f0f0;
  text-decoration: none;
}
.usa-sidenav a:not(.usa-button):not(.usa-current) {
  color: #565c65;
}
.usa-sidenav a:not(.usa-button):not(.usa-current):hover {
  color: #2378c3;
}
.usa-sidenav a:not(.usa-button):not(.usa-current):focus {
  outline-offset: 0;
}
.usa-sidenav .usa-current {
  position: relative;
  color: #2378c3;
  font-weight: 700;
}
.usa-sidenav .usa-current::after {
  background-color: #2378c3;
  border-radius: 99rem;
  content: "";
  display: block;
  position: absolute;
  bottom: 0.25rem;
  top: 0.25rem;
  width: 0.25rem;
  left: 0.25rem;
}
@media all and (min-width: 40em) {
  .usa-sidenav .usa-current {
    position: relative;
  }
  .usa-sidenav .usa-current::after {
    background-color: #2378c3;
    border-radius: 99rem;
    content: "";
    display: block;
    position: absolute;
    bottom: 0.25rem;
    top: 0.25rem;
    width: 0.25rem;
    left: 0rem;
  }
}
.grid-container .usa-sidenav {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media all and (min-width: 40em) {
  .grid-container .usa-sidenav {
    margin-left: 0;
    margin-right: 0;
  }
}
.usa-sidenav__sublist {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  font-size: 0.95rem;
}
.usa-sidenav__sublist > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-sidenav__sublist-item {
  border-top: 1px solid #dfe1e2;
  font-size: 0.89rem;
}
.usa-sidenav__sublist .usa-current::after {
  display: none;
}
@media all and (min-width: 40em) {
  .usa-sidenav__sublist .usa-current::after {
    display: none;
  }
}
.usa-sidenav__sublist a:not(.usa-button) {
  padding-left: 2rem;
}
.usa-sidenav__sublist .usa-sidenav__sublist a:not(.usa-button) {
  padding-left: 3rem;
}
.usa-sidenav__sublist .usa-sidenav__sublist .usa-sidenav__sublist a:not(.usa-button) {
  padding-left: 4rem;
}
.usa-site-alert .usa-alert {
  background-color: #f0f0f0;
  border-left: 0.5rem solid #a9aeb1;
  color: #1b1b1b;
}
.usa-site-alert .usa-alert .usa-alert__body {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  padding-bottom: 1rem;
  padding-top: 1rem;
  position: relative;
}
.usa-site-alert .usa-alert .usa-alert__text {
  margin-bottom: 0;
  margin-top: 0;
}
.usa-site-alert .usa-alert .usa-alert__text:only-child {
  padding-bottom: 0;
  padding-top: 0;
}
.usa-site-alert .usa-alert .usa-alert__heading {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.39rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.usa-site-alert .usa-alert > .usa-list,
.usa-site-alert .usa-alert .usa-alert__body > .usa-list {
  padding-left: 2ch;
}
.usa-site-alert .usa-alert > .usa-list:last-child,
.usa-site-alert .usa-alert .usa-alert__body > .usa-list:last-child {
  margin-bottom: 0;
}
.usa-site-alert .usa-alert .usa-alert__body {
  max-width: 64rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.usa-site-alert .usa-alert .usa-alert__body::before {
  left: 1.0833333333rem;
}
@media all and (min-width: 64em) {
  .usa-site-alert .usa-alert .usa-alert__body {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .usa-site-alert .usa-alert .usa-alert__body::before {
    left: 1.5833333333rem;
  }
}
.usa-site-alert--info .usa-alert {
  background-color: #e7f6f8;
  border-left-color: #00bde3;
}
.usa-site-alert--info .usa-alert .usa-alert__body {
  color: #1b1b1b;
  background-color: #e7f6f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.3333333333rem;
}
.usa-site-alert--info .usa-alert .usa-alert__body::before {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/info.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: "";
  display: block;
  position: absolute;
  top: 0.6666666667rem;
}
@supports (mask: url()) {
  .usa-site-alert--info .usa-alert .usa-alert__body::before {
    background: none;
    background-color: #1b1b1b;
    mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/info.svg), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 2rem 2rem;
  }
}
.usa-site-alert--info .usa-alert .usa-alert__body > * {
  margin-left: 2.5rem;
}
.usa-site-alert--info .usa-alert .usa-alert__body .usa-link {
  color: #2378c3;
}
.usa-site-alert--info .usa-alert .usa-alert__body .usa-link:visited {
  color: #54278f;
}
.usa-site-alert--info .usa-alert .usa-alert__body .usa-link:hover,
.usa-site-alert--info .usa-alert .usa-alert__body .usa-link:active {
  color: #1a4480;
}
.usa-site-alert--emergency .usa-alert {
  background-color: #9c3d10;
  border-left-color: #9c3d10;
}
.usa-site-alert--emergency .usa-alert .usa-alert__body {
  color: white;
  background-color: #9c3d10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 3.3333333333rem;
}
.usa-site-alert--emergency .usa-alert .usa-alert__body::before {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons-bg/error--white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem 2rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  content: "";
  display: block;
  position: absolute;
  top: 0.6666666667rem;
}
@supports (mask: url()) {
  .usa-site-alert--emergency .usa-alert .usa-alert__body::before {
    background: none;
    background-color: white;
    mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/error.svg), linear-gradient(transparent, transparent);
    mask-position: center center;
    mask-repeat: no-repeat;
    mask-size: 2rem 2rem;
  }
}
.usa-site-alert--emergency .usa-alert .usa-alert__body > * {
  margin-left: 2.5rem;
}
.usa-site-alert--emergency .usa-alert .usa-alert__body .usa-link {
  color: #dfe1e2;
}
.usa-site-alert--emergency .usa-alert .usa-alert__body .usa-link:visited {
  color: #dfe1e2;
}
.usa-site-alert--emergency .usa-alert .usa-alert__body .usa-link:hover,
.usa-site-alert--emergency .usa-alert .usa-alert__body .usa-link:active {
  color: #f0f0f0;
}
.usa-site-alert--slim .usa-alert .usa-alert__body {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  min-height: 0;
}
.usa-site-alert--slim .usa-alert .usa-alert__body:before {
  height: 1.5rem;
  top: 0.5rem;
  width: 1.5rem;
}
@supports (mask: url()) {
  .usa-site-alert--slim .usa-alert .usa-alert__body:before {
    mask-size: 1.5rem;
  }
}
.usa-site-alert--slim .usa-alert .usa-alert__body > * {
  margin-left: 2rem;
}
.usa-site-alert--slim .usa-alert .usa-alert__body::before {
  left: 1.125rem;
}
@media all and (min-width: 64em) {
  .usa-site-alert--slim .usa-alert .usa-alert__body::before {
    left: 1.625rem;
  }
}
.usa-site-alert--no-icon .usa-alert .usa-alert__body {
  min-height: 0;
}
.usa-site-alert--no-icon .usa-alert .usa-alert__body:before {
  display: none;
}
.usa-site-alert--no-icon .usa-alert .usa-alert__body > * {
  margin-left: 0;
}
.usa-skipnav {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  color: #2378c3;
  text-decoration: underline;
  background: transparent;
  left: 0;
  padding: 0.5rem 1rem;
  position: absolute;
  top: -3.8rem;
  transition: 0.15s ease-in-out;
  z-index: 100;
}
.usa-skipnav:visited {
  color: #54278f;
}
.usa-skipnav:hover {
  color: #1a4480;
}
.usa-skipnav:active {
  color: #162e51;
}
.usa-skipnav:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-skipnav:focus,
.usa-skipnav.usa-focus {
  background: white;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.15s ease-in-out;
}
.usa-skipnav__container {
  position: relative;
}
.usa-step-indicator {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.01rem;
  line-height: 1.2;
  background-color: white;
  margin-bottom: 2rem;
  margin-left: -1px;
  margin-right: -1px;
}
@media all and (min-width: 40em) {
  .usa-step-indicator {
    margin-left: 0;
    margin-right: 0;
  }
}
.usa-step-indicator__segments {
  counter-reset: usa-step-indicator;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.usa-step-indicator__segment {
  flex: 1 1 0%;
  counter-increment: usa-step-indicator;
  margin-left: 1px;
  margin-right: 1px;
  max-width: 15rem;
  min-height: 0.5rem;
  position: relative;
}
.usa-step-indicator__segment:after {
  background-color: #919191;
  content: "";
  display: block;
  height: 0.5rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media all and (min-width: 40em) {
  .usa-step-indicator__segment:after {
    height: 0.5rem;
  }
}
.usa-step-indicator__segment--complete::after {
  background-color: #162e51;
}
.usa-step-indicator__segment--complete .usa-step-indicator__segment-label {
  color: #162e51;
}
.usa-step-indicator__segment--current::after {
  background-color: #2378c3;
}
.usa-step-indicator__segment--current .usa-step-indicator__segment-label {
  color: #2378c3;
  font-weight: 700;
}
.usa-step-indicator__segment-label {
  display: none;
}
@media all and (min-width: 40em) {
  .usa-step-indicator__segment-label {
    color: #565c65;
    display: block;
    font-size: 1.01rem;
    margin-top: calc(0.5rem + 0.5rem);
    padding-right: 2rem;
    text-align: left;
  }
}
.usa-step-indicator__header {
  align-items: baseline;
  display: flex;
}
.usa-step-indicator__heading {
  color: #1b1b1b;
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.08rem;
  font-weight: 700;
  margin: 1rem 0 0;
}
@media all and (min-width: 40em) {
  .usa-step-indicator__heading {
    font-size: 1.39rem;
    margin-top: 2rem;
  }
}
.usa-step-indicator__current-step {
  height: 2.5rem;
  border-radius: 99rem;
  width: 2.5rem;
  font-weight: normal;
  font-feature-settings: "tnum" 1, "kern" 1;
  background-color: #2378c3;
  color: white;
  display: inline-block;
  padding: calc((2.5rem - 2ex * 1.2) * 0.5);
  text-align: center;
}
.usa-step-indicator__total-steps {
  font-weight: normal;
  font-feature-settings: "tnum" 1, "kern" 1;
  color: #2378c3;
  margin-right: 0.5rem;
}
@media all and (min-width: 40em) {
  .usa-step-indicator--counters .usa-step-indicator__segment,
  .usa-step-indicator--counters-sm .usa-step-indicator__segment {
    margin-left: 0;
    margin-right: 0;
    margin-top: calc((2.5rem - 0.5rem) / 2 + 0.25rem);
  }
  .usa-step-indicator--counters .usa-step-indicator__segment:before,
  .usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
    height: 2.5rem;
    border-radius: 99rem;
    width: 2.5rem;
    font-feature-settings: "tnum" 1, "kern" 1;
    background-color: white;
    box-shadow: inset 0 0 0 0.25rem #919191, 0 0 0 0.25rem white;
    color: #565c65;
    content: counter(usa-step-indicator);
    display: block;
    font-weight: 700;
    left: 0;
    line-height: 1;
    padding: calc((2.5rem - 2ex * 1) * 0.5);
    position: absolute;
    text-align: center;
    top: calc((2.5rem - 0.5rem) / -2);
    z-index: 100;
  }
  .usa-step-indicator--counters .usa-step-indicator__segment:last-child:after,
  .usa-step-indicator--counters-sm .usa-step-indicator__segment:last-child:after {
    display: none;
  }
}
.usa-step-indicator--counters .usa-step-indicator__segment--complete::before,
.usa-step-indicator--counters-sm .usa-step-indicator__segment--complete::before {
  background-color: #162e51;
  box-shadow: 0 0 0 0.25rem white;
  color: white;
}
.usa-step-indicator--counters .usa-step-indicator__segment--current::before,
.usa-step-indicator--counters-sm .usa-step-indicator__segment--current::before {
  background-color: #2378c3;
  box-shadow: 0 0 0 0.25rem white;
  color: white;
}
@media all and (min-width: 40em) {
  .usa-step-indicator--counters .usa-step-indicator__segment-label,
  .usa-step-indicator--counters-sm .usa-step-indicator__segment-label {
    margin-top: calc((2.5rem + 0.5rem) / 2 + 0.5rem);
  }
}
@media all and (min-width: 40em) {
  .usa-step-indicator--counters.usa-step-indicator--center .usa-step-indicator__segment:first-child:after,
  .usa-step-indicator--counters-sm.usa-step-indicator--center .usa-step-indicator__segment:first-child:after {
    left: 50%;
    right: 0;
    width: auto;
  }
  .usa-step-indicator--counters.usa-step-indicator--center .usa-step-indicator__segment:last-child:after,
  .usa-step-indicator--counters-sm.usa-step-indicator--center .usa-step-indicator__segment:last-child:after {
    display: block;
    left: 0;
    right: 50%;
    width: auto;
  }
}
@media all and (min-width: 40em) {
  .usa-step-indicator--counters-sm .usa-step-indicator__segment {
    margin-top: calc((1.5rem - 0.5rem) / 2 + 0.25rem);
  }
  .usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
    height: 1.5rem;
    border-radius: 99rem;
    width: 1.5rem;
    font-size: 0.89rem;
    padding: calc(0.25rem + 1px);
    top: calc((1.5rem - 0.5rem) / -2);
  }
  .usa-step-indicator--counters-sm .usa-step-indicator__segment:last-child:after {
    display: none;
  }
}
@media all and (min-width: 40em) {
  .usa-step-indicator--counters-sm .usa-step-indicator__segment-label {
    margin-top: calc((1.5rem + 0.5rem) / 2 + 0.5rem);
  }
}
.usa-step-indicator--no-labels {
  margin-left: -1px;
  margin-right: -1px;
}
.usa-step-indicator--no-labels .usa-step-indicator__segment {
  margin-top: 0;
  margin-left: 1px;
  margin-right: 1px;
}
.usa-step-indicator--no-labels .usa-step-indicator__segment:before {
  display: none;
}
.usa-step-indicator--no-labels .usa-step-indicator__segment:last-child:after {
  display: block;
}
.usa-step-indicator--no-labels .usa-step-indicator__heading {
  margin-top: 1rem;
}
.usa-step-indicator--no-labels .usa-step-indicator__segment-label {
  display: none;
}
.usa-step-indicator--center {
  margin-left: -1px;
  margin-right: -1px;
}
.usa-step-indicator--center .usa-step-indicator__segment {
  margin-left: 1px;
  margin-right: 1px;
}
.usa-step-indicator--center .usa-step-indicator__segment:before {
  left: calc(50% - (2.5rem + 0.25rem) / 2);
}
.usa-step-indicator--center .usa-step-indicator__segment-label {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}
.usa-step-indicator--center.usa-step-indicator--no-labels .usa-step-indicator__segment:first-child:after {
  left: 0;
}
.usa-step-indicator--center.usa-step-indicator--no-labels .usa-step-indicator__segment:last-child:after {
  right: 0;
}
.usa-step-indicator--center.usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
  left: calc(50% - (1.5rem + 0.25rem) / 2);
}
.usa-summary-box {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  color: #1b1b1b;
  background-color: #e7f6f8;
  border-radius: 0.25rem;
  border: 1px #99deea solid;
  padding: 1.5rem;
  position: relative;
}
.usa-summary-box .usa-list:last-child {
  margin-bottom: 0;
}
* + .usa-summary-box {
  margin-top: 1rem;
}
.usa-summary-box__heading {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.39rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.usa-summary-box__text {
  margin-bottom: 0;
  margin-top: 0;
}
.usa-summary-box__text:only-child {
  margin-bottom: 1px;
  padding-top: 0.25rem;
}
.usa-summary-box__link {
  color: #2378c3;
}
.usa-summary-box__link:visited {
  color: #54278f;
}
.usa-summary-box__link:hover,
.usa-summary-box__link:active {
  color: #1a4480;
}
.usa-summary-box__link[href^="#"]:visited {
  color: #2378c3;
}
.usa-summary-box__link[href^="#"]:hover {
  color: #1a4480;
}
.usa-table {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1.6;
  border-collapse: collapse;
  border-spacing: 0;
  color: #1b1b1b;
  margin: 1.25rem 0;
  text-align: left;
}
.usa-table thead th {
  background-clip: padding-box;
  color: white;
  font-weight: 700;
  line-height: 1;
}
.usa-table thead th,
.usa-table thead td {
  background-color: #2f4668;
  color: white;
}
.usa-table tbody th {
  text-align: left;
}
.usa-table th,
.usa-table td {
  background-color: white;
  border: 1px solid #dfe1e2;
  font-weight: normal;
  padding: 0.5rem 1rem;
}
.usa-table caption {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  text-align: left;
}
.usa-table th[data-sortable] {
  padding-right: 2.5rem;
  position: relative;
}
.usa-table th[data-sortable]::after {
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button {
  color: #2378c3;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: 2rem;
  width: 2rem;
  background-position: center center;
  background-size: 1.5rem;
  color: #71767a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0.25rem;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:visited,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:visited {
  color: #54278f;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:hover {
  color: #1a4480;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:active,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:active {
  color: #162e51;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:focus,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--hover,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:hover,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:hover,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-button--hover,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true].usa-button--hover,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:active,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--active,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:active,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:active,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-button--active,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true].usa-button--active,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:focus,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:focus,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled.usa-focus,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true].usa-focus,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true],
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--disabled,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:hover,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--hover,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:hover,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:hover,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-button--hover,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true].usa-button--hover,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:active,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--active,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:active,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:active,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-button--active,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true].usa-button--active,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:focus,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:focus,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled.usa-focus,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true].usa-focus,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true],
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--hover,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--hover {
  color: #1a4480;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button.usa-button--active,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button.usa-button--active {
  color: #162e51;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true],
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:hover,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:hover,
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:focus,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true],
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:hover,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:hover,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:focus {
  color: #757575;
}
@media (forced-colors: active) {
  .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled,
  .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true],
  .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:disabled:hover,
  .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:hover,
  .usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button[aria-disabled=true]:focus,
  .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled,
  .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true],
  .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:disabled:hover,
  .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:hover,
  .usa-table th[data-sortable][aria-sort=none] .usa-table__header__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon > g {
  fill: transparent;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g.unsorted,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button .usa-icon > g.unsorted {
  fill: #71767a;
}
.usa-table th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover .usa-icon > g.unsorted,
.usa-table th[data-sortable][aria-sort=none] .usa-table__header__button:hover .usa-icon > g.unsorted {
  fill: #565c65;
}
.usa-table th[data-sortable][aria-sort=descending],
.usa-table th[data-sortable][aria-sort=ascending] {
  background-color: #5e9f69;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button {
  color: #2378c3;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: 2rem;
  width: 2rem;
  background-position: center center;
  background-size: 1.5rem;
  color: #71767a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0.25rem;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:visited {
  color: #54278f;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:hover {
  color: #1a4480;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:active {
  color: #162e51;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:hover,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--hover,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:hover,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:hover,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-button--hover,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true].usa-button--hover,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:active,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--active,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:active,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:active,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-button--active,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true].usa-button--active,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:focus,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:focus,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled.usa-focus,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true].usa-focus,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true],
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--hover {
  color: #1a4480;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button.usa-button--active {
  color: #162e51;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true],
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:hover,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:hover,
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:focus {
  color: #757575;
}
@media (forced-colors: active) {
  .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled,
  .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true],
  .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button:disabled:hover,
  .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:hover,
  .usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon > g {
  fill: transparent;
}
.usa-table th[data-sortable][aria-sort=descending] .usa-table__header__button .usa-icon > g.descending {
  fill: #1b1b1b;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button {
  color: #2378c3;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  justify-content: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: 2rem;
  width: 2rem;
  background-position: center center;
  background-size: 1.5rem;
  color: #71767a;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  position: absolute;
  right: 0.25rem;
  text-align: center;
  text-decoration: none;
  top: 50%;
  transform: translate(0, -50%);
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:visited {
  color: #54278f;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:hover {
  color: #1a4480;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:active {
  color: #162e51;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:hover,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--hover,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:hover,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:hover,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-button--hover,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true].usa-button--hover,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:active,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--active,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:active,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:active,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-button--active,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true].usa-button--active,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:focus,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:focus,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled.usa-focus,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true].usa-focus,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true],
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--disabled {
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--hover {
  color: #1a4480;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button.usa-button--active {
  color: #162e51;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true],
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:hover,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:hover,
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:focus {
  color: #757575;
}
@media (forced-colors: active) {
  .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled,
  .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true],
  .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button:disabled:hover,
  .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:hover,
  .usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button[aria-disabled=true]:focus {
    color: GrayText;
  }
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: middle;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon > g {
  fill: transparent;
}
.usa-table th[data-sortable][aria-sort=ascending] .usa-table__header__button .usa-icon > g.ascending {
  fill: #1b1b1b;
}
.usa-table thead th[aria-sort] {
  background-color: #5e9f69;
  color: #1b1b1b;
}
.usa-table td[data-sort-active],
.usa-table th[data-sort-active] {
  background-color: #e1f3f8;
  color: #1b1b1b;
}
.usa-table--borderless thead {
}
.usa-table--borderless thead th {
  background-color: white;
  border-top: 0;
  color: #1b1b1b;
}
.usa-table--borderless thead th[aria-sort] {
  color: #1b1b1b;
}
.usa-table--borderless thead th[data-sortable]:not([aria-sort]) .usa-table__header__button .usa-icon > g.unsorted {
  fill: #1b1b1b;
}
.usa-table--borderless thead th[data-sortable]:not([aria-sort]) .usa-table__header__button:hover .usa-icon > g.unsorted {
  fill: black;
}
.usa-table--borderless th,
.usa-table--borderless td {
  border-left: 0;
  border-right: 0;
}
.usa-table--compact th,
.usa-table--compact td {
  padding: 0.25rem 0.75rem;
}
.usa-table--striped tbody tr:nth-child(odd) td,
.usa-table--striped tbody tr:nth-child(odd) th {
  background-color: #f6f6f6;
  color: #1b1b1b;
}
.usa-table--striped tbody tr:nth-child(odd) td[data-sort-active],
.usa-table--striped tbody tr:nth-child(odd) th[data-sort-active] {
  background-color: #c3ebfa;
  color: #1b1b1b;
}
@media all and (max-width: 29.99em) {
  .usa-table--stacked thead {
    display: none;
  }
  .usa-table--stacked th,
  .usa-table--stacked td {
    border-bottom-width: 0;
    display: block;
    width: 100%;
  }
  .usa-table--stacked tr {
    border-bottom: 0.25rem solid #dfe1e2;
    border-top-width: 0;
    width: 100%;
  }
  .usa-table--stacked tr th:first-child,
  .usa-table--stacked tr td:first-child {
    border-top-width: 0;
  }
  .usa-table--stacked tr:nth-child(odd) td,
  .usa-table--stacked tr:nth-child(odd) th {
    background-color: inherit;
  }
  .usa-table--stacked tr:first-child th:first-child,
  .usa-table--stacked tr:first-child td:first-child {
    border-top: 0.25rem solid #dfe1e2;
  }
  .usa-table--stacked th[data-label],
  .usa-table--stacked td[data-label] {
    padding-bottom: 0.75rem;
  }
  .usa-table--stacked th[data-label]:before,
  .usa-table--stacked td[data-label]:before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin: -0.5rem -1rem 0rem;
    padding: 0.75rem 1rem 0.25rem;
  }
}
@media all and (max-width: 29.99em) {
  .usa-table--stacked-header thead {
    display: none;
  }
  .usa-table--stacked-header th,
  .usa-table--stacked-header td {
    border-bottom-width: 0;
    display: block;
    width: 100%;
  }
  .usa-table--stacked-header tr {
    border-bottom: 0.25rem solid #dfe1e2;
    border-top-width: 0;
    width: 100%;
  }
  .usa-table--stacked-header tr th:first-child,
  .usa-table--stacked-header tr td:first-child {
    border-top-width: 0;
  }
  .usa-table--stacked-header tr:nth-child(odd) td,
  .usa-table--stacked-header tr:nth-child(odd) th {
    background-color: inherit;
  }
  .usa-table--stacked-header tr:first-child th:first-child,
  .usa-table--stacked-header tr:first-child td:first-child {
    border-top: 0.25rem solid #dfe1e2;
  }
  .usa-table--stacked-header th[data-label],
  .usa-table--stacked-header td[data-label] {
    padding-bottom: 0.75rem;
  }
  .usa-table--stacked-header th[data-label]:before,
  .usa-table--stacked-header td[data-label]:before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin: -0.5rem -1rem 0rem;
    padding: 0.75rem 1rem 0.25rem;
  }
  .usa-table--stacked-header tr td:first-child,
  .usa-table--stacked-header tr th:first-child {
    font-family:
      Helvetica Neue,
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-size: 1.01rem;
    line-height: 1.2;
    background-color: #2f4668;
    color: white;
    font-weight: 700;
    padding: 0.75rem 1rem;
  }
  .usa-table--stacked-header tr td:first-child:before,
  .usa-table--stacked-header tr th:first-child:before {
    display: none;
  }
}
.width-mobile .usa-table--stacked thead {
  display: none;
}
.width-mobile .usa-table--stacked th,
.width-mobile .usa-table--stacked td {
  border-bottom-width: 0;
  display: block;
  width: 100%;
}
.width-mobile .usa-table--stacked tr {
  border-bottom: 0.25rem solid #dfe1e2;
  border-top-width: 0;
  width: 100%;
}
.width-mobile .usa-table--stacked tr th:first-child,
.width-mobile .usa-table--stacked tr td:first-child {
  border-top-width: 0;
}
.width-mobile .usa-table--stacked tr:nth-child(odd) td,
.width-mobile .usa-table--stacked tr:nth-child(odd) th {
  background-color: inherit;
}
.width-mobile .usa-table--stacked tr:first-child th:first-child,
.width-mobile .usa-table--stacked tr:first-child td:first-child {
  border-top: 0.25rem solid #dfe1e2;
}
.width-mobile .usa-table--stacked th[data-label],
.width-mobile .usa-table--stacked td[data-label] {
  padding-bottom: 0.75rem;
}
.width-mobile .usa-table--stacked th[data-label]:before,
.width-mobile .usa-table--stacked td[data-label]:before {
  content: attr(data-label);
  display: block;
  font-weight: 700;
  margin: -0.5rem -1rem 0rem;
  padding: 0.75rem 1rem 0.25rem;
}
.width-mobile .usa-table--stacked-header thead {
  display: none;
}
.width-mobile .usa-table--stacked-header th,
.width-mobile .usa-table--stacked-header td {
  border-bottom-width: 0;
  display: block;
  width: 100%;
}
.width-mobile .usa-table--stacked-header tr {
  border-bottom: 0.25rem solid #dfe1e2;
  border-top-width: 0;
  width: 100%;
}
.width-mobile .usa-table--stacked-header tr th:first-child,
.width-mobile .usa-table--stacked-header tr td:first-child {
  border-top-width: 0;
}
.width-mobile .usa-table--stacked-header tr:nth-child(odd) td,
.width-mobile .usa-table--stacked-header tr:nth-child(odd) th {
  background-color: inherit;
}
.width-mobile .usa-table--stacked-header tr:first-child th:first-child,
.width-mobile .usa-table--stacked-header tr:first-child td:first-child {
  border-top: 0.25rem solid #dfe1e2;
}
.width-mobile .usa-table--stacked-header th[data-label],
.width-mobile .usa-table--stacked-header td[data-label] {
  padding-bottom: 0.75rem;
}
.width-mobile .usa-table--stacked-header th[data-label]:before,
.width-mobile .usa-table--stacked-header td[data-label]:before {
  content: attr(data-label);
  display: block;
  font-weight: 700;
  margin: -0.5rem -1rem 0rem;
  padding: 0.75rem 1rem 0.25rem;
}
.width-mobile .usa-table--stacked-header tr td:first-child,
.width-mobile .usa-table--stacked-header tr th:first-child {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 1.01rem;
  line-height: 1.2;
  background-color: #2f4668;
  color: white;
  font-weight: 700;
  padding: 0.75rem 1rem;
}
.width-mobile .usa-table--stacked-header tr td:first-child:before,
.width-mobile .usa-table--stacked-header tr th:first-child:before {
  display: none;
}
.usa-table--sticky-header {
  border: 1px solid #dfe1e2;
  border-collapse: separate;
}
.usa-table--sticky-header td,
.usa-table--sticky-header th {
  border-left: none;
  border-top: none;
}
.usa-table--sticky-header td:last-child,
.usa-table--sticky-header th:last-child {
  border-right: none;
}
.usa-table--sticky-header tbody tr:last-child td,
.usa-table--sticky-header tbody tr:last-child th {
  border-bottom: none;
}
.usa-table--sticky-header thead {
  position: sticky;
  top: -1px;
}
.usa-table--sticky-header.usa-table--borderless {
  border: none;
}
.usa-table--sticky-header.usa-table--borderless thead th {
  background-color: white;
}
.usa-table--sticky-header.usa-table--borderless td,
.usa-table--sticky-header.usa-table--borderless th {
  border-right: none;
}
.usa-table-container--scrollable {
  margin: 1.25rem 0;
  overflow-y: hidden;
}
.usa-table-container--scrollable .usa-table {
  margin: 0;
}
.usa-table-container--scrollable td {
  white-space: nowrap;
}
.usa-tag {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.89rem;
  color: white;
  text-transform: uppercase;
  background-color: #565c65;
  border-radius: 2px;
  margin-right: 0.25rem;
  padding: 1px 0.5rem;
}
.usa-tag:only-of-type {
  margin-right: 0;
}
.usa-tag--big {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
}
.usa-tooltip {
  display: inline-block;
  position: relative;
}
.usa-tooltip__trigger {
  cursor: pointer;
}
.usa-tooltip__trigger > svg {
  display: block;
  pointer-events: none;
}
.usa-tooltip__body,
.usa-tooltip__body--top {
  transition: opacity 0.08s ease-in-out;
  background-color: #1b1b1b;
  border-radius: 0.25rem;
  color: #f0f0f0;
  display: none;
  font-size: 0.95rem;
  opacity: 0;
  padding: 0.5rem;
  width: auto;
  white-space: pre;
  z-index: 100000;
  position: absolute;
}
.usa-tooltip__body::after,
.usa-tooltip__body--top::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1b1b1b;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}
.usa-tooltip__body::before,
.usa-tooltip__body--top::before {
  content: "";
  display: block;
  position: absolute;
}
.usa-tooltip__body--wrap {
  width: 100%;
  white-space: normal;
  text-align: center;
  min-width: 50vw;
}
.usa-tooltip__body.is-set {
  display: block;
}
.usa-tooltip__body.is-visible {
  opacity: 1;
}
.usa-tooltip__body--top::before {
  top: 100%;
  height: 5px;
  left: 0;
  right: 0;
}
.usa-tooltip__body--bottom::before {
  bottom: 100%;
  height: 5px;
  left: 0;
  right: 0;
}
.usa-tooltip__body--bottom::after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1b1b1b;
  border-top: 0;
  bottom: auto;
  top: -5px;
}
.usa-tooltip__body--right::before {
  right: 100%;
  bottom: 0;
  top: 0;
  width: 5px;
}
.usa-tooltip__body--right::after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #1b1b1b;
  border-left: 0;
  right: auto;
  top: 50%;
  bottom: 0;
  left: -5px;
  margin: -5px 0 0 0;
}
.usa-tooltip__body--left::before {
  left: 100%;
  bottom: 0;
  top: 0;
  width: 5px;
}
.usa-tooltip__body--left::after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #1b1b1b;
  border-right: 0;
  right: -5px;
  top: 50%;
  bottom: 0;
  left: auto;
  margin: -5px 0 0 0;
}
.usa-character-count__status {
  display: inline-block;
  padding-top: 0.25rem;
}
.usa-character-count__status.usa-character-count__status--invalid {
  color: #d83933;
  font-weight: 700;
}
.usa-input:disabled,
.usa-input[aria-disabled=true] {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
  -webkit-text-fill-color: #454545;
}
.usa-input:disabled:hover,
.usa-input:disabled:active,
.usa-input:disabled:focus,
.usa-input:disabled.usa-focus,
.usa-input[aria-disabled=true]:hover,
.usa-input[aria-disabled=true]:active,
.usa-input[aria-disabled=true]:focus,
.usa-input[aria-disabled=true].usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-input:disabled,
  .usa-input[aria-disabled=true] {
    border: 0;
    color: GrayText;
  }
  .usa-input:disabled:hover,
  .usa-input:disabled:active,
  .usa-input:disabled:focus,
  .usa-input:disabled.usa-focus,
  .usa-input[aria-disabled=true]:hover,
  .usa-input[aria-disabled=true]:active,
  .usa-input[aria-disabled=true]:focus,
  .usa-input[aria-disabled=true].usa-focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-input:disabled,
  .usa-input[aria-disabled=true] {
    border: 2px solid GrayText;
  }
}
.usa-input--error {
  border-width: 0.25rem;
  border-color: #d83933;
  border-style: solid;
  padding-top: calc(0.5rem - 0.25rem);
  padding-bottom: calc(0.5rem - 0.25rem);
}
.usa-input--success {
  border-width: 0.25rem;
  border-color: #00a91c;
  border-style: solid;
  padding-top: calc(0.5rem - 0.25rem);
  padding-bottom: calc(0.5rem - 0.25rem);
}
.usa-fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.usa-legend {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1;
  display: block;
  font-weight: normal;
  margin-top: 1.5rem;
  max-width: 30rem;
}
.usa-legend--large {
  font-size: 2.03rem;
  font-weight: 700;
  margin-top: 1rem;
}
.usa-input-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-input-list li {
  line-height: 1;
}
.usa-prose .usa-input-list {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
}
.usa-prose .usa-input-list li {
  line-height: 1;
}
.usa-checkbox {
  background: white;
}
.usa-checkbox__label {
  color: #1b1b1b;
}
.usa-checkbox__label::before {
  background: white;
  box-shadow: 0 0 0 2px #1b1b1b;
}
@media (forced-colors: active) {
  .usa-checkbox__label::before {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
.usa-checkbox__input:checked + [class*=__label]::before {
  background-color: #2378c3;
  box-shadow: 0 0 0 2px #2378c3;
}
.usa-checkbox__input:disabled + [class*=__label],
.usa-checkbox__input[aria-disabled=true] + [class*=__label] {
  color: #757575;
  cursor: not-allowed;
}
@media (forced-colors: active) {
  .usa-checkbox__input:disabled + [class*=__label],
  .usa-checkbox__input[aria-disabled=true] + [class*=__label] {
    color: GrayText;
  }
}
.usa-checkbox__input:disabled + [class*=__label]::before,
.usa-checkbox__input[aria-disabled=true] + [class*=__label]::before {
  background-color: white;
  box-shadow: 0 0 0 2px #757575;
}
.usa-checkbox__input--tile + [class*=__label] {
  background-color: white;
  border: 2px solid #c9c9c9;
  color: #1b1b1b;
}
.usa-checkbox__input--tile:checked + [class*=__label] {
  background-color: rgba(35, 120, 195, 0.1);
  border-color: #2378c3;
}
@media (forced-colors: active) {
  .usa-checkbox__input--tile:checked + [class*=__label] {
    border: ButtonText solid 0.25rem;
  }
}
.usa-checkbox__input--tile:disabled + [class*=__label],
.usa-checkbox__input--tile[aria-disabled=true] + [class*=__label] {
  border-color: #e6e6e6;
}
.usa-checkbox__input--tile:disabled:checked + [class*=__label],
.usa-checkbox__input--tile:disabled:indeterminate + [class*=__label],
.usa-checkbox__input--tile:disabled[data-indeterminate] + [class*=__label],
.usa-checkbox__input--tile[aria-disabled=true]:checked + [class*=__label],
.usa-checkbox__input--tile[aria-disabled=true]:indeterminate + [class*=__label],
.usa-checkbox__input--tile[aria-disabled=true][data-indeterminate] + [class*=__label] {
  background-color: white;
}
.usa-checkbox__input:indeterminate + [class*=__label]::before,
.usa-checkbox__input[data-indeterminate] + [class*=__label]::before {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/checkbox-indeterminate.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #2378c3;
  box-shadow: 0 0 0 2px #2378c3;
  background-position: center center;
  background-size: 0.75rem auto;
}
@media (forced-colors: active) {
  .usa-checkbox__input:indeterminate + [class*=__label]::before,
  .usa-checkbox__input[data-indeterminate] + [class*=__label]::before {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/checkbox-indeterminate-alt.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: SelectedItem;
  }
}
.usa-checkbox__input:indeterminate:disabled + [class*=__label]::before,
.usa-checkbox__input:indeterminate[aria-disabled=true] + [class*=__label]::before,
.usa-checkbox__input[data-indeterminate]:disabled + [class*=__label]::before,
.usa-checkbox__input[data-indeterminate][aria-disabled=true] + [class*=__label]::before {
  box-shadow: 0 0 0 2px #757575;
}
.usa-checkbox__input:indeterminate:disabled + [class*=__label],
.usa-checkbox__input:indeterminate[aria-disabled=true] + [class*=__label],
.usa-checkbox__input[data-indeterminate]:disabled + [class*=__label],
.usa-checkbox__input[data-indeterminate][aria-disabled=true] + [class*=__label] {
  border-color: #e6e6e6;
}
.usa-checkbox__input--tile:indeterminate + [class*=__label],
.usa-checkbox__input--tile[data-indeterminate] + [class*=__label] {
  background-color: rgba(35, 120, 195, 0.1);
  border-color: #2378c3;
}
@media (forced-colors: active) {
  .usa-checkbox__input--tile:indeterminate + [class*=__label],
  .usa-checkbox__input--tile[data-indeterminate] + [class*=__label] {
    border: ButtonText solid 0.25rem;
  }
}
.usa-checkbox__input:checked + [class*=__label]::before,
.usa-checkbox__input:checked:disabled + [class*=__label]::before,
.usa-checkbox__input:checked[aria-disabled=true] + [class*=__label]::before {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/correct8.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .usa-checkbox__input:checked + [class*=__label]::before,
  .usa-checkbox__input:checked:disabled + [class*=__label]::before,
  .usa-checkbox__input:checked[aria-disabled=true] + [class*=__label]::before {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/correct8-alt.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
  }
}
.usa-checkbox__input:checked:disabled + [class*=__label]::before,
.usa-checkbox__input:checked[aria-disabled=true] + [class*=__label]::before,
.usa-checkbox__input:indeterminate:disabled + [class*=__label]::before,
.usa-checkbox__input:indeterminate[aria-disabled=true] + [class*=__label]::before,
.usa-checkbox__input[data-indeterminate]:disabled + [class*=__label]::before,
.usa-checkbox__input[data-indeterminate][aria-disabled=true] + [class*=__label]::before {
  background-color: #757575;
}
@media (forced-colors: active) {
  .usa-checkbox__input:checked:disabled + [class*=__label]::before,
  .usa-checkbox__input:checked[aria-disabled=true] + [class*=__label]::before,
  .usa-checkbox__input:indeterminate:disabled + [class*=__label]::before,
  .usa-checkbox__input:indeterminate[aria-disabled=true] + [class*=__label]::before,
  .usa-checkbox__input[data-indeterminate]:disabled + [class*=__label]::before,
  .usa-checkbox__input[data-indeterminate][aria-disabled=true] + [class*=__label]::before {
    background-color: GrayText;
  }
}
.usa-checkbox__input {
  position: absolute;
  left: -999em;
  right: auto;
}
.usa-checkbox__input:focus + [class*=__label]::before {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0.25rem;
}
.usa-checkbox__input--tile + [class*=__label] {
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
}
.usa-checkbox__input--tile + [class*=__label]::before {
  left: 0.5rem;
}
.usa-checkbox__input:checked + [class*=__label]::before {
  background-position: center center;
  background-size: 0.75rem auto;
}
@media print {
  .usa-checkbox__input:checked + [class*=__label]::before {
    background-image: none;
    background-color: white;
    content: "\2714";
    text-align: center;
  }
}
@media (forced-colors: active) {
  .usa-checkbox__input:checked + [class*=__label]::before {
    background-color: SelectedItem;
  }
}
.usa-checkbox__label {
  cursor: pointer;
  display: inherit;
  font-weight: normal;
  margin-top: 0.75rem;
  padding-left: 2rem;
  position: relative;
}
.usa-checkbox__label::before {
  content: " ";
  display: block;
  left: 0;
  margin-left: 2px;
  margin-top: -0.215rem;
  position: absolute;
}
.usa-checkbox__label::before {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 2px;
}
.usa-checkbox__label-description {
  display: block;
  font-size: 0.89rem;
  margin-top: 0.5rem;
}
.usa-select {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/unfold_more.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  appearance: none;
  background-color: white;
  background-position: right 0.5rem center;
  background-size: 1.25rem;
  padding-right: 2rem;
}
.usa-select::-ms-expand {
  display: none;
}
.usa-select:-webkit-autofill {
  appearance: menulist;
}
.usa-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 black;
}
.usa-select[multiple] {
  height: auto;
  background-image: none;
  padding-right: 0;
}
.usa-select option {
  overflow: hidden;
  text-overflow: ellipsis;
}
.usa-select:disabled,
.usa-select[aria-disabled=true] {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-select:disabled:hover,
.usa-select:disabled:active,
.usa-select:disabled:focus,
.usa-select:disabled.usa-focus,
.usa-select[aria-disabled=true]:hover,
.usa-select[aria-disabled=true]:active,
.usa-select[aria-disabled=true]:focus,
.usa-select[aria-disabled=true].usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-select:disabled,
  .usa-select[aria-disabled=true] {
    border: 0;
    color: GrayText;
  }
  .usa-select:disabled:hover,
  .usa-select:disabled:active,
  .usa-select:disabled:focus,
  .usa-select:disabled.usa-focus,
  .usa-select[aria-disabled=true]:hover,
  .usa-select[aria-disabled=true]:active,
  .usa-select[aria-disabled=true]:focus,
  .usa-select[aria-disabled=true].usa-focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-select:disabled,
  .usa-select[aria-disabled=true] {
    border: 2px solid GrayText;
  }
}
@media (forced-colors: active) {
  .usa-select {
    appearance: listbox;
    background-image: none;
    padding-right: 0;
  }
}
.usa-combo-box {
  max-width: 30rem;
  position: relative;
}
.usa-combo-box--pristine .usa-combo-box__input {
  padding-right: calc(5em + 4px);
}
.usa-combo-box--pristine .usa-combo-box__input::-ms-clear {
  display: none;
}
.usa-combo-box--pristine .usa-combo-box__clear-input {
  display: block;
}
@media (forced-colors: active) {
  .usa-combo-box--pristine .usa-combo-box__clear-input {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem 1rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    height: 1.5rem;
    width: auto;
    top: 0.5rem;
  }
  @supports (mask: url()) {
    .usa-combo-box--pristine .usa-combo-box__clear-input {
      background: none;
      background-color: ButtonText;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/close.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1rem 1rem;
    }
  }
}
.usa-combo-box__input {
  appearance: none;
  margin-bottom: 0;
  max-width: none;
  padding-right: calc(2.5em + 3px);
}
.usa-combo-box__input:disabled,
.usa-combo-box__input[aria-disabled=true] {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
  -webkit-text-fill-color: #454545;
}
.usa-combo-box__input:disabled:hover,
.usa-combo-box__input:disabled:active,
.usa-combo-box__input:disabled:focus,
.usa-combo-box__input:disabled.usa-focus,
.usa-combo-box__input[aria-disabled=true]:hover,
.usa-combo-box__input[aria-disabled=true]:active,
.usa-combo-box__input[aria-disabled=true]:focus,
.usa-combo-box__input[aria-disabled=true].usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-combo-box__input:disabled,
  .usa-combo-box__input[aria-disabled=true] {
    border: 0;
    color: GrayText;
  }
  .usa-combo-box__input:disabled:hover,
  .usa-combo-box__input:disabled:active,
  .usa-combo-box__input:disabled:focus,
  .usa-combo-box__input:disabled.usa-focus,
  .usa-combo-box__input[aria-disabled=true]:hover,
  .usa-combo-box__input[aria-disabled=true]:active,
  .usa-combo-box__input[aria-disabled=true]:focus,
  .usa-combo-box__input[aria-disabled=true].usa-focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-combo-box__input:disabled,
  .usa-combo-box__input[aria-disabled=true] {
    border: 2px solid GrayText;
  }
}
.usa-combo-box__input:disabled::placeholder,
.usa-combo-box__input[aria-disabled=true]::placeholder {
  opacity: 1;
}
.usa-combo-box__input:disabled ~ .usa-combo-box__input-button-separator,
.usa-combo-box__input[aria-disabled=true] ~ .usa-combo-box__input-button-separator {
  background-color: #454545;
  cursor: not-allowed;
}
button.usa-combo-box__toggle-list:focus,
button.usa-combo-box__clear-input:focus {
  outline-offset: -4px;
}
button.usa-combo-box__toggle-list:disabled,
button.usa-combo-box__toggle-list[aria-disabled=true],
button.usa-combo-box__clear-input:disabled,
button.usa-combo-box__clear-input[aria-disabled=true] {
  cursor: not-allowed;
}
.usa-combo-box__toggle-list__wrapper:focus,
.usa-combo-box__clear-input__wrapper:focus {
  outline: 0;
}
.usa-combo-box__toggle-list,
.usa-combo-box__clear-input {
  background-color: transparent;
  background-position: center;
  background-size: auto 1.5rem;
  border: 0;
  bottom: 1px;
  cursor: pointer;
  margin-bottom: 0;
  opacity: 0.6;
  padding-right: 2rem;
  position: absolute;
  top: 1px;
  z-index: 100;
}
.usa-combo-box__clear-input {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/close.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  display: none;
  right: calc(2.5em + 3px);
}
.usa-combo-box__toggle-list {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/expand_more.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: auto 2rem;
  right: 1px;
}
@media (forced-colors: active) {
  .usa-combo-box__toggle-list {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/expand_more.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem 1rem;
    display: inline-block;
    height: 1rem;
    width: 1rem;
    height: auto;
    width: auto;
  }
  @supports (mask: url()) {
    .usa-combo-box__toggle-list {
      background: none;
      background-color: ButtonText;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/expand_more.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 1rem 1rem;
    }
  }
  .usa-combo-box__toggle-list:disabled,
  .usa-combo-box__toggle-list[aria-disabled=true] {
    background-color: GrayText;
  }
}
.usa-combo-box__input-button-separator {
  background-color: #c6cace;
  position: absolute;
  top: 1px;
  height: calc(100% - 1rem);
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  width: 1px;
  right: calc(2.5em + 2px);
  box-sizing: border-box;
  z-index: 200;
}
@media (forced-colors: active) {
  .usa-combo-box__input-button-separator {
    background-color: ButtonText;
  }
}
.usa-combo-box__list {
  border-width: 1px;
  border-color: #565c65;
  border-style: solid;
  background-color: white;
  border-radius: 0;
  border-top: 0;
  margin: 0;
  max-height: 12.1em;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 300;
}
.usa-combo-box__list:focus {
  outline: 0;
}
.usa-combo-box__list-option {
  border-bottom: 1px solid #dfe1e2;
  cursor: pointer;
  display: block;
  padding: 0.5rem;
}
.usa-combo-box__list-option--focused {
  outline: 2px solid #162e51;
  outline-offset: -2px;
  position: relative;
  z-index: 100;
}
.usa-combo-box__list-option--focused:focus {
  outline-offset: -4px;
}
.usa-combo-box__list-option--selected {
  background-color: #2378c3;
  border-color: #2378c3;
  color: white;
}
.usa-combo-box__list-option--no-results {
  cursor: not-allowed;
  display: block;
  padding: 0.5rem;
}
.usa-date-picker__wrapper {
  display: none;
  position: relative;
  max-width: 30rem;
}
.usa-date-picker__wrapper:focus {
  outline: 0;
}
.usa-date-picker__external-input[aria-disabled=true] + .usa-date-picker__button,
.usa-date-picker__calendar__year:disabled,
.usa-date-picker__calendar__previous-year-chunk:disabled,
.usa-date-picker__calendar__next-year-chunk:disabled,
.usa-date-picker__calendar__month:disabled,
.usa-date-picker__calendar__year-selection:disabled,
.usa-date-picker__calendar__month-selection:disabled,
.usa-date-picker__calendar__date:disabled,
.usa-date-picker__calendar__previous-year:disabled,
.usa-date-picker__calendar__previous-month:disabled,
.usa-date-picker__calendar__next-year:disabled,
.usa-date-picker__calendar__next-month:disabled,
.usa-date-picker__button:disabled,
[aria-disabled=true].usa-date-picker__calendar__year,
[aria-disabled=true].usa-date-picker__calendar__previous-year-chunk,
[aria-disabled=true].usa-date-picker__calendar__next-year-chunk,
[aria-disabled=true].usa-date-picker__calendar__month,
[aria-disabled=true].usa-date-picker__calendar__year-selection,
[aria-disabled=true].usa-date-picker__calendar__month-selection,
[aria-disabled=true].usa-date-picker__calendar__date,
[aria-disabled=true].usa-date-picker__calendar__previous-year,
[aria-disabled=true].usa-date-picker__calendar__previous-month,
[aria-disabled=true].usa-date-picker__calendar__next-year,
[aria-disabled=true].usa-date-picker__calendar__next-month,
[aria-disabled=true].usa-date-picker__button {
  cursor: not-allowed;
  opacity: 0.6;
}
.usa-date-picker__external-input[aria-disabled=true] + .usa-date-picker__button:hover,
.usa-date-picker__calendar__year:hover:disabled,
.usa-date-picker__calendar__previous-year-chunk:hover:disabled,
.usa-date-picker__calendar__next-year-chunk:hover:disabled,
.usa-date-picker__calendar__month:hover:disabled,
.usa-date-picker__calendar__year-selection:hover:disabled,
.usa-date-picker__calendar__month-selection:hover:disabled,
.usa-date-picker__calendar__date:hover:disabled,
.usa-date-picker__calendar__previous-year:hover:disabled,
.usa-date-picker__calendar__previous-month:hover:disabled,
.usa-date-picker__calendar__next-year:hover:disabled,
.usa-date-picker__calendar__next-month:hover:disabled,
.usa-date-picker__button:hover:disabled,
[aria-disabled=true].usa-date-picker__calendar__year:hover,
[aria-disabled=true].usa-date-picker__calendar__previous-year-chunk:hover,
[aria-disabled=true].usa-date-picker__calendar__next-year-chunk:hover,
[aria-disabled=true].usa-date-picker__calendar__month:hover,
[aria-disabled=true].usa-date-picker__calendar__year-selection:hover,
[aria-disabled=true].usa-date-picker__calendar__month-selection:hover,
[aria-disabled=true].usa-date-picker__calendar__date:hover,
[aria-disabled=true].usa-date-picker__calendar__previous-year:hover,
[aria-disabled=true].usa-date-picker__calendar__previous-month:hover,
[aria-disabled=true].usa-date-picker__calendar__next-year:hover,
[aria-disabled=true].usa-date-picker__calendar__next-month:hover,
[aria-disabled=true].usa-date-picker__button:hover {
  background-color: initial;
}
@media (forced-colors: active) {
  .usa-date-picker__external-input[aria-disabled=true] + .usa-date-picker__button,
  .usa-date-picker__calendar__year:disabled,
  .usa-date-picker__calendar__previous-year-chunk:disabled,
  .usa-date-picker__calendar__next-year-chunk:disabled,
  .usa-date-picker__calendar__month:disabled,
  .usa-date-picker__calendar__year-selection:disabled,
  .usa-date-picker__calendar__month-selection:disabled,
  .usa-date-picker__calendar__date:disabled,
  .usa-date-picker__calendar__previous-year:disabled,
  .usa-date-picker__calendar__previous-month:disabled,
  .usa-date-picker__calendar__next-year:disabled,
  .usa-date-picker__calendar__next-month:disabled,
  .usa-date-picker__button:disabled,
  [aria-disabled=true].usa-date-picker__calendar__year,
  [aria-disabled=true].usa-date-picker__calendar__previous-year-chunk,
  [aria-disabled=true].usa-date-picker__calendar__next-year-chunk,
  [aria-disabled=true].usa-date-picker__calendar__month,
  [aria-disabled=true].usa-date-picker__calendar__year-selection,
  [aria-disabled=true].usa-date-picker__calendar__month-selection,
  [aria-disabled=true].usa-date-picker__calendar__date,
  [aria-disabled=true].usa-date-picker__calendar__previous-year,
  [aria-disabled=true].usa-date-picker__calendar__previous-month,
  [aria-disabled=true].usa-date-picker__calendar__next-year,
  [aria-disabled=true].usa-date-picker__calendar__next-month,
  [aria-disabled=true].usa-date-picker__button {
    background-color: GrayText;
  }
  .usa-date-picker__external-input[aria-disabled=true] + .usa-date-picker__button:hover,
  .usa-date-picker__calendar__year:hover:disabled,
  .usa-date-picker__calendar__previous-year-chunk:hover:disabled,
  .usa-date-picker__calendar__next-year-chunk:hover:disabled,
  .usa-date-picker__calendar__month:hover:disabled,
  .usa-date-picker__calendar__year-selection:hover:disabled,
  .usa-date-picker__calendar__month-selection:hover:disabled,
  .usa-date-picker__calendar__date:hover:disabled,
  .usa-date-picker__calendar__previous-year:hover:disabled,
  .usa-date-picker__calendar__previous-month:hover:disabled,
  .usa-date-picker__calendar__next-year:hover:disabled,
  .usa-date-picker__calendar__next-month:hover:disabled,
  .usa-date-picker__button:hover:disabled,
  [aria-disabled=true].usa-date-picker__calendar__year:hover,
  [aria-disabled=true].usa-date-picker__calendar__previous-year-chunk:hover,
  [aria-disabled=true].usa-date-picker__calendar__next-year-chunk:hover,
  [aria-disabled=true].usa-date-picker__calendar__month:hover,
  [aria-disabled=true].usa-date-picker__calendar__year-selection:hover,
  [aria-disabled=true].usa-date-picker__calendar__month-selection:hover,
  [aria-disabled=true].usa-date-picker__calendar__date:hover,
  [aria-disabled=true].usa-date-picker__calendar__previous-year:hover,
  [aria-disabled=true].usa-date-picker__calendar__previous-month:hover,
  [aria-disabled=true].usa-date-picker__calendar__next-year:hover,
  [aria-disabled=true].usa-date-picker__calendar__next-month:hover,
  [aria-disabled=true].usa-date-picker__button:hover {
    background-color: GrayText;
  }
}
.usa-date-picker__calendar__year,
.usa-date-picker__calendar__previous-year-chunk,
.usa-date-picker__calendar__next-year-chunk,
.usa-date-picker__calendar__month,
.usa-date-picker__calendar__year-selection,
.usa-date-picker__calendar__month-selection,
.usa-date-picker__calendar__date,
.usa-date-picker__calendar__previous-year,
.usa-date-picker__calendar__previous-month,
.usa-date-picker__calendar__next-year,
.usa-date-picker__calendar__next-month,
.usa-date-picker__button {
  background-color: #f0f0f0;
  border: 0;
  width: 100%;
}
.usa-date-picker__calendar__year:not([disabled]),
.usa-date-picker__calendar__previous-year-chunk:not([disabled]),
.usa-date-picker__calendar__next-year-chunk:not([disabled]),
.usa-date-picker__calendar__month:not([disabled]),
.usa-date-picker__calendar__year-selection:not([disabled]),
.usa-date-picker__calendar__month-selection:not([disabled]),
.usa-date-picker__calendar__date:not([disabled]),
.usa-date-picker__calendar__previous-year:not([disabled]),
.usa-date-picker__calendar__previous-month:not([disabled]),
.usa-date-picker__calendar__next-year:not([disabled]),
.usa-date-picker__calendar__next-month:not([disabled]),
.usa-date-picker__button:not([disabled]) {
  cursor: pointer;
}
.usa-date-picker__calendar__year:not([disabled]):focus,
.usa-date-picker__calendar__previous-year-chunk:not([disabled]):focus,
.usa-date-picker__calendar__next-year-chunk:not([disabled]):focus,
.usa-date-picker__calendar__month:not([disabled]):focus,
.usa-date-picker__calendar__year-selection:not([disabled]):focus,
.usa-date-picker__calendar__month-selection:not([disabled]):focus,
.usa-date-picker__calendar__date:not([disabled]):focus,
.usa-date-picker__calendar__previous-year:not([disabled]):focus,
.usa-date-picker__calendar__previous-month:not([disabled]):focus,
.usa-date-picker__calendar__next-year:not([disabled]):focus,
.usa-date-picker__calendar__next-month:not([disabled]):focus,
.usa-date-picker__button:not([disabled]):focus {
  outline-offset: -4px;
}
.usa-date-picker__calendar__year:not([disabled]):hover,
.usa-date-picker__calendar__previous-year-chunk:not([disabled]):hover,
.usa-date-picker__calendar__next-year-chunk:not([disabled]):hover,
.usa-date-picker__calendar__month:not([disabled]):hover,
.usa-date-picker__calendar__year-selection:not([disabled]):hover,
.usa-date-picker__calendar__month-selection:not([disabled]):hover,
.usa-date-picker__calendar__date:not([disabled]):hover,
.usa-date-picker__calendar__previous-year:not([disabled]):hover,
.usa-date-picker__calendar__previous-month:not([disabled]):hover,
.usa-date-picker__calendar__next-year:not([disabled]):hover,
.usa-date-picker__calendar__next-month:not([disabled]):hover,
.usa-date-picker__button:not([disabled]):hover {
  background-color: #dfe1e2;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__year:not([disabled]):hover,
  .usa-date-picker__calendar__previous-year-chunk:not([disabled]):hover,
  .usa-date-picker__calendar__next-year-chunk:not([disabled]):hover,
  .usa-date-picker__calendar__month:not([disabled]):hover,
  .usa-date-picker__calendar__year-selection:not([disabled]):hover,
  .usa-date-picker__calendar__month-selection:not([disabled]):hover,
  .usa-date-picker__calendar__date:not([disabled]):hover,
  .usa-date-picker__calendar__previous-year:not([disabled]):hover,
  .usa-date-picker__calendar__previous-month:not([disabled]):hover,
  .usa-date-picker__calendar__next-year:not([disabled]):hover,
  .usa-date-picker__calendar__next-month:not([disabled]):hover,
  .usa-date-picker__button:not([disabled]):hover {
    background-color: buttontext;
  }
}
.usa-date-picker__calendar__year:not([disabled]):active,
.usa-date-picker__calendar__previous-year-chunk:not([disabled]):active,
.usa-date-picker__calendar__next-year-chunk:not([disabled]):active,
.usa-date-picker__calendar__month:not([disabled]):active,
.usa-date-picker__calendar__year-selection:not([disabled]):active,
.usa-date-picker__calendar__month-selection:not([disabled]):active,
.usa-date-picker__calendar__date:not([disabled]):active,
.usa-date-picker__calendar__previous-year:not([disabled]):active,
.usa-date-picker__calendar__previous-month:not([disabled]):active,
.usa-date-picker__calendar__next-year:not([disabled]):active,
.usa-date-picker__calendar__next-month:not([disabled]):active,
.usa-date-picker__button:not([disabled]):active {
  background-color: #a9aeb1;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__year:not([disabled]):active,
  .usa-date-picker__calendar__previous-year-chunk:not([disabled]):active,
  .usa-date-picker__calendar__next-year-chunk:not([disabled]):active,
  .usa-date-picker__calendar__month:not([disabled]):active,
  .usa-date-picker__calendar__year-selection:not([disabled]):active,
  .usa-date-picker__calendar__month-selection:not([disabled]):active,
  .usa-date-picker__calendar__date:not([disabled]):active,
  .usa-date-picker__calendar__previous-year:not([disabled]):active,
  .usa-date-picker__calendar__previous-month:not([disabled]):active,
  .usa-date-picker__calendar__next-year:not([disabled]):active,
  .usa-date-picker__calendar__next-month:not([disabled]):active,
  .usa-date-picker__button:not([disabled]):active {
    background-color: buttontext;
  }
}
.usa-date-picker--active .usa-date-picker__button {
  background-color: #f0f0f0;
}
@media (forced-colors: active) {
  .usa-date-picker--active .usa-date-picker__button {
    background-color: buttontext;
  }
}
.usa-date-picker--active .usa-date-picker__calendar {
  z-index: 400;
}
.usa-date-picker__button {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/calendar_today.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  align-self: stretch;
  background-color: transparent;
  background-position: center;
  background-size: 1.5rem;
  margin-top: 0.5em;
  width: 3em;
}
@media (forced-colors: active) {
  .usa-date-picker__button {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/calendar_today.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem 2.5rem;
    display: inline-block;
    height: 2.5rem;
    width: 3rem;
    mask-size: 1.5rem !important;
    position: relative;
  }
  @supports (mask: url()) {
    .usa-date-picker__button {
      background: none;
      background-color: ButtonText;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/calendar_today.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 2.5rem 2.5rem;
    }
  }
  .usa-date-picker__button:not([disabled]):focus,
  .usa-date-picker__button:not([disabled]):hover {
    background-color: Highlight;
  }
}
.usa-date-picker--initialized .usa-date-picker__wrapper {
  display: flex;
}
.usa-date-picker__calendar {
  background-color: #f0f0f0;
  left: auto;
  max-width: 20rem;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 100;
}
.usa-date-picker__calendar__table {
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.usa-date-picker__calendar__table th {
  font-weight: normal;
}
.usa-date-picker__calendar__table td {
  padding: 0;
}
.usa-date-picker__calendar__row {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
}
.usa-date-picker__calendar__cell {
  background-color: #f0f0f0;
  flex: 1;
}
.usa-date-picker__calendar__cell--center-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__cell--center-items:not([disabled]):hover {
    outline: 2px solid transparent;
    outline-offset: -2px;
  }
}
.usa-date-picker__calendar__previous-year,
.usa-date-picker__calendar__previous-month,
.usa-date-picker__calendar__next-year,
.usa-date-picker__calendar__next-month {
  background-position: center;
  background-size: auto 1.5rem;
  height: 1.5rem;
  padding: 20px 10px;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__previous-year,
  .usa-date-picker__calendar__previous-month,
  .usa-date-picker__calendar__next-year,
  .usa-date-picker__calendar__next-month {
    mask-size: 1.5rem !important;
  }
}
.usa-date-picker__calendar__previous-year:not([disabled]) {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_far_before.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__previous-year:not([disabled]) {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_far_before.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem 2.5rem;
    display: inline-block;
    height: 2.5rem;
    width: 3rem;
    background-color: buttonText;
  }
  @supports (mask: url()) {
    .usa-date-picker__calendar__previous-year:not([disabled]) {
      background: none;
      background-color: ButtonText;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_far_before.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 2.5rem 2.5rem;
    }
  }
}
.usa-date-picker__calendar__previous-month:not([disabled]) {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_before.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__previous-month:not([disabled]) {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_before.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem 2.5rem;
    display: inline-block;
    height: 2.5rem;
    width: 3rem;
    background-color: buttonText;
  }
  @supports (mask: url()) {
    .usa-date-picker__calendar__previous-month:not([disabled]) {
      background: none;
      background-color: ButtonText;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_before.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 2.5rem 2.5rem;
    }
  }
}
.usa-date-picker__calendar__next-year:not([disabled]) {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_far_next.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__next-year:not([disabled]) {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_far_next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem 2.5rem;
    display: inline-block;
    height: 2.5rem;
    width: 3rem;
    background-color: buttonText;
  }
  @supports (mask: url()) {
    .usa-date-picker__calendar__next-year:not([disabled]) {
      background: none;
      background-color: ButtonText;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_far_next.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 2.5rem 2.5rem;
    }
  }
}
.usa-date-picker__calendar__next-month:not([disabled]) {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_next.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__next-month:not([disabled]) {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem 2.5rem;
    display: inline-block;
    height: 2.5rem;
    width: 3rem;
    background-color: buttonText;
  }
  @supports (mask: url()) {
    .usa-date-picker__calendar__next-month:not([disabled]) {
      background: none;
      background-color: ButtonText;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_next.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 2.5rem 2.5rem;
    }
  }
}
.usa-date-picker__calendar__day-of-week {
  padding: 6px 0px;
}
.usa-date-picker__calendar__date {
  padding: 10px 0px;
}
.usa-date-picker__calendar__date--focused {
  outline: 2px solid #162e51;
  outline-offset: -2px;
  position: relative;
  z-index: 100;
}
.usa-date-picker__calendar__date--next-month:not([disabled]),
.usa-date-picker__calendar__date--previous-month:not([disabled]) {
  color: #5d5d52;
}
.usa-date-picker__calendar__date--selected,
.usa-date-picker__calendar__date--range-date {
  background-color: #0050d8;
  color: #f9f9f9;
}
.usa-date-picker__calendar__date--selected:not([disabled]),
.usa-date-picker__calendar__date--range-date:not([disabled]) {
  background-color: #0050d8;
  color: #f9f9f9;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__date--selected:not([disabled]),
  .usa-date-picker__calendar__date--range-date:not([disabled]) {
    border: ActiveText 2px solid;
  }
}
.usa-date-picker__calendar__date--selected:not([disabled]):hover,
.usa-date-picker__calendar__date--range-date:not([disabled]):hover {
  background-color: #0050d8;
  color: #e6e6e6;
}
.usa-date-picker__calendar__date--selected:not([disabled]):focus,
.usa-date-picker__calendar__date--range-date:not([disabled]):focus {
  background-color: #0050d8;
  color: #f9f9f9;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__date--selected:not([disabled]):focus,
  .usa-date-picker__calendar__date--range-date:not([disabled]):focus {
    border: ActiveText 2px solid;
  }
}
.usa-date-picker__calendar__date--selected:not([disabled]):active,
.usa-date-picker__calendar__date--range-date:not([disabled]):active {
  background-color: #1a4480;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__date--selected:not([disabled]):active,
  .usa-date-picker__calendar__date--range-date:not([disabled]):active {
    background-color: Highlight;
  }
}
.usa-date-picker__calendar__date--range-date-start {
  border-top-left-radius: 10%;
  border-bottom-left-radius: 10%;
}
.usa-date-picker__calendar__date--range-date-end {
  border-top-right-radius: 10%;
  border-bottom-right-radius: 10%;
}
.usa-date-picker__calendar__date--within-range {
  background-color: #cfe8ff;
}
.usa-date-picker__calendar__date--within-range:not([disabled]) {
  background-color: #cfe8ff;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__date--within-range:not([disabled]) {
    border: Highlight 2px solid;
  }
}
.usa-date-picker__calendar__date--within-range:not([disabled]):hover {
  background-color: #cfe8ff;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__date--within-range:not([disabled]):hover {
    border: Highlight 2px solid;
  }
}
.usa-date-picker__calendar__date--within-range:not([disabled]):focus {
  background-color: #cfe8ff;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__date--within-range:not([disabled]):focus {
    border: Highlight 2px solid;
  }
}
.usa-date-picker__calendar__date--within-range:not([disabled]):active {
  background-color: #cfe8ff;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__date--within-range:not([disabled]):active {
    background-color: Highlight;
  }
}
@media all and (max-width: 19.99em) {
  .usa-date-picker__calendar__month-label {
    min-width: 100%;
    order: -1;
  }
}
@media all and (min-width: 20em) {
  .usa-date-picker__calendar__month-label {
    flex: 4;
    text-align: center;
  }
}
.usa-date-picker__calendar__year-selection,
.usa-date-picker__calendar__month-selection {
  display: inline-block;
  height: 100%;
  padding: 8px 4px;
  width: auto;
}
@media all and (max-width: 19.99em) {
  .usa-date-picker__calendar__year-selection,
  .usa-date-picker__calendar__month-selection {
    padding-bottom: 0;
    padding-top: 12px;
  }
}
.usa-date-picker__calendar__month-picker {
  padding: 20px 5px;
}
@media all and (max-width: 19.99em) {
  .usa-date-picker__calendar__month-picker {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .usa-date-picker__calendar__month-picker tr {
    display: flex;
    flex-direction: column;
  }
}
.usa-date-picker__calendar__month {
  padding: 10px 0;
}
.usa-date-picker__calendar__month--focused {
  outline: 2px solid #162e51;
  outline-offset: -2px;
  position: relative;
  z-index: 100;
}
.usa-date-picker__calendar__month--selected {
  background-color: #0050d8;
  color: #f9f9f9;
}
.usa-date-picker__calendar__month--selected:not([disabled]) {
  background-color: #0050d8;
  color: #f9f9f9;
}
.usa-date-picker__calendar__month--selected:not([disabled]):hover {
  background-color: #0050d8;
  color: #e6e6e6;
}
.usa-date-picker__calendar__month--selected:not([disabled]):focus {
  background-color: #0050d8;
  color: #f9f9f9;
}
.usa-date-picker__calendar__month--selected:not([disabled]):active {
  background-color: #1a4480;
}
.usa-date-picker__calendar__year-picker {
  padding: 20px 5px;
}
.usa-date-picker__calendar__previous-year-chunk,
.usa-date-picker__calendar__next-year-chunk {
  background-position: center;
  background-size: auto 2rem;
  margin: auto;
  padding: 40px 0;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__previous-year-chunk,
  .usa-date-picker__calendar__next-year-chunk {
    mask-size: 1.5rem !important;
  }
}
.usa-date-picker__calendar__previous-year-chunk:not([disabled]) {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_before.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__previous-year-chunk:not([disabled]) {
    background-image: none;
  }
  .usa-date-picker__calendar__previous-year-chunk:not([disabled])::after {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_before.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem 2.5rem;
    display: inline-block;
    height: 2.5rem;
    width: 3rem;
    content: "";
    vertical-align: middle;
    margin-left: auto;
  }
  @supports (mask: url()) {
    .usa-date-picker__calendar__previous-year-chunk:not([disabled])::after {
      background: none;
      background-color: ButtonText;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_before.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 2.5rem 2.5rem;
    }
  }
  .usa-date-picker__calendar__previous-year-chunk:not([disabled]):hover {
    border: 2px solid transparent;
    background-color: transparent;
  }
}
.usa-date-picker__calendar__next-year-chunk:not([disabled]) {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_next.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .usa-date-picker__calendar__next-year-chunk:not([disabled]) {
    background-image: none;
  }
  .usa-date-picker__calendar__next-year-chunk:not([disabled])::after {
    background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_next.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2.5rem 2.5rem;
    display: inline-block;
    height: 2.5rem;
    width: 3rem;
    content: "";
    vertical-align: middle;
    margin-left: auto;
  }
  @supports (mask: url()) {
    .usa-date-picker__calendar__next-year-chunk:not([disabled])::after {
      background: none;
      background-color: ButtonText;
      mask-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/usa-icons/navigate_next.svg), linear-gradient(transparent, transparent);
      mask-position: center center;
      mask-repeat: no-repeat;
      mask-size: 2.5rem 2.5rem;
    }
  }
  .usa-date-picker__calendar__next-year-chunk:not([disabled]):hover {
    border: 2px solid transparent;
    background-color: transparent;
  }
}
.usa-date-picker__calendar__year {
  padding: 10px 0;
}
.usa-date-picker__calendar__year--focused {
  outline: 2px solid #162e51;
  outline-offset: -2px;
  position: relative;
  z-index: 100;
}
.usa-date-picker__calendar__year--selected {
  background-color: #0050d8;
  color: #f9f9f9;
}
.usa-date-picker__calendar__year--selected:not([disabled]) {
  background-color: #0050d8;
  color: #f9f9f9;
}
.usa-date-picker__calendar__year--selected:not([disabled]):hover {
  background-color: #0050d8;
  color: #e6e6e6;
}
.usa-date-picker__calendar__year--selected:not([disabled]):focus {
  background-color: #0050d8;
  color: #f9f9f9;
}
.usa-date-picker__calendar__year--selected:not([disabled]):active {
  background-color: #1a4480;
}
.usa-error-message {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  color: #d83933;
  display: block;
  font-weight: 700;
}
[type=file] {
  border: none;
  margin-top: 0.5rem;
  padding-left: 0;
  padding-top: 0.2rem;
}
.usa-file-input {
  display: block;
  max-width: 30rem;
  width: 100%;
}
.usa-file-input__target {
  border: 1px dashed #a9aeb1;
  display: block;
  font-size: 0.89rem;
  margin-top: 0.5rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.usa-file-input__target:hover {
  border-color: #71767a;
}
.usa-file-input__target.has-invalid-file {
  border-color: #fa9441;
}
.usa-file-input__accepted-files-message {
  font-weight: bold;
  margin: -1.5rem 0 1.5rem;
  pointer-events: none;
  position: relative;
  z-index: 3;
}
.has-invalid-file .usa-file-input__accepted-files-message {
  color: #b50909;
}
.usa-file-input__choose {
  color: #2378c3;
  text-decoration: underline;
  font-weight: normal;
}
.usa-file-input__choose:visited {
  color: #54278f;
}
.usa-file-input__choose:hover {
  color: #1a4480;
}
.usa-file-input__choose:active {
  color: #162e51;
}
.usa-file-input__choose:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0rem;
}
.usa-file-input__instructions {
  padding: 2rem 1rem;
  pointer-events: none;
  position: relative;
  z-index: 3;
}
.usa-file-input__box {
  background: white;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.usa-file-input .usa-file-input__input[type] {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  max-width: none;
  position: absolute;
  padding: 0.5rem;
  text-indent: -999em;
  top: 0;
  width: 100%;
  z-index: 1;
}
.usa-file-input .usa-file-input__input[type]::-webkit-file-upload-button {
  display: none;
}
.usa-file-input--drag .usa-file-input__target {
  border-color: #2378c3;
}
.usa-file-input--drag .usa-file-input__box {
  background-color: #d9e8f6;
}
.usa-file-input--drag .usa-file-input__preview {
  opacity: 0.1;
}
.usa-file-input__preview-heading {
  align-items: center;
  background: #d9e8f6;
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  padding: 0.5rem;
  pointer-events: none;
  position: relative;
  z-index: 3;
}
.usa-file-input__preview {
  align-items: center;
  background: #d9e8f6;
  word-wrap: anywhere;
  display: flex;
  font-size: 0.82rem;
  margin-top: 1px;
  padding: 0.25rem 0.5rem;
  pointer-events: none;
  position: relative;
  text-align: left;
  z-index: 3;
}
.usa-file-input__preview:last-child {
  margin-bottom: -1.5rem;
}
.usa-file-input__preview-image {
  border: none;
  display: block;
  height: 2.5rem;
  margin-right: 0.5rem;
  object-fit: contain;
  width: 2.5rem;
}
.usa-file-input__preview-image.is-loading {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/loader.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 2rem;
}
.usa-file-input__preview-image--generic,
.usa-file-input__preview-image--pdf,
.usa-file-input__preview-image--word,
.usa-file-input__preview-image--excel,
.usa-file-input__preview-image--video {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
}
.usa-file-input__preview-image--pdf {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/file-pdf.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
.usa-file-input__preview-image--generic {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/file.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
.usa-file-input__preview-image--word {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/file-word.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
.usa-file-input__preview-image--excel {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/file-excel.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
.usa-file-input__preview-image--video {
  background-image: url(/gtas-ui/assets/@uswds/uswds/dist/img/file-video.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
.usa-form-group--error .usa-file-input__target {
  border-color: #b50909;
  border-width: 2px;
}
.usa-file-input--disabled .usa-file-input__instructions,
.usa-file-input--disabled .usa-file-input__choose {
  color: #454545;
}
.usa-file-input--disabled .usa-file-input__box {
  background-color: #c9c9c9;
}
.usa-file-input--disabled .usa-file-input__input[type] {
  cursor: not-allowed;
}
.usa-file-input--disabled .usa-file-input__target:hover {
  border-color: #a9aeb1;
}
.usa-file-input--disabled .usa-file-input--drag .usa-file-input__box {
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-file-input--disabled .usa-file-input__instructions,
  .usa-file-input--disabled .usa-file-input__choose {
    color: GrayText;
  }
  .usa-file-input--disabled .usa-file-input__target,
  .usa-file-input--disabled .usa-file-input__target:hover {
    border-color: GrayText;
  }
}
.usa-form-group {
  margin-top: 1.5rem;
}
.usa-form-group .usa-label:first-child {
  margin-top: 0;
}
.usa-form-group--error {
  border-left-width: 0.25rem;
  border-left-color: #d83933;
  border-left-style: solid;
  padding-left: 1rem;
  position: relative;
}
@media all and (min-width: 64em) {
  .usa-form-group--error {
    margin-left: -1.25rem;
  }
}
.usa-hint {
  color: #71767a;
}
.usa-hint--required {
  color: #d83933;
}
.usa-input-group {
  align-items: center;
  display: flex;
  padding: 0;
  position: relative;
}
.usa-input-group--error input:focus,
.usa-input-group--success input:focus {
  outline-offset: 0.25rem;
}
.usa-input-group--error {
  border-width: 0.25rem;
  border-color: #d83933;
  border-style: solid;
}
.usa-input-group--success {
  border-width: 0.25rem;
  border-color: #00a91c;
  border-style: solid;
}
.usa-input-group input {
  padding-right: 2.5rem;
  border: 0;
  height: 100%;
  margin-top: 0;
  min-width: 0;
  width: 100%;
}
.usa-input-group input:disabled + .usa-input-suffix,
.usa-input-group input[aria-disabled=true] + .usa-input-suffix {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-input-group input:disabled + .usa-input-suffix:hover,
.usa-input-group input:disabled + .usa-input-suffix:active,
.usa-input-group input:disabled + .usa-input-suffix:focus,
.usa-input-group input:disabled + .usa-input-suffix.usa-focus,
.usa-input-group input[aria-disabled=true] + .usa-input-suffix:hover,
.usa-input-group input[aria-disabled=true] + .usa-input-suffix:active,
.usa-input-group input[aria-disabled=true] + .usa-input-suffix:focus,
.usa-input-group input[aria-disabled=true] + .usa-input-suffix.usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-input-group input:disabled + .usa-input-suffix,
  .usa-input-group input[aria-disabled=true] + .usa-input-suffix {
    border: 0;
    color: GrayText;
  }
  .usa-input-group input:disabled + .usa-input-suffix:hover,
  .usa-input-group input:disabled + .usa-input-suffix:active,
  .usa-input-group input:disabled + .usa-input-suffix:focus,
  .usa-input-group input:disabled + .usa-input-suffix.usa-focus,
  .usa-input-group input[aria-disabled=true] + .usa-input-suffix:hover,
  .usa-input-group input[aria-disabled=true] + .usa-input-suffix:active,
  .usa-input-group input[aria-disabled=true] + .usa-input-suffix:focus,
  .usa-input-group input[aria-disabled=true] + .usa-input-suffix.usa-focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-input-group input:disabled,
  .usa-input-group input[aria-disabled=true] {
    border: 0;
  }
}
@media (forced-colors: active) {
  .usa-input-group:has(input:disabled),
  .usa-input-group:has(input[aria-disabled=true]) {
    border: 2px solid GrayText;
  }
}
.usa-input-prefix:has(+ input:disabled),
.usa-input-prefix:has(+ input[aria-disabled=true]) {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-input-prefix:has(+ input:disabled):hover,
.usa-input-prefix:has(+ input:disabled):active,
.usa-input-prefix:has(+ input:disabled):focus,
.usa-input-prefix:has(+ input:disabled).usa-focus,
.usa-input-prefix:has(+ input[aria-disabled=true]):hover,
.usa-input-prefix:has(+ input[aria-disabled=true]):active,
.usa-input-prefix:has(+ input[aria-disabled=true]):focus,
.usa-input-prefix:has(+ input[aria-disabled=true]).usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-input-prefix:has(+ input:disabled),
  .usa-input-prefix:has(+ input[aria-disabled=true]) {
    border: 0;
    color: GrayText;
  }
  .usa-input-prefix:has(+ input:disabled):hover,
  .usa-input-prefix:has(+ input:disabled):active,
  .usa-input-prefix:has(+ input:disabled):focus,
  .usa-input-prefix:has(+ input:disabled).usa-focus,
  .usa-input-prefix:has(+ input[aria-disabled=true]):hover,
  .usa-input-prefix:has(+ input[aria-disabled=true]):active,
  .usa-input-prefix:has(+ input[aria-disabled=true]):focus,
  .usa-input-prefix:has(+ input[aria-disabled=true]).usa-focus {
    color: GrayText;
  }
}
.usa-input-prefix,
.usa-input-suffix {
  position: absolute;
  color: #71767a;
  line-height: 0;
  padding: 0 0.5rem;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.usa-input-prefix .usa-icon,
.usa-input-suffix .usa-icon {
  height: 1.5rem;
  width: 1.5rem;
}
.usa-input-prefix + input {
  padding-left: 2.5rem;
  padding-right: 0.5rem;
}
.usa-input-suffix {
  right: 0;
}
.usa-input-mask {
  display: block;
  position: relative;
}
.usa-input-mask--content {
  border: 1px solid transparent;
  color: #757575;
  display: block;
  left: 2px;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.usa-input-mask--content i {
  visibility: hidden;
}
@media (forced-colors: active) {
  .usa-input-mask--content i {
    color: ButtonText;
    font-style: normal;
    visibility: visible;
  }
}
@media (forced-colors: active) {
  .usa-input-mask--content {
    border: none;
  }
}
.usa-masked,
.usa-input-mask--content {
  background-color: transparent;
  padding: 0.5rem;
}
.usa-label {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-size: 0.82rem;
  line-height: 1;
  display: block;
  font-weight: normal;
  margin-top: 1.5rem;
  max-width: 30rem;
}
.usa-label--error {
  font-weight: 700;
  margin-top: 0;
}
.usa-label--required {
  color: #d83933;
}
.usa-memorable-date {
  display: flex;
  flex-wrap: wrap;
}
.usa-memorable-date [type=number] {
  -moz-appearance: textfield;
}
.usa-memorable-date [type=number]::-webkit-inner-spin-button {
  appearance: none;
}
.usa-memorable-date [type=number]::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0;
}
.usa-memorable-date .usa-form-group {
  margin-top: 1rem;
}
.usa-form-group--day,
.usa-form-group--month,
.usa-form-group--year {
  flex: 0 1 auto;
  margin-right: 1rem;
  width: fit-content;
}
.usa-form-group--day input,
.usa-form-group--month input {
  width: 3rem;
}
.usa-form-group--month select {
  width: 15rem;
}
.usa-form-group--year input {
  width: 4.5rem;
}
.usa-radio {
  background: white;
}
.usa-radio__label {
  color: #1b1b1b;
}
.usa-radio__label::before {
  background: white;
  box-shadow: 0 0 0 2px #1b1b1b;
}
@media (forced-colors: active) {
  .usa-radio__label::before {
    outline: 2px solid transparent;
    outline-offset: 2px;
  }
}
.usa-radio__input:checked + [class*=__label]::before {
  background-color: #2378c3;
  box-shadow: 0 0 0 2px #2378c3;
}
.usa-radio__input:disabled + [class*=__label],
.usa-radio__input[aria-disabled=true] + [class*=__label] {
  color: #757575;
  cursor: not-allowed;
}
@media (forced-colors: active) {
  .usa-radio__input:disabled + [class*=__label],
  .usa-radio__input[aria-disabled=true] + [class*=__label] {
    color: GrayText;
  }
}
.usa-radio__input:disabled + [class*=__label]::before,
.usa-radio__input[aria-disabled=true] + [class*=__label]::before {
  background-color: white;
  box-shadow: 0 0 0 2px #757575;
}
.usa-radio__input--tile + [class*=__label] {
  background-color: white;
  border: 2px solid #c9c9c9;
  color: #1b1b1b;
}
.usa-radio__input--tile:checked + [class*=__label] {
  background-color: rgba(35, 120, 195, 0.1);
  border-color: #2378c3;
}
@media (forced-colors: active) {
  .usa-radio__input--tile:checked + [class*=__label] {
    border: ButtonText solid 0.25rem;
  }
}
.usa-radio__input--tile:disabled + [class*=__label],
.usa-radio__input--tile[aria-disabled=true] + [class*=__label] {
  border-color: #e6e6e6;
}
.usa-radio__input--tile:disabled:checked + [class*=__label],
.usa-radio__input--tile:disabled:indeterminate + [class*=__label],
.usa-radio__input--tile:disabled[data-indeterminate] + [class*=__label],
.usa-radio__input--tile[aria-disabled=true]:checked + [class*=__label],
.usa-radio__input--tile[aria-disabled=true]:indeterminate + [class*=__label],
.usa-radio__input--tile[aria-disabled=true][data-indeterminate] + [class*=__label] {
  background-color: white;
}
.usa-radio__input:checked + [class*=__label]::before {
  box-shadow: 0 0 0 2px #2378c3, inset 0 0 0 2px white;
}
@media (forced-colors: active) {
  .usa-radio__input:checked + [class*=__label]::before {
    background-color: ButtonText;
  }
}
.usa-radio__input:checked:disabled + [class*=__label]::before,
.usa-radio__input:checked[aria-disabled=true] + [class*=__label]::before {
  background-color: #757575;
  box-shadow: 0 0 0 2px #757575, inset 0 0 0 2px white;
}
@media (forced-colors: active) {
  .usa-radio__input:checked:disabled + [class*=__label]::before,
  .usa-radio__input:checked[aria-disabled=true] + [class*=__label]::before {
    background-color: GrayText;
  }
}
.usa-radio__input {
  position: absolute;
  left: -999em;
  right: auto;
}
.usa-radio__input:focus + [class*=__label]::before {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0.25rem;
}
.usa-radio__input--tile + [class*=__label] {
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  padding: 0.75rem 1rem 0.75rem 2.5rem;
}
.usa-radio__input--tile + [class*=__label]::before {
  left: 0.5rem;
}
@media print {
  .usa-radio__input:checked + [class*=__label]::before {
    box-shadow:
      inset 0 0 0 2px white,
      inset 0 0 0 1rem #2378c3,
      0 0 0 2px #2378c3;
  }
}
.usa-radio__label {
  cursor: pointer;
  display: inherit;
  font-weight: normal;
  margin-top: 0.75rem;
  padding-left: 2rem;
  position: relative;
}
.usa-radio__label::before {
  content: " ";
  display: block;
  left: 0;
  margin-left: 2px;
  margin-top: -0.215rem;
  position: absolute;
}
.usa-radio__label::before {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
}
.usa-radio__label-description {
  display: block;
  font-size: 0.89rem;
  margin-top: 0.5rem;
}
.usa-range {
  appearance: none;
  border: none;
  padding-left: 1px;
  width: 100%;
}
.usa-range:focus {
  outline: none;
}
.usa-range:focus::-webkit-slider-thumb {
  background-color: white;
  box-shadow: 0 0 0 2px #2491ff;
}
.usa-range:focus::-moz-range-thumb {
  background-color: white;
  box-shadow: 0 0 0 2px #2491ff;
}
.usa-range:focus::-ms-thumb {
  background-color: white;
  box-shadow: 0 0 0 2px #2491ff;
}
.usa-range::-webkit-slider-runnable-track {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
  cursor: pointer;
  height: 1rem;
  width: 100%;
}
.usa-range::-moz-range-track {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
  cursor: pointer;
  height: 1rem;
  width: 100%;
}
.usa-range::-ms-track {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
  cursor: pointer;
  height: 1rem;
  width: 100%;
}
.usa-range::-webkit-slider-thumb {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
  background: #f0f0f0;
  border: none;
  box-shadow: 0 0 0 2px #71767a;
  cursor: pointer;
  appearance: none;
  margin-top: -0.19rem;
}
@media (forced-colors: active) {
  .usa-range::-webkit-slider-thumb {
    outline: 2px solid transparent;
  }
}
.usa-range::-moz-range-thumb {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
  background: #f0f0f0;
  border: none;
  box-shadow: 0 0 0 2px #71767a;
  cursor: pointer;
}
@media (forced-colors: active) {
  .usa-range::-moz-range-thumb {
    outline: 2px solid transparent;
  }
}
.usa-range::-ms-thumb {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
  background: #f0f0f0;
  border: none;
  box-shadow: 0 0 0 2px #71767a;
  cursor: pointer;
}
@media (forced-colors: active) {
  .usa-range::-ms-thumb {
    outline: 2px solid transparent;
  }
}
.usa-range::-ms-fill-lower {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
}
.usa-range::-ms-fill-upper {
  background-color: #f0f0f0;
  border-radius: 99rem;
  border: 1px solid #71767a;
}
.usa-range:disabled,
.usa-range[aria-disabled=true] {
  opacity: 1;
}
.usa-range:disabled::-webkit-slider-runnable-track,
.usa-range[aria-disabled=true]::-webkit-slider-runnable-track {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-range:disabled::-webkit-slider-runnable-track:hover,
.usa-range:disabled::-webkit-slider-runnable-track:active,
.usa-range:disabled::-webkit-slider-runnable-track:focus,
.usa-range:disabled::-webkit-slider-runnable-track .usa-focus,
.usa-range[aria-disabled=true]::-webkit-slider-runnable-track:hover,
.usa-range[aria-disabled=true]::-webkit-slider-runnable-track:active,
.usa-range[aria-disabled=true]::-webkit-slider-runnable-track:focus,
.usa-range[aria-disabled=true]::-webkit-slider-runnable-track .usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-range:disabled::-webkit-slider-runnable-track,
  .usa-range[aria-disabled=true]::-webkit-slider-runnable-track {
    border: 0;
    color: GrayText;
  }
  .usa-range:disabled::-webkit-slider-runnable-track:hover,
  .usa-range:disabled::-webkit-slider-runnable-track:active,
  .usa-range:disabled::-webkit-slider-runnable-track:focus,
  .usa-range:disabled::-webkit-slider-runnable-track .usa-focus,
  .usa-range[aria-disabled=true]::-webkit-slider-runnable-track:hover,
  .usa-range[aria-disabled=true]::-webkit-slider-runnable-track:active,
  .usa-range[aria-disabled=true]::-webkit-slider-runnable-track:focus,
  .usa-range[aria-disabled=true]::-webkit-slider-runnable-track .usa-focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-range:disabled::-webkit-slider-runnable-track,
  .usa-range[aria-disabled=true]::-webkit-slider-runnable-track {
    border: 2px solid GrayText;
  }
}
.usa-range:disabled::-moz-range-track,
.usa-range[aria-disabled=true]::-moz-range-track {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-range:disabled::-moz-range-track:hover,
.usa-range:disabled::-moz-range-track:active,
.usa-range:disabled::-moz-range-track:focus,
.usa-range:disabled::-moz-range-track .usa-focus,
.usa-range[aria-disabled=true]::-moz-range-track:hover,
.usa-range[aria-disabled=true]::-moz-range-track:active,
.usa-range[aria-disabled=true]::-moz-range-track:focus,
.usa-range[aria-disabled=true]::-moz-range-track .usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-range:disabled::-moz-range-track,
  .usa-range[aria-disabled=true]::-moz-range-track {
    border: 0;
    color: GrayText;
  }
  .usa-range:disabled::-moz-range-track:hover,
  .usa-range:disabled::-moz-range-track:active,
  .usa-range:disabled::-moz-range-track:focus,
  .usa-range:disabled::-moz-range-track .usa-focus,
  .usa-range[aria-disabled=true]::-moz-range-track:hover,
  .usa-range[aria-disabled=true]::-moz-range-track:active,
  .usa-range[aria-disabled=true]::-moz-range-track:focus,
  .usa-range[aria-disabled=true]::-moz-range-track .usa-focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-range:disabled::-moz-range-track,
  .usa-range[aria-disabled=true]::-moz-range-track {
    border: 2px solid GrayText;
  }
}
.usa-range:disabled::-ms-track,
.usa-range[aria-disabled=true]::-ms-track {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-range:disabled::-ms-track:hover,
.usa-range:disabled::-ms-track:active,
.usa-range:disabled::-ms-track:focus,
.usa-range:disabled::-ms-track .usa-focus,
.usa-range[aria-disabled=true]::-ms-track:hover,
.usa-range[aria-disabled=true]::-ms-track:active,
.usa-range[aria-disabled=true]::-ms-track:focus,
.usa-range[aria-disabled=true]::-ms-track .usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-range:disabled::-ms-track,
  .usa-range[aria-disabled=true]::-ms-track {
    border: 0;
    color: GrayText;
  }
  .usa-range:disabled::-ms-track:hover,
  .usa-range:disabled::-ms-track:active,
  .usa-range:disabled::-ms-track:focus,
  .usa-range:disabled::-ms-track .usa-focus,
  .usa-range[aria-disabled=true]::-ms-track:hover,
  .usa-range[aria-disabled=true]::-ms-track:active,
  .usa-range[aria-disabled=true]::-ms-track:focus,
  .usa-range[aria-disabled=true]::-ms-track .usa-focus {
    color: GrayText;
  }
}
.usa-range:disabled::-webkit-slider-thumb,
.usa-range[aria-disabled=true]::-webkit-slider-thumb {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-range:disabled::-webkit-slider-thumb:hover,
.usa-range:disabled::-webkit-slider-thumb:active,
.usa-range:disabled::-webkit-slider-thumb:focus,
.usa-range:disabled::-webkit-slider-thumb .usa-focus,
.usa-range[aria-disabled=true]::-webkit-slider-thumb:hover,
.usa-range[aria-disabled=true]::-webkit-slider-thumb:active,
.usa-range[aria-disabled=true]::-webkit-slider-thumb:focus,
.usa-range[aria-disabled=true]::-webkit-slider-thumb .usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-range:disabled::-webkit-slider-thumb,
  .usa-range[aria-disabled=true]::-webkit-slider-thumb {
    border: 0;
    color: GrayText;
  }
  .usa-range:disabled::-webkit-slider-thumb:hover,
  .usa-range:disabled::-webkit-slider-thumb:active,
  .usa-range:disabled::-webkit-slider-thumb:focus,
  .usa-range:disabled::-webkit-slider-thumb .usa-focus,
  .usa-range[aria-disabled=true]::-webkit-slider-thumb:hover,
  .usa-range[aria-disabled=true]::-webkit-slider-thumb:active,
  .usa-range[aria-disabled=true]::-webkit-slider-thumb:focus,
  .usa-range[aria-disabled=true]::-webkit-slider-thumb .usa-focus {
    color: GrayText;
  }
}
.usa-range:disabled::-moz-range-thumb,
.usa-range[aria-disabled=true]::-moz-range-thumb {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-range:disabled::-moz-range-thumb:hover,
.usa-range:disabled::-moz-range-thumb:active,
.usa-range:disabled::-moz-range-thumb:focus,
.usa-range:disabled::-moz-range-thumb .usa-focus,
.usa-range[aria-disabled=true]::-moz-range-thumb:hover,
.usa-range[aria-disabled=true]::-moz-range-thumb:active,
.usa-range[aria-disabled=true]::-moz-range-thumb:focus,
.usa-range[aria-disabled=true]::-moz-range-thumb .usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-range:disabled::-moz-range-thumb,
  .usa-range[aria-disabled=true]::-moz-range-thumb {
    border: 0;
    color: GrayText;
  }
  .usa-range:disabled::-moz-range-thumb:hover,
  .usa-range:disabled::-moz-range-thumb:active,
  .usa-range:disabled::-moz-range-thumb:focus,
  .usa-range:disabled::-moz-range-thumb .usa-focus,
  .usa-range[aria-disabled=true]::-moz-range-thumb:hover,
  .usa-range[aria-disabled=true]::-moz-range-thumb:active,
  .usa-range[aria-disabled=true]::-moz-range-thumb:focus,
  .usa-range[aria-disabled=true]::-moz-range-thumb .usa-focus {
    color: GrayText;
  }
}
.usa-range:disabled::-ms-thumb,
.usa-range[aria-disabled=true]::-ms-thumb {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-range:disabled::-ms-thumb:hover,
.usa-range:disabled::-ms-thumb:active,
.usa-range:disabled::-ms-thumb:focus,
.usa-range:disabled::-ms-thumb .usa-focus,
.usa-range[aria-disabled=true]::-ms-thumb:hover,
.usa-range[aria-disabled=true]::-ms-thumb:active,
.usa-range[aria-disabled=true]::-ms-thumb:focus,
.usa-range[aria-disabled=true]::-ms-thumb .usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-range:disabled::-ms-thumb,
  .usa-range[aria-disabled=true]::-ms-thumb {
    border: 0;
    color: GrayText;
  }
  .usa-range:disabled::-ms-thumb:hover,
  .usa-range:disabled::-ms-thumb:active,
  .usa-range:disabled::-ms-thumb:focus,
  .usa-range:disabled::-ms-thumb .usa-focus,
  .usa-range[aria-disabled=true]::-ms-thumb:hover,
  .usa-range[aria-disabled=true]::-ms-thumb:active,
  .usa-range[aria-disabled=true]::-ms-thumb:focus,
  .usa-range[aria-disabled=true]::-ms-thumb .usa-focus {
    color: GrayText;
  }
}
.usa-range:disabled::-ms-fill-lower,
.usa-range[aria-disabled=true]::-ms-fill-lower {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-range:disabled::-ms-fill-lower:hover,
.usa-range:disabled::-ms-fill-lower:active,
.usa-range:disabled::-ms-fill-lower:focus,
.usa-range:disabled::-ms-fill-lower .usa-focus,
.usa-range[aria-disabled=true]::-ms-fill-lower:hover,
.usa-range[aria-disabled=true]::-ms-fill-lower:active,
.usa-range[aria-disabled=true]::-ms-fill-lower:focus,
.usa-range[aria-disabled=true]::-ms-fill-lower .usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-range:disabled::-ms-fill-lower,
  .usa-range[aria-disabled=true]::-ms-fill-lower {
    border: 0;
    color: GrayText;
  }
  .usa-range:disabled::-ms-fill-lower:hover,
  .usa-range:disabled::-ms-fill-lower:active,
  .usa-range:disabled::-ms-fill-lower:focus,
  .usa-range:disabled::-ms-fill-lower .usa-focus,
  .usa-range[aria-disabled=true]::-ms-fill-lower:hover,
  .usa-range[aria-disabled=true]::-ms-fill-lower:active,
  .usa-range[aria-disabled=true]::-ms-fill-lower:focus,
  .usa-range[aria-disabled=true]::-ms-fill-lower .usa-focus {
    color: GrayText;
  }
}
.usa-range:disabled::-ms-fill-upper,
.usa-range[aria-disabled=true]::-ms-fill-upper {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-range:disabled::-ms-fill-upper:hover,
.usa-range:disabled::-ms-fill-upper:active,
.usa-range:disabled::-ms-fill-upper:focus,
.usa-range:disabled::-ms-fill-upper .usa-focus,
.usa-range[aria-disabled=true]::-ms-fill-upper:hover,
.usa-range[aria-disabled=true]::-ms-fill-upper:active,
.usa-range[aria-disabled=true]::-ms-fill-upper:focus,
.usa-range[aria-disabled=true]::-ms-fill-upper .usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-range:disabled::-ms-fill-upper,
  .usa-range[aria-disabled=true]::-ms-fill-upper {
    border: 0;
    color: GrayText;
  }
  .usa-range:disabled::-ms-fill-upper:hover,
  .usa-range:disabled::-ms-fill-upper:active,
  .usa-range:disabled::-ms-fill-upper:focus,
  .usa-range:disabled::-ms-fill-upper .usa-focus,
  .usa-range[aria-disabled=true]::-ms-fill-upper:hover,
  .usa-range[aria-disabled=true]::-ms-fill-upper:active,
  .usa-range[aria-disabled=true]::-ms-fill-upper:focus,
  .usa-range[aria-disabled=true]::-ms-fill-upper .usa-focus {
    color: GrayText;
  }
}
.usa-textarea:disabled,
.usa-textarea[aria-disabled=true] {
  color: #454545;
  background-color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1;
}
.usa-textarea:disabled:hover,
.usa-textarea:disabled:active,
.usa-textarea:disabled:focus,
.usa-textarea:disabled.usa-focus,
.usa-textarea[aria-disabled=true]:hover,
.usa-textarea[aria-disabled=true]:active,
.usa-textarea[aria-disabled=true]:focus,
.usa-textarea[aria-disabled=true].usa-focus {
  color: #454545;
  background-color: #c9c9c9;
}
@media (forced-colors: active) {
  .usa-textarea:disabled,
  .usa-textarea[aria-disabled=true] {
    border: 0;
    color: GrayText;
  }
  .usa-textarea:disabled:hover,
  .usa-textarea:disabled:active,
  .usa-textarea:disabled:focus,
  .usa-textarea:disabled.usa-focus,
  .usa-textarea[aria-disabled=true]:hover,
  .usa-textarea[aria-disabled=true]:active,
  .usa-textarea[aria-disabled=true]:focus,
  .usa-textarea[aria-disabled=true].usa-focus {
    color: GrayText;
  }
}
@media (forced-colors: active) {
  .usa-textarea:disabled,
  .usa-textarea[aria-disabled=true] {
    border: 2px solid GrayText;
  }
}
.usa-textarea {
  height: 10rem;
}
.usa-time-picker {
  width: 10em;
}
[class*=font-mono-] {
  font-family:
    Roboto Mono Web,
    Bitstream Vera Sans Mono,
    Consolas,
    Courier,
    monospace;
}
[class*=font-sans-] {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
}
[class*=font-serif-] {
  font-family:
    Merriweather Web,
    Georgia,
    Cambria,
    Times New Roman,
    Times,
    serif;
}
[class*=font-ui-] {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
}
[class*=font-heading-] {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
}
[class*=font-body-] {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
}
[class*=font-code-] {
  font-family:
    Roboto Mono Web,
    Bitstream Vera Sans Mono,
    Consolas,
    Courier,
    monospace;
}
[class*=font-alt-] {
  font-family:
    Merriweather Web,
    Georgia,
    Cambria,
    Times New Roman,
    Times,
    serif;
}
.add-aspect-9x16 {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding-bottom: 177.77778%;
  position: relative;
}
@supports (aspect-ratio: 1) {
  .add-aspect-9x16 {
    height: inherit;
    padding: inherit;
    aspect-ratio: 0.5625;
    max-width: 100%;
  }
  .add-aspect-9x16 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img.add-aspect-9x16,
  .add-aspect-9x16 > img {
    object-fit: cover;
  }
}
.add-aspect-16x9 {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
@supports (aspect-ratio: 1) {
  .add-aspect-16x9 {
    height: inherit;
    padding: inherit;
    aspect-ratio: 1.7777777778;
    max-width: 100%;
  }
  .add-aspect-16x9 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img.add-aspect-16x9,
  .add-aspect-16x9 > img {
    object-fit: cover;
  }
}
.add-aspect-1x1 {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
}
@supports (aspect-ratio: 1) {
  .add-aspect-1x1 {
    height: inherit;
    padding: inherit;
    aspect-ratio: 1;
    max-width: 100%;
  }
  .add-aspect-1x1 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img.add-aspect-1x1,
  .add-aspect-1x1 > img {
    object-fit: cover;
  }
}
.add-aspect-4x3 {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
}
@supports (aspect-ratio: 1) {
  .add-aspect-4x3 {
    height: inherit;
    padding: inherit;
    aspect-ratio: 1.3333333333;
    max-width: 100%;
  }
  .add-aspect-4x3 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img.add-aspect-4x3,
  .add-aspect-4x3 > img {
    object-fit: cover;
  }
}
.add-aspect-2x1 {
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
}
@supports (aspect-ratio: 1) {
  .add-aspect-2x1 {
    height: inherit;
    padding: inherit;
    aspect-ratio: 2;
    max-width: 100%;
  }
  .add-aspect-2x1 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img.add-aspect-2x1,
  .add-aspect-2x1 > img {
    object-fit: cover;
  }
}
@supports (aspect-ratio: 1) {
  :where(img[class*=add-aspect-]) {
    width: min-content;
  }
}
.add-list-reset {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
.flex-align-start {
  align-items: flex-start;
}
.flex-align-end {
  align-items: flex-end;
}
.flex-align-center {
  align-items: center;
}
.flex-align-stretch {
  align-items: stretch;
}
.flex-align-baseline {
  align-items: baseline;
}
.flex-align-self-start {
  align-self: flex-start;
}
.flex-align-self-end {
  align-self: flex-end;
}
.flex-align-self-center {
  align-self: center;
}
.flex-align-self-stretch {
  align-self: stretch;
}
.flex-align-self-baseline {
  align-self: baseline;
}
.bg-transparent {
  background-color: transparent;
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.bg-black {
  background-color: black;
}
.hover\:bg-black:hover {
  background-color: black;
}
.bg-white {
  background-color: white;
}
.hover\:bg-white:hover {
  background-color: white;
}
.bg-red {
  background-color: #e52207;
}
.hover\:bg-red:hover {
  background-color: #e52207;
}
.bg-orange {
  background-color: #e66f0e;
}
.hover\:bg-orange:hover {
  background-color: #e66f0e;
}
.bg-gold {
  background-color: #ffbe2e;
}
.hover\:bg-gold:hover {
  background-color: #ffbe2e;
}
.bg-yellow {
  background-color: #fee685;
}
.hover\:bg-yellow:hover {
  background-color: #fee685;
}
.bg-green {
  background-color: #538200;
}
.hover\:bg-green:hover {
  background-color: #538200;
}
.bg-mint {
  background-color: #04c585;
}
.hover\:bg-mint:hover {
  background-color: #04c585;
}
.bg-cyan {
  background-color: #009ec1;
}
.hover\:bg-cyan:hover {
  background-color: #009ec1;
}
.bg-blue {
  background-color: #0076d6;
}
.hover\:bg-blue:hover {
  background-color: #0076d6;
}
.bg-indigo {
  background-color: #676cc8;
}
.hover\:bg-indigo:hover {
  background-color: #676cc8;
}
.bg-violet {
  background-color: #8168b3;
}
.hover\:bg-violet:hover {
  background-color: #8168b3;
}
.bg-magenta {
  background-color: #d72d79;
}
.hover\:bg-magenta:hover {
  background-color: #d72d79;
}
.bg-gray-5 {
  background-color: #f0f0f0;
}
.hover\:bg-gray-5:hover {
  background-color: #f0f0f0;
}
.bg-gray-10 {
  background-color: #e6e6e6;
}
.hover\:bg-gray-10:hover {
  background-color: #e6e6e6;
}
.bg-gray-30 {
  background-color: #adadad;
}
.hover\:bg-gray-30:hover {
  background-color: #adadad;
}
.bg-gray-50 {
  background-color: #757575;
}
.hover\:bg-gray-50:hover {
  background-color: #757575;
}
.bg-gray-70 {
  background-color: #454545;
}
.hover\:bg-gray-70:hover {
  background-color: #454545;
}
.bg-gray-90 {
  background-color: #1b1b1b;
}
.hover\:bg-gray-90:hover {
  background-color: #1b1b1b;
}
.bg-base-lightest {
  background-color: #f0f0f0;
}
.hover\:bg-base-lightest:hover {
  background-color: #f0f0f0;
}
.bg-base-lighter {
  background-color: #dfe1e2;
}
.hover\:bg-base-lighter:hover {
  background-color: #dfe1e2;
}
.bg-base-light {
  background-color: #a9aeb1;
}
.hover\:bg-base-light:hover {
  background-color: #a9aeb1;
}
.bg-base {
  background-color: #71767a;
}
.hover\:bg-base:hover {
  background-color: #71767a;
}
.bg-base-dark {
  background-color: #565c65;
}
.hover\:bg-base-dark:hover {
  background-color: #565c65;
}
.bg-base-darker {
  background-color: #3d4551;
}
.hover\:bg-base-darker:hover {
  background-color: #3d4551;
}
.bg-base-darkest {
  background-color: #1b1b1b;
}
.hover\:bg-base-darkest:hover {
  background-color: #1b1b1b;
}
.bg-ink {
  background-color: #1b1b1b;
}
.hover\:bg-ink:hover {
  background-color: #1b1b1b;
}
.bg-primary-lighter {
  background-color: #d9e8f6;
}
.hover\:bg-primary-lighter:hover {
  background-color: #d9e8f6;
}
.bg-primary-light {
  background-color: #73b3e7;
}
.hover\:bg-primary-light:hover {
  background-color: #73b3e7;
}
.bg-primary {
  background-color: #2378c3;
}
.hover\:bg-primary:hover {
  background-color: #2378c3;
}
.bg-primary-vivid {
  background-color: #0050d8;
}
.hover\:bg-primary-vivid:hover {
  background-color: #0050d8;
}
.bg-primary-dark {
  background-color: #1a4480;
}
.hover\:bg-primary-dark:hover {
  background-color: #1a4480;
}
.bg-primary-darker {
  background-color: #162e51;
}
.hover\:bg-primary-darker:hover {
  background-color: #162e51;
}
.bg-secondary-lighter {
  background-color: #f3e1e4;
}
.hover\:bg-secondary-lighter:hover {
  background-color: #f3e1e4;
}
.bg-secondary-light {
  background-color: #f2938c;
}
.hover\:bg-secondary-light:hover {
  background-color: #f2938c;
}
.bg-secondary {
  background-color: #d83933;
}
.hover\:bg-secondary:hover {
  background-color: #d83933;
}
.bg-secondary-vivid {
  background-color: #e41d3d;
}
.hover\:bg-secondary-vivid:hover {
  background-color: #e41d3d;
}
.bg-secondary-dark {
  background-color: #b50909;
}
.hover\:bg-secondary-dark:hover {
  background-color: #b50909;
}
.bg-secondary-darker {
  background-color: #8b0a03;
}
.hover\:bg-secondary-darker:hover {
  background-color: #8b0a03;
}
.bg-accent-warm-darker {
  background-color: #775540;
}
.hover\:bg-accent-warm-darker:hover {
  background-color: #775540;
}
.bg-accent-warm-dark {
  background-color: #c05600;
}
.hover\:bg-accent-warm-dark:hover {
  background-color: #c05600;
}
.bg-accent-warm {
  background-color: #fa9441;
}
.hover\:bg-accent-warm:hover {
  background-color: #fa9441;
}
.bg-accent-warm-light {
  background-color: #ffbc78;
}
.hover\:bg-accent-warm-light:hover {
  background-color: #ffbc78;
}
.bg-accent-warm-lighter {
  background-color: #f2e4d4;
}
.hover\:bg-accent-warm-lighter:hover {
  background-color: #f2e4d4;
}
.bg-accent-cool-darker {
  background-color: #07648d;
}
.hover\:bg-accent-cool-darker:hover {
  background-color: #07648d;
}
.bg-accent-cool-dark {
  background-color: #4d8055;
}
.hover\:bg-accent-cool-dark:hover {
  background-color: #4d8055;
}
.bg-accent-cool {
  background-color: #5e9f69;
}
.hover\:bg-accent-cool:hover {
  background-color: #5e9f69;
}
.bg-accent-cool-light {
  background-color: #97d4ea;
}
.hover\:bg-accent-cool-light:hover {
  background-color: #97d4ea;
}
.bg-accent-cool-lighter {
  background-color: #e1f3f8;
}
.hover\:bg-accent-cool-lighter:hover {
  background-color: #e1f3f8;
}
.bg-error-lighter {
  background-color: #f4e3db;
}
.hover\:bg-error-lighter:hover {
  background-color: #f4e3db;
}
.bg-error-light {
  background-color: #f39268;
}
.hover\:bg-error-light:hover {
  background-color: #f39268;
}
.bg-error {
  background-color: #d54309;
}
.hover\:bg-error:hover {
  background-color: #d54309;
}
.bg-error-dark {
  background-color: #d83933;
}
.hover\:bg-error-dark:hover {
  background-color: #d83933;
}
.bg-error-darker {
  background-color: #6f3331;
}
.hover\:bg-error-darker:hover {
  background-color: #6f3331;
}
.bg-warning-lighter {
  background-color: #faf3d1;
}
.hover\:bg-warning-lighter:hover {
  background-color: #faf3d1;
}
.bg-warning-light {
  background-color: #fee685;
}
.hover\:bg-warning-light:hover {
  background-color: #fee685;
}
.bg-warning {
  background-color: #ffbe2e;
}
.hover\:bg-warning:hover {
  background-color: #ffbe2e;
}
.bg-warning-dark {
  background-color: #e5a000;
}
.hover\:bg-warning-dark:hover {
  background-color: #e5a000;
}
.bg-warning-darker {
  background-color: #936f38;
}
.hover\:bg-warning-darker:hover {
  background-color: #936f38;
}
.bg-success-lighter {
  background-color: #ecf3ec;
}
.hover\:bg-success-lighter:hover {
  background-color: #ecf3ec;
}
.bg-success-light {
  background-color: #70e17b;
}
.hover\:bg-success-light:hover {
  background-color: #70e17b;
}
.bg-success {
  background-color: #00a91c;
}
.hover\:bg-success:hover {
  background-color: #00a91c;
}
.bg-success-dark {
  background-color: #008817;
}
.hover\:bg-success-dark:hover {
  background-color: #008817;
}
.bg-success-darker {
  background-color: #216e1f;
}
.hover\:bg-success-darker:hover {
  background-color: #216e1f;
}
.bg-info-lighter {
  background-color: #e7f6f8;
}
.hover\:bg-info-lighter:hover {
  background-color: #e7f6f8;
}
.bg-info-light {
  background-color: #99deea;
}
.hover\:bg-info-light:hover {
  background-color: #99deea;
}
.bg-info {
  background-color: #00bde3;
}
.hover\:bg-info:hover {
  background-color: #00bde3;
}
.bg-info-dark {
  background-color: #009ec1;
}
.hover\:bg-info-dark:hover {
  background-color: #009ec1;
}
.bg-info-darker {
  background-color: #2e6276;
}
.hover\:bg-info-darker:hover {
  background-color: #2e6276;
}
.bg-disabled-lighter {
  background-color: #c9c9c9;
}
.hover\:bg-disabled-lighter:hover {
  background-color: #c9c9c9;
}
.bg-disabled-light {
  background-color: #919191;
}
.hover\:bg-disabled-light:hover {
  background-color: #919191;
}
.bg-disabled {
  background-color: #757575;
}
.hover\:bg-disabled:hover {
  background-color: #757575;
}
.bg-disabled-dark {
  background-color: #454545;
}
.hover\:bg-disabled-dark:hover {
  background-color: #454545;
}
.bg-disabled-darker {
  background-color: #1b1b1b;
}
.hover\:bg-disabled-darker:hover {
  background-color: #1b1b1b;
}
.bg-emergency {
  background-color: #9c3d10;
}
.hover\:bg-emergency:hover {
  background-color: #9c3d10;
}
.bg-emergency-dark {
  background-color: #332d29;
}
.hover\:bg-emergency-dark:hover {
  background-color: #332d29;
}
.border-1px {
  border: 1px solid;
}
.hover\:border-1px:hover {
  border: 1px solid;
}
.border-y-1px {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.hover\:border-y-1px:hover {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.border-x-1px {
  border-left: 1px solid;
  border-right: 1px solid;
}
.hover\:border-x-1px:hover {
  border-left: 1px solid;
  border-right: 1px solid;
}
.border-top-1px {
  border-top: 1px solid;
}
.hover\:border-top-1px:hover {
  border-top: 1px solid;
}
.border-right-1px {
  border-right: 1px solid;
}
.hover\:border-right-1px:hover {
  border-right: 1px solid;
}
.border-bottom-1px {
  border-bottom: 1px solid;
}
.hover\:border-bottom-1px:hover {
  border-bottom: 1px solid;
}
.border-left-1px {
  border-left: 1px solid;
}
.hover\:border-left-1px:hover {
  border-left: 1px solid;
}
.border-2px {
  border: 2px solid;
}
.hover\:border-2px:hover {
  border: 2px solid;
}
.border-y-2px {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.hover\:border-y-2px:hover {
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.border-x-2px {
  border-left: 2px solid;
  border-right: 2px solid;
}
.hover\:border-x-2px:hover {
  border-left: 2px solid;
  border-right: 2px solid;
}
.border-top-2px {
  border-top: 2px solid;
}
.hover\:border-top-2px:hover {
  border-top: 2px solid;
}
.border-right-2px {
  border-right: 2px solid;
}
.hover\:border-right-2px:hover {
  border-right: 2px solid;
}
.border-bottom-2px {
  border-bottom: 2px solid;
}
.hover\:border-bottom-2px:hover {
  border-bottom: 2px solid;
}
.border-left-2px {
  border-left: 2px solid;
}
.hover\:border-left-2px:hover {
  border-left: 2px solid;
}
.border-05 {
  border: 0.25rem solid;
}
.hover\:border-05:hover {
  border: 0.25rem solid;
}
.border-y-05 {
  border-top: 0.25rem solid;
  border-bottom: 0.25rem solid;
}
.hover\:border-y-05:hover {
  border-top: 0.25rem solid;
  border-bottom: 0.25rem solid;
}
.border-x-05 {
  border-left: 0.25rem solid;
  border-right: 0.25rem solid;
}
.hover\:border-x-05:hover {
  border-left: 0.25rem solid;
  border-right: 0.25rem solid;
}
.border-top-05 {
  border-top: 0.25rem solid;
}
.hover\:border-top-05:hover {
  border-top: 0.25rem solid;
}
.border-right-05 {
  border-right: 0.25rem solid;
}
.hover\:border-right-05:hover {
  border-right: 0.25rem solid;
}
.border-bottom-05 {
  border-bottom: 0.25rem solid;
}
.hover\:border-bottom-05:hover {
  border-bottom: 0.25rem solid;
}
.border-left-05 {
  border-left: 0.25rem solid;
}
.hover\:border-left-05:hover {
  border-left: 0.25rem solid;
}
.border-1 {
  border: 0.5rem solid;
}
.hover\:border-1:hover {
  border: 0.5rem solid;
}
.border-y-1 {
  border-top: 0.5rem solid;
  border-bottom: 0.5rem solid;
}
.hover\:border-y-1:hover {
  border-top: 0.5rem solid;
  border-bottom: 0.5rem solid;
}
.border-x-1 {
  border-left: 0.5rem solid;
  border-right: 0.5rem solid;
}
.hover\:border-x-1:hover {
  border-left: 0.5rem solid;
  border-right: 0.5rem solid;
}
.border-top-1 {
  border-top: 0.5rem solid;
}
.hover\:border-top-1:hover {
  border-top: 0.5rem solid;
}
.border-right-1 {
  border-right: 0.5rem solid;
}
.hover\:border-right-1:hover {
  border-right: 0.5rem solid;
}
.border-bottom-1 {
  border-bottom: 0.5rem solid;
}
.hover\:border-bottom-1:hover {
  border-bottom: 0.5rem solid;
}
.border-left-1 {
  border-left: 0.5rem solid;
}
.hover\:border-left-1:hover {
  border-left: 0.5rem solid;
}
.border-105 {
  border: 0.75rem solid;
}
.hover\:border-105:hover {
  border: 0.75rem solid;
}
.border-y-105 {
  border-top: 0.75rem solid;
  border-bottom: 0.75rem solid;
}
.hover\:border-y-105:hover {
  border-top: 0.75rem solid;
  border-bottom: 0.75rem solid;
}
.border-x-105 {
  border-left: 0.75rem solid;
  border-right: 0.75rem solid;
}
.hover\:border-x-105:hover {
  border-left: 0.75rem solid;
  border-right: 0.75rem solid;
}
.border-top-105 {
  border-top: 0.75rem solid;
}
.hover\:border-top-105:hover {
  border-top: 0.75rem solid;
}
.border-right-105 {
  border-right: 0.75rem solid;
}
.hover\:border-right-105:hover {
  border-right: 0.75rem solid;
}
.border-bottom-105 {
  border-bottom: 0.75rem solid;
}
.hover\:border-bottom-105:hover {
  border-bottom: 0.75rem solid;
}
.border-left-105 {
  border-left: 0.75rem solid;
}
.hover\:border-left-105:hover {
  border-left: 0.75rem solid;
}
.border-2 {
  border: 1rem solid;
}
.hover\:border-2:hover {
  border: 1rem solid;
}
.border-y-2 {
  border-top: 1rem solid;
  border-bottom: 1rem solid;
}
.hover\:border-y-2:hover {
  border-top: 1rem solid;
  border-bottom: 1rem solid;
}
.border-x-2 {
  border-left: 1rem solid;
  border-right: 1rem solid;
}
.hover\:border-x-2:hover {
  border-left: 1rem solid;
  border-right: 1rem solid;
}
.border-top-2 {
  border-top: 1rem solid;
}
.hover\:border-top-2:hover {
  border-top: 1rem solid;
}
.border-right-2 {
  border-right: 1rem solid;
}
.hover\:border-right-2:hover {
  border-right: 1rem solid;
}
.border-bottom-2 {
  border-bottom: 1rem solid;
}
.hover\:border-bottom-2:hover {
  border-bottom: 1rem solid;
}
.border-left-2 {
  border-left: 1rem solid;
}
.hover\:border-left-2:hover {
  border-left: 1rem solid;
}
.border-205 {
  border: 1.25rem solid;
}
.hover\:border-205:hover {
  border: 1.25rem solid;
}
.border-y-205 {
  border-top: 1.25rem solid;
  border-bottom: 1.25rem solid;
}
.hover\:border-y-205:hover {
  border-top: 1.25rem solid;
  border-bottom: 1.25rem solid;
}
.border-x-205 {
  border-left: 1.25rem solid;
  border-right: 1.25rem solid;
}
.hover\:border-x-205:hover {
  border-left: 1.25rem solid;
  border-right: 1.25rem solid;
}
.border-top-205 {
  border-top: 1.25rem solid;
}
.hover\:border-top-205:hover {
  border-top: 1.25rem solid;
}
.border-right-205 {
  border-right: 1.25rem solid;
}
.hover\:border-right-205:hover {
  border-right: 1.25rem solid;
}
.border-bottom-205 {
  border-bottom: 1.25rem solid;
}
.hover\:border-bottom-205:hover {
  border-bottom: 1.25rem solid;
}
.border-left-205 {
  border-left: 1.25rem solid;
}
.hover\:border-left-205:hover {
  border-left: 1.25rem solid;
}
.border-3 {
  border: 1.5rem solid;
}
.hover\:border-3:hover {
  border: 1.5rem solid;
}
.border-y-3 {
  border-top: 1.5rem solid;
  border-bottom: 1.5rem solid;
}
.hover\:border-y-3:hover {
  border-top: 1.5rem solid;
  border-bottom: 1.5rem solid;
}
.border-x-3 {
  border-left: 1.5rem solid;
  border-right: 1.5rem solid;
}
.hover\:border-x-3:hover {
  border-left: 1.5rem solid;
  border-right: 1.5rem solid;
}
.border-top-3 {
  border-top: 1.5rem solid;
}
.hover\:border-top-3:hover {
  border-top: 1.5rem solid;
}
.border-right-3 {
  border-right: 1.5rem solid;
}
.hover\:border-right-3:hover {
  border-right: 1.5rem solid;
}
.border-bottom-3 {
  border-bottom: 1.5rem solid;
}
.hover\:border-bottom-3:hover {
  border-bottom: 1.5rem solid;
}
.border-left-3 {
  border-left: 1.5rem solid;
}
.hover\:border-left-3:hover {
  border-left: 1.5rem solid;
}
.border-0 {
  border: 0 solid;
}
.hover\:border-0:hover {
  border: 0 solid;
}
.border-y-0 {
  border-top: 0 solid;
  border-bottom: 0 solid;
}
.hover\:border-y-0:hover {
  border-top: 0 solid;
  border-bottom: 0 solid;
}
.border-x-0 {
  border-left: 0 solid;
  border-right: 0 solid;
}
.hover\:border-x-0:hover {
  border-left: 0 solid;
  border-right: 0 solid;
}
.border-top-0 {
  border-top: 0 solid;
}
.hover\:border-top-0:hover {
  border-top: 0 solid;
}
.border-right-0 {
  border-right: 0 solid;
}
.hover\:border-right-0:hover {
  border-right: 0 solid;
}
.border-bottom-0 {
  border-bottom: 0 solid;
}
.hover\:border-bottom-0:hover {
  border-bottom: 0 solid;
}
.border-left-0 {
  border-left: 0 solid;
}
.hover\:border-left-0:hover {
  border-left: 0 solid;
}
.border {
  border: 1px solid;
}
.hover\:border:hover {
  border: 1px solid;
}
.border-y {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.hover\:border-y:hover {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.border-x {
  border-left: 1px solid;
  border-right: 1px solid;
}
.hover\:border-x:hover {
  border-left: 1px solid;
  border-right: 1px solid;
}
.border-top {
  border-top: 1px solid;
}
.hover\:border-top:hover {
  border-top: 1px solid;
}
.border-right {
  border-right: 1px solid;
}
.hover\:border-right:hover {
  border-right: 1px solid;
}
.border-bottom {
  border-bottom: 1px solid;
}
.hover\:border-bottom:hover {
  border-bottom: 1px solid;
}
.border-left {
  border-left: 1px solid;
}
.hover\:border-left:hover {
  border-left: 1px solid;
}
.border-transparent {
  border-color: transparent;
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.border-black {
  border-color: black;
}
.hover\:border-black:hover {
  border-color: black;
}
.border-white {
  border-color: white;
}
.hover\:border-white:hover {
  border-color: white;
}
.border-red {
  border-color: #e52207;
}
.hover\:border-red:hover {
  border-color: #e52207;
}
.border-orange {
  border-color: #e66f0e;
}
.hover\:border-orange:hover {
  border-color: #e66f0e;
}
.border-gold {
  border-color: #ffbe2e;
}
.hover\:border-gold:hover {
  border-color: #ffbe2e;
}
.border-yellow {
  border-color: #fee685;
}
.hover\:border-yellow:hover {
  border-color: #fee685;
}
.border-green {
  border-color: #538200;
}
.hover\:border-green:hover {
  border-color: #538200;
}
.border-mint {
  border-color: #04c585;
}
.hover\:border-mint:hover {
  border-color: #04c585;
}
.border-cyan {
  border-color: #009ec1;
}
.hover\:border-cyan:hover {
  border-color: #009ec1;
}
.border-blue {
  border-color: #0076d6;
}
.hover\:border-blue:hover {
  border-color: #0076d6;
}
.border-indigo {
  border-color: #676cc8;
}
.hover\:border-indigo:hover {
  border-color: #676cc8;
}
.border-violet {
  border-color: #8168b3;
}
.hover\:border-violet:hover {
  border-color: #8168b3;
}
.border-magenta {
  border-color: #d72d79;
}
.hover\:border-magenta:hover {
  border-color: #d72d79;
}
.border-gray-5 {
  border-color: #f0f0f0;
}
.hover\:border-gray-5:hover {
  border-color: #f0f0f0;
}
.border-gray-10 {
  border-color: #e6e6e6;
}
.hover\:border-gray-10:hover {
  border-color: #e6e6e6;
}
.border-gray-30 {
  border-color: #adadad;
}
.hover\:border-gray-30:hover {
  border-color: #adadad;
}
.border-gray-50 {
  border-color: #757575;
}
.hover\:border-gray-50:hover {
  border-color: #757575;
}
.border-gray-70 {
  border-color: #454545;
}
.hover\:border-gray-70:hover {
  border-color: #454545;
}
.border-gray-90 {
  border-color: #1b1b1b;
}
.hover\:border-gray-90:hover {
  border-color: #1b1b1b;
}
.border-base-lightest {
  border-color: #f0f0f0;
}
.hover\:border-base-lightest:hover {
  border-color: #f0f0f0;
}
.border-base-lighter {
  border-color: #dfe1e2;
}
.hover\:border-base-lighter:hover {
  border-color: #dfe1e2;
}
.border-base-light {
  border-color: #a9aeb1;
}
.hover\:border-base-light:hover {
  border-color: #a9aeb1;
}
.border-base {
  border-color: #71767a;
}
.hover\:border-base:hover {
  border-color: #71767a;
}
.border-base-dark {
  border-color: #565c65;
}
.hover\:border-base-dark:hover {
  border-color: #565c65;
}
.border-base-darker {
  border-color: #3d4551;
}
.hover\:border-base-darker:hover {
  border-color: #3d4551;
}
.border-base-darkest {
  border-color: #1b1b1b;
}
.hover\:border-base-darkest:hover {
  border-color: #1b1b1b;
}
.border-ink {
  border-color: #1b1b1b;
}
.hover\:border-ink:hover {
  border-color: #1b1b1b;
}
.border-primary-lighter {
  border-color: #d9e8f6;
}
.hover\:border-primary-lighter:hover {
  border-color: #d9e8f6;
}
.border-primary-light {
  border-color: #73b3e7;
}
.hover\:border-primary-light:hover {
  border-color: #73b3e7;
}
.border-primary {
  border-color: #2378c3;
}
.hover\:border-primary:hover {
  border-color: #2378c3;
}
.border-primary-vivid {
  border-color: #0050d8;
}
.hover\:border-primary-vivid:hover {
  border-color: #0050d8;
}
.border-primary-dark {
  border-color: #1a4480;
}
.hover\:border-primary-dark:hover {
  border-color: #1a4480;
}
.border-primary-darker {
  border-color: #162e51;
}
.hover\:border-primary-darker:hover {
  border-color: #162e51;
}
.border-secondary-lighter {
  border-color: #f3e1e4;
}
.hover\:border-secondary-lighter:hover {
  border-color: #f3e1e4;
}
.border-secondary-light {
  border-color: #f2938c;
}
.hover\:border-secondary-light:hover {
  border-color: #f2938c;
}
.border-secondary {
  border-color: #d83933;
}
.hover\:border-secondary:hover {
  border-color: #d83933;
}
.border-secondary-vivid {
  border-color: #e41d3d;
}
.hover\:border-secondary-vivid:hover {
  border-color: #e41d3d;
}
.border-secondary-dark {
  border-color: #b50909;
}
.hover\:border-secondary-dark:hover {
  border-color: #b50909;
}
.border-secondary-darker {
  border-color: #8b0a03;
}
.hover\:border-secondary-darker:hover {
  border-color: #8b0a03;
}
.border-accent-warm-darker {
  border-color: #775540;
}
.hover\:border-accent-warm-darker:hover {
  border-color: #775540;
}
.border-accent-warm-dark {
  border-color: #c05600;
}
.hover\:border-accent-warm-dark:hover {
  border-color: #c05600;
}
.border-accent-warm {
  border-color: #fa9441;
}
.hover\:border-accent-warm:hover {
  border-color: #fa9441;
}
.border-accent-warm-light {
  border-color: #ffbc78;
}
.hover\:border-accent-warm-light:hover {
  border-color: #ffbc78;
}
.border-accent-warm-lighter {
  border-color: #f2e4d4;
}
.hover\:border-accent-warm-lighter:hover {
  border-color: #f2e4d4;
}
.border-accent-cool-darker {
  border-color: #07648d;
}
.hover\:border-accent-cool-darker:hover {
  border-color: #07648d;
}
.border-accent-cool-dark {
  border-color: #4d8055;
}
.hover\:border-accent-cool-dark:hover {
  border-color: #4d8055;
}
.border-accent-cool {
  border-color: #5e9f69;
}
.hover\:border-accent-cool:hover {
  border-color: #5e9f69;
}
.border-accent-cool-light {
  border-color: #97d4ea;
}
.hover\:border-accent-cool-light:hover {
  border-color: #97d4ea;
}
.border-accent-cool-lighter {
  border-color: #e1f3f8;
}
.hover\:border-accent-cool-lighter:hover {
  border-color: #e1f3f8;
}
.border-error-lighter {
  border-color: #f4e3db;
}
.hover\:border-error-lighter:hover {
  border-color: #f4e3db;
}
.border-error-light {
  border-color: #f39268;
}
.hover\:border-error-light:hover {
  border-color: #f39268;
}
.border-error {
  border-color: #d54309;
}
.hover\:border-error:hover {
  border-color: #d54309;
}
.border-error-dark {
  border-color: #d83933;
}
.hover\:border-error-dark:hover {
  border-color: #d83933;
}
.border-error-darker {
  border-color: #6f3331;
}
.hover\:border-error-darker:hover {
  border-color: #6f3331;
}
.border-warning-lighter {
  border-color: #faf3d1;
}
.hover\:border-warning-lighter:hover {
  border-color: #faf3d1;
}
.border-warning-light {
  border-color: #fee685;
}
.hover\:border-warning-light:hover {
  border-color: #fee685;
}
.border-warning {
  border-color: #ffbe2e;
}
.hover\:border-warning:hover {
  border-color: #ffbe2e;
}
.border-warning-dark {
  border-color: #e5a000;
}
.hover\:border-warning-dark:hover {
  border-color: #e5a000;
}
.border-warning-darker {
  border-color: #936f38;
}
.hover\:border-warning-darker:hover {
  border-color: #936f38;
}
.border-success-lighter {
  border-color: #ecf3ec;
}
.hover\:border-success-lighter:hover {
  border-color: #ecf3ec;
}
.border-success-light {
  border-color: #70e17b;
}
.hover\:border-success-light:hover {
  border-color: #70e17b;
}
.border-success {
  border-color: #00a91c;
}
.hover\:border-success:hover {
  border-color: #00a91c;
}
.border-success-dark {
  border-color: #008817;
}
.hover\:border-success-dark:hover {
  border-color: #008817;
}
.border-success-darker {
  border-color: #216e1f;
}
.hover\:border-success-darker:hover {
  border-color: #216e1f;
}
.border-info-lighter {
  border-color: #e7f6f8;
}
.hover\:border-info-lighter:hover {
  border-color: #e7f6f8;
}
.border-info-light {
  border-color: #99deea;
}
.hover\:border-info-light:hover {
  border-color: #99deea;
}
.border-info {
  border-color: #00bde3;
}
.hover\:border-info:hover {
  border-color: #00bde3;
}
.border-info-dark {
  border-color: #009ec1;
}
.hover\:border-info-dark:hover {
  border-color: #009ec1;
}
.border-info-darker {
  border-color: #2e6276;
}
.hover\:border-info-darker:hover {
  border-color: #2e6276;
}
.border-disabled-lighter {
  border-color: #c9c9c9;
}
.hover\:border-disabled-lighter:hover {
  border-color: #c9c9c9;
}
.border-disabled-light {
  border-color: #919191;
}
.hover\:border-disabled-light:hover {
  border-color: #919191;
}
.border-disabled {
  border-color: #757575;
}
.hover\:border-disabled:hover {
  border-color: #757575;
}
.border-disabled-dark {
  border-color: #454545;
}
.hover\:border-disabled-dark:hover {
  border-color: #454545;
}
.border-disabled-darker {
  border-color: #1b1b1b;
}
.hover\:border-disabled-darker:hover {
  border-color: #1b1b1b;
}
.border-emergency {
  border-color: #9c3d10;
}
.hover\:border-emergency:hover {
  border-color: #9c3d10;
}
.border-emergency-dark {
  border-color: #332d29;
}
.hover\:border-emergency-dark:hover {
  border-color: #332d29;
}
.radius-0 {
  border-radius: 0;
}
.radius-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.radius-right-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.radius-bottom-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.radius-left-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.radius-sm {
  border-radius: 2px;
}
.radius-top-sm {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.radius-right-sm {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.radius-bottom-sm {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.radius-left-sm {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.radius-md {
  border-radius: 0.25rem;
}
.radius-top-md {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.radius-right-md {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.radius-bottom-md {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.radius-left-md {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.radius-lg {
  border-radius: 0.5rem;
}
.radius-top-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.radius-right-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.radius-bottom-lg {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.radius-left-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.radius-pill {
  border-radius: 99rem;
}
.radius-top-pill {
  border-top-left-radius: 99rem;
  border-top-right-radius: 99rem;
}
.radius-right-pill {
  border-top-right-radius: 99rem;
  border-bottom-right-radius: 99rem;
}
.radius-bottom-pill {
  border-bottom-left-radius: 99rem;
  border-bottom-right-radius: 99rem;
}
.radius-left-pill {
  border-top-left-radius: 99rem;
  border-bottom-left-radius: 99rem;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-solid {
  border-style: solid;
}
.border-width-1px {
  border-width: 1px;
}
.border-y-width-1px {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-x-width-1px {
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-top-width-1px {
  border-top-width: 1px;
}
.border-right-width-1px {
  border-right-width: 1px;
}
.border-bottom-width-1px {
  border-bottom-width: 1px;
}
.border-left-width-1px {
  border-left-width: 1px;
}
.border-width-2px {
  border-width: 2px;
}
.border-y-width-2px {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-x-width-2px {
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-top-width-2px {
  border-top-width: 2px;
}
.border-right-width-2px {
  border-right-width: 2px;
}
.border-bottom-width-2px {
  border-bottom-width: 2px;
}
.border-left-width-2px {
  border-left-width: 2px;
}
.border-width-05 {
  border-width: 0.25rem;
}
.border-y-width-05 {
  border-top-width: 0.25rem;
  border-bottom-width: 0.25rem;
}
.border-x-width-05 {
  border-left-width: 0.25rem;
  border-right-width: 0.25rem;
}
.border-top-width-05 {
  border-top-width: 0.25rem;
}
.border-right-width-05 {
  border-right-width: 0.25rem;
}
.border-bottom-width-05 {
  border-bottom-width: 0.25rem;
}
.border-left-width-05 {
  border-left-width: 0.25rem;
}
.border-width-1 {
  border-width: 0.5rem;
}
.border-y-width-1 {
  border-top-width: 0.5rem;
  border-bottom-width: 0.5rem;
}
.border-x-width-1 {
  border-left-width: 0.5rem;
  border-right-width: 0.5rem;
}
.border-top-width-1 {
  border-top-width: 0.5rem;
}
.border-right-width-1 {
  border-right-width: 0.5rem;
}
.border-bottom-width-1 {
  border-bottom-width: 0.5rem;
}
.border-left-width-1 {
  border-left-width: 0.5rem;
}
.border-width-105 {
  border-width: 0.75rem;
}
.border-y-width-105 {
  border-top-width: 0.75rem;
  border-bottom-width: 0.75rem;
}
.border-x-width-105 {
  border-left-width: 0.75rem;
  border-right-width: 0.75rem;
}
.border-top-width-105 {
  border-top-width: 0.75rem;
}
.border-right-width-105 {
  border-right-width: 0.75rem;
}
.border-bottom-width-105 {
  border-bottom-width: 0.75rem;
}
.border-left-width-105 {
  border-left-width: 0.75rem;
}
.border-width-2 {
  border-width: 1rem;
}
.border-y-width-2 {
  border-top-width: 1rem;
  border-bottom-width: 1rem;
}
.border-x-width-2 {
  border-left-width: 1rem;
  border-right-width: 1rem;
}
.border-top-width-2 {
  border-top-width: 1rem;
}
.border-right-width-2 {
  border-right-width: 1rem;
}
.border-bottom-width-2 {
  border-bottom-width: 1rem;
}
.border-left-width-2 {
  border-left-width: 1rem;
}
.border-width-205 {
  border-width: 1.25rem;
}
.border-y-width-205 {
  border-top-width: 1.25rem;
  border-bottom-width: 1.25rem;
}
.border-x-width-205 {
  border-left-width: 1.25rem;
  border-right-width: 1.25rem;
}
.border-top-width-205 {
  border-top-width: 1.25rem;
}
.border-right-width-205 {
  border-right-width: 1.25rem;
}
.border-bottom-width-205 {
  border-bottom-width: 1.25rem;
}
.border-left-width-205 {
  border-left-width: 1.25rem;
}
.border-width-3 {
  border-width: 1.5rem;
}
.border-y-width-3 {
  border-top-width: 1.5rem;
  border-bottom-width: 1.5rem;
}
.border-x-width-3 {
  border-left-width: 1.5rem;
  border-right-width: 1.5rem;
}
.border-top-width-3 {
  border-top-width: 1.5rem;
}
.border-right-width-3 {
  border-right-width: 1.5rem;
}
.border-bottom-width-3 {
  border-bottom-width: 1.5rem;
}
.border-left-width-3 {
  border-left-width: 1.5rem;
}
.border-width-0 {
  border-width: 0;
}
.border-y-width-0 {
  border-top-width: 0;
  border-bottom-width: 0;
}
.border-x-width-0 {
  border-left-width: 0;
  border-right-width: 0;
}
.border-top-width-0 {
  border-top-width: 0;
}
.border-right-width-0 {
  border-right-width: 0;
}
.border-bottom-width-0 {
  border-bottom-width: 0;
}
.border-left-width-0 {
  border-left-width: 0;
}
.bottom-1px {
  bottom: 1px;
}
.bottom-2px {
  bottom: 2px;
}
.bottom-05 {
  bottom: 0.25rem;
}
.bottom-1 {
  bottom: 0.5rem;
}
.bottom-105 {
  bottom: 0.75rem;
}
.bottom-2 {
  bottom: 1rem;
}
.bottom-205 {
  bottom: 1.25rem;
}
.bottom-3 {
  bottom: 1.5rem;
}
.bottom-neg-1px {
  bottom: -1px;
}
.bottom-neg-2px {
  bottom: -2px;
}
.bottom-neg-05 {
  bottom: -0.25rem;
}
.bottom-neg-1 {
  bottom: -0.5rem;
}
.bottom-neg-105 {
  bottom: -0.75rem;
}
.bottom-neg-2 {
  bottom: -1rem;
}
.bottom-neg-205 {
  bottom: -1.25rem;
}
.bottom-neg-3 {
  bottom: -1.5rem;
}
.bottom-0 {
  bottom: 0;
}
.bottom-auto {
  bottom: auto;
}
.bottom-full {
  bottom: 100%;
}
.shadow-none {
  box-shadow: none;
}
.hover\:shadow-none:hover {
  box-shadow: none;
}
.shadow-1 {
  box-shadow: 0 1px 0.25rem 0 rgba(0, 0, 0, 0.1);
}
.hover\:shadow-1:hover {
  box-shadow: 0 1px 0.25rem 0 rgba(0, 0, 0, 0.1);
}
.shadow-2 {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1);
}
.hover\:shadow-2:hover {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1);
}
.shadow-3 {
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.hover\:shadow-3:hover {
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}
.shadow-4 {
  box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.1);
}
.hover\:shadow-4:hover {
  box-shadow: 0 0.75rem 1.5rem 0 rgba(0, 0, 0, 0.1);
}
.shadow-5 {
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.1);
}
.hover\:shadow-5:hover {
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.1);
}
.circle-1px {
  height: 1px;
  width: 1px;
  border-radius: 50%;
}
.circle-2px {
  height: 2px;
  width: 2px;
  border-radius: 50%;
}
.circle-05 {
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 50%;
}
.circle-1 {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
}
.circle-105 {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
}
.circle-2 {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}
.circle-205 {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 50%;
}
.circle-3 {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
}
.circle-4 {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
}
.circle-5 {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
}
.circle-6 {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
}
.circle-7 {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
}
.circle-8 {
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
}
.circle-9 {
  height: 4.5rem;
  width: 4.5rem;
  border-radius: 50%;
}
.circle-10 {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
}
.circle-15 {
  height: 7.5rem;
  width: 7.5rem;
  border-radius: 50%;
}
.circle-card {
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
}
.circle-card-lg {
  height: 15rem;
  width: 15rem;
  border-radius: 50%;
}
.circle-mobile {
  height: 20rem;
  width: 20rem;
  border-radius: 50%;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.text-transparent {
  color: transparent;
}
.hover\:text-transparent:hover {
  color: transparent;
}
.text-black {
  color: black;
}
.hover\:text-black:hover {
  color: black;
}
.text-white {
  color: white;
}
.hover\:text-white:hover {
  color: white;
}
.text-red {
  color: #e52207;
}
.hover\:text-red:hover {
  color: #e52207;
}
.text-orange {
  color: #e66f0e;
}
.hover\:text-orange:hover {
  color: #e66f0e;
}
.text-gold {
  color: #ffbe2e;
}
.hover\:text-gold:hover {
  color: #ffbe2e;
}
.text-yellow {
  color: #fee685;
}
.hover\:text-yellow:hover {
  color: #fee685;
}
.text-green {
  color: #538200;
}
.hover\:text-green:hover {
  color: #538200;
}
.text-mint {
  color: #04c585;
}
.hover\:text-mint:hover {
  color: #04c585;
}
.text-cyan {
  color: #009ec1;
}
.hover\:text-cyan:hover {
  color: #009ec1;
}
.text-blue {
  color: #0076d6;
}
.hover\:text-blue:hover {
  color: #0076d6;
}
.text-indigo {
  color: #676cc8;
}
.hover\:text-indigo:hover {
  color: #676cc8;
}
.text-violet {
  color: #8168b3;
}
.hover\:text-violet:hover {
  color: #8168b3;
}
.text-magenta {
  color: #d72d79;
}
.hover\:text-magenta:hover {
  color: #d72d79;
}
.text-gray-5 {
  color: #f0f0f0;
}
.hover\:text-gray-5:hover {
  color: #f0f0f0;
}
.text-gray-10 {
  color: #e6e6e6;
}
.hover\:text-gray-10:hover {
  color: #e6e6e6;
}
.text-gray-30 {
  color: #adadad;
}
.hover\:text-gray-30:hover {
  color: #adadad;
}
.text-gray-50 {
  color: #757575;
}
.hover\:text-gray-50:hover {
  color: #757575;
}
.text-gray-70 {
  color: #454545;
}
.hover\:text-gray-70:hover {
  color: #454545;
}
.text-gray-90 {
  color: #1b1b1b;
}
.hover\:text-gray-90:hover {
  color: #1b1b1b;
}
.text-base-lightest {
  color: #f0f0f0;
}
.hover\:text-base-lightest:hover {
  color: #f0f0f0;
}
.text-base-lighter {
  color: #dfe1e2;
}
.hover\:text-base-lighter:hover {
  color: #dfe1e2;
}
.text-base-light {
  color: #a9aeb1;
}
.hover\:text-base-light:hover {
  color: #a9aeb1;
}
.text-base {
  color: #71767a;
}
.hover\:text-base:hover {
  color: #71767a;
}
.text-base-dark {
  color: #565c65;
}
.hover\:text-base-dark:hover {
  color: #565c65;
}
.text-base-darker {
  color: #3d4551;
}
.hover\:text-base-darker:hover {
  color: #3d4551;
}
.text-base-darkest {
  color: #1b1b1b;
}
.hover\:text-base-darkest:hover {
  color: #1b1b1b;
}
.text-ink {
  color: #1b1b1b;
}
.hover\:text-ink:hover {
  color: #1b1b1b;
}
.text-primary-lighter {
  color: #d9e8f6;
}
.hover\:text-primary-lighter:hover {
  color: #d9e8f6;
}
.text-primary-light {
  color: #73b3e7;
}
.hover\:text-primary-light:hover {
  color: #73b3e7;
}
.text-primary {
  color: #2378c3;
}
.hover\:text-primary:hover {
  color: #2378c3;
}
.text-primary-vivid {
  color: #0050d8;
}
.hover\:text-primary-vivid:hover {
  color: #0050d8;
}
.text-primary-dark {
  color: #1a4480;
}
.hover\:text-primary-dark:hover {
  color: #1a4480;
}
.text-primary-darker {
  color: #162e51;
}
.hover\:text-primary-darker:hover {
  color: #162e51;
}
.text-secondary-lighter {
  color: #f3e1e4;
}
.hover\:text-secondary-lighter:hover {
  color: #f3e1e4;
}
.text-secondary-light {
  color: #f2938c;
}
.hover\:text-secondary-light:hover {
  color: #f2938c;
}
.text-secondary {
  color: #d83933;
}
.hover\:text-secondary:hover {
  color: #d83933;
}
.text-secondary-vivid {
  color: #e41d3d;
}
.hover\:text-secondary-vivid:hover {
  color: #e41d3d;
}
.text-secondary-dark {
  color: #b50909;
}
.hover\:text-secondary-dark:hover {
  color: #b50909;
}
.text-secondary-darker {
  color: #8b0a03;
}
.hover\:text-secondary-darker:hover {
  color: #8b0a03;
}
.text-accent-warm-darker {
  color: #775540;
}
.hover\:text-accent-warm-darker:hover {
  color: #775540;
}
.text-accent-warm-dark {
  color: #c05600;
}
.hover\:text-accent-warm-dark:hover {
  color: #c05600;
}
.text-accent-warm {
  color: #fa9441;
}
.hover\:text-accent-warm:hover {
  color: #fa9441;
}
.text-accent-warm-light {
  color: #ffbc78;
}
.hover\:text-accent-warm-light:hover {
  color: #ffbc78;
}
.text-accent-warm-lighter {
  color: #f2e4d4;
}
.hover\:text-accent-warm-lighter:hover {
  color: #f2e4d4;
}
.text-accent-cool-darker {
  color: #07648d;
}
.hover\:text-accent-cool-darker:hover {
  color: #07648d;
}
.text-accent-cool-dark {
  color: #4d8055;
}
.hover\:text-accent-cool-dark:hover {
  color: #4d8055;
}
.text-accent-cool {
  color: #5e9f69;
}
.hover\:text-accent-cool:hover {
  color: #5e9f69;
}
.text-accent-cool-light {
  color: #97d4ea;
}
.hover\:text-accent-cool-light:hover {
  color: #97d4ea;
}
.text-accent-cool-lighter {
  color: #e1f3f8;
}
.hover\:text-accent-cool-lighter:hover {
  color: #e1f3f8;
}
.text-error-lighter {
  color: #f4e3db;
}
.hover\:text-error-lighter:hover {
  color: #f4e3db;
}
.text-error-light {
  color: #f39268;
}
.hover\:text-error-light:hover {
  color: #f39268;
}
.text-error {
  color: #d54309;
}
.hover\:text-error:hover {
  color: #d54309;
}
.text-error-dark {
  color: #d83933;
}
.hover\:text-error-dark:hover {
  color: #d83933;
}
.text-error-darker {
  color: #6f3331;
}
.hover\:text-error-darker:hover {
  color: #6f3331;
}
.text-warning-lighter {
  color: #faf3d1;
}
.hover\:text-warning-lighter:hover {
  color: #faf3d1;
}
.text-warning-light {
  color: #fee685;
}
.hover\:text-warning-light:hover {
  color: #fee685;
}
.text-warning {
  color: #ffbe2e;
}
.hover\:text-warning:hover {
  color: #ffbe2e;
}
.text-warning-dark {
  color: #e5a000;
}
.hover\:text-warning-dark:hover {
  color: #e5a000;
}
.text-warning-darker {
  color: #936f38;
}
.hover\:text-warning-darker:hover {
  color: #936f38;
}
.text-success-lighter {
  color: #ecf3ec;
}
.hover\:text-success-lighter:hover {
  color: #ecf3ec;
}
.text-success-light {
  color: #70e17b;
}
.hover\:text-success-light:hover {
  color: #70e17b;
}
.text-success {
  color: #00a91c;
}
.hover\:text-success:hover {
  color: #00a91c;
}
.text-success-dark {
  color: #008817;
}
.hover\:text-success-dark:hover {
  color: #008817;
}
.text-success-darker {
  color: #216e1f;
}
.hover\:text-success-darker:hover {
  color: #216e1f;
}
.text-info-lighter {
  color: #e7f6f8;
}
.hover\:text-info-lighter:hover {
  color: #e7f6f8;
}
.text-info-light {
  color: #99deea;
}
.hover\:text-info-light:hover {
  color: #99deea;
}
.text-info {
  color: #00bde3;
}
.hover\:text-info:hover {
  color: #00bde3;
}
.text-info-dark {
  color: #009ec1;
}
.hover\:text-info-dark:hover {
  color: #009ec1;
}
.text-info-darker {
  color: #2e6276;
}
.hover\:text-info-darker:hover {
  color: #2e6276;
}
.text-disabled-lighter {
  color: #c9c9c9;
}
.hover\:text-disabled-lighter:hover {
  color: #c9c9c9;
}
.text-disabled-light {
  color: #919191;
}
.hover\:text-disabled-light:hover {
  color: #919191;
}
.text-disabled {
  color: #757575;
}
.hover\:text-disabled:hover {
  color: #757575;
}
.text-disabled-dark {
  color: #454545;
}
.hover\:text-disabled-dark:hover {
  color: #454545;
}
.text-disabled-darker {
  color: #1b1b1b;
}
.hover\:text-disabled-darker:hover {
  color: #1b1b1b;
}
.text-emergency {
  color: #9c3d10;
}
.hover\:text-emergency:hover {
  color: #9c3d10;
}
.text-emergency-dark {
  color: #332d29;
}
.hover\:text-emergency-dark:hover {
  color: #332d29;
}
.cursor-auto {
  cursor: auto;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-wait {
  cursor: wait;
}
.cursor-move {
  cursor: move;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.display-block {
  display: block;
}
.display-flex {
  display: flex;
}
.display-none {
  display: none;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-inline-flex {
  display: inline-flex;
}
.display-table {
  display: table;
}
.display-table-cell {
  display: table-cell;
}
.display-table-row {
  display: table-row;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-2 {
  flex: 2 1 0%;
}
.flex-3 {
  flex: 3 1 0%;
}
.flex-4 {
  flex: 4 1 0%;
}
.flex-5 {
  flex: 5 1 0%;
}
.flex-6 {
  flex: 6 1 0%;
}
.flex-7 {
  flex: 7 1 0%;
}
.flex-8 {
  flex: 8 1 0%;
}
.flex-9 {
  flex: 9 1 0%;
}
.flex-10 {
  flex: 10 1 0%;
}
.flex-11 {
  flex: 11 1 0%;
}
.flex-12 {
  flex: 12 1 0%;
}
.flex-fill {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 0 1 auto;
}
.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-no-wrap {
  flex-wrap: nowrap;
}
.float-left {
  float: left;
}
.float-none {
  float: none;
}
.float-right {
  float: right;
}
.font-mono-3xs {
  font-size: 0.77rem;
}
.font-mono-2xs {
  font-size: 0.83rem;
}
.font-mono-xs {
  font-size: 0.89rem;
}
.font-mono-sm {
  font-size: 0.95rem;
}
.font-mono-md {
  font-size: 1.01rem;
}
.font-mono-lg {
  font-size: 1.31rem;
}
.font-mono-xl {
  font-size: 1.91rem;
}
.font-mono-2xl {
  font-size: 2.38rem;
}
.font-mono-3xl {
  font-size: 2.86rem;
}
.font-sans-3xs {
  font-size: 0.82rem;
}
.font-sans-2xs {
  font-size: 0.89rem;
}
.font-sans-xs {
  font-size: 0.95rem;
}
.font-sans-sm {
  font-size: 1.01rem;
}
.font-sans-md {
  font-size: 1.08rem;
}
.font-sans-lg {
  font-size: 1.39rem;
}
.font-sans-xl {
  font-size: 2.03rem;
}
.font-sans-2xl {
  font-size: 2.54rem;
}
.font-sans-3xl {
  font-size: 3.04rem;
}
.font-serif-3xs {
  font-size: 0.79rem;
}
.font-serif-2xs {
  font-size: 0.85rem;
}
.font-serif-xs {
  font-size: 0.91rem;
}
.font-serif-sm {
  font-size: 0.98rem;
}
.font-serif-md {
  font-size: 1.04rem;
}
.font-serif-lg {
  font-size: 1.34rem;
}
.font-serif-xl {
  font-size: 1.95rem;
}
.font-serif-2xl {
  font-size: 2.44rem;
}
.font-serif-3xl {
  font-size: 2.93rem;
}
.font-heading-3xs {
  font-size: 0.82rem;
}
.font-heading-2xs {
  font-size: 0.89rem;
}
.font-heading-xs {
  font-size: 0.95rem;
}
.font-heading-sm {
  font-size: 1.01rem;
}
.font-heading-md {
  font-size: 1.08rem;
}
.font-heading-lg {
  font-size: 1.39rem;
}
.font-heading-xl {
  font-size: 2.03rem;
}
.font-heading-2xl {
  font-size: 2.54rem;
}
.font-heading-3xl {
  font-size: 3.04rem;
}
.font-body-3xs {
  font-size: 0.82rem;
}
.font-body-2xs {
  font-size: 0.89rem;
}
.font-body-xs {
  font-size: 0.95rem;
}
.font-body-sm {
  font-size: 1.01rem;
}
.font-body-md {
  font-size: 1.08rem;
}
.font-body-lg {
  font-size: 1.39rem;
}
.font-body-xl {
  font-size: 2.03rem;
}
.font-body-2xl {
  font-size: 2.54rem;
}
.font-body-3xl {
  font-size: 3.04rem;
}
.font-code-3xs {
  font-size: 0.77rem;
}
.font-code-2xs {
  font-size: 0.83rem;
}
.font-code-xs {
  font-size: 0.89rem;
}
.font-code-sm {
  font-size: 0.95rem;
}
.font-code-md {
  font-size: 1.01rem;
}
.font-code-lg {
  font-size: 1.31rem;
}
.font-code-xl {
  font-size: 1.91rem;
}
.font-code-2xl {
  font-size: 2.38rem;
}
.font-code-3xl {
  font-size: 2.86rem;
}
.font-alt-3xs {
  font-size: 0.79rem;
}
.font-alt-2xs {
  font-size: 0.85rem;
}
.font-alt-xs {
  font-size: 0.91rem;
}
.font-alt-sm {
  font-size: 0.98rem;
}
.font-alt-md {
  font-size: 1.04rem;
}
.font-alt-lg {
  font-size: 1.34rem;
}
.font-alt-xl {
  font-size: 1.95rem;
}
.font-alt-2xl {
  font-size: 2.44rem;
}
.font-alt-3xl {
  font-size: 2.93rem;
}
.font-ui-3xs {
  font-size: 0.82rem;
}
.font-ui-2xs {
  font-size: 0.89rem;
}
.font-ui-xs {
  font-size: 0.95rem;
}
.font-ui-sm {
  font-size: 1.01rem;
}
.font-ui-md {
  font-size: 1.08rem;
}
.font-ui-lg {
  font-size: 1.39rem;
}
.font-ui-xl {
  font-size: 2.03rem;
}
.font-ui-2xl {
  font-size: 2.54rem;
}
.font-ui-3xl {
  font-size: 3.04rem;
}
.font-family-mono {
  font-family:
    Roboto Mono Web,
    Bitstream Vera Sans Mono,
    Consolas,
    Courier,
    monospace;
}
.font-family-sans {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
}
.font-family-serif {
  font-family:
    Merriweather Web,
    Georgia,
    Cambria,
    Times New Roman,
    Times,
    serif;
}
.font-family-ui {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
}
.font-family-heading {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
}
.font-family-body {
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
}
.font-family-code {
  font-family:
    Roboto Mono Web,
    Bitstream Vera Sans Mono,
    Consolas,
    Courier,
    monospace;
}
.font-family-alt {
  font-family:
    Merriweather Web,
    Georgia,
    Cambria,
    Times New Roman,
    Times,
    serif;
}
.text-tabular {
  font-feature-settings: "tnum" 1, "kern" 1;
}
.text-no-tabular {
  font-feature-settings: "kern" 1;
}
.text-italic {
  font-style: italic;
}
.text-no-italic {
  font-style: normal;
}
.text-light {
  font-weight: 300;
}
.text-normal {
  font-weight: normal;
}
.text-bold {
  font-weight: 700;
}
.height-1px {
  height: 1px;
}
.height-2px {
  height: 2px;
}
.height-05 {
  height: 0.25rem;
}
.height-1 {
  height: 0.5rem;
}
.height-105 {
  height: 0.75rem;
}
.height-2 {
  height: 1rem;
}
.height-205 {
  height: 1.25rem;
}
.height-3 {
  height: 1.5rem;
}
.height-4 {
  height: 2rem;
}
.height-5 {
  height: 2.5rem;
}
.height-6 {
  height: 3rem;
}
.height-7 {
  height: 3.5rem;
}
.height-8 {
  height: 4rem;
}
.height-9 {
  height: 4.5rem;
}
.height-10 {
  height: 5rem;
}
.height-15 {
  height: 7.5rem;
}
.height-card {
  height: 10rem;
}
.height-card-lg {
  height: 15rem;
}
.height-mobile {
  height: 20rem;
}
.height-0 {
  height: 0;
}
.height-auto {
  height: auto;
}
.height-full {
  height: 100%;
}
.height-viewport {
  height: 100vh;
}
.flex-justify-center {
  justify-content: center;
}
.flex-justify-start {
  justify-content: flex-start;
}
.flex-justify-end {
  justify-content: flex-end;
}
.flex-justify {
  justify-content: space-between;
}
.left-1px {
  left: 1px;
}
.left-2px {
  left: 2px;
}
.left-05 {
  left: 0.25rem;
}
.left-1 {
  left: 0.5rem;
}
.left-105 {
  left: 0.75rem;
}
.left-2 {
  left: 1rem;
}
.left-205 {
  left: 1.25rem;
}
.left-3 {
  left: 1.5rem;
}
.left-neg-1px {
  left: -1px;
}
.left-neg-2px {
  left: -2px;
}
.left-neg-05 {
  left: -0.25rem;
}
.left-neg-1 {
  left: -0.5rem;
}
.left-neg-105 {
  left: -0.75rem;
}
.left-neg-2 {
  left: -1rem;
}
.left-neg-205 {
  left: -1.25rem;
}
.left-neg-3 {
  left: -1.5rem;
}
.left-0 {
  left: 0;
}
.left-auto {
  left: auto;
}
.left-full {
  left: 100%;
}
.text-ls-auto {
  letter-spacing: initial;
}
.text-ls-neg-3 {
  letter-spacing: -0.03em;
}
.text-ls-neg-2 {
  letter-spacing: -0.02em;
}
.text-ls-neg-1 {
  letter-spacing: -0.01em;
}
.text-ls-1 {
  letter-spacing: 0.025em;
}
.text-ls-2 {
  letter-spacing: 0.1em;
}
.text-ls-3 {
  letter-spacing: 0.15em;
}
.line-height-sans-1 {
  line-height: 1;
}
.line-height-sans-2 {
  line-height: 1.2;
}
.line-height-sans-3 {
  line-height: 1.3;
}
.line-height-sans-4 {
  line-height: 1.5;
}
.line-height-sans-5 {
  line-height: 1.6;
}
.line-height-sans-6 {
  line-height: 1.7;
}
.line-height-serif-1 {
  line-height: 1;
}
.line-height-serif-2 {
  line-height: 1.2;
}
.line-height-serif-3 {
  line-height: 1.4;
}
.line-height-serif-4 {
  line-height: 1.5;
}
.line-height-serif-5 {
  line-height: 1.7;
}
.line-height-serif-6 {
  line-height: 1.8;
}
.line-height-mono-1 {
  line-height: 1;
}
.line-height-mono-2 {
  line-height: 1.3;
}
.line-height-mono-3 {
  line-height: 1.4;
}
.line-height-mono-4 {
  line-height: 1.6;
}
.line-height-mono-5 {
  line-height: 1.7;
}
.line-height-mono-6 {
  line-height: 1.8;
}
.line-height-heading-1 {
  line-height: 1;
}
.line-height-heading-2 {
  line-height: 1.2;
}
.line-height-heading-3 {
  line-height: 1.3;
}
.line-height-heading-4 {
  line-height: 1.5;
}
.line-height-heading-5 {
  line-height: 1.6;
}
.line-height-heading-6 {
  line-height: 1.7;
}
.line-height-ui-1 {
  line-height: 1;
}
.line-height-ui-2 {
  line-height: 1.2;
}
.line-height-ui-3 {
  line-height: 1.3;
}
.line-height-ui-4 {
  line-height: 1.5;
}
.line-height-ui-5 {
  line-height: 1.6;
}
.line-height-ui-6 {
  line-height: 1.7;
}
.line-height-body-1 {
  line-height: 1;
}
.line-height-body-2 {
  line-height: 1.2;
}
.line-height-body-3 {
  line-height: 1.3;
}
.line-height-body-4 {
  line-height: 1.5;
}
.line-height-body-5 {
  line-height: 1.6;
}
.line-height-body-6 {
  line-height: 1.7;
}
.line-height-code-1 {
  line-height: 1;
}
.line-height-code-2 {
  line-height: 1.3;
}
.line-height-code-3 {
  line-height: 1.4;
}
.line-height-code-4 {
  line-height: 1.6;
}
.line-height-code-5 {
  line-height: 1.7;
}
.line-height-code-6 {
  line-height: 1.8;
}
.line-height-alt-1 {
  line-height: 1;
}
.line-height-alt-2 {
  line-height: 1.2;
}
.line-height-alt-3 {
  line-height: 1.4;
}
.line-height-alt-4 {
  line-height: 1.5;
}
.line-height-alt-5 {
  line-height: 1.7;
}
.line-height-alt-6 {
  line-height: 1.8;
}
.margin-neg-1px {
  margin: -1px;
}
.margin-neg-2px {
  margin: -2px;
}
.margin-neg-05 {
  margin: -0.25rem;
}
.margin-neg-1 {
  margin: -0.5rem;
}
.margin-neg-105 {
  margin: -0.75rem;
}
.margin-neg-2 {
  margin: -1rem;
}
.margin-neg-205 {
  margin: -1.25rem;
}
.margin-neg-3 {
  margin: -1.5rem;
}
.margin-1px {
  margin: 1px;
}
.margin-2px {
  margin: 2px;
}
.margin-05 {
  margin: 0.25rem;
}
.margin-1 {
  margin: 0.5rem;
}
.margin-105 {
  margin: 0.75rem;
}
.margin-2 {
  margin: 1rem;
}
.margin-205 {
  margin: 1.25rem;
}
.margin-3 {
  margin: 1.5rem;
}
.margin-neg-4 {
  margin: -2rem;
}
.margin-neg-5 {
  margin: -2.5rem;
}
.margin-neg-6 {
  margin: -3rem;
}
.margin-neg-7 {
  margin: -3.5rem;
}
.margin-neg-8 {
  margin: -4rem;
}
.margin-neg-9 {
  margin: -4.5rem;
}
.margin-neg-10 {
  margin: -5rem;
}
.margin-neg-15 {
  margin: -7.5rem;
}
.margin-4 {
  margin: 2rem;
}
.margin-5 {
  margin: 2.5rem;
}
.margin-6 {
  margin: 3rem;
}
.margin-7 {
  margin: 3.5rem;
}
.margin-8 {
  margin: 4rem;
}
.margin-9 {
  margin: 4.5rem;
}
.margin-10 {
  margin: 5rem;
}
.margin-15 {
  margin: 7.5rem;
}
.margin-05em {
  margin: 0.5em;
}
.margin-1em {
  margin: 1em;
}
.margin-105em {
  margin: 1.5em;
}
.margin-2em {
  margin: 2em;
}
.margin-0 {
  margin: 0;
}
.margin-y-1px {
  margin-top: 1px;
  margin-bottom: 1px;
}
.margin-top-1px {
  margin-top: 1px;
}
.margin-bottom-1px {
  margin-bottom: 1px;
}
.margin-y-2px {
  margin-top: 2px;
  margin-bottom: 2px;
}
.margin-top-2px {
  margin-top: 2px;
}
.margin-bottom-2px {
  margin-bottom: 2px;
}
.margin-y-05 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.margin-top-05 {
  margin-top: 0.25rem;
}
.margin-bottom-05 {
  margin-bottom: 0.25rem;
}
.margin-y-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.margin-top-1 {
  margin-top: 0.5rem;
}
.margin-bottom-1 {
  margin-bottom: 0.5rem;
}
.margin-y-105 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.margin-top-105 {
  margin-top: 0.75rem;
}
.margin-bottom-105 {
  margin-bottom: 0.75rem;
}
.margin-y-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.margin-top-2 {
  margin-top: 1rem;
}
.margin-bottom-2 {
  margin-bottom: 1rem;
}
.margin-y-205 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.margin-top-205 {
  margin-top: 1.25rem;
}
.margin-bottom-205 {
  margin-bottom: 1.25rem;
}
.margin-y-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.margin-top-3 {
  margin-top: 1.5rem;
}
.margin-bottom-3 {
  margin-bottom: 1.5rem;
}
.margin-y-neg-1px {
  margin-top: -1px;
  margin-bottom: -1px;
}
.margin-top-neg-1px {
  margin-top: -1px;
}
.margin-bottom-neg-1px {
  margin-bottom: -1px;
}
.margin-y-neg-2px {
  margin-top: -2px;
  margin-bottom: -2px;
}
.margin-top-neg-2px {
  margin-top: -2px;
}
.margin-bottom-neg-2px {
  margin-bottom: -2px;
}
.margin-y-neg-05 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.margin-top-neg-05 {
  margin-top: -0.25rem;
}
.margin-bottom-neg-05 {
  margin-bottom: -0.25rem;
}
.margin-y-neg-1 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.margin-top-neg-1 {
  margin-top: -0.5rem;
}
.margin-bottom-neg-1 {
  margin-bottom: -0.5rem;
}
.margin-y-neg-105 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.margin-top-neg-105 {
  margin-top: -0.75rem;
}
.margin-bottom-neg-105 {
  margin-bottom: -0.75rem;
}
.margin-y-neg-2 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.margin-top-neg-2 {
  margin-top: -1rem;
}
.margin-bottom-neg-2 {
  margin-bottom: -1rem;
}
.margin-y-neg-205 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
.margin-top-neg-205 {
  margin-top: -1.25rem;
}
.margin-bottom-neg-205 {
  margin-bottom: -1.25rem;
}
.margin-y-neg-3 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.margin-top-neg-3 {
  margin-top: -1.5rem;
}
.margin-bottom-neg-3 {
  margin-bottom: -1.5rem;
}
.margin-y-neg-4 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.margin-top-neg-4 {
  margin-top: -2rem;
}
.margin-bottom-neg-4 {
  margin-bottom: -2rem;
}
.margin-y-neg-5 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}
.margin-top-neg-5 {
  margin-top: -2.5rem;
}
.margin-bottom-neg-5 {
  margin-bottom: -2.5rem;
}
.margin-y-neg-6 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.margin-top-neg-6 {
  margin-top: -3rem;
}
.margin-bottom-neg-6 {
  margin-bottom: -3rem;
}
.margin-y-neg-7 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}
.margin-top-neg-7 {
  margin-top: -3.5rem;
}
.margin-bottom-neg-7 {
  margin-bottom: -3.5rem;
}
.margin-y-neg-8 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}
.margin-top-neg-8 {
  margin-top: -4rem;
}
.margin-bottom-neg-8 {
  margin-bottom: -4rem;
}
.margin-y-neg-9 {
  margin-top: -4.5rem;
  margin-bottom: -4.5rem;
}
.margin-top-neg-9 {
  margin-top: -4.5rem;
}
.margin-bottom-neg-9 {
  margin-bottom: -4.5rem;
}
.margin-y-neg-10 {
  margin-top: -5rem;
  margin-bottom: -5rem;
}
.margin-top-neg-10 {
  margin-top: -5rem;
}
.margin-bottom-neg-10 {
  margin-bottom: -5rem;
}
.margin-y-neg-15 {
  margin-top: -7.5rem;
  margin-bottom: -7.5rem;
}
.margin-top-neg-15 {
  margin-top: -7.5rem;
}
.margin-bottom-neg-15 {
  margin-bottom: -7.5rem;
}
.margin-y-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.margin-top-4 {
  margin-top: 2rem;
}
.margin-bottom-4 {
  margin-bottom: 2rem;
}
.margin-y-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.margin-top-5 {
  margin-top: 2.5rem;
}
.margin-bottom-5 {
  margin-bottom: 2.5rem;
}
.margin-y-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.margin-top-6 {
  margin-top: 3rem;
}
.margin-bottom-6 {
  margin-bottom: 3rem;
}
.margin-y-7 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.margin-top-7 {
  margin-top: 3.5rem;
}
.margin-bottom-7 {
  margin-bottom: 3.5rem;
}
.margin-y-8 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.margin-top-8 {
  margin-top: 4rem;
}
.margin-bottom-8 {
  margin-bottom: 4rem;
}
.margin-y-9 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
.margin-top-9 {
  margin-top: 4.5rem;
}
.margin-bottom-9 {
  margin-bottom: 4.5rem;
}
.margin-y-10 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.margin-top-10 {
  margin-top: 5rem;
}
.margin-bottom-10 {
  margin-bottom: 5rem;
}
.margin-y-15 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
.margin-top-15 {
  margin-top: 7.5rem;
}
.margin-bottom-15 {
  margin-bottom: 7.5rem;
}
.margin-y-05em {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.margin-top-05em {
  margin-top: 0.5em;
}
.margin-bottom-05em {
  margin-bottom: 0.5em;
}
.margin-y-1em {
  margin-top: 1em;
  margin-bottom: 1em;
}
.margin-top-1em {
  margin-top: 1em;
}
.margin-bottom-1em {
  margin-bottom: 1em;
}
.margin-y-105em {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.margin-top-105em {
  margin-top: 1.5em;
}
.margin-bottom-105em {
  margin-bottom: 1.5em;
}
.margin-y-2em {
  margin-top: 2em;
  margin-bottom: 2em;
}
.margin-top-2em {
  margin-top: 2em;
}
.margin-bottom-2em {
  margin-bottom: 2em;
}
.margin-y-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-y-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.margin-top-auto {
  margin-top: auto;
}
.margin-bottom-auto {
  margin-bottom: auto;
}
.margin-x-1px {
  margin-left: 1px;
  margin-right: 1px;
}
.margin-right-1px {
  margin-right: 1px;
}
.margin-left-1px {
  margin-left: 1px;
}
.margin-x-2px {
  margin-left: 2px;
  margin-right: 2px;
}
.margin-right-2px {
  margin-right: 2px;
}
.margin-left-2px {
  margin-left: 2px;
}
.margin-x-05 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.margin-right-05 {
  margin-right: 0.25rem;
}
.margin-left-05 {
  margin-left: 0.25rem;
}
.margin-x-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.margin-right-1 {
  margin-right: 0.5rem;
}
.margin-left-1 {
  margin-left: 0.5rem;
}
.margin-x-105 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.margin-right-105 {
  margin-right: 0.75rem;
}
.margin-left-105 {
  margin-left: 0.75rem;
}
.margin-x-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.margin-right-2 {
  margin-right: 1rem;
}
.margin-left-2 {
  margin-left: 1rem;
}
.margin-x-205 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.margin-right-205 {
  margin-right: 1.25rem;
}
.margin-left-205 {
  margin-left: 1.25rem;
}
.margin-x-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.margin-right-3 {
  margin-right: 1.5rem;
}
.margin-left-3 {
  margin-left: 1.5rem;
}
.margin-x-neg-1px {
  margin-left: -1px;
  margin-right: -1px;
}
.margin-right-neg-1px {
  margin-right: -1px;
}
.margin-left-neg-1px {
  margin-left: -1px;
}
.margin-x-neg-2px {
  margin-left: -2px;
  margin-right: -2px;
}
.margin-right-neg-2px {
  margin-right: -2px;
}
.margin-left-neg-2px {
  margin-left: -2px;
}
.margin-x-neg-05 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.margin-right-neg-05 {
  margin-right: -0.25rem;
}
.margin-left-neg-05 {
  margin-left: -0.25rem;
}
.margin-x-neg-1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.margin-right-neg-1 {
  margin-right: -0.5rem;
}
.margin-left-neg-1 {
  margin-left: -0.5rem;
}
.margin-x-neg-105 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.margin-right-neg-105 {
  margin-right: -0.75rem;
}
.margin-left-neg-105 {
  margin-left: -0.75rem;
}
.margin-x-neg-2 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.margin-right-neg-2 {
  margin-right: -1rem;
}
.margin-left-neg-2 {
  margin-left: -1rem;
}
.margin-x-neg-205 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.margin-right-neg-205 {
  margin-right: -1.25rem;
}
.margin-left-neg-205 {
  margin-left: -1.25rem;
}
.margin-x-neg-3 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.margin-right-neg-3 {
  margin-right: -1.5rem;
}
.margin-left-neg-3 {
  margin-left: -1.5rem;
}
.margin-x-neg-4 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.margin-right-neg-4 {
  margin-right: -2rem;
}
.margin-left-neg-4 {
  margin-left: -2rem;
}
.margin-x-neg-5 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.margin-right-neg-5 {
  margin-right: -2.5rem;
}
.margin-left-neg-5 {
  margin-left: -2.5rem;
}
.margin-x-neg-6 {
  margin-left: -3rem;
  margin-right: -3rem;
}
.margin-right-neg-6 {
  margin-right: -3rem;
}
.margin-left-neg-6 {
  margin-left: -3rem;
}
.margin-x-neg-7 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}
.margin-right-neg-7 {
  margin-right: -3.5rem;
}
.margin-left-neg-7 {
  margin-left: -3.5rem;
}
.margin-x-neg-8 {
  margin-left: -4rem;
  margin-right: -4rem;
}
.margin-right-neg-8 {
  margin-right: -4rem;
}
.margin-left-neg-8 {
  margin-left: -4rem;
}
.margin-x-neg-9 {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}
.margin-right-neg-9 {
  margin-right: -4.5rem;
}
.margin-left-neg-9 {
  margin-left: -4.5rem;
}
.margin-x-neg-10 {
  margin-left: -5rem;
  margin-right: -5rem;
}
.margin-right-neg-10 {
  margin-right: -5rem;
}
.margin-left-neg-10 {
  margin-left: -5rem;
}
.margin-x-neg-15 {
  margin-left: -7.5rem;
  margin-right: -7.5rem;
}
.margin-right-neg-15 {
  margin-right: -7.5rem;
}
.margin-left-neg-15 {
  margin-left: -7.5rem;
}
.margin-x-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.margin-right-4 {
  margin-right: 2rem;
}
.margin-left-4 {
  margin-left: 2rem;
}
.margin-x-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.margin-right-5 {
  margin-right: 2.5rem;
}
.margin-left-5 {
  margin-left: 2.5rem;
}
.margin-x-6 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.margin-right-6 {
  margin-right: 3rem;
}
.margin-left-6 {
  margin-left: 3rem;
}
.margin-x-7 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.margin-right-7 {
  margin-right: 3.5rem;
}
.margin-left-7 {
  margin-left: 3.5rem;
}
.margin-x-8 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.margin-right-8 {
  margin-right: 4rem;
}
.margin-left-8 {
  margin-left: 4rem;
}
.margin-x-9 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}
.margin-right-9 {
  margin-right: 4.5rem;
}
.margin-left-9 {
  margin-left: 4.5rem;
}
.margin-x-10 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.margin-right-10 {
  margin-right: 5rem;
}
.margin-left-10 {
  margin-left: 5rem;
}
.margin-x-15 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}
.margin-right-15 {
  margin-right: 7.5rem;
}
.margin-left-15 {
  margin-left: 7.5rem;
}
.margin-x-card {
  margin-left: 10rem;
  margin-right: 10rem;
}
.margin-right-card {
  margin-right: 10rem;
}
.margin-left-card {
  margin-left: 10rem;
}
.margin-x-card-lg {
  margin-left: 15rem;
  margin-right: 15rem;
}
.margin-right-card-lg {
  margin-right: 15rem;
}
.margin-left-card-lg {
  margin-left: 15rem;
}
.margin-x-mobile {
  margin-left: 20rem;
  margin-right: 20rem;
}
.margin-right-mobile {
  margin-right: 20rem;
}
.margin-left-mobile {
  margin-left: 20rem;
}
.margin-x-05em {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.margin-right-05em {
  margin-right: 0.5em;
}
.margin-left-05em {
  margin-left: 0.5em;
}
.margin-x-1em {
  margin-left: 1em;
  margin-right: 1em;
}
.margin-right-1em {
  margin-right: 1em;
}
.margin-left-1em {
  margin-left: 1em;
}
.margin-x-105em {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.margin-right-105em {
  margin-right: 1.5em;
}
.margin-left-105em {
  margin-left: 1.5em;
}
.margin-x-2em {
  margin-left: 2em;
  margin-right: 2em;
}
.margin-right-2em {
  margin-right: 2em;
}
.margin-left-2em {
  margin-left: 2em;
}
.margin-x-0 {
  margin-left: 0;
  margin-right: 0;
}
.margin-right-0 {
  margin-right: 0;
}
.margin-left-0 {
  margin-left: 0;
}
.margin-x-auto {
  margin-left: auto;
  margin-right: auto;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-left-auto {
  margin-left: auto;
}
.maxh-05 {
  max-height: 0.25rem;
}
.maxh-1 {
  max-height: 0.5rem;
}
.maxh-105 {
  max-height: 0.75rem;
}
.maxh-2 {
  max-height: 1rem;
}
.maxh-205 {
  max-height: 1.25rem;
}
.maxh-3 {
  max-height: 1.5rem;
}
.maxh-4 {
  max-height: 2rem;
}
.maxh-5 {
  max-height: 2.5rem;
}
.maxh-6 {
  max-height: 3rem;
}
.maxh-7 {
  max-height: 3.5rem;
}
.maxh-8 {
  max-height: 4rem;
}
.maxh-9 {
  max-height: 4.5rem;
}
.maxh-10 {
  max-height: 5rem;
}
.maxh-15 {
  max-height: 7.5rem;
}
.maxh-card {
  max-height: 10rem;
}
.maxh-card-lg {
  max-height: 15rem;
}
.maxh-mobile {
  max-height: 20rem;
}
.maxh-mobile-lg {
  max-height: 30rem;
}
.maxh-tablet {
  max-height: 40rem;
}
.maxh-tablet-lg {
  max-height: 55rem;
}
.maxh-none {
  max-height: none;
}
.maxh-viewport {
  max-height: 100vh;
}
.maxw-05 {
  max-width: 0.25rem;
}
.maxw-1 {
  max-width: 0.5rem;
}
.maxw-105 {
  max-width: 0.75rem;
}
.maxw-2 {
  max-width: 1rem;
}
.maxw-205 {
  max-width: 1.25rem;
}
.maxw-3 {
  max-width: 1.5rem;
}
.maxw-4 {
  max-width: 2rem;
}
.maxw-5 {
  max-width: 2.5rem;
}
.maxw-6 {
  max-width: 3rem;
}
.maxw-7 {
  max-width: 3.5rem;
}
.maxw-8 {
  max-width: 4rem;
}
.maxw-9 {
  max-width: 4.5rem;
}
.maxw-10 {
  max-width: 5rem;
}
.maxw-15 {
  max-width: 7.5rem;
}
.maxw-card {
  max-width: 10rem;
}
.maxw-card-lg {
  max-width: 15rem;
}
.maxw-mobile {
  max-width: 20rem;
}
.maxw-mobile-lg {
  max-width: 30rem;
}
.maxw-tablet {
  max-width: 40rem;
}
.maxw-tablet-lg {
  max-width: 55rem;
}
.maxw-desktop {
  max-width: 64rem;
}
.maxw-desktop-lg {
  max-width: 75rem;
}
.maxw-widescreen {
  max-width: 87.5rem;
}
.maxw-none {
  max-width: none;
}
.maxw-full {
  max-width: 100%;
}
.measure-1 {
  max-width: 44ex;
}
.measure-2 {
  max-width: 60ex;
}
.measure-3 {
  max-width: 64ex;
}
.measure-4 {
  max-width: 68ex;
}
.measure-5 {
  max-width: 72ex;
}
.measure-6 {
  max-width: 88ex;
}
.measure-none {
  max-width: none;
}
.minh-1px {
  min-height: 1px;
}
.minh-2px {
  min-height: 2px;
}
.minh-05 {
  min-height: 0.25rem;
}
.minh-1 {
  min-height: 0.5rem;
}
.minh-105 {
  min-height: 0.75rem;
}
.minh-2 {
  min-height: 1rem;
}
.minh-205 {
  min-height: 1.25rem;
}
.minh-3 {
  min-height: 1.5rem;
}
.minh-4 {
  min-height: 2rem;
}
.minh-5 {
  min-height: 2.5rem;
}
.minh-6 {
  min-height: 3rem;
}
.minh-7 {
  min-height: 3.5rem;
}
.minh-8 {
  min-height: 4rem;
}
.minh-9 {
  min-height: 4.5rem;
}
.minh-10 {
  min-height: 5rem;
}
.minh-15 {
  min-height: 7.5rem;
}
.minh-card {
  min-height: 10rem;
}
.minh-card-lg {
  min-height: 15rem;
}
.minh-mobile {
  min-height: 20rem;
}
.minh-mobile-lg {
  min-height: 30rem;
}
.minh-tablet {
  min-height: 40rem;
}
.minh-tablet-lg {
  min-height: 55rem;
}
.minh-0 {
  min-height: 0;
}
.minh-full {
  min-height: 100%;
}
.minh-viewport {
  min-height: 100vh;
}
.minw-05 {
  min-width: 0.25rem;
}
.minw-1 {
  min-width: 0.5rem;
}
.minw-105 {
  min-width: 0.75rem;
}
.minw-2 {
  min-width: 1rem;
}
.minw-205 {
  min-width: 1.25rem;
}
.minw-3 {
  min-width: 1.5rem;
}
.minw-4 {
  min-width: 2rem;
}
.minw-5 {
  min-width: 2.5rem;
}
.minw-6 {
  min-width: 3rem;
}
.minw-7 {
  min-width: 3.5rem;
}
.minw-8 {
  min-width: 4rem;
}
.minw-9 {
  min-width: 4.5rem;
}
.minw-10 {
  min-width: 5rem;
}
.minw-15 {
  min-width: 7.5rem;
}
.minw-0 {
  min-width: 0;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-100 {
  opacity: 1;
}
.order-first {
  order: -1;
}
.order-last {
  order: 999;
}
.order-initial {
  order: initial;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.outline-1px {
  outline: 1px solid;
}
.outline-2px {
  outline: 2px solid;
}
.outline-0 {
  outline: 0 solid;
}
.outline-05 {
  outline: 0.25rem solid;
}
.outline-transparent {
  outline-color: transparent;
}
.outline-black {
  outline-color: black;
}
.outline-white {
  outline-color: white;
}
.outline-red {
  outline-color: #e52207;
}
.outline-orange {
  outline-color: #e66f0e;
}
.outline-gold {
  outline-color: #ffbe2e;
}
.outline-yellow {
  outline-color: #fee685;
}
.outline-green {
  outline-color: #538200;
}
.outline-mint {
  outline-color: #04c585;
}
.outline-cyan {
  outline-color: #009ec1;
}
.outline-blue {
  outline-color: #0076d6;
}
.outline-indigo {
  outline-color: #676cc8;
}
.outline-violet {
  outline-color: #8168b3;
}
.outline-magenta {
  outline-color: #d72d79;
}
.outline-gray-5 {
  outline-color: #f0f0f0;
}
.outline-gray-10 {
  outline-color: #e6e6e6;
}
.outline-gray-30 {
  outline-color: #adadad;
}
.outline-gray-50 {
  outline-color: #757575;
}
.outline-gray-70 {
  outline-color: #454545;
}
.outline-gray-90 {
  outline-color: #1b1b1b;
}
.outline-base-lightest {
  outline-color: #f0f0f0;
}
.outline-base-lighter {
  outline-color: #dfe1e2;
}
.outline-base-light {
  outline-color: #a9aeb1;
}
.outline-base {
  outline-color: #71767a;
}
.outline-base-dark {
  outline-color: #565c65;
}
.outline-base-darker {
  outline-color: #3d4551;
}
.outline-base-darkest {
  outline-color: #1b1b1b;
}
.outline-ink {
  outline-color: #1b1b1b;
}
.outline-primary-lighter {
  outline-color: #d9e8f6;
}
.outline-primary-light {
  outline-color: #73b3e7;
}
.outline-primary {
  outline-color: #2378c3;
}
.outline-primary-vivid {
  outline-color: #0050d8;
}
.outline-primary-dark {
  outline-color: #1a4480;
}
.outline-primary-darker {
  outline-color: #162e51;
}
.outline-secondary-lighter {
  outline-color: #f3e1e4;
}
.outline-secondary-light {
  outline-color: #f2938c;
}
.outline-secondary {
  outline-color: #d83933;
}
.outline-secondary-vivid {
  outline-color: #e41d3d;
}
.outline-secondary-dark {
  outline-color: #b50909;
}
.outline-secondary-darker {
  outline-color: #8b0a03;
}
.outline-accent-warm-darker {
  outline-color: #775540;
}
.outline-accent-warm-dark {
  outline-color: #c05600;
}
.outline-accent-warm {
  outline-color: #fa9441;
}
.outline-accent-warm-light {
  outline-color: #ffbc78;
}
.outline-accent-warm-lighter {
  outline-color: #f2e4d4;
}
.outline-accent-cool-darker {
  outline-color: #07648d;
}
.outline-accent-cool-dark {
  outline-color: #4d8055;
}
.outline-accent-cool {
  outline-color: #5e9f69;
}
.outline-accent-cool-light {
  outline-color: #97d4ea;
}
.outline-accent-cool-lighter {
  outline-color: #e1f3f8;
}
.outline-error-lighter {
  outline-color: #f4e3db;
}
.outline-error-light {
  outline-color: #f39268;
}
.outline-error {
  outline-color: #d54309;
}
.outline-error-dark {
  outline-color: #d83933;
}
.outline-error-darker {
  outline-color: #6f3331;
}
.outline-warning-lighter {
  outline-color: #faf3d1;
}
.outline-warning-light {
  outline-color: #fee685;
}
.outline-warning {
  outline-color: #ffbe2e;
}
.outline-warning-dark {
  outline-color: #e5a000;
}
.outline-warning-darker {
  outline-color: #936f38;
}
.outline-success-lighter {
  outline-color: #ecf3ec;
}
.outline-success-light {
  outline-color: #70e17b;
}
.outline-success {
  outline-color: #00a91c;
}
.outline-success-dark {
  outline-color: #008817;
}
.outline-success-darker {
  outline-color: #216e1f;
}
.outline-info-lighter {
  outline-color: #e7f6f8;
}
.outline-info-light {
  outline-color: #99deea;
}
.outline-info {
  outline-color: #00bde3;
}
.outline-info-dark {
  outline-color: #009ec1;
}
.outline-info-darker {
  outline-color: #2e6276;
}
.outline-disabled-lighter {
  outline-color: #c9c9c9;
}
.outline-disabled-light {
  outline-color: #919191;
}
.outline-disabled {
  outline-color: #757575;
}
.outline-disabled-dark {
  outline-color: #454545;
}
.outline-disabled-darker {
  outline-color: #1b1b1b;
}
.outline-emergency {
  outline-color: #9c3d10;
}
.outline-emergency-dark {
  outline-color: #332d29;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-auto {
  overflow: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-x-visible {
  overflow-x: visible;
}
.padding-1px {
  padding: 1px;
}
.padding-y-1px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.padding-x-1px {
  padding-left: 1px;
  padding-right: 1px;
}
.padding-top-1px {
  padding-top: 1px;
}
.padding-right-1px {
  padding-right: 1px;
}
.padding-bottom-1px {
  padding-bottom: 1px;
}
.padding-left-1px {
  padding-left: 1px;
}
.padding-2px {
  padding: 2px;
}
.padding-y-2px {
  padding-top: 2px;
  padding-bottom: 2px;
}
.padding-x-2px {
  padding-left: 2px;
  padding-right: 2px;
}
.padding-top-2px {
  padding-top: 2px;
}
.padding-right-2px {
  padding-right: 2px;
}
.padding-bottom-2px {
  padding-bottom: 2px;
}
.padding-left-2px {
  padding-left: 2px;
}
.padding-05 {
  padding: 0.25rem;
}
.padding-y-05 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.padding-x-05 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.padding-top-05 {
  padding-top: 0.25rem;
}
.padding-right-05 {
  padding-right: 0.25rem;
}
.padding-bottom-05 {
  padding-bottom: 0.25rem;
}
.padding-left-05 {
  padding-left: 0.25rem;
}
.padding-1 {
  padding: 0.5rem;
}
.padding-y-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.padding-x-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.padding-top-1 {
  padding-top: 0.5rem;
}
.padding-right-1 {
  padding-right: 0.5rem;
}
.padding-bottom-1 {
  padding-bottom: 0.5rem;
}
.padding-left-1 {
  padding-left: 0.5rem;
}
.padding-105 {
  padding: 0.75rem;
}
.padding-y-105 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.padding-x-105 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.padding-top-105 {
  padding-top: 0.75rem;
}
.padding-right-105 {
  padding-right: 0.75rem;
}
.padding-bottom-105 {
  padding-bottom: 0.75rem;
}
.padding-left-105 {
  padding-left: 0.75rem;
}
.padding-2 {
  padding: 1rem;
}
.padding-y-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.padding-x-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.padding-top-2 {
  padding-top: 1rem;
}
.padding-right-2 {
  padding-right: 1rem;
}
.padding-bottom-2 {
  padding-bottom: 1rem;
}
.padding-left-2 {
  padding-left: 1rem;
}
.padding-205 {
  padding: 1.25rem;
}
.padding-y-205 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.padding-x-205 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.padding-top-205 {
  padding-top: 1.25rem;
}
.padding-right-205 {
  padding-right: 1.25rem;
}
.padding-bottom-205 {
  padding-bottom: 1.25rem;
}
.padding-left-205 {
  padding-left: 1.25rem;
}
.padding-3 {
  padding: 1.5rem;
}
.padding-y-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.padding-x-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.padding-top-3 {
  padding-top: 1.5rem;
}
.padding-right-3 {
  padding-right: 1.5rem;
}
.padding-bottom-3 {
  padding-bottom: 1.5rem;
}
.padding-left-3 {
  padding-left: 1.5rem;
}
.padding-4 {
  padding: 2rem;
}
.padding-y-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.padding-x-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.padding-top-4 {
  padding-top: 2rem;
}
.padding-right-4 {
  padding-right: 2rem;
}
.padding-bottom-4 {
  padding-bottom: 2rem;
}
.padding-left-4 {
  padding-left: 2rem;
}
.padding-5 {
  padding: 2.5rem;
}
.padding-y-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.padding-x-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.padding-top-5 {
  padding-top: 2.5rem;
}
.padding-right-5 {
  padding-right: 2.5rem;
}
.padding-bottom-5 {
  padding-bottom: 2.5rem;
}
.padding-left-5 {
  padding-left: 2.5rem;
}
.padding-6 {
  padding: 3rem;
}
.padding-y-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.padding-x-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.padding-top-6 {
  padding-top: 3rem;
}
.padding-right-6 {
  padding-right: 3rem;
}
.padding-bottom-6 {
  padding-bottom: 3rem;
}
.padding-left-6 {
  padding-left: 3rem;
}
.padding-7 {
  padding: 3.5rem;
}
.padding-y-7 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.padding-x-7 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.padding-top-7 {
  padding-top: 3.5rem;
}
.padding-right-7 {
  padding-right: 3.5rem;
}
.padding-bottom-7 {
  padding-bottom: 3.5rem;
}
.padding-left-7 {
  padding-left: 3.5rem;
}
.padding-8 {
  padding: 4rem;
}
.padding-y-8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.padding-x-8 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.padding-top-8 {
  padding-top: 4rem;
}
.padding-right-8 {
  padding-right: 4rem;
}
.padding-bottom-8 {
  padding-bottom: 4rem;
}
.padding-left-8 {
  padding-left: 4rem;
}
.padding-9 {
  padding: 4.5rem;
}
.padding-y-9 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.padding-x-9 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.padding-top-9 {
  padding-top: 4.5rem;
}
.padding-right-9 {
  padding-right: 4.5rem;
}
.padding-bottom-9 {
  padding-bottom: 4.5rem;
}
.padding-left-9 {
  padding-left: 4.5rem;
}
.padding-10 {
  padding: 5rem;
}
.padding-y-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.padding-x-10 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.padding-top-10 {
  padding-top: 5rem;
}
.padding-right-10 {
  padding-right: 5rem;
}
.padding-bottom-10 {
  padding-bottom: 5rem;
}
.padding-left-10 {
  padding-left: 5rem;
}
.padding-15 {
  padding: 7.5rem;
}
.padding-y-15 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.padding-x-15 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}
.padding-top-15 {
  padding-top: 7.5rem;
}
.padding-right-15 {
  padding-right: 7.5rem;
}
.padding-bottom-15 {
  padding-bottom: 7.5rem;
}
.padding-left-15 {
  padding-left: 7.5rem;
}
.padding-0 {
  padding: 0;
}
.padding-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.padding-x-0 {
  padding-left: 0;
  padding-right: 0;
}
.padding-top-0 {
  padding-top: 0;
}
.padding-right-0 {
  padding-right: 0;
}
.padding-bottom-0 {
  padding-bottom: 0;
}
.padding-left-0 {
  padding-left: 0;
}
.pin-all {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
.pin-x {
  left: 0;
  right: 0;
  position: absolute;
}
.pin-y {
  bottom: 0;
  top: 0;
  position: absolute;
}
.pin-bottom {
  bottom: 0;
  position: absolute;
}
.pin-left {
  left: 0;
  position: absolute;
}
.pin-right {
  right: 0;
  position: absolute;
}
.pin-top {
  top: 0;
  position: absolute;
}
.pin-none {
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
  position: static;
}
.position-absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
}
.position-relative {
  position: relative;
}
.position-static {
  position: static;
}
.position-sticky {
  position: sticky;
}
.right-1px {
  right: 1px;
}
.right-2px {
  right: 2px;
}
.right-05 {
  right: 0.25rem;
}
.right-1 {
  right: 0.5rem;
}
.right-105 {
  right: 0.75rem;
}
.right-2 {
  right: 1rem;
}
.right-205 {
  right: 1.25rem;
}
.right-3 {
  right: 1.5rem;
}
.right-neg-1px {
  right: -1px;
}
.right-neg-2px {
  right: -2px;
}
.right-neg-05 {
  right: -0.25rem;
}
.right-neg-1 {
  right: -0.5rem;
}
.right-neg-105 {
  right: -0.75rem;
}
.right-neg-2 {
  right: -1rem;
}
.right-neg-205 {
  right: -1.25rem;
}
.right-neg-3 {
  right: -1.5rem;
}
.right-0 {
  right: 0;
}
.right-auto {
  right: auto;
}
.right-full {
  right: 100%;
}
.square-1px {
  height: 1px;
  width: 1px;
}
.square-2px {
  height: 2px;
  width: 2px;
}
.square-05 {
  height: 0.25rem;
  width: 0.25rem;
}
.square-1 {
  height: 0.5rem;
  width: 0.5rem;
}
.square-105 {
  height: 0.75rem;
  width: 0.75rem;
}
.square-2 {
  height: 1rem;
  width: 1rem;
}
.square-205 {
  height: 1.25rem;
  width: 1.25rem;
}
.square-3 {
  height: 1.5rem;
  width: 1.5rem;
}
.square-4 {
  height: 2rem;
  width: 2rem;
}
.square-5 {
  height: 2.5rem;
  width: 2.5rem;
}
.square-6 {
  height: 3rem;
  width: 3rem;
}
.square-7 {
  height: 3.5rem;
  width: 3.5rem;
}
.square-8 {
  height: 4rem;
  width: 4rem;
}
.square-9 {
  height: 4.5rem;
  width: 4.5rem;
}
.square-10 {
  height: 5rem;
  width: 5rem;
}
.square-15 {
  height: 7.5rem;
  width: 7.5rem;
}
.square-card {
  height: 10rem;
  width: 10rem;
}
.square-card-lg {
  height: 15rem;
  width: 15rem;
}
.square-mobile {
  height: 20rem;
  width: 20rem;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
.text-right {
  text-align: right;
}
.text-strike {
  text-decoration: line-through;
}
.hover\:text-strike:hover {
  text-decoration: line-through;
}
.text-underline {
  text-decoration: underline;
}
.hover\:text-underline:hover {
  text-decoration: underline;
}
.text-no-underline {
  text-decoration: none;
}
.hover\:text-no-underline:hover {
  text-decoration: none;
}
.text-no-strike {
  text-decoration: none;
}
.hover\:text-no-strike:hover {
  text-decoration: none;
}
.underline-red {
  text-decoration-color: #e52207;
}
.hover\:underline-red:hover {
  text-decoration-color: #e52207;
}
.underline-orange {
  text-decoration-color: #e66f0e;
}
.hover\:underline-orange:hover {
  text-decoration-color: #e66f0e;
}
.underline-gold {
  text-decoration-color: #ffbe2e;
}
.hover\:underline-gold:hover {
  text-decoration-color: #ffbe2e;
}
.underline-yellow {
  text-decoration-color: #fee685;
}
.hover\:underline-yellow:hover {
  text-decoration-color: #fee685;
}
.underline-green {
  text-decoration-color: #538200;
}
.hover\:underline-green:hover {
  text-decoration-color: #538200;
}
.underline-mint {
  text-decoration-color: #04c585;
}
.hover\:underline-mint:hover {
  text-decoration-color: #04c585;
}
.underline-cyan {
  text-decoration-color: #009ec1;
}
.hover\:underline-cyan:hover {
  text-decoration-color: #009ec1;
}
.underline-blue {
  text-decoration-color: #0076d6;
}
.hover\:underline-blue:hover {
  text-decoration-color: #0076d6;
}
.underline-indigo {
  text-decoration-color: #676cc8;
}
.hover\:underline-indigo:hover {
  text-decoration-color: #676cc8;
}
.underline-violet {
  text-decoration-color: #8168b3;
}
.hover\:underline-violet:hover {
  text-decoration-color: #8168b3;
}
.underline-magenta {
  text-decoration-color: #d72d79;
}
.hover\:underline-magenta:hover {
  text-decoration-color: #d72d79;
}
.underline-gray-5 {
  text-decoration-color: #f0f0f0;
}
.hover\:underline-gray-5:hover {
  text-decoration-color: #f0f0f0;
}
.underline-gray-10 {
  text-decoration-color: #e6e6e6;
}
.hover\:underline-gray-10:hover {
  text-decoration-color: #e6e6e6;
}
.underline-gray-30 {
  text-decoration-color: #adadad;
}
.hover\:underline-gray-30:hover {
  text-decoration-color: #adadad;
}
.underline-gray-50 {
  text-decoration-color: #757575;
}
.hover\:underline-gray-50:hover {
  text-decoration-color: #757575;
}
.underline-gray-70 {
  text-decoration-color: #454545;
}
.hover\:underline-gray-70:hover {
  text-decoration-color: #454545;
}
.underline-gray-90 {
  text-decoration-color: #1b1b1b;
}
.hover\:underline-gray-90:hover {
  text-decoration-color: #1b1b1b;
}
.underline-base-lightest {
  text-decoration-color: #f0f0f0;
}
.hover\:underline-base-lightest:hover {
  text-decoration-color: #f0f0f0;
}
.underline-base-lighter {
  text-decoration-color: #dfe1e2;
}
.hover\:underline-base-lighter:hover {
  text-decoration-color: #dfe1e2;
}
.underline-base-light {
  text-decoration-color: #a9aeb1;
}
.hover\:underline-base-light:hover {
  text-decoration-color: #a9aeb1;
}
.underline-base {
  text-decoration-color: #71767a;
}
.hover\:underline-base:hover {
  text-decoration-color: #71767a;
}
.underline-base-dark {
  text-decoration-color: #565c65;
}
.hover\:underline-base-dark:hover {
  text-decoration-color: #565c65;
}
.underline-base-darker {
  text-decoration-color: #3d4551;
}
.hover\:underline-base-darker:hover {
  text-decoration-color: #3d4551;
}
.underline-base-darkest {
  text-decoration-color: #1b1b1b;
}
.hover\:underline-base-darkest:hover {
  text-decoration-color: #1b1b1b;
}
.underline-ink {
  text-decoration-color: #1b1b1b;
}
.hover\:underline-ink:hover {
  text-decoration-color: #1b1b1b;
}
.underline-primary-lighter {
  text-decoration-color: #d9e8f6;
}
.hover\:underline-primary-lighter:hover {
  text-decoration-color: #d9e8f6;
}
.underline-primary-light {
  text-decoration-color: #73b3e7;
}
.hover\:underline-primary-light:hover {
  text-decoration-color: #73b3e7;
}
.underline-primary {
  text-decoration-color: #2378c3;
}
.hover\:underline-primary:hover {
  text-decoration-color: #2378c3;
}
.underline-primary-vivid {
  text-decoration-color: #0050d8;
}
.hover\:underline-primary-vivid:hover {
  text-decoration-color: #0050d8;
}
.underline-primary-dark {
  text-decoration-color: #1a4480;
}
.hover\:underline-primary-dark:hover {
  text-decoration-color: #1a4480;
}
.underline-primary-darker {
  text-decoration-color: #162e51;
}
.hover\:underline-primary-darker:hover {
  text-decoration-color: #162e51;
}
.underline-secondary-lighter {
  text-decoration-color: #f3e1e4;
}
.hover\:underline-secondary-lighter:hover {
  text-decoration-color: #f3e1e4;
}
.underline-secondary-light {
  text-decoration-color: #f2938c;
}
.hover\:underline-secondary-light:hover {
  text-decoration-color: #f2938c;
}
.underline-secondary {
  text-decoration-color: #d83933;
}
.hover\:underline-secondary:hover {
  text-decoration-color: #d83933;
}
.underline-secondary-vivid {
  text-decoration-color: #e41d3d;
}
.hover\:underline-secondary-vivid:hover {
  text-decoration-color: #e41d3d;
}
.underline-secondary-dark {
  text-decoration-color: #b50909;
}
.hover\:underline-secondary-dark:hover {
  text-decoration-color: #b50909;
}
.underline-secondary-darker {
  text-decoration-color: #8b0a03;
}
.hover\:underline-secondary-darker:hover {
  text-decoration-color: #8b0a03;
}
.underline-accent-warm-darker {
  text-decoration-color: #775540;
}
.hover\:underline-accent-warm-darker:hover {
  text-decoration-color: #775540;
}
.underline-accent-warm-dark {
  text-decoration-color: #c05600;
}
.hover\:underline-accent-warm-dark:hover {
  text-decoration-color: #c05600;
}
.underline-accent-warm {
  text-decoration-color: #fa9441;
}
.hover\:underline-accent-warm:hover {
  text-decoration-color: #fa9441;
}
.underline-accent-warm-light {
  text-decoration-color: #ffbc78;
}
.hover\:underline-accent-warm-light:hover {
  text-decoration-color: #ffbc78;
}
.underline-accent-warm-lighter {
  text-decoration-color: #f2e4d4;
}
.hover\:underline-accent-warm-lighter:hover {
  text-decoration-color: #f2e4d4;
}
.underline-accent-cool-darker {
  text-decoration-color: #07648d;
}
.hover\:underline-accent-cool-darker:hover {
  text-decoration-color: #07648d;
}
.underline-accent-cool-dark {
  text-decoration-color: #4d8055;
}
.hover\:underline-accent-cool-dark:hover {
  text-decoration-color: #4d8055;
}
.underline-accent-cool {
  text-decoration-color: #5e9f69;
}
.hover\:underline-accent-cool:hover {
  text-decoration-color: #5e9f69;
}
.underline-accent-cool-light {
  text-decoration-color: #97d4ea;
}
.hover\:underline-accent-cool-light:hover {
  text-decoration-color: #97d4ea;
}
.underline-accent-cool-lighter {
  text-decoration-color: #e1f3f8;
}
.hover\:underline-accent-cool-lighter:hover {
  text-decoration-color: #e1f3f8;
}
.underline-error-lighter {
  text-decoration-color: #f4e3db;
}
.hover\:underline-error-lighter:hover {
  text-decoration-color: #f4e3db;
}
.underline-error-light {
  text-decoration-color: #f39268;
}
.hover\:underline-error-light:hover {
  text-decoration-color: #f39268;
}
.underline-error {
  text-decoration-color: #d54309;
}
.hover\:underline-error:hover {
  text-decoration-color: #d54309;
}
.underline-error-dark {
  text-decoration-color: #d83933;
}
.hover\:underline-error-dark:hover {
  text-decoration-color: #d83933;
}
.underline-error-darker {
  text-decoration-color: #6f3331;
}
.hover\:underline-error-darker:hover {
  text-decoration-color: #6f3331;
}
.underline-warning-lighter {
  text-decoration-color: #faf3d1;
}
.hover\:underline-warning-lighter:hover {
  text-decoration-color: #faf3d1;
}
.underline-warning-light {
  text-decoration-color: #fee685;
}
.hover\:underline-warning-light:hover {
  text-decoration-color: #fee685;
}
.underline-warning {
  text-decoration-color: #ffbe2e;
}
.hover\:underline-warning:hover {
  text-decoration-color: #ffbe2e;
}
.underline-warning-dark {
  text-decoration-color: #e5a000;
}
.hover\:underline-warning-dark:hover {
  text-decoration-color: #e5a000;
}
.underline-warning-darker {
  text-decoration-color: #936f38;
}
.hover\:underline-warning-darker:hover {
  text-decoration-color: #936f38;
}
.underline-success-lighter {
  text-decoration-color: #ecf3ec;
}
.hover\:underline-success-lighter:hover {
  text-decoration-color: #ecf3ec;
}
.underline-success-light {
  text-decoration-color: #70e17b;
}
.hover\:underline-success-light:hover {
  text-decoration-color: #70e17b;
}
.underline-success {
  text-decoration-color: #00a91c;
}
.hover\:underline-success:hover {
  text-decoration-color: #00a91c;
}
.underline-success-dark {
  text-decoration-color: #008817;
}
.hover\:underline-success-dark:hover {
  text-decoration-color: #008817;
}
.underline-success-darker {
  text-decoration-color: #216e1f;
}
.hover\:underline-success-darker:hover {
  text-decoration-color: #216e1f;
}
.underline-info-lighter {
  text-decoration-color: #e7f6f8;
}
.hover\:underline-info-lighter:hover {
  text-decoration-color: #e7f6f8;
}
.underline-info-light {
  text-decoration-color: #99deea;
}
.hover\:underline-info-light:hover {
  text-decoration-color: #99deea;
}
.underline-info {
  text-decoration-color: #00bde3;
}
.hover\:underline-info:hover {
  text-decoration-color: #00bde3;
}
.underline-info-dark {
  text-decoration-color: #009ec1;
}
.hover\:underline-info-dark:hover {
  text-decoration-color: #009ec1;
}
.underline-info-darker {
  text-decoration-color: #2e6276;
}
.hover\:underline-info-darker:hover {
  text-decoration-color: #2e6276;
}
.underline-disabled-lighter {
  text-decoration-color: #c9c9c9;
}
.hover\:underline-disabled-lighter:hover {
  text-decoration-color: #c9c9c9;
}
.underline-disabled-light {
  text-decoration-color: #919191;
}
.hover\:underline-disabled-light:hover {
  text-decoration-color: #919191;
}
.underline-disabled {
  text-decoration-color: #757575;
}
.hover\:underline-disabled:hover {
  text-decoration-color: #757575;
}
.underline-disabled-dark {
  text-decoration-color: #454545;
}
.hover\:underline-disabled-dark:hover {
  text-decoration-color: #454545;
}
.underline-disabled-darker {
  text-decoration-color: #1b1b1b;
}
.hover\:underline-disabled-darker:hover {
  text-decoration-color: #1b1b1b;
}
.underline-emergency {
  text-decoration-color: #9c3d10;
}
.hover\:underline-emergency:hover {
  text-decoration-color: #9c3d10;
}
.underline-emergency-dark {
  text-decoration-color: #332d29;
}
.hover\:underline-emergency-dark:hover {
  text-decoration-color: #332d29;
}
.text-indent-0 {
  text-indent: 0;
}
.text-indent-05 {
  text-indent: 0.25rem;
}
.text-indent-1 {
  text-indent: 0.5rem;
}
.text-indent-105 {
  text-indent: 0.75rem;
}
.text-indent-2 {
  text-indent: 1rem;
}
.text-indent-205 {
  text-indent: 1.25rem;
}
.text-indent-3 {
  text-indent: 1.5rem;
}
.text-indent-neg-05 {
  text-indent: -0.25rem;
}
.text-indent-neg-1 {
  text-indent: -0.5rem;
}
.text-indent-neg-105 {
  text-indent: -0.75rem;
}
.text-indent-neg-2 {
  text-indent: -1rem;
}
.text-indent-neg-205 {
  text-indent: -1.25rem;
}
.text-indent-neg-3 {
  text-indent: -1.5rem;
}
.text-indent-4 {
  text-indent: 2rem;
}
.text-indent-5 {
  text-indent: 2.5rem;
}
.text-indent-6 {
  text-indent: 3rem;
}
.text-indent-7 {
  text-indent: 3.5rem;
}
.text-indent-8 {
  text-indent: 4rem;
}
.text-indent-9 {
  text-indent: 4.5rem;
}
.text-indent-10 {
  text-indent: 5rem;
}
.text-indent-15 {
  text-indent: 7.5rem;
}
.text-indent-neg-4 {
  text-indent: -2rem;
}
.text-indent-neg-5 {
  text-indent: -2.5rem;
}
.text-indent-neg-6 {
  text-indent: -3rem;
}
.text-indent-neg-7 {
  text-indent: -3.5rem;
}
.text-indent-neg-8 {
  text-indent: -4rem;
}
.text-indent-neg-9 {
  text-indent: -4.5rem;
}
.text-indent-neg-10 {
  text-indent: -5rem;
}
.text-indent-neg-15 {
  text-indent: -7.5rem;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-no-uppercase {
  text-transform: none;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-no-lowercase {
  text-transform: none;
}
.top-1px {
  top: 1px;
}
.top-2px {
  top: 2px;
}
.top-05 {
  top: 0.25rem;
}
.top-1 {
  top: 0.5rem;
}
.top-105 {
  top: 0.75rem;
}
.top-2 {
  top: 1rem;
}
.top-205 {
  top: 1.25rem;
}
.top-3 {
  top: 1.5rem;
}
.top-neg-1px {
  top: -1px;
}
.top-neg-2px {
  top: -2px;
}
.top-neg-05 {
  top: -0.25rem;
}
.top-neg-1 {
  top: -0.5rem;
}
.top-neg-105 {
  top: -0.75rem;
}
.top-neg-2 {
  top: -1rem;
}
.top-neg-205 {
  top: -1.25rem;
}
.top-neg-3 {
  top: -1.5rem;
}
.top-0 {
  top: 0;
}
.top-auto {
  top: auto;
}
.top-full {
  top: 100%;
}
.text-baseline {
  vertical-align: baseline;
}
.text-bottom {
  vertical-align: bottom;
}
.text-middle {
  vertical-align: middle;
}
.text-sub {
  vertical-align: sub;
}
.text-super {
  vertical-align: super;
}
.text-tbottom {
  vertical-align: text-bottom;
}
.text-ttop {
  vertical-align: text-top;
}
.text-top {
  vertical-align: top;
}
.text-pre {
  white-space: pre;
}
.text-pre-line {
  white-space: pre-line;
}
.text-pre-wrap {
  white-space: pre-wrap;
}
.text-wrap {
  white-space: normal;
}
.text-no-wrap {
  white-space: nowrap;
}
.width-1px {
  width: 1px;
}
.width-2px {
  width: 2px;
}
.width-05 {
  width: 0.25rem;
}
.width-1 {
  width: 0.5rem;
}
.width-105 {
  width: 0.75rem;
}
.width-2 {
  width: 1rem;
}
.width-205 {
  width: 1.25rem;
}
.width-3 {
  width: 1.5rem;
}
.width-4 {
  width: 2rem;
}
.width-5 {
  width: 2.5rem;
}
.width-6 {
  width: 3rem;
}
.width-7 {
  width: 3.5rem;
}
.width-8 {
  width: 4rem;
}
.width-9 {
  width: 4.5rem;
}
.width-10 {
  width: 5rem;
}
.width-15 {
  width: 7.5rem;
}
.width-card {
  width: 10rem;
}
.width-card-lg {
  width: 15rem;
}
.width-mobile {
  width: 20rem;
}
.width-mobile-lg {
  width: 30rem;
}
.width-tablet {
  width: 40rem;
}
.width-tablet-lg {
  width: 55rem;
}
.width-desktop {
  width: 64rem;
}
.width-desktop-lg {
  width: 75rem;
}
.width-widescreen {
  width: 87.5rem;
}
.width-0 {
  width: 0;
}
.width-full {
  width: 100%;
}
.width-auto {
  width: auto;
}
.z-auto {
  z-index: auto;
}
.z-bottom {
  z-index: -100;
}
.z-top {
  z-index: 99999;
}
.z-0 {
  z-index: 0;
}
.z-100 {
  z-index: 100;
}
.z-200 {
  z-index: 200;
}
.z-300 {
  z-index: 300;
}
.z-400 {
  z-index: 400;
}
.z-500 {
  z-index: 500;
}
@media all and (min-width: 30em) {
  .mobile-lg\:border-1px {
    border: 1px solid;
  }
  .mobile-lg\:hover\:border-1px:hover {
    border: 1px solid;
  }
  .mobile-lg\:border-y-1px {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .mobile-lg\:hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .mobile-lg\:border-x-1px {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .mobile-lg\:hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .mobile-lg\:border-top-1px {
    border-top: 1px solid;
  }
  .mobile-lg\:hover\:border-top-1px:hover {
    border-top: 1px solid;
  }
  .mobile-lg\:border-right-1px {
    border-right: 1px solid;
  }
  .mobile-lg\:hover\:border-right-1px:hover {
    border-right: 1px solid;
  }
  .mobile-lg\:border-bottom-1px {
    border-bottom: 1px solid;
  }
  .mobile-lg\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
  }
  .mobile-lg\:border-left-1px {
    border-left: 1px solid;
  }
  .mobile-lg\:hover\:border-left-1px:hover {
    border-left: 1px solid;
  }
  .mobile-lg\:border-2px {
    border: 2px solid;
  }
  .mobile-lg\:hover\:border-2px:hover {
    border: 2px solid;
  }
  .mobile-lg\:border-y-2px {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .mobile-lg\:hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .mobile-lg\:border-x-2px {
    border-left: 2px solid;
    border-right: 2px solid;
  }
  .mobile-lg\:hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
  }
  .mobile-lg\:border-top-2px {
    border-top: 2px solid;
  }
  .mobile-lg\:hover\:border-top-2px:hover {
    border-top: 2px solid;
  }
  .mobile-lg\:border-right-2px {
    border-right: 2px solid;
  }
  .mobile-lg\:hover\:border-right-2px:hover {
    border-right: 2px solid;
  }
  .mobile-lg\:border-bottom-2px {
    border-bottom: 2px solid;
  }
  .mobile-lg\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
  }
  .mobile-lg\:border-left-2px {
    border-left: 2px solid;
  }
  .mobile-lg\:hover\:border-left-2px:hover {
    border-left: 2px solid;
  }
  .mobile-lg\:border-05 {
    border: 0.25rem solid;
  }
  .mobile-lg\:hover\:border-05:hover {
    border: 0.25rem solid;
  }
  .mobile-lg\:border-y-05 {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }
  .mobile-lg\:hover\:border-y-05:hover {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }
  .mobile-lg\:border-x-05 {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }
  .mobile-lg\:hover\:border-x-05:hover {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }
  .mobile-lg\:border-top-05 {
    border-top: 0.25rem solid;
  }
  .mobile-lg\:hover\:border-top-05:hover {
    border-top: 0.25rem solid;
  }
  .mobile-lg\:border-right-05 {
    border-right: 0.25rem solid;
  }
  .mobile-lg\:hover\:border-right-05:hover {
    border-right: 0.25rem solid;
  }
  .mobile-lg\:border-bottom-05 {
    border-bottom: 0.25rem solid;
  }
  .mobile-lg\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid;
  }
  .mobile-lg\:border-left-05 {
    border-left: 0.25rem solid;
  }
  .mobile-lg\:hover\:border-left-05:hover {
    border-left: 0.25rem solid;
  }
  .mobile-lg\:border-1 {
    border: 0.5rem solid;
  }
  .mobile-lg\:hover\:border-1:hover {
    border: 0.5rem solid;
  }
  .mobile-lg\:border-y-1 {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }
  .mobile-lg\:hover\:border-y-1:hover {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }
  .mobile-lg\:border-x-1 {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }
  .mobile-lg\:hover\:border-x-1:hover {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }
  .mobile-lg\:border-top-1 {
    border-top: 0.5rem solid;
  }
  .mobile-lg\:hover\:border-top-1:hover {
    border-top: 0.5rem solid;
  }
  .mobile-lg\:border-right-1 {
    border-right: 0.5rem solid;
  }
  .mobile-lg\:hover\:border-right-1:hover {
    border-right: 0.5rem solid;
  }
  .mobile-lg\:border-bottom-1 {
    border-bottom: 0.5rem solid;
  }
  .mobile-lg\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid;
  }
  .mobile-lg\:border-left-1 {
    border-left: 0.5rem solid;
  }
  .mobile-lg\:hover\:border-left-1:hover {
    border-left: 0.5rem solid;
  }
  .mobile-lg\:border-105 {
    border: 0.75rem solid;
  }
  .mobile-lg\:hover\:border-105:hover {
    border: 0.75rem solid;
  }
  .mobile-lg\:border-y-105 {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }
  .mobile-lg\:hover\:border-y-105:hover {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }
  .mobile-lg\:border-x-105 {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }
  .mobile-lg\:hover\:border-x-105:hover {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }
  .mobile-lg\:border-top-105 {
    border-top: 0.75rem solid;
  }
  .mobile-lg\:hover\:border-top-105:hover {
    border-top: 0.75rem solid;
  }
  .mobile-lg\:border-right-105 {
    border-right: 0.75rem solid;
  }
  .mobile-lg\:hover\:border-right-105:hover {
    border-right: 0.75rem solid;
  }
  .mobile-lg\:border-bottom-105 {
    border-bottom: 0.75rem solid;
  }
  .mobile-lg\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid;
  }
  .mobile-lg\:border-left-105 {
    border-left: 0.75rem solid;
  }
  .mobile-lg\:hover\:border-left-105:hover {
    border-left: 0.75rem solid;
  }
  .mobile-lg\:border-2 {
    border: 1rem solid;
  }
  .mobile-lg\:hover\:border-2:hover {
    border: 1rem solid;
  }
  .mobile-lg\:border-y-2 {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }
  .mobile-lg\:hover\:border-y-2:hover {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }
  .mobile-lg\:border-x-2 {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }
  .mobile-lg\:hover\:border-x-2:hover {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }
  .mobile-lg\:border-top-2 {
    border-top: 1rem solid;
  }
  .mobile-lg\:hover\:border-top-2:hover {
    border-top: 1rem solid;
  }
  .mobile-lg\:border-right-2 {
    border-right: 1rem solid;
  }
  .mobile-lg\:hover\:border-right-2:hover {
    border-right: 1rem solid;
  }
  .mobile-lg\:border-bottom-2 {
    border-bottom: 1rem solid;
  }
  .mobile-lg\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid;
  }
  .mobile-lg\:border-left-2 {
    border-left: 1rem solid;
  }
  .mobile-lg\:hover\:border-left-2:hover {
    border-left: 1rem solid;
  }
  .mobile-lg\:border-205 {
    border: 1.25rem solid;
  }
  .mobile-lg\:hover\:border-205:hover {
    border: 1.25rem solid;
  }
  .mobile-lg\:border-y-205 {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }
  .mobile-lg\:hover\:border-y-205:hover {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }
  .mobile-lg\:border-x-205 {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }
  .mobile-lg\:hover\:border-x-205:hover {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }
  .mobile-lg\:border-top-205 {
    border-top: 1.25rem solid;
  }
  .mobile-lg\:hover\:border-top-205:hover {
    border-top: 1.25rem solid;
  }
  .mobile-lg\:border-right-205 {
    border-right: 1.25rem solid;
  }
  .mobile-lg\:hover\:border-right-205:hover {
    border-right: 1.25rem solid;
  }
  .mobile-lg\:border-bottom-205 {
    border-bottom: 1.25rem solid;
  }
  .mobile-lg\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid;
  }
  .mobile-lg\:border-left-205 {
    border-left: 1.25rem solid;
  }
  .mobile-lg\:hover\:border-left-205:hover {
    border-left: 1.25rem solid;
  }
  .mobile-lg\:border-3 {
    border: 1.5rem solid;
  }
  .mobile-lg\:hover\:border-3:hover {
    border: 1.5rem solid;
  }
  .mobile-lg\:border-y-3 {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }
  .mobile-lg\:hover\:border-y-3:hover {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }
  .mobile-lg\:border-x-3 {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }
  .mobile-lg\:hover\:border-x-3:hover {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }
  .mobile-lg\:border-top-3 {
    border-top: 1.5rem solid;
  }
  .mobile-lg\:hover\:border-top-3:hover {
    border-top: 1.5rem solid;
  }
  .mobile-lg\:border-right-3 {
    border-right: 1.5rem solid;
  }
  .mobile-lg\:hover\:border-right-3:hover {
    border-right: 1.5rem solid;
  }
  .mobile-lg\:border-bottom-3 {
    border-bottom: 1.5rem solid;
  }
  .mobile-lg\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid;
  }
  .mobile-lg\:border-left-3 {
    border-left: 1.5rem solid;
  }
  .mobile-lg\:hover\:border-left-3:hover {
    border-left: 1.5rem solid;
  }
  .mobile-lg\:border-0 {
    border: 0 solid;
  }
  .mobile-lg\:hover\:border-0:hover {
    border: 0 solid;
  }
  .mobile-lg\:border-y-0 {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
  .mobile-lg\:hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
  .mobile-lg\:border-x-0 {
    border-left: 0 solid;
    border-right: 0 solid;
  }
  .mobile-lg\:hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
  }
  .mobile-lg\:border-top-0 {
    border-top: 0 solid;
  }
  .mobile-lg\:hover\:border-top-0:hover {
    border-top: 0 solid;
  }
  .mobile-lg\:border-right-0 {
    border-right: 0 solid;
  }
  .mobile-lg\:hover\:border-right-0:hover {
    border-right: 0 solid;
  }
  .mobile-lg\:border-bottom-0 {
    border-bottom: 0 solid;
  }
  .mobile-lg\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
  }
  .mobile-lg\:border-left-0 {
    border-left: 0 solid;
  }
  .mobile-lg\:hover\:border-left-0:hover {
    border-left: 0 solid;
  }
  .mobile-lg\:border {
    border: 1px solid;
  }
  .mobile-lg\:hover\:border:hover {
    border: 1px solid;
  }
  .mobile-lg\:border-y {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .mobile-lg\:hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .mobile-lg\:border-x {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .mobile-lg\:hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .mobile-lg\:border-top {
    border-top: 1px solid;
  }
  .mobile-lg\:hover\:border-top:hover {
    border-top: 1px solid;
  }
  .mobile-lg\:border-right {
    border-right: 1px solid;
  }
  .mobile-lg\:hover\:border-right:hover {
    border-right: 1px solid;
  }
  .mobile-lg\:border-bottom {
    border-bottom: 1px solid;
  }
  .mobile-lg\:hover\:border-bottom:hover {
    border-bottom: 1px solid;
  }
  .mobile-lg\:border-left {
    border-left: 1px solid;
  }
  .mobile-lg\:hover\:border-left:hover {
    border-left: 1px solid;
  }
  .mobile-lg\:border-transparent {
    border-color: transparent;
  }
  .mobile-lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }
  .mobile-lg\:border-black {
    border-color: black;
  }
  .mobile-lg\:hover\:border-black:hover {
    border-color: black;
  }
  .mobile-lg\:border-white {
    border-color: white;
  }
  .mobile-lg\:hover\:border-white:hover {
    border-color: white;
  }
  .mobile-lg\:border-red {
    border-color: #e52207;
  }
  .mobile-lg\:hover\:border-red:hover {
    border-color: #e52207;
  }
  .mobile-lg\:border-orange {
    border-color: #e66f0e;
  }
  .mobile-lg\:hover\:border-orange:hover {
    border-color: #e66f0e;
  }
  .mobile-lg\:border-gold {
    border-color: #ffbe2e;
  }
  .mobile-lg\:hover\:border-gold:hover {
    border-color: #ffbe2e;
  }
  .mobile-lg\:border-yellow {
    border-color: #fee685;
  }
  .mobile-lg\:hover\:border-yellow:hover {
    border-color: #fee685;
  }
  .mobile-lg\:border-green {
    border-color: #538200;
  }
  .mobile-lg\:hover\:border-green:hover {
    border-color: #538200;
  }
  .mobile-lg\:border-mint {
    border-color: #04c585;
  }
  .mobile-lg\:hover\:border-mint:hover {
    border-color: #04c585;
  }
  .mobile-lg\:border-cyan {
    border-color: #009ec1;
  }
  .mobile-lg\:hover\:border-cyan:hover {
    border-color: #009ec1;
  }
  .mobile-lg\:border-blue {
    border-color: #0076d6;
  }
  .mobile-lg\:hover\:border-blue:hover {
    border-color: #0076d6;
  }
  .mobile-lg\:border-indigo {
    border-color: #676cc8;
  }
  .mobile-lg\:hover\:border-indigo:hover {
    border-color: #676cc8;
  }
  .mobile-lg\:border-violet {
    border-color: #8168b3;
  }
  .mobile-lg\:hover\:border-violet:hover {
    border-color: #8168b3;
  }
  .mobile-lg\:border-magenta {
    border-color: #d72d79;
  }
  .mobile-lg\:hover\:border-magenta:hover {
    border-color: #d72d79;
  }
  .mobile-lg\:border-gray-5 {
    border-color: #f0f0f0;
  }
  .mobile-lg\:hover\:border-gray-5:hover {
    border-color: #f0f0f0;
  }
  .mobile-lg\:border-gray-10 {
    border-color: #e6e6e6;
  }
  .mobile-lg\:hover\:border-gray-10:hover {
    border-color: #e6e6e6;
  }
  .mobile-lg\:border-gray-30 {
    border-color: #adadad;
  }
  .mobile-lg\:hover\:border-gray-30:hover {
    border-color: #adadad;
  }
  .mobile-lg\:border-gray-50 {
    border-color: #757575;
  }
  .mobile-lg\:hover\:border-gray-50:hover {
    border-color: #757575;
  }
  .mobile-lg\:border-gray-70 {
    border-color: #454545;
  }
  .mobile-lg\:hover\:border-gray-70:hover {
    border-color: #454545;
  }
  .mobile-lg\:border-gray-90 {
    border-color: #1b1b1b;
  }
  .mobile-lg\:hover\:border-gray-90:hover {
    border-color: #1b1b1b;
  }
  .mobile-lg\:border-base-lightest {
    border-color: #f0f0f0;
  }
  .mobile-lg\:hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
  }
  .mobile-lg\:border-base-lighter {
    border-color: #dfe1e2;
  }
  .mobile-lg\:hover\:border-base-lighter:hover {
    border-color: #dfe1e2;
  }
  .mobile-lg\:border-base-light {
    border-color: #a9aeb1;
  }
  .mobile-lg\:hover\:border-base-light:hover {
    border-color: #a9aeb1;
  }
  .mobile-lg\:border-base {
    border-color: #71767a;
  }
  .mobile-lg\:hover\:border-base:hover {
    border-color: #71767a;
  }
  .mobile-lg\:border-base-dark {
    border-color: #565c65;
  }
  .mobile-lg\:hover\:border-base-dark:hover {
    border-color: #565c65;
  }
  .mobile-lg\:border-base-darker {
    border-color: #3d4551;
  }
  .mobile-lg\:hover\:border-base-darker:hover {
    border-color: #3d4551;
  }
  .mobile-lg\:border-base-darkest {
    border-color: #1b1b1b;
  }
  .mobile-lg\:hover\:border-base-darkest:hover {
    border-color: #1b1b1b;
  }
  .mobile-lg\:border-ink {
    border-color: #1b1b1b;
  }
  .mobile-lg\:hover\:border-ink:hover {
    border-color: #1b1b1b;
  }
  .mobile-lg\:border-primary-lighter {
    border-color: #d9e8f6;
  }
  .mobile-lg\:hover\:border-primary-lighter:hover {
    border-color: #d9e8f6;
  }
  .mobile-lg\:border-primary-light {
    border-color: #73b3e7;
  }
  .mobile-lg\:hover\:border-primary-light:hover {
    border-color: #73b3e7;
  }
  .mobile-lg\:border-primary {
    border-color: #2378c3;
  }
  .mobile-lg\:hover\:border-primary:hover {
    border-color: #2378c3;
  }
  .mobile-lg\:border-primary-vivid {
    border-color: #0050d8;
  }
  .mobile-lg\:hover\:border-primary-vivid:hover {
    border-color: #0050d8;
  }
  .mobile-lg\:border-primary-dark {
    border-color: #1a4480;
  }
  .mobile-lg\:hover\:border-primary-dark:hover {
    border-color: #1a4480;
  }
  .mobile-lg\:border-primary-darker {
    border-color: #162e51;
  }
  .mobile-lg\:hover\:border-primary-darker:hover {
    border-color: #162e51;
  }
  .mobile-lg\:border-secondary-lighter {
    border-color: #f3e1e4;
  }
  .mobile-lg\:hover\:border-secondary-lighter:hover {
    border-color: #f3e1e4;
  }
  .mobile-lg\:border-secondary-light {
    border-color: #f2938c;
  }
  .mobile-lg\:hover\:border-secondary-light:hover {
    border-color: #f2938c;
  }
  .mobile-lg\:border-secondary {
    border-color: #d83933;
  }
  .mobile-lg\:hover\:border-secondary:hover {
    border-color: #d83933;
  }
  .mobile-lg\:border-secondary-vivid {
    border-color: #e41d3d;
  }
  .mobile-lg\:hover\:border-secondary-vivid:hover {
    border-color: #e41d3d;
  }
  .mobile-lg\:border-secondary-dark {
    border-color: #b50909;
  }
  .mobile-lg\:hover\:border-secondary-dark:hover {
    border-color: #b50909;
  }
  .mobile-lg\:border-secondary-darker {
    border-color: #8b0a03;
  }
  .mobile-lg\:hover\:border-secondary-darker:hover {
    border-color: #8b0a03;
  }
  .mobile-lg\:border-accent-warm-darker {
    border-color: #775540;
  }
  .mobile-lg\:hover\:border-accent-warm-darker:hover {
    border-color: #775540;
  }
  .mobile-lg\:border-accent-warm-dark {
    border-color: #c05600;
  }
  .mobile-lg\:hover\:border-accent-warm-dark:hover {
    border-color: #c05600;
  }
  .mobile-lg\:border-accent-warm {
    border-color: #fa9441;
  }
  .mobile-lg\:hover\:border-accent-warm:hover {
    border-color: #fa9441;
  }
  .mobile-lg\:border-accent-warm-light {
    border-color: #ffbc78;
  }
  .mobile-lg\:hover\:border-accent-warm-light:hover {
    border-color: #ffbc78;
  }
  .mobile-lg\:border-accent-warm-lighter {
    border-color: #f2e4d4;
  }
  .mobile-lg\:hover\:border-accent-warm-lighter:hover {
    border-color: #f2e4d4;
  }
  .mobile-lg\:border-accent-cool-darker {
    border-color: #07648d;
  }
  .mobile-lg\:hover\:border-accent-cool-darker:hover {
    border-color: #07648d;
  }
  .mobile-lg\:border-accent-cool-dark {
    border-color: #4d8055;
  }
  .mobile-lg\:hover\:border-accent-cool-dark:hover {
    border-color: #4d8055;
  }
  .mobile-lg\:border-accent-cool {
    border-color: #5e9f69;
  }
  .mobile-lg\:hover\:border-accent-cool:hover {
    border-color: #5e9f69;
  }
  .mobile-lg\:border-accent-cool-light {
    border-color: #97d4ea;
  }
  .mobile-lg\:hover\:border-accent-cool-light:hover {
    border-color: #97d4ea;
  }
  .mobile-lg\:border-accent-cool-lighter {
    border-color: #e1f3f8;
  }
  .mobile-lg\:hover\:border-accent-cool-lighter:hover {
    border-color: #e1f3f8;
  }
  .mobile-lg\:border-error-lighter {
    border-color: #f4e3db;
  }
  .mobile-lg\:hover\:border-error-lighter:hover {
    border-color: #f4e3db;
  }
  .mobile-lg\:border-error-light {
    border-color: #f39268;
  }
  .mobile-lg\:hover\:border-error-light:hover {
    border-color: #f39268;
  }
  .mobile-lg\:border-error {
    border-color: #d54309;
  }
  .mobile-lg\:hover\:border-error:hover {
    border-color: #d54309;
  }
  .mobile-lg\:border-error-dark {
    border-color: #d83933;
  }
  .mobile-lg\:hover\:border-error-dark:hover {
    border-color: #d83933;
  }
  .mobile-lg\:border-error-darker {
    border-color: #6f3331;
  }
  .mobile-lg\:hover\:border-error-darker:hover {
    border-color: #6f3331;
  }
  .mobile-lg\:border-warning-lighter {
    border-color: #faf3d1;
  }
  .mobile-lg\:hover\:border-warning-lighter:hover {
    border-color: #faf3d1;
  }
  .mobile-lg\:border-warning-light {
    border-color: #fee685;
  }
  .mobile-lg\:hover\:border-warning-light:hover {
    border-color: #fee685;
  }
  .mobile-lg\:border-warning {
    border-color: #ffbe2e;
  }
  .mobile-lg\:hover\:border-warning:hover {
    border-color: #ffbe2e;
  }
  .mobile-lg\:border-warning-dark {
    border-color: #e5a000;
  }
  .mobile-lg\:hover\:border-warning-dark:hover {
    border-color: #e5a000;
  }
  .mobile-lg\:border-warning-darker {
    border-color: #936f38;
  }
  .mobile-lg\:hover\:border-warning-darker:hover {
    border-color: #936f38;
  }
  .mobile-lg\:border-success-lighter {
    border-color: #ecf3ec;
  }
  .mobile-lg\:hover\:border-success-lighter:hover {
    border-color: #ecf3ec;
  }
  .mobile-lg\:border-success-light {
    border-color: #70e17b;
  }
  .mobile-lg\:hover\:border-success-light:hover {
    border-color: #70e17b;
  }
  .mobile-lg\:border-success {
    border-color: #00a91c;
  }
  .mobile-lg\:hover\:border-success:hover {
    border-color: #00a91c;
  }
  .mobile-lg\:border-success-dark {
    border-color: #008817;
  }
  .mobile-lg\:hover\:border-success-dark:hover {
    border-color: #008817;
  }
  .mobile-lg\:border-success-darker {
    border-color: #216e1f;
  }
  .mobile-lg\:hover\:border-success-darker:hover {
    border-color: #216e1f;
  }
  .mobile-lg\:border-info-lighter {
    border-color: #e7f6f8;
  }
  .mobile-lg\:hover\:border-info-lighter:hover {
    border-color: #e7f6f8;
  }
  .mobile-lg\:border-info-light {
    border-color: #99deea;
  }
  .mobile-lg\:hover\:border-info-light:hover {
    border-color: #99deea;
  }
  .mobile-lg\:border-info {
    border-color: #00bde3;
  }
  .mobile-lg\:hover\:border-info:hover {
    border-color: #00bde3;
  }
  .mobile-lg\:border-info-dark {
    border-color: #009ec1;
  }
  .mobile-lg\:hover\:border-info-dark:hover {
    border-color: #009ec1;
  }
  .mobile-lg\:border-info-darker {
    border-color: #2e6276;
  }
  .mobile-lg\:hover\:border-info-darker:hover {
    border-color: #2e6276;
  }
  .mobile-lg\:border-disabled-lighter {
    border-color: #c9c9c9;
  }
  .mobile-lg\:hover\:border-disabled-lighter:hover {
    border-color: #c9c9c9;
  }
  .mobile-lg\:border-disabled-light {
    border-color: #919191;
  }
  .mobile-lg\:hover\:border-disabled-light:hover {
    border-color: #919191;
  }
  .mobile-lg\:border-disabled {
    border-color: #757575;
  }
  .mobile-lg\:hover\:border-disabled:hover {
    border-color: #757575;
  }
  .mobile-lg\:border-disabled-dark {
    border-color: #454545;
  }
  .mobile-lg\:hover\:border-disabled-dark:hover {
    border-color: #454545;
  }
  .mobile-lg\:border-disabled-darker {
    border-color: #1b1b1b;
  }
  .mobile-lg\:hover\:border-disabled-darker:hover {
    border-color: #1b1b1b;
  }
  .mobile-lg\:border-emergency {
    border-color: #9c3d10;
  }
  .mobile-lg\:hover\:border-emergency:hover {
    border-color: #9c3d10;
  }
  .mobile-lg\:border-emergency-dark {
    border-color: #332d29;
  }
  .mobile-lg\:hover\:border-emergency-dark:hover {
    border-color: #332d29;
  }
  .mobile-lg\:radius-0 {
    border-radius: 0;
  }
  .mobile-lg\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .mobile-lg\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .mobile-lg\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .mobile-lg\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .mobile-lg\:radius-sm {
    border-radius: 2px;
  }
  .mobile-lg\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .mobile-lg\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .mobile-lg\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .mobile-lg\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .mobile-lg\:radius-md {
    border-radius: 0.25rem;
  }
  .mobile-lg\:radius-top-md {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .mobile-lg\:radius-right-md {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .mobile-lg\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .mobile-lg\:radius-left-md {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .mobile-lg\:radius-lg {
    border-radius: 0.5rem;
  }
  .mobile-lg\:radius-top-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .mobile-lg\:radius-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .mobile-lg\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .mobile-lg\:radius-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .mobile-lg\:radius-pill {
    border-radius: 99rem;
  }
  .mobile-lg\:radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem;
  }
  .mobile-lg\:radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
  .mobile-lg\:radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
  .mobile-lg\:radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem;
  }
  .mobile-lg\:display-block {
    display: block;
  }
  .mobile-lg\:display-flex {
    display: flex;
  }
  .mobile-lg\:display-none {
    display: none;
  }
  .mobile-lg\:display-inline {
    display: inline;
  }
  .mobile-lg\:display-inline-block {
    display: inline-block;
  }
  .mobile-lg\:display-inline-flex {
    display: inline-flex;
  }
  .mobile-lg\:display-table {
    display: table;
  }
  .mobile-lg\:display-table-cell {
    display: table-cell;
  }
  .mobile-lg\:display-table-row {
    display: table-row;
  }
  .mobile-lg\:font-mono-3xs {
    font-size: 0.77rem;
  }
  .mobile-lg\:font-mono-2xs {
    font-size: 0.83rem;
  }
  .mobile-lg\:font-mono-xs {
    font-size: 0.89rem;
  }
  .mobile-lg\:font-mono-sm {
    font-size: 0.95rem;
  }
  .mobile-lg\:font-mono-md {
    font-size: 1.01rem;
  }
  .mobile-lg\:font-mono-lg {
    font-size: 1.31rem;
  }
  .mobile-lg\:font-mono-xl {
    font-size: 1.91rem;
  }
  .mobile-lg\:font-mono-2xl {
    font-size: 2.38rem;
  }
  .mobile-lg\:font-mono-3xl {
    font-size: 2.86rem;
  }
  .mobile-lg\:font-sans-3xs {
    font-size: 0.82rem;
  }
  .mobile-lg\:font-sans-2xs {
    font-size: 0.89rem;
  }
  .mobile-lg\:font-sans-xs {
    font-size: 0.95rem;
  }
  .mobile-lg\:font-sans-sm {
    font-size: 1.01rem;
  }
  .mobile-lg\:font-sans-md {
    font-size: 1.08rem;
  }
  .mobile-lg\:font-sans-lg {
    font-size: 1.39rem;
  }
  .mobile-lg\:font-sans-xl {
    font-size: 2.03rem;
  }
  .mobile-lg\:font-sans-2xl {
    font-size: 2.54rem;
  }
  .mobile-lg\:font-sans-3xl {
    font-size: 3.04rem;
  }
  .mobile-lg\:font-serif-3xs {
    font-size: 0.79rem;
  }
  .mobile-lg\:font-serif-2xs {
    font-size: 0.85rem;
  }
  .mobile-lg\:font-serif-xs {
    font-size: 0.91rem;
  }
  .mobile-lg\:font-serif-sm {
    font-size: 0.98rem;
  }
  .mobile-lg\:font-serif-md {
    font-size: 1.04rem;
  }
  .mobile-lg\:font-serif-lg {
    font-size: 1.34rem;
  }
  .mobile-lg\:font-serif-xl {
    font-size: 1.95rem;
  }
  .mobile-lg\:font-serif-2xl {
    font-size: 2.44rem;
  }
  .mobile-lg\:font-serif-3xl {
    font-size: 2.93rem;
  }
  .mobile-lg\:font-heading-3xs {
    font-size: 0.82rem;
  }
  .mobile-lg\:font-heading-2xs {
    font-size: 0.89rem;
  }
  .mobile-lg\:font-heading-xs {
    font-size: 0.95rem;
  }
  .mobile-lg\:font-heading-sm {
    font-size: 1.01rem;
  }
  .mobile-lg\:font-heading-md {
    font-size: 1.08rem;
  }
  .mobile-lg\:font-heading-lg {
    font-size: 1.39rem;
  }
  .mobile-lg\:font-heading-xl {
    font-size: 2.03rem;
  }
  .mobile-lg\:font-heading-2xl {
    font-size: 2.54rem;
  }
  .mobile-lg\:font-heading-3xl {
    font-size: 3.04rem;
  }
  .mobile-lg\:font-body-3xs {
    font-size: 0.82rem;
  }
  .mobile-lg\:font-body-2xs {
    font-size: 0.89rem;
  }
  .mobile-lg\:font-body-xs {
    font-size: 0.95rem;
  }
  .mobile-lg\:font-body-sm {
    font-size: 1.01rem;
  }
  .mobile-lg\:font-body-md {
    font-size: 1.08rem;
  }
  .mobile-lg\:font-body-lg {
    font-size: 1.39rem;
  }
  .mobile-lg\:font-body-xl {
    font-size: 2.03rem;
  }
  .mobile-lg\:font-body-2xl {
    font-size: 2.54rem;
  }
  .mobile-lg\:font-body-3xl {
    font-size: 3.04rem;
  }
  .mobile-lg\:font-code-3xs {
    font-size: 0.77rem;
  }
  .mobile-lg\:font-code-2xs {
    font-size: 0.83rem;
  }
  .mobile-lg\:font-code-xs {
    font-size: 0.89rem;
  }
  .mobile-lg\:font-code-sm {
    font-size: 0.95rem;
  }
  .mobile-lg\:font-code-md {
    font-size: 1.01rem;
  }
  .mobile-lg\:font-code-lg {
    font-size: 1.31rem;
  }
  .mobile-lg\:font-code-xl {
    font-size: 1.91rem;
  }
  .mobile-lg\:font-code-2xl {
    font-size: 2.38rem;
  }
  .mobile-lg\:font-code-3xl {
    font-size: 2.86rem;
  }
  .mobile-lg\:font-alt-3xs {
    font-size: 0.79rem;
  }
  .mobile-lg\:font-alt-2xs {
    font-size: 0.85rem;
  }
  .mobile-lg\:font-alt-xs {
    font-size: 0.91rem;
  }
  .mobile-lg\:font-alt-sm {
    font-size: 0.98rem;
  }
  .mobile-lg\:font-alt-md {
    font-size: 1.04rem;
  }
  .mobile-lg\:font-alt-lg {
    font-size: 1.34rem;
  }
  .mobile-lg\:font-alt-xl {
    font-size: 1.95rem;
  }
  .mobile-lg\:font-alt-2xl {
    font-size: 2.44rem;
  }
  .mobile-lg\:font-alt-3xl {
    font-size: 2.93rem;
  }
  .mobile-lg\:font-ui-3xs {
    font-size: 0.82rem;
  }
  .mobile-lg\:font-ui-2xs {
    font-size: 0.89rem;
  }
  .mobile-lg\:font-ui-xs {
    font-size: 0.95rem;
  }
  .mobile-lg\:font-ui-sm {
    font-size: 1.01rem;
  }
  .mobile-lg\:font-ui-md {
    font-size: 1.08rem;
  }
  .mobile-lg\:font-ui-lg {
    font-size: 1.39rem;
  }
  .mobile-lg\:font-ui-xl {
    font-size: 2.03rem;
  }
  .mobile-lg\:font-ui-2xl {
    font-size: 2.54rem;
  }
  .mobile-lg\:font-ui-3xl {
    font-size: 3.04rem;
  }
  .mobile-lg\:text-light {
    font-weight: 300;
  }
  .mobile-lg\:text-normal {
    font-weight: normal;
  }
  .mobile-lg\:text-bold {
    font-weight: 700;
  }
  .mobile-lg\:flex-justify-center {
    justify-content: center;
  }
  .mobile-lg\:flex-justify-start {
    justify-content: flex-start;
  }
  .mobile-lg\:flex-justify-end {
    justify-content: flex-end;
  }
  .mobile-lg\:flex-justify {
    justify-content: space-between;
  }
  .mobile-lg\:line-height-sans-1 {
    line-height: 1;
  }
  .mobile-lg\:line-height-sans-2 {
    line-height: 1.2;
  }
  .mobile-lg\:line-height-sans-3 {
    line-height: 1.3;
  }
  .mobile-lg\:line-height-sans-4 {
    line-height: 1.5;
  }
  .mobile-lg\:line-height-sans-5 {
    line-height: 1.6;
  }
  .mobile-lg\:line-height-sans-6 {
    line-height: 1.7;
  }
  .mobile-lg\:line-height-serif-1 {
    line-height: 1;
  }
  .mobile-lg\:line-height-serif-2 {
    line-height: 1.2;
  }
  .mobile-lg\:line-height-serif-3 {
    line-height: 1.4;
  }
  .mobile-lg\:line-height-serif-4 {
    line-height: 1.5;
  }
  .mobile-lg\:line-height-serif-5 {
    line-height: 1.7;
  }
  .mobile-lg\:line-height-serif-6 {
    line-height: 1.8;
  }
  .mobile-lg\:line-height-mono-1 {
    line-height: 1;
  }
  .mobile-lg\:line-height-mono-2 {
    line-height: 1.3;
  }
  .mobile-lg\:line-height-mono-3 {
    line-height: 1.4;
  }
  .mobile-lg\:line-height-mono-4 {
    line-height: 1.6;
  }
  .mobile-lg\:line-height-mono-5 {
    line-height: 1.7;
  }
  .mobile-lg\:line-height-mono-6 {
    line-height: 1.8;
  }
  .mobile-lg\:line-height-heading-1 {
    line-height: 1;
  }
  .mobile-lg\:line-height-heading-2 {
    line-height: 1.2;
  }
  .mobile-lg\:line-height-heading-3 {
    line-height: 1.3;
  }
  .mobile-lg\:line-height-heading-4 {
    line-height: 1.5;
  }
  .mobile-lg\:line-height-heading-5 {
    line-height: 1.6;
  }
  .mobile-lg\:line-height-heading-6 {
    line-height: 1.7;
  }
  .mobile-lg\:line-height-ui-1 {
    line-height: 1;
  }
  .mobile-lg\:line-height-ui-2 {
    line-height: 1.2;
  }
  .mobile-lg\:line-height-ui-3 {
    line-height: 1.3;
  }
  .mobile-lg\:line-height-ui-4 {
    line-height: 1.5;
  }
  .mobile-lg\:line-height-ui-5 {
    line-height: 1.6;
  }
  .mobile-lg\:line-height-ui-6 {
    line-height: 1.7;
  }
  .mobile-lg\:line-height-body-1 {
    line-height: 1;
  }
  .mobile-lg\:line-height-body-2 {
    line-height: 1.2;
  }
  .mobile-lg\:line-height-body-3 {
    line-height: 1.3;
  }
  .mobile-lg\:line-height-body-4 {
    line-height: 1.5;
  }
  .mobile-lg\:line-height-body-5 {
    line-height: 1.6;
  }
  .mobile-lg\:line-height-body-6 {
    line-height: 1.7;
  }
  .mobile-lg\:line-height-code-1 {
    line-height: 1;
  }
  .mobile-lg\:line-height-code-2 {
    line-height: 1.3;
  }
  .mobile-lg\:line-height-code-3 {
    line-height: 1.4;
  }
  .mobile-lg\:line-height-code-4 {
    line-height: 1.6;
  }
  .mobile-lg\:line-height-code-5 {
    line-height: 1.7;
  }
  .mobile-lg\:line-height-code-6 {
    line-height: 1.8;
  }
  .mobile-lg\:line-height-alt-1 {
    line-height: 1;
  }
  .mobile-lg\:line-height-alt-2 {
    line-height: 1.2;
  }
  .mobile-lg\:line-height-alt-3 {
    line-height: 1.4;
  }
  .mobile-lg\:line-height-alt-4 {
    line-height: 1.5;
  }
  .mobile-lg\:line-height-alt-5 {
    line-height: 1.7;
  }
  .mobile-lg\:line-height-alt-6 {
    line-height: 1.8;
  }
  .mobile-lg\:margin-neg-1px {
    margin: -1px;
  }
  .mobile-lg\:margin-neg-2px {
    margin: -2px;
  }
  .mobile-lg\:margin-neg-05 {
    margin: -0.25rem;
  }
  .mobile-lg\:margin-neg-1 {
    margin: -0.5rem;
  }
  .mobile-lg\:margin-neg-105 {
    margin: -0.75rem;
  }
  .mobile-lg\:margin-neg-2 {
    margin: -1rem;
  }
  .mobile-lg\:margin-neg-205 {
    margin: -1.25rem;
  }
  .mobile-lg\:margin-neg-3 {
    margin: -1.5rem;
  }
  .mobile-lg\:margin-1px {
    margin: 1px;
  }
  .mobile-lg\:margin-2px {
    margin: 2px;
  }
  .mobile-lg\:margin-05 {
    margin: 0.25rem;
  }
  .mobile-lg\:margin-1 {
    margin: 0.5rem;
  }
  .mobile-lg\:margin-105 {
    margin: 0.75rem;
  }
  .mobile-lg\:margin-2 {
    margin: 1rem;
  }
  .mobile-lg\:margin-205 {
    margin: 1.25rem;
  }
  .mobile-lg\:margin-3 {
    margin: 1.5rem;
  }
  .mobile-lg\:margin-neg-4 {
    margin: -2rem;
  }
  .mobile-lg\:margin-neg-5 {
    margin: -2.5rem;
  }
  .mobile-lg\:margin-neg-6 {
    margin: -3rem;
  }
  .mobile-lg\:margin-neg-7 {
    margin: -3.5rem;
  }
  .mobile-lg\:margin-neg-8 {
    margin: -4rem;
  }
  .mobile-lg\:margin-neg-9 {
    margin: -4.5rem;
  }
  .mobile-lg\:margin-neg-10 {
    margin: -5rem;
  }
  .mobile-lg\:margin-neg-15 {
    margin: -7.5rem;
  }
  .mobile-lg\:margin-4 {
    margin: 2rem;
  }
  .mobile-lg\:margin-5 {
    margin: 2.5rem;
  }
  .mobile-lg\:margin-6 {
    margin: 3rem;
  }
  .mobile-lg\:margin-7 {
    margin: 3.5rem;
  }
  .mobile-lg\:margin-8 {
    margin: 4rem;
  }
  .mobile-lg\:margin-9 {
    margin: 4.5rem;
  }
  .mobile-lg\:margin-10 {
    margin: 5rem;
  }
  .mobile-lg\:margin-15 {
    margin: 7.5rem;
  }
  .mobile-lg\:margin-05em {
    margin: 0.5em;
  }
  .mobile-lg\:margin-1em {
    margin: 1em;
  }
  .mobile-lg\:margin-105em {
    margin: 1.5em;
  }
  .mobile-lg\:margin-2em {
    margin: 2em;
  }
  .mobile-lg\:margin-0 {
    margin: 0;
  }
  .mobile-lg\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .mobile-lg\:margin-top-1px {
    margin-top: 1px;
  }
  .mobile-lg\:margin-bottom-1px {
    margin-bottom: 1px;
  }
  .mobile-lg\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .mobile-lg\:margin-top-2px {
    margin-top: 2px;
  }
  .mobile-lg\:margin-bottom-2px {
    margin-bottom: 2px;
  }
  .mobile-lg\:margin-y-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .mobile-lg\:margin-top-05 {
    margin-top: 0.25rem;
  }
  .mobile-lg\:margin-bottom-05 {
    margin-bottom: 0.25rem;
  }
  .mobile-lg\:margin-y-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mobile-lg\:margin-top-1 {
    margin-top: 0.5rem;
  }
  .mobile-lg\:margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .mobile-lg\:margin-y-105 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .mobile-lg\:margin-top-105 {
    margin-top: 0.75rem;
  }
  .mobile-lg\:margin-bottom-105 {
    margin-bottom: 0.75rem;
  }
  .mobile-lg\:margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .mobile-lg\:margin-top-2 {
    margin-top: 1rem;
  }
  .mobile-lg\:margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .mobile-lg\:margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .mobile-lg\:margin-top-205 {
    margin-top: 1.25rem;
  }
  .mobile-lg\:margin-bottom-205 {
    margin-bottom: 1.25rem;
  }
  .mobile-lg\:margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .mobile-lg\:margin-top-3 {
    margin-top: 1.5rem;
  }
  .mobile-lg\:margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .mobile-lg\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .mobile-lg\:margin-top-neg-1px {
    margin-top: -1px;
  }
  .mobile-lg\:margin-bottom-neg-1px {
    margin-bottom: -1px;
  }
  .mobile-lg\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .mobile-lg\:margin-top-neg-2px {
    margin-top: -2px;
  }
  .mobile-lg\:margin-bottom-neg-2px {
    margin-bottom: -2px;
  }
  .mobile-lg\:margin-y-neg-05 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .mobile-lg\:margin-top-neg-05 {
    margin-top: -0.25rem;
  }
  .mobile-lg\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem;
  }
  .mobile-lg\:margin-y-neg-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .mobile-lg\:margin-top-neg-1 {
    margin-top: -0.5rem;
  }
  .mobile-lg\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem;
  }
  .mobile-lg\:margin-y-neg-105 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .mobile-lg\:margin-top-neg-105 {
    margin-top: -0.75rem;
  }
  .mobile-lg\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem;
  }
  .mobile-lg\:margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .mobile-lg\:margin-top-neg-2 {
    margin-top: -1rem;
  }
  .mobile-lg\:margin-bottom-neg-2 {
    margin-bottom: -1rem;
  }
  .mobile-lg\:margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .mobile-lg\:margin-top-neg-205 {
    margin-top: -1.25rem;
  }
  .mobile-lg\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem;
  }
  .mobile-lg\:margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .mobile-lg\:margin-top-neg-3 {
    margin-top: -1.5rem;
  }
  .mobile-lg\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem;
  }
  .mobile-lg\:margin-y-neg-4 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .mobile-lg\:margin-top-neg-4 {
    margin-top: -2rem;
  }
  .mobile-lg\:margin-bottom-neg-4 {
    margin-bottom: -2rem;
  }
  .mobile-lg\:margin-y-neg-5 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .mobile-lg\:margin-top-neg-5 {
    margin-top: -2.5rem;
  }
  .mobile-lg\:margin-bottom-neg-5 {
    margin-bottom: -2.5rem;
  }
  .mobile-lg\:margin-y-neg-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .mobile-lg\:margin-top-neg-6 {
    margin-top: -3rem;
  }
  .mobile-lg\:margin-bottom-neg-6 {
    margin-bottom: -3rem;
  }
  .mobile-lg\:margin-y-neg-7 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
  .mobile-lg\:margin-top-neg-7 {
    margin-top: -3.5rem;
  }
  .mobile-lg\:margin-bottom-neg-7 {
    margin-bottom: -3.5rem;
  }
  .mobile-lg\:margin-y-neg-8 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .mobile-lg\:margin-top-neg-8 {
    margin-top: -4rem;
  }
  .mobile-lg\:margin-bottom-neg-8 {
    margin-bottom: -4rem;
  }
  .mobile-lg\:margin-y-neg-9 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }
  .mobile-lg\:margin-top-neg-9 {
    margin-top: -4.5rem;
  }
  .mobile-lg\:margin-bottom-neg-9 {
    margin-bottom: -4.5rem;
  }
  .mobile-lg\:margin-y-neg-10 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .mobile-lg\:margin-top-neg-10 {
    margin-top: -5rem;
  }
  .mobile-lg\:margin-bottom-neg-10 {
    margin-bottom: -5rem;
  }
  .mobile-lg\:margin-y-neg-15 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }
  .mobile-lg\:margin-top-neg-15 {
    margin-top: -7.5rem;
  }
  .mobile-lg\:margin-bottom-neg-15 {
    margin-bottom: -7.5rem;
  }
  .mobile-lg\:margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .mobile-lg\:margin-top-4 {
    margin-top: 2rem;
  }
  .mobile-lg\:margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .mobile-lg\:margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .mobile-lg\:margin-top-5 {
    margin-top: 2.5rem;
  }
  .mobile-lg\:margin-bottom-5 {
    margin-bottom: 2.5rem;
  }
  .mobile-lg\:margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mobile-lg\:margin-top-6 {
    margin-top: 3rem;
  }
  .mobile-lg\:margin-bottom-6 {
    margin-bottom: 3rem;
  }
  .mobile-lg\:margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .mobile-lg\:margin-top-7 {
    margin-top: 3.5rem;
  }
  .mobile-lg\:margin-bottom-7 {
    margin-bottom: 3.5rem;
  }
  .mobile-lg\:margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .mobile-lg\:margin-top-8 {
    margin-top: 4rem;
  }
  .mobile-lg\:margin-bottom-8 {
    margin-bottom: 4rem;
  }
  .mobile-lg\:margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .mobile-lg\:margin-top-9 {
    margin-top: 4.5rem;
  }
  .mobile-lg\:margin-bottom-9 {
    margin-bottom: 4.5rem;
  }
  .mobile-lg\:margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .mobile-lg\:margin-top-10 {
    margin-top: 5rem;
  }
  .mobile-lg\:margin-bottom-10 {
    margin-bottom: 5rem;
  }
  .mobile-lg\:margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  .mobile-lg\:margin-top-15 {
    margin-top: 7.5rem;
  }
  .mobile-lg\:margin-bottom-15 {
    margin-bottom: 7.5rem;
  }
  .mobile-lg\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .mobile-lg\:margin-top-05em {
    margin-top: 0.5em;
  }
  .mobile-lg\:margin-bottom-05em {
    margin-bottom: 0.5em;
  }
  .mobile-lg\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .mobile-lg\:margin-top-1em {
    margin-top: 1em;
  }
  .mobile-lg\:margin-bottom-1em {
    margin-bottom: 1em;
  }
  .mobile-lg\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .mobile-lg\:margin-top-105em {
    margin-top: 1.5em;
  }
  .mobile-lg\:margin-bottom-105em {
    margin-bottom: 1.5em;
  }
  .mobile-lg\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .mobile-lg\:margin-top-2em {
    margin-top: 2em;
  }
  .mobile-lg\:margin-bottom-2em {
    margin-bottom: 2em;
  }
  .mobile-lg\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .mobile-lg\:margin-top-0 {
    margin-top: 0;
  }
  .mobile-lg\:margin-bottom-0 {
    margin-bottom: 0;
  }
  .mobile-lg\:margin-y-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mobile-lg\:margin-top-auto {
    margin-top: auto;
  }
  .mobile-lg\:margin-bottom-auto {
    margin-bottom: auto;
  }
  .mobile-lg\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .mobile-lg\:margin-right-1px {
    margin-right: 1px;
  }
  .mobile-lg\:margin-left-1px {
    margin-left: 1px;
  }
  .mobile-lg\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px;
  }
  .mobile-lg\:margin-right-2px {
    margin-right: 2px;
  }
  .mobile-lg\:margin-left-2px {
    margin-left: 2px;
  }
  .mobile-lg\:margin-x-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .mobile-lg\:margin-right-05 {
    margin-right: 0.25rem;
  }
  .mobile-lg\:margin-left-05 {
    margin-left: 0.25rem;
  }
  .mobile-lg\:margin-x-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .mobile-lg\:margin-right-1 {
    margin-right: 0.5rem;
  }
  .mobile-lg\:margin-left-1 {
    margin-left: 0.5rem;
  }
  .mobile-lg\:margin-x-105 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .mobile-lg\:margin-right-105 {
    margin-right: 0.75rem;
  }
  .mobile-lg\:margin-left-105 {
    margin-left: 0.75rem;
  }
  .mobile-lg\:margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .mobile-lg\:margin-right-2 {
    margin-right: 1rem;
  }
  .mobile-lg\:margin-left-2 {
    margin-left: 1rem;
  }
  .mobile-lg\:margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .mobile-lg\:margin-right-205 {
    margin-right: 1.25rem;
  }
  .mobile-lg\:margin-left-205 {
    margin-left: 1.25rem;
  }
  .mobile-lg\:margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .mobile-lg\:margin-right-3 {
    margin-right: 1.5rem;
  }
  .mobile-lg\:margin-left-3 {
    margin-left: 1.5rem;
  }
  .mobile-lg\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .mobile-lg\:margin-right-neg-1px {
    margin-right: -1px;
  }
  .mobile-lg\:margin-left-neg-1px {
    margin-left: -1px;
  }
  .mobile-lg\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
  }
  .mobile-lg\:margin-right-neg-2px {
    margin-right: -2px;
  }
  .mobile-lg\:margin-left-neg-2px {
    margin-left: -2px;
  }
  .mobile-lg\:margin-x-neg-05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .mobile-lg\:margin-right-neg-05 {
    margin-right: -0.25rem;
  }
  .mobile-lg\:margin-left-neg-05 {
    margin-left: -0.25rem;
  }
  .mobile-lg\:margin-x-neg-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .mobile-lg\:margin-right-neg-1 {
    margin-right: -0.5rem;
  }
  .mobile-lg\:margin-left-neg-1 {
    margin-left: -0.5rem;
  }
  .mobile-lg\:margin-x-neg-105 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .mobile-lg\:margin-right-neg-105 {
    margin-right: -0.75rem;
  }
  .mobile-lg\:margin-left-neg-105 {
    margin-left: -0.75rem;
  }
  .mobile-lg\:margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .mobile-lg\:margin-right-neg-2 {
    margin-right: -1rem;
  }
  .mobile-lg\:margin-left-neg-2 {
    margin-left: -1rem;
  }
  .mobile-lg\:margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .mobile-lg\:margin-right-neg-205 {
    margin-right: -1.25rem;
  }
  .mobile-lg\:margin-left-neg-205 {
    margin-left: -1.25rem;
  }
  .mobile-lg\:margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .mobile-lg\:margin-right-neg-3 {
    margin-right: -1.5rem;
  }
  .mobile-lg\:margin-left-neg-3 {
    margin-left: -1.5rem;
  }
  .mobile-lg\:margin-x-neg-4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .mobile-lg\:margin-right-neg-4 {
    margin-right: -2rem;
  }
  .mobile-lg\:margin-left-neg-4 {
    margin-left: -2rem;
  }
  .mobile-lg\:margin-x-neg-5 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .mobile-lg\:margin-right-neg-5 {
    margin-right: -2.5rem;
  }
  .mobile-lg\:margin-left-neg-5 {
    margin-left: -2.5rem;
  }
  .mobile-lg\:margin-x-neg-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .mobile-lg\:margin-right-neg-6 {
    margin-right: -3rem;
  }
  .mobile-lg\:margin-left-neg-6 {
    margin-left: -3rem;
  }
  .mobile-lg\:margin-x-neg-7 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .mobile-lg\:margin-right-neg-7 {
    margin-right: -3.5rem;
  }
  .mobile-lg\:margin-left-neg-7 {
    margin-left: -3.5rem;
  }
  .mobile-lg\:margin-x-neg-8 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .mobile-lg\:margin-right-neg-8 {
    margin-right: -4rem;
  }
  .mobile-lg\:margin-left-neg-8 {
    margin-left: -4rem;
  }
  .mobile-lg\:margin-x-neg-9 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
  .mobile-lg\:margin-right-neg-9 {
    margin-right: -4.5rem;
  }
  .mobile-lg\:margin-left-neg-9 {
    margin-left: -4.5rem;
  }
  .mobile-lg\:margin-x-neg-10 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .mobile-lg\:margin-right-neg-10 {
    margin-right: -5rem;
  }
  .mobile-lg\:margin-left-neg-10 {
    margin-left: -5rem;
  }
  .mobile-lg\:margin-x-neg-15 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }
  .mobile-lg\:margin-right-neg-15 {
    margin-right: -7.5rem;
  }
  .mobile-lg\:margin-left-neg-15 {
    margin-left: -7.5rem;
  }
  .mobile-lg\:margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .mobile-lg\:margin-right-4 {
    margin-right: 2rem;
  }
  .mobile-lg\:margin-left-4 {
    margin-left: 2rem;
  }
  .mobile-lg\:margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .mobile-lg\:margin-right-5 {
    margin-right: 2.5rem;
  }
  .mobile-lg\:margin-left-5 {
    margin-left: 2.5rem;
  }
  .mobile-lg\:margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .mobile-lg\:margin-right-6 {
    margin-right: 3rem;
  }
  .mobile-lg\:margin-left-6 {
    margin-left: 3rem;
  }
  .mobile-lg\:margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .mobile-lg\:margin-right-7 {
    margin-right: 3.5rem;
  }
  .mobile-lg\:margin-left-7 {
    margin-left: 3.5rem;
  }
  .mobile-lg\:margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .mobile-lg\:margin-right-8 {
    margin-right: 4rem;
  }
  .mobile-lg\:margin-left-8 {
    margin-left: 4rem;
  }
  .mobile-lg\:margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .mobile-lg\:margin-right-9 {
    margin-right: 4.5rem;
  }
  .mobile-lg\:margin-left-9 {
    margin-left: 4.5rem;
  }
  .mobile-lg\:margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .mobile-lg\:margin-right-10 {
    margin-right: 5rem;
  }
  .mobile-lg\:margin-left-10 {
    margin-left: 5rem;
  }
  .mobile-lg\:margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
  .mobile-lg\:margin-right-15 {
    margin-right: 7.5rem;
  }
  .mobile-lg\:margin-left-15 {
    margin-left: 7.5rem;
  }
  .mobile-lg\:margin-x-card {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .mobile-lg\:margin-right-card {
    margin-right: 10rem;
  }
  .mobile-lg\:margin-left-card {
    margin-left: 10rem;
  }
  .mobile-lg\:margin-x-card-lg {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .mobile-lg\:margin-right-card-lg {
    margin-right: 15rem;
  }
  .mobile-lg\:margin-left-card-lg {
    margin-left: 15rem;
  }
  .mobile-lg\:margin-x-mobile {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .mobile-lg\:margin-right-mobile {
    margin-right: 20rem;
  }
  .mobile-lg\:margin-left-mobile {
    margin-left: 20rem;
  }
  .mobile-lg\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .mobile-lg\:margin-right-05em {
    margin-right: 0.5em;
  }
  .mobile-lg\:margin-left-05em {
    margin-left: 0.5em;
  }
  .mobile-lg\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em;
  }
  .mobile-lg\:margin-right-1em {
    margin-right: 1em;
  }
  .mobile-lg\:margin-left-1em {
    margin-left: 1em;
  }
  .mobile-lg\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .mobile-lg\:margin-right-105em {
    margin-right: 1.5em;
  }
  .mobile-lg\:margin-left-105em {
    margin-left: 1.5em;
  }
  .mobile-lg\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em;
  }
  .mobile-lg\:margin-right-2em {
    margin-right: 2em;
  }
  .mobile-lg\:margin-left-2em {
    margin-left: 2em;
  }
  .mobile-lg\:margin-x-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-lg\:margin-right-0 {
    margin-right: 0;
  }
  .mobile-lg\:margin-left-0 {
    margin-left: 0;
  }
  .mobile-lg\:margin-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile-lg\:margin-right-auto {
    margin-right: auto;
  }
  .mobile-lg\:margin-left-auto {
    margin-left: auto;
  }
  .mobile-lg\:measure-1 {
    max-width: 44ex;
  }
  .mobile-lg\:measure-2 {
    max-width: 60ex;
  }
  .mobile-lg\:measure-3 {
    max-width: 64ex;
  }
  .mobile-lg\:measure-4 {
    max-width: 68ex;
  }
  .mobile-lg\:measure-5 {
    max-width: 72ex;
  }
  .mobile-lg\:measure-6 {
    max-width: 88ex;
  }
  .mobile-lg\:measure-none {
    max-width: none;
  }
  .mobile-lg\:order-first {
    order: -1;
  }
  .mobile-lg\:order-last {
    order: 999;
  }
  .mobile-lg\:order-initial {
    order: initial;
  }
  .mobile-lg\:order-0 {
    order: 0;
  }
  .mobile-lg\:order-1 {
    order: 1;
  }
  .mobile-lg\:order-2 {
    order: 2;
  }
  .mobile-lg\:order-3 {
    order: 3;
  }
  .mobile-lg\:order-4 {
    order: 4;
  }
  .mobile-lg\:order-5 {
    order: 5;
  }
  .mobile-lg\:order-6 {
    order: 6;
  }
  .mobile-lg\:order-7 {
    order: 7;
  }
  .mobile-lg\:order-8 {
    order: 8;
  }
  .mobile-lg\:order-9 {
    order: 9;
  }
  .mobile-lg\:order-10 {
    order: 10;
  }
  .mobile-lg\:order-11 {
    order: 11;
  }
  .mobile-lg\:padding-1px {
    padding: 1px;
  }
  .mobile-lg\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .mobile-lg\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .mobile-lg\:padding-top-1px {
    padding-top: 1px;
  }
  .mobile-lg\:padding-right-1px {
    padding-right: 1px;
  }
  .mobile-lg\:padding-bottom-1px {
    padding-bottom: 1px;
  }
  .mobile-lg\:padding-left-1px {
    padding-left: 1px;
  }
  .mobile-lg\:padding-2px {
    padding: 2px;
  }
  .mobile-lg\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .mobile-lg\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
  }
  .mobile-lg\:padding-top-2px {
    padding-top: 2px;
  }
  .mobile-lg\:padding-right-2px {
    padding-right: 2px;
  }
  .mobile-lg\:padding-bottom-2px {
    padding-bottom: 2px;
  }
  .mobile-lg\:padding-left-2px {
    padding-left: 2px;
  }
  .mobile-lg\:padding-05 {
    padding: 0.25rem;
  }
  .mobile-lg\:padding-y-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .mobile-lg\:padding-x-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .mobile-lg\:padding-top-05 {
    padding-top: 0.25rem;
  }
  .mobile-lg\:padding-right-05 {
    padding-right: 0.25rem;
  }
  .mobile-lg\:padding-bottom-05 {
    padding-bottom: 0.25rem;
  }
  .mobile-lg\:padding-left-05 {
    padding-left: 0.25rem;
  }
  .mobile-lg\:padding-1 {
    padding: 0.5rem;
  }
  .mobile-lg\:padding-y-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .mobile-lg\:padding-x-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .mobile-lg\:padding-top-1 {
    padding-top: 0.5rem;
  }
  .mobile-lg\:padding-right-1 {
    padding-right: 0.5rem;
  }
  .mobile-lg\:padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .mobile-lg\:padding-left-1 {
    padding-left: 0.5rem;
  }
  .mobile-lg\:padding-105 {
    padding: 0.75rem;
  }
  .mobile-lg\:padding-y-105 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .mobile-lg\:padding-x-105 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .mobile-lg\:padding-top-105 {
    padding-top: 0.75rem;
  }
  .mobile-lg\:padding-right-105 {
    padding-right: 0.75rem;
  }
  .mobile-lg\:padding-bottom-105 {
    padding-bottom: 0.75rem;
  }
  .mobile-lg\:padding-left-105 {
    padding-left: 0.75rem;
  }
  .mobile-lg\:padding-2 {
    padding: 1rem;
  }
  .mobile-lg\:padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mobile-lg\:padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mobile-lg\:padding-top-2 {
    padding-top: 1rem;
  }
  .mobile-lg\:padding-right-2 {
    padding-right: 1rem;
  }
  .mobile-lg\:padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .mobile-lg\:padding-left-2 {
    padding-left: 1rem;
  }
  .mobile-lg\:padding-205 {
    padding: 1.25rem;
  }
  .mobile-lg\:padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .mobile-lg\:padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .mobile-lg\:padding-top-205 {
    padding-top: 1.25rem;
  }
  .mobile-lg\:padding-right-205 {
    padding-right: 1.25rem;
  }
  .mobile-lg\:padding-bottom-205 {
    padding-bottom: 1.25rem;
  }
  .mobile-lg\:padding-left-205 {
    padding-left: 1.25rem;
  }
  .mobile-lg\:padding-3 {
    padding: 1.5rem;
  }
  .mobile-lg\:padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .mobile-lg\:padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .mobile-lg\:padding-top-3 {
    padding-top: 1.5rem;
  }
  .mobile-lg\:padding-right-3 {
    padding-right: 1.5rem;
  }
  .mobile-lg\:padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .mobile-lg\:padding-left-3 {
    padding-left: 1.5rem;
  }
  .mobile-lg\:padding-4 {
    padding: 2rem;
  }
  .mobile-lg\:padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .mobile-lg\:padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .mobile-lg\:padding-top-4 {
    padding-top: 2rem;
  }
  .mobile-lg\:padding-right-4 {
    padding-right: 2rem;
  }
  .mobile-lg\:padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .mobile-lg\:padding-left-4 {
    padding-left: 2rem;
  }
  .mobile-lg\:padding-5 {
    padding: 2.5rem;
  }
  .mobile-lg\:padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .mobile-lg\:padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .mobile-lg\:padding-top-5 {
    padding-top: 2.5rem;
  }
  .mobile-lg\:padding-right-5 {
    padding-right: 2.5rem;
  }
  .mobile-lg\:padding-bottom-5 {
    padding-bottom: 2.5rem;
  }
  .mobile-lg\:padding-left-5 {
    padding-left: 2.5rem;
  }
  .mobile-lg\:padding-6 {
    padding: 3rem;
  }
  .mobile-lg\:padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .mobile-lg\:padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .mobile-lg\:padding-top-6 {
    padding-top: 3rem;
  }
  .mobile-lg\:padding-right-6 {
    padding-right: 3rem;
  }
  .mobile-lg\:padding-bottom-6 {
    padding-bottom: 3rem;
  }
  .mobile-lg\:padding-left-6 {
    padding-left: 3rem;
  }
  .mobile-lg\:padding-7 {
    padding: 3.5rem;
  }
  .mobile-lg\:padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .mobile-lg\:padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .mobile-lg\:padding-top-7 {
    padding-top: 3.5rem;
  }
  .mobile-lg\:padding-right-7 {
    padding-right: 3.5rem;
  }
  .mobile-lg\:padding-bottom-7 {
    padding-bottom: 3.5rem;
  }
  .mobile-lg\:padding-left-7 {
    padding-left: 3.5rem;
  }
  .mobile-lg\:padding-8 {
    padding: 4rem;
  }
  .mobile-lg\:padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .mobile-lg\:padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .mobile-lg\:padding-top-8 {
    padding-top: 4rem;
  }
  .mobile-lg\:padding-right-8 {
    padding-right: 4rem;
  }
  .mobile-lg\:padding-bottom-8 {
    padding-bottom: 4rem;
  }
  .mobile-lg\:padding-left-8 {
    padding-left: 4rem;
  }
  .mobile-lg\:padding-9 {
    padding: 4.5rem;
  }
  .mobile-lg\:padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .mobile-lg\:padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .mobile-lg\:padding-top-9 {
    padding-top: 4.5rem;
  }
  .mobile-lg\:padding-right-9 {
    padding-right: 4.5rem;
  }
  .mobile-lg\:padding-bottom-9 {
    padding-bottom: 4.5rem;
  }
  .mobile-lg\:padding-left-9 {
    padding-left: 4.5rem;
  }
  .mobile-lg\:padding-10 {
    padding: 5rem;
  }
  .mobile-lg\:padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .mobile-lg\:padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .mobile-lg\:padding-top-10 {
    padding-top: 5rem;
  }
  .mobile-lg\:padding-right-10 {
    padding-right: 5rem;
  }
  .mobile-lg\:padding-bottom-10 {
    padding-bottom: 5rem;
  }
  .mobile-lg\:padding-left-10 {
    padding-left: 5rem;
  }
  .mobile-lg\:padding-15 {
    padding: 7.5rem;
  }
  .mobile-lg\:padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .mobile-lg\:padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .mobile-lg\:padding-top-15 {
    padding-top: 7.5rem;
  }
  .mobile-lg\:padding-right-15 {
    padding-right: 7.5rem;
  }
  .mobile-lg\:padding-bottom-15 {
    padding-bottom: 7.5rem;
  }
  .mobile-lg\:padding-left-15 {
    padding-left: 7.5rem;
  }
  .mobile-lg\:padding-0 {
    padding: 0;
  }
  .mobile-lg\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .mobile-lg\:padding-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile-lg\:padding-top-0 {
    padding-top: 0;
  }
  .mobile-lg\:padding-right-0 {
    padding-right: 0;
  }
  .mobile-lg\:padding-bottom-0 {
    padding-bottom: 0;
  }
  .mobile-lg\:padding-left-0 {
    padding-left: 0;
  }
  .mobile-lg\:width-1px {
    width: 1px;
  }
  .mobile-lg\:width-2px {
    width: 2px;
  }
  .mobile-lg\:width-05 {
    width: 0.25rem;
  }
  .mobile-lg\:width-1 {
    width: 0.5rem;
  }
  .mobile-lg\:width-105 {
    width: 0.75rem;
  }
  .mobile-lg\:width-2 {
    width: 1rem;
  }
  .mobile-lg\:width-205 {
    width: 1.25rem;
  }
  .mobile-lg\:width-3 {
    width: 1.5rem;
  }
  .mobile-lg\:width-4 {
    width: 2rem;
  }
  .mobile-lg\:width-5 {
    width: 2.5rem;
  }
  .mobile-lg\:width-6 {
    width: 3rem;
  }
  .mobile-lg\:width-7 {
    width: 3.5rem;
  }
  .mobile-lg\:width-8 {
    width: 4rem;
  }
  .mobile-lg\:width-9 {
    width: 4.5rem;
  }
  .mobile-lg\:width-10 {
    width: 5rem;
  }
  .mobile-lg\:width-15 {
    width: 7.5rem;
  }
  .mobile-lg\:width-card {
    width: 10rem;
  }
  .mobile-lg\:width-card-lg {
    width: 15rem;
  }
  .mobile-lg\:width-mobile {
    width: 20rem;
  }
  .mobile-lg\:width-mobile-lg {
    width: 30rem;
  }
  .mobile-lg\:width-tablet {
    width: 40rem;
  }
  .mobile-lg\:width-tablet-lg {
    width: 55rem;
  }
  .mobile-lg\:width-desktop {
    width: 64rem;
  }
  .mobile-lg\:width-desktop-lg {
    width: 75rem;
  }
  .mobile-lg\:width-widescreen {
    width: 87.5rem;
  }
  .mobile-lg\:width-0 {
    width: 0;
  }
  .mobile-lg\:width-full {
    width: 100%;
  }
  .mobile-lg\:width-auto {
    width: auto;
  }
}
@media all and (min-width: 40em) {
  .tablet\:border-1px {
    border: 1px solid;
  }
  .tablet\:hover\:border-1px:hover {
    border: 1px solid;
  }
  .tablet\:border-y-1px {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .tablet\:hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .tablet\:border-x-1px {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .tablet\:hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .tablet\:border-top-1px {
    border-top: 1px solid;
  }
  .tablet\:hover\:border-top-1px:hover {
    border-top: 1px solid;
  }
  .tablet\:border-right-1px {
    border-right: 1px solid;
  }
  .tablet\:hover\:border-right-1px:hover {
    border-right: 1px solid;
  }
  .tablet\:border-bottom-1px {
    border-bottom: 1px solid;
  }
  .tablet\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
  }
  .tablet\:border-left-1px {
    border-left: 1px solid;
  }
  .tablet\:hover\:border-left-1px:hover {
    border-left: 1px solid;
  }
  .tablet\:border-2px {
    border: 2px solid;
  }
  .tablet\:hover\:border-2px:hover {
    border: 2px solid;
  }
  .tablet\:border-y-2px {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .tablet\:hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .tablet\:border-x-2px {
    border-left: 2px solid;
    border-right: 2px solid;
  }
  .tablet\:hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
  }
  .tablet\:border-top-2px {
    border-top: 2px solid;
  }
  .tablet\:hover\:border-top-2px:hover {
    border-top: 2px solid;
  }
  .tablet\:border-right-2px {
    border-right: 2px solid;
  }
  .tablet\:hover\:border-right-2px:hover {
    border-right: 2px solid;
  }
  .tablet\:border-bottom-2px {
    border-bottom: 2px solid;
  }
  .tablet\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
  }
  .tablet\:border-left-2px {
    border-left: 2px solid;
  }
  .tablet\:hover\:border-left-2px:hover {
    border-left: 2px solid;
  }
  .tablet\:border-05 {
    border: 0.25rem solid;
  }
  .tablet\:hover\:border-05:hover {
    border: 0.25rem solid;
  }
  .tablet\:border-y-05 {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }
  .tablet\:hover\:border-y-05:hover {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }
  .tablet\:border-x-05 {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }
  .tablet\:hover\:border-x-05:hover {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }
  .tablet\:border-top-05 {
    border-top: 0.25rem solid;
  }
  .tablet\:hover\:border-top-05:hover {
    border-top: 0.25rem solid;
  }
  .tablet\:border-right-05 {
    border-right: 0.25rem solid;
  }
  .tablet\:hover\:border-right-05:hover {
    border-right: 0.25rem solid;
  }
  .tablet\:border-bottom-05 {
    border-bottom: 0.25rem solid;
  }
  .tablet\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid;
  }
  .tablet\:border-left-05 {
    border-left: 0.25rem solid;
  }
  .tablet\:hover\:border-left-05:hover {
    border-left: 0.25rem solid;
  }
  .tablet\:border-1 {
    border: 0.5rem solid;
  }
  .tablet\:hover\:border-1:hover {
    border: 0.5rem solid;
  }
  .tablet\:border-y-1 {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }
  .tablet\:hover\:border-y-1:hover {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }
  .tablet\:border-x-1 {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }
  .tablet\:hover\:border-x-1:hover {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }
  .tablet\:border-top-1 {
    border-top: 0.5rem solid;
  }
  .tablet\:hover\:border-top-1:hover {
    border-top: 0.5rem solid;
  }
  .tablet\:border-right-1 {
    border-right: 0.5rem solid;
  }
  .tablet\:hover\:border-right-1:hover {
    border-right: 0.5rem solid;
  }
  .tablet\:border-bottom-1 {
    border-bottom: 0.5rem solid;
  }
  .tablet\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid;
  }
  .tablet\:border-left-1 {
    border-left: 0.5rem solid;
  }
  .tablet\:hover\:border-left-1:hover {
    border-left: 0.5rem solid;
  }
  .tablet\:border-105 {
    border: 0.75rem solid;
  }
  .tablet\:hover\:border-105:hover {
    border: 0.75rem solid;
  }
  .tablet\:border-y-105 {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }
  .tablet\:hover\:border-y-105:hover {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }
  .tablet\:border-x-105 {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }
  .tablet\:hover\:border-x-105:hover {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }
  .tablet\:border-top-105 {
    border-top: 0.75rem solid;
  }
  .tablet\:hover\:border-top-105:hover {
    border-top: 0.75rem solid;
  }
  .tablet\:border-right-105 {
    border-right: 0.75rem solid;
  }
  .tablet\:hover\:border-right-105:hover {
    border-right: 0.75rem solid;
  }
  .tablet\:border-bottom-105 {
    border-bottom: 0.75rem solid;
  }
  .tablet\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid;
  }
  .tablet\:border-left-105 {
    border-left: 0.75rem solid;
  }
  .tablet\:hover\:border-left-105:hover {
    border-left: 0.75rem solid;
  }
  .tablet\:border-2 {
    border: 1rem solid;
  }
  .tablet\:hover\:border-2:hover {
    border: 1rem solid;
  }
  .tablet\:border-y-2 {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }
  .tablet\:hover\:border-y-2:hover {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }
  .tablet\:border-x-2 {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }
  .tablet\:hover\:border-x-2:hover {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }
  .tablet\:border-top-2 {
    border-top: 1rem solid;
  }
  .tablet\:hover\:border-top-2:hover {
    border-top: 1rem solid;
  }
  .tablet\:border-right-2 {
    border-right: 1rem solid;
  }
  .tablet\:hover\:border-right-2:hover {
    border-right: 1rem solid;
  }
  .tablet\:border-bottom-2 {
    border-bottom: 1rem solid;
  }
  .tablet\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid;
  }
  .tablet\:border-left-2 {
    border-left: 1rem solid;
  }
  .tablet\:hover\:border-left-2:hover {
    border-left: 1rem solid;
  }
  .tablet\:border-205 {
    border: 1.25rem solid;
  }
  .tablet\:hover\:border-205:hover {
    border: 1.25rem solid;
  }
  .tablet\:border-y-205 {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }
  .tablet\:hover\:border-y-205:hover {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }
  .tablet\:border-x-205 {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }
  .tablet\:hover\:border-x-205:hover {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }
  .tablet\:border-top-205 {
    border-top: 1.25rem solid;
  }
  .tablet\:hover\:border-top-205:hover {
    border-top: 1.25rem solid;
  }
  .tablet\:border-right-205 {
    border-right: 1.25rem solid;
  }
  .tablet\:hover\:border-right-205:hover {
    border-right: 1.25rem solid;
  }
  .tablet\:border-bottom-205 {
    border-bottom: 1.25rem solid;
  }
  .tablet\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid;
  }
  .tablet\:border-left-205 {
    border-left: 1.25rem solid;
  }
  .tablet\:hover\:border-left-205:hover {
    border-left: 1.25rem solid;
  }
  .tablet\:border-3 {
    border: 1.5rem solid;
  }
  .tablet\:hover\:border-3:hover {
    border: 1.5rem solid;
  }
  .tablet\:border-y-3 {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }
  .tablet\:hover\:border-y-3:hover {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }
  .tablet\:border-x-3 {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }
  .tablet\:hover\:border-x-3:hover {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }
  .tablet\:border-top-3 {
    border-top: 1.5rem solid;
  }
  .tablet\:hover\:border-top-3:hover {
    border-top: 1.5rem solid;
  }
  .tablet\:border-right-3 {
    border-right: 1.5rem solid;
  }
  .tablet\:hover\:border-right-3:hover {
    border-right: 1.5rem solid;
  }
  .tablet\:border-bottom-3 {
    border-bottom: 1.5rem solid;
  }
  .tablet\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid;
  }
  .tablet\:border-left-3 {
    border-left: 1.5rem solid;
  }
  .tablet\:hover\:border-left-3:hover {
    border-left: 1.5rem solid;
  }
  .tablet\:border-0 {
    border: 0 solid;
  }
  .tablet\:hover\:border-0:hover {
    border: 0 solid;
  }
  .tablet\:border-y-0 {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
  .tablet\:hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
  .tablet\:border-x-0 {
    border-left: 0 solid;
    border-right: 0 solid;
  }
  .tablet\:hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
  }
  .tablet\:border-top-0 {
    border-top: 0 solid;
  }
  .tablet\:hover\:border-top-0:hover {
    border-top: 0 solid;
  }
  .tablet\:border-right-0 {
    border-right: 0 solid;
  }
  .tablet\:hover\:border-right-0:hover {
    border-right: 0 solid;
  }
  .tablet\:border-bottom-0 {
    border-bottom: 0 solid;
  }
  .tablet\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
  }
  .tablet\:border-left-0 {
    border-left: 0 solid;
  }
  .tablet\:hover\:border-left-0:hover {
    border-left: 0 solid;
  }
  .tablet\:border {
    border: 1px solid;
  }
  .tablet\:hover\:border:hover {
    border: 1px solid;
  }
  .tablet\:border-y {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .tablet\:hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .tablet\:border-x {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .tablet\:hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .tablet\:border-top {
    border-top: 1px solid;
  }
  .tablet\:hover\:border-top:hover {
    border-top: 1px solid;
  }
  .tablet\:border-right {
    border-right: 1px solid;
  }
  .tablet\:hover\:border-right:hover {
    border-right: 1px solid;
  }
  .tablet\:border-bottom {
    border-bottom: 1px solid;
  }
  .tablet\:hover\:border-bottom:hover {
    border-bottom: 1px solid;
  }
  .tablet\:border-left {
    border-left: 1px solid;
  }
  .tablet\:hover\:border-left:hover {
    border-left: 1px solid;
  }
  .tablet\:border-transparent {
    border-color: transparent;
  }
  .tablet\:hover\:border-transparent:hover {
    border-color: transparent;
  }
  .tablet\:border-black {
    border-color: black;
  }
  .tablet\:hover\:border-black:hover {
    border-color: black;
  }
  .tablet\:border-white {
    border-color: white;
  }
  .tablet\:hover\:border-white:hover {
    border-color: white;
  }
  .tablet\:border-red {
    border-color: #e52207;
  }
  .tablet\:hover\:border-red:hover {
    border-color: #e52207;
  }
  .tablet\:border-orange {
    border-color: #e66f0e;
  }
  .tablet\:hover\:border-orange:hover {
    border-color: #e66f0e;
  }
  .tablet\:border-gold {
    border-color: #ffbe2e;
  }
  .tablet\:hover\:border-gold:hover {
    border-color: #ffbe2e;
  }
  .tablet\:border-yellow {
    border-color: #fee685;
  }
  .tablet\:hover\:border-yellow:hover {
    border-color: #fee685;
  }
  .tablet\:border-green {
    border-color: #538200;
  }
  .tablet\:hover\:border-green:hover {
    border-color: #538200;
  }
  .tablet\:border-mint {
    border-color: #04c585;
  }
  .tablet\:hover\:border-mint:hover {
    border-color: #04c585;
  }
  .tablet\:border-cyan {
    border-color: #009ec1;
  }
  .tablet\:hover\:border-cyan:hover {
    border-color: #009ec1;
  }
  .tablet\:border-blue {
    border-color: #0076d6;
  }
  .tablet\:hover\:border-blue:hover {
    border-color: #0076d6;
  }
  .tablet\:border-indigo {
    border-color: #676cc8;
  }
  .tablet\:hover\:border-indigo:hover {
    border-color: #676cc8;
  }
  .tablet\:border-violet {
    border-color: #8168b3;
  }
  .tablet\:hover\:border-violet:hover {
    border-color: #8168b3;
  }
  .tablet\:border-magenta {
    border-color: #d72d79;
  }
  .tablet\:hover\:border-magenta:hover {
    border-color: #d72d79;
  }
  .tablet\:border-gray-5 {
    border-color: #f0f0f0;
  }
  .tablet\:hover\:border-gray-5:hover {
    border-color: #f0f0f0;
  }
  .tablet\:border-gray-10 {
    border-color: #e6e6e6;
  }
  .tablet\:hover\:border-gray-10:hover {
    border-color: #e6e6e6;
  }
  .tablet\:border-gray-30 {
    border-color: #adadad;
  }
  .tablet\:hover\:border-gray-30:hover {
    border-color: #adadad;
  }
  .tablet\:border-gray-50 {
    border-color: #757575;
  }
  .tablet\:hover\:border-gray-50:hover {
    border-color: #757575;
  }
  .tablet\:border-gray-70 {
    border-color: #454545;
  }
  .tablet\:hover\:border-gray-70:hover {
    border-color: #454545;
  }
  .tablet\:border-gray-90 {
    border-color: #1b1b1b;
  }
  .tablet\:hover\:border-gray-90:hover {
    border-color: #1b1b1b;
  }
  .tablet\:border-base-lightest {
    border-color: #f0f0f0;
  }
  .tablet\:hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
  }
  .tablet\:border-base-lighter {
    border-color: #dfe1e2;
  }
  .tablet\:hover\:border-base-lighter:hover {
    border-color: #dfe1e2;
  }
  .tablet\:border-base-light {
    border-color: #a9aeb1;
  }
  .tablet\:hover\:border-base-light:hover {
    border-color: #a9aeb1;
  }
  .tablet\:border-base {
    border-color: #71767a;
  }
  .tablet\:hover\:border-base:hover {
    border-color: #71767a;
  }
  .tablet\:border-base-dark {
    border-color: #565c65;
  }
  .tablet\:hover\:border-base-dark:hover {
    border-color: #565c65;
  }
  .tablet\:border-base-darker {
    border-color: #3d4551;
  }
  .tablet\:hover\:border-base-darker:hover {
    border-color: #3d4551;
  }
  .tablet\:border-base-darkest {
    border-color: #1b1b1b;
  }
  .tablet\:hover\:border-base-darkest:hover {
    border-color: #1b1b1b;
  }
  .tablet\:border-ink {
    border-color: #1b1b1b;
  }
  .tablet\:hover\:border-ink:hover {
    border-color: #1b1b1b;
  }
  .tablet\:border-primary-lighter {
    border-color: #d9e8f6;
  }
  .tablet\:hover\:border-primary-lighter:hover {
    border-color: #d9e8f6;
  }
  .tablet\:border-primary-light {
    border-color: #73b3e7;
  }
  .tablet\:hover\:border-primary-light:hover {
    border-color: #73b3e7;
  }
  .tablet\:border-primary {
    border-color: #2378c3;
  }
  .tablet\:hover\:border-primary:hover {
    border-color: #2378c3;
  }
  .tablet\:border-primary-vivid {
    border-color: #0050d8;
  }
  .tablet\:hover\:border-primary-vivid:hover {
    border-color: #0050d8;
  }
  .tablet\:border-primary-dark {
    border-color: #1a4480;
  }
  .tablet\:hover\:border-primary-dark:hover {
    border-color: #1a4480;
  }
  .tablet\:border-primary-darker {
    border-color: #162e51;
  }
  .tablet\:hover\:border-primary-darker:hover {
    border-color: #162e51;
  }
  .tablet\:border-secondary-lighter {
    border-color: #f3e1e4;
  }
  .tablet\:hover\:border-secondary-lighter:hover {
    border-color: #f3e1e4;
  }
  .tablet\:border-secondary-light {
    border-color: #f2938c;
  }
  .tablet\:hover\:border-secondary-light:hover {
    border-color: #f2938c;
  }
  .tablet\:border-secondary {
    border-color: #d83933;
  }
  .tablet\:hover\:border-secondary:hover {
    border-color: #d83933;
  }
  .tablet\:border-secondary-vivid {
    border-color: #e41d3d;
  }
  .tablet\:hover\:border-secondary-vivid:hover {
    border-color: #e41d3d;
  }
  .tablet\:border-secondary-dark {
    border-color: #b50909;
  }
  .tablet\:hover\:border-secondary-dark:hover {
    border-color: #b50909;
  }
  .tablet\:border-secondary-darker {
    border-color: #8b0a03;
  }
  .tablet\:hover\:border-secondary-darker:hover {
    border-color: #8b0a03;
  }
  .tablet\:border-accent-warm-darker {
    border-color: #775540;
  }
  .tablet\:hover\:border-accent-warm-darker:hover {
    border-color: #775540;
  }
  .tablet\:border-accent-warm-dark {
    border-color: #c05600;
  }
  .tablet\:hover\:border-accent-warm-dark:hover {
    border-color: #c05600;
  }
  .tablet\:border-accent-warm {
    border-color: #fa9441;
  }
  .tablet\:hover\:border-accent-warm:hover {
    border-color: #fa9441;
  }
  .tablet\:border-accent-warm-light {
    border-color: #ffbc78;
  }
  .tablet\:hover\:border-accent-warm-light:hover {
    border-color: #ffbc78;
  }
  .tablet\:border-accent-warm-lighter {
    border-color: #f2e4d4;
  }
  .tablet\:hover\:border-accent-warm-lighter:hover {
    border-color: #f2e4d4;
  }
  .tablet\:border-accent-cool-darker {
    border-color: #07648d;
  }
  .tablet\:hover\:border-accent-cool-darker:hover {
    border-color: #07648d;
  }
  .tablet\:border-accent-cool-dark {
    border-color: #4d8055;
  }
  .tablet\:hover\:border-accent-cool-dark:hover {
    border-color: #4d8055;
  }
  .tablet\:border-accent-cool {
    border-color: #5e9f69;
  }
  .tablet\:hover\:border-accent-cool:hover {
    border-color: #5e9f69;
  }
  .tablet\:border-accent-cool-light {
    border-color: #97d4ea;
  }
  .tablet\:hover\:border-accent-cool-light:hover {
    border-color: #97d4ea;
  }
  .tablet\:border-accent-cool-lighter {
    border-color: #e1f3f8;
  }
  .tablet\:hover\:border-accent-cool-lighter:hover {
    border-color: #e1f3f8;
  }
  .tablet\:border-error-lighter {
    border-color: #f4e3db;
  }
  .tablet\:hover\:border-error-lighter:hover {
    border-color: #f4e3db;
  }
  .tablet\:border-error-light {
    border-color: #f39268;
  }
  .tablet\:hover\:border-error-light:hover {
    border-color: #f39268;
  }
  .tablet\:border-error {
    border-color: #d54309;
  }
  .tablet\:hover\:border-error:hover {
    border-color: #d54309;
  }
  .tablet\:border-error-dark {
    border-color: #d83933;
  }
  .tablet\:hover\:border-error-dark:hover {
    border-color: #d83933;
  }
  .tablet\:border-error-darker {
    border-color: #6f3331;
  }
  .tablet\:hover\:border-error-darker:hover {
    border-color: #6f3331;
  }
  .tablet\:border-warning-lighter {
    border-color: #faf3d1;
  }
  .tablet\:hover\:border-warning-lighter:hover {
    border-color: #faf3d1;
  }
  .tablet\:border-warning-light {
    border-color: #fee685;
  }
  .tablet\:hover\:border-warning-light:hover {
    border-color: #fee685;
  }
  .tablet\:border-warning {
    border-color: #ffbe2e;
  }
  .tablet\:hover\:border-warning:hover {
    border-color: #ffbe2e;
  }
  .tablet\:border-warning-dark {
    border-color: #e5a000;
  }
  .tablet\:hover\:border-warning-dark:hover {
    border-color: #e5a000;
  }
  .tablet\:border-warning-darker {
    border-color: #936f38;
  }
  .tablet\:hover\:border-warning-darker:hover {
    border-color: #936f38;
  }
  .tablet\:border-success-lighter {
    border-color: #ecf3ec;
  }
  .tablet\:hover\:border-success-lighter:hover {
    border-color: #ecf3ec;
  }
  .tablet\:border-success-light {
    border-color: #70e17b;
  }
  .tablet\:hover\:border-success-light:hover {
    border-color: #70e17b;
  }
  .tablet\:border-success {
    border-color: #00a91c;
  }
  .tablet\:hover\:border-success:hover {
    border-color: #00a91c;
  }
  .tablet\:border-success-dark {
    border-color: #008817;
  }
  .tablet\:hover\:border-success-dark:hover {
    border-color: #008817;
  }
  .tablet\:border-success-darker {
    border-color: #216e1f;
  }
  .tablet\:hover\:border-success-darker:hover {
    border-color: #216e1f;
  }
  .tablet\:border-info-lighter {
    border-color: #e7f6f8;
  }
  .tablet\:hover\:border-info-lighter:hover {
    border-color: #e7f6f8;
  }
  .tablet\:border-info-light {
    border-color: #99deea;
  }
  .tablet\:hover\:border-info-light:hover {
    border-color: #99deea;
  }
  .tablet\:border-info {
    border-color: #00bde3;
  }
  .tablet\:hover\:border-info:hover {
    border-color: #00bde3;
  }
  .tablet\:border-info-dark {
    border-color: #009ec1;
  }
  .tablet\:hover\:border-info-dark:hover {
    border-color: #009ec1;
  }
  .tablet\:border-info-darker {
    border-color: #2e6276;
  }
  .tablet\:hover\:border-info-darker:hover {
    border-color: #2e6276;
  }
  .tablet\:border-disabled-lighter {
    border-color: #c9c9c9;
  }
  .tablet\:hover\:border-disabled-lighter:hover {
    border-color: #c9c9c9;
  }
  .tablet\:border-disabled-light {
    border-color: #919191;
  }
  .tablet\:hover\:border-disabled-light:hover {
    border-color: #919191;
  }
  .tablet\:border-disabled {
    border-color: #757575;
  }
  .tablet\:hover\:border-disabled:hover {
    border-color: #757575;
  }
  .tablet\:border-disabled-dark {
    border-color: #454545;
  }
  .tablet\:hover\:border-disabled-dark:hover {
    border-color: #454545;
  }
  .tablet\:border-disabled-darker {
    border-color: #1b1b1b;
  }
  .tablet\:hover\:border-disabled-darker:hover {
    border-color: #1b1b1b;
  }
  .tablet\:border-emergency {
    border-color: #9c3d10;
  }
  .tablet\:hover\:border-emergency:hover {
    border-color: #9c3d10;
  }
  .tablet\:border-emergency-dark {
    border-color: #332d29;
  }
  .tablet\:hover\:border-emergency-dark:hover {
    border-color: #332d29;
  }
  .tablet\:radius-0 {
    border-radius: 0;
  }
  .tablet\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .tablet\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tablet\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tablet\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .tablet\:radius-sm {
    border-radius: 2px;
  }
  .tablet\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .tablet\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .tablet\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .tablet\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .tablet\:radius-md {
    border-radius: 0.25rem;
  }
  .tablet\:radius-top-md {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .tablet\:radius-right-md {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .tablet\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .tablet\:radius-left-md {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .tablet\:radius-lg {
    border-radius: 0.5rem;
  }
  .tablet\:radius-top-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .tablet\:radius-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .tablet\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .tablet\:radius-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .tablet\:radius-pill {
    border-radius: 99rem;
  }
  .tablet\:radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem;
  }
  .tablet\:radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
  .tablet\:radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
  .tablet\:radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem;
  }
  .tablet\:display-block {
    display: block;
  }
  .tablet\:display-flex {
    display: flex;
  }
  .tablet\:display-none {
    display: none;
  }
  .tablet\:display-inline {
    display: inline;
  }
  .tablet\:display-inline-block {
    display: inline-block;
  }
  .tablet\:display-inline-flex {
    display: inline-flex;
  }
  .tablet\:display-table {
    display: table;
  }
  .tablet\:display-table-cell {
    display: table-cell;
  }
  .tablet\:display-table-row {
    display: table-row;
  }
  .tablet\:font-mono-3xs {
    font-size: 0.77rem;
  }
  .tablet\:font-mono-2xs {
    font-size: 0.83rem;
  }
  .tablet\:font-mono-xs {
    font-size: 0.89rem;
  }
  .tablet\:font-mono-sm {
    font-size: 0.95rem;
  }
  .tablet\:font-mono-md {
    font-size: 1.01rem;
  }
  .tablet\:font-mono-lg {
    font-size: 1.31rem;
  }
  .tablet\:font-mono-xl {
    font-size: 1.91rem;
  }
  .tablet\:font-mono-2xl {
    font-size: 2.38rem;
  }
  .tablet\:font-mono-3xl {
    font-size: 2.86rem;
  }
  .tablet\:font-sans-3xs {
    font-size: 0.82rem;
  }
  .tablet\:font-sans-2xs {
    font-size: 0.89rem;
  }
  .tablet\:font-sans-xs {
    font-size: 0.95rem;
  }
  .tablet\:font-sans-sm {
    font-size: 1.01rem;
  }
  .tablet\:font-sans-md {
    font-size: 1.08rem;
  }
  .tablet\:font-sans-lg {
    font-size: 1.39rem;
  }
  .tablet\:font-sans-xl {
    font-size: 2.03rem;
  }
  .tablet\:font-sans-2xl {
    font-size: 2.54rem;
  }
  .tablet\:font-sans-3xl {
    font-size: 3.04rem;
  }
  .tablet\:font-serif-3xs {
    font-size: 0.79rem;
  }
  .tablet\:font-serif-2xs {
    font-size: 0.85rem;
  }
  .tablet\:font-serif-xs {
    font-size: 0.91rem;
  }
  .tablet\:font-serif-sm {
    font-size: 0.98rem;
  }
  .tablet\:font-serif-md {
    font-size: 1.04rem;
  }
  .tablet\:font-serif-lg {
    font-size: 1.34rem;
  }
  .tablet\:font-serif-xl {
    font-size: 1.95rem;
  }
  .tablet\:font-serif-2xl {
    font-size: 2.44rem;
  }
  .tablet\:font-serif-3xl {
    font-size: 2.93rem;
  }
  .tablet\:font-heading-3xs {
    font-size: 0.82rem;
  }
  .tablet\:font-heading-2xs {
    font-size: 0.89rem;
  }
  .tablet\:font-heading-xs {
    font-size: 0.95rem;
  }
  .tablet\:font-heading-sm {
    font-size: 1.01rem;
  }
  .tablet\:font-heading-md {
    font-size: 1.08rem;
  }
  .tablet\:font-heading-lg {
    font-size: 1.39rem;
  }
  .tablet\:font-heading-xl {
    font-size: 2.03rem;
  }
  .tablet\:font-heading-2xl {
    font-size: 2.54rem;
  }
  .tablet\:font-heading-3xl {
    font-size: 3.04rem;
  }
  .tablet\:font-body-3xs {
    font-size: 0.82rem;
  }
  .tablet\:font-body-2xs {
    font-size: 0.89rem;
  }
  .tablet\:font-body-xs {
    font-size: 0.95rem;
  }
  .tablet\:font-body-sm {
    font-size: 1.01rem;
  }
  .tablet\:font-body-md {
    font-size: 1.08rem;
  }
  .tablet\:font-body-lg {
    font-size: 1.39rem;
  }
  .tablet\:font-body-xl {
    font-size: 2.03rem;
  }
  .tablet\:font-body-2xl {
    font-size: 2.54rem;
  }
  .tablet\:font-body-3xl {
    font-size: 3.04rem;
  }
  .tablet\:font-code-3xs {
    font-size: 0.77rem;
  }
  .tablet\:font-code-2xs {
    font-size: 0.83rem;
  }
  .tablet\:font-code-xs {
    font-size: 0.89rem;
  }
  .tablet\:font-code-sm {
    font-size: 0.95rem;
  }
  .tablet\:font-code-md {
    font-size: 1.01rem;
  }
  .tablet\:font-code-lg {
    font-size: 1.31rem;
  }
  .tablet\:font-code-xl {
    font-size: 1.91rem;
  }
  .tablet\:font-code-2xl {
    font-size: 2.38rem;
  }
  .tablet\:font-code-3xl {
    font-size: 2.86rem;
  }
  .tablet\:font-alt-3xs {
    font-size: 0.79rem;
  }
  .tablet\:font-alt-2xs {
    font-size: 0.85rem;
  }
  .tablet\:font-alt-xs {
    font-size: 0.91rem;
  }
  .tablet\:font-alt-sm {
    font-size: 0.98rem;
  }
  .tablet\:font-alt-md {
    font-size: 1.04rem;
  }
  .tablet\:font-alt-lg {
    font-size: 1.34rem;
  }
  .tablet\:font-alt-xl {
    font-size: 1.95rem;
  }
  .tablet\:font-alt-2xl {
    font-size: 2.44rem;
  }
  .tablet\:font-alt-3xl {
    font-size: 2.93rem;
  }
  .tablet\:font-ui-3xs {
    font-size: 0.82rem;
  }
  .tablet\:font-ui-2xs {
    font-size: 0.89rem;
  }
  .tablet\:font-ui-xs {
    font-size: 0.95rem;
  }
  .tablet\:font-ui-sm {
    font-size: 1.01rem;
  }
  .tablet\:font-ui-md {
    font-size: 1.08rem;
  }
  .tablet\:font-ui-lg {
    font-size: 1.39rem;
  }
  .tablet\:font-ui-xl {
    font-size: 2.03rem;
  }
  .tablet\:font-ui-2xl {
    font-size: 2.54rem;
  }
  .tablet\:font-ui-3xl {
    font-size: 3.04rem;
  }
  .tablet\:text-light {
    font-weight: 300;
  }
  .tablet\:text-normal {
    font-weight: normal;
  }
  .tablet\:text-bold {
    font-weight: 700;
  }
  .tablet\:flex-justify-center {
    justify-content: center;
  }
  .tablet\:flex-justify-start {
    justify-content: flex-start;
  }
  .tablet\:flex-justify-end {
    justify-content: flex-end;
  }
  .tablet\:flex-justify {
    justify-content: space-between;
  }
  .tablet\:line-height-sans-1 {
    line-height: 1;
  }
  .tablet\:line-height-sans-2 {
    line-height: 1.2;
  }
  .tablet\:line-height-sans-3 {
    line-height: 1.3;
  }
  .tablet\:line-height-sans-4 {
    line-height: 1.5;
  }
  .tablet\:line-height-sans-5 {
    line-height: 1.6;
  }
  .tablet\:line-height-sans-6 {
    line-height: 1.7;
  }
  .tablet\:line-height-serif-1 {
    line-height: 1;
  }
  .tablet\:line-height-serif-2 {
    line-height: 1.2;
  }
  .tablet\:line-height-serif-3 {
    line-height: 1.4;
  }
  .tablet\:line-height-serif-4 {
    line-height: 1.5;
  }
  .tablet\:line-height-serif-5 {
    line-height: 1.7;
  }
  .tablet\:line-height-serif-6 {
    line-height: 1.8;
  }
  .tablet\:line-height-mono-1 {
    line-height: 1;
  }
  .tablet\:line-height-mono-2 {
    line-height: 1.3;
  }
  .tablet\:line-height-mono-3 {
    line-height: 1.4;
  }
  .tablet\:line-height-mono-4 {
    line-height: 1.6;
  }
  .tablet\:line-height-mono-5 {
    line-height: 1.7;
  }
  .tablet\:line-height-mono-6 {
    line-height: 1.8;
  }
  .tablet\:line-height-heading-1 {
    line-height: 1;
  }
  .tablet\:line-height-heading-2 {
    line-height: 1.2;
  }
  .tablet\:line-height-heading-3 {
    line-height: 1.3;
  }
  .tablet\:line-height-heading-4 {
    line-height: 1.5;
  }
  .tablet\:line-height-heading-5 {
    line-height: 1.6;
  }
  .tablet\:line-height-heading-6 {
    line-height: 1.7;
  }
  .tablet\:line-height-ui-1 {
    line-height: 1;
  }
  .tablet\:line-height-ui-2 {
    line-height: 1.2;
  }
  .tablet\:line-height-ui-3 {
    line-height: 1.3;
  }
  .tablet\:line-height-ui-4 {
    line-height: 1.5;
  }
  .tablet\:line-height-ui-5 {
    line-height: 1.6;
  }
  .tablet\:line-height-ui-6 {
    line-height: 1.7;
  }
  .tablet\:line-height-body-1 {
    line-height: 1;
  }
  .tablet\:line-height-body-2 {
    line-height: 1.2;
  }
  .tablet\:line-height-body-3 {
    line-height: 1.3;
  }
  .tablet\:line-height-body-4 {
    line-height: 1.5;
  }
  .tablet\:line-height-body-5 {
    line-height: 1.6;
  }
  .tablet\:line-height-body-6 {
    line-height: 1.7;
  }
  .tablet\:line-height-code-1 {
    line-height: 1;
  }
  .tablet\:line-height-code-2 {
    line-height: 1.3;
  }
  .tablet\:line-height-code-3 {
    line-height: 1.4;
  }
  .tablet\:line-height-code-4 {
    line-height: 1.6;
  }
  .tablet\:line-height-code-5 {
    line-height: 1.7;
  }
  .tablet\:line-height-code-6 {
    line-height: 1.8;
  }
  .tablet\:line-height-alt-1 {
    line-height: 1;
  }
  .tablet\:line-height-alt-2 {
    line-height: 1.2;
  }
  .tablet\:line-height-alt-3 {
    line-height: 1.4;
  }
  .tablet\:line-height-alt-4 {
    line-height: 1.5;
  }
  .tablet\:line-height-alt-5 {
    line-height: 1.7;
  }
  .tablet\:line-height-alt-6 {
    line-height: 1.8;
  }
  .tablet\:margin-neg-1px {
    margin: -1px;
  }
  .tablet\:margin-neg-2px {
    margin: -2px;
  }
  .tablet\:margin-neg-05 {
    margin: -0.25rem;
  }
  .tablet\:margin-neg-1 {
    margin: -0.5rem;
  }
  .tablet\:margin-neg-105 {
    margin: -0.75rem;
  }
  .tablet\:margin-neg-2 {
    margin: -1rem;
  }
  .tablet\:margin-neg-205 {
    margin: -1.25rem;
  }
  .tablet\:margin-neg-3 {
    margin: -1.5rem;
  }
  .tablet\:margin-1px {
    margin: 1px;
  }
  .tablet\:margin-2px {
    margin: 2px;
  }
  .tablet\:margin-05 {
    margin: 0.25rem;
  }
  .tablet\:margin-1 {
    margin: 0.5rem;
  }
  .tablet\:margin-105 {
    margin: 0.75rem;
  }
  .tablet\:margin-2 {
    margin: 1rem;
  }
  .tablet\:margin-205 {
    margin: 1.25rem;
  }
  .tablet\:margin-3 {
    margin: 1.5rem;
  }
  .tablet\:margin-neg-4 {
    margin: -2rem;
  }
  .tablet\:margin-neg-5 {
    margin: -2.5rem;
  }
  .tablet\:margin-neg-6 {
    margin: -3rem;
  }
  .tablet\:margin-neg-7 {
    margin: -3.5rem;
  }
  .tablet\:margin-neg-8 {
    margin: -4rem;
  }
  .tablet\:margin-neg-9 {
    margin: -4.5rem;
  }
  .tablet\:margin-neg-10 {
    margin: -5rem;
  }
  .tablet\:margin-neg-15 {
    margin: -7.5rem;
  }
  .tablet\:margin-4 {
    margin: 2rem;
  }
  .tablet\:margin-5 {
    margin: 2.5rem;
  }
  .tablet\:margin-6 {
    margin: 3rem;
  }
  .tablet\:margin-7 {
    margin: 3.5rem;
  }
  .tablet\:margin-8 {
    margin: 4rem;
  }
  .tablet\:margin-9 {
    margin: 4.5rem;
  }
  .tablet\:margin-10 {
    margin: 5rem;
  }
  .tablet\:margin-15 {
    margin: 7.5rem;
  }
  .tablet\:margin-05em {
    margin: 0.5em;
  }
  .tablet\:margin-1em {
    margin: 1em;
  }
  .tablet\:margin-105em {
    margin: 1.5em;
  }
  .tablet\:margin-2em {
    margin: 2em;
  }
  .tablet\:margin-0 {
    margin: 0;
  }
  .tablet\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .tablet\:margin-top-1px {
    margin-top: 1px;
  }
  .tablet\:margin-bottom-1px {
    margin-bottom: 1px;
  }
  .tablet\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .tablet\:margin-top-2px {
    margin-top: 2px;
  }
  .tablet\:margin-bottom-2px {
    margin-bottom: 2px;
  }
  .tablet\:margin-y-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .tablet\:margin-top-05 {
    margin-top: 0.25rem;
  }
  .tablet\:margin-bottom-05 {
    margin-bottom: 0.25rem;
  }
  .tablet\:margin-y-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .tablet\:margin-top-1 {
    margin-top: 0.5rem;
  }
  .tablet\:margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .tablet\:margin-y-105 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .tablet\:margin-top-105 {
    margin-top: 0.75rem;
  }
  .tablet\:margin-bottom-105 {
    margin-bottom: 0.75rem;
  }
  .tablet\:margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .tablet\:margin-top-2 {
    margin-top: 1rem;
  }
  .tablet\:margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .tablet\:margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .tablet\:margin-top-205 {
    margin-top: 1.25rem;
  }
  .tablet\:margin-bottom-205 {
    margin-bottom: 1.25rem;
  }
  .tablet\:margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .tablet\:margin-top-3 {
    margin-top: 1.5rem;
  }
  .tablet\:margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .tablet\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .tablet\:margin-top-neg-1px {
    margin-top: -1px;
  }
  .tablet\:margin-bottom-neg-1px {
    margin-bottom: -1px;
  }
  .tablet\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .tablet\:margin-top-neg-2px {
    margin-top: -2px;
  }
  .tablet\:margin-bottom-neg-2px {
    margin-bottom: -2px;
  }
  .tablet\:margin-y-neg-05 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .tablet\:margin-top-neg-05 {
    margin-top: -0.25rem;
  }
  .tablet\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem;
  }
  .tablet\:margin-y-neg-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .tablet\:margin-top-neg-1 {
    margin-top: -0.5rem;
  }
  .tablet\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem;
  }
  .tablet\:margin-y-neg-105 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .tablet\:margin-top-neg-105 {
    margin-top: -0.75rem;
  }
  .tablet\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem;
  }
  .tablet\:margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .tablet\:margin-top-neg-2 {
    margin-top: -1rem;
  }
  .tablet\:margin-bottom-neg-2 {
    margin-bottom: -1rem;
  }
  .tablet\:margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .tablet\:margin-top-neg-205 {
    margin-top: -1.25rem;
  }
  .tablet\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem;
  }
  .tablet\:margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .tablet\:margin-top-neg-3 {
    margin-top: -1.5rem;
  }
  .tablet\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem;
  }
  .tablet\:margin-y-neg-4 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .tablet\:margin-top-neg-4 {
    margin-top: -2rem;
  }
  .tablet\:margin-bottom-neg-4 {
    margin-bottom: -2rem;
  }
  .tablet\:margin-y-neg-5 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .tablet\:margin-top-neg-5 {
    margin-top: -2.5rem;
  }
  .tablet\:margin-bottom-neg-5 {
    margin-bottom: -2.5rem;
  }
  .tablet\:margin-y-neg-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .tablet\:margin-top-neg-6 {
    margin-top: -3rem;
  }
  .tablet\:margin-bottom-neg-6 {
    margin-bottom: -3rem;
  }
  .tablet\:margin-y-neg-7 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
  .tablet\:margin-top-neg-7 {
    margin-top: -3.5rem;
  }
  .tablet\:margin-bottom-neg-7 {
    margin-bottom: -3.5rem;
  }
  .tablet\:margin-y-neg-8 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .tablet\:margin-top-neg-8 {
    margin-top: -4rem;
  }
  .tablet\:margin-bottom-neg-8 {
    margin-bottom: -4rem;
  }
  .tablet\:margin-y-neg-9 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }
  .tablet\:margin-top-neg-9 {
    margin-top: -4.5rem;
  }
  .tablet\:margin-bottom-neg-9 {
    margin-bottom: -4.5rem;
  }
  .tablet\:margin-y-neg-10 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .tablet\:margin-top-neg-10 {
    margin-top: -5rem;
  }
  .tablet\:margin-bottom-neg-10 {
    margin-bottom: -5rem;
  }
  .tablet\:margin-y-neg-15 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }
  .tablet\:margin-top-neg-15 {
    margin-top: -7.5rem;
  }
  .tablet\:margin-bottom-neg-15 {
    margin-bottom: -7.5rem;
  }
  .tablet\:margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .tablet\:margin-top-4 {
    margin-top: 2rem;
  }
  .tablet\:margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .tablet\:margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .tablet\:margin-top-5 {
    margin-top: 2.5rem;
  }
  .tablet\:margin-bottom-5 {
    margin-bottom: 2.5rem;
  }
  .tablet\:margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .tablet\:margin-top-6 {
    margin-top: 3rem;
  }
  .tablet\:margin-bottom-6 {
    margin-bottom: 3rem;
  }
  .tablet\:margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .tablet\:margin-top-7 {
    margin-top: 3.5rem;
  }
  .tablet\:margin-bottom-7 {
    margin-bottom: 3.5rem;
  }
  .tablet\:margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .tablet\:margin-top-8 {
    margin-top: 4rem;
  }
  .tablet\:margin-bottom-8 {
    margin-bottom: 4rem;
  }
  .tablet\:margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .tablet\:margin-top-9 {
    margin-top: 4.5rem;
  }
  .tablet\:margin-bottom-9 {
    margin-bottom: 4.5rem;
  }
  .tablet\:margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .tablet\:margin-top-10 {
    margin-top: 5rem;
  }
  .tablet\:margin-bottom-10 {
    margin-bottom: 5rem;
  }
  .tablet\:margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  .tablet\:margin-top-15 {
    margin-top: 7.5rem;
  }
  .tablet\:margin-bottom-15 {
    margin-bottom: 7.5rem;
  }
  .tablet\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .tablet\:margin-top-05em {
    margin-top: 0.5em;
  }
  .tablet\:margin-bottom-05em {
    margin-bottom: 0.5em;
  }
  .tablet\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .tablet\:margin-top-1em {
    margin-top: 1em;
  }
  .tablet\:margin-bottom-1em {
    margin-bottom: 1em;
  }
  .tablet\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .tablet\:margin-top-105em {
    margin-top: 1.5em;
  }
  .tablet\:margin-bottom-105em {
    margin-bottom: 1.5em;
  }
  .tablet\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .tablet\:margin-top-2em {
    margin-top: 2em;
  }
  .tablet\:margin-bottom-2em {
    margin-bottom: 2em;
  }
  .tablet\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .tablet\:margin-top-0 {
    margin-top: 0;
  }
  .tablet\:margin-bottom-0 {
    margin-bottom: 0;
  }
  .tablet\:margin-y-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .tablet\:margin-top-auto {
    margin-top: auto;
  }
  .tablet\:margin-bottom-auto {
    margin-bottom: auto;
  }
  .tablet\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .tablet\:margin-right-1px {
    margin-right: 1px;
  }
  .tablet\:margin-left-1px {
    margin-left: 1px;
  }
  .tablet\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px;
  }
  .tablet\:margin-right-2px {
    margin-right: 2px;
  }
  .tablet\:margin-left-2px {
    margin-left: 2px;
  }
  .tablet\:margin-x-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .tablet\:margin-right-05 {
    margin-right: 0.25rem;
  }
  .tablet\:margin-left-05 {
    margin-left: 0.25rem;
  }
  .tablet\:margin-x-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .tablet\:margin-right-1 {
    margin-right: 0.5rem;
  }
  .tablet\:margin-left-1 {
    margin-left: 0.5rem;
  }
  .tablet\:margin-x-105 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .tablet\:margin-right-105 {
    margin-right: 0.75rem;
  }
  .tablet\:margin-left-105 {
    margin-left: 0.75rem;
  }
  .tablet\:margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .tablet\:margin-right-2 {
    margin-right: 1rem;
  }
  .tablet\:margin-left-2 {
    margin-left: 1rem;
  }
  .tablet\:margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .tablet\:margin-right-205 {
    margin-right: 1.25rem;
  }
  .tablet\:margin-left-205 {
    margin-left: 1.25rem;
  }
  .tablet\:margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .tablet\:margin-right-3 {
    margin-right: 1.5rem;
  }
  .tablet\:margin-left-3 {
    margin-left: 1.5rem;
  }
  .tablet\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .tablet\:margin-right-neg-1px {
    margin-right: -1px;
  }
  .tablet\:margin-left-neg-1px {
    margin-left: -1px;
  }
  .tablet\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
  }
  .tablet\:margin-right-neg-2px {
    margin-right: -2px;
  }
  .tablet\:margin-left-neg-2px {
    margin-left: -2px;
  }
  .tablet\:margin-x-neg-05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .tablet\:margin-right-neg-05 {
    margin-right: -0.25rem;
  }
  .tablet\:margin-left-neg-05 {
    margin-left: -0.25rem;
  }
  .tablet\:margin-x-neg-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .tablet\:margin-right-neg-1 {
    margin-right: -0.5rem;
  }
  .tablet\:margin-left-neg-1 {
    margin-left: -0.5rem;
  }
  .tablet\:margin-x-neg-105 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .tablet\:margin-right-neg-105 {
    margin-right: -0.75rem;
  }
  .tablet\:margin-left-neg-105 {
    margin-left: -0.75rem;
  }
  .tablet\:margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .tablet\:margin-right-neg-2 {
    margin-right: -1rem;
  }
  .tablet\:margin-left-neg-2 {
    margin-left: -1rem;
  }
  .tablet\:margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .tablet\:margin-right-neg-205 {
    margin-right: -1.25rem;
  }
  .tablet\:margin-left-neg-205 {
    margin-left: -1.25rem;
  }
  .tablet\:margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .tablet\:margin-right-neg-3 {
    margin-right: -1.5rem;
  }
  .tablet\:margin-left-neg-3 {
    margin-left: -1.5rem;
  }
  .tablet\:margin-x-neg-4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .tablet\:margin-right-neg-4 {
    margin-right: -2rem;
  }
  .tablet\:margin-left-neg-4 {
    margin-left: -2rem;
  }
  .tablet\:margin-x-neg-5 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .tablet\:margin-right-neg-5 {
    margin-right: -2.5rem;
  }
  .tablet\:margin-left-neg-5 {
    margin-left: -2.5rem;
  }
  .tablet\:margin-x-neg-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .tablet\:margin-right-neg-6 {
    margin-right: -3rem;
  }
  .tablet\:margin-left-neg-6 {
    margin-left: -3rem;
  }
  .tablet\:margin-x-neg-7 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .tablet\:margin-right-neg-7 {
    margin-right: -3.5rem;
  }
  .tablet\:margin-left-neg-7 {
    margin-left: -3.5rem;
  }
  .tablet\:margin-x-neg-8 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .tablet\:margin-right-neg-8 {
    margin-right: -4rem;
  }
  .tablet\:margin-left-neg-8 {
    margin-left: -4rem;
  }
  .tablet\:margin-x-neg-9 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
  .tablet\:margin-right-neg-9 {
    margin-right: -4.5rem;
  }
  .tablet\:margin-left-neg-9 {
    margin-left: -4.5rem;
  }
  .tablet\:margin-x-neg-10 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .tablet\:margin-right-neg-10 {
    margin-right: -5rem;
  }
  .tablet\:margin-left-neg-10 {
    margin-left: -5rem;
  }
  .tablet\:margin-x-neg-15 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }
  .tablet\:margin-right-neg-15 {
    margin-right: -7.5rem;
  }
  .tablet\:margin-left-neg-15 {
    margin-left: -7.5rem;
  }
  .tablet\:margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .tablet\:margin-right-4 {
    margin-right: 2rem;
  }
  .tablet\:margin-left-4 {
    margin-left: 2rem;
  }
  .tablet\:margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .tablet\:margin-right-5 {
    margin-right: 2.5rem;
  }
  .tablet\:margin-left-5 {
    margin-left: 2.5rem;
  }
  .tablet\:margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .tablet\:margin-right-6 {
    margin-right: 3rem;
  }
  .tablet\:margin-left-6 {
    margin-left: 3rem;
  }
  .tablet\:margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .tablet\:margin-right-7 {
    margin-right: 3.5rem;
  }
  .tablet\:margin-left-7 {
    margin-left: 3.5rem;
  }
  .tablet\:margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .tablet\:margin-right-8 {
    margin-right: 4rem;
  }
  .tablet\:margin-left-8 {
    margin-left: 4rem;
  }
  .tablet\:margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .tablet\:margin-right-9 {
    margin-right: 4.5rem;
  }
  .tablet\:margin-left-9 {
    margin-left: 4.5rem;
  }
  .tablet\:margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .tablet\:margin-right-10 {
    margin-right: 5rem;
  }
  .tablet\:margin-left-10 {
    margin-left: 5rem;
  }
  .tablet\:margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
  .tablet\:margin-right-15 {
    margin-right: 7.5rem;
  }
  .tablet\:margin-left-15 {
    margin-left: 7.5rem;
  }
  .tablet\:margin-x-card {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .tablet\:margin-right-card {
    margin-right: 10rem;
  }
  .tablet\:margin-left-card {
    margin-left: 10rem;
  }
  .tablet\:margin-x-card-lg {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .tablet\:margin-right-card-lg {
    margin-right: 15rem;
  }
  .tablet\:margin-left-card-lg {
    margin-left: 15rem;
  }
  .tablet\:margin-x-mobile {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .tablet\:margin-right-mobile {
    margin-right: 20rem;
  }
  .tablet\:margin-left-mobile {
    margin-left: 20rem;
  }
  .tablet\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .tablet\:margin-right-05em {
    margin-right: 0.5em;
  }
  .tablet\:margin-left-05em {
    margin-left: 0.5em;
  }
  .tablet\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em;
  }
  .tablet\:margin-right-1em {
    margin-right: 1em;
  }
  .tablet\:margin-left-1em {
    margin-left: 1em;
  }
  .tablet\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .tablet\:margin-right-105em {
    margin-right: 1.5em;
  }
  .tablet\:margin-left-105em {
    margin-left: 1.5em;
  }
  .tablet\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em;
  }
  .tablet\:margin-right-2em {
    margin-right: 2em;
  }
  .tablet\:margin-left-2em {
    margin-left: 2em;
  }
  .tablet\:margin-x-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .tablet\:margin-right-0 {
    margin-right: 0;
  }
  .tablet\:margin-left-0 {
    margin-left: 0;
  }
  .tablet\:margin-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .tablet\:margin-right-auto {
    margin-right: auto;
  }
  .tablet\:margin-left-auto {
    margin-left: auto;
  }
  .tablet\:measure-1 {
    max-width: 44ex;
  }
  .tablet\:measure-2 {
    max-width: 60ex;
  }
  .tablet\:measure-3 {
    max-width: 64ex;
  }
  .tablet\:measure-4 {
    max-width: 68ex;
  }
  .tablet\:measure-5 {
    max-width: 72ex;
  }
  .tablet\:measure-6 {
    max-width: 88ex;
  }
  .tablet\:measure-none {
    max-width: none;
  }
  .tablet\:order-first {
    order: -1;
  }
  .tablet\:order-last {
    order: 999;
  }
  .tablet\:order-initial {
    order: initial;
  }
  .tablet\:order-0 {
    order: 0;
  }
  .tablet\:order-1 {
    order: 1;
  }
  .tablet\:order-2 {
    order: 2;
  }
  .tablet\:order-3 {
    order: 3;
  }
  .tablet\:order-4 {
    order: 4;
  }
  .tablet\:order-5 {
    order: 5;
  }
  .tablet\:order-6 {
    order: 6;
  }
  .tablet\:order-7 {
    order: 7;
  }
  .tablet\:order-8 {
    order: 8;
  }
  .tablet\:order-9 {
    order: 9;
  }
  .tablet\:order-10 {
    order: 10;
  }
  .tablet\:order-11 {
    order: 11;
  }
  .tablet\:padding-1px {
    padding: 1px;
  }
  .tablet\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .tablet\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .tablet\:padding-top-1px {
    padding-top: 1px;
  }
  .tablet\:padding-right-1px {
    padding-right: 1px;
  }
  .tablet\:padding-bottom-1px {
    padding-bottom: 1px;
  }
  .tablet\:padding-left-1px {
    padding-left: 1px;
  }
  .tablet\:padding-2px {
    padding: 2px;
  }
  .tablet\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .tablet\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
  }
  .tablet\:padding-top-2px {
    padding-top: 2px;
  }
  .tablet\:padding-right-2px {
    padding-right: 2px;
  }
  .tablet\:padding-bottom-2px {
    padding-bottom: 2px;
  }
  .tablet\:padding-left-2px {
    padding-left: 2px;
  }
  .tablet\:padding-05 {
    padding: 0.25rem;
  }
  .tablet\:padding-y-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .tablet\:padding-x-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .tablet\:padding-top-05 {
    padding-top: 0.25rem;
  }
  .tablet\:padding-right-05 {
    padding-right: 0.25rem;
  }
  .tablet\:padding-bottom-05 {
    padding-bottom: 0.25rem;
  }
  .tablet\:padding-left-05 {
    padding-left: 0.25rem;
  }
  .tablet\:padding-1 {
    padding: 0.5rem;
  }
  .tablet\:padding-y-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .tablet\:padding-x-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .tablet\:padding-top-1 {
    padding-top: 0.5rem;
  }
  .tablet\:padding-right-1 {
    padding-right: 0.5rem;
  }
  .tablet\:padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .tablet\:padding-left-1 {
    padding-left: 0.5rem;
  }
  .tablet\:padding-105 {
    padding: 0.75rem;
  }
  .tablet\:padding-y-105 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .tablet\:padding-x-105 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .tablet\:padding-top-105 {
    padding-top: 0.75rem;
  }
  .tablet\:padding-right-105 {
    padding-right: 0.75rem;
  }
  .tablet\:padding-bottom-105 {
    padding-bottom: 0.75rem;
  }
  .tablet\:padding-left-105 {
    padding-left: 0.75rem;
  }
  .tablet\:padding-2 {
    padding: 1rem;
  }
  .tablet\:padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .tablet\:padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .tablet\:padding-top-2 {
    padding-top: 1rem;
  }
  .tablet\:padding-right-2 {
    padding-right: 1rem;
  }
  .tablet\:padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .tablet\:padding-left-2 {
    padding-left: 1rem;
  }
  .tablet\:padding-205 {
    padding: 1.25rem;
  }
  .tablet\:padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .tablet\:padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .tablet\:padding-top-205 {
    padding-top: 1.25rem;
  }
  .tablet\:padding-right-205 {
    padding-right: 1.25rem;
  }
  .tablet\:padding-bottom-205 {
    padding-bottom: 1.25rem;
  }
  .tablet\:padding-left-205 {
    padding-left: 1.25rem;
  }
  .tablet\:padding-3 {
    padding: 1.5rem;
  }
  .tablet\:padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .tablet\:padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .tablet\:padding-top-3 {
    padding-top: 1.5rem;
  }
  .tablet\:padding-right-3 {
    padding-right: 1.5rem;
  }
  .tablet\:padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .tablet\:padding-left-3 {
    padding-left: 1.5rem;
  }
  .tablet\:padding-4 {
    padding: 2rem;
  }
  .tablet\:padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .tablet\:padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .tablet\:padding-top-4 {
    padding-top: 2rem;
  }
  .tablet\:padding-right-4 {
    padding-right: 2rem;
  }
  .tablet\:padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .tablet\:padding-left-4 {
    padding-left: 2rem;
  }
  .tablet\:padding-5 {
    padding: 2.5rem;
  }
  .tablet\:padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .tablet\:padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .tablet\:padding-top-5 {
    padding-top: 2.5rem;
  }
  .tablet\:padding-right-5 {
    padding-right: 2.5rem;
  }
  .tablet\:padding-bottom-5 {
    padding-bottom: 2.5rem;
  }
  .tablet\:padding-left-5 {
    padding-left: 2.5rem;
  }
  .tablet\:padding-6 {
    padding: 3rem;
  }
  .tablet\:padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .tablet\:padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .tablet\:padding-top-6 {
    padding-top: 3rem;
  }
  .tablet\:padding-right-6 {
    padding-right: 3rem;
  }
  .tablet\:padding-bottom-6 {
    padding-bottom: 3rem;
  }
  .tablet\:padding-left-6 {
    padding-left: 3rem;
  }
  .tablet\:padding-7 {
    padding: 3.5rem;
  }
  .tablet\:padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .tablet\:padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .tablet\:padding-top-7 {
    padding-top: 3.5rem;
  }
  .tablet\:padding-right-7 {
    padding-right: 3.5rem;
  }
  .tablet\:padding-bottom-7 {
    padding-bottom: 3.5rem;
  }
  .tablet\:padding-left-7 {
    padding-left: 3.5rem;
  }
  .tablet\:padding-8 {
    padding: 4rem;
  }
  .tablet\:padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .tablet\:padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .tablet\:padding-top-8 {
    padding-top: 4rem;
  }
  .tablet\:padding-right-8 {
    padding-right: 4rem;
  }
  .tablet\:padding-bottom-8 {
    padding-bottom: 4rem;
  }
  .tablet\:padding-left-8 {
    padding-left: 4rem;
  }
  .tablet\:padding-9 {
    padding: 4.5rem;
  }
  .tablet\:padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .tablet\:padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .tablet\:padding-top-9 {
    padding-top: 4.5rem;
  }
  .tablet\:padding-right-9 {
    padding-right: 4.5rem;
  }
  .tablet\:padding-bottom-9 {
    padding-bottom: 4.5rem;
  }
  .tablet\:padding-left-9 {
    padding-left: 4.5rem;
  }
  .tablet\:padding-10 {
    padding: 5rem;
  }
  .tablet\:padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .tablet\:padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .tablet\:padding-top-10 {
    padding-top: 5rem;
  }
  .tablet\:padding-right-10 {
    padding-right: 5rem;
  }
  .tablet\:padding-bottom-10 {
    padding-bottom: 5rem;
  }
  .tablet\:padding-left-10 {
    padding-left: 5rem;
  }
  .tablet\:padding-15 {
    padding: 7.5rem;
  }
  .tablet\:padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .tablet\:padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .tablet\:padding-top-15 {
    padding-top: 7.5rem;
  }
  .tablet\:padding-right-15 {
    padding-right: 7.5rem;
  }
  .tablet\:padding-bottom-15 {
    padding-bottom: 7.5rem;
  }
  .tablet\:padding-left-15 {
    padding-left: 7.5rem;
  }
  .tablet\:padding-0 {
    padding: 0;
  }
  .tablet\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .tablet\:padding-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .tablet\:padding-top-0 {
    padding-top: 0;
  }
  .tablet\:padding-right-0 {
    padding-right: 0;
  }
  .tablet\:padding-bottom-0 {
    padding-bottom: 0;
  }
  .tablet\:padding-left-0 {
    padding-left: 0;
  }
  .tablet\:width-1px {
    width: 1px;
  }
  .tablet\:width-2px {
    width: 2px;
  }
  .tablet\:width-05 {
    width: 0.25rem;
  }
  .tablet\:width-1 {
    width: 0.5rem;
  }
  .tablet\:width-105 {
    width: 0.75rem;
  }
  .tablet\:width-2 {
    width: 1rem;
  }
  .tablet\:width-205 {
    width: 1.25rem;
  }
  .tablet\:width-3 {
    width: 1.5rem;
  }
  .tablet\:width-4 {
    width: 2rem;
  }
  .tablet\:width-5 {
    width: 2.5rem;
  }
  .tablet\:width-6 {
    width: 3rem;
  }
  .tablet\:width-7 {
    width: 3.5rem;
  }
  .tablet\:width-8 {
    width: 4rem;
  }
  .tablet\:width-9 {
    width: 4.5rem;
  }
  .tablet\:width-10 {
    width: 5rem;
  }
  .tablet\:width-15 {
    width: 7.5rem;
  }
  .tablet\:width-card {
    width: 10rem;
  }
  .tablet\:width-card-lg {
    width: 15rem;
  }
  .tablet\:width-mobile {
    width: 20rem;
  }
  .tablet\:width-mobile-lg {
    width: 30rem;
  }
  .tablet\:width-tablet {
    width: 40rem;
  }
  .tablet\:width-tablet-lg {
    width: 55rem;
  }
  .tablet\:width-desktop {
    width: 64rem;
  }
  .tablet\:width-desktop-lg {
    width: 75rem;
  }
  .tablet\:width-widescreen {
    width: 87.5rem;
  }
  .tablet\:width-0 {
    width: 0;
  }
  .tablet\:width-full {
    width: 100%;
  }
  .tablet\:width-auto {
    width: auto;
  }
}
@media all and (min-width: 64em) {
  .desktop\:border-1px {
    border: 1px solid;
  }
  .desktop\:hover\:border-1px:hover {
    border: 1px solid;
  }
  .desktop\:border-y-1px {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .desktop\:hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .desktop\:border-x-1px {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .desktop\:hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .desktop\:border-top-1px {
    border-top: 1px solid;
  }
  .desktop\:hover\:border-top-1px:hover {
    border-top: 1px solid;
  }
  .desktop\:border-right-1px {
    border-right: 1px solid;
  }
  .desktop\:hover\:border-right-1px:hover {
    border-right: 1px solid;
  }
  .desktop\:border-bottom-1px {
    border-bottom: 1px solid;
  }
  .desktop\:hover\:border-bottom-1px:hover {
    border-bottom: 1px solid;
  }
  .desktop\:border-left-1px {
    border-left: 1px solid;
  }
  .desktop\:hover\:border-left-1px:hover {
    border-left: 1px solid;
  }
  .desktop\:border-2px {
    border: 2px solid;
  }
  .desktop\:hover\:border-2px:hover {
    border: 2px solid;
  }
  .desktop\:border-y-2px {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .desktop\:hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid;
  }
  .desktop\:border-x-2px {
    border-left: 2px solid;
    border-right: 2px solid;
  }
  .desktop\:hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid;
  }
  .desktop\:border-top-2px {
    border-top: 2px solid;
  }
  .desktop\:hover\:border-top-2px:hover {
    border-top: 2px solid;
  }
  .desktop\:border-right-2px {
    border-right: 2px solid;
  }
  .desktop\:hover\:border-right-2px:hover {
    border-right: 2px solid;
  }
  .desktop\:border-bottom-2px {
    border-bottom: 2px solid;
  }
  .desktop\:hover\:border-bottom-2px:hover {
    border-bottom: 2px solid;
  }
  .desktop\:border-left-2px {
    border-left: 2px solid;
  }
  .desktop\:hover\:border-left-2px:hover {
    border-left: 2px solid;
  }
  .desktop\:border-05 {
    border: 0.25rem solid;
  }
  .desktop\:hover\:border-05:hover {
    border: 0.25rem solid;
  }
  .desktop\:border-y-05 {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }
  .desktop\:hover\:border-y-05:hover {
    border-top: 0.25rem solid;
    border-bottom: 0.25rem solid;
  }
  .desktop\:border-x-05 {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }
  .desktop\:hover\:border-x-05:hover {
    border-left: 0.25rem solid;
    border-right: 0.25rem solid;
  }
  .desktop\:border-top-05 {
    border-top: 0.25rem solid;
  }
  .desktop\:hover\:border-top-05:hover {
    border-top: 0.25rem solid;
  }
  .desktop\:border-right-05 {
    border-right: 0.25rem solid;
  }
  .desktop\:hover\:border-right-05:hover {
    border-right: 0.25rem solid;
  }
  .desktop\:border-bottom-05 {
    border-bottom: 0.25rem solid;
  }
  .desktop\:hover\:border-bottom-05:hover {
    border-bottom: 0.25rem solid;
  }
  .desktop\:border-left-05 {
    border-left: 0.25rem solid;
  }
  .desktop\:hover\:border-left-05:hover {
    border-left: 0.25rem solid;
  }
  .desktop\:border-1 {
    border: 0.5rem solid;
  }
  .desktop\:hover\:border-1:hover {
    border: 0.5rem solid;
  }
  .desktop\:border-y-1 {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }
  .desktop\:hover\:border-y-1:hover {
    border-top: 0.5rem solid;
    border-bottom: 0.5rem solid;
  }
  .desktop\:border-x-1 {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }
  .desktop\:hover\:border-x-1:hover {
    border-left: 0.5rem solid;
    border-right: 0.5rem solid;
  }
  .desktop\:border-top-1 {
    border-top: 0.5rem solid;
  }
  .desktop\:hover\:border-top-1:hover {
    border-top: 0.5rem solid;
  }
  .desktop\:border-right-1 {
    border-right: 0.5rem solid;
  }
  .desktop\:hover\:border-right-1:hover {
    border-right: 0.5rem solid;
  }
  .desktop\:border-bottom-1 {
    border-bottom: 0.5rem solid;
  }
  .desktop\:hover\:border-bottom-1:hover {
    border-bottom: 0.5rem solid;
  }
  .desktop\:border-left-1 {
    border-left: 0.5rem solid;
  }
  .desktop\:hover\:border-left-1:hover {
    border-left: 0.5rem solid;
  }
  .desktop\:border-105 {
    border: 0.75rem solid;
  }
  .desktop\:hover\:border-105:hover {
    border: 0.75rem solid;
  }
  .desktop\:border-y-105 {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }
  .desktop\:hover\:border-y-105:hover {
    border-top: 0.75rem solid;
    border-bottom: 0.75rem solid;
  }
  .desktop\:border-x-105 {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }
  .desktop\:hover\:border-x-105:hover {
    border-left: 0.75rem solid;
    border-right: 0.75rem solid;
  }
  .desktop\:border-top-105 {
    border-top: 0.75rem solid;
  }
  .desktop\:hover\:border-top-105:hover {
    border-top: 0.75rem solid;
  }
  .desktop\:border-right-105 {
    border-right: 0.75rem solid;
  }
  .desktop\:hover\:border-right-105:hover {
    border-right: 0.75rem solid;
  }
  .desktop\:border-bottom-105 {
    border-bottom: 0.75rem solid;
  }
  .desktop\:hover\:border-bottom-105:hover {
    border-bottom: 0.75rem solid;
  }
  .desktop\:border-left-105 {
    border-left: 0.75rem solid;
  }
  .desktop\:hover\:border-left-105:hover {
    border-left: 0.75rem solid;
  }
  .desktop\:border-2 {
    border: 1rem solid;
  }
  .desktop\:hover\:border-2:hover {
    border: 1rem solid;
  }
  .desktop\:border-y-2 {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }
  .desktop\:hover\:border-y-2:hover {
    border-top: 1rem solid;
    border-bottom: 1rem solid;
  }
  .desktop\:border-x-2 {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }
  .desktop\:hover\:border-x-2:hover {
    border-left: 1rem solid;
    border-right: 1rem solid;
  }
  .desktop\:border-top-2 {
    border-top: 1rem solid;
  }
  .desktop\:hover\:border-top-2:hover {
    border-top: 1rem solid;
  }
  .desktop\:border-right-2 {
    border-right: 1rem solid;
  }
  .desktop\:hover\:border-right-2:hover {
    border-right: 1rem solid;
  }
  .desktop\:border-bottom-2 {
    border-bottom: 1rem solid;
  }
  .desktop\:hover\:border-bottom-2:hover {
    border-bottom: 1rem solid;
  }
  .desktop\:border-left-2 {
    border-left: 1rem solid;
  }
  .desktop\:hover\:border-left-2:hover {
    border-left: 1rem solid;
  }
  .desktop\:border-205 {
    border: 1.25rem solid;
  }
  .desktop\:hover\:border-205:hover {
    border: 1.25rem solid;
  }
  .desktop\:border-y-205 {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }
  .desktop\:hover\:border-y-205:hover {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid;
  }
  .desktop\:border-x-205 {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }
  .desktop\:hover\:border-x-205:hover {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid;
  }
  .desktop\:border-top-205 {
    border-top: 1.25rem solid;
  }
  .desktop\:hover\:border-top-205:hover {
    border-top: 1.25rem solid;
  }
  .desktop\:border-right-205 {
    border-right: 1.25rem solid;
  }
  .desktop\:hover\:border-right-205:hover {
    border-right: 1.25rem solid;
  }
  .desktop\:border-bottom-205 {
    border-bottom: 1.25rem solid;
  }
  .desktop\:hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid;
  }
  .desktop\:border-left-205 {
    border-left: 1.25rem solid;
  }
  .desktop\:hover\:border-left-205:hover {
    border-left: 1.25rem solid;
  }
  .desktop\:border-3 {
    border: 1.5rem solid;
  }
  .desktop\:hover\:border-3:hover {
    border: 1.5rem solid;
  }
  .desktop\:border-y-3 {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }
  .desktop\:hover\:border-y-3:hover {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid;
  }
  .desktop\:border-x-3 {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }
  .desktop\:hover\:border-x-3:hover {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid;
  }
  .desktop\:border-top-3 {
    border-top: 1.5rem solid;
  }
  .desktop\:hover\:border-top-3:hover {
    border-top: 1.5rem solid;
  }
  .desktop\:border-right-3 {
    border-right: 1.5rem solid;
  }
  .desktop\:hover\:border-right-3:hover {
    border-right: 1.5rem solid;
  }
  .desktop\:border-bottom-3 {
    border-bottom: 1.5rem solid;
  }
  .desktop\:hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid;
  }
  .desktop\:border-left-3 {
    border-left: 1.5rem solid;
  }
  .desktop\:hover\:border-left-3:hover {
    border-left: 1.5rem solid;
  }
  .desktop\:border-0 {
    border: 0 solid;
  }
  .desktop\:hover\:border-0:hover {
    border: 0 solid;
  }
  .desktop\:border-y-0 {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
  .desktop\:hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid;
  }
  .desktop\:border-x-0 {
    border-left: 0 solid;
    border-right: 0 solid;
  }
  .desktop\:hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid;
  }
  .desktop\:border-top-0 {
    border-top: 0 solid;
  }
  .desktop\:hover\:border-top-0:hover {
    border-top: 0 solid;
  }
  .desktop\:border-right-0 {
    border-right: 0 solid;
  }
  .desktop\:hover\:border-right-0:hover {
    border-right: 0 solid;
  }
  .desktop\:border-bottom-0 {
    border-bottom: 0 solid;
  }
  .desktop\:hover\:border-bottom-0:hover {
    border-bottom: 0 solid;
  }
  .desktop\:border-left-0 {
    border-left: 0 solid;
  }
  .desktop\:hover\:border-left-0:hover {
    border-left: 0 solid;
  }
  .desktop\:border {
    border: 1px solid;
  }
  .desktop\:hover\:border:hover {
    border: 1px solid;
  }
  .desktop\:border-y {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .desktop\:hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  .desktop\:border-x {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .desktop\:hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .desktop\:border-top {
    border-top: 1px solid;
  }
  .desktop\:hover\:border-top:hover {
    border-top: 1px solid;
  }
  .desktop\:border-right {
    border-right: 1px solid;
  }
  .desktop\:hover\:border-right:hover {
    border-right: 1px solid;
  }
  .desktop\:border-bottom {
    border-bottom: 1px solid;
  }
  .desktop\:hover\:border-bottom:hover {
    border-bottom: 1px solid;
  }
  .desktop\:border-left {
    border-left: 1px solid;
  }
  .desktop\:hover\:border-left:hover {
    border-left: 1px solid;
  }
  .desktop\:border-transparent {
    border-color: transparent;
  }
  .desktop\:hover\:border-transparent:hover {
    border-color: transparent;
  }
  .desktop\:border-black {
    border-color: black;
  }
  .desktop\:hover\:border-black:hover {
    border-color: black;
  }
  .desktop\:border-white {
    border-color: white;
  }
  .desktop\:hover\:border-white:hover {
    border-color: white;
  }
  .desktop\:border-red {
    border-color: #e52207;
  }
  .desktop\:hover\:border-red:hover {
    border-color: #e52207;
  }
  .desktop\:border-orange {
    border-color: #e66f0e;
  }
  .desktop\:hover\:border-orange:hover {
    border-color: #e66f0e;
  }
  .desktop\:border-gold {
    border-color: #ffbe2e;
  }
  .desktop\:hover\:border-gold:hover {
    border-color: #ffbe2e;
  }
  .desktop\:border-yellow {
    border-color: #fee685;
  }
  .desktop\:hover\:border-yellow:hover {
    border-color: #fee685;
  }
  .desktop\:border-green {
    border-color: #538200;
  }
  .desktop\:hover\:border-green:hover {
    border-color: #538200;
  }
  .desktop\:border-mint {
    border-color: #04c585;
  }
  .desktop\:hover\:border-mint:hover {
    border-color: #04c585;
  }
  .desktop\:border-cyan {
    border-color: #009ec1;
  }
  .desktop\:hover\:border-cyan:hover {
    border-color: #009ec1;
  }
  .desktop\:border-blue {
    border-color: #0076d6;
  }
  .desktop\:hover\:border-blue:hover {
    border-color: #0076d6;
  }
  .desktop\:border-indigo {
    border-color: #676cc8;
  }
  .desktop\:hover\:border-indigo:hover {
    border-color: #676cc8;
  }
  .desktop\:border-violet {
    border-color: #8168b3;
  }
  .desktop\:hover\:border-violet:hover {
    border-color: #8168b3;
  }
  .desktop\:border-magenta {
    border-color: #d72d79;
  }
  .desktop\:hover\:border-magenta:hover {
    border-color: #d72d79;
  }
  .desktop\:border-gray-5 {
    border-color: #f0f0f0;
  }
  .desktop\:hover\:border-gray-5:hover {
    border-color: #f0f0f0;
  }
  .desktop\:border-gray-10 {
    border-color: #e6e6e6;
  }
  .desktop\:hover\:border-gray-10:hover {
    border-color: #e6e6e6;
  }
  .desktop\:border-gray-30 {
    border-color: #adadad;
  }
  .desktop\:hover\:border-gray-30:hover {
    border-color: #adadad;
  }
  .desktop\:border-gray-50 {
    border-color: #757575;
  }
  .desktop\:hover\:border-gray-50:hover {
    border-color: #757575;
  }
  .desktop\:border-gray-70 {
    border-color: #454545;
  }
  .desktop\:hover\:border-gray-70:hover {
    border-color: #454545;
  }
  .desktop\:border-gray-90 {
    border-color: #1b1b1b;
  }
  .desktop\:hover\:border-gray-90:hover {
    border-color: #1b1b1b;
  }
  .desktop\:border-base-lightest {
    border-color: #f0f0f0;
  }
  .desktop\:hover\:border-base-lightest:hover {
    border-color: #f0f0f0;
  }
  .desktop\:border-base-lighter {
    border-color: #dfe1e2;
  }
  .desktop\:hover\:border-base-lighter:hover {
    border-color: #dfe1e2;
  }
  .desktop\:border-base-light {
    border-color: #a9aeb1;
  }
  .desktop\:hover\:border-base-light:hover {
    border-color: #a9aeb1;
  }
  .desktop\:border-base {
    border-color: #71767a;
  }
  .desktop\:hover\:border-base:hover {
    border-color: #71767a;
  }
  .desktop\:border-base-dark {
    border-color: #565c65;
  }
  .desktop\:hover\:border-base-dark:hover {
    border-color: #565c65;
  }
  .desktop\:border-base-darker {
    border-color: #3d4551;
  }
  .desktop\:hover\:border-base-darker:hover {
    border-color: #3d4551;
  }
  .desktop\:border-base-darkest {
    border-color: #1b1b1b;
  }
  .desktop\:hover\:border-base-darkest:hover {
    border-color: #1b1b1b;
  }
  .desktop\:border-ink {
    border-color: #1b1b1b;
  }
  .desktop\:hover\:border-ink:hover {
    border-color: #1b1b1b;
  }
  .desktop\:border-primary-lighter {
    border-color: #d9e8f6;
  }
  .desktop\:hover\:border-primary-lighter:hover {
    border-color: #d9e8f6;
  }
  .desktop\:border-primary-light {
    border-color: #73b3e7;
  }
  .desktop\:hover\:border-primary-light:hover {
    border-color: #73b3e7;
  }
  .desktop\:border-primary {
    border-color: #2378c3;
  }
  .desktop\:hover\:border-primary:hover {
    border-color: #2378c3;
  }
  .desktop\:border-primary-vivid {
    border-color: #0050d8;
  }
  .desktop\:hover\:border-primary-vivid:hover {
    border-color: #0050d8;
  }
  .desktop\:border-primary-dark {
    border-color: #1a4480;
  }
  .desktop\:hover\:border-primary-dark:hover {
    border-color: #1a4480;
  }
  .desktop\:border-primary-darker {
    border-color: #162e51;
  }
  .desktop\:hover\:border-primary-darker:hover {
    border-color: #162e51;
  }
  .desktop\:border-secondary-lighter {
    border-color: #f3e1e4;
  }
  .desktop\:hover\:border-secondary-lighter:hover {
    border-color: #f3e1e4;
  }
  .desktop\:border-secondary-light {
    border-color: #f2938c;
  }
  .desktop\:hover\:border-secondary-light:hover {
    border-color: #f2938c;
  }
  .desktop\:border-secondary {
    border-color: #d83933;
  }
  .desktop\:hover\:border-secondary:hover {
    border-color: #d83933;
  }
  .desktop\:border-secondary-vivid {
    border-color: #e41d3d;
  }
  .desktop\:hover\:border-secondary-vivid:hover {
    border-color: #e41d3d;
  }
  .desktop\:border-secondary-dark {
    border-color: #b50909;
  }
  .desktop\:hover\:border-secondary-dark:hover {
    border-color: #b50909;
  }
  .desktop\:border-secondary-darker {
    border-color: #8b0a03;
  }
  .desktop\:hover\:border-secondary-darker:hover {
    border-color: #8b0a03;
  }
  .desktop\:border-accent-warm-darker {
    border-color: #775540;
  }
  .desktop\:hover\:border-accent-warm-darker:hover {
    border-color: #775540;
  }
  .desktop\:border-accent-warm-dark {
    border-color: #c05600;
  }
  .desktop\:hover\:border-accent-warm-dark:hover {
    border-color: #c05600;
  }
  .desktop\:border-accent-warm {
    border-color: #fa9441;
  }
  .desktop\:hover\:border-accent-warm:hover {
    border-color: #fa9441;
  }
  .desktop\:border-accent-warm-light {
    border-color: #ffbc78;
  }
  .desktop\:hover\:border-accent-warm-light:hover {
    border-color: #ffbc78;
  }
  .desktop\:border-accent-warm-lighter {
    border-color: #f2e4d4;
  }
  .desktop\:hover\:border-accent-warm-lighter:hover {
    border-color: #f2e4d4;
  }
  .desktop\:border-accent-cool-darker {
    border-color: #07648d;
  }
  .desktop\:hover\:border-accent-cool-darker:hover {
    border-color: #07648d;
  }
  .desktop\:border-accent-cool-dark {
    border-color: #4d8055;
  }
  .desktop\:hover\:border-accent-cool-dark:hover {
    border-color: #4d8055;
  }
  .desktop\:border-accent-cool {
    border-color: #5e9f69;
  }
  .desktop\:hover\:border-accent-cool:hover {
    border-color: #5e9f69;
  }
  .desktop\:border-accent-cool-light {
    border-color: #97d4ea;
  }
  .desktop\:hover\:border-accent-cool-light:hover {
    border-color: #97d4ea;
  }
  .desktop\:border-accent-cool-lighter {
    border-color: #e1f3f8;
  }
  .desktop\:hover\:border-accent-cool-lighter:hover {
    border-color: #e1f3f8;
  }
  .desktop\:border-error-lighter {
    border-color: #f4e3db;
  }
  .desktop\:hover\:border-error-lighter:hover {
    border-color: #f4e3db;
  }
  .desktop\:border-error-light {
    border-color: #f39268;
  }
  .desktop\:hover\:border-error-light:hover {
    border-color: #f39268;
  }
  .desktop\:border-error {
    border-color: #d54309;
  }
  .desktop\:hover\:border-error:hover {
    border-color: #d54309;
  }
  .desktop\:border-error-dark {
    border-color: #d83933;
  }
  .desktop\:hover\:border-error-dark:hover {
    border-color: #d83933;
  }
  .desktop\:border-error-darker {
    border-color: #6f3331;
  }
  .desktop\:hover\:border-error-darker:hover {
    border-color: #6f3331;
  }
  .desktop\:border-warning-lighter {
    border-color: #faf3d1;
  }
  .desktop\:hover\:border-warning-lighter:hover {
    border-color: #faf3d1;
  }
  .desktop\:border-warning-light {
    border-color: #fee685;
  }
  .desktop\:hover\:border-warning-light:hover {
    border-color: #fee685;
  }
  .desktop\:border-warning {
    border-color: #ffbe2e;
  }
  .desktop\:hover\:border-warning:hover {
    border-color: #ffbe2e;
  }
  .desktop\:border-warning-dark {
    border-color: #e5a000;
  }
  .desktop\:hover\:border-warning-dark:hover {
    border-color: #e5a000;
  }
  .desktop\:border-warning-darker {
    border-color: #936f38;
  }
  .desktop\:hover\:border-warning-darker:hover {
    border-color: #936f38;
  }
  .desktop\:border-success-lighter {
    border-color: #ecf3ec;
  }
  .desktop\:hover\:border-success-lighter:hover {
    border-color: #ecf3ec;
  }
  .desktop\:border-success-light {
    border-color: #70e17b;
  }
  .desktop\:hover\:border-success-light:hover {
    border-color: #70e17b;
  }
  .desktop\:border-success {
    border-color: #00a91c;
  }
  .desktop\:hover\:border-success:hover {
    border-color: #00a91c;
  }
  .desktop\:border-success-dark {
    border-color: #008817;
  }
  .desktop\:hover\:border-success-dark:hover {
    border-color: #008817;
  }
  .desktop\:border-success-darker {
    border-color: #216e1f;
  }
  .desktop\:hover\:border-success-darker:hover {
    border-color: #216e1f;
  }
  .desktop\:border-info-lighter {
    border-color: #e7f6f8;
  }
  .desktop\:hover\:border-info-lighter:hover {
    border-color: #e7f6f8;
  }
  .desktop\:border-info-light {
    border-color: #99deea;
  }
  .desktop\:hover\:border-info-light:hover {
    border-color: #99deea;
  }
  .desktop\:border-info {
    border-color: #00bde3;
  }
  .desktop\:hover\:border-info:hover {
    border-color: #00bde3;
  }
  .desktop\:border-info-dark {
    border-color: #009ec1;
  }
  .desktop\:hover\:border-info-dark:hover {
    border-color: #009ec1;
  }
  .desktop\:border-info-darker {
    border-color: #2e6276;
  }
  .desktop\:hover\:border-info-darker:hover {
    border-color: #2e6276;
  }
  .desktop\:border-disabled-lighter {
    border-color: #c9c9c9;
  }
  .desktop\:hover\:border-disabled-lighter:hover {
    border-color: #c9c9c9;
  }
  .desktop\:border-disabled-light {
    border-color: #919191;
  }
  .desktop\:hover\:border-disabled-light:hover {
    border-color: #919191;
  }
  .desktop\:border-disabled {
    border-color: #757575;
  }
  .desktop\:hover\:border-disabled:hover {
    border-color: #757575;
  }
  .desktop\:border-disabled-dark {
    border-color: #454545;
  }
  .desktop\:hover\:border-disabled-dark:hover {
    border-color: #454545;
  }
  .desktop\:border-disabled-darker {
    border-color: #1b1b1b;
  }
  .desktop\:hover\:border-disabled-darker:hover {
    border-color: #1b1b1b;
  }
  .desktop\:border-emergency {
    border-color: #9c3d10;
  }
  .desktop\:hover\:border-emergency:hover {
    border-color: #9c3d10;
  }
  .desktop\:border-emergency-dark {
    border-color: #332d29;
  }
  .desktop\:hover\:border-emergency-dark:hover {
    border-color: #332d29;
  }
  .desktop\:radius-0 {
    border-radius: 0;
  }
  .desktop\:radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .desktop\:radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .desktop\:radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .desktop\:radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .desktop\:radius-sm {
    border-radius: 2px;
  }
  .desktop\:radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .desktop\:radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .desktop\:radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .desktop\:radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .desktop\:radius-md {
    border-radius: 0.25rem;
  }
  .desktop\:radius-top-md {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .desktop\:radius-right-md {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .desktop\:radius-bottom-md {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .desktop\:radius-left-md {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .desktop\:radius-lg {
    border-radius: 0.5rem;
  }
  .desktop\:radius-top-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .desktop\:radius-right-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .desktop\:radius-bottom-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .desktop\:radius-left-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .desktop\:radius-pill {
    border-radius: 99rem;
  }
  .desktop\:radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem;
  }
  .desktop\:radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
  .desktop\:radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem;
  }
  .desktop\:radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem;
  }
  .desktop\:display-block {
    display: block;
  }
  .desktop\:display-flex {
    display: flex;
  }
  .desktop\:display-none {
    display: none;
  }
  .desktop\:display-inline {
    display: inline;
  }
  .desktop\:display-inline-block {
    display: inline-block;
  }
  .desktop\:display-inline-flex {
    display: inline-flex;
  }
  .desktop\:display-table {
    display: table;
  }
  .desktop\:display-table-cell {
    display: table-cell;
  }
  .desktop\:display-table-row {
    display: table-row;
  }
  .desktop\:font-mono-3xs {
    font-size: 0.77rem;
  }
  .desktop\:font-mono-2xs {
    font-size: 0.83rem;
  }
  .desktop\:font-mono-xs {
    font-size: 0.89rem;
  }
  .desktop\:font-mono-sm {
    font-size: 0.95rem;
  }
  .desktop\:font-mono-md {
    font-size: 1.01rem;
  }
  .desktop\:font-mono-lg {
    font-size: 1.31rem;
  }
  .desktop\:font-mono-xl {
    font-size: 1.91rem;
  }
  .desktop\:font-mono-2xl {
    font-size: 2.38rem;
  }
  .desktop\:font-mono-3xl {
    font-size: 2.86rem;
  }
  .desktop\:font-sans-3xs {
    font-size: 0.82rem;
  }
  .desktop\:font-sans-2xs {
    font-size: 0.89rem;
  }
  .desktop\:font-sans-xs {
    font-size: 0.95rem;
  }
  .desktop\:font-sans-sm {
    font-size: 1.01rem;
  }
  .desktop\:font-sans-md {
    font-size: 1.08rem;
  }
  .desktop\:font-sans-lg {
    font-size: 1.39rem;
  }
  .desktop\:font-sans-xl {
    font-size: 2.03rem;
  }
  .desktop\:font-sans-2xl {
    font-size: 2.54rem;
  }
  .desktop\:font-sans-3xl {
    font-size: 3.04rem;
  }
  .desktop\:font-serif-3xs {
    font-size: 0.79rem;
  }
  .desktop\:font-serif-2xs {
    font-size: 0.85rem;
  }
  .desktop\:font-serif-xs {
    font-size: 0.91rem;
  }
  .desktop\:font-serif-sm {
    font-size: 0.98rem;
  }
  .desktop\:font-serif-md {
    font-size: 1.04rem;
  }
  .desktop\:font-serif-lg {
    font-size: 1.34rem;
  }
  .desktop\:font-serif-xl {
    font-size: 1.95rem;
  }
  .desktop\:font-serif-2xl {
    font-size: 2.44rem;
  }
  .desktop\:font-serif-3xl {
    font-size: 2.93rem;
  }
  .desktop\:font-heading-3xs {
    font-size: 0.82rem;
  }
  .desktop\:font-heading-2xs {
    font-size: 0.89rem;
  }
  .desktop\:font-heading-xs {
    font-size: 0.95rem;
  }
  .desktop\:font-heading-sm {
    font-size: 1.01rem;
  }
  .desktop\:font-heading-md {
    font-size: 1.08rem;
  }
  .desktop\:font-heading-lg {
    font-size: 1.39rem;
  }
  .desktop\:font-heading-xl {
    font-size: 2.03rem;
  }
  .desktop\:font-heading-2xl {
    font-size: 2.54rem;
  }
  .desktop\:font-heading-3xl {
    font-size: 3.04rem;
  }
  .desktop\:font-body-3xs {
    font-size: 0.82rem;
  }
  .desktop\:font-body-2xs {
    font-size: 0.89rem;
  }
  .desktop\:font-body-xs {
    font-size: 0.95rem;
  }
  .desktop\:font-body-sm {
    font-size: 1.01rem;
  }
  .desktop\:font-body-md {
    font-size: 1.08rem;
  }
  .desktop\:font-body-lg {
    font-size: 1.39rem;
  }
  .desktop\:font-body-xl {
    font-size: 2.03rem;
  }
  .desktop\:font-body-2xl {
    font-size: 2.54rem;
  }
  .desktop\:font-body-3xl {
    font-size: 3.04rem;
  }
  .desktop\:font-code-3xs {
    font-size: 0.77rem;
  }
  .desktop\:font-code-2xs {
    font-size: 0.83rem;
  }
  .desktop\:font-code-xs {
    font-size: 0.89rem;
  }
  .desktop\:font-code-sm {
    font-size: 0.95rem;
  }
  .desktop\:font-code-md {
    font-size: 1.01rem;
  }
  .desktop\:font-code-lg {
    font-size: 1.31rem;
  }
  .desktop\:font-code-xl {
    font-size: 1.91rem;
  }
  .desktop\:font-code-2xl {
    font-size: 2.38rem;
  }
  .desktop\:font-code-3xl {
    font-size: 2.86rem;
  }
  .desktop\:font-alt-3xs {
    font-size: 0.79rem;
  }
  .desktop\:font-alt-2xs {
    font-size: 0.85rem;
  }
  .desktop\:font-alt-xs {
    font-size: 0.91rem;
  }
  .desktop\:font-alt-sm {
    font-size: 0.98rem;
  }
  .desktop\:font-alt-md {
    font-size: 1.04rem;
  }
  .desktop\:font-alt-lg {
    font-size: 1.34rem;
  }
  .desktop\:font-alt-xl {
    font-size: 1.95rem;
  }
  .desktop\:font-alt-2xl {
    font-size: 2.44rem;
  }
  .desktop\:font-alt-3xl {
    font-size: 2.93rem;
  }
  .desktop\:font-ui-3xs {
    font-size: 0.82rem;
  }
  .desktop\:font-ui-2xs {
    font-size: 0.89rem;
  }
  .desktop\:font-ui-xs {
    font-size: 0.95rem;
  }
  .desktop\:font-ui-sm {
    font-size: 1.01rem;
  }
  .desktop\:font-ui-md {
    font-size: 1.08rem;
  }
  .desktop\:font-ui-lg {
    font-size: 1.39rem;
  }
  .desktop\:font-ui-xl {
    font-size: 2.03rem;
  }
  .desktop\:font-ui-2xl {
    font-size: 2.54rem;
  }
  .desktop\:font-ui-3xl {
    font-size: 3.04rem;
  }
  .desktop\:text-light {
    font-weight: 300;
  }
  .desktop\:text-normal {
    font-weight: normal;
  }
  .desktop\:text-bold {
    font-weight: 700;
  }
  .desktop\:flex-justify-center {
    justify-content: center;
  }
  .desktop\:flex-justify-start {
    justify-content: flex-start;
  }
  .desktop\:flex-justify-end {
    justify-content: flex-end;
  }
  .desktop\:flex-justify {
    justify-content: space-between;
  }
  .desktop\:line-height-sans-1 {
    line-height: 1;
  }
  .desktop\:line-height-sans-2 {
    line-height: 1.2;
  }
  .desktop\:line-height-sans-3 {
    line-height: 1.3;
  }
  .desktop\:line-height-sans-4 {
    line-height: 1.5;
  }
  .desktop\:line-height-sans-5 {
    line-height: 1.6;
  }
  .desktop\:line-height-sans-6 {
    line-height: 1.7;
  }
  .desktop\:line-height-serif-1 {
    line-height: 1;
  }
  .desktop\:line-height-serif-2 {
    line-height: 1.2;
  }
  .desktop\:line-height-serif-3 {
    line-height: 1.4;
  }
  .desktop\:line-height-serif-4 {
    line-height: 1.5;
  }
  .desktop\:line-height-serif-5 {
    line-height: 1.7;
  }
  .desktop\:line-height-serif-6 {
    line-height: 1.8;
  }
  .desktop\:line-height-mono-1 {
    line-height: 1;
  }
  .desktop\:line-height-mono-2 {
    line-height: 1.3;
  }
  .desktop\:line-height-mono-3 {
    line-height: 1.4;
  }
  .desktop\:line-height-mono-4 {
    line-height: 1.6;
  }
  .desktop\:line-height-mono-5 {
    line-height: 1.7;
  }
  .desktop\:line-height-mono-6 {
    line-height: 1.8;
  }
  .desktop\:line-height-heading-1 {
    line-height: 1;
  }
  .desktop\:line-height-heading-2 {
    line-height: 1.2;
  }
  .desktop\:line-height-heading-3 {
    line-height: 1.3;
  }
  .desktop\:line-height-heading-4 {
    line-height: 1.5;
  }
  .desktop\:line-height-heading-5 {
    line-height: 1.6;
  }
  .desktop\:line-height-heading-6 {
    line-height: 1.7;
  }
  .desktop\:line-height-ui-1 {
    line-height: 1;
  }
  .desktop\:line-height-ui-2 {
    line-height: 1.2;
  }
  .desktop\:line-height-ui-3 {
    line-height: 1.3;
  }
  .desktop\:line-height-ui-4 {
    line-height: 1.5;
  }
  .desktop\:line-height-ui-5 {
    line-height: 1.6;
  }
  .desktop\:line-height-ui-6 {
    line-height: 1.7;
  }
  .desktop\:line-height-body-1 {
    line-height: 1;
  }
  .desktop\:line-height-body-2 {
    line-height: 1.2;
  }
  .desktop\:line-height-body-3 {
    line-height: 1.3;
  }
  .desktop\:line-height-body-4 {
    line-height: 1.5;
  }
  .desktop\:line-height-body-5 {
    line-height: 1.6;
  }
  .desktop\:line-height-body-6 {
    line-height: 1.7;
  }
  .desktop\:line-height-code-1 {
    line-height: 1;
  }
  .desktop\:line-height-code-2 {
    line-height: 1.3;
  }
  .desktop\:line-height-code-3 {
    line-height: 1.4;
  }
  .desktop\:line-height-code-4 {
    line-height: 1.6;
  }
  .desktop\:line-height-code-5 {
    line-height: 1.7;
  }
  .desktop\:line-height-code-6 {
    line-height: 1.8;
  }
  .desktop\:line-height-alt-1 {
    line-height: 1;
  }
  .desktop\:line-height-alt-2 {
    line-height: 1.2;
  }
  .desktop\:line-height-alt-3 {
    line-height: 1.4;
  }
  .desktop\:line-height-alt-4 {
    line-height: 1.5;
  }
  .desktop\:line-height-alt-5 {
    line-height: 1.7;
  }
  .desktop\:line-height-alt-6 {
    line-height: 1.8;
  }
  .desktop\:margin-neg-1px {
    margin: -1px;
  }
  .desktop\:margin-neg-2px {
    margin: -2px;
  }
  .desktop\:margin-neg-05 {
    margin: -0.25rem;
  }
  .desktop\:margin-neg-1 {
    margin: -0.5rem;
  }
  .desktop\:margin-neg-105 {
    margin: -0.75rem;
  }
  .desktop\:margin-neg-2 {
    margin: -1rem;
  }
  .desktop\:margin-neg-205 {
    margin: -1.25rem;
  }
  .desktop\:margin-neg-3 {
    margin: -1.5rem;
  }
  .desktop\:margin-1px {
    margin: 1px;
  }
  .desktop\:margin-2px {
    margin: 2px;
  }
  .desktop\:margin-05 {
    margin: 0.25rem;
  }
  .desktop\:margin-1 {
    margin: 0.5rem;
  }
  .desktop\:margin-105 {
    margin: 0.75rem;
  }
  .desktop\:margin-2 {
    margin: 1rem;
  }
  .desktop\:margin-205 {
    margin: 1.25rem;
  }
  .desktop\:margin-3 {
    margin: 1.5rem;
  }
  .desktop\:margin-neg-4 {
    margin: -2rem;
  }
  .desktop\:margin-neg-5 {
    margin: -2.5rem;
  }
  .desktop\:margin-neg-6 {
    margin: -3rem;
  }
  .desktop\:margin-neg-7 {
    margin: -3.5rem;
  }
  .desktop\:margin-neg-8 {
    margin: -4rem;
  }
  .desktop\:margin-neg-9 {
    margin: -4.5rem;
  }
  .desktop\:margin-neg-10 {
    margin: -5rem;
  }
  .desktop\:margin-neg-15 {
    margin: -7.5rem;
  }
  .desktop\:margin-4 {
    margin: 2rem;
  }
  .desktop\:margin-5 {
    margin: 2.5rem;
  }
  .desktop\:margin-6 {
    margin: 3rem;
  }
  .desktop\:margin-7 {
    margin: 3.5rem;
  }
  .desktop\:margin-8 {
    margin: 4rem;
  }
  .desktop\:margin-9 {
    margin: 4.5rem;
  }
  .desktop\:margin-10 {
    margin: 5rem;
  }
  .desktop\:margin-15 {
    margin: 7.5rem;
  }
  .desktop\:margin-05em {
    margin: 0.5em;
  }
  .desktop\:margin-1em {
    margin: 1em;
  }
  .desktop\:margin-105em {
    margin: 1.5em;
  }
  .desktop\:margin-2em {
    margin: 2em;
  }
  .desktop\:margin-0 {
    margin: 0;
  }
  .desktop\:margin-y-1px {
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .desktop\:margin-top-1px {
    margin-top: 1px;
  }
  .desktop\:margin-bottom-1px {
    margin-bottom: 1px;
  }
  .desktop\:margin-y-2px {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .desktop\:margin-top-2px {
    margin-top: 2px;
  }
  .desktop\:margin-bottom-2px {
    margin-bottom: 2px;
  }
  .desktop\:margin-y-05 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .desktop\:margin-top-05 {
    margin-top: 0.25rem;
  }
  .desktop\:margin-bottom-05 {
    margin-bottom: 0.25rem;
  }
  .desktop\:margin-y-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .desktop\:margin-top-1 {
    margin-top: 0.5rem;
  }
  .desktop\:margin-bottom-1 {
    margin-bottom: 0.5rem;
  }
  .desktop\:margin-y-105 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .desktop\:margin-top-105 {
    margin-top: 0.75rem;
  }
  .desktop\:margin-bottom-105 {
    margin-bottom: 0.75rem;
  }
  .desktop\:margin-y-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .desktop\:margin-top-2 {
    margin-top: 1rem;
  }
  .desktop\:margin-bottom-2 {
    margin-bottom: 1rem;
  }
  .desktop\:margin-y-205 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .desktop\:margin-top-205 {
    margin-top: 1.25rem;
  }
  .desktop\:margin-bottom-205 {
    margin-bottom: 1.25rem;
  }
  .desktop\:margin-y-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .desktop\:margin-top-3 {
    margin-top: 1.5rem;
  }
  .desktop\:margin-bottom-3 {
    margin-bottom: 1.5rem;
  }
  .desktop\:margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .desktop\:margin-top-neg-1px {
    margin-top: -1px;
  }
  .desktop\:margin-bottom-neg-1px {
    margin-bottom: -1px;
  }
  .desktop\:margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px;
  }
  .desktop\:margin-top-neg-2px {
    margin-top: -2px;
  }
  .desktop\:margin-bottom-neg-2px {
    margin-bottom: -2px;
  }
  .desktop\:margin-y-neg-05 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }
  .desktop\:margin-top-neg-05 {
    margin-top: -0.25rem;
  }
  .desktop\:margin-bottom-neg-05 {
    margin-bottom: -0.25rem;
  }
  .desktop\:margin-y-neg-1 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }
  .desktop\:margin-top-neg-1 {
    margin-top: -0.5rem;
  }
  .desktop\:margin-bottom-neg-1 {
    margin-bottom: -0.5rem;
  }
  .desktop\:margin-y-neg-105 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }
  .desktop\:margin-top-neg-105 {
    margin-top: -0.75rem;
  }
  .desktop\:margin-bottom-neg-105 {
    margin-bottom: -0.75rem;
  }
  .desktop\:margin-y-neg-2 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .desktop\:margin-top-neg-2 {
    margin-top: -1rem;
  }
  .desktop\:margin-bottom-neg-2 {
    margin-bottom: -1rem;
  }
  .desktop\:margin-y-neg-205 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
  .desktop\:margin-top-neg-205 {
    margin-top: -1.25rem;
  }
  .desktop\:margin-bottom-neg-205 {
    margin-bottom: -1.25rem;
  }
  .desktop\:margin-y-neg-3 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }
  .desktop\:margin-top-neg-3 {
    margin-top: -1.5rem;
  }
  .desktop\:margin-bottom-neg-3 {
    margin-bottom: -1.5rem;
  }
  .desktop\:margin-y-neg-4 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }
  .desktop\:margin-top-neg-4 {
    margin-top: -2rem;
  }
  .desktop\:margin-bottom-neg-4 {
    margin-bottom: -2rem;
  }
  .desktop\:margin-y-neg-5 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }
  .desktop\:margin-top-neg-5 {
    margin-top: -2.5rem;
  }
  .desktop\:margin-bottom-neg-5 {
    margin-bottom: -2.5rem;
  }
  .desktop\:margin-y-neg-6 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }
  .desktop\:margin-top-neg-6 {
    margin-top: -3rem;
  }
  .desktop\:margin-bottom-neg-6 {
    margin-bottom: -3rem;
  }
  .desktop\:margin-y-neg-7 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }
  .desktop\:margin-top-neg-7 {
    margin-top: -3.5rem;
  }
  .desktop\:margin-bottom-neg-7 {
    margin-bottom: -3.5rem;
  }
  .desktop\:margin-y-neg-8 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }
  .desktop\:margin-top-neg-8 {
    margin-top: -4rem;
  }
  .desktop\:margin-bottom-neg-8 {
    margin-bottom: -4rem;
  }
  .desktop\:margin-y-neg-9 {
    margin-top: -4.5rem;
    margin-bottom: -4.5rem;
  }
  .desktop\:margin-top-neg-9 {
    margin-top: -4.5rem;
  }
  .desktop\:margin-bottom-neg-9 {
    margin-bottom: -4.5rem;
  }
  .desktop\:margin-y-neg-10 {
    margin-top: -5rem;
    margin-bottom: -5rem;
  }
  .desktop\:margin-top-neg-10 {
    margin-top: -5rem;
  }
  .desktop\:margin-bottom-neg-10 {
    margin-bottom: -5rem;
  }
  .desktop\:margin-y-neg-15 {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }
  .desktop\:margin-top-neg-15 {
    margin-top: -7.5rem;
  }
  .desktop\:margin-bottom-neg-15 {
    margin-bottom: -7.5rem;
  }
  .desktop\:margin-y-4 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .desktop\:margin-top-4 {
    margin-top: 2rem;
  }
  .desktop\:margin-bottom-4 {
    margin-bottom: 2rem;
  }
  .desktop\:margin-y-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .desktop\:margin-top-5 {
    margin-top: 2.5rem;
  }
  .desktop\:margin-bottom-5 {
    margin-bottom: 2.5rem;
  }
  .desktop\:margin-y-6 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .desktop\:margin-top-6 {
    margin-top: 3rem;
  }
  .desktop\:margin-bottom-6 {
    margin-bottom: 3rem;
  }
  .desktop\:margin-y-7 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .desktop\:margin-top-7 {
    margin-top: 3.5rem;
  }
  .desktop\:margin-bottom-7 {
    margin-bottom: 3.5rem;
  }
  .desktop\:margin-y-8 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .desktop\:margin-top-8 {
    margin-top: 4rem;
  }
  .desktop\:margin-bottom-8 {
    margin-bottom: 4rem;
  }
  .desktop\:margin-y-9 {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
  }
  .desktop\:margin-top-9 {
    margin-top: 4.5rem;
  }
  .desktop\:margin-bottom-9 {
    margin-bottom: 4.5rem;
  }
  .desktop\:margin-y-10 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .desktop\:margin-top-10 {
    margin-top: 5rem;
  }
  .desktop\:margin-bottom-10 {
    margin-bottom: 5rem;
  }
  .desktop\:margin-y-15 {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  .desktop\:margin-top-15 {
    margin-top: 7.5rem;
  }
  .desktop\:margin-bottom-15 {
    margin-bottom: 7.5rem;
  }
  .desktop\:margin-y-05em {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .desktop\:margin-top-05em {
    margin-top: 0.5em;
  }
  .desktop\:margin-bottom-05em {
    margin-bottom: 0.5em;
  }
  .desktop\:margin-y-1em {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .desktop\:margin-top-1em {
    margin-top: 1em;
  }
  .desktop\:margin-bottom-1em {
    margin-bottom: 1em;
  }
  .desktop\:margin-y-105em {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .desktop\:margin-top-105em {
    margin-top: 1.5em;
  }
  .desktop\:margin-bottom-105em {
    margin-bottom: 1.5em;
  }
  .desktop\:margin-y-2em {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .desktop\:margin-top-2em {
    margin-top: 2em;
  }
  .desktop\:margin-bottom-2em {
    margin-bottom: 2em;
  }
  .desktop\:margin-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .desktop\:margin-top-0 {
    margin-top: 0;
  }
  .desktop\:margin-bottom-0 {
    margin-bottom: 0;
  }
  .desktop\:margin-y-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .desktop\:margin-top-auto {
    margin-top: auto;
  }
  .desktop\:margin-bottom-auto {
    margin-bottom: auto;
  }
  .desktop\:margin-x-1px {
    margin-left: 1px;
    margin-right: 1px;
  }
  .desktop\:margin-right-1px {
    margin-right: 1px;
  }
  .desktop\:margin-left-1px {
    margin-left: 1px;
  }
  .desktop\:margin-x-2px {
    margin-left: 2px;
    margin-right: 2px;
  }
  .desktop\:margin-right-2px {
    margin-right: 2px;
  }
  .desktop\:margin-left-2px {
    margin-left: 2px;
  }
  .desktop\:margin-x-05 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .desktop\:margin-right-05 {
    margin-right: 0.25rem;
  }
  .desktop\:margin-left-05 {
    margin-left: 0.25rem;
  }
  .desktop\:margin-x-1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .desktop\:margin-right-1 {
    margin-right: 0.5rem;
  }
  .desktop\:margin-left-1 {
    margin-left: 0.5rem;
  }
  .desktop\:margin-x-105 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .desktop\:margin-right-105 {
    margin-right: 0.75rem;
  }
  .desktop\:margin-left-105 {
    margin-left: 0.75rem;
  }
  .desktop\:margin-x-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .desktop\:margin-right-2 {
    margin-right: 1rem;
  }
  .desktop\:margin-left-2 {
    margin-left: 1rem;
  }
  .desktop\:margin-x-205 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
  .desktop\:margin-right-205 {
    margin-right: 1.25rem;
  }
  .desktop\:margin-left-205 {
    margin-left: 1.25rem;
  }
  .desktop\:margin-x-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .desktop\:margin-right-3 {
    margin-right: 1.5rem;
  }
  .desktop\:margin-left-3 {
    margin-left: 1.5rem;
  }
  .desktop\:margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px;
  }
  .desktop\:margin-right-neg-1px {
    margin-right: -1px;
  }
  .desktop\:margin-left-neg-1px {
    margin-left: -1px;
  }
  .desktop\:margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px;
  }
  .desktop\:margin-right-neg-2px {
    margin-right: -2px;
  }
  .desktop\:margin-left-neg-2px {
    margin-left: -2px;
  }
  .desktop\:margin-x-neg-05 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }
  .desktop\:margin-right-neg-05 {
    margin-right: -0.25rem;
  }
  .desktop\:margin-left-neg-05 {
    margin-left: -0.25rem;
  }
  .desktop\:margin-x-neg-1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .desktop\:margin-right-neg-1 {
    margin-right: -0.5rem;
  }
  .desktop\:margin-left-neg-1 {
    margin-left: -0.5rem;
  }
  .desktop\:margin-x-neg-105 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  .desktop\:margin-right-neg-105 {
    margin-right: -0.75rem;
  }
  .desktop\:margin-left-neg-105 {
    margin-left: -0.75rem;
  }
  .desktop\:margin-x-neg-2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .desktop\:margin-right-neg-2 {
    margin-right: -1rem;
  }
  .desktop\:margin-left-neg-2 {
    margin-left: -1rem;
  }
  .desktop\:margin-x-neg-205 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .desktop\:margin-right-neg-205 {
    margin-right: -1.25rem;
  }
  .desktop\:margin-left-neg-205 {
    margin-left: -1.25rem;
  }
  .desktop\:margin-x-neg-3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .desktop\:margin-right-neg-3 {
    margin-right: -1.5rem;
  }
  .desktop\:margin-left-neg-3 {
    margin-left: -1.5rem;
  }
  .desktop\:margin-x-neg-4 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .desktop\:margin-right-neg-4 {
    margin-right: -2rem;
  }
  .desktop\:margin-left-neg-4 {
    margin-left: -2rem;
  }
  .desktop\:margin-x-neg-5 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
  .desktop\:margin-right-neg-5 {
    margin-right: -2.5rem;
  }
  .desktop\:margin-left-neg-5 {
    margin-left: -2.5rem;
  }
  .desktop\:margin-x-neg-6 {
    margin-left: -3rem;
    margin-right: -3rem;
  }
  .desktop\:margin-right-neg-6 {
    margin-right: -3rem;
  }
  .desktop\:margin-left-neg-6 {
    margin-left: -3rem;
  }
  .desktop\:margin-x-neg-7 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }
  .desktop\:margin-right-neg-7 {
    margin-right: -3.5rem;
  }
  .desktop\:margin-left-neg-7 {
    margin-left: -3.5rem;
  }
  .desktop\:margin-x-neg-8 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .desktop\:margin-right-neg-8 {
    margin-right: -4rem;
  }
  .desktop\:margin-left-neg-8 {
    margin-left: -4rem;
  }
  .desktop\:margin-x-neg-9 {
    margin-left: -4.5rem;
    margin-right: -4.5rem;
  }
  .desktop\:margin-right-neg-9 {
    margin-right: -4.5rem;
  }
  .desktop\:margin-left-neg-9 {
    margin-left: -4.5rem;
  }
  .desktop\:margin-x-neg-10 {
    margin-left: -5rem;
    margin-right: -5rem;
  }
  .desktop\:margin-right-neg-10 {
    margin-right: -5rem;
  }
  .desktop\:margin-left-neg-10 {
    margin-left: -5rem;
  }
  .desktop\:margin-x-neg-15 {
    margin-left: -7.5rem;
    margin-right: -7.5rem;
  }
  .desktop\:margin-right-neg-15 {
    margin-right: -7.5rem;
  }
  .desktop\:margin-left-neg-15 {
    margin-left: -7.5rem;
  }
  .desktop\:margin-x-4 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .desktop\:margin-right-4 {
    margin-right: 2rem;
  }
  .desktop\:margin-left-4 {
    margin-left: 2rem;
  }
  .desktop\:margin-x-5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .desktop\:margin-right-5 {
    margin-right: 2.5rem;
  }
  .desktop\:margin-left-5 {
    margin-left: 2.5rem;
  }
  .desktop\:margin-x-6 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .desktop\:margin-right-6 {
    margin-right: 3rem;
  }
  .desktop\:margin-left-6 {
    margin-left: 3rem;
  }
  .desktop\:margin-x-7 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .desktop\:margin-right-7 {
    margin-right: 3.5rem;
  }
  .desktop\:margin-left-7 {
    margin-left: 3.5rem;
  }
  .desktop\:margin-x-8 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .desktop\:margin-right-8 {
    margin-right: 4rem;
  }
  .desktop\:margin-left-8 {
    margin-left: 4rem;
  }
  .desktop\:margin-x-9 {
    margin-left: 4.5rem;
    margin-right: 4.5rem;
  }
  .desktop\:margin-right-9 {
    margin-right: 4.5rem;
  }
  .desktop\:margin-left-9 {
    margin-left: 4.5rem;
  }
  .desktop\:margin-x-10 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .desktop\:margin-right-10 {
    margin-right: 5rem;
  }
  .desktop\:margin-left-10 {
    margin-left: 5rem;
  }
  .desktop\:margin-x-15 {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
  .desktop\:margin-right-15 {
    margin-right: 7.5rem;
  }
  .desktop\:margin-left-15 {
    margin-left: 7.5rem;
  }
  .desktop\:margin-x-card {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .desktop\:margin-right-card {
    margin-right: 10rem;
  }
  .desktop\:margin-left-card {
    margin-left: 10rem;
  }
  .desktop\:margin-x-card-lg {
    margin-left: 15rem;
    margin-right: 15rem;
  }
  .desktop\:margin-right-card-lg {
    margin-right: 15rem;
  }
  .desktop\:margin-left-card-lg {
    margin-left: 15rem;
  }
  .desktop\:margin-x-mobile {
    margin-left: 20rem;
    margin-right: 20rem;
  }
  .desktop\:margin-right-mobile {
    margin-right: 20rem;
  }
  .desktop\:margin-left-mobile {
    margin-left: 20rem;
  }
  .desktop\:margin-x-05em {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .desktop\:margin-right-05em {
    margin-right: 0.5em;
  }
  .desktop\:margin-left-05em {
    margin-left: 0.5em;
  }
  .desktop\:margin-x-1em {
    margin-left: 1em;
    margin-right: 1em;
  }
  .desktop\:margin-right-1em {
    margin-right: 1em;
  }
  .desktop\:margin-left-1em {
    margin-left: 1em;
  }
  .desktop\:margin-x-105em {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .desktop\:margin-right-105em {
    margin-right: 1.5em;
  }
  .desktop\:margin-left-105em {
    margin-left: 1.5em;
  }
  .desktop\:margin-x-2em {
    margin-left: 2em;
    margin-right: 2em;
  }
  .desktop\:margin-right-2em {
    margin-right: 2em;
  }
  .desktop\:margin-left-2em {
    margin-left: 2em;
  }
  .desktop\:margin-x-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .desktop\:margin-right-0 {
    margin-right: 0;
  }
  .desktop\:margin-left-0 {
    margin-left: 0;
  }
  .desktop\:margin-x-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .desktop\:margin-right-auto {
    margin-right: auto;
  }
  .desktop\:margin-left-auto {
    margin-left: auto;
  }
  .desktop\:measure-1 {
    max-width: 44ex;
  }
  .desktop\:measure-2 {
    max-width: 60ex;
  }
  .desktop\:measure-3 {
    max-width: 64ex;
  }
  .desktop\:measure-4 {
    max-width: 68ex;
  }
  .desktop\:measure-5 {
    max-width: 72ex;
  }
  .desktop\:measure-6 {
    max-width: 88ex;
  }
  .desktop\:measure-none {
    max-width: none;
  }
  .desktop\:order-first {
    order: -1;
  }
  .desktop\:order-last {
    order: 999;
  }
  .desktop\:order-initial {
    order: initial;
  }
  .desktop\:order-0 {
    order: 0;
  }
  .desktop\:order-1 {
    order: 1;
  }
  .desktop\:order-2 {
    order: 2;
  }
  .desktop\:order-3 {
    order: 3;
  }
  .desktop\:order-4 {
    order: 4;
  }
  .desktop\:order-5 {
    order: 5;
  }
  .desktop\:order-6 {
    order: 6;
  }
  .desktop\:order-7 {
    order: 7;
  }
  .desktop\:order-8 {
    order: 8;
  }
  .desktop\:order-9 {
    order: 9;
  }
  .desktop\:order-10 {
    order: 10;
  }
  .desktop\:order-11 {
    order: 11;
  }
  .desktop\:padding-1px {
    padding: 1px;
  }
  .desktop\:padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .desktop\:padding-x-1px {
    padding-left: 1px;
    padding-right: 1px;
  }
  .desktop\:padding-top-1px {
    padding-top: 1px;
  }
  .desktop\:padding-right-1px {
    padding-right: 1px;
  }
  .desktop\:padding-bottom-1px {
    padding-bottom: 1px;
  }
  .desktop\:padding-left-1px {
    padding-left: 1px;
  }
  .desktop\:padding-2px {
    padding: 2px;
  }
  .desktop\:padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .desktop\:padding-x-2px {
    padding-left: 2px;
    padding-right: 2px;
  }
  .desktop\:padding-top-2px {
    padding-top: 2px;
  }
  .desktop\:padding-right-2px {
    padding-right: 2px;
  }
  .desktop\:padding-bottom-2px {
    padding-bottom: 2px;
  }
  .desktop\:padding-left-2px {
    padding-left: 2px;
  }
  .desktop\:padding-05 {
    padding: 0.25rem;
  }
  .desktop\:padding-y-05 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .desktop\:padding-x-05 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .desktop\:padding-top-05 {
    padding-top: 0.25rem;
  }
  .desktop\:padding-right-05 {
    padding-right: 0.25rem;
  }
  .desktop\:padding-bottom-05 {
    padding-bottom: 0.25rem;
  }
  .desktop\:padding-left-05 {
    padding-left: 0.25rem;
  }
  .desktop\:padding-1 {
    padding: 0.5rem;
  }
  .desktop\:padding-y-1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .desktop\:padding-x-1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .desktop\:padding-top-1 {
    padding-top: 0.5rem;
  }
  .desktop\:padding-right-1 {
    padding-right: 0.5rem;
  }
  .desktop\:padding-bottom-1 {
    padding-bottom: 0.5rem;
  }
  .desktop\:padding-left-1 {
    padding-left: 0.5rem;
  }
  .desktop\:padding-105 {
    padding: 0.75rem;
  }
  .desktop\:padding-y-105 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .desktop\:padding-x-105 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .desktop\:padding-top-105 {
    padding-top: 0.75rem;
  }
  .desktop\:padding-right-105 {
    padding-right: 0.75rem;
  }
  .desktop\:padding-bottom-105 {
    padding-bottom: 0.75rem;
  }
  .desktop\:padding-left-105 {
    padding-left: 0.75rem;
  }
  .desktop\:padding-2 {
    padding: 1rem;
  }
  .desktop\:padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .desktop\:padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .desktop\:padding-top-2 {
    padding-top: 1rem;
  }
  .desktop\:padding-right-2 {
    padding-right: 1rem;
  }
  .desktop\:padding-bottom-2 {
    padding-bottom: 1rem;
  }
  .desktop\:padding-left-2 {
    padding-left: 1rem;
  }
  .desktop\:padding-205 {
    padding: 1.25rem;
  }
  .desktop\:padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .desktop\:padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .desktop\:padding-top-205 {
    padding-top: 1.25rem;
  }
  .desktop\:padding-right-205 {
    padding-right: 1.25rem;
  }
  .desktop\:padding-bottom-205 {
    padding-bottom: 1.25rem;
  }
  .desktop\:padding-left-205 {
    padding-left: 1.25rem;
  }
  .desktop\:padding-3 {
    padding: 1.5rem;
  }
  .desktop\:padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .desktop\:padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .desktop\:padding-top-3 {
    padding-top: 1.5rem;
  }
  .desktop\:padding-right-3 {
    padding-right: 1.5rem;
  }
  .desktop\:padding-bottom-3 {
    padding-bottom: 1.5rem;
  }
  .desktop\:padding-left-3 {
    padding-left: 1.5rem;
  }
  .desktop\:padding-4 {
    padding: 2rem;
  }
  .desktop\:padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .desktop\:padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .desktop\:padding-top-4 {
    padding-top: 2rem;
  }
  .desktop\:padding-right-4 {
    padding-right: 2rem;
  }
  .desktop\:padding-bottom-4 {
    padding-bottom: 2rem;
  }
  .desktop\:padding-left-4 {
    padding-left: 2rem;
  }
  .desktop\:padding-5 {
    padding: 2.5rem;
  }
  .desktop\:padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .desktop\:padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .desktop\:padding-top-5 {
    padding-top: 2.5rem;
  }
  .desktop\:padding-right-5 {
    padding-right: 2.5rem;
  }
  .desktop\:padding-bottom-5 {
    padding-bottom: 2.5rem;
  }
  .desktop\:padding-left-5 {
    padding-left: 2.5rem;
  }
  .desktop\:padding-6 {
    padding: 3rem;
  }
  .desktop\:padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .desktop\:padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .desktop\:padding-top-6 {
    padding-top: 3rem;
  }
  .desktop\:padding-right-6 {
    padding-right: 3rem;
  }
  .desktop\:padding-bottom-6 {
    padding-bottom: 3rem;
  }
  .desktop\:padding-left-6 {
    padding-left: 3rem;
  }
  .desktop\:padding-7 {
    padding: 3.5rem;
  }
  .desktop\:padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .desktop\:padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .desktop\:padding-top-7 {
    padding-top: 3.5rem;
  }
  .desktop\:padding-right-7 {
    padding-right: 3.5rem;
  }
  .desktop\:padding-bottom-7 {
    padding-bottom: 3.5rem;
  }
  .desktop\:padding-left-7 {
    padding-left: 3.5rem;
  }
  .desktop\:padding-8 {
    padding: 4rem;
  }
  .desktop\:padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .desktop\:padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .desktop\:padding-top-8 {
    padding-top: 4rem;
  }
  .desktop\:padding-right-8 {
    padding-right: 4rem;
  }
  .desktop\:padding-bottom-8 {
    padding-bottom: 4rem;
  }
  .desktop\:padding-left-8 {
    padding-left: 4rem;
  }
  .desktop\:padding-9 {
    padding: 4.5rem;
  }
  .desktop\:padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .desktop\:padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
  .desktop\:padding-top-9 {
    padding-top: 4.5rem;
  }
  .desktop\:padding-right-9 {
    padding-right: 4.5rem;
  }
  .desktop\:padding-bottom-9 {
    padding-bottom: 4.5rem;
  }
  .desktop\:padding-left-9 {
    padding-left: 4.5rem;
  }
  .desktop\:padding-10 {
    padding: 5rem;
  }
  .desktop\:padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .desktop\:padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .desktop\:padding-top-10 {
    padding-top: 5rem;
  }
  .desktop\:padding-right-10 {
    padding-right: 5rem;
  }
  .desktop\:padding-bottom-10 {
    padding-bottom: 5rem;
  }
  .desktop\:padding-left-10 {
    padding-left: 5rem;
  }
  .desktop\:padding-15 {
    padding: 7.5rem;
  }
  .desktop\:padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
  .desktop\:padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
  .desktop\:padding-top-15 {
    padding-top: 7.5rem;
  }
  .desktop\:padding-right-15 {
    padding-right: 7.5rem;
  }
  .desktop\:padding-bottom-15 {
    padding-bottom: 7.5rem;
  }
  .desktop\:padding-left-15 {
    padding-left: 7.5rem;
  }
  .desktop\:padding-0 {
    padding: 0;
  }
  .desktop\:padding-y-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .desktop\:padding-x-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .desktop\:padding-top-0 {
    padding-top: 0;
  }
  .desktop\:padding-right-0 {
    padding-right: 0;
  }
  .desktop\:padding-bottom-0 {
    padding-bottom: 0;
  }
  .desktop\:padding-left-0 {
    padding-left: 0;
  }
  .desktop\:width-1px {
    width: 1px;
  }
  .desktop\:width-2px {
    width: 2px;
  }
  .desktop\:width-05 {
    width: 0.25rem;
  }
  .desktop\:width-1 {
    width: 0.5rem;
  }
  .desktop\:width-105 {
    width: 0.75rem;
  }
  .desktop\:width-2 {
    width: 1rem;
  }
  .desktop\:width-205 {
    width: 1.25rem;
  }
  .desktop\:width-3 {
    width: 1.5rem;
  }
  .desktop\:width-4 {
    width: 2rem;
  }
  .desktop\:width-5 {
    width: 2.5rem;
  }
  .desktop\:width-6 {
    width: 3rem;
  }
  .desktop\:width-7 {
    width: 3.5rem;
  }
  .desktop\:width-8 {
    width: 4rem;
  }
  .desktop\:width-9 {
    width: 4.5rem;
  }
  .desktop\:width-10 {
    width: 5rem;
  }
  .desktop\:width-15 {
    width: 7.5rem;
  }
  .desktop\:width-card {
    width: 10rem;
  }
  .desktop\:width-card-lg {
    width: 15rem;
  }
  .desktop\:width-mobile {
    width: 20rem;
  }
  .desktop\:width-mobile-lg {
    width: 30rem;
  }
  .desktop\:width-tablet {
    width: 40rem;
  }
  .desktop\:width-tablet-lg {
    width: 55rem;
  }
  .desktop\:width-desktop {
    width: 64rem;
  }
  .desktop\:width-desktop-lg {
    width: 75rem;
  }
  .desktop\:width-widescreen {
    width: 87.5rem;
  }
  .desktop\:width-0 {
    width: 0;
  }
  .desktop\:width-full {
    width: 100%;
  }
  .desktop\:width-auto {
    width: auto;
  }
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 * Copyright 2021 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2025 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2021  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.usa-button--accent-cool {
  color: #FFFFFF;
}
.display-inline-flex {
  display: inline;
}
button.usa-button:not(.usa-modal__close) {
  pointer-events: auto;
  max-height: 25px;
  font-weight: normal;
}
.usa-button:disabled,
.usa-button[aria-disabled=true] {
  opacity: 0.65;
}
.usa-button-group .usa-button-group__item .usa-button {
  height: 25px;
}
.usa-input-prefix + input {
  padding: 2px 5px;
  font-size: 0.703rem;
}
.usa-input-group {
  height: 1.75rem;
  margin-top: 0;
}
frb-text-input .usa-form-group input.usa-input {
  margin-top: -25px;
  height: 25px;
  border-color: lightgray;
  border-radius: 5px;
}
frb-dropdown-select {
  height: 25px;
}
frb-dropdown-select .usa-form-group {
  margin-top: 0;
}
frb-dropdown-select .usa-select {
  margin-top: 0;
}
frb-dropdown-select .usa-select {
  height: 25px;
  font-size: 0.75rem;
  padding: 0 8px;
  border-color: #ced4da;
  border-radius: 4px;
  background-position-x: right;
}
frb-multiselect-dropdown {
  color: black;
}
frb-multiselect-dropdown .usa-checkbox label {
  font-size: 0.703rem;
  font-family: Arial;
  font-weight: normal;
}
frb-checkbox .usa-form-group {
  margin: 0.75rem;
}
frb-checkbox .usa-checkbox .usa-checkbox__label::before {
  height: 0.75rem;
  width: 0.75rem;
  margin-top: 0;
}
frb-checkbox .usa-checkbox .usa-checkbox__label {
  margin: 0;
}
.usa-accordion--bordered .usa-accordion__content {
  padding: 0.5rem;
}
.cdk-overlay-container {
  z-index: 1149;
}
.usa-dialog-backdrop {
  background-color: #000000;
  opacity: 0.32 !important;
}
usa-dialog-container {
  width: 800px;
  min-width: 800px;
}
usa-dialog-container .usa-modal__main {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  max-height: 90%;
  width: 800px;
}
usa-dialog-container .usa-modal__content {
  padding-top: 0;
}
usa-dialog-container .usa-modal__footer {
  margin-top: 0;
}
.usa-dialog-content .col-xl,
.usa-dialog-content .col-xl-auto,
.usa-dialog-content .col-xl-12,
.usa-dialog-content .col-xl-11,
.usa-dialog-content .col-xl-10,
.usa-dialog-content .col-xl-9,
.usa-dialog-content .col-xl-8,
.usa-dialog-content .col-xl-7,
.usa-dialog-content .col-xl-6,
.usa-dialog-content .col-xl-5,
.usa-dialog-content .col-xl-4,
.usa-dialog-content .col-xl-3,
.usa-dialog-content .col-xl-2,
.usa-dialog-content .col-xl-1,
.usa-dialog-content .col-lg,
.usa-dialog-content .col-lg-auto,
.usa-dialog-content .col-lg-12,
.usa-dialog-content .col-lg-11,
.usa-dialog-content .col-lg-10,
.usa-dialog-content .col-lg-9,
.usa-dialog-content .col-lg-8,
.usa-dialog-content .col-lg-7,
.usa-dialog-content .col-lg-6,
.usa-dialog-content .col-lg-5,
.usa-dialog-content .col-lg-4,
.usa-dialog-content .col-lg-3,
.usa-dialog-content .col-lg-2,
.usa-dialog-content .col-lg-1,
.usa-dialog-content .col-md,
.usa-dialog-content .col-md-auto,
.usa-dialog-content .col-md-12,
.usa-dialog-content .col-md-11,
.usa-dialog-content .col-md-10,
.usa-dialog-content .col-md-9,
.usa-dialog-content .col-md-8,
.usa-dialog-content .col-md-7,
.usa-dialog-content .col-md-6,
.usa-dialog-content .col-md-5,
.usa-dialog-content .col-md-4,
.usa-dialog-content .col-md-3,
.usa-dialog-content .col-md-2,
.usa-dialog-content .col-md-1,
.usa-dialog-content .col-sm,
.usa-dialog-content .col-sm-auto,
.usa-dialog-content .col-sm-12,
.usa-dialog-content .col-sm-11,
.usa-dialog-content .col-sm-10,
.usa-dialog-content .col-sm-9,
.usa-dialog-content .col-sm-8,
.usa-dialog-content .col-sm-7,
.usa-dialog-content .col-sm-6,
.usa-dialog-content .col-sm-5,
.usa-dialog-content .col-sm-4,
.usa-dialog-content .col-sm-3,
.usa-dialog-content .col-sm-2,
.usa-dialog-content .col-sm-1,
.usa-dialog-content .col,
.usa-dialog-content .col-auto,
.usa-dialog-content .col-12,
.usa-dialog-content .col-11,
.usa-dialog-content .col-10,
.usa-dialog-content .col-9,
.usa-dialog-content .col-8,
.usa-dialog-content .col-7,
.usa-dialog-content .col-6,
.usa-dialog-content .col-5,
.usa-dialog-content .col-4,
.usa-dialog-content .col-3,
.usa-dialog-content .col-2,
.usa-dialog-content .col-1 {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
.usa-modal {
  font-size: 0.75rem;
  z-index: 1150;
}
.usa-modal #page-desc {
  margin-left: 20px;
}
.usa-modal #page-desc + div.pin-right {
  margin-right: 20px;
}
.usa-modal .usa-button--unstyled {
  font-size: 0.75rem;
}
.usa-modal__close {
  padding-bottom: 18px;
  color: #EEEEEE;
  z-index: 1;
}
.usa-modal__close .usa-icon {
  width: 20px;
  height: 20px;
}
.usa-modal__close:hover {
  color: #EEEEEE;
}
.usa-modal__heading {
  background: #004E8C;
  color: #FFFFFF;
  font-size: 1.125rem;
  height: 40px;
  padding-left: 20px;
  text-align: left;
}
.usa-modal__footer {
  width: 100%;
  display: block;
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}
.usa-modal__footer ul {
  float: right;
  padding-right: 15px;
}
.usa-modal__footer button.usa-button {
  height: 30px;
  max-height: 30px;
}
.usa-table--compact th,
.usa-table--compact td {
  padding: 0.2rem 0.5rem;
}
.usa-table--striped tbody tr:nth-child(even) td {
  background-color: #FFFFFF;
  color: #000000;
}
.usa-table {
  text-align: center;
  vertical-align: middle;
  margin: 0;
  font-size: 0.703rem;
}
.usa-table .usa-button {
  font-size: 0.703rem;
}
.usa-table .usa-input-group {
  height: 1.25rem;
  margin-top: 0;
}
.usa-table frb-multiselect-dropdown {
  text-align: left;
}
.usa-table thead tr:first-of-type th {
  line-height: 1.5;
}
.usa-table thead th[aria-sort] {
  color: #FFFFFF;
}
.usa-table th[data-sortable] {
  position: relative;
}
.usa-table .sort-button g {
  fill: #FFFFFF;
}
.usa-table th[data-sortable] {
  padding-right: 2rem;
}
.usa-table th:has(> frb-multiselect-dropdown) {
  padding: 0;
}
.usa-table th frb-error-display {
  display: none;
}
.usa-table th .usa-input-group .usa-icon {
  display: none;
}
.usa-table th frb-multiselect-dropdown .usa-form-group {
  margin-top: 0;
}
.usa-table th frb-multiselect-dropdown .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding-right: 2px;
}
.usa-table th frb-multiselect-dropdown .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  padding-right: 5px;
}
.usa-table th frb-multiselect-dropdown .ng-select {
  margin: 2px 8px;
}
.usa-table th frb-multiselect-dropdown .ng-select .ng-select-container {
  min-height: 19px;
  height: auto;
  font-size: 0.703rem;
  border-radius: 0;
  border: 0;
}
.usa-table th frb-multiselect-dropdown .ng-select .ng-select-container .ng-value-container {
  min-height: 14px;
}
.usa-table th frb-multiselect-dropdown .ng-select .ng-value {
  font-weight: 400;
}
.usa-table th frb-multiselect-dropdown .ng-select .usa-icon {
  margin-right: 0;
  margin-top: 0;
}
.usa-table th frb-multiselect-dropdown .ng-select .ng-dropdown-panel .ng-dropdown-panel-items .usa-button.usa-button--unstyled {
  padding-top: 5px;
  padding-bottom: 5px;
}
.usa-table th usa-icon {
  padding: 0 0;
  float: right;
}
.usa-table th:has(> div > usa-icon > usa-fa-icon > i.fa-sort-up),
.usa-table th:has(> div > usa-icon > usa-fa-icon > i.fa-sort-down) {
  background-color: #5bb75b;
}
.usa-table .usa-checkbox__label {
  font-size: 0.75rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
.usa-table .usa-checkbox__label::before {
  width: 11px;
  height: 11px;
  box-shadow: 0 0 0 1px #999999;
  margin-top: 1px;
}
.usa-table caption {
  margin-bottom: 0;
}
frb-table > div > div.width-full + div {
  padding-left: 0.5rem;
  border: 1px solid #dee2e6;
  background-color: #F5F5F5;
  font-size: 0.703rem;
}
.frb-table-header {
  align-items: center;
  width: auto !important;
  min-width: auto !important;
}
frb-table frb-table-pagination #pagination-button-menu.usa-pagination__button i {
  color: #3673d4;
}
frb-table frb-table-pagination .usa-pagination {
  font-size: 0.75rem;
  margin-top: 5px;
  display: block;
}
frb-table frb-table-pagination .usa-pagination .usa-pagination__button.usa-pagination__item {
  height: 25px;
}
frb-table frb-table-pagination .usa-pagination .usa-pagination__list .usa-pagination__button {
  border-radius: 0;
  background-color: #F5F5F5;
}
frb-table frb-table-pagination .usa-pagination .usa-pagination__list .usa-pagination__button.usa-current {
  background-color: #3399ff;
}
frb-table frb-table-pagination .usa-pagination .usa-pagination__list .usa-pagination__item {
  height: 25px;
  min-width: 20px;
  margin-left: 0;
  margin-right: 0;
}
frb-table frb-table-pagination .usa-pagination .usa-pagination__list .usa-pagination__item.usa-pagination__page-no:only-child {
  display: none;
}
frb-table frb-table-pagination .usa-pagination .usa-pagination__list .usa-pagination__link,
frb-table frb-table-pagination .usa-pagination .usa-pagination__list .usa-pagination__item.usa-pagination__overflow {
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  background-color: #F5F5F5;
}
frb-table frb-table-pagination .usa-pagination .usa-pagination__list .usa-pagination__previous-page {
  margin-right: 0;
  padding-right: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-right-width: 0;
}
frb-table frb-table-pagination .usa-pagination .usa-pagination__list .usa-pagination__previous-page.disabled {
  color: #999999;
}
frb-table frb-table-pagination .usa-pagination .usa-pagination__list .usa-pagination__next-page {
  margin-left: 0;
  padding-left: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-left-width: 0;
}
frb-table frb-table-pagination .usa-pagination .usa-pagination__list .usa-pagination__next-page.disabled {
  color: #999999;
}
p:has(span.usa-sr-only) {
  margin-bottom: 0;
}
gtas-common-frb-table .grid-row {
  font-size: 0.75rem;
}
gtas-common-frb-table .grid-row div {
  margin-top: 5px;
}
frb-text-input .usa-input {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.usa-character-count__status {
  float: right;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa,
.glyphicon-calendar,
.glyphicon-chevron-down,
.glyphicon-chevron-up,
.glyphicon-chevron-right,
.glyphicon-chevron-left {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.fa-sharp-solid,
.fa-classic,
.fa,
.glyphicon-calendar,
.glyphicon-chevron-down,
.glyphicon-chevron-up,
.glyphicon-chevron-right,
.glyphicon-chevron-left {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.fa-0::before {
  content: "0";
}
.fa-1::before {
  content: "1";
}
.fa-2::before {
  content: "2";
}
.fa-3::before {
  content: "3";
}
.fa-4::before {
  content: "4";
}
.fa-5::before {
  content: "5";
}
.fa-6::before {
  content: "6";
}
.fa-7::before {
  content: "7";
}
.fa-8::before {
  content: "8";
}
.fa-9::before {
  content: "9";
}
.fa-fill-drip::before {
  content: "\f576";
}
.fa-arrows-to-circle::before {
  content: "\e4bd";
}
.fa-circle-chevron-right::before {
  content: "\f138";
}
.fa-chevron-circle-right::before {
  content: "\f138";
}
.fa-at::before {
  content: "@";
}
.fa-trash-can::before {
  content: "\f2ed";
}
.fa-trash-alt::before {
  content: "\f2ed";
}
.fa-text-height::before {
  content: "\f034";
}
.fa-user-xmark::before {
  content: "\f235";
}
.fa-user-times::before {
  content: "\f235";
}
.fa-stethoscope::before {
  content: "\f0f1";
}
.fa-message::before {
  content: "\f27a";
}
.fa-comment-alt::before {
  content: "\f27a";
}
.fa-info::before {
  content: "\f129";
}
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}
.fa-compress-alt::before {
  content: "\f422";
}
.fa-explosion::before {
  content: "\e4e9";
}
.fa-file-lines::before {
  content: "\f15c";
}
.fa-file-alt::before {
  content: "\f15c";
}
.fa-file-text::before {
  content: "\f15c";
}
.fa-wave-square::before {
  content: "\f83e";
}
.fa-ring::before {
  content: "\f70b";
}
.fa-building-un::before {
  content: "\e4d9";
}
.fa-dice-three::before {
  content: "\f527";
}
.fa-calendar-days::before {
  content: "\f073";
}
.fa-calendar-alt::before {
  content: "\f073";
}
.fa-anchor-circle-check::before {
  content: "\e4aa";
}
.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}
.fa-volleyball::before {
  content: "\f45f";
}
.fa-volleyball-ball::before {
  content: "\f45f";
}
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}
.fa-sort-down::before {
  content: "\f0dd";
}
.fa-sort-desc::before {
  content: "\f0dd";
}
.fa-circle-minus::before {
  content: "\f056";
}
.fa-minus-circle::before {
  content: "\f056";
}
.fa-door-open::before {
  content: "\f52b";
}
.fa-right-from-bracket::before {
  content: "\f2f5";
}
.fa-sign-out-alt::before {
  content: "\f2f5";
}
.fa-atom::before {
  content: "\f5d2";
}
.fa-soap::before {
  content: "\e06e";
}
.fa-icons::before {
  content: "\f86d";
}
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}
.fa-microphone-lines-slash::before {
  content: "\f539";
}
.fa-microphone-alt-slash::before {
  content: "\f539";
}
.fa-bridge-circle-check::before {
  content: "\e4c9";
}
.fa-pump-medical::before {
  content: "\e06a";
}
.fa-fingerprint::before {
  content: "\f577";
}
.fa-hand-point-right::before {
  content: "\f0a4";
}
.fa-magnifying-glass-location::before {
  content: "\f689";
}
.fa-search-location::before {
  content: "\f689";
}
.fa-forward-step::before {
  content: "\f051";
}
.fa-step-forward::before {
  content: "\f051";
}
.fa-face-smile-beam::before {
  content: "\f5b8";
}
.fa-smile-beam::before {
  content: "\f5b8";
}
.fa-flag-checkered::before {
  content: "\f11e";
}
.fa-football::before {
  content: "\f44e";
}
.fa-football-ball::before {
  content: "\f44e";
}
.fa-school-circle-exclamation::before {
  content: "\e56c";
}
.fa-crop::before {
  content: "\f125";
}
.fa-angles-down::before {
  content: "\f103";
}
.fa-angle-double-down::before {
  content: "\f103";
}
.fa-users-rectangle::before {
  content: "\e594";
}
.fa-people-roof::before {
  content: "\e537";
}
.fa-people-line::before {
  content: "\e534";
}
.fa-beer-mug-empty::before {
  content: "\f0fc";
}
.fa-beer::before {
  content: "\f0fc";
}
.fa-diagram-predecessor::before {
  content: "\e477";
}
.fa-arrow-up-long::before {
  content: "\f176";
}
.fa-long-arrow-up::before {
  content: "\f176";
}
.fa-fire-flame-simple::before {
  content: "\f46a";
}
.fa-burn::before {
  content: "\f46a";
}
.fa-person::before {
  content: "\f183";
}
.fa-male::before {
  content: "\f183";
}
.fa-laptop::before {
  content: "\f109";
}
.fa-file-csv::before {
  content: "\f6dd";
}
.fa-menorah::before {
  content: "\f676";
}
.fa-truck-plane::before {
  content: "\e58f";
}
.fa-record-vinyl::before {
  content: "\f8d9";
}
.fa-face-grin-stars::before {
  content: "\f587";
}
.fa-grin-stars::before {
  content: "\f587";
}
.fa-bong::before {
  content: "\f55c";
}
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}
.fa-pastafarianism::before {
  content: "\f67b";
}
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}
.fa-spoon::before {
  content: "\f2e5";
}
.fa-utensil-spoon::before {
  content: "\f2e5";
}
.fa-jar-wheat::before {
  content: "\e517";
}
.fa-envelopes-bulk::before {
  content: "\f674";
}
.fa-mail-bulk::before {
  content: "\f674";
}
.fa-file-circle-exclamation::before {
  content: "\e4eb";
}
.fa-circle-h::before {
  content: "\f47e";
}
.fa-hospital-symbol::before {
  content: "\f47e";
}
.fa-pager::before {
  content: "\f815";
}
.fa-address-book::before {
  content: "\f2b9";
}
.fa-contact-book::before {
  content: "\f2b9";
}
.fa-strikethrough::before {
  content: "\f0cc";
}
.fa-k::before {
  content: "K";
}
.fa-landmark-flag::before {
  content: "\e51c";
}
.fa-pencil::before {
  content: "\f303";
}
.fa-pencil-alt::before {
  content: "\f303";
}
.fa-backward::before {
  content: "\f04a";
}
.fa-caret-right::before {
  content: "\f0da";
}
.fa-comments::before {
  content: "\f086";
}
.fa-paste::before {
  content: "\f0ea";
}
.fa-file-clipboard::before {
  content: "\f0ea";
}
.fa-code-pull-request::before {
  content: "\e13c";
}
.fa-clipboard-list::before {
  content: "\f46d";
}
.fa-truck-ramp-box::before {
  content: "\f4de";
}
.fa-truck-loading::before {
  content: "\f4de";
}
.fa-user-check::before {
  content: "\f4fc";
}
.fa-vial-virus::before {
  content: "\e597";
}
.fa-sheet-plastic::before {
  content: "\e571";
}
.fa-blog::before {
  content: "\f781";
}
.fa-user-ninja::before {
  content: "\f504";
}
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}
.fa-scroll-torah::before {
  content: "\f6a0";
}
.fa-torah::before {
  content: "\f6a0";
}
.fa-broom-ball::before {
  content: "\f458";
}
.fa-quidditch::before {
  content: "\f458";
}
.fa-quidditch-broom-ball::before {
  content: "\f458";
}
.fa-toggle-off::before {
  content: "\f204";
}
.fa-box-archive::before {
  content: "\f187";
}
.fa-archive::before {
  content: "\f187";
}
.fa-person-drowning::before {
  content: "\e545";
}
.fa-arrow-down-9-1::before {
  content: "\f886";
}
.fa-sort-numeric-desc::before {
  content: "\f886";
}
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-spray-can::before {
  content: "\f5bd";
}
.fa-truck-monster::before {
  content: "\f63b";
}
.fa-w::before {
  content: "W";
}
.fa-earth-africa::before {
  content: "\f57c";
}
.fa-globe-africa::before {
  content: "\f57c";
}
.fa-rainbow::before {
  content: "\f75b";
}
.fa-circle-notch::before {
  content: "\f1ce";
}
.fa-tablet-screen-button::before {
  content: "\f3fa";
}
.fa-tablet-alt::before {
  content: "\f3fa";
}
.fa-paw::before {
  content: "\f1b0";
}
.fa-cloud::before {
  content: "\f0c2";
}
.fa-trowel-bricks::before {
  content: "\e58a";
}
.fa-face-flushed::before {
  content: "\f579";
}
.fa-flushed::before {
  content: "\f579";
}
.fa-hospital-user::before {
  content: "\f80d";
}
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}
.fa-gavel::before {
  content: "\f0e3";
}
.fa-legal::before {
  content: "\f0e3";
}
.fa-binoculars::before {
  content: "\f1e5";
}
.fa-microphone-slash::before {
  content: "\f131";
}
.fa-box-tissue::before {
  content: "\e05b";
}
.fa-motorcycle::before {
  content: "\f21c";
}
.fa-bell-concierge::before {
  content: "\f562";
}
.fa-concierge-bell::before {
  content: "\f562";
}
.fa-pen-ruler::before {
  content: "\f5ae";
}
.fa-pencil-ruler::before {
  content: "\f5ae";
}
.fa-people-arrows::before {
  content: "\e068";
}
.fa-people-arrows-left-right::before {
  content: "\e068";
}
.fa-mars-and-venus-burst::before {
  content: "\e523";
}
.fa-square-caret-right::before {
  content: "\f152";
}
.fa-caret-square-right::before {
  content: "\f152";
}
.fa-scissors::before {
  content: "\f0c4";
}
.fa-cut::before {
  content: "\f0c4";
}
.fa-sun-plant-wilt::before {
  content: "\e57a";
}
.fa-toilets-portable::before {
  content: "\e584";
}
.fa-hockey-puck::before {
  content: "\f453";
}
.fa-table::before {
  content: "\f0ce";
}
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}
.fa-tachograph-digital::before {
  content: "\f566";
}
.fa-digital-tachograph::before {
  content: "\f566";
}
.fa-users-slash::before {
  content: "\e073";
}
.fa-clover::before {
  content: "\e139";
}
.fa-reply::before {
  content: "\f3e5";
}
.fa-mail-reply::before {
  content: "\f3e5";
}
.fa-star-and-crescent::before {
  content: "\f699";
}
.fa-house-fire::before {
  content: "\e50c";
}
.fa-square-minus::before {
  content: "\f146";
}
.fa-minus-square::before {
  content: "\f146";
}
.fa-helicopter::before {
  content: "\f533";
}
.fa-compass::before {
  content: "\f14e";
}
.fa-square-caret-down::before {
  content: "\f150";
}
.fa-caret-square-down::before {
  content: "\f150";
}
.fa-file-circle-question::before {
  content: "\e4ef";
}
.fa-laptop-code::before {
  content: "\f5fc";
}
.fa-swatchbook::before {
  content: "\f5c3";
}
.fa-prescription-bottle::before {
  content: "\f485";
}
.fa-bars::before {
  content: "\f0c9";
}
.fa-navicon::before {
  content: "\f0c9";
}
.fa-people-group::before {
  content: "\e533";
}
.fa-hourglass-end::before {
  content: "\f253";
}
.fa-hourglass-3::before {
  content: "\f253";
}
.fa-heart-crack::before {
  content: "\f7a9";
}
.fa-heart-broken::before {
  content: "\f7a9";
}
.fa-square-up-right::before {
  content: "\f360";
}
.fa-external-link-square-alt::before {
  content: "\f360";
}
.fa-face-kiss-beam::before {
  content: "\f597";
}
.fa-kiss-beam::before {
  content: "\f597";
}
.fa-film::before {
  content: "\f008";
}
.fa-ruler-horizontal::before {
  content: "\f547";
}
.fa-people-robbery::before {
  content: "\e536";
}
.fa-lightbulb::before {
  content: "\f0eb";
}
.fa-caret-left::before {
  content: "\f0d9";
}
.fa-circle-exclamation::before {
  content: "\f06a";
}
.fa-exclamation-circle::before {
  content: "\f06a";
}
.fa-school-circle-xmark::before {
  content: "\e56d";
}
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}
.fa-sign-out::before {
  content: "\f08b";
}
.fa-circle-chevron-down::before {
  content: "\f13a";
}
.fa-chevron-circle-down::before {
  content: "\f13a";
}
.fa-unlock-keyhole::before {
  content: "\f13e";
}
.fa-unlock-alt::before {
  content: "\f13e";
}
.fa-cloud-showers-heavy::before {
  content: "\f740";
}
.fa-headphones-simple::before {
  content: "\f58f";
}
.fa-headphones-alt::before {
  content: "\f58f";
}
.fa-sitemap::before {
  content: "\f0e8";
}
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}
.fa-donate::before {
  content: "\f4b9";
}
.fa-memory::before {
  content: "\f538";
}
.fa-road-spikes::before {
  content: "\e568";
}
.fa-fire-burner::before {
  content: "\e4f1";
}
.fa-flag::before {
  content: "\f024";
}
.fa-hanukiah::before {
  content: "\f6e6";
}
.fa-feather::before {
  content: "\f52d";
}
.fa-volume-low::before {
  content: "\f027";
}
.fa-volume-down::before {
  content: "\f027";
}
.fa-comment-slash::before {
  content: "\f4b3";
}
.fa-cloud-sun-rain::before {
  content: "\f743";
}
.fa-compress::before {
  content: "\f066";
}
.fa-wheat-awn::before {
  content: "\e2cd";
}
.fa-wheat-alt::before {
  content: "\e2cd";
}
.fa-ankh::before {
  content: "\f644";
}
.fa-hands-holding-child::before {
  content: "\e4fa";
}
.fa-asterisk::before {
  content: "*";
}
.fa-square-check::before {
  content: "\f14a";
}
.fa-check-square::before {
  content: "\f14a";
}
.fa-peseta-sign::before {
  content: "\e221";
}
.fa-heading::before {
  content: "\f1dc";
}
.fa-header::before {
  content: "\f1dc";
}
.fa-ghost::before {
  content: "\f6e2";
}
.fa-list::before {
  content: "\f03a";
}
.fa-list-squares::before {
  content: "\f03a";
}
.fa-square-phone-flip::before {
  content: "\f87b";
}
.fa-phone-square-alt::before {
  content: "\f87b";
}
.fa-cart-plus::before {
  content: "\f217";
}
.fa-gamepad::before {
  content: "\f11b";
}
.fa-circle-dot::before {
  content: "\f192";
}
.fa-dot-circle::before {
  content: "\f192";
}
.fa-face-dizzy::before {
  content: "\f567";
}
.fa-dizzy::before {
  content: "\f567";
}
.fa-egg::before {
  content: "\f7fb";
}
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}
.fa-campground::before {
  content: "\f6bb";
}
.fa-folder-plus::before {
  content: "\f65e";
}
.fa-futbol::before {
  content: "\f1e3";
}
.fa-futbol-ball::before {
  content: "\f1e3";
}
.fa-soccer-ball::before {
  content: "\f1e3";
}
.fa-paintbrush::before {
  content: "\f1fc";
}
.fa-paint-brush::before {
  content: "\f1fc";
}
.fa-lock::before {
  content: "\f023";
}
.fa-gas-pump::before {
  content: "\f52f";
}
.fa-hot-tub-person::before {
  content: "\f593";
}
.fa-hot-tub::before {
  content: "\f593";
}
.fa-map-location::before {
  content: "\f59f";
}
.fa-map-marked::before {
  content: "\f59f";
}
.fa-house-flood-water::before {
  content: "\e50e";
}
.fa-tree::before {
  content: "\f1bb";
}
.fa-bridge-lock::before {
  content: "\e4cc";
}
.fa-sack-dollar::before {
  content: "\f81d";
}
.fa-pen-to-square::before {
  content: "\f044";
}
.fa-edit::before {
  content: "\f044";
}
.fa-car-side::before {
  content: "\f5e4";
}
.fa-share-nodes::before {
  content: "\f1e0";
}
.fa-share-alt::before {
  content: "\f1e0";
}
.fa-heart-circle-minus::before {
  content: "\e4ff";
}
.fa-hourglass-half::before {
  content: "\f252";
}
.fa-hourglass-2::before {
  content: "\f252";
}
.fa-microscope::before {
  content: "\f610";
}
.fa-sink::before {
  content: "\e06d";
}
.fa-bag-shopping::before {
  content: "\f290";
}
.fa-shopping-bag::before {
  content: "\f290";
}
.fa-arrow-down-z-a::before {
  content: "\f881";
}
.fa-sort-alpha-desc::before {
  content: "\f881";
}
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}
.fa-mitten::before {
  content: "\f7b5";
}
.fa-person-rays::before {
  content: "\e54d";
}
.fa-users::before {
  content: "\f0c0";
}
.fa-eye-slash::before {
  content: "\f070";
}
.fa-flask-vial::before {
  content: "\e4f3";
}
.fa-hand::before {
  content: "\f256";
}
.fa-hand-paper::before {
  content: "\f256";
}
.fa-om::before {
  content: "\f679";
}
.fa-worm::before {
  content: "\e599";
}
.fa-house-circle-xmark::before {
  content: "\e50b";
}
.fa-plug::before {
  content: "\f1e6";
}
.fa-chevron-up::before,
.glyphicon-chevron-up::before {
  content: "\f077";
}
.fa-hand-spock::before {
  content: "\f259";
}
.fa-stopwatch::before {
  content: "\f2f2";
}
.fa-face-kiss::before {
  content: "\f596";
}
.fa-kiss::before {
  content: "\f596";
}
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}
.fa-face-grin-tongue::before {
  content: "\f589";
}
.fa-grin-tongue::before {
  content: "\f589";
}
.fa-chess-bishop::before {
  content: "\f43a";
}
.fa-face-grin-wink::before {
  content: "\f58c";
}
.fa-grin-wink::before {
  content: "\f58c";
}
.fa-ear-deaf::before {
  content: "\f2a4";
}
.fa-deaf::before {
  content: "\f2a4";
}
.fa-deafness::before {
  content: "\f2a4";
}
.fa-hard-of-hearing::before {
  content: "\f2a4";
}
.fa-road-circle-check::before {
  content: "\e564";
}
.fa-dice-five::before {
  content: "\f523";
}
.fa-square-rss::before {
  content: "\f143";
}
.fa-rss-square::before {
  content: "\f143";
}
.fa-land-mine-on::before {
  content: "\e51b";
}
.fa-i-cursor::before {
  content: "\f246";
}
.fa-stamp::before {
  content: "\f5bf";
}
.fa-stairs::before {
  content: "\e289";
}
.fa-i::before {
  content: "I";
}
.fa-hryvnia-sign::before {
  content: "\f6f2";
}
.fa-hryvnia::before {
  content: "\f6f2";
}
.fa-pills::before {
  content: "\f484";
}
.fa-face-grin-wide::before {
  content: "\f581";
}
.fa-grin-alt::before {
  content: "\f581";
}
.fa-tooth::before {
  content: "\f5c9";
}
.fa-v::before {
  content: "V";
}
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}
.fa-bicycle::before {
  content: "\f206";
}
.fa-staff-snake::before {
  content: "\e579";
}
.fa-rod-asclepius::before {
  content: "\e579";
}
.fa-rod-snake::before {
  content: "\e579";
}
.fa-staff-aesculapius::before {
  content: "\e579";
}
.fa-head-side-cough-slash::before {
  content: "\e062";
}
.fa-truck-medical::before {
  content: "\f0f9";
}
.fa-ambulance::before {
  content: "\f0f9";
}
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}
.fa-snowman::before {
  content: "\f7d0";
}
.fa-mortar-pestle::before {
  content: "\f5a7";
}
.fa-road-barrier::before {
  content: "\e562";
}
.fa-school::before {
  content: "\f549";
}
.fa-igloo::before {
  content: "\f7ae";
}
.fa-joint::before {
  content: "\f595";
}
.fa-angle-right::before {
  content: "\f105";
}
.fa-horse::before {
  content: "\f6f0";
}
.fa-q::before {
  content: "Q";
}
.fa-g::before {
  content: "G";
}
.fa-notes-medical::before {
  content: "\f481";
}
.fa-temperature-half::before {
  content: "\f2c9";
}
.fa-temperature-2::before {
  content: "\f2c9";
}
.fa-thermometer-2::before {
  content: "\f2c9";
}
.fa-thermometer-half::before {
  content: "\f2c9";
}
.fa-dong-sign::before {
  content: "\e169";
}
.fa-capsules::before {
  content: "\f46b";
}
.fa-poo-storm::before {
  content: "\f75a";
}
.fa-poo-bolt::before {
  content: "\f75a";
}
.fa-face-frown-open::before {
  content: "\f57a";
}
.fa-frown-open::before {
  content: "\f57a";
}
.fa-hand-point-up::before {
  content: "\f0a6";
}
.fa-money-bill::before {
  content: "\f0d6";
}
.fa-bookmark::before {
  content: "\f02e";
}
.fa-align-justify::before {
  content: "\f039";
}
.fa-umbrella-beach::before {
  content: "\f5ca";
}
.fa-helmet-un::before {
  content: "\e503";
}
.fa-bullseye::before {
  content: "\f140";
}
.fa-bacon::before {
  content: "\f7e5";
}
.fa-hand-point-down::before {
  content: "\f0a7";
}
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}
.fa-folder::before {
  content: "\f07b";
}
.fa-folder-blank::before {
  content: "\f07b";
}
.fa-file-waveform::before {
  content: "\f478";
}
.fa-file-medical-alt::before {
  content: "\f478";
}
.fa-radiation::before {
  content: "\f7b9";
}
.fa-chart-simple::before {
  content: "\e473";
}
.fa-mars-stroke::before {
  content: "\f229";
}
.fa-vial::before {
  content: "\f492";
}
.fa-gauge::before {
  content: "\f624";
}
.fa-dashboard::before {
  content: "\f624";
}
.fa-gauge-med::before {
  content: "\f624";
}
.fa-tachometer-alt-average::before {
  content: "\f624";
}
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}
.fa-e::before {
  content: "E";
}
.fa-pen-clip::before {
  content: "\f305";
}
.fa-pen-alt::before {
  content: "\f305";
}
.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}
.fa-user::before {
  content: "\f007";
}
.fa-school-circle-check::before {
  content: "\e56b";
}
.fa-dumpster::before {
  content: "\f793";
}
.fa-van-shuttle::before {
  content: "\f5b6";
}
.fa-shuttle-van::before {
  content: "\f5b6";
}
.fa-building-user::before {
  content: "\e4da";
}
.fa-square-caret-left::before {
  content: "\f191";
}
.fa-caret-square-left::before {
  content: "\f191";
}
.fa-highlighter::before {
  content: "\f591";
}
.fa-key::before {
  content: "\f084";
}
.fa-bullhorn::before {
  content: "\f0a1";
}
.fa-globe::before {
  content: "\f0ac";
}
.fa-synagogue::before {
  content: "\f69b";
}
.fa-person-half-dress::before {
  content: "\e548";
}
.fa-road-bridge::before {
  content: "\e563";
}
.fa-location-arrow::before {
  content: "\f124";
}
.fa-c::before {
  content: "C";
}
.fa-tablet-button::before {
  content: "\f10a";
}
.fa-building-lock::before {
  content: "\e4d6";
}
.fa-pizza-slice::before {
  content: "\f818";
}
.fa-money-bill-wave::before {
  content: "\f53a";
}
.fa-chart-area::before {
  content: "\f1fe";
}
.fa-area-chart::before {
  content: "\f1fe";
}
.fa-house-flag::before {
  content: "\e50d";
}
.fa-person-circle-minus::before {
  content: "\e540";
}
.fa-ban::before {
  content: "\f05e";
}
.fa-cancel::before {
  content: "\f05e";
}
.fa-camera-rotate::before {
  content: "\e0d8";
}
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}
.fa-air-freshener::before {
  content: "\f5d0";
}
.fa-star::before {
  content: "\f005";
}
.fa-repeat::before {
  content: "\f363";
}
.fa-cross::before {
  content: "\f654";
}
.fa-box::before {
  content: "\f466";
}
.fa-venus-mars::before {
  content: "\f228";
}
.fa-arrow-pointer::before {
  content: "\f245";
}
.fa-mouse-pointer::before {
  content: "\f245";
}
.fa-maximize::before {
  content: "\f31e";
}
.fa-expand-arrows-alt::before {
  content: "\f31e";
}
.fa-charging-station::before {
  content: "\f5e7";
}
.fa-shapes::before {
  content: "\f61f";
}
.fa-triangle-circle-square::before {
  content: "\f61f";
}
.fa-shuffle::before {
  content: "\f074";
}
.fa-random::before {
  content: "\f074";
}
.fa-person-running::before {
  content: "\f70c";
}
.fa-running::before {
  content: "\f70c";
}
.fa-mobile-retro::before {
  content: "\e527";
}
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}
.fa-spider::before {
  content: "\f717";
}
.fa-hands-bound::before {
  content: "\e4f9";
}
.fa-file-invoice-dollar::before {
  content: "\f571";
}
.fa-plane-circle-exclamation::before {
  content: "\e556";
}
.fa-x-ray::before {
  content: "\f497";
}
.fa-spell-check::before {
  content: "\f891";
}
.fa-slash::before {
  content: "\f715";
}
.fa-computer-mouse::before {
  content: "\f8cc";
}
.fa-mouse::before {
  content: "\f8cc";
}
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}
.fa-sign-in::before {
  content: "\f090";
}
.fa-shop-slash::before {
  content: "\e070";
}
.fa-store-alt-slash::before {
  content: "\e070";
}
.fa-server::before {
  content: "\f233";
}
.fa-virus-covid-slash::before {
  content: "\e4a9";
}
.fa-shop-lock::before {
  content: "\e4a5";
}
.fa-hourglass-start::before {
  content: "\f251";
}
.fa-hourglass-1::before {
  content: "\f251";
}
.fa-blender-phone::before {
  content: "\f6b6";
}
.fa-building-wheat::before {
  content: "\e4db";
}
.fa-person-breastfeeding::before {
  content: "\e53a";
}
.fa-right-to-bracket::before {
  content: "\f2f6";
}
.fa-sign-in-alt::before {
  content: "\f2f6";
}
.fa-venus::before {
  content: "\f221";
}
.fa-passport::before {
  content: "\f5ab";
}
.fa-thumbtack-slash::before {
  content: "\e68f";
}
.fa-thumb-tack-slash::before {
  content: "\e68f";
}
.fa-heart-pulse::before {
  content: "\f21e";
}
.fa-heartbeat::before {
  content: "\f21e";
}
.fa-people-carry-box::before {
  content: "\f4ce";
}
.fa-people-carry::before {
  content: "\f4ce";
}
.fa-temperature-high::before {
  content: "\f769";
}
.fa-microchip::before {
  content: "\f2db";
}
.fa-crown::before {
  content: "\f521";
}
.fa-weight-hanging::before {
  content: "\f5cd";
}
.fa-xmarks-lines::before {
  content: "\e59a";
}
.fa-file-prescription::before {
  content: "\f572";
}
.fa-weight-scale::before {
  content: "\f496";
}
.fa-weight::before {
  content: "\f496";
}
.fa-user-group::before {
  content: "\f500";
}
.fa-user-friends::before {
  content: "\f500";
}
.fa-arrow-up-a-z::before {
  content: "\f15e";
}
.fa-sort-alpha-up::before {
  content: "\f15e";
}
.fa-chess-knight::before {
  content: "\f441";
}
.fa-face-laugh-squint::before {
  content: "\f59b";
}
.fa-laugh-squint::before {
  content: "\f59b";
}
.fa-wheelchair::before {
  content: "\f193";
}
.fa-circle-arrow-up::before {
  content: "\f0aa";
}
.fa-arrow-circle-up::before {
  content: "\f0aa";
}
.fa-toggle-on::before {
  content: "\f205";
}
.fa-person-walking::before {
  content: "\f554";
}
.fa-walking::before {
  content: "\f554";
}
.fa-l::before {
  content: "L";
}
.fa-fire::before {
  content: "\f06d";
}
.fa-bed-pulse::before {
  content: "\f487";
}
.fa-procedures::before {
  content: "\f487";
}
.fa-shuttle-space::before {
  content: "\f197";
}
.fa-space-shuttle::before {
  content: "\f197";
}
.fa-face-laugh::before {
  content: "\f599";
}
.fa-laugh::before {
  content: "\f599";
}
.fa-folder-open::before {
  content: "\f07c";
}
.fa-heart-circle-plus::before {
  content: "\e500";
}
.fa-code-fork::before {
  content: "\e13b";
}
.fa-city::before {
  content: "\f64f";
}
.fa-microphone-lines::before {
  content: "\f3c9";
}
.fa-microphone-alt::before {
  content: "\f3c9";
}
.fa-pepper-hot::before {
  content: "\f816";
}
.fa-unlock::before {
  content: "\f09c";
}
.fa-colon-sign::before {
  content: "\e140";
}
.fa-headset::before {
  content: "\f590";
}
.fa-store-slash::before {
  content: "\e071";
}
.fa-road-circle-xmark::before {
  content: "\e566";
}
.fa-user-minus::before {
  content: "\f503";
}
.fa-mars-stroke-up::before {
  content: "\f22a";
}
.fa-mars-stroke-v::before {
  content: "\f22a";
}
.fa-champagne-glasses::before {
  content: "\f79f";
}
.fa-glass-cheers::before {
  content: "\f79f";
}
.fa-clipboard::before {
  content: "\f328";
}
.fa-house-circle-exclamation::before {
  content: "\e50a";
}
.fa-file-arrow-up::before {
  content: "\f574";
}
.fa-file-upload::before {
  content: "\f574";
}
.fa-wifi::before {
  content: "\f1eb";
}
.fa-wifi-3::before {
  content: "\f1eb";
}
.fa-wifi-strong::before {
  content: "\f1eb";
}
.fa-bath::before {
  content: "\f2cd";
}
.fa-bathtub::before {
  content: "\f2cd";
}
.fa-underline::before {
  content: "\f0cd";
}
.fa-user-pen::before {
  content: "\f4ff";
}
.fa-user-edit::before {
  content: "\f4ff";
}
.fa-signature::before {
  content: "\f5b7";
}
.fa-stroopwafel::before {
  content: "\f551";
}
.fa-bold::before {
  content: "\f032";
}
.fa-anchor-lock::before {
  content: "\e4ad";
}
.fa-building-ngo::before {
  content: "\e4d7";
}
.fa-manat-sign::before {
  content: "\e1d5";
}
.fa-not-equal::before {
  content: "\f53e";
}
.fa-border-top-left::before {
  content: "\f853";
}
.fa-border-style::before {
  content: "\f853";
}
.fa-map-location-dot::before {
  content: "\f5a0";
}
.fa-map-marked-alt::before {
  content: "\f5a0";
}
.fa-jedi::before {
  content: "\f669";
}
.fa-square-poll-vertical::before {
  content: "\f681";
}
.fa-poll::before {
  content: "\f681";
}
.fa-mug-hot::before {
  content: "\f7b6";
}
.fa-car-battery::before {
  content: "\f5df";
}
.fa-battery-car::before {
  content: "\f5df";
}
.fa-gift::before {
  content: "\f06b";
}
.fa-dice-two::before {
  content: "\f528";
}
.fa-chess-queen::before {
  content: "\f445";
}
.fa-glasses::before {
  content: "\f530";
}
.fa-chess-board::before {
  content: "\f43c";
}
.fa-building-circle-check::before {
  content: "\e4d2";
}
.fa-person-chalkboard::before {
  content: "\e53d";
}
.fa-mars-stroke-right::before {
  content: "\f22b";
}
.fa-mars-stroke-h::before {
  content: "\f22b";
}
.fa-hand-back-fist::before {
  content: "\f255";
}
.fa-hand-rock::before {
  content: "\f255";
}
.fa-square-caret-up::before {
  content: "\f151";
}
.fa-caret-square-up::before {
  content: "\f151";
}
.fa-cloud-showers-water::before {
  content: "\e4e4";
}
.fa-chart-bar::before {
  content: "\f080";
}
.fa-bar-chart::before {
  content: "\f080";
}
.fa-hands-bubbles::before {
  content: "\e05e";
}
.fa-hands-wash::before {
  content: "\e05e";
}
.fa-less-than-equal::before {
  content: "\f537";
}
.fa-train::before {
  content: "\f238";
}
.fa-eye-low-vision::before {
  content: "\f2a8";
}
.fa-low-vision::before {
  content: "\f2a8";
}
.fa-crow::before {
  content: "\f520";
}
.fa-sailboat::before {
  content: "\e445";
}
.fa-window-restore::before {
  content: "\f2d2";
}
.fa-square-plus::before {
  content: "\f0fe";
}
.fa-plus-square::before {
  content: "\f0fe";
}
.fa-torii-gate::before {
  content: "\f6a1";
}
.fa-frog::before {
  content: "\f52e";
}
.fa-bucket::before {
  content: "\e4cf";
}
.fa-image::before {
  content: "\f03e";
}
.fa-microphone::before {
  content: "\f130";
}
.fa-cow::before {
  content: "\f6c8";
}
.fa-caret-up::before {
  content: "\f0d8";
}
.fa-screwdriver::before {
  content: "\f54a";
}
.fa-folder-closed::before {
  content: "\e185";
}
.fa-house-tsunami::before {
  content: "\e515";
}
.fa-square-nfi::before {
  content: "\e576";
}
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}
.fa-martini-glass::before {
  content: "\f57b";
}
.fa-glass-martini-alt::before {
  content: "\f57b";
}
.fa-rotate-left::before {
  content: "\f2ea";
}
.fa-rotate-back::before {
  content: "\f2ea";
}
.fa-rotate-backward::before {
  content: "\f2ea";
}
.fa-undo-alt::before {
  content: "\f2ea";
}
.fa-table-columns::before {
  content: "\f0db";
}
.fa-columns::before {
  content: "\f0db";
}
.fa-lemon::before {
  content: "\f094";
}
.fa-head-side-mask::before {
  content: "\e063";
}
.fa-handshake::before {
  content: "\f2b5";
}
.fa-gem::before {
  content: "\f3a5";
}
.fa-dolly::before {
  content: "\f472";
}
.fa-dolly-box::before {
  content: "\f472";
}
.fa-smoking::before {
  content: "\f48d";
}
.fa-minimize::before {
  content: "\f78c";
}
.fa-compress-arrows-alt::before {
  content: "\f78c";
}
.fa-monument::before {
  content: "\f5a6";
}
.fa-snowplow::before {
  content: "\f7d2";
}
.fa-angles-right::before {
  content: "\f101";
}
.fa-angle-double-right::before {
  content: "\f101";
}
.fa-cannabis::before {
  content: "\f55f";
}
.fa-circle-play::before {
  content: "\f144";
}
.fa-play-circle::before {
  content: "\f144";
}
.fa-tablets::before {
  content: "\f490";
}
.fa-ethernet::before {
  content: "\f796";
}
.fa-euro-sign::before {
  content: "\f153";
}
.fa-eur::before {
  content: "\f153";
}
.fa-euro::before {
  content: "\f153";
}
.fa-chair::before {
  content: "\f6c0";
}
.fa-circle-check::before {
  content: "\f058";
}
.fa-check-circle::before {
  content: "\f058";
}
.fa-circle-stop::before {
  content: "\f28d";
}
.fa-stop-circle::before {
  content: "\f28d";
}
.fa-compass-drafting::before {
  content: "\f568";
}
.fa-drafting-compass::before {
  content: "\f568";
}
.fa-plate-wheat::before {
  content: "\e55a";
}
.fa-icicles::before {
  content: "\f7ad";
}
.fa-person-shelter::before {
  content: "\e54f";
}
.fa-neuter::before {
  content: "\f22c";
}
.fa-id-badge::before {
  content: "\f2c1";
}
.fa-marker::before {
  content: "\f5a1";
}
.fa-face-laugh-beam::before {
  content: "\f59a";
}
.fa-laugh-beam::before {
  content: "\f59a";
}
.fa-helicopter-symbol::before {
  content: "\e502";
}
.fa-universal-access::before {
  content: "\f29a";
}
.fa-circle-chevron-up::before {
  content: "\f139";
}
.fa-chevron-circle-up::before {
  content: "\f139";
}
.fa-lari-sign::before {
  content: "\e1c8";
}
.fa-volcano::before {
  content: "\f770";
}
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}
.fa-sterling-sign::before {
  content: "\f154";
}
.fa-gbp::before {
  content: "\f154";
}
.fa-pound-sign::before {
  content: "\f154";
}
.fa-viruses::before {
  content: "\e076";
}
.fa-square-person-confined::before {
  content: "\e577";
}
.fa-user-tie::before {
  content: "\f508";
}
.fa-arrow-down-long::before {
  content: "\f175";
}
.fa-long-arrow-down::before {
  content: "\f175";
}
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}
.fa-certificate::before {
  content: "\f0a3";
}
.fa-reply-all::before {
  content: "\f122";
}
.fa-mail-reply-all::before {
  content: "\f122";
}
.fa-suitcase::before {
  content: "\f0f2";
}
.fa-person-skating::before {
  content: "\f7c5";
}
.fa-skating::before {
  content: "\f7c5";
}
.fa-filter-circle-dollar::before {
  content: "\f662";
}
.fa-funnel-dollar::before {
  content: "\f662";
}
.fa-camera-retro::before {
  content: "\f083";
}
.fa-circle-arrow-down::before {
  content: "\f0ab";
}
.fa-arrow-circle-down::before {
  content: "\f0ab";
}
.fa-file-import::before {
  content: "\f56f";
}
.fa-arrow-right-to-file::before {
  content: "\f56f";
}
.fa-square-arrow-up-right::before {
  content: "\f14c";
}
.fa-external-link-square::before {
  content: "\f14c";
}
.fa-box-open::before {
  content: "\f49e";
}
.fa-scroll::before {
  content: "\f70e";
}
.fa-spa::before {
  content: "\f5bb";
}
.fa-location-pin-lock::before {
  content: "\e51f";
}
.fa-pause::before {
  content: "\f04c";
}
.fa-hill-avalanche::before {
  content: "\e507";
}
.fa-temperature-empty::before {
  content: "\f2cb";
}
.fa-temperature-0::before {
  content: "\f2cb";
}
.fa-thermometer-0::before {
  content: "\f2cb";
}
.fa-thermometer-empty::before {
  content: "\f2cb";
}
.fa-bomb::before {
  content: "\f1e2";
}
.fa-registered::before {
  content: "\f25d";
}
.fa-address-card::before {
  content: "\f2bb";
}
.fa-contact-card::before {
  content: "\f2bb";
}
.fa-vcard::before {
  content: "\f2bb";
}
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}
.fa-balance-scale-right::before {
  content: "\f516";
}
.fa-subscript::before {
  content: "\f12c";
}
.fa-diamond-turn-right::before {
  content: "\f5eb";
}
.fa-directions::before {
  content: "\f5eb";
}
.fa-burst::before {
  content: "\e4dc";
}
.fa-house-laptop::before {
  content: "\e066";
}
.fa-laptop-house::before {
  content: "\e066";
}
.fa-face-tired::before {
  content: "\f5c8";
}
.fa-tired::before {
  content: "\f5c8";
}
.fa-money-bills::before {
  content: "\e1f3";
}
.fa-smog::before {
  content: "\f75f";
}
.fa-crutch::before {
  content: "\f7f7";
}
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}
.fa-cloud-upload::before {
  content: "\f0ee";
}
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}
.fa-palette::before {
  content: "\f53f";
}
.fa-arrows-turn-right::before {
  content: "\e4c0";
}
.fa-vest::before {
  content: "\e085";
}
.fa-ferry::before {
  content: "\e4ea";
}
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}
.fa-seedling::before {
  content: "\f4d8";
}
.fa-sprout::before {
  content: "\f4d8";
}
.fa-left-right::before {
  content: "\f337";
}
.fa-arrows-alt-h::before {
  content: "\f337";
}
.fa-boxes-packing::before {
  content: "\e4c7";
}
.fa-circle-arrow-left::before {
  content: "\f0a8";
}
.fa-arrow-circle-left::before {
  content: "\f0a8";
}
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}
.fa-bowl-food::before {
  content: "\e4c6";
}
.fa-candy-cane::before {
  content: "\f786";
}
.fa-arrow-down-wide-short::before {
  content: "\f160";
}
.fa-sort-amount-asc::before {
  content: "\f160";
}
.fa-sort-amount-down::before {
  content: "\f160";
}
.fa-cloud-bolt::before {
  content: "\f76c";
}
.fa-thunderstorm::before {
  content: "\f76c";
}
.fa-text-slash::before {
  content: "\f87d";
}
.fa-remove-format::before {
  content: "\f87d";
}
.fa-face-smile-wink::before {
  content: "\f4da";
}
.fa-smile-wink::before {
  content: "\f4da";
}
.fa-file-word::before {
  content: "\f1c2";
}
.fa-file-powerpoint::before {
  content: "\f1c4";
}
.fa-arrows-left-right::before {
  content: "\f07e";
}
.fa-arrows-h::before {
  content: "\f07e";
}
.fa-house-lock::before {
  content: "\e510";
}
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}
.fa-cloud-download::before {
  content: "\f0ed";
}
.fa-cloud-download-alt::before {
  content: "\f0ed";
}
.fa-children::before {
  content: "\e4e1";
}
.fa-chalkboard::before {
  content: "\f51b";
}
.fa-blackboard::before {
  content: "\f51b";
}
.fa-user-large-slash::before {
  content: "\f4fa";
}
.fa-user-alt-slash::before {
  content: "\f4fa";
}
.fa-envelope-open::before {
  content: "\f2b6";
}
.fa-handshake-simple-slash::before {
  content: "\e05f";
}
.fa-handshake-alt-slash::before {
  content: "\e05f";
}
.fa-mattress-pillow::before {
  content: "\e525";
}
.fa-guarani-sign::before {
  content: "\e19a";
}
.fa-arrows-rotate::before {
  content: "\f021";
}
.fa-refresh::before {
  content: "\f021";
}
.fa-sync::before {
  content: "\f021";
}
.fa-fire-extinguisher::before {
  content: "\f134";
}
.fa-cruzeiro-sign::before {
  content: "\e152";
}
.fa-greater-than-equal::before {
  content: "\f532";
}
.fa-shield-halved::before {
  content: "\f3ed";
}
.fa-shield-alt::before {
  content: "\f3ed";
}
.fa-book-atlas::before {
  content: "\f558";
}
.fa-atlas::before {
  content: "\f558";
}
.fa-virus::before {
  content: "\e074";
}
.fa-envelope-circle-check::before {
  content: "\e4e8";
}
.fa-layer-group::before {
  content: "\f5fd";
}
.fa-arrows-to-dot::before {
  content: "\e4be";
}
.fa-archway::before {
  content: "\f557";
}
.fa-heart-circle-check::before {
  content: "\e4fd";
}
.fa-house-chimney-crack::before {
  content: "\f6f1";
}
.fa-house-damage::before {
  content: "\f6f1";
}
.fa-file-zipper::before {
  content: "\f1c6";
}
.fa-file-archive::before {
  content: "\f1c6";
}
.fa-square::before {
  content: "\f0c8";
}
.fa-martini-glass-empty::before {
  content: "\f000";
}
.fa-glass-martini::before {
  content: "\f000";
}
.fa-couch::before {
  content: "\f4b8";
}
.fa-cedi-sign::before {
  content: "\e0df";
}
.fa-italic::before {
  content: "\f033";
}
.fa-table-cells-column-lock::before {
  content: "\e678";
}
.fa-church::before {
  content: "\f51d";
}
.fa-comments-dollar::before {
  content: "\f653";
}
.fa-democrat::before {
  content: "\f747";
}
.fa-z::before {
  content: "Z";
}
.fa-person-skiing::before {
  content: "\f7c9";
}
.fa-skiing::before {
  content: "\f7c9";
}
.fa-road-lock::before {
  content: "\e567";
}
.fa-a::before {
  content: "A";
}
.fa-temperature-arrow-down::before {
  content: "\e03f";
}
.fa-temperature-down::before {
  content: "\e03f";
}
.fa-feather-pointed::before {
  content: "\f56b";
}
.fa-feather-alt::before {
  content: "\f56b";
}
.fa-p::before {
  content: "P";
}
.fa-snowflake::before {
  content: "\f2dc";
}
.fa-newspaper::before {
  content: "\f1ea";
}
.fa-rectangle-ad::before {
  content: "\f641";
}
.fa-ad::before {
  content: "\f641";
}
.fa-circle-arrow-right::before {
  content: "\f0a9";
}
.fa-arrow-circle-right::before {
  content: "\f0a9";
}
.fa-filter-circle-xmark::before {
  content: "\e17b";
}
.fa-locust::before {
  content: "\e520";
}
.fa-sort::before {
  content: "\f0dc";
}
.fa-unsorted::before {
  content: "\f0dc";
}
.fa-list-ol::before {
  content: "\f0cb";
}
.fa-list-1-2::before {
  content: "\f0cb";
}
.fa-list-numeric::before {
  content: "\f0cb";
}
.fa-person-dress-burst::before {
  content: "\e544";
}
.fa-money-check-dollar::before {
  content: "\f53d";
}
.fa-money-check-alt::before {
  content: "\f53d";
}
.fa-vector-square::before {
  content: "\f5cb";
}
.fa-bread-slice::before {
  content: "\f7ec";
}
.fa-language::before {
  content: "\f1ab";
}
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}
.fa-kiss-wink-heart::before {
  content: "\f598";
}
.fa-filter::before {
  content: "\f0b0";
}
.fa-question::before {
  content: "?";
}
.fa-file-signature::before {
  content: "\f573";
}
.fa-up-down-left-right::before {
  content: "\f0b2";
}
.fa-arrows-alt::before {
  content: "\f0b2";
}
.fa-house-chimney-user::before {
  content: "\e065";
}
.fa-hand-holding-heart::before {
  content: "\f4be";
}
.fa-puzzle-piece::before {
  content: "\f12e";
}
.fa-money-check::before {
  content: "\f53c";
}
.fa-star-half-stroke::before {
  content: "\f5c0";
}
.fa-star-half-alt::before {
  content: "\f5c0";
}
.fa-code::before {
  content: "\f121";
}
.fa-whiskey-glass::before {
  content: "\f7a0";
}
.fa-glass-whiskey::before {
  content: "\f7a0";
}
.fa-building-circle-exclamation::before {
  content: "\e4d3";
}
.fa-magnifying-glass-chart::before {
  content: "\e522";
}
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}
.fa-external-link::before {
  content: "\f08e";
}
.fa-cubes-stacked::before {
  content: "\e4e6";
}
.fa-won-sign::before {
  content: "\f159";
}
.fa-krw::before {
  content: "\f159";
}
.fa-won::before {
  content: "\f159";
}
.fa-virus-covid::before {
  content: "\e4a8";
}
.fa-austral-sign::before {
  content: "\e0a9";
}
.fa-f::before {
  content: "F";
}
.fa-leaf::before {
  content: "\f06c";
}
.fa-road::before {
  content: "\f018";
}
.fa-taxi::before {
  content: "\f1ba";
}
.fa-cab::before {
  content: "\f1ba";
}
.fa-person-circle-plus::before {
  content: "\e541";
}
.fa-chart-pie::before {
  content: "\f200";
}
.fa-pie-chart::before {
  content: "\f200";
}
.fa-bolt-lightning::before {
  content: "\e0b7";
}
.fa-sack-xmark::before {
  content: "\e56a";
}
.fa-file-excel::before {
  content: "\f1c3";
}
.fa-file-contract::before {
  content: "\f56c";
}
.fa-fish-fins::before {
  content: "\e4f2";
}
.fa-building-flag::before {
  content: "\e4d5";
}
.fa-face-grin-beam::before {
  content: "\f582";
}
.fa-grin-beam::before {
  content: "\f582";
}
.fa-object-ungroup::before {
  content: "\f248";
}
.fa-poop::before {
  content: "\f619";
}
.fa-location-pin::before {
  content: "\f041";
}
.fa-map-marker::before {
  content: "\f041";
}
.fa-kaaba::before {
  content: "\f66b";
}
.fa-toilet-paper::before {
  content: "\f71e";
}
.fa-helmet-safety::before {
  content: "\f807";
}
.fa-hard-hat::before {
  content: "\f807";
}
.fa-hat-hard::before {
  content: "\f807";
}
.fa-eject::before {
  content: "\f052";
}
.fa-circle-right::before {
  content: "\f35a";
}
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}
.fa-plane-circle-check::before {
  content: "\e555";
}
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}
.fa-object-group::before {
  content: "\f247";
}
.fa-chart-line::before {
  content: "\f201";
}
.fa-line-chart::before {
  content: "\f201";
}
.fa-mask-ventilator::before {
  content: "\e524";
}
.fa-arrow-right::before {
  content: "\f061";
}
.fa-signs-post::before {
  content: "\f277";
}
.fa-map-signs::before {
  content: "\f277";
}
.fa-cash-register::before {
  content: "\f788";
}
.fa-person-circle-question::before {
  content: "\e542";
}
.fa-h::before {
  content: "H";
}
.fa-tarp::before {
  content: "\e57b";
}
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}
.fa-tools::before {
  content: "\f7d9";
}
.fa-arrows-to-eye::before {
  content: "\e4bf";
}
.fa-plug-circle-bolt::before {
  content: "\e55b";
}
.fa-heart::before {
  content: "\f004";
}
.fa-mars-and-venus::before {
  content: "\f224";
}
.fa-house-user::before {
  content: "\e1b0";
}
.fa-home-user::before {
  content: "\e1b0";
}
.fa-dumpster-fire::before {
  content: "\f794";
}
.fa-house-crack::before {
  content: "\e3b1";
}
.fa-martini-glass-citrus::before {
  content: "\f561";
}
.fa-cocktail::before {
  content: "\f561";
}
.fa-face-surprise::before {
  content: "\f5c2";
}
.fa-surprise::before {
  content: "\f5c2";
}
.fa-bottle-water::before {
  content: "\e4c5";
}
.fa-circle-pause::before {
  content: "\f28b";
}
.fa-pause-circle::before {
  content: "\f28b";
}
.fa-toilet-paper-slash::before {
  content: "\e072";
}
.fa-apple-whole::before {
  content: "\f5d1";
}
.fa-apple-alt::before {
  content: "\f5d1";
}
.fa-kitchen-set::before {
  content: "\e51a";
}
.fa-r::before {
  content: "R";
}
.fa-temperature-quarter::before {
  content: "\f2ca";
}
.fa-temperature-1::before {
  content: "\f2ca";
}
.fa-thermometer-1::before {
  content: "\f2ca";
}
.fa-thermometer-quarter::before {
  content: "\f2ca";
}
.fa-cube::before {
  content: "\f1b2";
}
.fa-bitcoin-sign::before {
  content: "\e0b4";
}
.fa-shield-dog::before {
  content: "\e573";
}
.fa-solar-panel::before {
  content: "\f5ba";
}
.fa-lock-open::before {
  content: "\f3c1";
}
.fa-elevator::before {
  content: "\e16d";
}
.fa-money-bill-transfer::before {
  content: "\e528";
}
.fa-money-bill-trend-up::before {
  content: "\e529";
}
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}
.fa-square-poll-horizontal::before {
  content: "\f682";
}
.fa-poll-h::before {
  content: "\f682";
}
.fa-circle::before {
  content: "\f111";
}
.fa-backward-fast::before {
  content: "\f049";
}
.fa-fast-backward::before {
  content: "\f049";
}
.fa-recycle::before {
  content: "\f1b8";
}
.fa-user-astronaut::before {
  content: "\f4fb";
}
.fa-plane-slash::before {
  content: "\e069";
}
.fa-trademark::before {
  content: "\f25c";
}
.fa-basketball::before {
  content: "\f434";
}
.fa-basketball-ball::before {
  content: "\f434";
}
.fa-satellite-dish::before {
  content: "\f7c0";
}
.fa-circle-up::before {
  content: "\f35b";
}
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}
.fa-mobile-screen-button::before {
  content: "\f3cd";
}
.fa-mobile-alt::before {
  content: "\f3cd";
}
.fa-volume-high::before {
  content: "\f028";
}
.fa-volume-up::before {
  content: "\f028";
}
.fa-users-rays::before {
  content: "\e593";
}
.fa-wallet::before {
  content: "\f555";
}
.fa-clipboard-check::before {
  content: "\f46c";
}
.fa-file-audio::before {
  content: "\f1c7";
}
.fa-burger::before {
  content: "\f805";
}
.fa-hamburger::before {
  content: "\f805";
}
.fa-wrench::before {
  content: "\f0ad";
}
.fa-bugs::before {
  content: "\e4d0";
}
.fa-rupee-sign::before {
  content: "\f156";
}
.fa-rupee::before {
  content: "\f156";
}
.fa-file-image::before {
  content: "\f1c5";
}
.fa-circle-question::before {
  content: "\f059";
}
.fa-question-circle::before {
  content: "\f059";
}
.fa-plane-departure::before {
  content: "\f5b0";
}
.fa-handshake-slash::before {
  content: "\e060";
}
.fa-book-bookmark::before {
  content: "\e0bb";
}
.fa-code-branch::before {
  content: "\f126";
}
.fa-hat-cowboy::before {
  content: "\f8c0";
}
.fa-bridge::before {
  content: "\e4c8";
}
.fa-phone-flip::before {
  content: "\f879";
}
.fa-phone-alt::before {
  content: "\f879";
}
.fa-truck-front::before {
  content: "\e2b7";
}
.fa-cat::before {
  content: "\f6be";
}
.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}
.fa-truck-field::before {
  content: "\e58d";
}
.fa-route::before {
  content: "\f4d7";
}
.fa-clipboard-question::before {
  content: "\e4e3";
}
.fa-panorama::before {
  content: "\e209";
}
.fa-comment-medical::before {
  content: "\f7f5";
}
.fa-teeth-open::before {
  content: "\f62f";
}
.fa-file-circle-minus::before {
  content: "\e4ed";
}
.fa-tags::before {
  content: "\f02c";
}
.fa-wine-glass::before {
  content: "\f4e3";
}
.fa-forward-fast::before {
  content: "\f050";
}
.fa-fast-forward::before {
  content: "\f050";
}
.fa-face-meh-blank::before {
  content: "\f5a4";
}
.fa-meh-blank::before {
  content: "\f5a4";
}
.fa-square-parking::before {
  content: "\f540";
}
.fa-parking::before {
  content: "\f540";
}
.fa-house-signal::before {
  content: "\e012";
}
.fa-bars-progress::before {
  content: "\f828";
}
.fa-tasks-alt::before {
  content: "\f828";
}
.fa-faucet-drip::before {
  content: "\e006";
}
.fa-cart-flatbed::before {
  content: "\f474";
}
.fa-dolly-flatbed::before {
  content: "\f474";
}
.fa-ban-smoking::before {
  content: "\f54d";
}
.fa-smoking-ban::before {
  content: "\f54d";
}
.fa-terminal::before {
  content: "\f120";
}
.fa-mobile-button::before {
  content: "\f10b";
}
.fa-house-medical-flag::before {
  content: "\e514";
}
.fa-basket-shopping::before {
  content: "\f291";
}
.fa-shopping-basket::before {
  content: "\f291";
}
.fa-tape::before {
  content: "\f4db";
}
.fa-bus-simple::before {
  content: "\f55e";
}
.fa-bus-alt::before {
  content: "\f55e";
}
.fa-eye::before {
  content: "\f06e";
}
.fa-face-sad-cry::before {
  content: "\f5b3";
}
.fa-sad-cry::before {
  content: "\f5b3";
}
.fa-audio-description::before {
  content: "\f29e";
}
.fa-person-military-to-person::before {
  content: "\e54c";
}
.fa-file-shield::before {
  content: "\e4f0";
}
.fa-user-slash::before {
  content: "\f506";
}
.fa-pen::before {
  content: "\f304";
}
.fa-tower-observation::before {
  content: "\e586";
}
.fa-file-code::before {
  content: "\f1c9";
}
.fa-signal::before {
  content: "\f012";
}
.fa-signal-5::before {
  content: "\f012";
}
.fa-signal-perfect::before {
  content: "\f012";
}
.fa-bus::before {
  content: "\f207";
}
.fa-heart-circle-xmark::before {
  content: "\e501";
}
.fa-house-chimney::before {
  content: "\e3af";
}
.fa-home-lg::before {
  content: "\e3af";
}
.fa-window-maximize::before {
  content: "\f2d0";
}
.fa-face-frown::before {
  content: "\f119";
}
.fa-frown::before {
  content: "\f119";
}
.fa-prescription::before {
  content: "\f5b1";
}
.fa-shop::before {
  content: "\f54f";
}
.fa-store-alt::before {
  content: "\f54f";
}
.fa-floppy-disk::before {
  content: "\f0c7";
}
.fa-save::before {
  content: "\f0c7";
}
.fa-vihara::before {
  content: "\f6a7";
}
.fa-scale-unbalanced::before {
  content: "\f515";
}
.fa-balance-scale-left::before {
  content: "\f515";
}
.fa-sort-up::before {
  content: "\f0de";
}
.fa-sort-asc::before {
  content: "\f0de";
}
.fa-comment-dots::before {
  content: "\f4ad";
}
.fa-commenting::before {
  content: "\f4ad";
}
.fa-plant-wilt::before {
  content: "\e5aa";
}
.fa-diamond::before {
  content: "\f219";
}
.fa-face-grin-squint::before {
  content: "\f585";
}
.fa-grin-squint::before {
  content: "\f585";
}
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}
.fa-hand-holding-usd::before {
  content: "\f4c0";
}
.fa-bacterium::before {
  content: "\e05a";
}
.fa-hand-pointer::before {
  content: "\f25a";
}
.fa-drum-steelpan::before {
  content: "\f56a";
}
.fa-hand-scissors::before {
  content: "\f257";
}
.fa-hands-praying::before {
  content: "\f684";
}
.fa-praying-hands::before {
  content: "\f684";
}
.fa-arrow-rotate-right::before {
  content: "\f01e";
}
.fa-arrow-right-rotate::before {
  content: "\f01e";
}
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}
.fa-redo::before {
  content: "\f01e";
}
.fa-biohazard::before {
  content: "\f780";
}
.fa-location-crosshairs::before {
  content: "\f601";
}
.fa-location::before {
  content: "\f601";
}
.fa-mars-double::before {
  content: "\f227";
}
.fa-child-dress::before {
  content: "\e59c";
}
.fa-users-between-lines::before {
  content: "\e591";
}
.fa-lungs-virus::before {
  content: "\e067";
}
.fa-face-grin-tears::before {
  content: "\f588";
}
.fa-grin-tears::before {
  content: "\f588";
}
.fa-phone::before {
  content: "\f095";
}
.fa-calendar-xmark::before {
  content: "\f273";
}
.fa-calendar-times::before {
  content: "\f273";
}
.fa-child-reaching::before {
  content: "\e59d";
}
.fa-head-side-virus::before {
  content: "\e064";
}
.fa-user-gear::before {
  content: "\f4fe";
}
.fa-user-cog::before {
  content: "\f4fe";
}
.fa-arrow-up-1-9::before {
  content: "\f163";
}
.fa-sort-numeric-up::before {
  content: "\f163";
}
.fa-door-closed::before {
  content: "\f52a";
}
.fa-shield-virus::before {
  content: "\e06c";
}
.fa-dice-six::before {
  content: "\f526";
}
.fa-mosquito-net::before {
  content: "\e52c";
}
.fa-bridge-water::before {
  content: "\e4ce";
}
.fa-person-booth::before {
  content: "\f756";
}
.fa-text-width::before {
  content: "\f035";
}
.fa-hat-wizard::before {
  content: "\f6e8";
}
.fa-pen-fancy::before {
  content: "\f5ac";
}
.fa-person-digging::before {
  content: "\f85e";
}
.fa-digging::before {
  content: "\f85e";
}
.fa-trash::before {
  content: "\f1f8";
}
.fa-gauge-simple::before {
  content: "\f629";
}
.fa-gauge-simple-med::before {
  content: "\f629";
}
.fa-tachometer-average::before {
  content: "\f629";
}
.fa-book-medical::before {
  content: "\f7e6";
}
.fa-poo::before {
  content: "\f2fe";
}
.fa-quote-right::before {
  content: "\f10e";
}
.fa-quote-right-alt::before {
  content: "\f10e";
}
.fa-shirt::before {
  content: "\f553";
}
.fa-t-shirt::before {
  content: "\f553";
}
.fa-tshirt::before {
  content: "\f553";
}
.fa-cubes::before {
  content: "\f1b3";
}
.fa-divide::before {
  content: "\f529";
}
.fa-tenge-sign::before {
  content: "\f7d7";
}
.fa-tenge::before {
  content: "\f7d7";
}
.fa-headphones::before {
  content: "\f025";
}
.fa-hands-holding::before {
  content: "\f4c2";
}
.fa-hands-clapping::before {
  content: "\e1a8";
}
.fa-republican::before {
  content: "\f75e";
}
.fa-arrow-left::before {
  content: "\f060";
}
.fa-person-circle-xmark::before {
  content: "\e543";
}
.fa-ruler::before {
  content: "\f545";
}
.fa-align-left::before {
  content: "\f036";
}
.fa-dice-d6::before {
  content: "\f6d1";
}
.fa-restroom::before {
  content: "\f7bd";
}
.fa-j::before {
  content: "J";
}
.fa-users-viewfinder::before {
  content: "\e595";
}
.fa-file-video::before {
  content: "\f1c8";
}
.fa-up-right-from-square::before {
  content: "\f35d";
}
.fa-external-link-alt::before {
  content: "\f35d";
}
.fa-table-cells::before {
  content: "\f00a";
}
.fa-th::before {
  content: "\f00a";
}
.fa-file-pdf::before {
  content: "\f1c1";
}
.fa-book-bible::before {
  content: "\f647";
}
.fa-bible::before {
  content: "\f647";
}
.fa-o::before {
  content: "O";
}
.fa-suitcase-medical::before {
  content: "\f0fa";
}
.fa-medkit::before {
  content: "\f0fa";
}
.fa-user-secret::before {
  content: "\f21b";
}
.fa-otter::before {
  content: "\f700";
}
.fa-person-dress::before {
  content: "\f182";
}
.fa-female::before {
  content: "\f182";
}
.fa-comment-dollar::before {
  content: "\f651";
}
.fa-business-time::before {
  content: "\f64a";
}
.fa-briefcase-clock::before {
  content: "\f64a";
}
.fa-table-cells-large::before {
  content: "\f009";
}
.fa-th-large::before {
  content: "\f009";
}
.fa-book-tanakh::before {
  content: "\f827";
}
.fa-tanakh::before {
  content: "\f827";
}
.fa-phone-volume::before {
  content: "\f2a0";
}
.fa-volume-control-phone::before {
  content: "\f2a0";
}
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}
.fa-clipboard-user::before {
  content: "\f7f3";
}
.fa-child::before {
  content: "\f1ae";
}
.fa-lira-sign::before {
  content: "\f195";
}
.fa-satellite::before {
  content: "\f7bf";
}
.fa-plane-lock::before {
  content: "\e558";
}
.fa-tag::before {
  content: "\f02b";
}
.fa-comment::before {
  content: "\f075";
}
.fa-cake-candles::before {
  content: "\f1fd";
}
.fa-birthday-cake::before {
  content: "\f1fd";
}
.fa-cake::before {
  content: "\f1fd";
}
.fa-envelope::before {
  content: "\f0e0";
}
.fa-angles-up::before {
  content: "\f102";
}
.fa-angle-double-up::before {
  content: "\f102";
}
.fa-paperclip::before {
  content: "\f0c6";
}
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}
.fa-ribbon::before {
  content: "\f4d6";
}
.fa-lungs::before {
  content: "\f604";
}
.fa-arrow-up-9-1::before {
  content: "\f887";
}
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}
.fa-litecoin-sign::before {
  content: "\e1d3";
}
.fa-border-none::before {
  content: "\f850";
}
.fa-circle-nodes::before {
  content: "\e4e2";
}
.fa-parachute-box::before {
  content: "\f4cd";
}
.fa-indent::before {
  content: "\f03c";
}
.fa-truck-field-un::before {
  content: "\e58e";
}
.fa-hourglass::before {
  content: "\f254";
}
.fa-hourglass-empty::before {
  content: "\f254";
}
.fa-mountain::before {
  content: "\f6fc";
}
.fa-user-doctor::before {
  content: "\f0f0";
}
.fa-user-md::before {
  content: "\f0f0";
}
.fa-circle-info::before {
  content: "\f05a";
}
.fa-info-circle::before {
  content: "\f05a";
}
.fa-cloud-meatball::before {
  content: "\f73b";
}
.fa-camera::before {
  content: "\f030";
}
.fa-camera-alt::before {
  content: "\f030";
}
.fa-square-virus::before {
  content: "\e578";
}
.fa-meteor::before {
  content: "\f753";
}
.fa-car-on::before {
  content: "\e4dd";
}
.fa-sleigh::before {
  content: "\f7cc";
}
.fa-arrow-down-1-9::before {
  content: "\f162";
}
.fa-sort-numeric-asc::before {
  content: "\f162";
}
.fa-sort-numeric-down::before {
  content: "\f162";
}
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}
.fa-hand-holding-water::before {
  content: "\f4c1";
}
.fa-water::before {
  content: "\f773";
}
.fa-calendar-check::before {
  content: "\f274";
}
.fa-braille::before {
  content: "\f2a1";
}
.fa-prescription-bottle-medical::before {
  content: "\f486";
}
.fa-prescription-bottle-alt::before {
  content: "\f486";
}
.fa-landmark::before {
  content: "\f66f";
}
.fa-truck::before {
  content: "\f0d1";
}
.fa-crosshairs::before {
  content: "\f05b";
}
.fa-person-cane::before {
  content: "\e53c";
}
.fa-tent::before {
  content: "\e57d";
}
.fa-vest-patches::before {
  content: "\e086";
}
.fa-check-double::before {
  content: "\f560";
}
.fa-arrow-down-a-z::before {
  content: "\f15d";
}
.fa-sort-alpha-asc::before {
  content: "\f15d";
}
.fa-sort-alpha-down::before {
  content: "\f15d";
}
.fa-money-bill-wheat::before {
  content: "\e52a";
}
.fa-cookie::before {
  content: "\f563";
}
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}
.fa-undo::before {
  content: "\f0e2";
}
.fa-hard-drive::before {
  content: "\f0a0";
}
.fa-hdd::before {
  content: "\f0a0";
}
.fa-face-grin-squint-tears::before {
  content: "\f586";
}
.fa-grin-squint-tears::before {
  content: "\f586";
}
.fa-dumbbell::before {
  content: "\f44b";
}
.fa-rectangle-list::before {
  content: "\f022";
}
.fa-list-alt::before {
  content: "\f022";
}
.fa-tarp-droplet::before {
  content: "\e57c";
}
.fa-house-medical-circle-check::before {
  content: "\e511";
}
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}
.fa-skiing-nordic::before {
  content: "\f7ca";
}
.fa-calendar-plus::before {
  content: "\f271";
}
.fa-plane-arrival::before {
  content: "\f5af";
}
.fa-circle-left::before {
  content: "\f359";
}
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}
.fa-train-subway::before {
  content: "\f239";
}
.fa-subway::before {
  content: "\f239";
}
.fa-chart-gantt::before {
  content: "\e0e4";
}
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}
.fa-indian-rupee::before {
  content: "\e1bc";
}
.fa-inr::before {
  content: "\e1bc";
}
.fa-crop-simple::before {
  content: "\f565";
}
.fa-crop-alt::before {
  content: "\f565";
}
.fa-money-bill-1::before {
  content: "\f3d1";
}
.fa-money-bill-alt::before {
  content: "\f3d1";
}
.fa-left-long::before {
  content: "\f30a";
}
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}
.fa-dna::before {
  content: "\f471";
}
.fa-virus-slash::before {
  content: "\e075";
}
.fa-minus::before {
  content: "\f068";
}
.fa-subtract::before {
  content: "\f068";
}
.fa-chess::before {
  content: "\f439";
}
.fa-arrow-left-long::before {
  content: "\f177";
}
.fa-long-arrow-left::before {
  content: "\f177";
}
.fa-plug-circle-check::before {
  content: "\e55c";
}
.fa-street-view::before {
  content: "\f21d";
}
.fa-franc-sign::before {
  content: "\e18f";
}
.fa-volume-off::before {
  content: "\f026";
}
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-asl-interpreting::before {
  content: "\f2a3";
}
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-gear::before {
  content: "\f013";
}
.fa-cog::before {
  content: "\f013";
}
.fa-droplet-slash::before {
  content: "\f5c7";
}
.fa-tint-slash::before {
  content: "\f5c7";
}
.fa-mosque::before {
  content: "\f678";
}
.fa-mosquito::before {
  content: "\e52b";
}
.fa-star-of-david::before {
  content: "\f69a";
}
.fa-person-military-rifle::before {
  content: "\e54b";
}
.fa-cart-shopping::before {
  content: "\f07a";
}
.fa-shopping-cart::before {
  content: "\f07a";
}
.fa-vials::before {
  content: "\f493";
}
.fa-plug-circle-plus::before {
  content: "\e55f";
}
.fa-place-of-worship::before {
  content: "\f67f";
}
.fa-grip-vertical::before {
  content: "\f58e";
}
.fa-arrow-turn-up::before {
  content: "\f148";
}
.fa-level-up::before {
  content: "\f148";
}
.fa-u::before {
  content: "U";
}
.fa-square-root-variable::before {
  content: "\f698";
}
.fa-square-root-alt::before {
  content: "\f698";
}
.fa-clock::before {
  content: "\f017";
}
.fa-clock-four::before {
  content: "\f017";
}
.fa-backward-step::before {
  content: "\f048";
}
.fa-step-backward::before {
  content: "\f048";
}
.fa-pallet::before {
  content: "\f482";
}
.fa-faucet::before {
  content: "\e005";
}
.fa-baseball-bat-ball::before {
  content: "\f432";
}
.fa-s::before {
  content: "S";
}
.fa-timeline::before {
  content: "\e29c";
}
.fa-keyboard::before {
  content: "\f11c";
}
.fa-caret-down::before {
  content: "\f0d7";
}
.fa-house-chimney-medical::before {
  content: "\f7f2";
}
.fa-clinic-medical::before {
  content: "\f7f2";
}
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}
.fa-temperature-3::before {
  content: "\f2c8";
}
.fa-thermometer-3::before {
  content: "\f2c8";
}
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}
.fa-mobile-screen::before {
  content: "\f3cf";
}
.fa-mobile-android-alt::before {
  content: "\f3cf";
}
.fa-plane-up::before {
  content: "\e22d";
}
.fa-piggy-bank::before {
  content: "\f4d3";
}
.fa-battery-half::before {
  content: "\f242";
}
.fa-battery-3::before {
  content: "\f242";
}
.fa-mountain-city::before {
  content: "\e52e";
}
.fa-coins::before {
  content: "\f51e";
}
.fa-khanda::before {
  content: "\f66d";
}
.fa-sliders::before {
  content: "\f1de";
}
.fa-sliders-h::before {
  content: "\f1de";
}
.fa-folder-tree::before {
  content: "\f802";
}
.fa-network-wired::before {
  content: "\f6ff";
}
.fa-map-pin::before {
  content: "\f276";
}
.fa-hamsa::before {
  content: "\f665";
}
.fa-cent-sign::before {
  content: "\e3f5";
}
.fa-flask::before {
  content: "\f0c3";
}
.fa-person-pregnant::before {
  content: "\e31e";
}
.fa-wand-sparkles::before {
  content: "\f72b";
}
.fa-ellipsis-vertical::before {
  content: "\f142";
}
.fa-ellipsis-v::before {
  content: "\f142";
}
.fa-ticket::before {
  content: "\f145";
}
.fa-power-off::before {
  content: "\f011";
}
.fa-right-long::before {
  content: "\f30b";
}
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}
.fa-flag-usa::before {
  content: "\f74d";
}
.fa-laptop-file::before {
  content: "\e51d";
}
.fa-tty::before {
  content: "\f1e4";
}
.fa-teletype::before {
  content: "\f1e4";
}
.fa-diagram-next::before {
  content: "\e476";
}
.fa-person-rifle::before {
  content: "\e54e";
}
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}
.fa-closed-captioning::before {
  content: "\f20a";
}
.fa-person-hiking::before {
  content: "\f6ec";
}
.fa-hiking::before {
  content: "\f6ec";
}
.fa-venus-double::before {
  content: "\f226";
}
.fa-images::before {
  content: "\f302";
}
.fa-calculator::before {
  content: "\f1ec";
}
.fa-people-pulling::before {
  content: "\e535";
}
.fa-n::before {
  content: "N";
}
.fa-cable-car::before {
  content: "\f7da";
}
.fa-tram::before {
  content: "\f7da";
}
.fa-cloud-rain::before {
  content: "\f73d";
}
.fa-building-circle-xmark::before {
  content: "\e4d4";
}
.fa-ship::before {
  content: "\f21a";
}
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}
.fa-download::before {
  content: "\f019";
}
.fa-face-grin::before {
  content: "\f580";
}
.fa-grin::before {
  content: "\f580";
}
.fa-delete-left::before {
  content: "\f55a";
}
.fa-backspace::before {
  content: "\f55a";
}
.fa-eye-dropper::before {
  content: "\f1fb";
}
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}
.fa-eyedropper::before {
  content: "\f1fb";
}
.fa-file-circle-check::before {
  content: "\e5a0";
}
.fa-forward::before {
  content: "\f04e";
}
.fa-mobile::before {
  content: "\f3ce";
}
.fa-mobile-android::before {
  content: "\f3ce";
}
.fa-mobile-phone::before {
  content: "\f3ce";
}
.fa-face-meh::before {
  content: "\f11a";
}
.fa-meh::before {
  content: "\f11a";
}
.fa-align-center::before {
  content: "\f037";
}
.fa-book-skull::before {
  content: "\f6b7";
}
.fa-book-dead::before {
  content: "\f6b7";
}
.fa-id-card::before {
  content: "\f2c2";
}
.fa-drivers-license::before {
  content: "\f2c2";
}
.fa-outdent::before {
  content: "\f03b";
}
.fa-dedent::before {
  content: "\f03b";
}
.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}
.fa-house::before {
  content: "\f015";
}
.fa-home::before {
  content: "\f015";
}
.fa-home-alt::before {
  content: "\f015";
}
.fa-home-lg-alt::before {
  content: "\f015";
}
.fa-calendar-week::before {
  content: "\f784";
}
.fa-laptop-medical::before {
  content: "\f812";
}
.fa-b::before {
  content: "B";
}
.fa-file-medical::before {
  content: "\f477";
}
.fa-dice-one::before {
  content: "\f525";
}
.fa-kiwi-bird::before {
  content: "\f535";
}
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}
.fa-exchange::before {
  content: "\f0ec";
}
.fa-rotate-right::before {
  content: "\f2f9";
}
.fa-redo-alt::before {
  content: "\f2f9";
}
.fa-rotate-forward::before {
  content: "\f2f9";
}
.fa-utensils::before {
  content: "\f2e7";
}
.fa-cutlery::before {
  content: "\f2e7";
}
.fa-arrow-up-wide-short::before {
  content: "\f161";
}
.fa-sort-amount-up::before {
  content: "\f161";
}
.fa-mill-sign::before {
  content: "\e1ed";
}
.fa-bowl-rice::before {
  content: "\e2eb";
}
.fa-skull::before {
  content: "\f54c";
}
.fa-tower-broadcast::before {
  content: "\f519";
}
.fa-broadcast-tower::before {
  content: "\f519";
}
.fa-truck-pickup::before {
  content: "\f63c";
}
.fa-up-long::before {
  content: "\f30c";
}
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}
.fa-stop::before {
  content: "\f04d";
}
.fa-code-merge::before {
  content: "\f387";
}
.fa-upload::before {
  content: "\f093";
}
.fa-hurricane::before {
  content: "\f751";
}
.fa-mound::before {
  content: "\e52d";
}
.fa-toilet-portable::before {
  content: "\e583";
}
.fa-compact-disc::before {
  content: "\f51f";
}
.fa-file-arrow-down::before {
  content: "\f56d";
}
.fa-file-download::before {
  content: "\f56d";
}
.fa-caravan::before {
  content: "\f8ff";
}
.fa-shield-cat::before {
  content: "\e572";
}
.fa-bolt::before {
  content: "\f0e7";
}
.fa-zap::before {
  content: "\f0e7";
}
.fa-glass-water::before {
  content: "\e4f4";
}
.fa-oil-well::before {
  content: "\e532";
}
.fa-vault::before {
  content: "\e2c5";
}
.fa-mars::before {
  content: "\f222";
}
.fa-toilet::before {
  content: "\f7d8";
}
.fa-plane-circle-xmark::before {
  content: "\e557";
}
.fa-yen-sign::before {
  content: "\f157";
}
.fa-cny::before {
  content: "\f157";
}
.fa-jpy::before {
  content: "\f157";
}
.fa-rmb::before {
  content: "\f157";
}
.fa-yen::before {
  content: "\f157";
}
.fa-ruble-sign::before {
  content: "\f158";
}
.fa-rouble::before {
  content: "\f158";
}
.fa-rub::before {
  content: "\f158";
}
.fa-ruble::before {
  content: "\f158";
}
.fa-sun::before {
  content: "\f185";
}
.fa-guitar::before {
  content: "\f7a6";
}
.fa-face-laugh-wink::before {
  content: "\f59c";
}
.fa-laugh-wink::before {
  content: "\f59c";
}
.fa-horse-head::before {
  content: "\f7ab";
}
.fa-bore-hole::before {
  content: "\e4c3";
}
.fa-industry::before {
  content: "\f275";
}
.fa-circle-down::before {
  content: "\f358";
}
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}
.fa-florin-sign::before {
  content: "\e184";
}
.fa-arrow-down-short-wide::before {
  content: "\f884";
}
.fa-sort-amount-desc::before {
  content: "\f884";
}
.fa-sort-amount-down-alt::before {
  content: "\f884";
}
.fa-less-than::before {
  content: "<";
}
.fa-angle-down::before {
  content: "\f107";
}
.fa-car-tunnel::before {
  content: "\e4de";
}
.fa-head-side-cough::before {
  content: "\e061";
}
.fa-grip-lines::before {
  content: "\f7a4";
}
.fa-thumbs-down::before {
  content: "\f165";
}
.fa-user-lock::before {
  content: "\f502";
}
.fa-arrow-right-long::before {
  content: "\f178";
}
.fa-long-arrow-right::before {
  content: "\f178";
}
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}
.fa-ellipsis::before {
  content: "\f141";
}
.fa-ellipsis-h::before {
  content: "\f141";
}
.fa-chess-pawn::before {
  content: "\f443";
}
.fa-kit-medical::before {
  content: "\f479";
}
.fa-first-aid::before {
  content: "\f479";
}
.fa-person-through-window::before {
  content: "\e5a9";
}
.fa-toolbox::before {
  content: "\f552";
}
.fa-hands-holding-circle::before {
  content: "\e4fb";
}
.fa-bug::before {
  content: "\f188";
}
.fa-credit-card::before {
  content: "\f09d";
}
.fa-credit-card-alt::before {
  content: "\f09d";
}
.fa-car::before {
  content: "\f1b9";
}
.fa-automobile::before {
  content: "\f1b9";
}
.fa-hand-holding-hand::before {
  content: "\e4f7";
}
.fa-book-open-reader::before {
  content: "\f5da";
}
.fa-book-reader::before {
  content: "\f5da";
}
.fa-mountain-sun::before {
  content: "\e52f";
}
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}
.fa-dice-d20::before {
  content: "\f6cf";
}
.fa-truck-droplet::before {
  content: "\e58c";
}
.fa-file-circle-xmark::before {
  content: "\e5a1";
}
.fa-temperature-arrow-up::before {
  content: "\e040";
}
.fa-temperature-up::before {
  content: "\e040";
}
.fa-medal::before {
  content: "\f5a2";
}
.fa-bed::before {
  content: "\f236";
}
.fa-square-h::before {
  content: "\f0fd";
}
.fa-h-square::before {
  content: "\f0fd";
}
.fa-podcast::before {
  content: "\f2ce";
}
.fa-temperature-full::before {
  content: "\f2c7";
}
.fa-temperature-4::before {
  content: "\f2c7";
}
.fa-thermometer-4::before {
  content: "\f2c7";
}
.fa-thermometer-full::before {
  content: "\f2c7";
}
.fa-bell::before {
  content: "\f0f3";
}
.fa-superscript::before {
  content: "\f12b";
}
.fa-plug-circle-xmark::before {
  content: "\e560";
}
.fa-star-of-life::before {
  content: "\f621";
}
.fa-phone-slash::before {
  content: "\f3dd";
}
.fa-paint-roller::before {
  content: "\f5aa";
}
.fa-handshake-angle::before {
  content: "\f4c4";
}
.fa-hands-helping::before {
  content: "\f4c4";
}
.fa-location-dot::before {
  content: "\f3c5";
}
.fa-map-marker-alt::before {
  content: "\f3c5";
}
.fa-file::before {
  content: "\f15b";
}
.fa-greater-than::before {
  content: ">";
}
.fa-person-swimming::before {
  content: "\f5c4";
}
.fa-swimmer::before {
  content: "\f5c4";
}
.fa-arrow-down::before {
  content: "\f063";
}
.fa-droplet::before {
  content: "\f043";
}
.fa-tint::before {
  content: "\f043";
}
.fa-eraser::before {
  content: "\f12d";
}
.fa-earth-americas::before {
  content: "\f57d";
}
.fa-earth::before {
  content: "\f57d";
}
.fa-earth-america::before {
  content: "\f57d";
}
.fa-globe-americas::before {
  content: "\f57d";
}
.fa-person-burst::before {
  content: "\e53b";
}
.fa-dove::before {
  content: "\f4ba";
}
.fa-battery-empty::before {
  content: "\f244";
}
.fa-battery-0::before {
  content: "\f244";
}
.fa-socks::before {
  content: "\f696";
}
.fa-inbox::before {
  content: "\f01c";
}
.fa-section::before {
  content: "\e447";
}
.fa-gauge-high::before {
  content: "\f625";
}
.fa-tachometer-alt::before {
  content: "\f625";
}
.fa-tachometer-alt-fast::before {
  content: "\f625";
}
.fa-envelope-open-text::before {
  content: "\f658";
}
.fa-hospital::before {
  content: "\f0f8";
}
.fa-hospital-alt::before {
  content: "\f0f8";
}
.fa-hospital-wide::before {
  content: "\f0f8";
}
.fa-wine-bottle::before {
  content: "\f72f";
}
.fa-chess-rook::before {
  content: "\f447";
}
.fa-bars-staggered::before {
  content: "\f550";
}
.fa-reorder::before {
  content: "\f550";
}
.fa-stream::before {
  content: "\f550";
}
.fa-dharmachakra::before {
  content: "\f655";
}
.fa-hotdog::before {
  content: "\f80f";
}
.fa-person-walking-with-cane::before {
  content: "\f29d";
}
.fa-blind::before {
  content: "\f29d";
}
.fa-drum::before {
  content: "\f569";
}
.fa-ice-cream::before {
  content: "\f810";
}
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}
.fa-fax::before {
  content: "\f1ac";
}
.fa-paragraph::before {
  content: "\f1dd";
}
.fa-check-to-slot::before {
  content: "\f772";
}
.fa-vote-yea::before {
  content: "\f772";
}
.fa-star-half::before {
  content: "\f089";
}
.fa-boxes-stacked::before {
  content: "\f468";
}
.fa-boxes::before {
  content: "\f468";
}
.fa-boxes-alt::before {
  content: "\f468";
}
.fa-link::before {
  content: "\f0c1";
}
.fa-chain::before {
  content: "\f0c1";
}
.fa-ear-listen::before {
  content: "\f2a2";
}
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}
.fa-tree-city::before {
  content: "\e587";
}
.fa-play::before {
  content: "\f04b";
}
.fa-font::before {
  content: "\f031";
}
.fa-table-cells-row-lock::before {
  content: "\e67a";
}
.fa-rupiah-sign::before {
  content: "\e23d";
}
.fa-magnifying-glass::before {
  content: "\f002";
}
.fa-search::before {
  content: "\f002";
}
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}
.fa-table-tennis::before {
  content: "\f45d";
}
.fa-person-dots-from-line::before {
  content: "\f470";
}
.fa-diagnoses::before {
  content: "\f470";
}
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}
.fa-trash-restore-alt::before {
  content: "\f82a";
}
.fa-naira-sign::before {
  content: "\e1f6";
}
.fa-cart-arrow-down::before {
  content: "\f218";
}
.fa-walkie-talkie::before {
  content: "\f8ef";
}
.fa-file-pen::before {
  content: "\f31c";
}
.fa-file-edit::before {
  content: "\f31c";
}
.fa-receipt::before {
  content: "\f543";
}
.fa-square-pen::before {
  content: "\f14b";
}
.fa-pen-square::before {
  content: "\f14b";
}
.fa-pencil-square::before {
  content: "\f14b";
}
.fa-suitcase-rolling::before {
  content: "\f5c1";
}
.fa-person-circle-exclamation::before {
  content: "\e53f";
}
.fa-chevron-down::before,
.glyphicon-chevron-down::before {
  content: "\f078";
}
.fa-battery-full::before {
  content: "\f240";
}
.fa-battery::before {
  content: "\f240";
}
.fa-battery-5::before {
  content: "\f240";
}
.fa-skull-crossbones::before {
  content: "\f714";
}
.fa-code-compare::before {
  content: "\e13a";
}
.fa-list-ul::before {
  content: "\f0ca";
}
.fa-list-dots::before {
  content: "\f0ca";
}
.fa-school-lock::before {
  content: "\e56f";
}
.fa-tower-cell::before {
  content: "\e585";
}
.fa-down-long::before {
  content: "\f309";
}
.fa-long-arrow-alt-down::before {
  content: "\f309";
}
.fa-ranking-star::before {
  content: "\e561";
}
.fa-chess-king::before {
  content: "\f43f";
}
.fa-person-harassing::before {
  content: "\e549";
}
.fa-brazilian-real-sign::before {
  content: "\e46c";
}
.fa-landmark-dome::before {
  content: "\f752";
}
.fa-landmark-alt::before {
  content: "\f752";
}
.fa-arrow-up::before {
  content: "\f062";
}
.fa-tv::before {
  content: "\f26c";
}
.fa-television::before {
  content: "\f26c";
}
.fa-tv-alt::before {
  content: "\f26c";
}
.fa-shrimp::before {
  content: "\e448";
}
.fa-list-check::before {
  content: "\f0ae";
}
.fa-tasks::before {
  content: "\f0ae";
}
.fa-jug-detergent::before {
  content: "\e519";
}
.fa-circle-user::before {
  content: "\f2bd";
}
.fa-user-circle::before {
  content: "\f2bd";
}
.fa-user-shield::before {
  content: "\f505";
}
.fa-wind::before {
  content: "\f72e";
}
.fa-car-burst::before {
  content: "\f5e1";
}
.fa-car-crash::before {
  content: "\f5e1";
}
.fa-y::before {
  content: "Y";
}
.fa-person-snowboarding::before {
  content: "\f7ce";
}
.fa-snowboarding::before {
  content: "\f7ce";
}
.fa-truck-fast::before {
  content: "\f48b";
}
.fa-shipping-fast::before {
  content: "\f48b";
}
.fa-fish::before {
  content: "\f578";
}
.fa-user-graduate::before {
  content: "\f501";
}
.fa-circle-half-stroke::before {
  content: "\f042";
}
.fa-adjust::before {
  content: "\f042";
}
.fa-clapperboard::before {
  content: "\e131";
}
.fa-circle-radiation::before {
  content: "\f7ba";
}
.fa-radiation-alt::before {
  content: "\f7ba";
}
.fa-baseball::before {
  content: "\f433";
}
.fa-baseball-ball::before {
  content: "\f433";
}
.fa-jet-fighter-up::before {
  content: "\e518";
}
.fa-diagram-project::before {
  content: "\f542";
}
.fa-project-diagram::before {
  content: "\f542";
}
.fa-copy::before {
  content: "\f0c5";
}
.fa-volume-xmark::before {
  content: "\f6a9";
}
.fa-volume-mute::before {
  content: "\f6a9";
}
.fa-volume-times::before {
  content: "\f6a9";
}
.fa-hand-sparkles::before {
  content: "\e05d";
}
.fa-grip::before {
  content: "\f58d";
}
.fa-grip-horizontal::before {
  content: "\f58d";
}
.fa-share-from-square::before {
  content: "\f14d";
}
.fa-share-square::before {
  content: "\f14d";
}
.fa-child-combatant::before {
  content: "\e4e0";
}
.fa-child-rifle::before {
  content: "\e4e0";
}
.fa-gun::before {
  content: "\e19b";
}
.fa-square-phone::before {
  content: "\f098";
}
.fa-phone-square::before {
  content: "\f098";
}
.fa-plus::before {
  content: "+";
}
.fa-add::before {
  content: "+";
}
.fa-expand::before {
  content: "\f065";
}
.fa-computer::before {
  content: "\e4e5";
}
.fa-xmark::before {
  content: "\f00d";
}
.fa-close::before {
  content: "\f00d";
}
.fa-multiply::before {
  content: "\f00d";
}
.fa-remove::before {
  content: "\f00d";
}
.fa-times::before {
  content: "\f00d";
}
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}
.fa-arrows::before {
  content: "\f047";
}
.fa-chalkboard-user::before {
  content: "\f51c";
}
.fa-chalkboard-teacher::before {
  content: "\f51c";
}
.fa-peso-sign::before {
  content: "\e222";
}
.fa-building-shield::before {
  content: "\e4d8";
}
.fa-baby::before {
  content: "\f77c";
}
.fa-users-line::before {
  content: "\e592";
}
.fa-quote-left::before {
  content: "\f10d";
}
.fa-quote-left-alt::before {
  content: "\f10d";
}
.fa-tractor::before {
  content: "\f722";
}
.fa-trash-arrow-up::before {
  content: "\f829";
}
.fa-trash-restore::before {
  content: "\f829";
}
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}
.fa-lines-leaning::before {
  content: "\e51e";
}
.fa-ruler-combined::before {
  content: "\f546";
}
.fa-copyright::before {
  content: "\f1f9";
}
.fa-equals::before {
  content: "=";
}
.fa-blender::before {
  content: "\f517";
}
.fa-teeth::before {
  content: "\f62e";
}
.fa-shekel-sign::before {
  content: "\f20b";
}
.fa-ils::before {
  content: "\f20b";
}
.fa-shekel::before {
  content: "\f20b";
}
.fa-sheqel::before {
  content: "\f20b";
}
.fa-sheqel-sign::before {
  content: "\f20b";
}
.fa-map::before {
  content: "\f279";
}
.fa-rocket::before {
  content: "\f135";
}
.fa-photo-film::before {
  content: "\f87c";
}
.fa-photo-video::before {
  content: "\f87c";
}
.fa-folder-minus::before {
  content: "\f65d";
}
.fa-store::before {
  content: "\f54e";
}
.fa-arrow-trend-up::before {
  content: "\e098";
}
.fa-plug-circle-minus::before {
  content: "\e55e";
}
.fa-sign-hanging::before {
  content: "\f4d9";
}
.fa-sign::before {
  content: "\f4d9";
}
.fa-bezier-curve::before {
  content: "\f55b";
}
.fa-bell-slash::before {
  content: "\f1f6";
}
.fa-tablet::before {
  content: "\f3fb";
}
.fa-tablet-android::before {
  content: "\f3fb";
}
.fa-school-flag::before {
  content: "\e56e";
}
.fa-fill::before {
  content: "\f575";
}
.fa-angle-up::before {
  content: "\f106";
}
.fa-drumstick-bite::before {
  content: "\f6d7";
}
.fa-holly-berry::before {
  content: "\f7aa";
}
.fa-chevron-left::before,
.glyphicon-chevron-left::before {
  content: "\f053";
}
.fa-bacteria::before {
  content: "\e059";
}
.fa-hand-lizard::before {
  content: "\f258";
}
.fa-notdef::before {
  content: "\e1fe";
}
.fa-disease::before {
  content: "\f7fa";
}
.fa-briefcase-medical::before {
  content: "\f469";
}
.fa-genderless::before {
  content: "\f22d";
}
.fa-chevron-right::before,
.glyphicon-chevron-right::before {
  content: "\f054";
}
.fa-retweet::before {
  content: "\f079";
}
.fa-car-rear::before {
  content: "\f5de";
}
.fa-car-alt::before {
  content: "\f5de";
}
.fa-pump-soap::before {
  content: "\e06b";
}
.fa-video-slash::before {
  content: "\f4e2";
}
.fa-battery-quarter::before {
  content: "\f243";
}
.fa-battery-2::before {
  content: "\f243";
}
.fa-radio::before {
  content: "\f8d7";
}
.fa-baby-carriage::before {
  content: "\f77d";
}
.fa-carriage-baby::before {
  content: "\f77d";
}
.fa-traffic-light::before {
  content: "\f637";
}
.fa-thermometer::before {
  content: "\f491";
}
.fa-vr-cardboard::before {
  content: "\f729";
}
.fa-hand-middle-finger::before {
  content: "\f806";
}
.fa-percent::before {
  content: "%";
}
.fa-percentage::before {
  content: "%";
}
.fa-truck-moving::before {
  content: "\f4df";
}
.fa-glass-water-droplet::before {
  content: "\e4f5";
}
.fa-display::before {
  content: "\e163";
}
.fa-face-smile::before {
  content: "\f118";
}
.fa-smile::before {
  content: "\f118";
}
.fa-thumbtack::before {
  content: "\f08d";
}
.fa-thumb-tack::before {
  content: "\f08d";
}
.fa-trophy::before {
  content: "\f091";
}
.fa-person-praying::before {
  content: "\f683";
}
.fa-pray::before {
  content: "\f683";
}
.fa-hammer::before {
  content: "\f6e3";
}
.fa-hand-peace::before {
  content: "\f25b";
}
.fa-rotate::before {
  content: "\f2f1";
}
.fa-sync-alt::before {
  content: "\f2f1";
}
.fa-spinner::before {
  content: "\f110";
}
.fa-robot::before {
  content: "\f544";
}
.fa-peace::before {
  content: "\f67c";
}
.fa-gears::before {
  content: "\f085";
}
.fa-cogs::before {
  content: "\f085";
}
.fa-warehouse::before {
  content: "\f494";
}
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}
.fa-splotch::before {
  content: "\f5bc";
}
.fa-face-grin-hearts::before {
  content: "\f584";
}
.fa-grin-hearts::before {
  content: "\f584";
}
.fa-dice-four::before {
  content: "\f524";
}
.fa-sim-card::before {
  content: "\f7c4";
}
.fa-transgender::before {
  content: "\f225";
}
.fa-transgender-alt::before {
  content: "\f225";
}
.fa-mercury::before {
  content: "\f223";
}
.fa-arrow-turn-down::before {
  content: "\f149";
}
.fa-level-down::before {
  content: "\f149";
}
.fa-person-falling-burst::before {
  content: "\e547";
}
.fa-award::before {
  content: "\f559";
}
.fa-ticket-simple::before {
  content: "\f3ff";
}
.fa-ticket-alt::before {
  content: "\f3ff";
}
.fa-building::before {
  content: "\f1ad";
}
.fa-angles-left::before {
  content: "\f100";
}
.fa-angle-double-left::before {
  content: "\f100";
}
.fa-qrcode::before {
  content: "\f029";
}
.fa-clock-rotate-left::before {
  content: "\f1da";
}
.fa-history::before {
  content: "\f1da";
}
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}
.fa-grin-beam-sweat::before {
  content: "\f583";
}
.fa-file-export::before {
  content: "\f56e";
}
.fa-arrow-right-from-file::before {
  content: "\f56e";
}
.fa-shield::before {
  content: "\f132";
}
.fa-shield-blank::before {
  content: "\f132";
}
.fa-arrow-up-short-wide::before {
  content: "\f885";
}
.fa-sort-amount-up-alt::before {
  content: "\f885";
}
.fa-house-medical::before {
  content: "\e3b2";
}
.fa-golf-ball-tee::before {
  content: "\f450";
}
.fa-golf-ball::before {
  content: "\f450";
}
.fa-circle-chevron-left::before {
  content: "\f137";
}
.fa-chevron-circle-left::before {
  content: "\f137";
}
.fa-house-chimney-window::before {
  content: "\e00d";
}
.fa-pen-nib::before {
  content: "\f5ad";
}
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}
.fa-tents::before {
  content: "\e582";
}
.fa-wand-magic::before {
  content: "\f0d0";
}
.fa-magic::before {
  content: "\f0d0";
}
.fa-dog::before {
  content: "\f6d3";
}
.fa-carrot::before {
  content: "\f787";
}
.fa-moon::before {
  content: "\f186";
}
.fa-wine-glass-empty::before {
  content: "\f5ce";
}
.fa-wine-glass-alt::before {
  content: "\f5ce";
}
.fa-cheese::before {
  content: "\f7ef";
}
.fa-yin-yang::before {
  content: "\f6ad";
}
.fa-music::before {
  content: "\f001";
}
.fa-code-commit::before {
  content: "\f386";
}
.fa-temperature-low::before {
  content: "\f76b";
}
.fa-person-biking::before {
  content: "\f84a";
}
.fa-biking::before {
  content: "\f84a";
}
.fa-broom::before {
  content: "\f51a";
}
.fa-shield-heart::before {
  content: "\e574";
}
.fa-gopuram::before {
  content: "\f664";
}
.fa-earth-oceania::before {
  content: "\e47b";
}
.fa-globe-oceania::before {
  content: "\e47b";
}
.fa-square-xmark::before {
  content: "\f2d3";
}
.fa-times-square::before {
  content: "\f2d3";
}
.fa-xmark-square::before {
  content: "\f2d3";
}
.fa-hashtag::before {
  content: "#";
}
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}
.fa-expand-alt::before {
  content: "\f424";
}
.fa-oil-can::before {
  content: "\f613";
}
.fa-t::before {
  content: "T";
}
.fa-hippo::before {
  content: "\f6ed";
}
.fa-chart-column::before {
  content: "\e0e3";
}
.fa-infinity::before {
  content: "\f534";
}
.fa-vial-circle-check::before {
  content: "\e596";
}
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}
.fa-voicemail::before {
  content: "\f897";
}
.fa-fan::before {
  content: "\f863";
}
.fa-person-walking-luggage::before {
  content: "\e554";
}
.fa-up-down::before {
  content: "\f338";
}
.fa-arrows-alt-v::before {
  content: "\f338";
}
.fa-cloud-moon-rain::before {
  content: "\f73c";
}
.fa-calendar::before,
.glyphicon-calendar::before {
  content: "\f133";
}
.fa-trailer::before {
  content: "\e041";
}
.fa-bahai::before {
  content: "\f666";
}
.fa-haykal::before {
  content: "\f666";
}
.fa-sd-card::before {
  content: "\f7c2";
}
.fa-dragon::before {
  content: "\f6d5";
}
.fa-shoe-prints::before {
  content: "\f54b";
}
.fa-circle-plus::before {
  content: "\f055";
}
.fa-plus-circle::before {
  content: "\f055";
}
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-hand-holding::before {
  content: "\f4bd";
}
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}
.fa-link-slash::before {
  content: "\f127";
}
.fa-chain-broken::before {
  content: "\f127";
}
.fa-chain-slash::before {
  content: "\f127";
}
.fa-unlink::before {
  content: "\f127";
}
.fa-clone::before {
  content: "\f24d";
}
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}
.fa-arrow-up-z-a::before {
  content: "\f882";
}
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}
.fa-fire-flame-curved::before {
  content: "\f7e4";
}
.fa-fire-alt::before {
  content: "\f7e4";
}
.fa-tornado::before {
  content: "\f76f";
}
.fa-file-circle-plus::before {
  content: "\e494";
}
.fa-book-quran::before {
  content: "\f687";
}
.fa-quran::before {
  content: "\f687";
}
.fa-anchor::before {
  content: "\f13d";
}
.fa-border-all::before {
  content: "\f84c";
}
.fa-face-angry::before {
  content: "\f556";
}
.fa-angry::before {
  content: "\f556";
}
.fa-cookie-bite::before {
  content: "\f564";
}
.fa-arrow-trend-down::before {
  content: "\e097";
}
.fa-rss::before {
  content: "\f09e";
}
.fa-feed::before {
  content: "\f09e";
}
.fa-draw-polygon::before {
  content: "\f5ee";
}
.fa-scale-balanced::before {
  content: "\f24e";
}
.fa-balance-scale::before {
  content: "\f24e";
}
.fa-gauge-simple-high::before {
  content: "\f62a";
}
.fa-tachometer::before {
  content: "\f62a";
}
.fa-tachometer-fast::before {
  content: "\f62a";
}
.fa-shower::before {
  content: "\f2cc";
}
.fa-desktop::before {
  content: "\f390";
}
.fa-desktop-alt::before {
  content: "\f390";
}
.fa-m::before {
  content: "M";
}
.fa-table-list::before {
  content: "\f00b";
}
.fa-th-list::before {
  content: "\f00b";
}
.fa-comment-sms::before {
  content: "\f7cd";
}
.fa-sms::before {
  content: "\f7cd";
}
.fa-book::before {
  content: "\f02d";
}
.fa-user-plus::before {
  content: "\f234";
}
.fa-check::before {
  content: "\f00c";
}
.fa-battery-three-quarters::before {
  content: "\f241";
}
.fa-battery-4::before {
  content: "\f241";
}
.fa-house-circle-check::before {
  content: "\e509";
}
.fa-angle-left::before {
  content: "\f104";
}
.fa-diagram-successor::before {
  content: "\e47a";
}
.fa-truck-arrow-right::before {
  content: "\e58b";
}
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}
.fa-hand-fist::before {
  content: "\f6de";
}
.fa-fist-raised::before {
  content: "\f6de";
}
.fa-cloud-moon::before {
  content: "\f6c3";
}
.fa-briefcase::before {
  content: "\f0b1";
}
.fa-person-falling::before {
  content: "\e546";
}
.fa-image-portrait::before {
  content: "\f3e0";
}
.fa-portrait::before {
  content: "\f3e0";
}
.fa-user-tag::before {
  content: "\f507";
}
.fa-rug::before {
  content: "\e569";
}
.fa-earth-europe::before {
  content: "\f7a2";
}
.fa-globe-europe::before {
  content: "\f7a2";
}
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}
.fa-luggage-cart::before {
  content: "\f59d";
}
.fa-rectangle-xmark::before {
  content: "\f410";
}
.fa-rectangle-times::before {
  content: "\f410";
}
.fa-times-rectangle::before {
  content: "\f410";
}
.fa-window-close::before {
  content: "\f410";
}
.fa-baht-sign::before {
  content: "\e0ac";
}
.fa-book-open::before {
  content: "\f518";
}
.fa-book-journal-whills::before {
  content: "\f66a";
}
.fa-journal-whills::before {
  content: "\f66a";
}
.fa-handcuffs::before {
  content: "\e4f8";
}
.fa-triangle-exclamation::before {
  content: "\f071";
}
.fa-exclamation-triangle::before {
  content: "\f071";
}
.fa-warning::before {
  content: "\f071";
}
.fa-database::before {
  content: "\f1c0";
}
.fa-share::before {
  content: "\f064";
}
.fa-mail-forward::before {
  content: "\f064";
}
.fa-bottle-droplet::before {
  content: "\e4c4";
}
.fa-mask-face::before {
  content: "\e1d7";
}
.fa-hill-rockslide::before {
  content: "\e508";
}
.fa-right-left::before {
  content: "\f362";
}
.fa-exchange-alt::before {
  content: "\f362";
}
.fa-paper-plane::before {
  content: "\f1d8";
}
.fa-road-circle-exclamation::before {
  content: "\e565";
}
.fa-dungeon::before {
  content: "\f6d9";
}
.fa-align-right::before {
  content: "\f038";
}
.fa-money-bill-1-wave::before {
  content: "\f53b";
}
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}
.fa-life-ring::before {
  content: "\f1cd";
}
.fa-hands::before {
  content: "\f2a7";
}
.fa-sign-language::before {
  content: "\f2a7";
}
.fa-signing::before {
  content: "\f2a7";
}
.fa-calendar-day::before {
  content: "\f783";
}
.fa-water-ladder::before {
  content: "\f5c5";
}
.fa-ladder-water::before {
  content: "\f5c5";
}
.fa-swimming-pool::before {
  content: "\f5c5";
}
.fa-arrows-up-down::before {
  content: "\f07d";
}
.fa-arrows-v::before {
  content: "\f07d";
}
.fa-face-grimace::before {
  content: "\f57f";
}
.fa-grimace::before {
  content: "\f57f";
}
.fa-wheelchair-move::before {
  content: "\e2ce";
}
.fa-wheelchair-alt::before {
  content: "\e2ce";
}
.fa-turn-down::before {
  content: "\f3be";
}
.fa-level-down-alt::before {
  content: "\f3be";
}
.fa-person-walking-arrow-right::before {
  content: "\e552";
}
.fa-square-envelope::before {
  content: "\f199";
}
.fa-envelope-square::before {
  content: "\f199";
}
.fa-dice::before {
  content: "\f522";
}
.fa-bowling-ball::before {
  content: "\f436";
}
.fa-brain::before {
  content: "\f5dc";
}
.fa-bandage::before {
  content: "\f462";
}
.fa-band-aid::before {
  content: "\f462";
}
.fa-calendar-minus::before {
  content: "\f272";
}
.fa-circle-xmark::before {
  content: "\f057";
}
.fa-times-circle::before {
  content: "\f057";
}
.fa-xmark-circle::before {
  content: "\f057";
}
.fa-gifts::before {
  content: "\f79c";
}
.fa-hotel::before {
  content: "\f594";
}
.fa-earth-asia::before {
  content: "\f57e";
}
.fa-globe-asia::before {
  content: "\f57e";
}
.fa-id-card-clip::before {
  content: "\f47f";
}
.fa-id-card-alt::before {
  content: "\f47f";
}
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}
.fa-search-plus::before {
  content: "\f00e";
}
.fa-thumbs-up::before {
  content: "\f164";
}
.fa-user-clock::before {
  content: "\f4fd";
}
.fa-hand-dots::before {
  content: "\f461";
}
.fa-allergies::before {
  content: "\f461";
}
.fa-file-invoice::before {
  content: "\f570";
}
.fa-window-minimize::before {
  content: "\f2d1";
}
.fa-mug-saucer::before {
  content: "\f0f4";
}
.fa-coffee::before {
  content: "\f0f4";
}
.fa-brush::before {
  content: "\f55d";
}
.fa-mask::before {
  content: "\f6fa";
}
.fa-magnifying-glass-minus::before {
  content: "\f010";
}
.fa-search-minus::before {
  content: "\f010";
}
.fa-ruler-vertical::before {
  content: "\f548";
}
.fa-user-large::before {
  content: "\f406";
}
.fa-user-alt::before {
  content: "\f406";
}
.fa-train-tram::before {
  content: "\e5b4";
}
.fa-user-nurse::before {
  content: "\f82f";
}
.fa-syringe::before {
  content: "\f48e";
}
.fa-cloud-sun::before {
  content: "\f6c4";
}
.fa-stopwatch-20::before {
  content: "\e06f";
}
.fa-square-full::before {
  content: "\f45c";
}
.fa-magnet::before {
  content: "\f076";
}
.fa-jar::before {
  content: "\e516";
}
.fa-note-sticky::before {
  content: "\f249";
}
.fa-sticky-note::before {
  content: "\f249";
}
.fa-bug-slash::before {
  content: "\e490";
}
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}
.fa-bone::before {
  content: "\f5d7";
}
.fa-table-cells-row-unlock::before {
  content: "\e691";
}
.fa-user-injured::before {
  content: "\f728";
}
.fa-face-sad-tear::before {
  content: "\f5b4";
}
.fa-sad-tear::before {
  content: "\f5b4";
}
.fa-plane::before {
  content: "\f072";
}
.fa-tent-arrows-down::before {
  content: "\e581";
}
.fa-exclamation::before {
  content: "!";
}
.fa-arrows-spin::before {
  content: "\e4bb";
}
.fa-print::before {
  content: "\f02f";
}
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}
.fa-try::before {
  content: "\e2bb";
}
.fa-turkish-lira::before {
  content: "\e2bb";
}
.fa-dollar-sign::before {
  content: "$";
}
.fa-dollar::before {
  content: "$";
}
.fa-usd::before {
  content: "$";
}
.fa-x::before {
  content: "X";
}
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}
.fa-search-dollar::before {
  content: "\f688";
}
.fa-users-gear::before {
  content: "\f509";
}
.fa-users-cog::before {
  content: "\f509";
}
.fa-person-military-pointing::before {
  content: "\e54a";
}
.fa-building-columns::before {
  content: "\f19c";
}
.fa-bank::before {
  content: "\f19c";
}
.fa-institution::before {
  content: "\f19c";
}
.fa-museum::before {
  content: "\f19c";
}
.fa-university::before {
  content: "\f19c";
}
.fa-umbrella::before {
  content: "\f0e9";
}
.fa-trowel::before {
  content: "\e589";
}
.fa-d::before {
  content: "D";
}
.fa-stapler::before {
  content: "\e5af";
}
.fa-masks-theater::before {
  content: "\f630";
}
.fa-theater-masks::before {
  content: "\f630";
}
.fa-kip-sign::before {
  content: "\e1c4";
}
.fa-hand-point-left::before {
  content: "\f0a5";
}
.fa-handshake-simple::before {
  content: "\f4c6";
}
.fa-handshake-alt::before {
  content: "\f4c6";
}
.fa-jet-fighter::before {
  content: "\f0fb";
}
.fa-fighter-jet::before {
  content: "\f0fb";
}
.fa-square-share-nodes::before {
  content: "\f1e1";
}
.fa-share-alt-square::before {
  content: "\f1e1";
}
.fa-barcode::before {
  content: "\f02a";
}
.fa-plus-minus::before {
  content: "\e43c";
}
.fa-video::before {
  content: "\f03d";
}
.fa-video-camera::before {
  content: "\f03d";
}
.fa-graduation-cap::before {
  content: "\f19d";
}
.fa-mortar-board::before {
  content: "\f19d";
}
.fa-hand-holding-medical::before {
  content: "\e05c";
}
.fa-person-circle-check::before {
  content: "\e53e";
}
.fa-turn-up::before {
  content: "\f3bf";
}
.fa-level-up-alt::before {
  content: "\f3bf";
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.pull-right {
  float: right;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-solid {
  color: #FFFFFF;
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2021  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
/*!
 * Quill Editor v1.3.5
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Arial,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor .h1,
.ql-editor h2,
.ql-editor .h2,
.ql-editor h3,
.ql-editor .h3,
.ql-editor h4,
.ql-editor .h4,
.ql-editor h5,
.ql-editor .h5,
.ql-editor h6,
.ql-editor .h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: "\2022";
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: "\2611";
}
.ql-editor ul[data-checked=false] > li::before {
  content: "\2610";
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
/*!
 * Quill Editor v1.3.5
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Arial,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor .h1,
.ql-editor h2,
.ql-editor .h2,
.ql-editor h3,
.ql-editor .h3,
.ql-editor h4,
.ql-editor .h4,
.ql-editor h5,
.ql-editor .h5,
.ql-editor h6,
.ql-editor .h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: "\2022";
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: "\2611";
}
.ql-editor ul[data-checked=false] > li::before {
  content: "\2610";
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1,
.ql-snow .ql-editor .h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2,
.ql-snow .ql-editor .h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3,
.ql-snow .ql-editor .h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4,
.ql-snow .ql-editor .h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5,
.ql-snow .ql-editor .h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6,
.ql-snow .ql-editor .h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2021  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.ql-format-group button[disabled],
.ql-format-group select[disabled] {
  cursor: default;
  opacity: 0.6;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover {
  color: #333333;
}
body .ql-snow.ql-toolbar button.ql-active,
body .ql-snow.ql-toolbar .ql-picker-label.ql-active {
  color: #FFFFFF;
  background-color: #428bca;
}
body .ql-snow.ql-toolbar button.ql-active .ql-stroke,
body .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke {
  stroke: #FFFFFF;
}
body .ql-snow.ql-toolbar button.ql-active .ql-fill {
  stroke: #FFFFFF;
}
body .ql-color-e60000 {
  color: #e60000;
}
body .ql-color-picker.ql-color .ql-picker-item.ql-bg-color-e60000 {
  background-color: #e60000;
}
body .ql-color-ff9900 {
  color: #ff9900;
}
body .ql-color-picker.ql-color .ql-picker-item.ql-bg-color-ff9900 {
  background-color: #ff9900;
}
body .ql-color-008a00 {
  color: #008a00;
}
body .ql-color-picker.ql-color .ql-picker-item.ql-bg-color-008a00 {
  background-color: #008a00;
}
body .ql-color-0066cc {
  color: #0066cc;
}
body .ql-color-picker.ql-color .ql-picker-item.ql-bg-color-0066cc {
  background-color: #0066cc;
}
body .ql-color-9933ff {
  color: #9933ff;
}
body .ql-color-picker.ql-color .ql-picker-item.ql-bg-color-9933ff {
  background-color: #9933ff;
}
body .ql-color-bbbbbb {
  color: #bbbbbb;
}
body .ql-color-picker.ql-color .ql-picker-item.ql-bg-color-bbbbbb {
  background-color: #bbbbbb;
}
body .ql-color-f06666 {
  color: #f06666;
}
body .ql-color-picker.ql-color .ql-picker-item.ql-bg-color-f06666 {
  background-color: #f06666;
}
body .ql-color-ffc266 {
  color: #ffc266;
}
body .ql-color-picker.ql-color .ql-picker-item.ql-bg-color-ffc266 {
  background-color: #ffc266;
}
body .ql-color-66b966 {
  color: #66b966;
}
body .ql-color-picker.ql-color .ql-picker-item.ql-bg-color-66b966 {
  background-color: #66b966;
}
body .ql-color-66a3e0 {
  color: #66a3e0;
}
body .ql-color-picker.ql-color .ql-picker-item.ql-bg-color-66a3e0 {
  background-color: #66a3e0;
}
body .ql-color-c285ff {
  color: #c285ff;
}
body .ql-color-picker.ql-color .ql-picker-item.ql-bg-color-c285ff {
  background-color: #c285ff;
}
body .ql-color-888888 {
  color: #888888;
}
body .ql-color-picker.ql-color .ql-picker-item.ql-bg-color-888888 {
  background-color: #888888;
}
body .ql-color-a10000 {
  color: #a10000;
}
body .ql-color-picker.ql-color .ql-picker-item.ql-bg-color-a10000 {
  background-color: #a10000;
}
body .ql-color-b26b00 {
  color: #b26b00;
}
body .ql-color-picker.ql-color .ql-picker-item.ql-bg-color-b26b00 {
  background-color: #b26b00;
}
body .ql-color-006100 {
  color: #006100;
}
body .ql-color-picker.ql-color .ql-picker-item.ql-bg-color-006100 {
  background-color: #006100;
}
body .ql-color-0047b2 {
  color: #0047b2;
}
body .ql-color-picker.ql-color .ql-picker-item.ql-bg-color-0047b2 {
  background-color: #0047b2;
}
body .ql-color-6b24b2 {
  color: #6b24b2;
}
body .ql-color-picker.ql-color .ql-picker-item.ql-bg-color-6b24b2 {
  background-color: #6b24b2;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000000;
  --bs-white: #FFFFFF;
  --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: #337ab7;
  --bs-secondary: #6c757d;
  --bs-success: #008659;
  --bs-info: #3f89c9;
  --bs-warning: #ffc107;
  --bs-danger: #d83933;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb:
    51,
    122,
    183;
  --bs-secondary-rgb:
    108,
    117,
    125;
  --bs-success-rgb:
    0,
    134,
    89;
  --bs-info-rgb:
    63,
    137,
    201;
  --bs-warning-rgb:
    255,
    193,
    7;
  --bs-danger-rgb:
    216,
    57,
    51;
  --bs-light-rgb:
    248,
    249,
    250;
  --bs-dark-rgb:
    33,
    37,
    41;
  --bs-primary-text-emphasis: #143149;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #003624;
  --bs-info-text-emphasis: #193750;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #561714;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #d6e4f1;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #cce7de;
  --bs-info-bg-subtle: #d9e7f4;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f7d7d6;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #adcae2;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #99cfbd;
  --bs-info-border-subtle: #b2d0e9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #efb0ad;
  --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:
    Arial,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  --bs-font-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  --bs-gradient:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family: Arial;
  --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: #FFFFFF;
  --bs-body-bg-rgb:
    255,
    255,
    255;
  --bs-emphasis-color: #000000;
  --bs-emphasis-color-rgb:
    0,
    0,
    0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:
    33,
    37,
    41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb:
    233,
    236,
    239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --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: #337ab7;
  --bs-link-color-rgb:
    51,
    122,
    183;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #296292;
  --bs-link-hover-color-rgb:
    41,
    98,
    146;
  --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: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(51, 122, 183, 0.25);
  --bs-form-valid-color: #008659;
  --bs-form-valid-border-color: #008659;
  --bs-form-invalid-color: #d83933;
  --bs-form-invalid-border-color: #d83933;
}
[data-bs-theme=dark] {
  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: #FFFFFF;
  --bs-emphasis-color-rgb:
    255,
    255,
    255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:
    222,
    226,
    230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb:
    52,
    58,
    64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:
    222,
    226,
    230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb:
    43,
    48,
    53;
  --bs-primary-text-emphasis: #85afd4;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #66b69b;
  --bs-info-text-emphasis: #8cb8df;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #e88885;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #0a1825;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #001b12;
  --bs-info-bg-subtle: #0d1b28;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2b0b0a;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #1f496e;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #005035;
  --bs-info-border-subtle: #265279;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #82221f;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #85afd4;
  --bs-link-hover-color: #9dbfdd;
  --bs-link-color-rgb:
    133,
    175,
    212;
  --bs-link-hover-color-rgb:
    157,
    191,
    221;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --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 {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small,
.small {
  font-size: 75%;
}
mark,
.mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 75%;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 75%;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 75%;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 75%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 75%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 75%;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: #F5F5F5;
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.25em 0.5em;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color: #000000;
  --bs-table-bg: #d6e4f1;
  --bs-table-border-color: #abb6c1;
  --bs-table-striped-bg: #cbd9e5;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #c1cdd9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c6d3df;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #000000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #000000;
  --bs-table-bg: #cce7de;
  --bs-table-border-color: #a3b9b2;
  --bs-table-striped-bg: #c2dbd3;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8d0c8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bdd6cd;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #000000;
  --bs-table-bg: #d9e7f4;
  --bs-table-border-color: #aeb9c3;
  --bs-table-striped-bg: #cedbe8;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #c3d0dc;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c9d6e2;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #000000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #000000;
  --bs-table-bg: #f7d7d6;
  --bs-table-border-color: #c6acab;
  --bs-table-striped-bg: #ebcccb;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dec2c1;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e4c7c6;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #000000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #FFFFFF;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #FFFFFF;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #FFFFFF;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #FFFFFF;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.75rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #99bddb;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(51, 122, 183, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #99bddb;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(51, 122, 183, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[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 {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #99bddb;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(51, 122, 183, 0.25);
}
.form-check-input:checked {
  background-color: #337ab7;
  border-color: #337ab7;
}
.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='%23FFFFFF' 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='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #337ab7;
  border-color: #337ab7;
  --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='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2399bddb'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check[disabled] + .p-button,
.btn-check:disabled + .btn,
.btn-check:disabled + .p-button {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(51, 122, 183, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(51, 122, 183, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #337ab7;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c2d7e9;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #337ab7;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c2d7e9;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn,
.input-group .p-button {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus,
.input-group .p-button:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.input-group-lg > .p-button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.input-group-sm > .p-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008659' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23008659' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d83933'%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='%23d83933' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23d83933'%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='%23d83933' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn,
.p-button {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.75rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn,
  .p-button {
    transition: none;
  }
}
.btn:hover,
.p-button:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover,
.btn-check + .p-button:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible,
.p-button:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn,
.btn-check:focus-visible + .p-button {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn-check:checked + .p-button,
:not(.btn-check) + .btn:active,
:not(.btn-check) + .p-button:active,
.btn:first-child:active,
.p-button:first-child:active,
.btn.active,
.active.p-button,
.btn.show,
.show.p-button {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
.btn-check:checked + .p-button:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
:not(.btn-check) + .p-button:active:focus-visible,
.btn:first-child:active:focus-visible,
.p-button:first-child:active:focus-visible,
.btn.active:focus-visible,
.active.p-button:focus-visible,
.btn.show:focus-visible,
.show.p-button:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn,
.btn-check:checked:focus-visible + .p-button {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled,
.p-button:disabled,
.btn.disabled,
.disabled.p-button,
fieldset:disabled .btn,
fieldset:disabled .p-button {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #337ab7;
  --bs-btn-border-color: #337ab7;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #2b689c;
  --bs-btn-hover-border-color: #296292;
  --bs-btn-focus-shadow-rgb:
    82,
    142,
    194;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #296292;
  --bs-btn-active-border-color: #265c89;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #337ab7;
  --bs-btn-disabled-border-color: #337ab7;
}
.btn-secondary {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb:
    130,
    138,
    145;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #008659;
  --bs-btn-border-color: #008659;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #00724c;
  --bs-btn-hover-border-color: #006b47;
  --bs-btn-focus-shadow-rgb:
    38,
    152,
    114;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #006b47;
  --bs-btn-active-border-color: #006543;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #008659;
  --bs-btn-disabled-border-color: #008659;
}
.btn-info {
  --bs-btn-color: #000000;
  --bs-btn-bg: #3f89c9;
  --bs-btn-border-color: #3f89c9;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #5c9bd1;
  --bs-btn-hover-border-color: #5295ce;
  --bs-btn-focus-shadow-rgb:
    54,
    116,
    171;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #65a1d4;
  --bs-btn-active-border-color: #5295ce;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #3f89c9;
  --bs-btn-disabled-border-color: #3f89c9;
}
.btn-warning {
  --bs-btn-color: #000000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb:
    217,
    164,
    6;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #d83933;
  --bs-btn-border-color: #d83933;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #b8302b;
  --bs-btn-hover-border-color: #ad2e29;
  --bs-btn-focus-shadow-rgb:
    222,
    87,
    82;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #ad2e29;
  --bs-btn-active-border-color: #a22b26;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #d83933;
  --bs-btn-disabled-border-color: #d83933;
}
.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb:
    211,
    212,
    213;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb:
    66,
    70,
    73;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
  --bs-btn-color: #337ab7;
  --bs-btn-border-color: #337ab7;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #337ab7;
  --bs-btn-hover-border-color: #337ab7;
  --bs-btn-focus-shadow-rgb:
    51,
    122,
    183;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #337ab7;
  --bs-btn-active-border-color: #337ab7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #337ab7;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #337ab7;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb:
    108,
    117,
    125;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #008659;
  --bs-btn-border-color: #008659;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #008659;
  --bs-btn-hover-border-color: #008659;
  --bs-btn-focus-shadow-rgb:
    0,
    134,
    89;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #008659;
  --bs-btn-active-border-color: #008659;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #008659;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #008659;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #3f89c9;
  --bs-btn-border-color: #3f89c9;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #3f89c9;
  --bs-btn-hover-border-color: #3f89c9;
  --bs-btn-focus-shadow-rgb:
    63,
    137,
    201;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #3f89c9;
  --bs-btn-active-border-color: #3f89c9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3f89c9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3f89c9;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb:
    255,
    193,
    7;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #d83933;
  --bs-btn-border-color: #d83933;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #d83933;
  --bs-btn-hover-border-color: #d83933;
  --bs-btn-focus-shadow-rgb:
    216,
    57,
    51;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #d83933;
  --bs-btn-active-border-color: #d83933;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #d83933;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #d83933;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb:
    248,
    249,
    250;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb:
    33,
    37,
    41;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb:
    82,
    142,
    194;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg,
.btn-group-lg > .btn,
.btn-group-lg > .p-button {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm,
.btn-group-sm > .btn,
.btn-group-sm > .p-button {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.75rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-spacer: 0.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: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #FFFFFF;
  --bs-dropdown-link-active-bg: #337ab7;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 0;
  --bs-dropdown-item-padding-y: 0;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 0;
  --bs-dropdown-header-padding-y: 0;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu > .dropdown-item:first-child,
.dropdown-menu > li:first-child .dropdown-item {
  border-top-left-radius: var(--bs-dropdown-inner-border-radius);
  border-top-right-radius: var(--bs-dropdown-inner-border-radius);
}
.dropdown-menu > .dropdown-item:last-child,
.dropdown-menu > li:last-child .dropdown-item {
  border-bottom-right-radius: var(--bs-dropdown-inner-border-radius);
  border-bottom-left-radius: var(--bs-dropdown-inner-border-radius);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.75rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color: #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: #FFFFFF;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #FFFFFF;
  --bs-dropdown-link-active-bg: #337ab7;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group > .p-button,
.btn-group-vertical > .btn,
.btn-group-vertical > .p-button {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:checked + .p-button,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn-check:focus + .p-button,
.btn-group > .btn:hover,
.btn-group > .p-button:hover,
.btn-group > .btn:focus,
.btn-group > .p-button:focus,
.btn-group > .btn:active,
.btn-group > .p-button:active,
.btn-group > .btn.active,
.btn-group > .active.p-button,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:checked + .p-button,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn-check:focus + .p-button,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .p-button:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .p-button:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .p-button:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.p-button {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > :not(.btn-check:first-child) + .p-button,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .p-button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .dropdown-toggle-split.p-button:first-child,
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .p-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > .p-button:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > :not(.btn-check) + .p-button,
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .p-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-group-sm > .p-button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-group-lg > .p-button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .p-button,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .p-button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .p-button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .p-button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .p-button ~ .btn,
.btn-group-vertical > .btn ~ .p-button,
.btn-group-vertical > .p-button ~ .p-button,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .p-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(51, 122, 183, 0.25);
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #FFFFFF;
  --bs-nav-pills-link-active-bg: #337ab7;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #FFFFFF;
  --bs-navbar-brand-color: #FFFFFF;
  --bs-navbar-brand-hover-color: #FFFFFF;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y: 10px;
  --bs-card-spacer-x: 15px;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 10px;
  --bs-card-cap-padding-x: 15px;
  --bs-card-cap-bg: #337ab7;
  --bs-card-cap-color: #FFFFFF;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23143149' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(51, 122, 183, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2385afd4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2385afd4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: #333333;
  --bs-pagination-bg: #F5F5F5;
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: #DDDDDD;
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(51, 122, 183, 0.25);
  --bs-pagination-active-color: #FFFFFF;
  --bs-pagination-active-bg: #3399ff;
  --bs-pagination-active-border-color: #DDDDDD;
  --bs-pagination-disabled-color: #999999;
  --bs-pagination-disabled-bg: #F5F5F5;
  --bs-pagination-disabled-border-color: #DDDDDD;
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled,
.disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.75rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #FFFFFF;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge,
.p-button .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #FFFFFF;
  --bs-progress-bar-bg: #337ab7;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #FFFFFF;
  --bs-list-group-active-bg: #337ab7;
  --bs-list-group-active-border-color: #337ab7;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.btn-close {
  --bs-btn-close-color: #000000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(51, 122, 183, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 0.625rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 0.625rem;
  --bs-modal-header-padding-y: 0.625rem;
  --bs-modal-header-padding: 0.625rem 0.625rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.75rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.75rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #FFFFFF;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
.carousel-dark .carousel-caption {
  color: #000000;
}
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
  color: #000000;
}
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 0.625rem;
  --bs-offcanvas-padding-y: 0.625rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before,
.placeholder.p-button::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image:
    linear-gradient(
      130deg,
      #000000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #FFFFFF !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #FFFFFF !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #FFFFFF !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #FFFFFF !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #FFFFFF !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;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus {
  color: RGBA(41, 98, 146, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(41, 98, 146, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-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;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus {
  color: RGBA(0, 107, 71, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 107, 71, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover,
.link-info:focus {
  color: RGBA(101, 161, 212, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(101, 161, 212, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover,
.link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-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;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover,
.link-danger:focus {
  color: RGBA(173, 46, 41, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(173, 46, 41, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-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;
  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;
  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;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover,
.link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-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: 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: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}
.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}
.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}
.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.mt-n2 {
  margin-top: -0.5rem !important;
}
.mt-n3 {
  margin-top: -1rem !important;
}
.mt-n4 {
  margin-top: -1.5rem !important;
}
.mt-n5 {
  margin-top: -3rem !important;
}
.me-n1 {
  margin-right: -0.25rem !important;
}
.me-n2 {
  margin-right: -0.5rem !important;
}
.me-n3 {
  margin-right: -1rem !important;
}
.me-n4 {
  margin-right: -1.5rem !important;
}
.me-n5 {
  margin-right: -3rem !important;
}
.mb-n1 {
  margin-bottom: -0.25rem !important;
}
.mb-n2 {
  margin-bottom: -0.5rem !important;
}
.mb-n3 {
  margin-bottom: -1rem !important;
}
.mb-n4 {
  margin-bottom: -1.5rem !important;
}
.mb-n5 {
  margin-bottom: -3rem !important;
}
.ms-n1 {
  margin-left: -0.25rem !important;
}
.ms-n2 {
  margin-left: -0.5rem !important;
}
.ms-n3 {
  margin-left: -1rem !important;
}
.ms-n4 {
  margin-left: -1.5rem !important;
}
.ms-n5 {
  margin-left: -3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !important;
}
.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 + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.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.125 !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: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-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: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-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-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.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: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.hide,
.hidden {
  display: none;
}
.card-header {
  font-size: 0.75rem;
  font-weight: 700;
}
.card {
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn:disabled,
.p-button:disabled {
  cursor: not-allowed;
}
.btn-xs {
  padding: 2px 5px 1px;
  font-size: 0.75rem;
  line-height: 1.125;
  border-radius: 0.2rem;
}
.card-header .btn,
.card-header .p-button,
p-header .btn,
p-header .p-button {
  font-size: 0.6875rem;
  background-color: #D3D3D3;
  font-weight: 700;
  text-indent: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-top: -5px;
  margin-bottom: -5px;
  margin-left: 5px;
}
.card-header .btn.btn-primary,
.card-header .btn-primary.p-button,
p-header .btn.btn-primary,
p-header .btn-primary.p-button {
  background-color: #337ab7;
}
.card-header .btn.btn-danger,
.card-header .btn-danger.p-button,
p-header .btn.btn-danger,
p-header .btn-danger.p-button {
  background-color: #d83933;
}
.card-header .btn.btn-success,
.card-header .btn-success.p-button,
p-header .btn.btn-success,
p-header .btn-success.p-button {
  background-color: #008659;
}
.card-header .btn.btn-report,
.card-header .btn-report.p-button,
p-header .btn.btn.btn-report,
p-header .btn-report.p-button {
  color: #000000;
}
.remove-padding-bs4 {
  padding: 0;
}
.pagination .pagination-page:not(.active) .page-link,
.pagination .pagination-prev:not(.disabled) .page-link,
.pagination .pagination-next:not(.disabled) .page-link {
  color: #333333;
}
input.form-control {
  height: calc(1em + 0.75rem + 2px);
  padding: 0.375rem;
}
input.form-control:focus,
textarea.form-control:focus {
  box-shadow: none;
}
.table-striped tbody > tr:nth-of-type(odd) > * {
  color: var(--bs-table-striped-color);
  background-color: var(--bs-table-striped-bg);
}
.table-bordered tbody:not(caption) > * {
  border-width: var(--bs-border-width) 0;
  border-color: #dee2e6;
}
.table-bordered tbody:not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-bordered thead:not(caption) > * {
  border-width: var(--bs-border-width) 0;
  border-color: #dee2e6;
}
.table-bordered thead:not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-hover tbody > tr:hover > * {
  color: var(--bs-table-hover-color);
  background-color: var(--bs-table-hover-bg);
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2021  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.ng-select.ng-select-opened > .ng-select-container {
  background: #ffffff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: transparent transparent #999999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: transparent transparent #333333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: 0.9em;
  margin-bottom: 5px;
  color: #333;
  background-color: #ebf5ff;
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #d1e8ff;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid #b8dbff;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid #b8dbff;
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid #b8dbff;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid #b8dbff;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #ffffff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: #e6e6e6;
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: #f5faff;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, 0.54);
  background-color: #ebf5ff;
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: #ebf5ff;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #f5faff;
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #cccccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2021  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.ng-select.width-30 {
  width: 30px !important;
}
.ng-select.width-31 {
  width: 31px !important;
}
.ng-select.width-32 {
  width: 32px !important;
}
.ng-select.width-33 {
  width: 33px !important;
}
.ng-select.width-34 {
  width: 34px !important;
}
.ng-select.width-35 {
  width: 35px !important;
}
.ng-select.width-36 {
  width: 36px !important;
}
.ng-select.width-37 {
  width: 37px !important;
}
.ng-select.width-38 {
  width: 38px !important;
}
.ng-select.width-39 {
  width: 39px !important;
}
.ng-select.width-40 {
  width: 40px !important;
}
.ng-select.width-41 {
  width: 41px !important;
}
.ng-select.width-42 {
  width: 42px !important;
}
.ng-select.width-43 {
  width: 43px !important;
}
.ng-select.width-44 {
  width: 44px !important;
}
.ng-select.width-45 {
  width: 45px !important;
}
.ng-select.width-46 {
  width: 46px !important;
}
.ng-select.width-47 {
  width: 47px !important;
}
.ng-select.width-48 {
  width: 48px !important;
}
.ng-select.width-49 {
  width: 49px !important;
}
.ng-select.width-50 {
  width: 50px !important;
}
.ng-select.width-51 {
  width: 51px !important;
}
.ng-select.width-52 {
  width: 52px !important;
}
.ng-select.width-53 {
  width: 53px !important;
}
.ng-select.width-54 {
  width: 54px !important;
}
.ng-select.width-55 {
  width: 55px !important;
}
.ng-select.width-56 {
  width: 56px !important;
}
.ng-select.width-57 {
  width: 57px !important;
}
.ng-select.width-58 {
  width: 58px !important;
}
.ng-select.width-59 {
  width: 59px !important;
}
.ng-select.width-60 {
  width: 60px !important;
}
.ng-select.width-61 {
  width: 61px !important;
}
.ng-select.width-62 {
  width: 62px !important;
}
.ng-select.width-63 {
  width: 63px !important;
}
.ng-select.width-64 {
  width: 64px !important;
}
.ng-select.width-65 {
  width: 65px !important;
}
.ng-select.width-66 {
  width: 66px !important;
}
.ng-select.width-67 {
  width: 67px !important;
}
.ng-select.width-68 {
  width: 68px !important;
}
.ng-select.width-69 {
  width: 69px !important;
}
.ng-select.width-70 {
  width: 70px !important;
}
.ng-select.width-71 {
  width: 71px !important;
}
.ng-select.width-72 {
  width: 72px !important;
}
.ng-select.width-73 {
  width: 73px !important;
}
.ng-select.width-74 {
  width: 74px !important;
}
.ng-select.width-75 {
  width: 75px !important;
}
.ng-select.width-76 {
  width: 76px !important;
}
.ng-select.width-77 {
  width: 77px !important;
}
.ng-select.width-78 {
  width: 78px !important;
}
.ng-select.width-79 {
  width: 79px !important;
}
.ng-select.width-80 {
  width: 80px !important;
}
.ng-select.width-81 {
  width: 81px !important;
}
.ng-select.width-82 {
  width: 82px !important;
}
.ng-select.width-83 {
  width: 83px !important;
}
.ng-select.width-84 {
  width: 84px !important;
}
.ng-select.width-85 {
  width: 85px !important;
}
.ng-select.width-86 {
  width: 86px !important;
}
.ng-select.width-87 {
  width: 87px !important;
}
.ng-select.width-88 {
  width: 88px !important;
}
.ng-select.width-89 {
  width: 89px !important;
}
.ng-select.width-90 {
  width: 90px !important;
}
.ng-select.width-91 {
  width: 91px !important;
}
.ng-select.width-92 {
  width: 92px !important;
}
.ng-select.width-93 {
  width: 93px !important;
}
.ng-select.width-94 {
  width: 94px !important;
}
.ng-select.width-95 {
  width: 95px !important;
}
.ng-select.width-96 {
  width: 96px !important;
}
.ng-select.width-97 {
  width: 97px !important;
}
.ng-select.width-98 {
  width: 98px !important;
}
.ng-select.width-99 {
  width: 99px !important;
}
.ng-select.width-100 {
  width: 100px !important;
}
.ng-select.width-101 {
  width: 101px !important;
}
.ng-select.width-102 {
  width: 102px !important;
}
.ng-select.width-103 {
  width: 103px !important;
}
.ng-select.width-104 {
  width: 104px !important;
}
.ng-select.width-105 {
  width: 105px !important;
}
.ng-select.width-106 {
  width: 106px !important;
}
.ng-select.width-107 {
  width: 107px !important;
}
.ng-select.width-108 {
  width: 108px !important;
}
.ng-select.width-109 {
  width: 109px !important;
}
.ng-select.width-110 {
  width: 110px !important;
}
.ng-select.width-111 {
  width: 111px !important;
}
.ng-select.width-112 {
  width: 112px !important;
}
.ng-select.width-113 {
  width: 113px !important;
}
.ng-select.width-114 {
  width: 114px !important;
}
.ng-select.width-115 {
  width: 115px !important;
}
.ng-select.width-116 {
  width: 116px !important;
}
.ng-select.width-117 {
  width: 117px !important;
}
.ng-select.width-118 {
  width: 118px !important;
}
.ng-select.width-119 {
  width: 119px !important;
}
.ng-select.width-120 {
  width: 120px !important;
}
.ng-select.width-121 {
  width: 121px !important;
}
.ng-select.width-122 {
  width: 122px !important;
}
.ng-select.width-123 {
  width: 123px !important;
}
.ng-select.width-124 {
  width: 124px !important;
}
.ng-select.width-125 {
  width: 125px !important;
}
.ng-select.width-126 {
  width: 126px !important;
}
.ng-select.width-127 {
  width: 127px !important;
}
.ng-select.width-128 {
  width: 128px !important;
}
.ng-select.width-129 {
  width: 129px !important;
}
.ng-select.width-130 {
  width: 130px !important;
}
.ng-select.width-131 {
  width: 131px !important;
}
.ng-select.width-132 {
  width: 132px !important;
}
.ng-select.width-133 {
  width: 133px !important;
}
.ng-select.width-134 {
  width: 134px !important;
}
.ng-select.width-135 {
  width: 135px !important;
}
.ng-select.width-136 {
  width: 136px !important;
}
.ng-select.width-137 {
  width: 137px !important;
}
.ng-select.width-138 {
  width: 138px !important;
}
.ng-select.width-139 {
  width: 139px !important;
}
.ng-select.width-140 {
  width: 140px !important;
}
.ng-select.width-141 {
  width: 141px !important;
}
.ng-select.width-142 {
  width: 142px !important;
}
.ng-select.width-143 {
  width: 143px !important;
}
.ng-select.width-144 {
  width: 144px !important;
}
.ng-select.width-145 {
  width: 145px !important;
}
.ng-select.width-146 {
  width: 146px !important;
}
.ng-select.width-147 {
  width: 147px !important;
}
.ng-select.width-148 {
  width: 148px !important;
}
.ng-select.width-149 {
  width: 149px !important;
}
.ng-select.width-150 {
  width: 150px !important;
}
.ng-select.width-151 {
  width: 151px !important;
}
.ng-select.width-152 {
  width: 152px !important;
}
.ng-select.width-153 {
  width: 153px !important;
}
.ng-select.width-154 {
  width: 154px !important;
}
.ng-select.width-155 {
  width: 155px !important;
}
.ng-select.width-156 {
  width: 156px !important;
}
.ng-select.width-157 {
  width: 157px !important;
}
.ng-select.width-158 {
  width: 158px !important;
}
.ng-select.width-159 {
  width: 159px !important;
}
.ng-select.width-160 {
  width: 160px !important;
}
.ng-select.width-161 {
  width: 161px !important;
}
.ng-select.width-162 {
  width: 162px !important;
}
.ng-select.width-163 {
  width: 163px !important;
}
.ng-select.width-164 {
  width: 164px !important;
}
.ng-select.width-165 {
  width: 165px !important;
}
.ng-select.width-166 {
  width: 166px !important;
}
.ng-select.width-167 {
  width: 167px !important;
}
.ng-select.width-168 {
  width: 168px !important;
}
.ng-select.width-169 {
  width: 169px !important;
}
.ng-select.width-170 {
  width: 170px !important;
}
.ng-select.width-171 {
  width: 171px !important;
}
.ng-select.width-172 {
  width: 172px !important;
}
.ng-select.width-173 {
  width: 173px !important;
}
.ng-select.width-174 {
  width: 174px !important;
}
.ng-select.width-175 {
  width: 175px !important;
}
.ng-select.width-176 {
  width: 176px !important;
}
.ng-select.width-177 {
  width: 177px !important;
}
.ng-select.width-178 {
  width: 178px !important;
}
.ng-select.width-179 {
  width: 179px !important;
}
.ng-select.width-180 {
  width: 180px !important;
}
.ng-select.width-181 {
  width: 181px !important;
}
.ng-select.width-182 {
  width: 182px !important;
}
.ng-select.width-183 {
  width: 183px !important;
}
.ng-select.width-184 {
  width: 184px !important;
}
.ng-select.width-185 {
  width: 185px !important;
}
.ng-select.width-186 {
  width: 186px !important;
}
.ng-select.width-187 {
  width: 187px !important;
}
.ng-select.width-188 {
  width: 188px !important;
}
.ng-select.width-189 {
  width: 189px !important;
}
.ng-select.width-190 {
  width: 190px !important;
}
.ng-select.width-191 {
  width: 191px !important;
}
.ng-select.width-192 {
  width: 192px !important;
}
.ng-select.width-193 {
  width: 193px !important;
}
.ng-select.width-194 {
  width: 194px !important;
}
.ng-select.width-195 {
  width: 195px !important;
}
.ng-select.width-196 {
  width: 196px !important;
}
.ng-select.width-197 {
  width: 197px !important;
}
.ng-select.width-198 {
  width: 198px !important;
}
.ng-select.width-199 {
  width: 199px !important;
}
.ng-select.width-200 {
  width: 200px !important;
}
.ng-select.dropdown-width-50 .ng-dropdown-panel {
  width: 50px;
}
.ng-select.dropdown-width-51 .ng-dropdown-panel {
  width: 51px;
}
.ng-select.dropdown-width-52 .ng-dropdown-panel {
  width: 52px;
}
.ng-select.dropdown-width-53 .ng-dropdown-panel {
  width: 53px;
}
.ng-select.dropdown-width-54 .ng-dropdown-panel {
  width: 54px;
}
.ng-select.dropdown-width-55 .ng-dropdown-panel {
  width: 55px;
}
.ng-select.dropdown-width-56 .ng-dropdown-panel {
  width: 56px;
}
.ng-select.dropdown-width-57 .ng-dropdown-panel {
  width: 57px;
}
.ng-select.dropdown-width-58 .ng-dropdown-panel {
  width: 58px;
}
.ng-select.dropdown-width-59 .ng-dropdown-panel {
  width: 59px;
}
.ng-select.dropdown-width-60 .ng-dropdown-panel {
  width: 60px;
}
.ng-select.dropdown-width-61 .ng-dropdown-panel {
  width: 61px;
}
.ng-select.dropdown-width-62 .ng-dropdown-panel {
  width: 62px;
}
.ng-select.dropdown-width-63 .ng-dropdown-panel {
  width: 63px;
}
.ng-select.dropdown-width-64 .ng-dropdown-panel {
  width: 64px;
}
.ng-select.dropdown-width-65 .ng-dropdown-panel {
  width: 65px;
}
.ng-select.dropdown-width-66 .ng-dropdown-panel {
  width: 66px;
}
.ng-select.dropdown-width-67 .ng-dropdown-panel {
  width: 67px;
}
.ng-select.dropdown-width-68 .ng-dropdown-panel {
  width: 68px;
}
.ng-select.dropdown-width-69 .ng-dropdown-panel {
  width: 69px;
}
.ng-select.dropdown-width-70 .ng-dropdown-panel {
  width: 70px;
}
.ng-select.dropdown-width-71 .ng-dropdown-panel {
  width: 71px;
}
.ng-select.dropdown-width-72 .ng-dropdown-panel {
  width: 72px;
}
.ng-select.dropdown-width-73 .ng-dropdown-panel {
  width: 73px;
}
.ng-select.dropdown-width-74 .ng-dropdown-panel {
  width: 74px;
}
.ng-select.dropdown-width-75 .ng-dropdown-panel {
  width: 75px;
}
.ng-select.dropdown-width-76 .ng-dropdown-panel {
  width: 76px;
}
.ng-select.dropdown-width-77 .ng-dropdown-panel {
  width: 77px;
}
.ng-select.dropdown-width-78 .ng-dropdown-panel {
  width: 78px;
}
.ng-select.dropdown-width-79 .ng-dropdown-panel {
  width: 79px;
}
.ng-select.dropdown-width-80 .ng-dropdown-panel {
  width: 80px;
}
.ng-select.dropdown-width-81 .ng-dropdown-panel {
  width: 81px;
}
.ng-select.dropdown-width-82 .ng-dropdown-panel {
  width: 82px;
}
.ng-select.dropdown-width-83 .ng-dropdown-panel {
  width: 83px;
}
.ng-select.dropdown-width-84 .ng-dropdown-panel {
  width: 84px;
}
.ng-select.dropdown-width-85 .ng-dropdown-panel {
  width: 85px;
}
.ng-select.dropdown-width-86 .ng-dropdown-panel {
  width: 86px;
}
.ng-select.dropdown-width-87 .ng-dropdown-panel {
  width: 87px;
}
.ng-select.dropdown-width-88 .ng-dropdown-panel {
  width: 88px;
}
.ng-select.dropdown-width-89 .ng-dropdown-panel {
  width: 89px;
}
.ng-select.dropdown-width-90 .ng-dropdown-panel {
  width: 90px;
}
.ng-select.dropdown-width-91 .ng-dropdown-panel {
  width: 91px;
}
.ng-select.dropdown-width-92 .ng-dropdown-panel {
  width: 92px;
}
.ng-select.dropdown-width-93 .ng-dropdown-panel {
  width: 93px;
}
.ng-select.dropdown-width-94 .ng-dropdown-panel {
  width: 94px;
}
.ng-select.dropdown-width-95 .ng-dropdown-panel {
  width: 95px;
}
.ng-select.dropdown-width-96 .ng-dropdown-panel {
  width: 96px;
}
.ng-select.dropdown-width-97 .ng-dropdown-panel {
  width: 97px;
}
.ng-select.dropdown-width-98 .ng-dropdown-panel {
  width: 98px;
}
.ng-select.dropdown-width-99 .ng-dropdown-panel {
  width: 99px;
}
.ng-select.dropdown-width-100 .ng-dropdown-panel {
  width: 100px;
}
.ng-select.dropdown-width-101 .ng-dropdown-panel {
  width: 101px;
}
.ng-select.dropdown-width-102 .ng-dropdown-panel {
  width: 102px;
}
.ng-select.dropdown-width-103 .ng-dropdown-panel {
  width: 103px;
}
.ng-select.dropdown-width-104 .ng-dropdown-panel {
  width: 104px;
}
.ng-select.dropdown-width-105 .ng-dropdown-panel {
  width: 105px;
}
.ng-select.dropdown-width-106 .ng-dropdown-panel {
  width: 106px;
}
.ng-select.dropdown-width-107 .ng-dropdown-panel {
  width: 107px;
}
.ng-select.dropdown-width-108 .ng-dropdown-panel {
  width: 108px;
}
.ng-select.dropdown-width-109 .ng-dropdown-panel {
  width: 109px;
}
.ng-select.dropdown-width-110 .ng-dropdown-panel {
  width: 110px;
}
.ng-select.dropdown-width-111 .ng-dropdown-panel {
  width: 111px;
}
.ng-select.dropdown-width-112 .ng-dropdown-panel {
  width: 112px;
}
.ng-select.dropdown-width-113 .ng-dropdown-panel {
  width: 113px;
}
.ng-select.dropdown-width-114 .ng-dropdown-panel {
  width: 114px;
}
.ng-select.dropdown-width-115 .ng-dropdown-panel {
  width: 115px;
}
.ng-select.dropdown-width-116 .ng-dropdown-panel {
  width: 116px;
}
.ng-select.dropdown-width-117 .ng-dropdown-panel {
  width: 117px;
}
.ng-select.dropdown-width-118 .ng-dropdown-panel {
  width: 118px;
}
.ng-select.dropdown-width-119 .ng-dropdown-panel {
  width: 119px;
}
.ng-select.dropdown-width-120 .ng-dropdown-panel {
  width: 120px;
}
.ng-select.dropdown-width-121 .ng-dropdown-panel {
  width: 121px;
}
.ng-select.dropdown-width-122 .ng-dropdown-panel {
  width: 122px;
}
.ng-select.dropdown-width-123 .ng-dropdown-panel {
  width: 123px;
}
.ng-select.dropdown-width-124 .ng-dropdown-panel {
  width: 124px;
}
.ng-select.dropdown-width-125 .ng-dropdown-panel {
  width: 125px;
}
.ng-select.dropdown-width-126 .ng-dropdown-panel {
  width: 126px;
}
.ng-select.dropdown-width-127 .ng-dropdown-panel {
  width: 127px;
}
.ng-select.dropdown-width-128 .ng-dropdown-panel {
  width: 128px;
}
.ng-select.dropdown-width-129 .ng-dropdown-panel {
  width: 129px;
}
.ng-select.dropdown-width-130 .ng-dropdown-panel {
  width: 130px;
}
.ng-select.dropdown-width-131 .ng-dropdown-panel {
  width: 131px;
}
.ng-select.dropdown-width-132 .ng-dropdown-panel {
  width: 132px;
}
.ng-select.dropdown-width-133 .ng-dropdown-panel {
  width: 133px;
}
.ng-select.dropdown-width-134 .ng-dropdown-panel {
  width: 134px;
}
.ng-select.dropdown-width-135 .ng-dropdown-panel {
  width: 135px;
}
.ng-select.dropdown-width-136 .ng-dropdown-panel {
  width: 136px;
}
.ng-select.dropdown-width-137 .ng-dropdown-panel {
  width: 137px;
}
.ng-select.dropdown-width-138 .ng-dropdown-panel {
  width: 138px;
}
.ng-select.dropdown-width-139 .ng-dropdown-panel {
  width: 139px;
}
.ng-select.dropdown-width-140 .ng-dropdown-panel {
  width: 140px;
}
.ng-select.dropdown-width-141 .ng-dropdown-panel {
  width: 141px;
}
.ng-select.dropdown-width-142 .ng-dropdown-panel {
  width: 142px;
}
.ng-select.dropdown-width-143 .ng-dropdown-panel {
  width: 143px;
}
.ng-select.dropdown-width-144 .ng-dropdown-panel {
  width: 144px;
}
.ng-select.dropdown-width-145 .ng-dropdown-panel {
  width: 145px;
}
.ng-select.dropdown-width-146 .ng-dropdown-panel {
  width: 146px;
}
.ng-select.dropdown-width-147 .ng-dropdown-panel {
  width: 147px;
}
.ng-select.dropdown-width-148 .ng-dropdown-panel {
  width: 148px;
}
.ng-select.dropdown-width-149 .ng-dropdown-panel {
  width: 149px;
}
.ng-select.dropdown-width-150 .ng-dropdown-panel {
  width: 150px;
}
.ng-select.dropdown-width-151 .ng-dropdown-panel {
  width: 151px;
}
.ng-select.dropdown-width-152 .ng-dropdown-panel {
  width: 152px;
}
.ng-select.dropdown-width-153 .ng-dropdown-panel {
  width: 153px;
}
.ng-select.dropdown-width-154 .ng-dropdown-panel {
  width: 154px;
}
.ng-select.dropdown-width-155 .ng-dropdown-panel {
  width: 155px;
}
.ng-select.dropdown-width-156 .ng-dropdown-panel {
  width: 156px;
}
.ng-select.dropdown-width-157 .ng-dropdown-panel {
  width: 157px;
}
.ng-select.dropdown-width-158 .ng-dropdown-panel {
  width: 158px;
}
.ng-select.dropdown-width-159 .ng-dropdown-panel {
  width: 159px;
}
.ng-select.dropdown-width-160 .ng-dropdown-panel {
  width: 160px;
}
.ng-select.dropdown-width-161 .ng-dropdown-panel {
  width: 161px;
}
.ng-select.dropdown-width-162 .ng-dropdown-panel {
  width: 162px;
}
.ng-select.dropdown-width-163 .ng-dropdown-panel {
  width: 163px;
}
.ng-select.dropdown-width-164 .ng-dropdown-panel {
  width: 164px;
}
.ng-select.dropdown-width-165 .ng-dropdown-panel {
  width: 165px;
}
.ng-select.dropdown-width-166 .ng-dropdown-panel {
  width: 166px;
}
.ng-select.dropdown-width-167 .ng-dropdown-panel {
  width: 167px;
}
.ng-select.dropdown-width-168 .ng-dropdown-panel {
  width: 168px;
}
.ng-select.dropdown-width-169 .ng-dropdown-panel {
  width: 169px;
}
.ng-select.dropdown-width-170 .ng-dropdown-panel {
  width: 170px;
}
.ng-select.dropdown-width-171 .ng-dropdown-panel {
  width: 171px;
}
.ng-select.dropdown-width-172 .ng-dropdown-panel {
  width: 172px;
}
.ng-select.dropdown-width-173 .ng-dropdown-panel {
  width: 173px;
}
.ng-select.dropdown-width-174 .ng-dropdown-panel {
  width: 174px;
}
.ng-select.dropdown-width-175 .ng-dropdown-panel {
  width: 175px;
}
.ng-select.dropdown-width-176 .ng-dropdown-panel {
  width: 176px;
}
.ng-select.dropdown-width-177 .ng-dropdown-panel {
  width: 177px;
}
.ng-select.dropdown-width-178 .ng-dropdown-panel {
  width: 178px;
}
.ng-select.dropdown-width-179 .ng-dropdown-panel {
  width: 179px;
}
.ng-select.dropdown-width-180 .ng-dropdown-panel {
  width: 180px;
}
.ng-select.dropdown-width-181 .ng-dropdown-panel {
  width: 181px;
}
.ng-select.dropdown-width-182 .ng-dropdown-panel {
  width: 182px;
}
.ng-select.dropdown-width-183 .ng-dropdown-panel {
  width: 183px;
}
.ng-select.dropdown-width-184 .ng-dropdown-panel {
  width: 184px;
}
.ng-select.dropdown-width-185 .ng-dropdown-panel {
  width: 185px;
}
.ng-select.dropdown-width-186 .ng-dropdown-panel {
  width: 186px;
}
.ng-select.dropdown-width-187 .ng-dropdown-panel {
  width: 187px;
}
.ng-select.dropdown-width-188 .ng-dropdown-panel {
  width: 188px;
}
.ng-select.dropdown-width-189 .ng-dropdown-panel {
  width: 189px;
}
.ng-select.dropdown-width-190 .ng-dropdown-panel {
  width: 190px;
}
.ng-select.dropdown-width-191 .ng-dropdown-panel {
  width: 191px;
}
.ng-select.dropdown-width-192 .ng-dropdown-panel {
  width: 192px;
}
.ng-select.dropdown-width-193 .ng-dropdown-panel {
  width: 193px;
}
.ng-select.dropdown-width-194 .ng-dropdown-panel {
  width: 194px;
}
.ng-select.dropdown-width-195 .ng-dropdown-panel {
  width: 195px;
}
.ng-select.dropdown-width-196 .ng-dropdown-panel {
  width: 196px;
}
.ng-select.dropdown-width-197 .ng-dropdown-panel {
  width: 197px;
}
.ng-select.dropdown-width-198 .ng-dropdown-panel {
  width: 198px;
}
.ng-select.dropdown-width-199 .ng-dropdown-panel {
  width: 199px;
}
.ng-select.dropdown-width-200 .ng-dropdown-panel {
  width: 200px;
}
.ng-select.dropdown-width-201 .ng-dropdown-panel {
  width: 201px;
}
.ng-select.dropdown-width-202 .ng-dropdown-panel {
  width: 202px;
}
.ng-select.dropdown-width-203 .ng-dropdown-panel {
  width: 203px;
}
.ng-select.dropdown-width-204 .ng-dropdown-panel {
  width: 204px;
}
.ng-select.dropdown-width-205 .ng-dropdown-panel {
  width: 205px;
}
.ng-select.dropdown-width-206 .ng-dropdown-panel {
  width: 206px;
}
.ng-select.dropdown-width-207 .ng-dropdown-panel {
  width: 207px;
}
.ng-select.dropdown-width-208 .ng-dropdown-panel {
  width: 208px;
}
.ng-select.dropdown-width-209 .ng-dropdown-panel {
  width: 209px;
}
.ng-select.dropdown-width-210 .ng-dropdown-panel {
  width: 210px;
}
.ng-select.dropdown-width-211 .ng-dropdown-panel {
  width: 211px;
}
.ng-select.dropdown-width-212 .ng-dropdown-panel {
  width: 212px;
}
.ng-select.dropdown-width-213 .ng-dropdown-panel {
  width: 213px;
}
.ng-select.dropdown-width-214 .ng-dropdown-panel {
  width: 214px;
}
.ng-select.dropdown-width-215 .ng-dropdown-panel {
  width: 215px;
}
.ng-select.dropdown-width-216 .ng-dropdown-panel {
  width: 216px;
}
.ng-select.dropdown-width-217 .ng-dropdown-panel {
  width: 217px;
}
.ng-select.dropdown-width-218 .ng-dropdown-panel {
  width: 218px;
}
.ng-select.dropdown-width-219 .ng-dropdown-panel {
  width: 219px;
}
.ng-select.dropdown-width-220 .ng-dropdown-panel {
  width: 220px;
}
.ng-select.dropdown-width-221 .ng-dropdown-panel {
  width: 221px;
}
.ng-select.dropdown-width-222 .ng-dropdown-panel {
  width: 222px;
}
.ng-select.dropdown-width-223 .ng-dropdown-panel {
  width: 223px;
}
.ng-select.dropdown-width-224 .ng-dropdown-panel {
  width: 224px;
}
.ng-select.dropdown-width-225 .ng-dropdown-panel {
  width: 225px;
}
.ng-select.dropdown-width-226 .ng-dropdown-panel {
  width: 226px;
}
.ng-select.dropdown-width-227 .ng-dropdown-panel {
  width: 227px;
}
.ng-select.dropdown-width-228 .ng-dropdown-panel {
  width: 228px;
}
.ng-select.dropdown-width-229 .ng-dropdown-panel {
  width: 229px;
}
.ng-select.dropdown-width-230 .ng-dropdown-panel {
  width: 230px;
}
.ng-select.dropdown-width-231 .ng-dropdown-panel {
  width: 231px;
}
.ng-select.dropdown-width-232 .ng-dropdown-panel {
  width: 232px;
}
.ng-select.dropdown-width-233 .ng-dropdown-panel {
  width: 233px;
}
.ng-select.dropdown-width-234 .ng-dropdown-panel {
  width: 234px;
}
.ng-select.dropdown-width-235 .ng-dropdown-panel {
  width: 235px;
}
.ng-select.dropdown-width-236 .ng-dropdown-panel {
  width: 236px;
}
.ng-select.dropdown-width-237 .ng-dropdown-panel {
  width: 237px;
}
.ng-select.dropdown-width-238 .ng-dropdown-panel {
  width: 238px;
}
.ng-select.dropdown-width-239 .ng-dropdown-panel {
  width: 239px;
}
.ng-select.dropdown-width-240 .ng-dropdown-panel {
  width: 240px;
}
.ng-select.dropdown-width-241 .ng-dropdown-panel {
  width: 241px;
}
.ng-select.dropdown-width-242 .ng-dropdown-panel {
  width: 242px;
}
.ng-select.dropdown-width-243 .ng-dropdown-panel {
  width: 243px;
}
.ng-select.dropdown-width-244 .ng-dropdown-panel {
  width: 244px;
}
.ng-select.dropdown-width-245 .ng-dropdown-panel {
  width: 245px;
}
.ng-select.dropdown-width-246 .ng-dropdown-panel {
  width: 246px;
}
.ng-select.dropdown-width-247 .ng-dropdown-panel {
  width: 247px;
}
.ng-select.dropdown-width-248 .ng-dropdown-panel {
  width: 248px;
}
.ng-select.dropdown-width-249 .ng-dropdown-panel {
  width: 249px;
}
.ng-select.dropdown-width-250 .ng-dropdown-panel {
  width: 250px;
}
.ng-select.dropdown-width-251 .ng-dropdown-panel {
  width: 251px;
}
.ng-select.dropdown-width-252 .ng-dropdown-panel {
  width: 252px;
}
.ng-select.dropdown-width-253 .ng-dropdown-panel {
  width: 253px;
}
.ng-select.dropdown-width-254 .ng-dropdown-panel {
  width: 254px;
}
.ng-select.dropdown-width-255 .ng-dropdown-panel {
  width: 255px;
}
.ng-select.dropdown-width-256 .ng-dropdown-panel {
  width: 256px;
}
.ng-select.dropdown-width-257 .ng-dropdown-panel {
  width: 257px;
}
.ng-select.dropdown-width-258 .ng-dropdown-panel {
  width: 258px;
}
.ng-select.dropdown-width-259 .ng-dropdown-panel {
  width: 259px;
}
.ng-select.dropdown-width-260 .ng-dropdown-panel {
  width: 260px;
}
.ng-select.dropdown-width-261 .ng-dropdown-panel {
  width: 261px;
}
.ng-select.dropdown-width-262 .ng-dropdown-panel {
  width: 262px;
}
.ng-select.dropdown-width-263 .ng-dropdown-panel {
  width: 263px;
}
.ng-select.dropdown-width-264 .ng-dropdown-panel {
  width: 264px;
}
.ng-select.dropdown-width-265 .ng-dropdown-panel {
  width: 265px;
}
.ng-select.dropdown-width-266 .ng-dropdown-panel {
  width: 266px;
}
.ng-select.dropdown-width-267 .ng-dropdown-panel {
  width: 267px;
}
.ng-select.dropdown-width-268 .ng-dropdown-panel {
  width: 268px;
}
.ng-select.dropdown-width-269 .ng-dropdown-panel {
  width: 269px;
}
.ng-select.dropdown-width-270 .ng-dropdown-panel {
  width: 270px;
}
.ng-select.dropdown-width-271 .ng-dropdown-panel {
  width: 271px;
}
.ng-select.dropdown-width-272 .ng-dropdown-panel {
  width: 272px;
}
.ng-select.dropdown-width-273 .ng-dropdown-panel {
  width: 273px;
}
.ng-select.dropdown-width-274 .ng-dropdown-panel {
  width: 274px;
}
.ng-select.dropdown-width-275 .ng-dropdown-panel {
  width: 275px;
}
.ng-select.dropdown-width-276 .ng-dropdown-panel {
  width: 276px;
}
.ng-select.dropdown-width-277 .ng-dropdown-panel {
  width: 277px;
}
.ng-select.dropdown-width-278 .ng-dropdown-panel {
  width: 278px;
}
.ng-select.dropdown-width-279 .ng-dropdown-panel {
  width: 279px;
}
.ng-select.dropdown-width-280 .ng-dropdown-panel {
  width: 280px;
}
.ng-select.dropdown-width-281 .ng-dropdown-panel {
  width: 281px;
}
.ng-select.dropdown-width-282 .ng-dropdown-panel {
  width: 282px;
}
.ng-select.dropdown-width-283 .ng-dropdown-panel {
  width: 283px;
}
.ng-select.dropdown-width-284 .ng-dropdown-panel {
  width: 284px;
}
.ng-select.dropdown-width-285 .ng-dropdown-panel {
  width: 285px;
}
.ng-select.dropdown-width-286 .ng-dropdown-panel {
  width: 286px;
}
.ng-select.dropdown-width-287 .ng-dropdown-panel {
  width: 287px;
}
.ng-select.dropdown-width-288 .ng-dropdown-panel {
  width: 288px;
}
.ng-select.dropdown-width-289 .ng-dropdown-panel {
  width: 289px;
}
.ng-select.dropdown-width-290 .ng-dropdown-panel {
  width: 290px;
}
.ng-select.dropdown-width-291 .ng-dropdown-panel {
  width: 291px;
}
.ng-select.dropdown-width-292 .ng-dropdown-panel {
  width: 292px;
}
.ng-select.dropdown-width-293 .ng-dropdown-panel {
  width: 293px;
}
.ng-select.dropdown-width-294 .ng-dropdown-panel {
  width: 294px;
}
.ng-select.dropdown-width-295 .ng-dropdown-panel {
  width: 295px;
}
.ng-select.dropdown-width-296 .ng-dropdown-panel {
  width: 296px;
}
.ng-select.dropdown-width-297 .ng-dropdown-panel {
  width: 297px;
}
.ng-select.dropdown-width-298 .ng-dropdown-panel {
  width: 298px;
}
.ng-select.dropdown-width-299 .ng-dropdown-panel {
  width: 299px;
}
.ng-select.dropdown-width-300 .ng-dropdown-panel {
  width: 300px;
}
.ng-select.dropdown-width-301 .ng-dropdown-panel {
  width: 301px;
}
.ng-select.dropdown-width-302 .ng-dropdown-panel {
  width: 302px;
}
.ng-select.dropdown-width-303 .ng-dropdown-panel {
  width: 303px;
}
.ng-select.dropdown-width-304 .ng-dropdown-panel {
  width: 304px;
}
.ng-select.dropdown-width-305 .ng-dropdown-panel {
  width: 305px;
}
.ng-select.dropdown-width-306 .ng-dropdown-panel {
  width: 306px;
}
.ng-select.dropdown-width-307 .ng-dropdown-panel {
  width: 307px;
}
.ng-select.dropdown-width-308 .ng-dropdown-panel {
  width: 308px;
}
.ng-select.dropdown-width-309 .ng-dropdown-panel {
  width: 309px;
}
.ng-select.dropdown-width-310 .ng-dropdown-panel {
  width: 310px;
}
.ng-select.dropdown-width-311 .ng-dropdown-panel {
  width: 311px;
}
.ng-select.dropdown-width-312 .ng-dropdown-panel {
  width: 312px;
}
.ng-select.dropdown-width-313 .ng-dropdown-panel {
  width: 313px;
}
.ng-select.dropdown-width-314 .ng-dropdown-panel {
  width: 314px;
}
.ng-select.dropdown-width-315 .ng-dropdown-panel {
  width: 315px;
}
.ng-select.dropdown-width-316 .ng-dropdown-panel {
  width: 316px;
}
.ng-select.dropdown-width-317 .ng-dropdown-panel {
  width: 317px;
}
.ng-select.dropdown-width-318 .ng-dropdown-panel {
  width: 318px;
}
.ng-select.dropdown-width-319 .ng-dropdown-panel {
  width: 319px;
}
.ng-select.dropdown-width-320 .ng-dropdown-panel {
  width: 320px;
}
.ng-select.dropdown-width-321 .ng-dropdown-panel {
  width: 321px;
}
.ng-select.dropdown-width-322 .ng-dropdown-panel {
  width: 322px;
}
.ng-select.dropdown-width-323 .ng-dropdown-panel {
  width: 323px;
}
.ng-select.dropdown-width-324 .ng-dropdown-panel {
  width: 324px;
}
.ng-select.dropdown-width-325 .ng-dropdown-panel {
  width: 325px;
}
.ng-select.dropdown-width-326 .ng-dropdown-panel {
  width: 326px;
}
.ng-select.dropdown-width-327 .ng-dropdown-panel {
  width: 327px;
}
.ng-select.dropdown-width-328 .ng-dropdown-panel {
  width: 328px;
}
.ng-select.dropdown-width-329 .ng-dropdown-panel {
  width: 329px;
}
.ng-select.dropdown-width-330 .ng-dropdown-panel {
  width: 330px;
}
.ng-select.dropdown-width-331 .ng-dropdown-panel {
  width: 331px;
}
.ng-select.dropdown-width-332 .ng-dropdown-panel {
  width: 332px;
}
.ng-select.dropdown-width-333 .ng-dropdown-panel {
  width: 333px;
}
.ng-select.dropdown-width-334 .ng-dropdown-panel {
  width: 334px;
}
.ng-select.dropdown-width-335 .ng-dropdown-panel {
  width: 335px;
}
.ng-select.dropdown-width-336 .ng-dropdown-panel {
  width: 336px;
}
.ng-select.dropdown-width-337 .ng-dropdown-panel {
  width: 337px;
}
.ng-select.dropdown-width-338 .ng-dropdown-panel {
  width: 338px;
}
.ng-select.dropdown-width-339 .ng-dropdown-panel {
  width: 339px;
}
.ng-select.dropdown-width-340 .ng-dropdown-panel {
  width: 340px;
}
.ng-select.dropdown-width-341 .ng-dropdown-panel {
  width: 341px;
}
.ng-select.dropdown-width-342 .ng-dropdown-panel {
  width: 342px;
}
.ng-select.dropdown-width-343 .ng-dropdown-panel {
  width: 343px;
}
.ng-select.dropdown-width-344 .ng-dropdown-panel {
  width: 344px;
}
.ng-select.dropdown-width-345 .ng-dropdown-panel {
  width: 345px;
}
.ng-select.dropdown-width-346 .ng-dropdown-panel {
  width: 346px;
}
.ng-select.dropdown-width-347 .ng-dropdown-panel {
  width: 347px;
}
.ng-select.dropdown-width-348 .ng-dropdown-panel {
  width: 348px;
}
.ng-select.dropdown-width-349 .ng-dropdown-panel {
  width: 349px;
}
.ng-select.dropdown-width-350 .ng-dropdown-panel {
  width: 350px;
}
.ng-select.dropdown-width-351 .ng-dropdown-panel {
  width: 351px;
}
.ng-select.dropdown-width-352 .ng-dropdown-panel {
  width: 352px;
}
.ng-select.dropdown-width-353 .ng-dropdown-panel {
  width: 353px;
}
.ng-select.dropdown-width-354 .ng-dropdown-panel {
  width: 354px;
}
.ng-select.dropdown-width-355 .ng-dropdown-panel {
  width: 355px;
}
.ng-select.dropdown-width-356 .ng-dropdown-panel {
  width: 356px;
}
.ng-select.dropdown-width-357 .ng-dropdown-panel {
  width: 357px;
}
.ng-select.dropdown-width-358 .ng-dropdown-panel {
  width: 358px;
}
.ng-select.dropdown-width-359 .ng-dropdown-panel {
  width: 359px;
}
.ng-select.dropdown-width-360 .ng-dropdown-panel {
  width: 360px;
}
.ng-select.dropdown-width-361 .ng-dropdown-panel {
  width: 361px;
}
.ng-select.dropdown-width-362 .ng-dropdown-panel {
  width: 362px;
}
.ng-select.dropdown-width-363 .ng-dropdown-panel {
  width: 363px;
}
.ng-select.dropdown-width-364 .ng-dropdown-panel {
  width: 364px;
}
.ng-select.dropdown-width-365 .ng-dropdown-panel {
  width: 365px;
}
.ng-select.dropdown-width-366 .ng-dropdown-panel {
  width: 366px;
}
.ng-select.dropdown-width-367 .ng-dropdown-panel {
  width: 367px;
}
.ng-select.dropdown-width-368 .ng-dropdown-panel {
  width: 368px;
}
.ng-select.dropdown-width-369 .ng-dropdown-panel {
  width: 369px;
}
.ng-select.dropdown-width-370 .ng-dropdown-panel {
  width: 370px;
}
.ng-select.dropdown-width-371 .ng-dropdown-panel {
  width: 371px;
}
.ng-select.dropdown-width-372 .ng-dropdown-panel {
  width: 372px;
}
.ng-select.dropdown-width-373 .ng-dropdown-panel {
  width: 373px;
}
.ng-select.dropdown-width-374 .ng-dropdown-panel {
  width: 374px;
}
.ng-select.dropdown-width-375 .ng-dropdown-panel {
  width: 375px;
}
.ng-select.dropdown-width-376 .ng-dropdown-panel {
  width: 376px;
}
.ng-select.dropdown-width-377 .ng-dropdown-panel {
  width: 377px;
}
.ng-select.dropdown-width-378 .ng-dropdown-panel {
  width: 378px;
}
.ng-select.dropdown-width-379 .ng-dropdown-panel {
  width: 379px;
}
.ng-select.dropdown-width-380 .ng-dropdown-panel {
  width: 380px;
}
.ng-select.dropdown-width-381 .ng-dropdown-panel {
  width: 381px;
}
.ng-select.dropdown-width-382 .ng-dropdown-panel {
  width: 382px;
}
.ng-select.dropdown-width-383 .ng-dropdown-panel {
  width: 383px;
}
.ng-select.dropdown-width-384 .ng-dropdown-panel {
  width: 384px;
}
.ng-select.dropdown-width-385 .ng-dropdown-panel {
  width: 385px;
}
.ng-select.dropdown-width-386 .ng-dropdown-panel {
  width: 386px;
}
.ng-select.dropdown-width-387 .ng-dropdown-panel {
  width: 387px;
}
.ng-select.dropdown-width-388 .ng-dropdown-panel {
  width: 388px;
}
.ng-select.dropdown-width-389 .ng-dropdown-panel {
  width: 389px;
}
.ng-select.dropdown-width-390 .ng-dropdown-panel {
  width: 390px;
}
.ng-select.dropdown-width-391 .ng-dropdown-panel {
  width: 391px;
}
.ng-select.dropdown-width-392 .ng-dropdown-panel {
  width: 392px;
}
.ng-select.dropdown-width-393 .ng-dropdown-panel {
  width: 393px;
}
.ng-select.dropdown-width-394 .ng-dropdown-panel {
  width: 394px;
}
.ng-select.dropdown-width-395 .ng-dropdown-panel {
  width: 395px;
}
.ng-select.dropdown-width-396 .ng-dropdown-panel {
  width: 396px;
}
.ng-select.dropdown-width-397 .ng-dropdown-panel {
  width: 397px;
}
.ng-select.dropdown-width-398 .ng-dropdown-panel {
  width: 398px;
}
.ng-select.dropdown-width-399 .ng-dropdown-panel {
  width: 399px;
}
.ng-select.dropdown-width-400 .ng-dropdown-panel {
  width: 400px;
}
.ng-dropdown-panel .ng-dropdown-panel-items,
.ng-dropdown-panel.ng-select-bottom {
  z-index: 2147483647;
}
.ng-select .ng-select-container .ng-value-container {
  min-height: 18px;
}
.ng-select.ng-select-searchable .ng-select-container .ng-value-container {
  margin-top: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 0;
  padding-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 2px;
  padding: 0;
  white-space: nowrap;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: 0.703rem;
  margin: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  padding: 0;
  border: 0 !important;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding-left: 0;
  background-color: #FFFFFF;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  padding: 0;
  min-width: 30px;
  margin: 0;
}
.errorBorder ng-select.ng-invalid .ng-select-container,
.errorBorder textarea.ng-invalid,
.errorBorder input.ng-invalid {
  border-color: #d83933 !important;
}
.ng-dropdown-panel .ng-option input[type=checkbox] {
  width: auto !important;
  vertical-align: middle;
  margin-right: 5px;
}
.ng-select:not(.ng-select-searchable) .ng-select-container .ng-value-container {
  cursor: pointer;
}
.pagination_length .ng-select .ng-select-container {
  vertical-align: top;
}
.ng-select.ng-select-searchable .ng-select-container .ng-value-container .ng-input input,
.ng-select.ng-select-searchable .ng-select-container .ng-value-container .ng-input {
  margin-top: -3px;
  cursor: pointer;
  background-color: transparent;
}
.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option:not(:has(div.clear-selected-div)) {
  text-overflow: clip;
  white-space: normal;
}
.ng-select.ng-select-single .ng-select-container {
  min-height: 25px;
  height: 25px;
}
.ng-select .ng-select-container .ng-value-container .ng-input > input[readonly] {
  height: 0;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #000000 transparent transparent;
}
.ng-select.ng-select-disabled .ng-arrow-wrapper .ng-arrow {
  border-color: #999999 transparent transparent;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  border-color: transparent transparent #333333;
}
.ng-select .ng-arrow-wrapper {
  padding-right: 0;
}
.ng-select-container * {
  background-color: #FFFFFF;
}
.ng-dropdown-panel {
  font-size: 0.6875rem;
  line-height: 15px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #FFFFFF;
  background-color: #3673d4;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  color: #FFFFFF;
  background-color: #3673d4;
}
body table .p-datatable-thead tr th input,
body table .p-datatable-thead tr th .ng-select,
body table .p-datatable-thead tr td input,
body table .p-datatable-thead tr td .ng-select {
  width: 100% !important;
  height: 18px;
  font-weight: normal;
}
body table .p-datatable-thead tr th .ng-select .ng-select-container,
body table .p-datatable-thead tr td .ng-select .ng-select-container {
  min-height: 18px;
  height: 18px;
  position: static;
}
table .p-datatable-thead .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0;
  margin-top: 0;
  margin-left: -2px;
}
table .p-datatable-thead tr td .ng-select.ng-select-multiple,
body table .p-datatable-thead tr td .ng-select.ng-select-multiple .ng-select-container {
  height: auto;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2025 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.ui-panel .p-panel-content {
  font-size: 0.75rem;
}
.ui-chkbox-label {
  font-size: 0.75rem;
}
body div.p-component-overlay {
  background-color: rgba(77, 74, 74, 0.9) !important;
  opacity: 1 !important;
}
body div.p-dialog-content {
  overflow: visible !important;
  background: #FFFFFF !important;
}
.p-button .p-button-label {
  padding: 0.25em 1em;
}
div .ui-message {
  background-color: #FFFFFF;
  border: none;
  padding: 0;
}
div .ui-message-error {
  color: #d83933;
  font-style: italic;
}
body table .p-datatable-thead tr th .ng-select .ng-select-container,
body table .p-datatable-thead tr td .ng-select .ng-select-container {
  color: #555555;
}
body .table .two-line-header p-sorticon.p-element {
  margin-bottom: 11px;
  margin-top: 11px;
  display: block;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2025 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.p-dialog-content .col-xl,
.p-dialog-content .col-xl-auto,
.p-dialog-content .col-xl-12,
.p-dialog-content .col-xl-11,
.p-dialog-content .col-xl-10,
.p-dialog-content .col-xl-9,
.p-dialog-content .col-xl-8,
.p-dialog-content .col-xl-7,
.p-dialog-content .col-xl-6,
.p-dialog-content .col-xl-5,
.p-dialog-content .col-xl-4,
.p-dialog-content .col-xl-3,
.p-dialog-content .col-xl-2,
.p-dialog-content .col-xl-1,
.p-dialog-content .col-lg,
.p-dialog-content .col-lg-auto,
.p-dialog-content .col-lg-12,
.p-dialog-content .col-lg-11,
.p-dialog-content .col-lg-10,
.p-dialog-content .col-lg-9,
.p-dialog-content .col-lg-8,
.p-dialog-content .col-lg-7,
.p-dialog-content .col-lg-6,
.p-dialog-content .col-lg-5,
.p-dialog-content .col-lg-4,
.p-dialog-content .col-lg-3,
.p-dialog-content .col-lg-2,
.p-dialog-content .col-lg-1,
.p-dialog-content .col-md,
.p-dialog-content .col-md-auto,
.p-dialog-content .col-md-12,
.p-dialog-content .col-md-11,
.p-dialog-content .col-md-10,
.p-dialog-content .col-md-9,
.p-dialog-content .col-md-8,
.p-dialog-content .col-md-7,
.p-dialog-content .col-md-6,
.p-dialog-content .col-md-5,
.p-dialog-content .col-md-4,
.p-dialog-content .col-md-3,
.p-dialog-content .col-md-2,
.p-dialog-content .col-md-1,
.p-dialog-content .col-sm,
.p-dialog-content .col-sm-auto,
.p-dialog-content .col-sm-12,
.p-dialog-content .col-sm-11,
.p-dialog-content .col-sm-10,
.p-dialog-content .col-sm-9,
.p-dialog-content .col-sm-8,
.p-dialog-content .col-sm-7,
.p-dialog-content .col-sm-6,
.p-dialog-content .col-sm-5,
.p-dialog-content .col-sm-4,
.p-dialog-content .col-sm-3,
.p-dialog-content .col-sm-2,
.p-dialog-content .col-sm-1,
.p-dialog-content .col,
.p-dialog-content .col-auto,
.p-dialog-content .col-12,
.p-dialog-content .col-11,
.p-dialog-content .col-10,
.p-dialog-content .col-9,
.p-dialog-content .col-8,
.p-dialog-content .col-7,
.p-dialog-content .col-6,
.p-dialog-content .col-5,
.p-dialog-content .col-4,
.p-dialog-content .col-3,
.p-dialog-content .col-2,
.p-dialog-content .col-1 {
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 * Copyright 2021 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.p-radiobutton {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
.p-radiobutton .p-radiobutton-box {
  border: 2px solid #ced4da;
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  color: #000000;
  border-radius: 50%;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    box-shadow 0.15s;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
  border-color: #ced4da;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  border-color: #0275d8;
}
.p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
  width: 12px;
  height: 12px;
  transition-duration: 0.15s;
  background-color: #FFFFFF;
}
.p-radiobutton .p-radiobutton-box.p-highlight {
  border-color: #0275d8;
  background: #0275d8;
}
.p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  border-color: #0267bf;
  background: #0267bf;
  color: #FFFFFF;
}
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
  border-color: #d43f3a;
}
.p-input-filled .p-radiobutton .p-radiobutton-box {
  background-color: #EFEFEF;
}
.p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
  background-color: #EFEFEF;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
  background: #0275d8;
}
.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
  background: #0267bf;
}
.p-radiobutton-label {
  margin: 0;
  padding-left: 10px;
  display: inline-block;
}
.p-highlight .p-radiobutton .p-radiobutton-box {
  border-color: #FFFFFF;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2025 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.p-button {
  padding: 0.2em;
}
.btn.fas,
.fas.p-button,
p-button.fas {
  font-weight: 900;
}
.p-button.ui-button-success,
.p-splitbutton.ui-button-success .p-button {
  background-color: #008659;
  border-color: #008659;
  color: #FFFFFF;
}
.p-button.ui-button-success:enabled:hover,
.p-button.ui-button-success:focus,
.p-splitbutton.ui-button-success .ui-button:enabled:hover,
.p-splitbutton.ui-button-success .ui-button:focus {
  background-color: #4cae4c;
  border-color: #008659;
}
.p-button.ui-button-success:enabled:active,
.p-splitbutton.ui-button-success .ui-button:enabled:active {
  background-color: #449d44;
  border-color: #008659;
}
.p-button.ui-button-info,
.p-splitbutton.ui-button-info .p-button {
  background-color: #5bc0de;
  border-color: #5bc0de;
  color: #FFFFFF;
}
.p-button.ui-button-info:enabled:hover,
.p-button.ui-button-info:focus,
.p-splitbutton.ui-button-info .ui-button:enabled:hover,
.p-splitbutton.ui-button-info .ui-button:focus {
  background-color: #46b8da;
  border-color: #5bc0de;
}
.p-button.ui-button-info:enabled:active,
.p-splitbutton.ui-button-info .ui-button:enabled:active {
  background-color: #31b0d5;
  border-color: #5bc0de;
}
.p-button.ui-button-warning,
.p-splitbutton.ui-button-warning .p-button {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #FFFFFF;
}
.p-button.ui-button-warning:enabled:hover,
.p-button.ui-button-warning:focus,
.p-splitbutton.ui-button-warning .ui-button:enabled:hover,
.p-splitbutton.ui-button-warning .ui-button:focus {
  background-color: #eea236;
  border-color: #f0ad4e;
}
.p-button.ui-button-warning:enabled:active,
.p-splitbutton.ui-button-warning .ui-button:enabled:active {
  background-color: #ec971f;
  border-color: #f0ad4e;
}
.p-button.ui-button-danger,
.p-splitbutton.ui-button-danger .p-button {
  background-color: #d83933;
  border-color: #d83933;
  color: #FFFFFF;
}
.p-button.ui-button-danger:enabled:hover,
.p-button.ui-button-danger:focus,
.p-splitbutton.ui-button-danger .ui-button:enabled:hover,
.p-splitbutton.ui-button-danger .ui-button:focus {
  background-color: #d43f3a;
  border-color: #d83933;
}
.p-button.ui-button-danger:enabled:active,
.p-splitbutton.ui-button-danger .ui-button:enabled:active {
  background-color: #c9302c;
  border-color: #d83933;
}
.p-datatable-table button {
  font-size: 0.703rem;
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 * Copyright 2021 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.p-accordion {
  margin-top: -12px;
}
body .p-accordion .p-accordion-header {
  background-color: #D3D3D3;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #000000;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 15px;
  cursor: pointer;
}
body .p-accordion .p-accordion-header .p-accordion-header-link {
  padding: 0.75em 1em;
  color: #000000;
  display: block;
}
body .p-accordion .p-accordion-header .p-accordion-header-link,
body .p-accordion .p-accordion-header .p-accordion-header-link:hover {
  text-decoration: none;
}
body .p-accordion .p-accordion-header:hover {
  background-color: #EFEFEF;
  color: #000000;
}
body .p-accordion .p-accordion-tab-active > .p-accordion-header {
  background-color: #337ab7;
  border-radius: 4px 4px 0 0;
  color: #FFFFFF;
}
body .p-accordion .p-accordion-tab-active > .p-accordion-header .p-accordion-header-link,
body .p-accordion .p-accordion-tab-active > .p-accordion-header .ui-accordion-header-text {
  color: #FFFFFF;
}
body .p-accordion .p-accordion-tab-active > .p-accordion-header:hover {
  background-color: #285f8f;
  color: #FFFFFF;
  text-decoration: none;
}
body .p-accordion .p-accordion-content {
  padding: 1.25em;
  font-size: 0.75rem;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: 1px;
  margin-right: 1px;
  border-top: 0;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  display: none;
}
body .p-accordion .p-accordion-tab.p-accordion-tab-active > .p-toggleable-content > .p-accordion-content {
  display: block;
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 * Copyright 2021 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.p-datatable table {
  width: 100%;
  border-collapse: collapse;
}
.table-fixed table {
  table-layout: fixed;
}
.p-datatable-auto-layout > .p-datatable-wrapper > table {
  table-layout: auto;
}
.p-datatable-thead th,
.p-datatable-thead td.gtas-filter-header {
  background-color: #34495e;
  color: #FFFFFF;
  font-size: 0.703rem;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 1px !important;
}
.p-datatable-tbody td {
  font-size: 0.703rem;
}
.p-datatable-wrapper {
  overflow: visible;
}
.p-datatable-thead th.sorting_asc,
.p-datatable-thead th.sorting_desc,
.p-datatable-thead th.p-highlight,
.p-datatable-thead th.ui-state-highlight {
  background-color: #5bb75b;
  background-image: none;
}
body .p-paginator {
  display: none !important;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.p-component-overlay {
  display: flex;
}
body .p-dialog {
  display: table;
  margin: auto;
  border: 0;
  max-height: 90%;
  background-color: #FFFFFF;
}
body .p-dialog .p-dialog-header {
  color: #EFEFEF;
  background-color: #004E8C;
  padding: 8px 15px 5px 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
body .p-dialog .p-dialog-header .p-dialog-title {
  line-height: 1.42857143;
  font-weight: 500;
  font-size: 1.125rem;
  width: 100%;
}
body .p-dialog .p-dialog-header .p-dialog-title-info {
  font-weight: 700;
  font-size: 0.75rem;
  text-align: right;
  padding: 0.25em 0;
}
body .p-dialog .p-dialog-header .p-dialog-header-icons {
  float: right;
}
body .p-dialog .p-dialog-header .p-dialog-header-icons .p-dialog-header-icon {
  color: #FFFFFF;
  font-size: 1rem;
}
body .p-dialog .p-dialog-header .p-dialog-header-close-icon {
  -webkit-appearance: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  color: #FFFFFF;
  height: auto;
  width: auto;
  font-size: 1rem;
}
body .p-dialog .p-dialog-header .pi-times {
  line-height: 1.5;
}
body .p-dialog .p-dialog-content {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  padding: 0;
  overflow: auto;
  font-size: 0.75rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
body .p-dialog .p-dialog-content a {
  color: #206ca7;
}
body .p-dialog .p-dialog-content .p-dialog-form-content {
  padding: 10px;
}
body .p-dialog.ui-confirmdialog .p-dialog-content > span {
  margin: 0;
}
body .p-dialog .ui-dialog-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
  border: 0;
  border-top: 1px solid #e5e5e5;
}
body .p-dialog .ui-dialog-footer button {
  margin-right: 5px;
  font-size: 0.75rem;
}
body .p-dialog .p-dialog-content .ui-dialog-form-content {
  padding: 10px;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2025 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.p-calendar {
  height: 25px;
}
.errorBorder p-calendar input.p-inputtext {
  border-color: #d83933 !important;
}
.p-calendar button.p-datepicker-trigger {
  background-color: #EEEEEE;
  color: #333333;
  border: 1px solid #CCCCCC;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 1.5rem;
}
.p-datepicker {
  padding: 0;
  background: #FFFFFF;
  color: #333333;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.p-datepicker .p-datepicker-header {
  padding: 0.5rem;
  background: #EFEFEF;
}
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
  margin-right: 0.5rem;
}
.p-datepicker .p-element {
  border-radius: 4px;
}
.p-datepicker .p-element.p-highlight {
  color: #FFFFFF;
  background: #007bff;
}
.p-datepicker .p-element.p-disabled {
  opacity: 0.6;
}
.p-datepicker .p-timepicker {
  border-top: 1px solid #DDDDDD;
  padding: 0.5rem;
}
.p-datepicker .p-timepicker > div {
  padding: 0 0.5rem;
}
.p-datepicker .p-datepicker-today .p-element {
  color: #333333;
  background: #ced4da;
}
.p-datepicker:not(.p-disabled) .p-element:not(.p-highlight):not(.p-disabled):hover {
  background: #e5e5e5;
}
.p-datepicker:not(.p-disabled) .p-element:not(.p-highlight):not(.p-disabled):focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5019607843);
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2025 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
body .p-confirm-dialog .p-dialog-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #DDDDDD;
}
body .p-confirm-dialog .p-dialog-footer button {
  margin-right: 5px;
  font-size: 0.75rem;
}
body .p-confirm-dialog .p-dialog-content {
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  padding: 12px 10px;
  overflow: auto;
  font-size: 0.75rem;
}
body .p-confirm-dialog {
  width: 25vw !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .p-confirm-dialog {
    width: 25vw !important;
    right: 38%;
  }
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2021  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
p-sorticon .p-icon-wrapper {
  font-family:
    "primeicons",
    Arial,
    sans-serif;
  justify-content: center;
  font-size: 0.703rem;
  font-weight: normal;
}
p-sorticon .p-icon-wrapper:before {
  content: "\e915";
}
p-sorticon .p-icon-wrapper svg {
  display: none;
}
p-sorticon sortamountupalticon.p-icon-wrapper:before {
  content: "\e914";
}
p-sorticon sortamountdownicon.p-icon-wrapper:before {
  content: "\e913";
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
body:not([gtaswidth]) .container,
body[gtaswidth=narrow] .container {
  max-width: 970px !important;
  min-width: 970px;
}
body[gtaswidth=wide] .container {
  max-width: 1140px !important;
  min-width: 1140px;
}
body[gtaswidth=multi] .container {
  min-width: 970px;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  height: 100%;
  padding: 0;
  position: relative;
  background-color: #EFEFEF !important;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.white-space-preformatted {
  white-space: pre;
}
.text {
  font-size: 0.8rem;
}
#body {
  height: auto !important;
  margin: 0 auto -110px;
  min-height: 100%;
}
.container {
  padding: 0;
}
#content {
  background-color: #EFEFEF;
}
.content-body,
#content-body {
  background-color: #EFEFEF;
}
a {
  text-decoration: none;
}
a.disabled {
  color: #000000;
  cursor: default;
  text-decoration: none;
  outline: none;
}
a:hover,
a:hover {
  cursor: pointer;
  text-decoration: underline;
}
[class*=" icon-"],
[class^=icon-] {
  color: #000000;
  vertical-align: middle;
}
i[onclick] {
  cursor: pointer;
}
h1,
.h1 {
  font-size: 1.25rem;
  margin: 20px auto;
  text-align: center;
  background: #EFEFEF;
}
div.card-header > h3.card-header-text,
div.card-header > .card-header-text.h3 {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: Arial;
  display: inline;
  color: #FFFFFF;
}
label {
  font-size: 0.75rem;
  margin-bottom: 8px;
}
body .ui-widget {
  font-size: 0.75rem;
}
::-ms-clear {
  display: none;
}
.detailBackground .form-horizontal .control-label,
.detailBackground .form-horizontal .control-label-bold {
  padding-left: 15px;
  background-color: transparent;
  vertical-align: middle;
}
.control-label-bold {
  font-weight: 700 !important;
}
.gtas-small-font {
  font-size: 0.75rem;
}
body .font-size-75-em {
  font-size: 0.75rem;
}
.longWordWrap {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.text-content-wrap {
  white-space: pre-wrap;
}
dt,
dd {
  line-height: 20px;
  min-height: 20px;
}
.modal {
  border-top-right-radius: 5px;
  z-index: 1150;
}
.modal-header {
  text-indent: 10px;
  color: #EFEFEF !important;
  background-color: #004E8C;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-color: #3f89c9;
  padding: 8px 5px 5px 5px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.modal-body {
  padding: 10px;
  font-size: 0.75rem;
}
.modal-footer {
  padding: 10px;
  margin-top: 0;
}
.removeBtn {
  color: #d83933;
}
.btn-unselected {
  background-color: #D3D3D3;
  color: #000000;
}
.btn-unselected:hover {
  background-color: #EFEFEF;
  color: #000000;
}
.divWithVerticalScrollBar-height-50 {
  max-height: 50px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-51 {
  max-height: 51px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-52 {
  max-height: 52px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-53 {
  max-height: 53px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-54 {
  max-height: 54px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-55 {
  max-height: 55px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-56 {
  max-height: 56px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-57 {
  max-height: 57px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-58 {
  max-height: 58px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-59 {
  max-height: 59px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-60 {
  max-height: 60px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-61 {
  max-height: 61px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-62 {
  max-height: 62px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-63 {
  max-height: 63px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-64 {
  max-height: 64px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-65 {
  max-height: 65px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-66 {
  max-height: 66px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-67 {
  max-height: 67px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-68 {
  max-height: 68px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-69 {
  max-height: 69px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-70 {
  max-height: 70px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-71 {
  max-height: 71px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-72 {
  max-height: 72px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-73 {
  max-height: 73px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-74 {
  max-height: 74px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-75 {
  max-height: 75px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-76 {
  max-height: 76px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-77 {
  max-height: 77px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-78 {
  max-height: 78px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-79 {
  max-height: 79px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-80 {
  max-height: 80px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-81 {
  max-height: 81px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-82 {
  max-height: 82px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-83 {
  max-height: 83px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-84 {
  max-height: 84px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-85 {
  max-height: 85px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-86 {
  max-height: 86px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-87 {
  max-height: 87px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-88 {
  max-height: 88px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-89 {
  max-height: 89px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-90 {
  max-height: 90px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-91 {
  max-height: 91px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-92 {
  max-height: 92px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-93 {
  max-height: 93px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-94 {
  max-height: 94px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-95 {
  max-height: 95px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-96 {
  max-height: 96px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-97 {
  max-height: 97px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-98 {
  max-height: 98px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-99 {
  max-height: 99px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-100 {
  max-height: 100px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-101 {
  max-height: 101px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-102 {
  max-height: 102px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-103 {
  max-height: 103px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-104 {
  max-height: 104px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-105 {
  max-height: 105px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-106 {
  max-height: 106px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-107 {
  max-height: 107px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-108 {
  max-height: 108px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-109 {
  max-height: 109px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-110 {
  max-height: 110px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-111 {
  max-height: 111px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-112 {
  max-height: 112px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-113 {
  max-height: 113px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-114 {
  max-height: 114px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-115 {
  max-height: 115px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-116 {
  max-height: 116px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-117 {
  max-height: 117px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-118 {
  max-height: 118px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-119 {
  max-height: 119px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-120 {
  max-height: 120px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-121 {
  max-height: 121px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-122 {
  max-height: 122px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-123 {
  max-height: 123px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-124 {
  max-height: 124px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-125 {
  max-height: 125px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-126 {
  max-height: 126px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-127 {
  max-height: 127px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-128 {
  max-height: 128px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-129 {
  max-height: 129px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-130 {
  max-height: 130px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-131 {
  max-height: 131px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-132 {
  max-height: 132px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-133 {
  max-height: 133px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-134 {
  max-height: 134px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-135 {
  max-height: 135px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-136 {
  max-height: 136px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-137 {
  max-height: 137px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-138 {
  max-height: 138px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-139 {
  max-height: 139px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-140 {
  max-height: 140px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-141 {
  max-height: 141px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-142 {
  max-height: 142px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-143 {
  max-height: 143px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-144 {
  max-height: 144px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-145 {
  max-height: 145px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-146 {
  max-height: 146px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-147 {
  max-height: 147px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-148 {
  max-height: 148px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-149 {
  max-height: 149px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-150 {
  max-height: 150px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-151 {
  max-height: 151px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-152 {
  max-height: 152px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-153 {
  max-height: 153px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-154 {
  max-height: 154px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-155 {
  max-height: 155px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-156 {
  max-height: 156px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-157 {
  max-height: 157px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-158 {
  max-height: 158px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-159 {
  max-height: 159px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-160 {
  max-height: 160px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-161 {
  max-height: 161px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-162 {
  max-height: 162px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-163 {
  max-height: 163px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-164 {
  max-height: 164px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-165 {
  max-height: 165px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-166 {
  max-height: 166px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-167 {
  max-height: 167px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-168 {
  max-height: 168px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-169 {
  max-height: 169px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-170 {
  max-height: 170px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-171 {
  max-height: 171px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-172 {
  max-height: 172px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-173 {
  max-height: 173px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-174 {
  max-height: 174px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-175 {
  max-height: 175px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-176 {
  max-height: 176px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-177 {
  max-height: 177px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-178 {
  max-height: 178px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-179 {
  max-height: 179px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-180 {
  max-height: 180px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-181 {
  max-height: 181px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-182 {
  max-height: 182px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-183 {
  max-height: 183px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-184 {
  max-height: 184px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-185 {
  max-height: 185px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-186 {
  max-height: 186px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-187 {
  max-height: 187px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-188 {
  max-height: 188px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-189 {
  max-height: 189px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-190 {
  max-height: 190px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-191 {
  max-height: 191px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-192 {
  max-height: 192px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-193 {
  max-height: 193px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-194 {
  max-height: 194px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-195 {
  max-height: 195px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-196 {
  max-height: 196px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-197 {
  max-height: 197px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-198 {
  max-height: 198px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-199 {
  max-height: 199px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-200 {
  max-height: 200px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-201 {
  max-height: 201px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-202 {
  max-height: 202px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-203 {
  max-height: 203px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-204 {
  max-height: 204px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-205 {
  max-height: 205px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-206 {
  max-height: 206px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-207 {
  max-height: 207px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-208 {
  max-height: 208px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-209 {
  max-height: 209px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-210 {
  max-height: 210px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-211 {
  max-height: 211px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-212 {
  max-height: 212px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-213 {
  max-height: 213px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-214 {
  max-height: 214px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-215 {
  max-height: 215px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-216 {
  max-height: 216px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-217 {
  max-height: 217px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-218 {
  max-height: 218px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-219 {
  max-height: 219px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-220 {
  max-height: 220px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-221 {
  max-height: 221px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-222 {
  max-height: 222px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-223 {
  max-height: 223px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-224 {
  max-height: 224px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-225 {
  max-height: 225px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-226 {
  max-height: 226px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-227 {
  max-height: 227px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-228 {
  max-height: 228px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-229 {
  max-height: 229px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-230 {
  max-height: 230px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-231 {
  max-height: 231px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-232 {
  max-height: 232px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-233 {
  max-height: 233px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-234 {
  max-height: 234px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-235 {
  max-height: 235px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-236 {
  max-height: 236px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-237 {
  max-height: 237px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-238 {
  max-height: 238px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-239 {
  max-height: 239px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-240 {
  max-height: 240px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-241 {
  max-height: 241px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-242 {
  max-height: 242px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-243 {
  max-height: 243px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-244 {
  max-height: 244px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-245 {
  max-height: 245px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-246 {
  max-height: 246px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-247 {
  max-height: 247px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-248 {
  max-height: 248px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-249 {
  max-height: 249px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-250 {
  max-height: 250px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-251 {
  max-height: 251px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-252 {
  max-height: 252px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-253 {
  max-height: 253px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-254 {
  max-height: 254px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-255 {
  max-height: 255px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-256 {
  max-height: 256px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-257 {
  max-height: 257px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-258 {
  max-height: 258px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-259 {
  max-height: 259px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-260 {
  max-height: 260px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-261 {
  max-height: 261px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-262 {
  max-height: 262px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-263 {
  max-height: 263px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-264 {
  max-height: 264px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-265 {
  max-height: 265px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-266 {
  max-height: 266px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-267 {
  max-height: 267px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-268 {
  max-height: 268px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-269 {
  max-height: 269px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-270 {
  max-height: 270px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-271 {
  max-height: 271px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-272 {
  max-height: 272px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-273 {
  max-height: 273px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-274 {
  max-height: 274px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-275 {
  max-height: 275px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-276 {
  max-height: 276px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-277 {
  max-height: 277px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-278 {
  max-height: 278px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-279 {
  max-height: 279px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-280 {
  max-height: 280px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-281 {
  max-height: 281px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-282 {
  max-height: 282px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-283 {
  max-height: 283px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-284 {
  max-height: 284px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-285 {
  max-height: 285px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-286 {
  max-height: 286px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-287 {
  max-height: 287px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-288 {
  max-height: 288px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-289 {
  max-height: 289px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-290 {
  max-height: 290px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-291 {
  max-height: 291px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-292 {
  max-height: 292px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-293 {
  max-height: 293px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-294 {
  max-height: 294px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-295 {
  max-height: 295px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-296 {
  max-height: 296px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-297 {
  max-height: 297px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-298 {
  max-height: 298px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-299 {
  max-height: 299px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-300 {
  max-height: 300px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-301 {
  max-height: 301px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-302 {
  max-height: 302px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-303 {
  max-height: 303px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-304 {
  max-height: 304px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-305 {
  max-height: 305px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-306 {
  max-height: 306px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-307 {
  max-height: 307px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-308 {
  max-height: 308px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-309 {
  max-height: 309px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-310 {
  max-height: 310px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-311 {
  max-height: 311px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-312 {
  max-height: 312px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-313 {
  max-height: 313px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-314 {
  max-height: 314px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-315 {
  max-height: 315px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-316 {
  max-height: 316px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-317 {
  max-height: 317px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-318 {
  max-height: 318px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-319 {
  max-height: 319px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-320 {
  max-height: 320px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-321 {
  max-height: 321px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-322 {
  max-height: 322px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-323 {
  max-height: 323px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-324 {
  max-height: 324px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-325 {
  max-height: 325px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-326 {
  max-height: 326px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-327 {
  max-height: 327px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-328 {
  max-height: 328px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-329 {
  max-height: 329px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-330 {
  max-height: 330px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-331 {
  max-height: 331px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-332 {
  max-height: 332px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-333 {
  max-height: 333px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-334 {
  max-height: 334px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-335 {
  max-height: 335px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-336 {
  max-height: 336px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-337 {
  max-height: 337px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-338 {
  max-height: 338px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-339 {
  max-height: 339px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-340 {
  max-height: 340px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-341 {
  max-height: 341px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-342 {
  max-height: 342px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-343 {
  max-height: 343px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-344 {
  max-height: 344px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-345 {
  max-height: 345px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-346 {
  max-height: 346px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-347 {
  max-height: 347px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-348 {
  max-height: 348px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-349 {
  max-height: 349px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-350 {
  max-height: 350px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-351 {
  max-height: 351px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-352 {
  max-height: 352px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-353 {
  max-height: 353px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-354 {
  max-height: 354px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-355 {
  max-height: 355px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-356 {
  max-height: 356px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-357 {
  max-height: 357px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-358 {
  max-height: 358px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-359 {
  max-height: 359px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-360 {
  max-height: 360px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-361 {
  max-height: 361px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-362 {
  max-height: 362px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-363 {
  max-height: 363px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-364 {
  max-height: 364px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-365 {
  max-height: 365px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-366 {
  max-height: 366px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-367 {
  max-height: 367px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-368 {
  max-height: 368px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-369 {
  max-height: 369px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-370 {
  max-height: 370px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-371 {
  max-height: 371px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-372 {
  max-height: 372px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-373 {
  max-height: 373px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-374 {
  max-height: 374px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-375 {
  max-height: 375px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-376 {
  max-height: 376px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-377 {
  max-height: 377px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-378 {
  max-height: 378px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-379 {
  max-height: 379px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-380 {
  max-height: 380px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-381 {
  max-height: 381px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-382 {
  max-height: 382px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-383 {
  max-height: 383px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-384 {
  max-height: 384px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-385 {
  max-height: 385px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-386 {
  max-height: 386px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-387 {
  max-height: 387px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-388 {
  max-height: 388px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-389 {
  max-height: 389px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-390 {
  max-height: 390px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-391 {
  max-height: 391px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-392 {
  max-height: 392px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-393 {
  max-height: 393px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-394 {
  max-height: 394px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-395 {
  max-height: 395px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-396 {
  max-height: 396px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-397 {
  max-height: 397px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-398 {
  max-height: 398px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-399 {
  max-height: 399px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-400 {
  max-height: 400px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-401 {
  max-height: 401px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-402 {
  max-height: 402px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-403 {
  max-height: 403px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-404 {
  max-height: 404px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-405 {
  max-height: 405px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-406 {
  max-height: 406px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-407 {
  max-height: 407px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-408 {
  max-height: 408px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-409 {
  max-height: 409px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-410 {
  max-height: 410px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-411 {
  max-height: 411px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-412 {
  max-height: 412px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-413 {
  max-height: 413px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-414 {
  max-height: 414px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-415 {
  max-height: 415px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-416 {
  max-height: 416px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-417 {
  max-height: 417px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-418 {
  max-height: 418px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-419 {
  max-height: 419px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-420 {
  max-height: 420px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-421 {
  max-height: 421px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-422 {
  max-height: 422px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-423 {
  max-height: 423px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-424 {
  max-height: 424px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-425 {
  max-height: 425px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-426 {
  max-height: 426px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-427 {
  max-height: 427px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-428 {
  max-height: 428px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-429 {
  max-height: 429px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-430 {
  max-height: 430px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-431 {
  max-height: 431px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-432 {
  max-height: 432px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-433 {
  max-height: 433px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-434 {
  max-height: 434px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-435 {
  max-height: 435px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-436 {
  max-height: 436px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-437 {
  max-height: 437px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-438 {
  max-height: 438px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-439 {
  max-height: 439px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-440 {
  max-height: 440px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-441 {
  max-height: 441px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-442 {
  max-height: 442px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-443 {
  max-height: 443px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-444 {
  max-height: 444px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-445 {
  max-height: 445px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-446 {
  max-height: 446px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-447 {
  max-height: 447px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-448 {
  max-height: 448px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-449 {
  max-height: 449px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-450 {
  max-height: 450px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-451 {
  max-height: 451px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-452 {
  max-height: 452px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-453 {
  max-height: 453px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-454 {
  max-height: 454px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-455 {
  max-height: 455px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-456 {
  max-height: 456px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-457 {
  max-height: 457px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-458 {
  max-height: 458px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-459 {
  max-height: 459px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-460 {
  max-height: 460px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-461 {
  max-height: 461px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-462 {
  max-height: 462px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-463 {
  max-height: 463px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-464 {
  max-height: 464px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-465 {
  max-height: 465px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-466 {
  max-height: 466px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-467 {
  max-height: 467px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-468 {
  max-height: 468px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-469 {
  max-height: 469px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-470 {
  max-height: 470px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-471 {
  max-height: 471px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-472 {
  max-height: 472px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-473 {
  max-height: 473px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-474 {
  max-height: 474px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-475 {
  max-height: 475px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-476 {
  max-height: 476px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-477 {
  max-height: 477px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-478 {
  max-height: 478px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-479 {
  max-height: 479px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-480 {
  max-height: 480px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-481 {
  max-height: 481px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-482 {
  max-height: 482px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-483 {
  max-height: 483px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-484 {
  max-height: 484px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-485 {
  max-height: 485px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-486 {
  max-height: 486px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-487 {
  max-height: 487px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-488 {
  max-height: 488px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-489 {
  max-height: 489px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-490 {
  max-height: 490px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-491 {
  max-height: 491px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-492 {
  max-height: 492px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-493 {
  max-height: 493px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-494 {
  max-height: 494px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-495 {
  max-height: 495px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-496 {
  max-height: 496px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-497 {
  max-height: 497px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-498 {
  max-height: 498px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-499 {
  max-height: 499px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-500 {
  max-height: 500px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-501 {
  max-height: 501px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-502 {
  max-height: 502px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-503 {
  max-height: 503px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-504 {
  max-height: 504px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-505 {
  max-height: 505px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-506 {
  max-height: 506px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-507 {
  max-height: 507px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-508 {
  max-height: 508px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-509 {
  max-height: 509px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-510 {
  max-height: 510px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-511 {
  max-height: 511px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-512 {
  max-height: 512px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-513 {
  max-height: 513px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-514 {
  max-height: 514px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-515 {
  max-height: 515px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-516 {
  max-height: 516px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-517 {
  max-height: 517px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-518 {
  max-height: 518px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-519 {
  max-height: 519px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-520 {
  max-height: 520px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-521 {
  max-height: 521px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-522 {
  max-height: 522px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-523 {
  max-height: 523px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-524 {
  max-height: 524px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-525 {
  max-height: 525px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-526 {
  max-height: 526px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-527 {
  max-height: 527px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-528 {
  max-height: 528px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-529 {
  max-height: 529px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-530 {
  max-height: 530px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-531 {
  max-height: 531px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-532 {
  max-height: 532px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-533 {
  max-height: 533px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-534 {
  max-height: 534px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-535 {
  max-height: 535px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-536 {
  max-height: 536px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-537 {
  max-height: 537px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-538 {
  max-height: 538px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-539 {
  max-height: 539px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-540 {
  max-height: 540px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-541 {
  max-height: 541px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-542 {
  max-height: 542px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-543 {
  max-height: 543px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-544 {
  max-height: 544px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-545 {
  max-height: 545px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-546 {
  max-height: 546px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-547 {
  max-height: 547px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-548 {
  max-height: 548px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-549 {
  max-height: 549px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-550 {
  max-height: 550px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-551 {
  max-height: 551px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-552 {
  max-height: 552px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-553 {
  max-height: 553px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-554 {
  max-height: 554px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-555 {
  max-height: 555px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-556 {
  max-height: 556px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-557 {
  max-height: 557px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-558 {
  max-height: 558px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-559 {
  max-height: 559px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-560 {
  max-height: 560px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-561 {
  max-height: 561px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-562 {
  max-height: 562px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-563 {
  max-height: 563px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-564 {
  max-height: 564px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-565 {
  max-height: 565px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-566 {
  max-height: 566px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-567 {
  max-height: 567px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-568 {
  max-height: 568px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-569 {
  max-height: 569px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-570 {
  max-height: 570px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-571 {
  max-height: 571px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-572 {
  max-height: 572px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-573 {
  max-height: 573px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-574 {
  max-height: 574px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-575 {
  max-height: 575px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-576 {
  max-height: 576px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-577 {
  max-height: 577px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-578 {
  max-height: 578px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-579 {
  max-height: 579px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-580 {
  max-height: 580px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-581 {
  max-height: 581px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-582 {
  max-height: 582px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-583 {
  max-height: 583px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-584 {
  max-height: 584px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-585 {
  max-height: 585px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-586 {
  max-height: 586px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-587 {
  max-height: 587px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-588 {
  max-height: 588px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-589 {
  max-height: 589px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-590 {
  max-height: 590px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-591 {
  max-height: 591px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-592 {
  max-height: 592px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-593 {
  max-height: 593px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-594 {
  max-height: 594px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-595 {
  max-height: 595px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-596 {
  max-height: 596px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-597 {
  max-height: 597px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-598 {
  max-height: 598px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-599 {
  max-height: 599px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-600 {
  max-height: 600px;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-40-pct {
  max-height: 40vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-41-pct {
  max-height: 41vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-42-pct {
  max-height: 42vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-43-pct {
  max-height: 43vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-44-pct {
  max-height: 44vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-45-pct {
  max-height: 45vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-46-pct {
  max-height: 46vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-47-pct {
  max-height: 47vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-48-pct {
  max-height: 48vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-49-pct {
  max-height: 49vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-50-pct {
  max-height: 50vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-51-pct {
  max-height: 51vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-52-pct {
  max-height: 52vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-53-pct {
  max-height: 53vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-54-pct {
  max-height: 54vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-55-pct {
  max-height: 55vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-56-pct {
  max-height: 56vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-57-pct {
  max-height: 57vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-58-pct {
  max-height: 58vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-59-pct {
  max-height: 59vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-60-pct {
  max-height: 60vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-61-pct {
  max-height: 61vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-62-pct {
  max-height: 62vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-63-pct {
  max-height: 63vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-64-pct {
  max-height: 64vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-65-pct {
  max-height: 65vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-66-pct {
  max-height: 66vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-67-pct {
  max-height: 67vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-68-pct {
  max-height: 68vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-69-pct {
  max-height: 69vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-70-pct {
  max-height: 70vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-71-pct {
  max-height: 71vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-72-pct {
  max-height: 72vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-73-pct {
  max-height: 73vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-74-pct {
  max-height: 74vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-75-pct {
  max-height: 75vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-76-pct {
  max-height: 76vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-77-pct {
  max-height: 77vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-78-pct {
  max-height: 78vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-79-pct {
  max-height: 79vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-80-pct {
  max-height: 80vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-81-pct {
  max-height: 81vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-82-pct {
  max-height: 82vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-83-pct {
  max-height: 83vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-84-pct {
  max-height: 84vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-85-pct {
  max-height: 85vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-86-pct {
  max-height: 86vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-87-pct {
  max-height: 87vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-88-pct {
  max-height: 88vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-89-pct {
  max-height: 89vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-90-pct {
  max-height: 90vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-91-pct {
  max-height: 91vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-92-pct {
  max-height: 92vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-93-pct {
  max-height: 93vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-94-pct {
  max-height: 94vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-95-pct {
  max-height: 95vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-96-pct {
  max-height: 96vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-97-pct {
  max-height: 97vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-98-pct {
  max-height: 98vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-99-pct {
  max-height: 99vh;
  overflow-y: auto;
}
.divWithVerticalScrollBar-height-100-pct {
  max-height: 100vh;
  overflow-y: auto;
}
:not(.usa-icon).width1 {
  width: 1px;
}
:not(.usa-icon).width-1 {
  width: 1px;
  min-width: 1px;
}
:not(.usa-icon).min-width-1 {
  min-width: 1px;
}
:not(.usa-icon).height-1 {
  height: 1px;
}
:not(.usa-icon).max-width-1 {
  max-width: 1px;
}
:not(.usa-icon).width2 {
  width: 2px;
}
:not(.usa-icon).width-2 {
  width: 2px;
  min-width: 2px;
}
:not(.usa-icon).min-width-2 {
  min-width: 2px;
}
:not(.usa-icon).height-2 {
  height: 2px;
}
:not(.usa-icon).max-width-2 {
  max-width: 2px;
}
:not(.usa-icon).width3 {
  width: 3px;
}
:not(.usa-icon).width-3 {
  width: 3px;
  min-width: 3px;
}
:not(.usa-icon).min-width-3 {
  min-width: 3px;
}
:not(.usa-icon).height-3 {
  height: 3px;
}
:not(.usa-icon).max-width-3 {
  max-width: 3px;
}
:not(.usa-icon).width4 {
  width: 4px;
}
:not(.usa-icon).width-4 {
  width: 4px;
  min-width: 4px;
}
:not(.usa-icon).min-width-4 {
  min-width: 4px;
}
:not(.usa-icon).height-4 {
  height: 4px;
}
:not(.usa-icon).max-width-4 {
  max-width: 4px;
}
:not(.usa-icon).width5 {
  width: 5px;
}
:not(.usa-icon).width-5 {
  width: 5px;
  min-width: 5px;
}
:not(.usa-icon).min-width-5 {
  min-width: 5px;
}
:not(.usa-icon).height-5 {
  height: 5px;
}
:not(.usa-icon).max-width-5 {
  max-width: 5px;
}
:not(.usa-icon).width6 {
  width: 6px;
}
:not(.usa-icon).width-6 {
  width: 6px;
  min-width: 6px;
}
:not(.usa-icon).min-width-6 {
  min-width: 6px;
}
:not(.usa-icon).height-6 {
  height: 6px;
}
:not(.usa-icon).max-width-6 {
  max-width: 6px;
}
:not(.usa-icon).width7 {
  width: 7px;
}
:not(.usa-icon).width-7 {
  width: 7px;
  min-width: 7px;
}
:not(.usa-icon).min-width-7 {
  min-width: 7px;
}
:not(.usa-icon).height-7 {
  height: 7px;
}
:not(.usa-icon).max-width-7 {
  max-width: 7px;
}
:not(.usa-icon).width8 {
  width: 8px;
}
:not(.usa-icon).width-8 {
  width: 8px;
  min-width: 8px;
}
:not(.usa-icon).min-width-8 {
  min-width: 8px;
}
:not(.usa-icon).height-8 {
  height: 8px;
}
:not(.usa-icon).max-width-8 {
  max-width: 8px;
}
:not(.usa-icon).width9 {
  width: 9px;
}
:not(.usa-icon).width-9 {
  width: 9px;
  min-width: 9px;
}
:not(.usa-icon).min-width-9 {
  min-width: 9px;
}
:not(.usa-icon).height-9 {
  height: 9px;
}
:not(.usa-icon).max-width-9 {
  max-width: 9px;
}
:not(.usa-icon).width10 {
  width: 10px;
}
:not(.usa-icon).width-10 {
  width: 10px;
  min-width: 10px;
}
:not(.usa-icon).min-width-10 {
  min-width: 10px;
}
:not(.usa-icon).height-10 {
  height: 10px;
}
:not(.usa-icon).max-width-10 {
  max-width: 10px;
}
:not(.usa-icon).width11 {
  width: 11px;
}
:not(.usa-icon).width-11 {
  width: 11px;
  min-width: 11px;
}
:not(.usa-icon).min-width-11 {
  min-width: 11px;
}
:not(.usa-icon).height-11 {
  height: 11px;
}
:not(.usa-icon).max-width-11 {
  max-width: 11px;
}
:not(.usa-icon).width12 {
  width: 12px;
}
:not(.usa-icon).width-12 {
  width: 12px;
  min-width: 12px;
}
:not(.usa-icon).min-width-12 {
  min-width: 12px;
}
:not(.usa-icon).height-12 {
  height: 12px;
}
:not(.usa-icon).max-width-12 {
  max-width: 12px;
}
:not(.usa-icon).width13 {
  width: 13px;
}
:not(.usa-icon).width-13 {
  width: 13px;
  min-width: 13px;
}
:not(.usa-icon).min-width-13 {
  min-width: 13px;
}
:not(.usa-icon).height-13 {
  height: 13px;
}
:not(.usa-icon).max-width-13 {
  max-width: 13px;
}
:not(.usa-icon).width14 {
  width: 14px;
}
:not(.usa-icon).width-14 {
  width: 14px;
  min-width: 14px;
}
:not(.usa-icon).min-width-14 {
  min-width: 14px;
}
:not(.usa-icon).height-14 {
  height: 14px;
}
:not(.usa-icon).max-width-14 {
  max-width: 14px;
}
:not(.usa-icon).width15 {
  width: 15px;
}
:not(.usa-icon).width-15 {
  width: 15px;
  min-width: 15px;
}
:not(.usa-icon).min-width-15 {
  min-width: 15px;
}
:not(.usa-icon).height-15 {
  height: 15px;
}
:not(.usa-icon).max-width-15 {
  max-width: 15px;
}
:not(.usa-icon).width16 {
  width: 16px;
}
:not(.usa-icon).width-16 {
  width: 16px;
  min-width: 16px;
}
:not(.usa-icon).min-width-16 {
  min-width: 16px;
}
:not(.usa-icon).height-16 {
  height: 16px;
}
:not(.usa-icon).max-width-16 {
  max-width: 16px;
}
:not(.usa-icon).width17 {
  width: 17px;
}
:not(.usa-icon).width-17 {
  width: 17px;
  min-width: 17px;
}
:not(.usa-icon).min-width-17 {
  min-width: 17px;
}
:not(.usa-icon).height-17 {
  height: 17px;
}
:not(.usa-icon).max-width-17 {
  max-width: 17px;
}
:not(.usa-icon).width18 {
  width: 18px;
}
:not(.usa-icon).width-18 {
  width: 18px;
  min-width: 18px;
}
:not(.usa-icon).min-width-18 {
  min-width: 18px;
}
:not(.usa-icon).height-18 {
  height: 18px;
}
:not(.usa-icon).max-width-18 {
  max-width: 18px;
}
:not(.usa-icon).width19 {
  width: 19px;
}
:not(.usa-icon).width-19 {
  width: 19px;
  min-width: 19px;
}
:not(.usa-icon).min-width-19 {
  min-width: 19px;
}
:not(.usa-icon).height-19 {
  height: 19px;
}
:not(.usa-icon).max-width-19 {
  max-width: 19px;
}
:not(.usa-icon).width20 {
  width: 20px;
}
:not(.usa-icon).width-20 {
  width: 20px;
  min-width: 20px;
}
:not(.usa-icon).min-width-20 {
  min-width: 20px;
}
:not(.usa-icon).height-20 {
  height: 20px;
}
:not(.usa-icon).max-width-20 {
  max-width: 20px;
}
:not(.usa-icon).width21 {
  width: 21px;
}
:not(.usa-icon).width-21 {
  width: 21px;
  min-width: 21px;
}
:not(.usa-icon).min-width-21 {
  min-width: 21px;
}
:not(.usa-icon).height-21 {
  height: 21px;
}
:not(.usa-icon).max-width-21 {
  max-width: 21px;
}
:not(.usa-icon).width22 {
  width: 22px;
}
:not(.usa-icon).width-22 {
  width: 22px;
  min-width: 22px;
}
:not(.usa-icon).min-width-22 {
  min-width: 22px;
}
:not(.usa-icon).height-22 {
  height: 22px;
}
:not(.usa-icon).max-width-22 {
  max-width: 22px;
}
:not(.usa-icon).width23 {
  width: 23px;
}
:not(.usa-icon).width-23 {
  width: 23px;
  min-width: 23px;
}
:not(.usa-icon).min-width-23 {
  min-width: 23px;
}
:not(.usa-icon).height-23 {
  height: 23px;
}
:not(.usa-icon).max-width-23 {
  max-width: 23px;
}
:not(.usa-icon).width24 {
  width: 24px;
}
:not(.usa-icon).width-24 {
  width: 24px;
  min-width: 24px;
}
:not(.usa-icon).min-width-24 {
  min-width: 24px;
}
:not(.usa-icon).height-24 {
  height: 24px;
}
:not(.usa-icon).max-width-24 {
  max-width: 24px;
}
:not(.usa-icon).width25 {
  width: 25px;
}
:not(.usa-icon).width-25 {
  width: 25px;
  min-width: 25px;
}
:not(.usa-icon).min-width-25 {
  min-width: 25px;
}
:not(.usa-icon).height-25 {
  height: 25px;
}
:not(.usa-icon).max-width-25 {
  max-width: 25px;
}
:not(.usa-icon).width26 {
  width: 26px;
}
:not(.usa-icon).width-26 {
  width: 26px;
  min-width: 26px;
}
:not(.usa-icon).min-width-26 {
  min-width: 26px;
}
:not(.usa-icon).height-26 {
  height: 26px;
}
:not(.usa-icon).max-width-26 {
  max-width: 26px;
}
:not(.usa-icon).width27 {
  width: 27px;
}
:not(.usa-icon).width-27 {
  width: 27px;
  min-width: 27px;
}
:not(.usa-icon).min-width-27 {
  min-width: 27px;
}
:not(.usa-icon).height-27 {
  height: 27px;
}
:not(.usa-icon).max-width-27 {
  max-width: 27px;
}
:not(.usa-icon).width28 {
  width: 28px;
}
:not(.usa-icon).width-28 {
  width: 28px;
  min-width: 28px;
}
:not(.usa-icon).min-width-28 {
  min-width: 28px;
}
:not(.usa-icon).height-28 {
  height: 28px;
}
:not(.usa-icon).max-width-28 {
  max-width: 28px;
}
:not(.usa-icon).width29 {
  width: 29px;
}
:not(.usa-icon).width-29 {
  width: 29px;
  min-width: 29px;
}
:not(.usa-icon).min-width-29 {
  min-width: 29px;
}
:not(.usa-icon).height-29 {
  height: 29px;
}
:not(.usa-icon).max-width-29 {
  max-width: 29px;
}
:not(.usa-icon).width30 {
  width: 30px;
}
:not(.usa-icon).width-30 {
  width: 30px;
  min-width: 30px;
}
:not(.usa-icon).min-width-30 {
  min-width: 30px;
}
:not(.usa-icon).height-30 {
  height: 30px;
}
:not(.usa-icon).max-width-30 {
  max-width: 30px;
}
:not(.usa-icon).width31 {
  width: 31px;
}
:not(.usa-icon).width-31 {
  width: 31px;
  min-width: 31px;
}
:not(.usa-icon).min-width-31 {
  min-width: 31px;
}
:not(.usa-icon).height-31 {
  height: 31px;
}
:not(.usa-icon).max-width-31 {
  max-width: 31px;
}
:not(.usa-icon).width32 {
  width: 32px;
}
:not(.usa-icon).width-32 {
  width: 32px;
  min-width: 32px;
}
:not(.usa-icon).min-width-32 {
  min-width: 32px;
}
:not(.usa-icon).height-32 {
  height: 32px;
}
:not(.usa-icon).max-width-32 {
  max-width: 32px;
}
:not(.usa-icon).width33 {
  width: 33px;
}
:not(.usa-icon).width-33 {
  width: 33px;
  min-width: 33px;
}
:not(.usa-icon).min-width-33 {
  min-width: 33px;
}
:not(.usa-icon).height-33 {
  height: 33px;
}
:not(.usa-icon).max-width-33 {
  max-width: 33px;
}
:not(.usa-icon).width34 {
  width: 34px;
}
:not(.usa-icon).width-34 {
  width: 34px;
  min-width: 34px;
}
:not(.usa-icon).min-width-34 {
  min-width: 34px;
}
:not(.usa-icon).height-34 {
  height: 34px;
}
:not(.usa-icon).max-width-34 {
  max-width: 34px;
}
:not(.usa-icon).width35 {
  width: 35px;
}
:not(.usa-icon).width-35 {
  width: 35px;
  min-width: 35px;
}
:not(.usa-icon).min-width-35 {
  min-width: 35px;
}
:not(.usa-icon).height-35 {
  height: 35px;
}
:not(.usa-icon).max-width-35 {
  max-width: 35px;
}
:not(.usa-icon).width36 {
  width: 36px;
}
:not(.usa-icon).width-36 {
  width: 36px;
  min-width: 36px;
}
:not(.usa-icon).min-width-36 {
  min-width: 36px;
}
:not(.usa-icon).height-36 {
  height: 36px;
}
:not(.usa-icon).max-width-36 {
  max-width: 36px;
}
:not(.usa-icon).width37 {
  width: 37px;
}
:not(.usa-icon).width-37 {
  width: 37px;
  min-width: 37px;
}
:not(.usa-icon).min-width-37 {
  min-width: 37px;
}
:not(.usa-icon).height-37 {
  height: 37px;
}
:not(.usa-icon).max-width-37 {
  max-width: 37px;
}
:not(.usa-icon).width38 {
  width: 38px;
}
:not(.usa-icon).width-38 {
  width: 38px;
  min-width: 38px;
}
:not(.usa-icon).min-width-38 {
  min-width: 38px;
}
:not(.usa-icon).height-38 {
  height: 38px;
}
:not(.usa-icon).max-width-38 {
  max-width: 38px;
}
:not(.usa-icon).width39 {
  width: 39px;
}
:not(.usa-icon).width-39 {
  width: 39px;
  min-width: 39px;
}
:not(.usa-icon).min-width-39 {
  min-width: 39px;
}
:not(.usa-icon).height-39 {
  height: 39px;
}
:not(.usa-icon).max-width-39 {
  max-width: 39px;
}
:not(.usa-icon).width40 {
  width: 40px;
}
:not(.usa-icon).width-40 {
  width: 40px;
  min-width: 40px;
}
:not(.usa-icon).min-width-40 {
  min-width: 40px;
}
:not(.usa-icon).height-40 {
  height: 40px;
}
:not(.usa-icon).max-width-40 {
  max-width: 40px;
}
:not(.usa-icon).width41 {
  width: 41px;
}
:not(.usa-icon).width-41 {
  width: 41px;
  min-width: 41px;
}
:not(.usa-icon).min-width-41 {
  min-width: 41px;
}
:not(.usa-icon).height-41 {
  height: 41px;
}
:not(.usa-icon).max-width-41 {
  max-width: 41px;
}
:not(.usa-icon).width42 {
  width: 42px;
}
:not(.usa-icon).width-42 {
  width: 42px;
  min-width: 42px;
}
:not(.usa-icon).min-width-42 {
  min-width: 42px;
}
:not(.usa-icon).height-42 {
  height: 42px;
}
:not(.usa-icon).max-width-42 {
  max-width: 42px;
}
:not(.usa-icon).width43 {
  width: 43px;
}
:not(.usa-icon).width-43 {
  width: 43px;
  min-width: 43px;
}
:not(.usa-icon).min-width-43 {
  min-width: 43px;
}
:not(.usa-icon).height-43 {
  height: 43px;
}
:not(.usa-icon).max-width-43 {
  max-width: 43px;
}
:not(.usa-icon).width44 {
  width: 44px;
}
:not(.usa-icon).width-44 {
  width: 44px;
  min-width: 44px;
}
:not(.usa-icon).min-width-44 {
  min-width: 44px;
}
:not(.usa-icon).height-44 {
  height: 44px;
}
:not(.usa-icon).max-width-44 {
  max-width: 44px;
}
:not(.usa-icon).width45 {
  width: 45px;
}
:not(.usa-icon).width-45 {
  width: 45px;
  min-width: 45px;
}
:not(.usa-icon).min-width-45 {
  min-width: 45px;
}
:not(.usa-icon).height-45 {
  height: 45px;
}
:not(.usa-icon).max-width-45 {
  max-width: 45px;
}
:not(.usa-icon).width46 {
  width: 46px;
}
:not(.usa-icon).width-46 {
  width: 46px;
  min-width: 46px;
}
:not(.usa-icon).min-width-46 {
  min-width: 46px;
}
:not(.usa-icon).height-46 {
  height: 46px;
}
:not(.usa-icon).max-width-46 {
  max-width: 46px;
}
:not(.usa-icon).width47 {
  width: 47px;
}
:not(.usa-icon).width-47 {
  width: 47px;
  min-width: 47px;
}
:not(.usa-icon).min-width-47 {
  min-width: 47px;
}
:not(.usa-icon).height-47 {
  height: 47px;
}
:not(.usa-icon).max-width-47 {
  max-width: 47px;
}
:not(.usa-icon).width48 {
  width: 48px;
}
:not(.usa-icon).width-48 {
  width: 48px;
  min-width: 48px;
}
:not(.usa-icon).min-width-48 {
  min-width: 48px;
}
:not(.usa-icon).height-48 {
  height: 48px;
}
:not(.usa-icon).max-width-48 {
  max-width: 48px;
}
:not(.usa-icon).width49 {
  width: 49px;
}
:not(.usa-icon).width-49 {
  width: 49px;
  min-width: 49px;
}
:not(.usa-icon).min-width-49 {
  min-width: 49px;
}
:not(.usa-icon).height-49 {
  height: 49px;
}
:not(.usa-icon).max-width-49 {
  max-width: 49px;
}
:not(.usa-icon).width50 {
  width: 50px;
}
:not(.usa-icon).width-50 {
  width: 50px;
  min-width: 50px;
}
:not(.usa-icon).min-width-50 {
  min-width: 50px;
}
:not(.usa-icon).height-50 {
  height: 50px;
}
:not(.usa-icon).max-width-50 {
  max-width: 50px;
}
:not(.usa-icon).width51 {
  width: 51px;
}
:not(.usa-icon).width-51 {
  width: 51px;
  min-width: 51px;
}
:not(.usa-icon).min-width-51 {
  min-width: 51px;
}
:not(.usa-icon).height-51 {
  height: 51px;
}
:not(.usa-icon).max-width-51 {
  max-width: 51px;
}
:not(.usa-icon).width52 {
  width: 52px;
}
:not(.usa-icon).width-52 {
  width: 52px;
  min-width: 52px;
}
:not(.usa-icon).min-width-52 {
  min-width: 52px;
}
:not(.usa-icon).height-52 {
  height: 52px;
}
:not(.usa-icon).max-width-52 {
  max-width: 52px;
}
:not(.usa-icon).width53 {
  width: 53px;
}
:not(.usa-icon).width-53 {
  width: 53px;
  min-width: 53px;
}
:not(.usa-icon).min-width-53 {
  min-width: 53px;
}
:not(.usa-icon).height-53 {
  height: 53px;
}
:not(.usa-icon).max-width-53 {
  max-width: 53px;
}
:not(.usa-icon).width54 {
  width: 54px;
}
:not(.usa-icon).width-54 {
  width: 54px;
  min-width: 54px;
}
:not(.usa-icon).min-width-54 {
  min-width: 54px;
}
:not(.usa-icon).height-54 {
  height: 54px;
}
:not(.usa-icon).max-width-54 {
  max-width: 54px;
}
:not(.usa-icon).width55 {
  width: 55px;
}
:not(.usa-icon).width-55 {
  width: 55px;
  min-width: 55px;
}
:not(.usa-icon).min-width-55 {
  min-width: 55px;
}
:not(.usa-icon).height-55 {
  height: 55px;
}
:not(.usa-icon).max-width-55 {
  max-width: 55px;
}
:not(.usa-icon).width56 {
  width: 56px;
}
:not(.usa-icon).width-56 {
  width: 56px;
  min-width: 56px;
}
:not(.usa-icon).min-width-56 {
  min-width: 56px;
}
:not(.usa-icon).height-56 {
  height: 56px;
}
:not(.usa-icon).max-width-56 {
  max-width: 56px;
}
:not(.usa-icon).width57 {
  width: 57px;
}
:not(.usa-icon).width-57 {
  width: 57px;
  min-width: 57px;
}
:not(.usa-icon).min-width-57 {
  min-width: 57px;
}
:not(.usa-icon).height-57 {
  height: 57px;
}
:not(.usa-icon).max-width-57 {
  max-width: 57px;
}
:not(.usa-icon).width58 {
  width: 58px;
}
:not(.usa-icon).width-58 {
  width: 58px;
  min-width: 58px;
}
:not(.usa-icon).min-width-58 {
  min-width: 58px;
}
:not(.usa-icon).height-58 {
  height: 58px;
}
:not(.usa-icon).max-width-58 {
  max-width: 58px;
}
:not(.usa-icon).width59 {
  width: 59px;
}
:not(.usa-icon).width-59 {
  width: 59px;
  min-width: 59px;
}
:not(.usa-icon).min-width-59 {
  min-width: 59px;
}
:not(.usa-icon).height-59 {
  height: 59px;
}
:not(.usa-icon).max-width-59 {
  max-width: 59px;
}
:not(.usa-icon).width60 {
  width: 60px;
}
:not(.usa-icon).width-60 {
  width: 60px;
  min-width: 60px;
}
:not(.usa-icon).min-width-60 {
  min-width: 60px;
}
:not(.usa-icon).height-60 {
  height: 60px;
}
:not(.usa-icon).max-width-60 {
  max-width: 60px;
}
:not(.usa-icon).width61 {
  width: 61px;
}
:not(.usa-icon).width-61 {
  width: 61px;
  min-width: 61px;
}
:not(.usa-icon).min-width-61 {
  min-width: 61px;
}
:not(.usa-icon).height-61 {
  height: 61px;
}
:not(.usa-icon).max-width-61 {
  max-width: 61px;
}
:not(.usa-icon).width62 {
  width: 62px;
}
:not(.usa-icon).width-62 {
  width: 62px;
  min-width: 62px;
}
:not(.usa-icon).min-width-62 {
  min-width: 62px;
}
:not(.usa-icon).height-62 {
  height: 62px;
}
:not(.usa-icon).max-width-62 {
  max-width: 62px;
}
:not(.usa-icon).width63 {
  width: 63px;
}
:not(.usa-icon).width-63 {
  width: 63px;
  min-width: 63px;
}
:not(.usa-icon).min-width-63 {
  min-width: 63px;
}
:not(.usa-icon).height-63 {
  height: 63px;
}
:not(.usa-icon).max-width-63 {
  max-width: 63px;
}
:not(.usa-icon).width64 {
  width: 64px;
}
:not(.usa-icon).width-64 {
  width: 64px;
  min-width: 64px;
}
:not(.usa-icon).min-width-64 {
  min-width: 64px;
}
:not(.usa-icon).height-64 {
  height: 64px;
}
:not(.usa-icon).max-width-64 {
  max-width: 64px;
}
:not(.usa-icon).width65 {
  width: 65px;
}
:not(.usa-icon).width-65 {
  width: 65px;
  min-width: 65px;
}
:not(.usa-icon).min-width-65 {
  min-width: 65px;
}
:not(.usa-icon).height-65 {
  height: 65px;
}
:not(.usa-icon).max-width-65 {
  max-width: 65px;
}
:not(.usa-icon).width66 {
  width: 66px;
}
:not(.usa-icon).width-66 {
  width: 66px;
  min-width: 66px;
}
:not(.usa-icon).min-width-66 {
  min-width: 66px;
}
:not(.usa-icon).height-66 {
  height: 66px;
}
:not(.usa-icon).max-width-66 {
  max-width: 66px;
}
:not(.usa-icon).width67 {
  width: 67px;
}
:not(.usa-icon).width-67 {
  width: 67px;
  min-width: 67px;
}
:not(.usa-icon).min-width-67 {
  min-width: 67px;
}
:not(.usa-icon).height-67 {
  height: 67px;
}
:not(.usa-icon).max-width-67 {
  max-width: 67px;
}
:not(.usa-icon).width68 {
  width: 68px;
}
:not(.usa-icon).width-68 {
  width: 68px;
  min-width: 68px;
}
:not(.usa-icon).min-width-68 {
  min-width: 68px;
}
:not(.usa-icon).height-68 {
  height: 68px;
}
:not(.usa-icon).max-width-68 {
  max-width: 68px;
}
:not(.usa-icon).width69 {
  width: 69px;
}
:not(.usa-icon).width-69 {
  width: 69px;
  min-width: 69px;
}
:not(.usa-icon).min-width-69 {
  min-width: 69px;
}
:not(.usa-icon).height-69 {
  height: 69px;
}
:not(.usa-icon).max-width-69 {
  max-width: 69px;
}
:not(.usa-icon).width70 {
  width: 70px;
}
:not(.usa-icon).width-70 {
  width: 70px;
  min-width: 70px;
}
:not(.usa-icon).min-width-70 {
  min-width: 70px;
}
:not(.usa-icon).height-70 {
  height: 70px;
}
:not(.usa-icon).max-width-70 {
  max-width: 70px;
}
:not(.usa-icon).width71 {
  width: 71px;
}
:not(.usa-icon).width-71 {
  width: 71px;
  min-width: 71px;
}
:not(.usa-icon).min-width-71 {
  min-width: 71px;
}
:not(.usa-icon).height-71 {
  height: 71px;
}
:not(.usa-icon).max-width-71 {
  max-width: 71px;
}
:not(.usa-icon).width72 {
  width: 72px;
}
:not(.usa-icon).width-72 {
  width: 72px;
  min-width: 72px;
}
:not(.usa-icon).min-width-72 {
  min-width: 72px;
}
:not(.usa-icon).height-72 {
  height: 72px;
}
:not(.usa-icon).max-width-72 {
  max-width: 72px;
}
:not(.usa-icon).width73 {
  width: 73px;
}
:not(.usa-icon).width-73 {
  width: 73px;
  min-width: 73px;
}
:not(.usa-icon).min-width-73 {
  min-width: 73px;
}
:not(.usa-icon).height-73 {
  height: 73px;
}
:not(.usa-icon).max-width-73 {
  max-width: 73px;
}
:not(.usa-icon).width74 {
  width: 74px;
}
:not(.usa-icon).width-74 {
  width: 74px;
  min-width: 74px;
}
:not(.usa-icon).min-width-74 {
  min-width: 74px;
}
:not(.usa-icon).height-74 {
  height: 74px;
}
:not(.usa-icon).max-width-74 {
  max-width: 74px;
}
:not(.usa-icon).width75 {
  width: 75px;
}
:not(.usa-icon).width-75 {
  width: 75px;
  min-width: 75px;
}
:not(.usa-icon).min-width-75 {
  min-width: 75px;
}
:not(.usa-icon).height-75 {
  height: 75px;
}
:not(.usa-icon).max-width-75 {
  max-width: 75px;
}
:not(.usa-icon).width76 {
  width: 76px;
}
:not(.usa-icon).width-76 {
  width: 76px;
  min-width: 76px;
}
:not(.usa-icon).min-width-76 {
  min-width: 76px;
}
:not(.usa-icon).height-76 {
  height: 76px;
}
:not(.usa-icon).max-width-76 {
  max-width: 76px;
}
:not(.usa-icon).width77 {
  width: 77px;
}
:not(.usa-icon).width-77 {
  width: 77px;
  min-width: 77px;
}
:not(.usa-icon).min-width-77 {
  min-width: 77px;
}
:not(.usa-icon).height-77 {
  height: 77px;
}
:not(.usa-icon).max-width-77 {
  max-width: 77px;
}
:not(.usa-icon).width78 {
  width: 78px;
}
:not(.usa-icon).width-78 {
  width: 78px;
  min-width: 78px;
}
:not(.usa-icon).min-width-78 {
  min-width: 78px;
}
:not(.usa-icon).height-78 {
  height: 78px;
}
:not(.usa-icon).max-width-78 {
  max-width: 78px;
}
:not(.usa-icon).width79 {
  width: 79px;
}
:not(.usa-icon).width-79 {
  width: 79px;
  min-width: 79px;
}
:not(.usa-icon).min-width-79 {
  min-width: 79px;
}
:not(.usa-icon).height-79 {
  height: 79px;
}
:not(.usa-icon).max-width-79 {
  max-width: 79px;
}
:not(.usa-icon).width80 {
  width: 80px;
}
:not(.usa-icon).width-80 {
  width: 80px;
  min-width: 80px;
}
:not(.usa-icon).min-width-80 {
  min-width: 80px;
}
:not(.usa-icon).height-80 {
  height: 80px;
}
:not(.usa-icon).max-width-80 {
  max-width: 80px;
}
:not(.usa-icon).width81 {
  width: 81px;
}
:not(.usa-icon).width-81 {
  width: 81px;
  min-width: 81px;
}
:not(.usa-icon).min-width-81 {
  min-width: 81px;
}
:not(.usa-icon).height-81 {
  height: 81px;
}
:not(.usa-icon).max-width-81 {
  max-width: 81px;
}
:not(.usa-icon).width82 {
  width: 82px;
}
:not(.usa-icon).width-82 {
  width: 82px;
  min-width: 82px;
}
:not(.usa-icon).min-width-82 {
  min-width: 82px;
}
:not(.usa-icon).height-82 {
  height: 82px;
}
:not(.usa-icon).max-width-82 {
  max-width: 82px;
}
:not(.usa-icon).width83 {
  width: 83px;
}
:not(.usa-icon).width-83 {
  width: 83px;
  min-width: 83px;
}
:not(.usa-icon).min-width-83 {
  min-width: 83px;
}
:not(.usa-icon).height-83 {
  height: 83px;
}
:not(.usa-icon).max-width-83 {
  max-width: 83px;
}
:not(.usa-icon).width84 {
  width: 84px;
}
:not(.usa-icon).width-84 {
  width: 84px;
  min-width: 84px;
}
:not(.usa-icon).min-width-84 {
  min-width: 84px;
}
:not(.usa-icon).height-84 {
  height: 84px;
}
:not(.usa-icon).max-width-84 {
  max-width: 84px;
}
:not(.usa-icon).width85 {
  width: 85px;
}
:not(.usa-icon).width-85 {
  width: 85px;
  min-width: 85px;
}
:not(.usa-icon).min-width-85 {
  min-width: 85px;
}
:not(.usa-icon).height-85 {
  height: 85px;
}
:not(.usa-icon).max-width-85 {
  max-width: 85px;
}
:not(.usa-icon).width86 {
  width: 86px;
}
:not(.usa-icon).width-86 {
  width: 86px;
  min-width: 86px;
}
:not(.usa-icon).min-width-86 {
  min-width: 86px;
}
:not(.usa-icon).height-86 {
  height: 86px;
}
:not(.usa-icon).max-width-86 {
  max-width: 86px;
}
:not(.usa-icon).width87 {
  width: 87px;
}
:not(.usa-icon).width-87 {
  width: 87px;
  min-width: 87px;
}
:not(.usa-icon).min-width-87 {
  min-width: 87px;
}
:not(.usa-icon).height-87 {
  height: 87px;
}
:not(.usa-icon).max-width-87 {
  max-width: 87px;
}
:not(.usa-icon).width88 {
  width: 88px;
}
:not(.usa-icon).width-88 {
  width: 88px;
  min-width: 88px;
}
:not(.usa-icon).min-width-88 {
  min-width: 88px;
}
:not(.usa-icon).height-88 {
  height: 88px;
}
:not(.usa-icon).max-width-88 {
  max-width: 88px;
}
:not(.usa-icon).width89 {
  width: 89px;
}
:not(.usa-icon).width-89 {
  width: 89px;
  min-width: 89px;
}
:not(.usa-icon).min-width-89 {
  min-width: 89px;
}
:not(.usa-icon).height-89 {
  height: 89px;
}
:not(.usa-icon).max-width-89 {
  max-width: 89px;
}
:not(.usa-icon).width90 {
  width: 90px;
}
:not(.usa-icon).width-90 {
  width: 90px;
  min-width: 90px;
}
:not(.usa-icon).min-width-90 {
  min-width: 90px;
}
:not(.usa-icon).height-90 {
  height: 90px;
}
:not(.usa-icon).max-width-90 {
  max-width: 90px;
}
:not(.usa-icon).width91 {
  width: 91px;
}
:not(.usa-icon).width-91 {
  width: 91px;
  min-width: 91px;
}
:not(.usa-icon).min-width-91 {
  min-width: 91px;
}
:not(.usa-icon).height-91 {
  height: 91px;
}
:not(.usa-icon).max-width-91 {
  max-width: 91px;
}
:not(.usa-icon).width92 {
  width: 92px;
}
:not(.usa-icon).width-92 {
  width: 92px;
  min-width: 92px;
}
:not(.usa-icon).min-width-92 {
  min-width: 92px;
}
:not(.usa-icon).height-92 {
  height: 92px;
}
:not(.usa-icon).max-width-92 {
  max-width: 92px;
}
:not(.usa-icon).width93 {
  width: 93px;
}
:not(.usa-icon).width-93 {
  width: 93px;
  min-width: 93px;
}
:not(.usa-icon).min-width-93 {
  min-width: 93px;
}
:not(.usa-icon).height-93 {
  height: 93px;
}
:not(.usa-icon).max-width-93 {
  max-width: 93px;
}
:not(.usa-icon).width94 {
  width: 94px;
}
:not(.usa-icon).width-94 {
  width: 94px;
  min-width: 94px;
}
:not(.usa-icon).min-width-94 {
  min-width: 94px;
}
:not(.usa-icon).height-94 {
  height: 94px;
}
:not(.usa-icon).max-width-94 {
  max-width: 94px;
}
:not(.usa-icon).width95 {
  width: 95px;
}
:not(.usa-icon).width-95 {
  width: 95px;
  min-width: 95px;
}
:not(.usa-icon).min-width-95 {
  min-width: 95px;
}
:not(.usa-icon).height-95 {
  height: 95px;
}
:not(.usa-icon).max-width-95 {
  max-width: 95px;
}
:not(.usa-icon).width96 {
  width: 96px;
}
:not(.usa-icon).width-96 {
  width: 96px;
  min-width: 96px;
}
:not(.usa-icon).min-width-96 {
  min-width: 96px;
}
:not(.usa-icon).height-96 {
  height: 96px;
}
:not(.usa-icon).max-width-96 {
  max-width: 96px;
}
:not(.usa-icon).width97 {
  width: 97px;
}
:not(.usa-icon).width-97 {
  width: 97px;
  min-width: 97px;
}
:not(.usa-icon).min-width-97 {
  min-width: 97px;
}
:not(.usa-icon).height-97 {
  height: 97px;
}
:not(.usa-icon).max-width-97 {
  max-width: 97px;
}
:not(.usa-icon).width98 {
  width: 98px;
}
:not(.usa-icon).width-98 {
  width: 98px;
  min-width: 98px;
}
:not(.usa-icon).min-width-98 {
  min-width: 98px;
}
:not(.usa-icon).height-98 {
  height: 98px;
}
:not(.usa-icon).max-width-98 {
  max-width: 98px;
}
:not(.usa-icon).width99 {
  width: 99px;
}
:not(.usa-icon).width-99 {
  width: 99px;
  min-width: 99px;
}
:not(.usa-icon).min-width-99 {
  min-width: 99px;
}
:not(.usa-icon).height-99 {
  height: 99px;
}
:not(.usa-icon).max-width-99 {
  max-width: 99px;
}
:not(.usa-icon).width100 {
  width: 100px;
}
:not(.usa-icon).width-100 {
  width: 100px;
  min-width: 100px;
}
:not(.usa-icon).min-width-100 {
  min-width: 100px;
}
:not(.usa-icon).height-100 {
  height: 100px;
}
:not(.usa-icon).max-width-100 {
  max-width: 100px;
}
:not(.usa-icon).width101 {
  width: 101px;
}
:not(.usa-icon).width-101 {
  width: 101px;
  min-width: 101px;
}
:not(.usa-icon).min-width-101 {
  min-width: 101px;
}
:not(.usa-icon).height-101 {
  height: 101px;
}
:not(.usa-icon).max-width-101 {
  max-width: 101px;
}
:not(.usa-icon).width102 {
  width: 102px;
}
:not(.usa-icon).width-102 {
  width: 102px;
  min-width: 102px;
}
:not(.usa-icon).min-width-102 {
  min-width: 102px;
}
:not(.usa-icon).height-102 {
  height: 102px;
}
:not(.usa-icon).max-width-102 {
  max-width: 102px;
}
:not(.usa-icon).width103 {
  width: 103px;
}
:not(.usa-icon).width-103 {
  width: 103px;
  min-width: 103px;
}
:not(.usa-icon).min-width-103 {
  min-width: 103px;
}
:not(.usa-icon).height-103 {
  height: 103px;
}
:not(.usa-icon).max-width-103 {
  max-width: 103px;
}
:not(.usa-icon).width104 {
  width: 104px;
}
:not(.usa-icon).width-104 {
  width: 104px;
  min-width: 104px;
}
:not(.usa-icon).min-width-104 {
  min-width: 104px;
}
:not(.usa-icon).height-104 {
  height: 104px;
}
:not(.usa-icon).max-width-104 {
  max-width: 104px;
}
:not(.usa-icon).width105 {
  width: 105px;
}
:not(.usa-icon).width-105 {
  width: 105px;
  min-width: 105px;
}
:not(.usa-icon).min-width-105 {
  min-width: 105px;
}
:not(.usa-icon).height-105 {
  height: 105px;
}
:not(.usa-icon).max-width-105 {
  max-width: 105px;
}
:not(.usa-icon).width106 {
  width: 106px;
}
:not(.usa-icon).width-106 {
  width: 106px;
  min-width: 106px;
}
:not(.usa-icon).min-width-106 {
  min-width: 106px;
}
:not(.usa-icon).height-106 {
  height: 106px;
}
:not(.usa-icon).max-width-106 {
  max-width: 106px;
}
:not(.usa-icon).width107 {
  width: 107px;
}
:not(.usa-icon).width-107 {
  width: 107px;
  min-width: 107px;
}
:not(.usa-icon).min-width-107 {
  min-width: 107px;
}
:not(.usa-icon).height-107 {
  height: 107px;
}
:not(.usa-icon).max-width-107 {
  max-width: 107px;
}
:not(.usa-icon).width108 {
  width: 108px;
}
:not(.usa-icon).width-108 {
  width: 108px;
  min-width: 108px;
}
:not(.usa-icon).min-width-108 {
  min-width: 108px;
}
:not(.usa-icon).height-108 {
  height: 108px;
}
:not(.usa-icon).max-width-108 {
  max-width: 108px;
}
:not(.usa-icon).width109 {
  width: 109px;
}
:not(.usa-icon).width-109 {
  width: 109px;
  min-width: 109px;
}
:not(.usa-icon).min-width-109 {
  min-width: 109px;
}
:not(.usa-icon).height-109 {
  height: 109px;
}
:not(.usa-icon).max-width-109 {
  max-width: 109px;
}
:not(.usa-icon).width110 {
  width: 110px;
}
:not(.usa-icon).width-110 {
  width: 110px;
  min-width: 110px;
}
:not(.usa-icon).min-width-110 {
  min-width: 110px;
}
:not(.usa-icon).height-110 {
  height: 110px;
}
:not(.usa-icon).max-width-110 {
  max-width: 110px;
}
:not(.usa-icon).width111 {
  width: 111px;
}
:not(.usa-icon).width-111 {
  width: 111px;
  min-width: 111px;
}
:not(.usa-icon).min-width-111 {
  min-width: 111px;
}
:not(.usa-icon).height-111 {
  height: 111px;
}
:not(.usa-icon).max-width-111 {
  max-width: 111px;
}
:not(.usa-icon).width112 {
  width: 112px;
}
:not(.usa-icon).width-112 {
  width: 112px;
  min-width: 112px;
}
:not(.usa-icon).min-width-112 {
  min-width: 112px;
}
:not(.usa-icon).height-112 {
  height: 112px;
}
:not(.usa-icon).max-width-112 {
  max-width: 112px;
}
:not(.usa-icon).width113 {
  width: 113px;
}
:not(.usa-icon).width-113 {
  width: 113px;
  min-width: 113px;
}
:not(.usa-icon).min-width-113 {
  min-width: 113px;
}
:not(.usa-icon).height-113 {
  height: 113px;
}
:not(.usa-icon).max-width-113 {
  max-width: 113px;
}
:not(.usa-icon).width114 {
  width: 114px;
}
:not(.usa-icon).width-114 {
  width: 114px;
  min-width: 114px;
}
:not(.usa-icon).min-width-114 {
  min-width: 114px;
}
:not(.usa-icon).height-114 {
  height: 114px;
}
:not(.usa-icon).max-width-114 {
  max-width: 114px;
}
:not(.usa-icon).width115 {
  width: 115px;
}
:not(.usa-icon).width-115 {
  width: 115px;
  min-width: 115px;
}
:not(.usa-icon).min-width-115 {
  min-width: 115px;
}
:not(.usa-icon).height-115 {
  height: 115px;
}
:not(.usa-icon).max-width-115 {
  max-width: 115px;
}
:not(.usa-icon).width116 {
  width: 116px;
}
:not(.usa-icon).width-116 {
  width: 116px;
  min-width: 116px;
}
:not(.usa-icon).min-width-116 {
  min-width: 116px;
}
:not(.usa-icon).height-116 {
  height: 116px;
}
:not(.usa-icon).max-width-116 {
  max-width: 116px;
}
:not(.usa-icon).width117 {
  width: 117px;
}
:not(.usa-icon).width-117 {
  width: 117px;
  min-width: 117px;
}
:not(.usa-icon).min-width-117 {
  min-width: 117px;
}
:not(.usa-icon).height-117 {
  height: 117px;
}
:not(.usa-icon).max-width-117 {
  max-width: 117px;
}
:not(.usa-icon).width118 {
  width: 118px;
}
:not(.usa-icon).width-118 {
  width: 118px;
  min-width: 118px;
}
:not(.usa-icon).min-width-118 {
  min-width: 118px;
}
:not(.usa-icon).height-118 {
  height: 118px;
}
:not(.usa-icon).max-width-118 {
  max-width: 118px;
}
:not(.usa-icon).width119 {
  width: 119px;
}
:not(.usa-icon).width-119 {
  width: 119px;
  min-width: 119px;
}
:not(.usa-icon).min-width-119 {
  min-width: 119px;
}
:not(.usa-icon).height-119 {
  height: 119px;
}
:not(.usa-icon).max-width-119 {
  max-width: 119px;
}
:not(.usa-icon).width120 {
  width: 120px;
}
:not(.usa-icon).width-120 {
  width: 120px;
  min-width: 120px;
}
:not(.usa-icon).min-width-120 {
  min-width: 120px;
}
:not(.usa-icon).height-120 {
  height: 120px;
}
:not(.usa-icon).max-width-120 {
  max-width: 120px;
}
:not(.usa-icon).width121 {
  width: 121px;
}
:not(.usa-icon).width-121 {
  width: 121px;
  min-width: 121px;
}
:not(.usa-icon).min-width-121 {
  min-width: 121px;
}
:not(.usa-icon).height-121 {
  height: 121px;
}
:not(.usa-icon).max-width-121 {
  max-width: 121px;
}
:not(.usa-icon).width122 {
  width: 122px;
}
:not(.usa-icon).width-122 {
  width: 122px;
  min-width: 122px;
}
:not(.usa-icon).min-width-122 {
  min-width: 122px;
}
:not(.usa-icon).height-122 {
  height: 122px;
}
:not(.usa-icon).max-width-122 {
  max-width: 122px;
}
:not(.usa-icon).width123 {
  width: 123px;
}
:not(.usa-icon).width-123 {
  width: 123px;
  min-width: 123px;
}
:not(.usa-icon).min-width-123 {
  min-width: 123px;
}
:not(.usa-icon).height-123 {
  height: 123px;
}
:not(.usa-icon).max-width-123 {
  max-width: 123px;
}
:not(.usa-icon).width124 {
  width: 124px;
}
:not(.usa-icon).width-124 {
  width: 124px;
  min-width: 124px;
}
:not(.usa-icon).min-width-124 {
  min-width: 124px;
}
:not(.usa-icon).height-124 {
  height: 124px;
}
:not(.usa-icon).max-width-124 {
  max-width: 124px;
}
:not(.usa-icon).width125 {
  width: 125px;
}
:not(.usa-icon).width-125 {
  width: 125px;
  min-width: 125px;
}
:not(.usa-icon).min-width-125 {
  min-width: 125px;
}
:not(.usa-icon).height-125 {
  height: 125px;
}
:not(.usa-icon).max-width-125 {
  max-width: 125px;
}
:not(.usa-icon).width126 {
  width: 126px;
}
:not(.usa-icon).width-126 {
  width: 126px;
  min-width: 126px;
}
:not(.usa-icon).min-width-126 {
  min-width: 126px;
}
:not(.usa-icon).height-126 {
  height: 126px;
}
:not(.usa-icon).max-width-126 {
  max-width: 126px;
}
:not(.usa-icon).width127 {
  width: 127px;
}
:not(.usa-icon).width-127 {
  width: 127px;
  min-width: 127px;
}
:not(.usa-icon).min-width-127 {
  min-width: 127px;
}
:not(.usa-icon).height-127 {
  height: 127px;
}
:not(.usa-icon).max-width-127 {
  max-width: 127px;
}
:not(.usa-icon).width128 {
  width: 128px;
}
:not(.usa-icon).width-128 {
  width: 128px;
  min-width: 128px;
}
:not(.usa-icon).min-width-128 {
  min-width: 128px;
}
:not(.usa-icon).height-128 {
  height: 128px;
}
:not(.usa-icon).max-width-128 {
  max-width: 128px;
}
:not(.usa-icon).width129 {
  width: 129px;
}
:not(.usa-icon).width-129 {
  width: 129px;
  min-width: 129px;
}
:not(.usa-icon).min-width-129 {
  min-width: 129px;
}
:not(.usa-icon).height-129 {
  height: 129px;
}
:not(.usa-icon).max-width-129 {
  max-width: 129px;
}
:not(.usa-icon).width130 {
  width: 130px;
}
:not(.usa-icon).width-130 {
  width: 130px;
  min-width: 130px;
}
:not(.usa-icon).min-width-130 {
  min-width: 130px;
}
:not(.usa-icon).height-130 {
  height: 130px;
}
:not(.usa-icon).max-width-130 {
  max-width: 130px;
}
:not(.usa-icon).width131 {
  width: 131px;
}
:not(.usa-icon).width-131 {
  width: 131px;
  min-width: 131px;
}
:not(.usa-icon).min-width-131 {
  min-width: 131px;
}
:not(.usa-icon).height-131 {
  height: 131px;
}
:not(.usa-icon).max-width-131 {
  max-width: 131px;
}
:not(.usa-icon).width132 {
  width: 132px;
}
:not(.usa-icon).width-132 {
  width: 132px;
  min-width: 132px;
}
:not(.usa-icon).min-width-132 {
  min-width: 132px;
}
:not(.usa-icon).height-132 {
  height: 132px;
}
:not(.usa-icon).max-width-132 {
  max-width: 132px;
}
:not(.usa-icon).width133 {
  width: 133px;
}
:not(.usa-icon).width-133 {
  width: 133px;
  min-width: 133px;
}
:not(.usa-icon).min-width-133 {
  min-width: 133px;
}
:not(.usa-icon).height-133 {
  height: 133px;
}
:not(.usa-icon).max-width-133 {
  max-width: 133px;
}
:not(.usa-icon).width134 {
  width: 134px;
}
:not(.usa-icon).width-134 {
  width: 134px;
  min-width: 134px;
}
:not(.usa-icon).min-width-134 {
  min-width: 134px;
}
:not(.usa-icon).height-134 {
  height: 134px;
}
:not(.usa-icon).max-width-134 {
  max-width: 134px;
}
:not(.usa-icon).width135 {
  width: 135px;
}
:not(.usa-icon).width-135 {
  width: 135px;
  min-width: 135px;
}
:not(.usa-icon).min-width-135 {
  min-width: 135px;
}
:not(.usa-icon).height-135 {
  height: 135px;
}
:not(.usa-icon).max-width-135 {
  max-width: 135px;
}
:not(.usa-icon).width136 {
  width: 136px;
}
:not(.usa-icon).width-136 {
  width: 136px;
  min-width: 136px;
}
:not(.usa-icon).min-width-136 {
  min-width: 136px;
}
:not(.usa-icon).height-136 {
  height: 136px;
}
:not(.usa-icon).max-width-136 {
  max-width: 136px;
}
:not(.usa-icon).width137 {
  width: 137px;
}
:not(.usa-icon).width-137 {
  width: 137px;
  min-width: 137px;
}
:not(.usa-icon).min-width-137 {
  min-width: 137px;
}
:not(.usa-icon).height-137 {
  height: 137px;
}
:not(.usa-icon).max-width-137 {
  max-width: 137px;
}
:not(.usa-icon).width138 {
  width: 138px;
}
:not(.usa-icon).width-138 {
  width: 138px;
  min-width: 138px;
}
:not(.usa-icon).min-width-138 {
  min-width: 138px;
}
:not(.usa-icon).height-138 {
  height: 138px;
}
:not(.usa-icon).max-width-138 {
  max-width: 138px;
}
:not(.usa-icon).width139 {
  width: 139px;
}
:not(.usa-icon).width-139 {
  width: 139px;
  min-width: 139px;
}
:not(.usa-icon).min-width-139 {
  min-width: 139px;
}
:not(.usa-icon).height-139 {
  height: 139px;
}
:not(.usa-icon).max-width-139 {
  max-width: 139px;
}
:not(.usa-icon).width140 {
  width: 140px;
}
:not(.usa-icon).width-140 {
  width: 140px;
  min-width: 140px;
}
:not(.usa-icon).min-width-140 {
  min-width: 140px;
}
:not(.usa-icon).height-140 {
  height: 140px;
}
:not(.usa-icon).max-width-140 {
  max-width: 140px;
}
:not(.usa-icon).width141 {
  width: 141px;
}
:not(.usa-icon).width-141 {
  width: 141px;
  min-width: 141px;
}
:not(.usa-icon).min-width-141 {
  min-width: 141px;
}
:not(.usa-icon).height-141 {
  height: 141px;
}
:not(.usa-icon).max-width-141 {
  max-width: 141px;
}
:not(.usa-icon).width142 {
  width: 142px;
}
:not(.usa-icon).width-142 {
  width: 142px;
  min-width: 142px;
}
:not(.usa-icon).min-width-142 {
  min-width: 142px;
}
:not(.usa-icon).height-142 {
  height: 142px;
}
:not(.usa-icon).max-width-142 {
  max-width: 142px;
}
:not(.usa-icon).width143 {
  width: 143px;
}
:not(.usa-icon).width-143 {
  width: 143px;
  min-width: 143px;
}
:not(.usa-icon).min-width-143 {
  min-width: 143px;
}
:not(.usa-icon).height-143 {
  height: 143px;
}
:not(.usa-icon).max-width-143 {
  max-width: 143px;
}
:not(.usa-icon).width144 {
  width: 144px;
}
:not(.usa-icon).width-144 {
  width: 144px;
  min-width: 144px;
}
:not(.usa-icon).min-width-144 {
  min-width: 144px;
}
:not(.usa-icon).height-144 {
  height: 144px;
}
:not(.usa-icon).max-width-144 {
  max-width: 144px;
}
:not(.usa-icon).width145 {
  width: 145px;
}
:not(.usa-icon).width-145 {
  width: 145px;
  min-width: 145px;
}
:not(.usa-icon).min-width-145 {
  min-width: 145px;
}
:not(.usa-icon).height-145 {
  height: 145px;
}
:not(.usa-icon).max-width-145 {
  max-width: 145px;
}
:not(.usa-icon).width146 {
  width: 146px;
}
:not(.usa-icon).width-146 {
  width: 146px;
  min-width: 146px;
}
:not(.usa-icon).min-width-146 {
  min-width: 146px;
}
:not(.usa-icon).height-146 {
  height: 146px;
}
:not(.usa-icon).max-width-146 {
  max-width: 146px;
}
:not(.usa-icon).width147 {
  width: 147px;
}
:not(.usa-icon).width-147 {
  width: 147px;
  min-width: 147px;
}
:not(.usa-icon).min-width-147 {
  min-width: 147px;
}
:not(.usa-icon).height-147 {
  height: 147px;
}
:not(.usa-icon).max-width-147 {
  max-width: 147px;
}
:not(.usa-icon).width148 {
  width: 148px;
}
:not(.usa-icon).width-148 {
  width: 148px;
  min-width: 148px;
}
:not(.usa-icon).min-width-148 {
  min-width: 148px;
}
:not(.usa-icon).height-148 {
  height: 148px;
}
:not(.usa-icon).max-width-148 {
  max-width: 148px;
}
:not(.usa-icon).width149 {
  width: 149px;
}
:not(.usa-icon).width-149 {
  width: 149px;
  min-width: 149px;
}
:not(.usa-icon).min-width-149 {
  min-width: 149px;
}
:not(.usa-icon).height-149 {
  height: 149px;
}
:not(.usa-icon).max-width-149 {
  max-width: 149px;
}
:not(.usa-icon).width150 {
  width: 150px;
}
:not(.usa-icon).width-150 {
  width: 150px;
  min-width: 150px;
}
:not(.usa-icon).min-width-150 {
  min-width: 150px;
}
:not(.usa-icon).height-150 {
  height: 150px;
}
:not(.usa-icon).max-width-150 {
  max-width: 150px;
}
:not(.usa-icon).width151 {
  width: 151px;
}
:not(.usa-icon).width-151 {
  width: 151px;
  min-width: 151px;
}
:not(.usa-icon).min-width-151 {
  min-width: 151px;
}
:not(.usa-icon).height-151 {
  height: 151px;
}
:not(.usa-icon).max-width-151 {
  max-width: 151px;
}
:not(.usa-icon).width152 {
  width: 152px;
}
:not(.usa-icon).width-152 {
  width: 152px;
  min-width: 152px;
}
:not(.usa-icon).min-width-152 {
  min-width: 152px;
}
:not(.usa-icon).height-152 {
  height: 152px;
}
:not(.usa-icon).max-width-152 {
  max-width: 152px;
}
:not(.usa-icon).width153 {
  width: 153px;
}
:not(.usa-icon).width-153 {
  width: 153px;
  min-width: 153px;
}
:not(.usa-icon).min-width-153 {
  min-width: 153px;
}
:not(.usa-icon).height-153 {
  height: 153px;
}
:not(.usa-icon).max-width-153 {
  max-width: 153px;
}
:not(.usa-icon).width154 {
  width: 154px;
}
:not(.usa-icon).width-154 {
  width: 154px;
  min-width: 154px;
}
:not(.usa-icon).min-width-154 {
  min-width: 154px;
}
:not(.usa-icon).height-154 {
  height: 154px;
}
:not(.usa-icon).max-width-154 {
  max-width: 154px;
}
:not(.usa-icon).width155 {
  width: 155px;
}
:not(.usa-icon).width-155 {
  width: 155px;
  min-width: 155px;
}
:not(.usa-icon).min-width-155 {
  min-width: 155px;
}
:not(.usa-icon).height-155 {
  height: 155px;
}
:not(.usa-icon).max-width-155 {
  max-width: 155px;
}
:not(.usa-icon).width156 {
  width: 156px;
}
:not(.usa-icon).width-156 {
  width: 156px;
  min-width: 156px;
}
:not(.usa-icon).min-width-156 {
  min-width: 156px;
}
:not(.usa-icon).height-156 {
  height: 156px;
}
:not(.usa-icon).max-width-156 {
  max-width: 156px;
}
:not(.usa-icon).width157 {
  width: 157px;
}
:not(.usa-icon).width-157 {
  width: 157px;
  min-width: 157px;
}
:not(.usa-icon).min-width-157 {
  min-width: 157px;
}
:not(.usa-icon).height-157 {
  height: 157px;
}
:not(.usa-icon).max-width-157 {
  max-width: 157px;
}
:not(.usa-icon).width158 {
  width: 158px;
}
:not(.usa-icon).width-158 {
  width: 158px;
  min-width: 158px;
}
:not(.usa-icon).min-width-158 {
  min-width: 158px;
}
:not(.usa-icon).height-158 {
  height: 158px;
}
:not(.usa-icon).max-width-158 {
  max-width: 158px;
}
:not(.usa-icon).width159 {
  width: 159px;
}
:not(.usa-icon).width-159 {
  width: 159px;
  min-width: 159px;
}
:not(.usa-icon).min-width-159 {
  min-width: 159px;
}
:not(.usa-icon).height-159 {
  height: 159px;
}
:not(.usa-icon).max-width-159 {
  max-width: 159px;
}
:not(.usa-icon).width160 {
  width: 160px;
}
:not(.usa-icon).width-160 {
  width: 160px;
  min-width: 160px;
}
:not(.usa-icon).min-width-160 {
  min-width: 160px;
}
:not(.usa-icon).height-160 {
  height: 160px;
}
:not(.usa-icon).max-width-160 {
  max-width: 160px;
}
:not(.usa-icon).width161 {
  width: 161px;
}
:not(.usa-icon).width-161 {
  width: 161px;
  min-width: 161px;
}
:not(.usa-icon).min-width-161 {
  min-width: 161px;
}
:not(.usa-icon).height-161 {
  height: 161px;
}
:not(.usa-icon).max-width-161 {
  max-width: 161px;
}
:not(.usa-icon).width162 {
  width: 162px;
}
:not(.usa-icon).width-162 {
  width: 162px;
  min-width: 162px;
}
:not(.usa-icon).min-width-162 {
  min-width: 162px;
}
:not(.usa-icon).height-162 {
  height: 162px;
}
:not(.usa-icon).max-width-162 {
  max-width: 162px;
}
:not(.usa-icon).width163 {
  width: 163px;
}
:not(.usa-icon).width-163 {
  width: 163px;
  min-width: 163px;
}
:not(.usa-icon).min-width-163 {
  min-width: 163px;
}
:not(.usa-icon).height-163 {
  height: 163px;
}
:not(.usa-icon).max-width-163 {
  max-width: 163px;
}
:not(.usa-icon).width164 {
  width: 164px;
}
:not(.usa-icon).width-164 {
  width: 164px;
  min-width: 164px;
}
:not(.usa-icon).min-width-164 {
  min-width: 164px;
}
:not(.usa-icon).height-164 {
  height: 164px;
}
:not(.usa-icon).max-width-164 {
  max-width: 164px;
}
:not(.usa-icon).width165 {
  width: 165px;
}
:not(.usa-icon).width-165 {
  width: 165px;
  min-width: 165px;
}
:not(.usa-icon).min-width-165 {
  min-width: 165px;
}
:not(.usa-icon).height-165 {
  height: 165px;
}
:not(.usa-icon).max-width-165 {
  max-width: 165px;
}
:not(.usa-icon).width166 {
  width: 166px;
}
:not(.usa-icon).width-166 {
  width: 166px;
  min-width: 166px;
}
:not(.usa-icon).min-width-166 {
  min-width: 166px;
}
:not(.usa-icon).height-166 {
  height: 166px;
}
:not(.usa-icon).max-width-166 {
  max-width: 166px;
}
:not(.usa-icon).width167 {
  width: 167px;
}
:not(.usa-icon).width-167 {
  width: 167px;
  min-width: 167px;
}
:not(.usa-icon).min-width-167 {
  min-width: 167px;
}
:not(.usa-icon).height-167 {
  height: 167px;
}
:not(.usa-icon).max-width-167 {
  max-width: 167px;
}
:not(.usa-icon).width168 {
  width: 168px;
}
:not(.usa-icon).width-168 {
  width: 168px;
  min-width: 168px;
}
:not(.usa-icon).min-width-168 {
  min-width: 168px;
}
:not(.usa-icon).height-168 {
  height: 168px;
}
:not(.usa-icon).max-width-168 {
  max-width: 168px;
}
:not(.usa-icon).width169 {
  width: 169px;
}
:not(.usa-icon).width-169 {
  width: 169px;
  min-width: 169px;
}
:not(.usa-icon).min-width-169 {
  min-width: 169px;
}
:not(.usa-icon).height-169 {
  height: 169px;
}
:not(.usa-icon).max-width-169 {
  max-width: 169px;
}
:not(.usa-icon).width170 {
  width: 170px;
}
:not(.usa-icon).width-170 {
  width: 170px;
  min-width: 170px;
}
:not(.usa-icon).min-width-170 {
  min-width: 170px;
}
:not(.usa-icon).height-170 {
  height: 170px;
}
:not(.usa-icon).max-width-170 {
  max-width: 170px;
}
:not(.usa-icon).width171 {
  width: 171px;
}
:not(.usa-icon).width-171 {
  width: 171px;
  min-width: 171px;
}
:not(.usa-icon).min-width-171 {
  min-width: 171px;
}
:not(.usa-icon).height-171 {
  height: 171px;
}
:not(.usa-icon).max-width-171 {
  max-width: 171px;
}
:not(.usa-icon).width172 {
  width: 172px;
}
:not(.usa-icon).width-172 {
  width: 172px;
  min-width: 172px;
}
:not(.usa-icon).min-width-172 {
  min-width: 172px;
}
:not(.usa-icon).height-172 {
  height: 172px;
}
:not(.usa-icon).max-width-172 {
  max-width: 172px;
}
:not(.usa-icon).width173 {
  width: 173px;
}
:not(.usa-icon).width-173 {
  width: 173px;
  min-width: 173px;
}
:not(.usa-icon).min-width-173 {
  min-width: 173px;
}
:not(.usa-icon).height-173 {
  height: 173px;
}
:not(.usa-icon).max-width-173 {
  max-width: 173px;
}
:not(.usa-icon).width174 {
  width: 174px;
}
:not(.usa-icon).width-174 {
  width: 174px;
  min-width: 174px;
}
:not(.usa-icon).min-width-174 {
  min-width: 174px;
}
:not(.usa-icon).height-174 {
  height: 174px;
}
:not(.usa-icon).max-width-174 {
  max-width: 174px;
}
:not(.usa-icon).width175 {
  width: 175px;
}
:not(.usa-icon).width-175 {
  width: 175px;
  min-width: 175px;
}
:not(.usa-icon).min-width-175 {
  min-width: 175px;
}
:not(.usa-icon).height-175 {
  height: 175px;
}
:not(.usa-icon).max-width-175 {
  max-width: 175px;
}
:not(.usa-icon).width176 {
  width: 176px;
}
:not(.usa-icon).width-176 {
  width: 176px;
  min-width: 176px;
}
:not(.usa-icon).min-width-176 {
  min-width: 176px;
}
:not(.usa-icon).height-176 {
  height: 176px;
}
:not(.usa-icon).max-width-176 {
  max-width: 176px;
}
:not(.usa-icon).width177 {
  width: 177px;
}
:not(.usa-icon).width-177 {
  width: 177px;
  min-width: 177px;
}
:not(.usa-icon).min-width-177 {
  min-width: 177px;
}
:not(.usa-icon).height-177 {
  height: 177px;
}
:not(.usa-icon).max-width-177 {
  max-width: 177px;
}
:not(.usa-icon).width178 {
  width: 178px;
}
:not(.usa-icon).width-178 {
  width: 178px;
  min-width: 178px;
}
:not(.usa-icon).min-width-178 {
  min-width: 178px;
}
:not(.usa-icon).height-178 {
  height: 178px;
}
:not(.usa-icon).max-width-178 {
  max-width: 178px;
}
:not(.usa-icon).width179 {
  width: 179px;
}
:not(.usa-icon).width-179 {
  width: 179px;
  min-width: 179px;
}
:not(.usa-icon).min-width-179 {
  min-width: 179px;
}
:not(.usa-icon).height-179 {
  height: 179px;
}
:not(.usa-icon).max-width-179 {
  max-width: 179px;
}
:not(.usa-icon).width180 {
  width: 180px;
}
:not(.usa-icon).width-180 {
  width: 180px;
  min-width: 180px;
}
:not(.usa-icon).min-width-180 {
  min-width: 180px;
}
:not(.usa-icon).height-180 {
  height: 180px;
}
:not(.usa-icon).max-width-180 {
  max-width: 180px;
}
:not(.usa-icon).width181 {
  width: 181px;
}
:not(.usa-icon).width-181 {
  width: 181px;
  min-width: 181px;
}
:not(.usa-icon).min-width-181 {
  min-width: 181px;
}
:not(.usa-icon).height-181 {
  height: 181px;
}
:not(.usa-icon).max-width-181 {
  max-width: 181px;
}
:not(.usa-icon).width182 {
  width: 182px;
}
:not(.usa-icon).width-182 {
  width: 182px;
  min-width: 182px;
}
:not(.usa-icon).min-width-182 {
  min-width: 182px;
}
:not(.usa-icon).height-182 {
  height: 182px;
}
:not(.usa-icon).max-width-182 {
  max-width: 182px;
}
:not(.usa-icon).width183 {
  width: 183px;
}
:not(.usa-icon).width-183 {
  width: 183px;
  min-width: 183px;
}
:not(.usa-icon).min-width-183 {
  min-width: 183px;
}
:not(.usa-icon).height-183 {
  height: 183px;
}
:not(.usa-icon).max-width-183 {
  max-width: 183px;
}
:not(.usa-icon).width184 {
  width: 184px;
}
:not(.usa-icon).width-184 {
  width: 184px;
  min-width: 184px;
}
:not(.usa-icon).min-width-184 {
  min-width: 184px;
}
:not(.usa-icon).height-184 {
  height: 184px;
}
:not(.usa-icon).max-width-184 {
  max-width: 184px;
}
:not(.usa-icon).width185 {
  width: 185px;
}
:not(.usa-icon).width-185 {
  width: 185px;
  min-width: 185px;
}
:not(.usa-icon).min-width-185 {
  min-width: 185px;
}
:not(.usa-icon).height-185 {
  height: 185px;
}
:not(.usa-icon).max-width-185 {
  max-width: 185px;
}
:not(.usa-icon).width186 {
  width: 186px;
}
:not(.usa-icon).width-186 {
  width: 186px;
  min-width: 186px;
}
:not(.usa-icon).min-width-186 {
  min-width: 186px;
}
:not(.usa-icon).height-186 {
  height: 186px;
}
:not(.usa-icon).max-width-186 {
  max-width: 186px;
}
:not(.usa-icon).width187 {
  width: 187px;
}
:not(.usa-icon).width-187 {
  width: 187px;
  min-width: 187px;
}
:not(.usa-icon).min-width-187 {
  min-width: 187px;
}
:not(.usa-icon).height-187 {
  height: 187px;
}
:not(.usa-icon).max-width-187 {
  max-width: 187px;
}
:not(.usa-icon).width188 {
  width: 188px;
}
:not(.usa-icon).width-188 {
  width: 188px;
  min-width: 188px;
}
:not(.usa-icon).min-width-188 {
  min-width: 188px;
}
:not(.usa-icon).height-188 {
  height: 188px;
}
:not(.usa-icon).max-width-188 {
  max-width: 188px;
}
:not(.usa-icon).width189 {
  width: 189px;
}
:not(.usa-icon).width-189 {
  width: 189px;
  min-width: 189px;
}
:not(.usa-icon).min-width-189 {
  min-width: 189px;
}
:not(.usa-icon).height-189 {
  height: 189px;
}
:not(.usa-icon).max-width-189 {
  max-width: 189px;
}
:not(.usa-icon).width190 {
  width: 190px;
}
:not(.usa-icon).width-190 {
  width: 190px;
  min-width: 190px;
}
:not(.usa-icon).min-width-190 {
  min-width: 190px;
}
:not(.usa-icon).height-190 {
  height: 190px;
}
:not(.usa-icon).max-width-190 {
  max-width: 190px;
}
:not(.usa-icon).width191 {
  width: 191px;
}
:not(.usa-icon).width-191 {
  width: 191px;
  min-width: 191px;
}
:not(.usa-icon).min-width-191 {
  min-width: 191px;
}
:not(.usa-icon).height-191 {
  height: 191px;
}
:not(.usa-icon).max-width-191 {
  max-width: 191px;
}
:not(.usa-icon).width192 {
  width: 192px;
}
:not(.usa-icon).width-192 {
  width: 192px;
  min-width: 192px;
}
:not(.usa-icon).min-width-192 {
  min-width: 192px;
}
:not(.usa-icon).height-192 {
  height: 192px;
}
:not(.usa-icon).max-width-192 {
  max-width: 192px;
}
:not(.usa-icon).width193 {
  width: 193px;
}
:not(.usa-icon).width-193 {
  width: 193px;
  min-width: 193px;
}
:not(.usa-icon).min-width-193 {
  min-width: 193px;
}
:not(.usa-icon).height-193 {
  height: 193px;
}
:not(.usa-icon).max-width-193 {
  max-width: 193px;
}
:not(.usa-icon).width194 {
  width: 194px;
}
:not(.usa-icon).width-194 {
  width: 194px;
  min-width: 194px;
}
:not(.usa-icon).min-width-194 {
  min-width: 194px;
}
:not(.usa-icon).height-194 {
  height: 194px;
}
:not(.usa-icon).max-width-194 {
  max-width: 194px;
}
:not(.usa-icon).width195 {
  width: 195px;
}
:not(.usa-icon).width-195 {
  width: 195px;
  min-width: 195px;
}
:not(.usa-icon).min-width-195 {
  min-width: 195px;
}
:not(.usa-icon).height-195 {
  height: 195px;
}
:not(.usa-icon).max-width-195 {
  max-width: 195px;
}
:not(.usa-icon).width196 {
  width: 196px;
}
:not(.usa-icon).width-196 {
  width: 196px;
  min-width: 196px;
}
:not(.usa-icon).min-width-196 {
  min-width: 196px;
}
:not(.usa-icon).height-196 {
  height: 196px;
}
:not(.usa-icon).max-width-196 {
  max-width: 196px;
}
:not(.usa-icon).width197 {
  width: 197px;
}
:not(.usa-icon).width-197 {
  width: 197px;
  min-width: 197px;
}
:not(.usa-icon).min-width-197 {
  min-width: 197px;
}
:not(.usa-icon).height-197 {
  height: 197px;
}
:not(.usa-icon).max-width-197 {
  max-width: 197px;
}
:not(.usa-icon).width198 {
  width: 198px;
}
:not(.usa-icon).width-198 {
  width: 198px;
  min-width: 198px;
}
:not(.usa-icon).min-width-198 {
  min-width: 198px;
}
:not(.usa-icon).height-198 {
  height: 198px;
}
:not(.usa-icon).max-width-198 {
  max-width: 198px;
}
:not(.usa-icon).width199 {
  width: 199px;
}
:not(.usa-icon).width-199 {
  width: 199px;
  min-width: 199px;
}
:not(.usa-icon).min-width-199 {
  min-width: 199px;
}
:not(.usa-icon).height-199 {
  height: 199px;
}
:not(.usa-icon).max-width-199 {
  max-width: 199px;
}
:not(.usa-icon).width200 {
  width: 200px;
}
:not(.usa-icon).width-200 {
  width: 200px;
  min-width: 200px;
}
:not(.usa-icon).min-width-200 {
  min-width: 200px;
}
:not(.usa-icon).height-200 {
  height: 200px;
}
:not(.usa-icon).max-width-200 {
  max-width: 200px;
}
:not(.usa-icon).width201 {
  width: 201px;
}
:not(.usa-icon).width-201 {
  width: 201px;
  min-width: 201px;
}
:not(.usa-icon).min-width-201 {
  min-width: 201px;
}
:not(.usa-icon).height-201 {
  height: 201px;
}
:not(.usa-icon).max-width-201 {
  max-width: 201px;
}
:not(.usa-icon).width202 {
  width: 202px;
}
:not(.usa-icon).width-202 {
  width: 202px;
  min-width: 202px;
}
:not(.usa-icon).min-width-202 {
  min-width: 202px;
}
:not(.usa-icon).height-202 {
  height: 202px;
}
:not(.usa-icon).max-width-202 {
  max-width: 202px;
}
:not(.usa-icon).width203 {
  width: 203px;
}
:not(.usa-icon).width-203 {
  width: 203px;
  min-width: 203px;
}
:not(.usa-icon).min-width-203 {
  min-width: 203px;
}
:not(.usa-icon).height-203 {
  height: 203px;
}
:not(.usa-icon).max-width-203 {
  max-width: 203px;
}
:not(.usa-icon).width204 {
  width: 204px;
}
:not(.usa-icon).width-204 {
  width: 204px;
  min-width: 204px;
}
:not(.usa-icon).min-width-204 {
  min-width: 204px;
}
:not(.usa-icon).height-204 {
  height: 204px;
}
:not(.usa-icon).max-width-204 {
  max-width: 204px;
}
:not(.usa-icon).width205 {
  width: 205px;
}
:not(.usa-icon).width-205 {
  width: 205px;
  min-width: 205px;
}
:not(.usa-icon).min-width-205 {
  min-width: 205px;
}
:not(.usa-icon).height-205 {
  height: 205px;
}
:not(.usa-icon).max-width-205 {
  max-width: 205px;
}
:not(.usa-icon).width206 {
  width: 206px;
}
:not(.usa-icon).width-206 {
  width: 206px;
  min-width: 206px;
}
:not(.usa-icon).min-width-206 {
  min-width: 206px;
}
:not(.usa-icon).height-206 {
  height: 206px;
}
:not(.usa-icon).max-width-206 {
  max-width: 206px;
}
:not(.usa-icon).width207 {
  width: 207px;
}
:not(.usa-icon).width-207 {
  width: 207px;
  min-width: 207px;
}
:not(.usa-icon).min-width-207 {
  min-width: 207px;
}
:not(.usa-icon).height-207 {
  height: 207px;
}
:not(.usa-icon).max-width-207 {
  max-width: 207px;
}
:not(.usa-icon).width208 {
  width: 208px;
}
:not(.usa-icon).width-208 {
  width: 208px;
  min-width: 208px;
}
:not(.usa-icon).min-width-208 {
  min-width: 208px;
}
:not(.usa-icon).height-208 {
  height: 208px;
}
:not(.usa-icon).max-width-208 {
  max-width: 208px;
}
:not(.usa-icon).width209 {
  width: 209px;
}
:not(.usa-icon).width-209 {
  width: 209px;
  min-width: 209px;
}
:not(.usa-icon).min-width-209 {
  min-width: 209px;
}
:not(.usa-icon).height-209 {
  height: 209px;
}
:not(.usa-icon).max-width-209 {
  max-width: 209px;
}
:not(.usa-icon).width210 {
  width: 210px;
}
:not(.usa-icon).width-210 {
  width: 210px;
  min-width: 210px;
}
:not(.usa-icon).min-width-210 {
  min-width: 210px;
}
:not(.usa-icon).height-210 {
  height: 210px;
}
:not(.usa-icon).max-width-210 {
  max-width: 210px;
}
:not(.usa-icon).width211 {
  width: 211px;
}
:not(.usa-icon).width-211 {
  width: 211px;
  min-width: 211px;
}
:not(.usa-icon).min-width-211 {
  min-width: 211px;
}
:not(.usa-icon).height-211 {
  height: 211px;
}
:not(.usa-icon).max-width-211 {
  max-width: 211px;
}
:not(.usa-icon).width212 {
  width: 212px;
}
:not(.usa-icon).width-212 {
  width: 212px;
  min-width: 212px;
}
:not(.usa-icon).min-width-212 {
  min-width: 212px;
}
:not(.usa-icon).height-212 {
  height: 212px;
}
:not(.usa-icon).max-width-212 {
  max-width: 212px;
}
:not(.usa-icon).width213 {
  width: 213px;
}
:not(.usa-icon).width-213 {
  width: 213px;
  min-width: 213px;
}
:not(.usa-icon).min-width-213 {
  min-width: 213px;
}
:not(.usa-icon).height-213 {
  height: 213px;
}
:not(.usa-icon).max-width-213 {
  max-width: 213px;
}
:not(.usa-icon).width214 {
  width: 214px;
}
:not(.usa-icon).width-214 {
  width: 214px;
  min-width: 214px;
}
:not(.usa-icon).min-width-214 {
  min-width: 214px;
}
:not(.usa-icon).height-214 {
  height: 214px;
}
:not(.usa-icon).max-width-214 {
  max-width: 214px;
}
:not(.usa-icon).width215 {
  width: 215px;
}
:not(.usa-icon).width-215 {
  width: 215px;
  min-width: 215px;
}
:not(.usa-icon).min-width-215 {
  min-width: 215px;
}
:not(.usa-icon).height-215 {
  height: 215px;
}
:not(.usa-icon).max-width-215 {
  max-width: 215px;
}
:not(.usa-icon).width216 {
  width: 216px;
}
:not(.usa-icon).width-216 {
  width: 216px;
  min-width: 216px;
}
:not(.usa-icon).min-width-216 {
  min-width: 216px;
}
:not(.usa-icon).height-216 {
  height: 216px;
}
:not(.usa-icon).max-width-216 {
  max-width: 216px;
}
:not(.usa-icon).width217 {
  width: 217px;
}
:not(.usa-icon).width-217 {
  width: 217px;
  min-width: 217px;
}
:not(.usa-icon).min-width-217 {
  min-width: 217px;
}
:not(.usa-icon).height-217 {
  height: 217px;
}
:not(.usa-icon).max-width-217 {
  max-width: 217px;
}
:not(.usa-icon).width218 {
  width: 218px;
}
:not(.usa-icon).width-218 {
  width: 218px;
  min-width: 218px;
}
:not(.usa-icon).min-width-218 {
  min-width: 218px;
}
:not(.usa-icon).height-218 {
  height: 218px;
}
:not(.usa-icon).max-width-218 {
  max-width: 218px;
}
:not(.usa-icon).width219 {
  width: 219px;
}
:not(.usa-icon).width-219 {
  width: 219px;
  min-width: 219px;
}
:not(.usa-icon).min-width-219 {
  min-width: 219px;
}
:not(.usa-icon).height-219 {
  height: 219px;
}
:not(.usa-icon).max-width-219 {
  max-width: 219px;
}
:not(.usa-icon).width220 {
  width: 220px;
}
:not(.usa-icon).width-220 {
  width: 220px;
  min-width: 220px;
}
:not(.usa-icon).min-width-220 {
  min-width: 220px;
}
:not(.usa-icon).height-220 {
  height: 220px;
}
:not(.usa-icon).max-width-220 {
  max-width: 220px;
}
:not(.usa-icon).width221 {
  width: 221px;
}
:not(.usa-icon).width-221 {
  width: 221px;
  min-width: 221px;
}
:not(.usa-icon).min-width-221 {
  min-width: 221px;
}
:not(.usa-icon).height-221 {
  height: 221px;
}
:not(.usa-icon).max-width-221 {
  max-width: 221px;
}
:not(.usa-icon).width222 {
  width: 222px;
}
:not(.usa-icon).width-222 {
  width: 222px;
  min-width: 222px;
}
:not(.usa-icon).min-width-222 {
  min-width: 222px;
}
:not(.usa-icon).height-222 {
  height: 222px;
}
:not(.usa-icon).max-width-222 {
  max-width: 222px;
}
:not(.usa-icon).width223 {
  width: 223px;
}
:not(.usa-icon).width-223 {
  width: 223px;
  min-width: 223px;
}
:not(.usa-icon).min-width-223 {
  min-width: 223px;
}
:not(.usa-icon).height-223 {
  height: 223px;
}
:not(.usa-icon).max-width-223 {
  max-width: 223px;
}
:not(.usa-icon).width224 {
  width: 224px;
}
:not(.usa-icon).width-224 {
  width: 224px;
  min-width: 224px;
}
:not(.usa-icon).min-width-224 {
  min-width: 224px;
}
:not(.usa-icon).height-224 {
  height: 224px;
}
:not(.usa-icon).max-width-224 {
  max-width: 224px;
}
:not(.usa-icon).width225 {
  width: 225px;
}
:not(.usa-icon).width-225 {
  width: 225px;
  min-width: 225px;
}
:not(.usa-icon).min-width-225 {
  min-width: 225px;
}
:not(.usa-icon).height-225 {
  height: 225px;
}
:not(.usa-icon).max-width-225 {
  max-width: 225px;
}
:not(.usa-icon).width226 {
  width: 226px;
}
:not(.usa-icon).width-226 {
  width: 226px;
  min-width: 226px;
}
:not(.usa-icon).min-width-226 {
  min-width: 226px;
}
:not(.usa-icon).height-226 {
  height: 226px;
}
:not(.usa-icon).max-width-226 {
  max-width: 226px;
}
:not(.usa-icon).width227 {
  width: 227px;
}
:not(.usa-icon).width-227 {
  width: 227px;
  min-width: 227px;
}
:not(.usa-icon).min-width-227 {
  min-width: 227px;
}
:not(.usa-icon).height-227 {
  height: 227px;
}
:not(.usa-icon).max-width-227 {
  max-width: 227px;
}
:not(.usa-icon).width228 {
  width: 228px;
}
:not(.usa-icon).width-228 {
  width: 228px;
  min-width: 228px;
}
:not(.usa-icon).min-width-228 {
  min-width: 228px;
}
:not(.usa-icon).height-228 {
  height: 228px;
}
:not(.usa-icon).max-width-228 {
  max-width: 228px;
}
:not(.usa-icon).width229 {
  width: 229px;
}
:not(.usa-icon).width-229 {
  width: 229px;
  min-width: 229px;
}
:not(.usa-icon).min-width-229 {
  min-width: 229px;
}
:not(.usa-icon).height-229 {
  height: 229px;
}
:not(.usa-icon).max-width-229 {
  max-width: 229px;
}
:not(.usa-icon).width230 {
  width: 230px;
}
:not(.usa-icon).width-230 {
  width: 230px;
  min-width: 230px;
}
:not(.usa-icon).min-width-230 {
  min-width: 230px;
}
:not(.usa-icon).height-230 {
  height: 230px;
}
:not(.usa-icon).max-width-230 {
  max-width: 230px;
}
:not(.usa-icon).width231 {
  width: 231px;
}
:not(.usa-icon).width-231 {
  width: 231px;
  min-width: 231px;
}
:not(.usa-icon).min-width-231 {
  min-width: 231px;
}
:not(.usa-icon).height-231 {
  height: 231px;
}
:not(.usa-icon).max-width-231 {
  max-width: 231px;
}
:not(.usa-icon).width232 {
  width: 232px;
}
:not(.usa-icon).width-232 {
  width: 232px;
  min-width: 232px;
}
:not(.usa-icon).min-width-232 {
  min-width: 232px;
}
:not(.usa-icon).height-232 {
  height: 232px;
}
:not(.usa-icon).max-width-232 {
  max-width: 232px;
}
:not(.usa-icon).width233 {
  width: 233px;
}
:not(.usa-icon).width-233 {
  width: 233px;
  min-width: 233px;
}
:not(.usa-icon).min-width-233 {
  min-width: 233px;
}
:not(.usa-icon).height-233 {
  height: 233px;
}
:not(.usa-icon).max-width-233 {
  max-width: 233px;
}
:not(.usa-icon).width234 {
  width: 234px;
}
:not(.usa-icon).width-234 {
  width: 234px;
  min-width: 234px;
}
:not(.usa-icon).min-width-234 {
  min-width: 234px;
}
:not(.usa-icon).height-234 {
  height: 234px;
}
:not(.usa-icon).max-width-234 {
  max-width: 234px;
}
:not(.usa-icon).width235 {
  width: 235px;
}
:not(.usa-icon).width-235 {
  width: 235px;
  min-width: 235px;
}
:not(.usa-icon).min-width-235 {
  min-width: 235px;
}
:not(.usa-icon).height-235 {
  height: 235px;
}
:not(.usa-icon).max-width-235 {
  max-width: 235px;
}
:not(.usa-icon).width236 {
  width: 236px;
}
:not(.usa-icon).width-236 {
  width: 236px;
  min-width: 236px;
}
:not(.usa-icon).min-width-236 {
  min-width: 236px;
}
:not(.usa-icon).height-236 {
  height: 236px;
}
:not(.usa-icon).max-width-236 {
  max-width: 236px;
}
:not(.usa-icon).width237 {
  width: 237px;
}
:not(.usa-icon).width-237 {
  width: 237px;
  min-width: 237px;
}
:not(.usa-icon).min-width-237 {
  min-width: 237px;
}
:not(.usa-icon).height-237 {
  height: 237px;
}
:not(.usa-icon).max-width-237 {
  max-width: 237px;
}
:not(.usa-icon).width238 {
  width: 238px;
}
:not(.usa-icon).width-238 {
  width: 238px;
  min-width: 238px;
}
:not(.usa-icon).min-width-238 {
  min-width: 238px;
}
:not(.usa-icon).height-238 {
  height: 238px;
}
:not(.usa-icon).max-width-238 {
  max-width: 238px;
}
:not(.usa-icon).width239 {
  width: 239px;
}
:not(.usa-icon).width-239 {
  width: 239px;
  min-width: 239px;
}
:not(.usa-icon).min-width-239 {
  min-width: 239px;
}
:not(.usa-icon).height-239 {
  height: 239px;
}
:not(.usa-icon).max-width-239 {
  max-width: 239px;
}
:not(.usa-icon).width240 {
  width: 240px;
}
:not(.usa-icon).width-240 {
  width: 240px;
  min-width: 240px;
}
:not(.usa-icon).min-width-240 {
  min-width: 240px;
}
:not(.usa-icon).height-240 {
  height: 240px;
}
:not(.usa-icon).max-width-240 {
  max-width: 240px;
}
:not(.usa-icon).width241 {
  width: 241px;
}
:not(.usa-icon).width-241 {
  width: 241px;
  min-width: 241px;
}
:not(.usa-icon).min-width-241 {
  min-width: 241px;
}
:not(.usa-icon).height-241 {
  height: 241px;
}
:not(.usa-icon).max-width-241 {
  max-width: 241px;
}
:not(.usa-icon).width242 {
  width: 242px;
}
:not(.usa-icon).width-242 {
  width: 242px;
  min-width: 242px;
}
:not(.usa-icon).min-width-242 {
  min-width: 242px;
}
:not(.usa-icon).height-242 {
  height: 242px;
}
:not(.usa-icon).max-width-242 {
  max-width: 242px;
}
:not(.usa-icon).width243 {
  width: 243px;
}
:not(.usa-icon).width-243 {
  width: 243px;
  min-width: 243px;
}
:not(.usa-icon).min-width-243 {
  min-width: 243px;
}
:not(.usa-icon).height-243 {
  height: 243px;
}
:not(.usa-icon).max-width-243 {
  max-width: 243px;
}
:not(.usa-icon).width244 {
  width: 244px;
}
:not(.usa-icon).width-244 {
  width: 244px;
  min-width: 244px;
}
:not(.usa-icon).min-width-244 {
  min-width: 244px;
}
:not(.usa-icon).height-244 {
  height: 244px;
}
:not(.usa-icon).max-width-244 {
  max-width: 244px;
}
:not(.usa-icon).width245 {
  width: 245px;
}
:not(.usa-icon).width-245 {
  width: 245px;
  min-width: 245px;
}
:not(.usa-icon).min-width-245 {
  min-width: 245px;
}
:not(.usa-icon).height-245 {
  height: 245px;
}
:not(.usa-icon).max-width-245 {
  max-width: 245px;
}
:not(.usa-icon).width246 {
  width: 246px;
}
:not(.usa-icon).width-246 {
  width: 246px;
  min-width: 246px;
}
:not(.usa-icon).min-width-246 {
  min-width: 246px;
}
:not(.usa-icon).height-246 {
  height: 246px;
}
:not(.usa-icon).max-width-246 {
  max-width: 246px;
}
:not(.usa-icon).width247 {
  width: 247px;
}
:not(.usa-icon).width-247 {
  width: 247px;
  min-width: 247px;
}
:not(.usa-icon).min-width-247 {
  min-width: 247px;
}
:not(.usa-icon).height-247 {
  height: 247px;
}
:not(.usa-icon).max-width-247 {
  max-width: 247px;
}
:not(.usa-icon).width248 {
  width: 248px;
}
:not(.usa-icon).width-248 {
  width: 248px;
  min-width: 248px;
}
:not(.usa-icon).min-width-248 {
  min-width: 248px;
}
:not(.usa-icon).height-248 {
  height: 248px;
}
:not(.usa-icon).max-width-248 {
  max-width: 248px;
}
:not(.usa-icon).width249 {
  width: 249px;
}
:not(.usa-icon).width-249 {
  width: 249px;
  min-width: 249px;
}
:not(.usa-icon).min-width-249 {
  min-width: 249px;
}
:not(.usa-icon).height-249 {
  height: 249px;
}
:not(.usa-icon).max-width-249 {
  max-width: 249px;
}
:not(.usa-icon).width250 {
  width: 250px;
}
:not(.usa-icon).width-250 {
  width: 250px;
  min-width: 250px;
}
:not(.usa-icon).min-width-250 {
  min-width: 250px;
}
:not(.usa-icon).height-250 {
  height: 250px;
}
:not(.usa-icon).max-width-250 {
  max-width: 250px;
}
:not(.usa-icon).width251 {
  width: 251px;
}
:not(.usa-icon).width-251 {
  width: 251px;
  min-width: 251px;
}
:not(.usa-icon).min-width-251 {
  min-width: 251px;
}
:not(.usa-icon).height-251 {
  height: 251px;
}
:not(.usa-icon).max-width-251 {
  max-width: 251px;
}
:not(.usa-icon).width252 {
  width: 252px;
}
:not(.usa-icon).width-252 {
  width: 252px;
  min-width: 252px;
}
:not(.usa-icon).min-width-252 {
  min-width: 252px;
}
:not(.usa-icon).height-252 {
  height: 252px;
}
:not(.usa-icon).max-width-252 {
  max-width: 252px;
}
:not(.usa-icon).width253 {
  width: 253px;
}
:not(.usa-icon).width-253 {
  width: 253px;
  min-width: 253px;
}
:not(.usa-icon).min-width-253 {
  min-width: 253px;
}
:not(.usa-icon).height-253 {
  height: 253px;
}
:not(.usa-icon).max-width-253 {
  max-width: 253px;
}
:not(.usa-icon).width254 {
  width: 254px;
}
:not(.usa-icon).width-254 {
  width: 254px;
  min-width: 254px;
}
:not(.usa-icon).min-width-254 {
  min-width: 254px;
}
:not(.usa-icon).height-254 {
  height: 254px;
}
:not(.usa-icon).max-width-254 {
  max-width: 254px;
}
:not(.usa-icon).width255 {
  width: 255px;
}
:not(.usa-icon).width-255 {
  width: 255px;
  min-width: 255px;
}
:not(.usa-icon).min-width-255 {
  min-width: 255px;
}
:not(.usa-icon).height-255 {
  height: 255px;
}
:not(.usa-icon).max-width-255 {
  max-width: 255px;
}
:not(.usa-icon).width256 {
  width: 256px;
}
:not(.usa-icon).width-256 {
  width: 256px;
  min-width: 256px;
}
:not(.usa-icon).min-width-256 {
  min-width: 256px;
}
:not(.usa-icon).height-256 {
  height: 256px;
}
:not(.usa-icon).max-width-256 {
  max-width: 256px;
}
:not(.usa-icon).width257 {
  width: 257px;
}
:not(.usa-icon).width-257 {
  width: 257px;
  min-width: 257px;
}
:not(.usa-icon).min-width-257 {
  min-width: 257px;
}
:not(.usa-icon).height-257 {
  height: 257px;
}
:not(.usa-icon).max-width-257 {
  max-width: 257px;
}
:not(.usa-icon).width258 {
  width: 258px;
}
:not(.usa-icon).width-258 {
  width: 258px;
  min-width: 258px;
}
:not(.usa-icon).min-width-258 {
  min-width: 258px;
}
:not(.usa-icon).height-258 {
  height: 258px;
}
:not(.usa-icon).max-width-258 {
  max-width: 258px;
}
:not(.usa-icon).width259 {
  width: 259px;
}
:not(.usa-icon).width-259 {
  width: 259px;
  min-width: 259px;
}
:not(.usa-icon).min-width-259 {
  min-width: 259px;
}
:not(.usa-icon).height-259 {
  height: 259px;
}
:not(.usa-icon).max-width-259 {
  max-width: 259px;
}
:not(.usa-icon).width260 {
  width: 260px;
}
:not(.usa-icon).width-260 {
  width: 260px;
  min-width: 260px;
}
:not(.usa-icon).min-width-260 {
  min-width: 260px;
}
:not(.usa-icon).height-260 {
  height: 260px;
}
:not(.usa-icon).max-width-260 {
  max-width: 260px;
}
:not(.usa-icon).width261 {
  width: 261px;
}
:not(.usa-icon).width-261 {
  width: 261px;
  min-width: 261px;
}
:not(.usa-icon).min-width-261 {
  min-width: 261px;
}
:not(.usa-icon).height-261 {
  height: 261px;
}
:not(.usa-icon).max-width-261 {
  max-width: 261px;
}
:not(.usa-icon).width262 {
  width: 262px;
}
:not(.usa-icon).width-262 {
  width: 262px;
  min-width: 262px;
}
:not(.usa-icon).min-width-262 {
  min-width: 262px;
}
:not(.usa-icon).height-262 {
  height: 262px;
}
:not(.usa-icon).max-width-262 {
  max-width: 262px;
}
:not(.usa-icon).width263 {
  width: 263px;
}
:not(.usa-icon).width-263 {
  width: 263px;
  min-width: 263px;
}
:not(.usa-icon).min-width-263 {
  min-width: 263px;
}
:not(.usa-icon).height-263 {
  height: 263px;
}
:not(.usa-icon).max-width-263 {
  max-width: 263px;
}
:not(.usa-icon).width264 {
  width: 264px;
}
:not(.usa-icon).width-264 {
  width: 264px;
  min-width: 264px;
}
:not(.usa-icon).min-width-264 {
  min-width: 264px;
}
:not(.usa-icon).height-264 {
  height: 264px;
}
:not(.usa-icon).max-width-264 {
  max-width: 264px;
}
:not(.usa-icon).width265 {
  width: 265px;
}
:not(.usa-icon).width-265 {
  width: 265px;
  min-width: 265px;
}
:not(.usa-icon).min-width-265 {
  min-width: 265px;
}
:not(.usa-icon).height-265 {
  height: 265px;
}
:not(.usa-icon).max-width-265 {
  max-width: 265px;
}
:not(.usa-icon).width266 {
  width: 266px;
}
:not(.usa-icon).width-266 {
  width: 266px;
  min-width: 266px;
}
:not(.usa-icon).min-width-266 {
  min-width: 266px;
}
:not(.usa-icon).height-266 {
  height: 266px;
}
:not(.usa-icon).max-width-266 {
  max-width: 266px;
}
:not(.usa-icon).width267 {
  width: 267px;
}
:not(.usa-icon).width-267 {
  width: 267px;
  min-width: 267px;
}
:not(.usa-icon).min-width-267 {
  min-width: 267px;
}
:not(.usa-icon).height-267 {
  height: 267px;
}
:not(.usa-icon).max-width-267 {
  max-width: 267px;
}
:not(.usa-icon).width268 {
  width: 268px;
}
:not(.usa-icon).width-268 {
  width: 268px;
  min-width: 268px;
}
:not(.usa-icon).min-width-268 {
  min-width: 268px;
}
:not(.usa-icon).height-268 {
  height: 268px;
}
:not(.usa-icon).max-width-268 {
  max-width: 268px;
}
:not(.usa-icon).width269 {
  width: 269px;
}
:not(.usa-icon).width-269 {
  width: 269px;
  min-width: 269px;
}
:not(.usa-icon).min-width-269 {
  min-width: 269px;
}
:not(.usa-icon).height-269 {
  height: 269px;
}
:not(.usa-icon).max-width-269 {
  max-width: 269px;
}
:not(.usa-icon).width270 {
  width: 270px;
}
:not(.usa-icon).width-270 {
  width: 270px;
  min-width: 270px;
}
:not(.usa-icon).min-width-270 {
  min-width: 270px;
}
:not(.usa-icon).height-270 {
  height: 270px;
}
:not(.usa-icon).max-width-270 {
  max-width: 270px;
}
:not(.usa-icon).width271 {
  width: 271px;
}
:not(.usa-icon).width-271 {
  width: 271px;
  min-width: 271px;
}
:not(.usa-icon).min-width-271 {
  min-width: 271px;
}
:not(.usa-icon).height-271 {
  height: 271px;
}
:not(.usa-icon).max-width-271 {
  max-width: 271px;
}
:not(.usa-icon).width272 {
  width: 272px;
}
:not(.usa-icon).width-272 {
  width: 272px;
  min-width: 272px;
}
:not(.usa-icon).min-width-272 {
  min-width: 272px;
}
:not(.usa-icon).height-272 {
  height: 272px;
}
:not(.usa-icon).max-width-272 {
  max-width: 272px;
}
:not(.usa-icon).width273 {
  width: 273px;
}
:not(.usa-icon).width-273 {
  width: 273px;
  min-width: 273px;
}
:not(.usa-icon).min-width-273 {
  min-width: 273px;
}
:not(.usa-icon).height-273 {
  height: 273px;
}
:not(.usa-icon).max-width-273 {
  max-width: 273px;
}
:not(.usa-icon).width274 {
  width: 274px;
}
:not(.usa-icon).width-274 {
  width: 274px;
  min-width: 274px;
}
:not(.usa-icon).min-width-274 {
  min-width: 274px;
}
:not(.usa-icon).height-274 {
  height: 274px;
}
:not(.usa-icon).max-width-274 {
  max-width: 274px;
}
:not(.usa-icon).width275 {
  width: 275px;
}
:not(.usa-icon).width-275 {
  width: 275px;
  min-width: 275px;
}
:not(.usa-icon).min-width-275 {
  min-width: 275px;
}
:not(.usa-icon).height-275 {
  height: 275px;
}
:not(.usa-icon).max-width-275 {
  max-width: 275px;
}
:not(.usa-icon).width276 {
  width: 276px;
}
:not(.usa-icon).width-276 {
  width: 276px;
  min-width: 276px;
}
:not(.usa-icon).min-width-276 {
  min-width: 276px;
}
:not(.usa-icon).height-276 {
  height: 276px;
}
:not(.usa-icon).max-width-276 {
  max-width: 276px;
}
:not(.usa-icon).width277 {
  width: 277px;
}
:not(.usa-icon).width-277 {
  width: 277px;
  min-width: 277px;
}
:not(.usa-icon).min-width-277 {
  min-width: 277px;
}
:not(.usa-icon).height-277 {
  height: 277px;
}
:not(.usa-icon).max-width-277 {
  max-width: 277px;
}
:not(.usa-icon).width278 {
  width: 278px;
}
:not(.usa-icon).width-278 {
  width: 278px;
  min-width: 278px;
}
:not(.usa-icon).min-width-278 {
  min-width: 278px;
}
:not(.usa-icon).height-278 {
  height: 278px;
}
:not(.usa-icon).max-width-278 {
  max-width: 278px;
}
:not(.usa-icon).width279 {
  width: 279px;
}
:not(.usa-icon).width-279 {
  width: 279px;
  min-width: 279px;
}
:not(.usa-icon).min-width-279 {
  min-width: 279px;
}
:not(.usa-icon).height-279 {
  height: 279px;
}
:not(.usa-icon).max-width-279 {
  max-width: 279px;
}
:not(.usa-icon).width280 {
  width: 280px;
}
:not(.usa-icon).width-280 {
  width: 280px;
  min-width: 280px;
}
:not(.usa-icon).min-width-280 {
  min-width: 280px;
}
:not(.usa-icon).height-280 {
  height: 280px;
}
:not(.usa-icon).max-width-280 {
  max-width: 280px;
}
:not(.usa-icon).width281 {
  width: 281px;
}
:not(.usa-icon).width-281 {
  width: 281px;
  min-width: 281px;
}
:not(.usa-icon).min-width-281 {
  min-width: 281px;
}
:not(.usa-icon).height-281 {
  height: 281px;
}
:not(.usa-icon).max-width-281 {
  max-width: 281px;
}
:not(.usa-icon).width282 {
  width: 282px;
}
:not(.usa-icon).width-282 {
  width: 282px;
  min-width: 282px;
}
:not(.usa-icon).min-width-282 {
  min-width: 282px;
}
:not(.usa-icon).height-282 {
  height: 282px;
}
:not(.usa-icon).max-width-282 {
  max-width: 282px;
}
:not(.usa-icon).width283 {
  width: 283px;
}
:not(.usa-icon).width-283 {
  width: 283px;
  min-width: 283px;
}
:not(.usa-icon).min-width-283 {
  min-width: 283px;
}
:not(.usa-icon).height-283 {
  height: 283px;
}
:not(.usa-icon).max-width-283 {
  max-width: 283px;
}
:not(.usa-icon).width284 {
  width: 284px;
}
:not(.usa-icon).width-284 {
  width: 284px;
  min-width: 284px;
}
:not(.usa-icon).min-width-284 {
  min-width: 284px;
}
:not(.usa-icon).height-284 {
  height: 284px;
}
:not(.usa-icon).max-width-284 {
  max-width: 284px;
}
:not(.usa-icon).width285 {
  width: 285px;
}
:not(.usa-icon).width-285 {
  width: 285px;
  min-width: 285px;
}
:not(.usa-icon).min-width-285 {
  min-width: 285px;
}
:not(.usa-icon).height-285 {
  height: 285px;
}
:not(.usa-icon).max-width-285 {
  max-width: 285px;
}
:not(.usa-icon).width286 {
  width: 286px;
}
:not(.usa-icon).width-286 {
  width: 286px;
  min-width: 286px;
}
:not(.usa-icon).min-width-286 {
  min-width: 286px;
}
:not(.usa-icon).height-286 {
  height: 286px;
}
:not(.usa-icon).max-width-286 {
  max-width: 286px;
}
:not(.usa-icon).width287 {
  width: 287px;
}
:not(.usa-icon).width-287 {
  width: 287px;
  min-width: 287px;
}
:not(.usa-icon).min-width-287 {
  min-width: 287px;
}
:not(.usa-icon).height-287 {
  height: 287px;
}
:not(.usa-icon).max-width-287 {
  max-width: 287px;
}
:not(.usa-icon).width288 {
  width: 288px;
}
:not(.usa-icon).width-288 {
  width: 288px;
  min-width: 288px;
}
:not(.usa-icon).min-width-288 {
  min-width: 288px;
}
:not(.usa-icon).height-288 {
  height: 288px;
}
:not(.usa-icon).max-width-288 {
  max-width: 288px;
}
:not(.usa-icon).width289 {
  width: 289px;
}
:not(.usa-icon).width-289 {
  width: 289px;
  min-width: 289px;
}
:not(.usa-icon).min-width-289 {
  min-width: 289px;
}
:not(.usa-icon).height-289 {
  height: 289px;
}
:not(.usa-icon).max-width-289 {
  max-width: 289px;
}
:not(.usa-icon).width290 {
  width: 290px;
}
:not(.usa-icon).width-290 {
  width: 290px;
  min-width: 290px;
}
:not(.usa-icon).min-width-290 {
  min-width: 290px;
}
:not(.usa-icon).height-290 {
  height: 290px;
}
:not(.usa-icon).max-width-290 {
  max-width: 290px;
}
:not(.usa-icon).width291 {
  width: 291px;
}
:not(.usa-icon).width-291 {
  width: 291px;
  min-width: 291px;
}
:not(.usa-icon).min-width-291 {
  min-width: 291px;
}
:not(.usa-icon).height-291 {
  height: 291px;
}
:not(.usa-icon).max-width-291 {
  max-width: 291px;
}
:not(.usa-icon).width292 {
  width: 292px;
}
:not(.usa-icon).width-292 {
  width: 292px;
  min-width: 292px;
}
:not(.usa-icon).min-width-292 {
  min-width: 292px;
}
:not(.usa-icon).height-292 {
  height: 292px;
}
:not(.usa-icon).max-width-292 {
  max-width: 292px;
}
:not(.usa-icon).width293 {
  width: 293px;
}
:not(.usa-icon).width-293 {
  width: 293px;
  min-width: 293px;
}
:not(.usa-icon).min-width-293 {
  min-width: 293px;
}
:not(.usa-icon).height-293 {
  height: 293px;
}
:not(.usa-icon).max-width-293 {
  max-width: 293px;
}
:not(.usa-icon).width294 {
  width: 294px;
}
:not(.usa-icon).width-294 {
  width: 294px;
  min-width: 294px;
}
:not(.usa-icon).min-width-294 {
  min-width: 294px;
}
:not(.usa-icon).height-294 {
  height: 294px;
}
:not(.usa-icon).max-width-294 {
  max-width: 294px;
}
:not(.usa-icon).width295 {
  width: 295px;
}
:not(.usa-icon).width-295 {
  width: 295px;
  min-width: 295px;
}
:not(.usa-icon).min-width-295 {
  min-width: 295px;
}
:not(.usa-icon).height-295 {
  height: 295px;
}
:not(.usa-icon).max-width-295 {
  max-width: 295px;
}
:not(.usa-icon).width296 {
  width: 296px;
}
:not(.usa-icon).width-296 {
  width: 296px;
  min-width: 296px;
}
:not(.usa-icon).min-width-296 {
  min-width: 296px;
}
:not(.usa-icon).height-296 {
  height: 296px;
}
:not(.usa-icon).max-width-296 {
  max-width: 296px;
}
:not(.usa-icon).width297 {
  width: 297px;
}
:not(.usa-icon).width-297 {
  width: 297px;
  min-width: 297px;
}
:not(.usa-icon).min-width-297 {
  min-width: 297px;
}
:not(.usa-icon).height-297 {
  height: 297px;
}
:not(.usa-icon).max-width-297 {
  max-width: 297px;
}
:not(.usa-icon).width298 {
  width: 298px;
}
:not(.usa-icon).width-298 {
  width: 298px;
  min-width: 298px;
}
:not(.usa-icon).min-width-298 {
  min-width: 298px;
}
:not(.usa-icon).height-298 {
  height: 298px;
}
:not(.usa-icon).max-width-298 {
  max-width: 298px;
}
:not(.usa-icon).width299 {
  width: 299px;
}
:not(.usa-icon).width-299 {
  width: 299px;
  min-width: 299px;
}
:not(.usa-icon).min-width-299 {
  min-width: 299px;
}
:not(.usa-icon).height-299 {
  height: 299px;
}
:not(.usa-icon).max-width-299 {
  max-width: 299px;
}
:not(.usa-icon).width300 {
  width: 300px;
}
:not(.usa-icon).width-300 {
  width: 300px;
  min-width: 300px;
}
:not(.usa-icon).min-width-300 {
  min-width: 300px;
}
:not(.usa-icon).height-300 {
  height: 300px;
}
:not(.usa-icon).max-width-300 {
  max-width: 300px;
}
:not(.usa-icon).width301 {
  width: 301px;
}
:not(.usa-icon).width-301 {
  width: 301px;
  min-width: 301px;
}
:not(.usa-icon).min-width-301 {
  min-width: 301px;
}
:not(.usa-icon).height-301 {
  height: 301px;
}
:not(.usa-icon).max-width-301 {
  max-width: 301px;
}
:not(.usa-icon).width302 {
  width: 302px;
}
:not(.usa-icon).width-302 {
  width: 302px;
  min-width: 302px;
}
:not(.usa-icon).min-width-302 {
  min-width: 302px;
}
:not(.usa-icon).height-302 {
  height: 302px;
}
:not(.usa-icon).max-width-302 {
  max-width: 302px;
}
:not(.usa-icon).width303 {
  width: 303px;
}
:not(.usa-icon).width-303 {
  width: 303px;
  min-width: 303px;
}
:not(.usa-icon).min-width-303 {
  min-width: 303px;
}
:not(.usa-icon).height-303 {
  height: 303px;
}
:not(.usa-icon).max-width-303 {
  max-width: 303px;
}
:not(.usa-icon).width304 {
  width: 304px;
}
:not(.usa-icon).width-304 {
  width: 304px;
  min-width: 304px;
}
:not(.usa-icon).min-width-304 {
  min-width: 304px;
}
:not(.usa-icon).height-304 {
  height: 304px;
}
:not(.usa-icon).max-width-304 {
  max-width: 304px;
}
:not(.usa-icon).width305 {
  width: 305px;
}
:not(.usa-icon).width-305 {
  width: 305px;
  min-width: 305px;
}
:not(.usa-icon).min-width-305 {
  min-width: 305px;
}
:not(.usa-icon).height-305 {
  height: 305px;
}
:not(.usa-icon).max-width-305 {
  max-width: 305px;
}
:not(.usa-icon).width306 {
  width: 306px;
}
:not(.usa-icon).width-306 {
  width: 306px;
  min-width: 306px;
}
:not(.usa-icon).min-width-306 {
  min-width: 306px;
}
:not(.usa-icon).height-306 {
  height: 306px;
}
:not(.usa-icon).max-width-306 {
  max-width: 306px;
}
:not(.usa-icon).width307 {
  width: 307px;
}
:not(.usa-icon).width-307 {
  width: 307px;
  min-width: 307px;
}
:not(.usa-icon).min-width-307 {
  min-width: 307px;
}
:not(.usa-icon).height-307 {
  height: 307px;
}
:not(.usa-icon).max-width-307 {
  max-width: 307px;
}
:not(.usa-icon).width308 {
  width: 308px;
}
:not(.usa-icon).width-308 {
  width: 308px;
  min-width: 308px;
}
:not(.usa-icon).min-width-308 {
  min-width: 308px;
}
:not(.usa-icon).height-308 {
  height: 308px;
}
:not(.usa-icon).max-width-308 {
  max-width: 308px;
}
:not(.usa-icon).width309 {
  width: 309px;
}
:not(.usa-icon).width-309 {
  width: 309px;
  min-width: 309px;
}
:not(.usa-icon).min-width-309 {
  min-width: 309px;
}
:not(.usa-icon).height-309 {
  height: 309px;
}
:not(.usa-icon).max-width-309 {
  max-width: 309px;
}
:not(.usa-icon).width310 {
  width: 310px;
}
:not(.usa-icon).width-310 {
  width: 310px;
  min-width: 310px;
}
:not(.usa-icon).min-width-310 {
  min-width: 310px;
}
:not(.usa-icon).height-310 {
  height: 310px;
}
:not(.usa-icon).max-width-310 {
  max-width: 310px;
}
:not(.usa-icon).width311 {
  width: 311px;
}
:not(.usa-icon).width-311 {
  width: 311px;
  min-width: 311px;
}
:not(.usa-icon).min-width-311 {
  min-width: 311px;
}
:not(.usa-icon).height-311 {
  height: 311px;
}
:not(.usa-icon).max-width-311 {
  max-width: 311px;
}
:not(.usa-icon).width312 {
  width: 312px;
}
:not(.usa-icon).width-312 {
  width: 312px;
  min-width: 312px;
}
:not(.usa-icon).min-width-312 {
  min-width: 312px;
}
:not(.usa-icon).height-312 {
  height: 312px;
}
:not(.usa-icon).max-width-312 {
  max-width: 312px;
}
:not(.usa-icon).width313 {
  width: 313px;
}
:not(.usa-icon).width-313 {
  width: 313px;
  min-width: 313px;
}
:not(.usa-icon).min-width-313 {
  min-width: 313px;
}
:not(.usa-icon).height-313 {
  height: 313px;
}
:not(.usa-icon).max-width-313 {
  max-width: 313px;
}
:not(.usa-icon).width314 {
  width: 314px;
}
:not(.usa-icon).width-314 {
  width: 314px;
  min-width: 314px;
}
:not(.usa-icon).min-width-314 {
  min-width: 314px;
}
:not(.usa-icon).height-314 {
  height: 314px;
}
:not(.usa-icon).max-width-314 {
  max-width: 314px;
}
:not(.usa-icon).width315 {
  width: 315px;
}
:not(.usa-icon).width-315 {
  width: 315px;
  min-width: 315px;
}
:not(.usa-icon).min-width-315 {
  min-width: 315px;
}
:not(.usa-icon).height-315 {
  height: 315px;
}
:not(.usa-icon).max-width-315 {
  max-width: 315px;
}
:not(.usa-icon).width316 {
  width: 316px;
}
:not(.usa-icon).width-316 {
  width: 316px;
  min-width: 316px;
}
:not(.usa-icon).min-width-316 {
  min-width: 316px;
}
:not(.usa-icon).height-316 {
  height: 316px;
}
:not(.usa-icon).max-width-316 {
  max-width: 316px;
}
:not(.usa-icon).width317 {
  width: 317px;
}
:not(.usa-icon).width-317 {
  width: 317px;
  min-width: 317px;
}
:not(.usa-icon).min-width-317 {
  min-width: 317px;
}
:not(.usa-icon).height-317 {
  height: 317px;
}
:not(.usa-icon).max-width-317 {
  max-width: 317px;
}
:not(.usa-icon).width318 {
  width: 318px;
}
:not(.usa-icon).width-318 {
  width: 318px;
  min-width: 318px;
}
:not(.usa-icon).min-width-318 {
  min-width: 318px;
}
:not(.usa-icon).height-318 {
  height: 318px;
}
:not(.usa-icon).max-width-318 {
  max-width: 318px;
}
:not(.usa-icon).width319 {
  width: 319px;
}
:not(.usa-icon).width-319 {
  width: 319px;
  min-width: 319px;
}
:not(.usa-icon).min-width-319 {
  min-width: 319px;
}
:not(.usa-icon).height-319 {
  height: 319px;
}
:not(.usa-icon).max-width-319 {
  max-width: 319px;
}
:not(.usa-icon).width320 {
  width: 320px;
}
:not(.usa-icon).width-320 {
  width: 320px;
  min-width: 320px;
}
:not(.usa-icon).min-width-320 {
  min-width: 320px;
}
:not(.usa-icon).height-320 {
  height: 320px;
}
:not(.usa-icon).max-width-320 {
  max-width: 320px;
}
:not(.usa-icon).width321 {
  width: 321px;
}
:not(.usa-icon).width-321 {
  width: 321px;
  min-width: 321px;
}
:not(.usa-icon).min-width-321 {
  min-width: 321px;
}
:not(.usa-icon).height-321 {
  height: 321px;
}
:not(.usa-icon).max-width-321 {
  max-width: 321px;
}
:not(.usa-icon).width322 {
  width: 322px;
}
:not(.usa-icon).width-322 {
  width: 322px;
  min-width: 322px;
}
:not(.usa-icon).min-width-322 {
  min-width: 322px;
}
:not(.usa-icon).height-322 {
  height: 322px;
}
:not(.usa-icon).max-width-322 {
  max-width: 322px;
}
:not(.usa-icon).width323 {
  width: 323px;
}
:not(.usa-icon).width-323 {
  width: 323px;
  min-width: 323px;
}
:not(.usa-icon).min-width-323 {
  min-width: 323px;
}
:not(.usa-icon).height-323 {
  height: 323px;
}
:not(.usa-icon).max-width-323 {
  max-width: 323px;
}
:not(.usa-icon).width324 {
  width: 324px;
}
:not(.usa-icon).width-324 {
  width: 324px;
  min-width: 324px;
}
:not(.usa-icon).min-width-324 {
  min-width: 324px;
}
:not(.usa-icon).height-324 {
  height: 324px;
}
:not(.usa-icon).max-width-324 {
  max-width: 324px;
}
:not(.usa-icon).width325 {
  width: 325px;
}
:not(.usa-icon).width-325 {
  width: 325px;
  min-width: 325px;
}
:not(.usa-icon).min-width-325 {
  min-width: 325px;
}
:not(.usa-icon).height-325 {
  height: 325px;
}
:not(.usa-icon).max-width-325 {
  max-width: 325px;
}
:not(.usa-icon).width326 {
  width: 326px;
}
:not(.usa-icon).width-326 {
  width: 326px;
  min-width: 326px;
}
:not(.usa-icon).min-width-326 {
  min-width: 326px;
}
:not(.usa-icon).height-326 {
  height: 326px;
}
:not(.usa-icon).max-width-326 {
  max-width: 326px;
}
:not(.usa-icon).width327 {
  width: 327px;
}
:not(.usa-icon).width-327 {
  width: 327px;
  min-width: 327px;
}
:not(.usa-icon).min-width-327 {
  min-width: 327px;
}
:not(.usa-icon).height-327 {
  height: 327px;
}
:not(.usa-icon).max-width-327 {
  max-width: 327px;
}
:not(.usa-icon).width328 {
  width: 328px;
}
:not(.usa-icon).width-328 {
  width: 328px;
  min-width: 328px;
}
:not(.usa-icon).min-width-328 {
  min-width: 328px;
}
:not(.usa-icon).height-328 {
  height: 328px;
}
:not(.usa-icon).max-width-328 {
  max-width: 328px;
}
:not(.usa-icon).width329 {
  width: 329px;
}
:not(.usa-icon).width-329 {
  width: 329px;
  min-width: 329px;
}
:not(.usa-icon).min-width-329 {
  min-width: 329px;
}
:not(.usa-icon).height-329 {
  height: 329px;
}
:not(.usa-icon).max-width-329 {
  max-width: 329px;
}
:not(.usa-icon).width330 {
  width: 330px;
}
:not(.usa-icon).width-330 {
  width: 330px;
  min-width: 330px;
}
:not(.usa-icon).min-width-330 {
  min-width: 330px;
}
:not(.usa-icon).height-330 {
  height: 330px;
}
:not(.usa-icon).max-width-330 {
  max-width: 330px;
}
:not(.usa-icon).width331 {
  width: 331px;
}
:not(.usa-icon).width-331 {
  width: 331px;
  min-width: 331px;
}
:not(.usa-icon).min-width-331 {
  min-width: 331px;
}
:not(.usa-icon).height-331 {
  height: 331px;
}
:not(.usa-icon).max-width-331 {
  max-width: 331px;
}
:not(.usa-icon).width332 {
  width: 332px;
}
:not(.usa-icon).width-332 {
  width: 332px;
  min-width: 332px;
}
:not(.usa-icon).min-width-332 {
  min-width: 332px;
}
:not(.usa-icon).height-332 {
  height: 332px;
}
:not(.usa-icon).max-width-332 {
  max-width: 332px;
}
:not(.usa-icon).width333 {
  width: 333px;
}
:not(.usa-icon).width-333 {
  width: 333px;
  min-width: 333px;
}
:not(.usa-icon).min-width-333 {
  min-width: 333px;
}
:not(.usa-icon).height-333 {
  height: 333px;
}
:not(.usa-icon).max-width-333 {
  max-width: 333px;
}
:not(.usa-icon).width334 {
  width: 334px;
}
:not(.usa-icon).width-334 {
  width: 334px;
  min-width: 334px;
}
:not(.usa-icon).min-width-334 {
  min-width: 334px;
}
:not(.usa-icon).height-334 {
  height: 334px;
}
:not(.usa-icon).max-width-334 {
  max-width: 334px;
}
:not(.usa-icon).width335 {
  width: 335px;
}
:not(.usa-icon).width-335 {
  width: 335px;
  min-width: 335px;
}
:not(.usa-icon).min-width-335 {
  min-width: 335px;
}
:not(.usa-icon).height-335 {
  height: 335px;
}
:not(.usa-icon).max-width-335 {
  max-width: 335px;
}
:not(.usa-icon).width336 {
  width: 336px;
}
:not(.usa-icon).width-336 {
  width: 336px;
  min-width: 336px;
}
:not(.usa-icon).min-width-336 {
  min-width: 336px;
}
:not(.usa-icon).height-336 {
  height: 336px;
}
:not(.usa-icon).max-width-336 {
  max-width: 336px;
}
:not(.usa-icon).width337 {
  width: 337px;
}
:not(.usa-icon).width-337 {
  width: 337px;
  min-width: 337px;
}
:not(.usa-icon).min-width-337 {
  min-width: 337px;
}
:not(.usa-icon).height-337 {
  height: 337px;
}
:not(.usa-icon).max-width-337 {
  max-width: 337px;
}
:not(.usa-icon).width338 {
  width: 338px;
}
:not(.usa-icon).width-338 {
  width: 338px;
  min-width: 338px;
}
:not(.usa-icon).min-width-338 {
  min-width: 338px;
}
:not(.usa-icon).height-338 {
  height: 338px;
}
:not(.usa-icon).max-width-338 {
  max-width: 338px;
}
:not(.usa-icon).width339 {
  width: 339px;
}
:not(.usa-icon).width-339 {
  width: 339px;
  min-width: 339px;
}
:not(.usa-icon).min-width-339 {
  min-width: 339px;
}
:not(.usa-icon).height-339 {
  height: 339px;
}
:not(.usa-icon).max-width-339 {
  max-width: 339px;
}
:not(.usa-icon).width340 {
  width: 340px;
}
:not(.usa-icon).width-340 {
  width: 340px;
  min-width: 340px;
}
:not(.usa-icon).min-width-340 {
  min-width: 340px;
}
:not(.usa-icon).height-340 {
  height: 340px;
}
:not(.usa-icon).max-width-340 {
  max-width: 340px;
}
:not(.usa-icon).width341 {
  width: 341px;
}
:not(.usa-icon).width-341 {
  width: 341px;
  min-width: 341px;
}
:not(.usa-icon).min-width-341 {
  min-width: 341px;
}
:not(.usa-icon).height-341 {
  height: 341px;
}
:not(.usa-icon).max-width-341 {
  max-width: 341px;
}
:not(.usa-icon).width342 {
  width: 342px;
}
:not(.usa-icon).width-342 {
  width: 342px;
  min-width: 342px;
}
:not(.usa-icon).min-width-342 {
  min-width: 342px;
}
:not(.usa-icon).height-342 {
  height: 342px;
}
:not(.usa-icon).max-width-342 {
  max-width: 342px;
}
:not(.usa-icon).width343 {
  width: 343px;
}
:not(.usa-icon).width-343 {
  width: 343px;
  min-width: 343px;
}
:not(.usa-icon).min-width-343 {
  min-width: 343px;
}
:not(.usa-icon).height-343 {
  height: 343px;
}
:not(.usa-icon).max-width-343 {
  max-width: 343px;
}
:not(.usa-icon).width344 {
  width: 344px;
}
:not(.usa-icon).width-344 {
  width: 344px;
  min-width: 344px;
}
:not(.usa-icon).min-width-344 {
  min-width: 344px;
}
:not(.usa-icon).height-344 {
  height: 344px;
}
:not(.usa-icon).max-width-344 {
  max-width: 344px;
}
:not(.usa-icon).width345 {
  width: 345px;
}
:not(.usa-icon).width-345 {
  width: 345px;
  min-width: 345px;
}
:not(.usa-icon).min-width-345 {
  min-width: 345px;
}
:not(.usa-icon).height-345 {
  height: 345px;
}
:not(.usa-icon).max-width-345 {
  max-width: 345px;
}
:not(.usa-icon).width346 {
  width: 346px;
}
:not(.usa-icon).width-346 {
  width: 346px;
  min-width: 346px;
}
:not(.usa-icon).min-width-346 {
  min-width: 346px;
}
:not(.usa-icon).height-346 {
  height: 346px;
}
:not(.usa-icon).max-width-346 {
  max-width: 346px;
}
:not(.usa-icon).width347 {
  width: 347px;
}
:not(.usa-icon).width-347 {
  width: 347px;
  min-width: 347px;
}
:not(.usa-icon).min-width-347 {
  min-width: 347px;
}
:not(.usa-icon).height-347 {
  height: 347px;
}
:not(.usa-icon).max-width-347 {
  max-width: 347px;
}
:not(.usa-icon).width348 {
  width: 348px;
}
:not(.usa-icon).width-348 {
  width: 348px;
  min-width: 348px;
}
:not(.usa-icon).min-width-348 {
  min-width: 348px;
}
:not(.usa-icon).height-348 {
  height: 348px;
}
:not(.usa-icon).max-width-348 {
  max-width: 348px;
}
:not(.usa-icon).width349 {
  width: 349px;
}
:not(.usa-icon).width-349 {
  width: 349px;
  min-width: 349px;
}
:not(.usa-icon).min-width-349 {
  min-width: 349px;
}
:not(.usa-icon).height-349 {
  height: 349px;
}
:not(.usa-icon).max-width-349 {
  max-width: 349px;
}
:not(.usa-icon).width350 {
  width: 350px;
}
:not(.usa-icon).width-350 {
  width: 350px;
  min-width: 350px;
}
:not(.usa-icon).min-width-350 {
  min-width: 350px;
}
:not(.usa-icon).height-350 {
  height: 350px;
}
:not(.usa-icon).max-width-350 {
  max-width: 350px;
}
:not(.usa-icon).width351 {
  width: 351px;
}
:not(.usa-icon).width-351 {
  width: 351px;
  min-width: 351px;
}
:not(.usa-icon).min-width-351 {
  min-width: 351px;
}
:not(.usa-icon).height-351 {
  height: 351px;
}
:not(.usa-icon).max-width-351 {
  max-width: 351px;
}
:not(.usa-icon).width352 {
  width: 352px;
}
:not(.usa-icon).width-352 {
  width: 352px;
  min-width: 352px;
}
:not(.usa-icon).min-width-352 {
  min-width: 352px;
}
:not(.usa-icon).height-352 {
  height: 352px;
}
:not(.usa-icon).max-width-352 {
  max-width: 352px;
}
:not(.usa-icon).width353 {
  width: 353px;
}
:not(.usa-icon).width-353 {
  width: 353px;
  min-width: 353px;
}
:not(.usa-icon).min-width-353 {
  min-width: 353px;
}
:not(.usa-icon).height-353 {
  height: 353px;
}
:not(.usa-icon).max-width-353 {
  max-width: 353px;
}
:not(.usa-icon).width354 {
  width: 354px;
}
:not(.usa-icon).width-354 {
  width: 354px;
  min-width: 354px;
}
:not(.usa-icon).min-width-354 {
  min-width: 354px;
}
:not(.usa-icon).height-354 {
  height: 354px;
}
:not(.usa-icon).max-width-354 {
  max-width: 354px;
}
:not(.usa-icon).width355 {
  width: 355px;
}
:not(.usa-icon).width-355 {
  width: 355px;
  min-width: 355px;
}
:not(.usa-icon).min-width-355 {
  min-width: 355px;
}
:not(.usa-icon).height-355 {
  height: 355px;
}
:not(.usa-icon).max-width-355 {
  max-width: 355px;
}
:not(.usa-icon).width356 {
  width: 356px;
}
:not(.usa-icon).width-356 {
  width: 356px;
  min-width: 356px;
}
:not(.usa-icon).min-width-356 {
  min-width: 356px;
}
:not(.usa-icon).height-356 {
  height: 356px;
}
:not(.usa-icon).max-width-356 {
  max-width: 356px;
}
:not(.usa-icon).width357 {
  width: 357px;
}
:not(.usa-icon).width-357 {
  width: 357px;
  min-width: 357px;
}
:not(.usa-icon).min-width-357 {
  min-width: 357px;
}
:not(.usa-icon).height-357 {
  height: 357px;
}
:not(.usa-icon).max-width-357 {
  max-width: 357px;
}
:not(.usa-icon).width358 {
  width: 358px;
}
:not(.usa-icon).width-358 {
  width: 358px;
  min-width: 358px;
}
:not(.usa-icon).min-width-358 {
  min-width: 358px;
}
:not(.usa-icon).height-358 {
  height: 358px;
}
:not(.usa-icon).max-width-358 {
  max-width: 358px;
}
:not(.usa-icon).width359 {
  width: 359px;
}
:not(.usa-icon).width-359 {
  width: 359px;
  min-width: 359px;
}
:not(.usa-icon).min-width-359 {
  min-width: 359px;
}
:not(.usa-icon).height-359 {
  height: 359px;
}
:not(.usa-icon).max-width-359 {
  max-width: 359px;
}
:not(.usa-icon).width360 {
  width: 360px;
}
:not(.usa-icon).width-360 {
  width: 360px;
  min-width: 360px;
}
:not(.usa-icon).min-width-360 {
  min-width: 360px;
}
:not(.usa-icon).height-360 {
  height: 360px;
}
:not(.usa-icon).max-width-360 {
  max-width: 360px;
}
:not(.usa-icon).width361 {
  width: 361px;
}
:not(.usa-icon).width-361 {
  width: 361px;
  min-width: 361px;
}
:not(.usa-icon).min-width-361 {
  min-width: 361px;
}
:not(.usa-icon).height-361 {
  height: 361px;
}
:not(.usa-icon).max-width-361 {
  max-width: 361px;
}
:not(.usa-icon).width362 {
  width: 362px;
}
:not(.usa-icon).width-362 {
  width: 362px;
  min-width: 362px;
}
:not(.usa-icon).min-width-362 {
  min-width: 362px;
}
:not(.usa-icon).height-362 {
  height: 362px;
}
:not(.usa-icon).max-width-362 {
  max-width: 362px;
}
:not(.usa-icon).width363 {
  width: 363px;
}
:not(.usa-icon).width-363 {
  width: 363px;
  min-width: 363px;
}
:not(.usa-icon).min-width-363 {
  min-width: 363px;
}
:not(.usa-icon).height-363 {
  height: 363px;
}
:not(.usa-icon).max-width-363 {
  max-width: 363px;
}
:not(.usa-icon).width364 {
  width: 364px;
}
:not(.usa-icon).width-364 {
  width: 364px;
  min-width: 364px;
}
:not(.usa-icon).min-width-364 {
  min-width: 364px;
}
:not(.usa-icon).height-364 {
  height: 364px;
}
:not(.usa-icon).max-width-364 {
  max-width: 364px;
}
:not(.usa-icon).width365 {
  width: 365px;
}
:not(.usa-icon).width-365 {
  width: 365px;
  min-width: 365px;
}
:not(.usa-icon).min-width-365 {
  min-width: 365px;
}
:not(.usa-icon).height-365 {
  height: 365px;
}
:not(.usa-icon).max-width-365 {
  max-width: 365px;
}
:not(.usa-icon).width366 {
  width: 366px;
}
:not(.usa-icon).width-366 {
  width: 366px;
  min-width: 366px;
}
:not(.usa-icon).min-width-366 {
  min-width: 366px;
}
:not(.usa-icon).height-366 {
  height: 366px;
}
:not(.usa-icon).max-width-366 {
  max-width: 366px;
}
:not(.usa-icon).width367 {
  width: 367px;
}
:not(.usa-icon).width-367 {
  width: 367px;
  min-width: 367px;
}
:not(.usa-icon).min-width-367 {
  min-width: 367px;
}
:not(.usa-icon).height-367 {
  height: 367px;
}
:not(.usa-icon).max-width-367 {
  max-width: 367px;
}
:not(.usa-icon).width368 {
  width: 368px;
}
:not(.usa-icon).width-368 {
  width: 368px;
  min-width: 368px;
}
:not(.usa-icon).min-width-368 {
  min-width: 368px;
}
:not(.usa-icon).height-368 {
  height: 368px;
}
:not(.usa-icon).max-width-368 {
  max-width: 368px;
}
:not(.usa-icon).width369 {
  width: 369px;
}
:not(.usa-icon).width-369 {
  width: 369px;
  min-width: 369px;
}
:not(.usa-icon).min-width-369 {
  min-width: 369px;
}
:not(.usa-icon).height-369 {
  height: 369px;
}
:not(.usa-icon).max-width-369 {
  max-width: 369px;
}
:not(.usa-icon).width370 {
  width: 370px;
}
:not(.usa-icon).width-370 {
  width: 370px;
  min-width: 370px;
}
:not(.usa-icon).min-width-370 {
  min-width: 370px;
}
:not(.usa-icon).height-370 {
  height: 370px;
}
:not(.usa-icon).max-width-370 {
  max-width: 370px;
}
:not(.usa-icon).width371 {
  width: 371px;
}
:not(.usa-icon).width-371 {
  width: 371px;
  min-width: 371px;
}
:not(.usa-icon).min-width-371 {
  min-width: 371px;
}
:not(.usa-icon).height-371 {
  height: 371px;
}
:not(.usa-icon).max-width-371 {
  max-width: 371px;
}
:not(.usa-icon).width372 {
  width: 372px;
}
:not(.usa-icon).width-372 {
  width: 372px;
  min-width: 372px;
}
:not(.usa-icon).min-width-372 {
  min-width: 372px;
}
:not(.usa-icon).height-372 {
  height: 372px;
}
:not(.usa-icon).max-width-372 {
  max-width: 372px;
}
:not(.usa-icon).width373 {
  width: 373px;
}
:not(.usa-icon).width-373 {
  width: 373px;
  min-width: 373px;
}
:not(.usa-icon).min-width-373 {
  min-width: 373px;
}
:not(.usa-icon).height-373 {
  height: 373px;
}
:not(.usa-icon).max-width-373 {
  max-width: 373px;
}
:not(.usa-icon).width374 {
  width: 374px;
}
:not(.usa-icon).width-374 {
  width: 374px;
  min-width: 374px;
}
:not(.usa-icon).min-width-374 {
  min-width: 374px;
}
:not(.usa-icon).height-374 {
  height: 374px;
}
:not(.usa-icon).max-width-374 {
  max-width: 374px;
}
:not(.usa-icon).width375 {
  width: 375px;
}
:not(.usa-icon).width-375 {
  width: 375px;
  min-width: 375px;
}
:not(.usa-icon).min-width-375 {
  min-width: 375px;
}
:not(.usa-icon).height-375 {
  height: 375px;
}
:not(.usa-icon).max-width-375 {
  max-width: 375px;
}
:not(.usa-icon).width376 {
  width: 376px;
}
:not(.usa-icon).width-376 {
  width: 376px;
  min-width: 376px;
}
:not(.usa-icon).min-width-376 {
  min-width: 376px;
}
:not(.usa-icon).height-376 {
  height: 376px;
}
:not(.usa-icon).max-width-376 {
  max-width: 376px;
}
:not(.usa-icon).width377 {
  width: 377px;
}
:not(.usa-icon).width-377 {
  width: 377px;
  min-width: 377px;
}
:not(.usa-icon).min-width-377 {
  min-width: 377px;
}
:not(.usa-icon).height-377 {
  height: 377px;
}
:not(.usa-icon).max-width-377 {
  max-width: 377px;
}
:not(.usa-icon).width378 {
  width: 378px;
}
:not(.usa-icon).width-378 {
  width: 378px;
  min-width: 378px;
}
:not(.usa-icon).min-width-378 {
  min-width: 378px;
}
:not(.usa-icon).height-378 {
  height: 378px;
}
:not(.usa-icon).max-width-378 {
  max-width: 378px;
}
:not(.usa-icon).width379 {
  width: 379px;
}
:not(.usa-icon).width-379 {
  width: 379px;
  min-width: 379px;
}
:not(.usa-icon).min-width-379 {
  min-width: 379px;
}
:not(.usa-icon).height-379 {
  height: 379px;
}
:not(.usa-icon).max-width-379 {
  max-width: 379px;
}
:not(.usa-icon).width380 {
  width: 380px;
}
:not(.usa-icon).width-380 {
  width: 380px;
  min-width: 380px;
}
:not(.usa-icon).min-width-380 {
  min-width: 380px;
}
:not(.usa-icon).height-380 {
  height: 380px;
}
:not(.usa-icon).max-width-380 {
  max-width: 380px;
}
:not(.usa-icon).width381 {
  width: 381px;
}
:not(.usa-icon).width-381 {
  width: 381px;
  min-width: 381px;
}
:not(.usa-icon).min-width-381 {
  min-width: 381px;
}
:not(.usa-icon).height-381 {
  height: 381px;
}
:not(.usa-icon).max-width-381 {
  max-width: 381px;
}
:not(.usa-icon).width382 {
  width: 382px;
}
:not(.usa-icon).width-382 {
  width: 382px;
  min-width: 382px;
}
:not(.usa-icon).min-width-382 {
  min-width: 382px;
}
:not(.usa-icon).height-382 {
  height: 382px;
}
:not(.usa-icon).max-width-382 {
  max-width: 382px;
}
:not(.usa-icon).width383 {
  width: 383px;
}
:not(.usa-icon).width-383 {
  width: 383px;
  min-width: 383px;
}
:not(.usa-icon).min-width-383 {
  min-width: 383px;
}
:not(.usa-icon).height-383 {
  height: 383px;
}
:not(.usa-icon).max-width-383 {
  max-width: 383px;
}
:not(.usa-icon).width384 {
  width: 384px;
}
:not(.usa-icon).width-384 {
  width: 384px;
  min-width: 384px;
}
:not(.usa-icon).min-width-384 {
  min-width: 384px;
}
:not(.usa-icon).height-384 {
  height: 384px;
}
:not(.usa-icon).max-width-384 {
  max-width: 384px;
}
:not(.usa-icon).width385 {
  width: 385px;
}
:not(.usa-icon).width-385 {
  width: 385px;
  min-width: 385px;
}
:not(.usa-icon).min-width-385 {
  min-width: 385px;
}
:not(.usa-icon).height-385 {
  height: 385px;
}
:not(.usa-icon).max-width-385 {
  max-width: 385px;
}
:not(.usa-icon).width386 {
  width: 386px;
}
:not(.usa-icon).width-386 {
  width: 386px;
  min-width: 386px;
}
:not(.usa-icon).min-width-386 {
  min-width: 386px;
}
:not(.usa-icon).height-386 {
  height: 386px;
}
:not(.usa-icon).max-width-386 {
  max-width: 386px;
}
:not(.usa-icon).width387 {
  width: 387px;
}
:not(.usa-icon).width-387 {
  width: 387px;
  min-width: 387px;
}
:not(.usa-icon).min-width-387 {
  min-width: 387px;
}
:not(.usa-icon).height-387 {
  height: 387px;
}
:not(.usa-icon).max-width-387 {
  max-width: 387px;
}
:not(.usa-icon).width388 {
  width: 388px;
}
:not(.usa-icon).width-388 {
  width: 388px;
  min-width: 388px;
}
:not(.usa-icon).min-width-388 {
  min-width: 388px;
}
:not(.usa-icon).height-388 {
  height: 388px;
}
:not(.usa-icon).max-width-388 {
  max-width: 388px;
}
:not(.usa-icon).width389 {
  width: 389px;
}
:not(.usa-icon).width-389 {
  width: 389px;
  min-width: 389px;
}
:not(.usa-icon).min-width-389 {
  min-width: 389px;
}
:not(.usa-icon).height-389 {
  height: 389px;
}
:not(.usa-icon).max-width-389 {
  max-width: 389px;
}
:not(.usa-icon).width390 {
  width: 390px;
}
:not(.usa-icon).width-390 {
  width: 390px;
  min-width: 390px;
}
:not(.usa-icon).min-width-390 {
  min-width: 390px;
}
:not(.usa-icon).height-390 {
  height: 390px;
}
:not(.usa-icon).max-width-390 {
  max-width: 390px;
}
:not(.usa-icon).width391 {
  width: 391px;
}
:not(.usa-icon).width-391 {
  width: 391px;
  min-width: 391px;
}
:not(.usa-icon).min-width-391 {
  min-width: 391px;
}
:not(.usa-icon).height-391 {
  height: 391px;
}
:not(.usa-icon).max-width-391 {
  max-width: 391px;
}
:not(.usa-icon).width392 {
  width: 392px;
}
:not(.usa-icon).width-392 {
  width: 392px;
  min-width: 392px;
}
:not(.usa-icon).min-width-392 {
  min-width: 392px;
}
:not(.usa-icon).height-392 {
  height: 392px;
}
:not(.usa-icon).max-width-392 {
  max-width: 392px;
}
:not(.usa-icon).width393 {
  width: 393px;
}
:not(.usa-icon).width-393 {
  width: 393px;
  min-width: 393px;
}
:not(.usa-icon).min-width-393 {
  min-width: 393px;
}
:not(.usa-icon).height-393 {
  height: 393px;
}
:not(.usa-icon).max-width-393 {
  max-width: 393px;
}
:not(.usa-icon).width394 {
  width: 394px;
}
:not(.usa-icon).width-394 {
  width: 394px;
  min-width: 394px;
}
:not(.usa-icon).min-width-394 {
  min-width: 394px;
}
:not(.usa-icon).height-394 {
  height: 394px;
}
:not(.usa-icon).max-width-394 {
  max-width: 394px;
}
:not(.usa-icon).width395 {
  width: 395px;
}
:not(.usa-icon).width-395 {
  width: 395px;
  min-width: 395px;
}
:not(.usa-icon).min-width-395 {
  min-width: 395px;
}
:not(.usa-icon).height-395 {
  height: 395px;
}
:not(.usa-icon).max-width-395 {
  max-width: 395px;
}
:not(.usa-icon).width396 {
  width: 396px;
}
:not(.usa-icon).width-396 {
  width: 396px;
  min-width: 396px;
}
:not(.usa-icon).min-width-396 {
  min-width: 396px;
}
:not(.usa-icon).height-396 {
  height: 396px;
}
:not(.usa-icon).max-width-396 {
  max-width: 396px;
}
:not(.usa-icon).width397 {
  width: 397px;
}
:not(.usa-icon).width-397 {
  width: 397px;
  min-width: 397px;
}
:not(.usa-icon).min-width-397 {
  min-width: 397px;
}
:not(.usa-icon).height-397 {
  height: 397px;
}
:not(.usa-icon).max-width-397 {
  max-width: 397px;
}
:not(.usa-icon).width398 {
  width: 398px;
}
:not(.usa-icon).width-398 {
  width: 398px;
  min-width: 398px;
}
:not(.usa-icon).min-width-398 {
  min-width: 398px;
}
:not(.usa-icon).height-398 {
  height: 398px;
}
:not(.usa-icon).max-width-398 {
  max-width: 398px;
}
:not(.usa-icon).width399 {
  width: 399px;
}
:not(.usa-icon).width-399 {
  width: 399px;
  min-width: 399px;
}
:not(.usa-icon).min-width-399 {
  min-width: 399px;
}
:not(.usa-icon).height-399 {
  height: 399px;
}
:not(.usa-icon).max-width-399 {
  max-width: 399px;
}
:not(.usa-icon).width400 {
  width: 400px;
}
:not(.usa-icon).width-400 {
  width: 400px;
  min-width: 400px;
}
:not(.usa-icon).min-width-400 {
  min-width: 400px;
}
:not(.usa-icon).height-400 {
  height: 400px;
}
:not(.usa-icon).max-width-400 {
  max-width: 400px;
}
:not(.usa-icon).width401 {
  width: 401px;
}
:not(.usa-icon).width-401 {
  width: 401px;
  min-width: 401px;
}
:not(.usa-icon).min-width-401 {
  min-width: 401px;
}
:not(.usa-icon).height-401 {
  height: 401px;
}
:not(.usa-icon).max-width-401 {
  max-width: 401px;
}
:not(.usa-icon).width402 {
  width: 402px;
}
:not(.usa-icon).width-402 {
  width: 402px;
  min-width: 402px;
}
:not(.usa-icon).min-width-402 {
  min-width: 402px;
}
:not(.usa-icon).height-402 {
  height: 402px;
}
:not(.usa-icon).max-width-402 {
  max-width: 402px;
}
:not(.usa-icon).width403 {
  width: 403px;
}
:not(.usa-icon).width-403 {
  width: 403px;
  min-width: 403px;
}
:not(.usa-icon).min-width-403 {
  min-width: 403px;
}
:not(.usa-icon).height-403 {
  height: 403px;
}
:not(.usa-icon).max-width-403 {
  max-width: 403px;
}
:not(.usa-icon).width404 {
  width: 404px;
}
:not(.usa-icon).width-404 {
  width: 404px;
  min-width: 404px;
}
:not(.usa-icon).min-width-404 {
  min-width: 404px;
}
:not(.usa-icon).height-404 {
  height: 404px;
}
:not(.usa-icon).max-width-404 {
  max-width: 404px;
}
:not(.usa-icon).width405 {
  width: 405px;
}
:not(.usa-icon).width-405 {
  width: 405px;
  min-width: 405px;
}
:not(.usa-icon).min-width-405 {
  min-width: 405px;
}
:not(.usa-icon).height-405 {
  height: 405px;
}
:not(.usa-icon).max-width-405 {
  max-width: 405px;
}
:not(.usa-icon).width406 {
  width: 406px;
}
:not(.usa-icon).width-406 {
  width: 406px;
  min-width: 406px;
}
:not(.usa-icon).min-width-406 {
  min-width: 406px;
}
:not(.usa-icon).height-406 {
  height: 406px;
}
:not(.usa-icon).max-width-406 {
  max-width: 406px;
}
:not(.usa-icon).width407 {
  width: 407px;
}
:not(.usa-icon).width-407 {
  width: 407px;
  min-width: 407px;
}
:not(.usa-icon).min-width-407 {
  min-width: 407px;
}
:not(.usa-icon).height-407 {
  height: 407px;
}
:not(.usa-icon).max-width-407 {
  max-width: 407px;
}
:not(.usa-icon).width408 {
  width: 408px;
}
:not(.usa-icon).width-408 {
  width: 408px;
  min-width: 408px;
}
:not(.usa-icon).min-width-408 {
  min-width: 408px;
}
:not(.usa-icon).height-408 {
  height: 408px;
}
:not(.usa-icon).max-width-408 {
  max-width: 408px;
}
:not(.usa-icon).width409 {
  width: 409px;
}
:not(.usa-icon).width-409 {
  width: 409px;
  min-width: 409px;
}
:not(.usa-icon).min-width-409 {
  min-width: 409px;
}
:not(.usa-icon).height-409 {
  height: 409px;
}
:not(.usa-icon).max-width-409 {
  max-width: 409px;
}
:not(.usa-icon).width410 {
  width: 410px;
}
:not(.usa-icon).width-410 {
  width: 410px;
  min-width: 410px;
}
:not(.usa-icon).min-width-410 {
  min-width: 410px;
}
:not(.usa-icon).height-410 {
  height: 410px;
}
:not(.usa-icon).max-width-410 {
  max-width: 410px;
}
:not(.usa-icon).width411 {
  width: 411px;
}
:not(.usa-icon).width-411 {
  width: 411px;
  min-width: 411px;
}
:not(.usa-icon).min-width-411 {
  min-width: 411px;
}
:not(.usa-icon).height-411 {
  height: 411px;
}
:not(.usa-icon).max-width-411 {
  max-width: 411px;
}
:not(.usa-icon).width412 {
  width: 412px;
}
:not(.usa-icon).width-412 {
  width: 412px;
  min-width: 412px;
}
:not(.usa-icon).min-width-412 {
  min-width: 412px;
}
:not(.usa-icon).height-412 {
  height: 412px;
}
:not(.usa-icon).max-width-412 {
  max-width: 412px;
}
:not(.usa-icon).width413 {
  width: 413px;
}
:not(.usa-icon).width-413 {
  width: 413px;
  min-width: 413px;
}
:not(.usa-icon).min-width-413 {
  min-width: 413px;
}
:not(.usa-icon).height-413 {
  height: 413px;
}
:not(.usa-icon).max-width-413 {
  max-width: 413px;
}
:not(.usa-icon).width414 {
  width: 414px;
}
:not(.usa-icon).width-414 {
  width: 414px;
  min-width: 414px;
}
:not(.usa-icon).min-width-414 {
  min-width: 414px;
}
:not(.usa-icon).height-414 {
  height: 414px;
}
:not(.usa-icon).max-width-414 {
  max-width: 414px;
}
:not(.usa-icon).width415 {
  width: 415px;
}
:not(.usa-icon).width-415 {
  width: 415px;
  min-width: 415px;
}
:not(.usa-icon).min-width-415 {
  min-width: 415px;
}
:not(.usa-icon).height-415 {
  height: 415px;
}
:not(.usa-icon).max-width-415 {
  max-width: 415px;
}
:not(.usa-icon).width416 {
  width: 416px;
}
:not(.usa-icon).width-416 {
  width: 416px;
  min-width: 416px;
}
:not(.usa-icon).min-width-416 {
  min-width: 416px;
}
:not(.usa-icon).height-416 {
  height: 416px;
}
:not(.usa-icon).max-width-416 {
  max-width: 416px;
}
:not(.usa-icon).width417 {
  width: 417px;
}
:not(.usa-icon).width-417 {
  width: 417px;
  min-width: 417px;
}
:not(.usa-icon).min-width-417 {
  min-width: 417px;
}
:not(.usa-icon).height-417 {
  height: 417px;
}
:not(.usa-icon).max-width-417 {
  max-width: 417px;
}
:not(.usa-icon).width418 {
  width: 418px;
}
:not(.usa-icon).width-418 {
  width: 418px;
  min-width: 418px;
}
:not(.usa-icon).min-width-418 {
  min-width: 418px;
}
:not(.usa-icon).height-418 {
  height: 418px;
}
:not(.usa-icon).max-width-418 {
  max-width: 418px;
}
:not(.usa-icon).width419 {
  width: 419px;
}
:not(.usa-icon).width-419 {
  width: 419px;
  min-width: 419px;
}
:not(.usa-icon).min-width-419 {
  min-width: 419px;
}
:not(.usa-icon).height-419 {
  height: 419px;
}
:not(.usa-icon).max-width-419 {
  max-width: 419px;
}
:not(.usa-icon).width420 {
  width: 420px;
}
:not(.usa-icon).width-420 {
  width: 420px;
  min-width: 420px;
}
:not(.usa-icon).min-width-420 {
  min-width: 420px;
}
:not(.usa-icon).height-420 {
  height: 420px;
}
:not(.usa-icon).max-width-420 {
  max-width: 420px;
}
:not(.usa-icon).width421 {
  width: 421px;
}
:not(.usa-icon).width-421 {
  width: 421px;
  min-width: 421px;
}
:not(.usa-icon).min-width-421 {
  min-width: 421px;
}
:not(.usa-icon).height-421 {
  height: 421px;
}
:not(.usa-icon).max-width-421 {
  max-width: 421px;
}
:not(.usa-icon).width422 {
  width: 422px;
}
:not(.usa-icon).width-422 {
  width: 422px;
  min-width: 422px;
}
:not(.usa-icon).min-width-422 {
  min-width: 422px;
}
:not(.usa-icon).height-422 {
  height: 422px;
}
:not(.usa-icon).max-width-422 {
  max-width: 422px;
}
:not(.usa-icon).width423 {
  width: 423px;
}
:not(.usa-icon).width-423 {
  width: 423px;
  min-width: 423px;
}
:not(.usa-icon).min-width-423 {
  min-width: 423px;
}
:not(.usa-icon).height-423 {
  height: 423px;
}
:not(.usa-icon).max-width-423 {
  max-width: 423px;
}
:not(.usa-icon).width424 {
  width: 424px;
}
:not(.usa-icon).width-424 {
  width: 424px;
  min-width: 424px;
}
:not(.usa-icon).min-width-424 {
  min-width: 424px;
}
:not(.usa-icon).height-424 {
  height: 424px;
}
:not(.usa-icon).max-width-424 {
  max-width: 424px;
}
:not(.usa-icon).width425 {
  width: 425px;
}
:not(.usa-icon).width-425 {
  width: 425px;
  min-width: 425px;
}
:not(.usa-icon).min-width-425 {
  min-width: 425px;
}
:not(.usa-icon).height-425 {
  height: 425px;
}
:not(.usa-icon).max-width-425 {
  max-width: 425px;
}
:not(.usa-icon).width426 {
  width: 426px;
}
:not(.usa-icon).width-426 {
  width: 426px;
  min-width: 426px;
}
:not(.usa-icon).min-width-426 {
  min-width: 426px;
}
:not(.usa-icon).height-426 {
  height: 426px;
}
:not(.usa-icon).max-width-426 {
  max-width: 426px;
}
:not(.usa-icon).width427 {
  width: 427px;
}
:not(.usa-icon).width-427 {
  width: 427px;
  min-width: 427px;
}
:not(.usa-icon).min-width-427 {
  min-width: 427px;
}
:not(.usa-icon).height-427 {
  height: 427px;
}
:not(.usa-icon).max-width-427 {
  max-width: 427px;
}
:not(.usa-icon).width428 {
  width: 428px;
}
:not(.usa-icon).width-428 {
  width: 428px;
  min-width: 428px;
}
:not(.usa-icon).min-width-428 {
  min-width: 428px;
}
:not(.usa-icon).height-428 {
  height: 428px;
}
:not(.usa-icon).max-width-428 {
  max-width: 428px;
}
:not(.usa-icon).width429 {
  width: 429px;
}
:not(.usa-icon).width-429 {
  width: 429px;
  min-width: 429px;
}
:not(.usa-icon).min-width-429 {
  min-width: 429px;
}
:not(.usa-icon).height-429 {
  height: 429px;
}
:not(.usa-icon).max-width-429 {
  max-width: 429px;
}
:not(.usa-icon).width430 {
  width: 430px;
}
:not(.usa-icon).width-430 {
  width: 430px;
  min-width: 430px;
}
:not(.usa-icon).min-width-430 {
  min-width: 430px;
}
:not(.usa-icon).height-430 {
  height: 430px;
}
:not(.usa-icon).max-width-430 {
  max-width: 430px;
}
:not(.usa-icon).width431 {
  width: 431px;
}
:not(.usa-icon).width-431 {
  width: 431px;
  min-width: 431px;
}
:not(.usa-icon).min-width-431 {
  min-width: 431px;
}
:not(.usa-icon).height-431 {
  height: 431px;
}
:not(.usa-icon).max-width-431 {
  max-width: 431px;
}
:not(.usa-icon).width432 {
  width: 432px;
}
:not(.usa-icon).width-432 {
  width: 432px;
  min-width: 432px;
}
:not(.usa-icon).min-width-432 {
  min-width: 432px;
}
:not(.usa-icon).height-432 {
  height: 432px;
}
:not(.usa-icon).max-width-432 {
  max-width: 432px;
}
:not(.usa-icon).width433 {
  width: 433px;
}
:not(.usa-icon).width-433 {
  width: 433px;
  min-width: 433px;
}
:not(.usa-icon).min-width-433 {
  min-width: 433px;
}
:not(.usa-icon).height-433 {
  height: 433px;
}
:not(.usa-icon).max-width-433 {
  max-width: 433px;
}
:not(.usa-icon).width434 {
  width: 434px;
}
:not(.usa-icon).width-434 {
  width: 434px;
  min-width: 434px;
}
:not(.usa-icon).min-width-434 {
  min-width: 434px;
}
:not(.usa-icon).height-434 {
  height: 434px;
}
:not(.usa-icon).max-width-434 {
  max-width: 434px;
}
:not(.usa-icon).width435 {
  width: 435px;
}
:not(.usa-icon).width-435 {
  width: 435px;
  min-width: 435px;
}
:not(.usa-icon).min-width-435 {
  min-width: 435px;
}
:not(.usa-icon).height-435 {
  height: 435px;
}
:not(.usa-icon).max-width-435 {
  max-width: 435px;
}
:not(.usa-icon).width436 {
  width: 436px;
}
:not(.usa-icon).width-436 {
  width: 436px;
  min-width: 436px;
}
:not(.usa-icon).min-width-436 {
  min-width: 436px;
}
:not(.usa-icon).height-436 {
  height: 436px;
}
:not(.usa-icon).max-width-436 {
  max-width: 436px;
}
:not(.usa-icon).width437 {
  width: 437px;
}
:not(.usa-icon).width-437 {
  width: 437px;
  min-width: 437px;
}
:not(.usa-icon).min-width-437 {
  min-width: 437px;
}
:not(.usa-icon).height-437 {
  height: 437px;
}
:not(.usa-icon).max-width-437 {
  max-width: 437px;
}
:not(.usa-icon).width438 {
  width: 438px;
}
:not(.usa-icon).width-438 {
  width: 438px;
  min-width: 438px;
}
:not(.usa-icon).min-width-438 {
  min-width: 438px;
}
:not(.usa-icon).height-438 {
  height: 438px;
}
:not(.usa-icon).max-width-438 {
  max-width: 438px;
}
:not(.usa-icon).width439 {
  width: 439px;
}
:not(.usa-icon).width-439 {
  width: 439px;
  min-width: 439px;
}
:not(.usa-icon).min-width-439 {
  min-width: 439px;
}
:not(.usa-icon).height-439 {
  height: 439px;
}
:not(.usa-icon).max-width-439 {
  max-width: 439px;
}
:not(.usa-icon).width440 {
  width: 440px;
}
:not(.usa-icon).width-440 {
  width: 440px;
  min-width: 440px;
}
:not(.usa-icon).min-width-440 {
  min-width: 440px;
}
:not(.usa-icon).height-440 {
  height: 440px;
}
:not(.usa-icon).max-width-440 {
  max-width: 440px;
}
:not(.usa-icon).width441 {
  width: 441px;
}
:not(.usa-icon).width-441 {
  width: 441px;
  min-width: 441px;
}
:not(.usa-icon).min-width-441 {
  min-width: 441px;
}
:not(.usa-icon).height-441 {
  height: 441px;
}
:not(.usa-icon).max-width-441 {
  max-width: 441px;
}
:not(.usa-icon).width442 {
  width: 442px;
}
:not(.usa-icon).width-442 {
  width: 442px;
  min-width: 442px;
}
:not(.usa-icon).min-width-442 {
  min-width: 442px;
}
:not(.usa-icon).height-442 {
  height: 442px;
}
:not(.usa-icon).max-width-442 {
  max-width: 442px;
}
:not(.usa-icon).width443 {
  width: 443px;
}
:not(.usa-icon).width-443 {
  width: 443px;
  min-width: 443px;
}
:not(.usa-icon).min-width-443 {
  min-width: 443px;
}
:not(.usa-icon).height-443 {
  height: 443px;
}
:not(.usa-icon).max-width-443 {
  max-width: 443px;
}
:not(.usa-icon).width444 {
  width: 444px;
}
:not(.usa-icon).width-444 {
  width: 444px;
  min-width: 444px;
}
:not(.usa-icon).min-width-444 {
  min-width: 444px;
}
:not(.usa-icon).height-444 {
  height: 444px;
}
:not(.usa-icon).max-width-444 {
  max-width: 444px;
}
:not(.usa-icon).width445 {
  width: 445px;
}
:not(.usa-icon).width-445 {
  width: 445px;
  min-width: 445px;
}
:not(.usa-icon).min-width-445 {
  min-width: 445px;
}
:not(.usa-icon).height-445 {
  height: 445px;
}
:not(.usa-icon).max-width-445 {
  max-width: 445px;
}
:not(.usa-icon).width446 {
  width: 446px;
}
:not(.usa-icon).width-446 {
  width: 446px;
  min-width: 446px;
}
:not(.usa-icon).min-width-446 {
  min-width: 446px;
}
:not(.usa-icon).height-446 {
  height: 446px;
}
:not(.usa-icon).max-width-446 {
  max-width: 446px;
}
:not(.usa-icon).width447 {
  width: 447px;
}
:not(.usa-icon).width-447 {
  width: 447px;
  min-width: 447px;
}
:not(.usa-icon).min-width-447 {
  min-width: 447px;
}
:not(.usa-icon).height-447 {
  height: 447px;
}
:not(.usa-icon).max-width-447 {
  max-width: 447px;
}
:not(.usa-icon).width448 {
  width: 448px;
}
:not(.usa-icon).width-448 {
  width: 448px;
  min-width: 448px;
}
:not(.usa-icon).min-width-448 {
  min-width: 448px;
}
:not(.usa-icon).height-448 {
  height: 448px;
}
:not(.usa-icon).max-width-448 {
  max-width: 448px;
}
:not(.usa-icon).width449 {
  width: 449px;
}
:not(.usa-icon).width-449 {
  width: 449px;
  min-width: 449px;
}
:not(.usa-icon).min-width-449 {
  min-width: 449px;
}
:not(.usa-icon).height-449 {
  height: 449px;
}
:not(.usa-icon).max-width-449 {
  max-width: 449px;
}
:not(.usa-icon).width450 {
  width: 450px;
}
:not(.usa-icon).width-450 {
  width: 450px;
  min-width: 450px;
}
:not(.usa-icon).min-width-450 {
  min-width: 450px;
}
:not(.usa-icon).height-450 {
  height: 450px;
}
:not(.usa-icon).max-width-450 {
  max-width: 450px;
}
:not(.usa-icon).width451 {
  width: 451px;
}
:not(.usa-icon).width-451 {
  width: 451px;
  min-width: 451px;
}
:not(.usa-icon).min-width-451 {
  min-width: 451px;
}
:not(.usa-icon).height-451 {
  height: 451px;
}
:not(.usa-icon).max-width-451 {
  max-width: 451px;
}
:not(.usa-icon).width452 {
  width: 452px;
}
:not(.usa-icon).width-452 {
  width: 452px;
  min-width: 452px;
}
:not(.usa-icon).min-width-452 {
  min-width: 452px;
}
:not(.usa-icon).height-452 {
  height: 452px;
}
:not(.usa-icon).max-width-452 {
  max-width: 452px;
}
:not(.usa-icon).width453 {
  width: 453px;
}
:not(.usa-icon).width-453 {
  width: 453px;
  min-width: 453px;
}
:not(.usa-icon).min-width-453 {
  min-width: 453px;
}
:not(.usa-icon).height-453 {
  height: 453px;
}
:not(.usa-icon).max-width-453 {
  max-width: 453px;
}
:not(.usa-icon).width454 {
  width: 454px;
}
:not(.usa-icon).width-454 {
  width: 454px;
  min-width: 454px;
}
:not(.usa-icon).min-width-454 {
  min-width: 454px;
}
:not(.usa-icon).height-454 {
  height: 454px;
}
:not(.usa-icon).max-width-454 {
  max-width: 454px;
}
:not(.usa-icon).width455 {
  width: 455px;
}
:not(.usa-icon).width-455 {
  width: 455px;
  min-width: 455px;
}
:not(.usa-icon).min-width-455 {
  min-width: 455px;
}
:not(.usa-icon).height-455 {
  height: 455px;
}
:not(.usa-icon).max-width-455 {
  max-width: 455px;
}
:not(.usa-icon).width456 {
  width: 456px;
}
:not(.usa-icon).width-456 {
  width: 456px;
  min-width: 456px;
}
:not(.usa-icon).min-width-456 {
  min-width: 456px;
}
:not(.usa-icon).height-456 {
  height: 456px;
}
:not(.usa-icon).max-width-456 {
  max-width: 456px;
}
:not(.usa-icon).width457 {
  width: 457px;
}
:not(.usa-icon).width-457 {
  width: 457px;
  min-width: 457px;
}
:not(.usa-icon).min-width-457 {
  min-width: 457px;
}
:not(.usa-icon).height-457 {
  height: 457px;
}
:not(.usa-icon).max-width-457 {
  max-width: 457px;
}
:not(.usa-icon).width458 {
  width: 458px;
}
:not(.usa-icon).width-458 {
  width: 458px;
  min-width: 458px;
}
:not(.usa-icon).min-width-458 {
  min-width: 458px;
}
:not(.usa-icon).height-458 {
  height: 458px;
}
:not(.usa-icon).max-width-458 {
  max-width: 458px;
}
:not(.usa-icon).width459 {
  width: 459px;
}
:not(.usa-icon).width-459 {
  width: 459px;
  min-width: 459px;
}
:not(.usa-icon).min-width-459 {
  min-width: 459px;
}
:not(.usa-icon).height-459 {
  height: 459px;
}
:not(.usa-icon).max-width-459 {
  max-width: 459px;
}
:not(.usa-icon).width460 {
  width: 460px;
}
:not(.usa-icon).width-460 {
  width: 460px;
  min-width: 460px;
}
:not(.usa-icon).min-width-460 {
  min-width: 460px;
}
:not(.usa-icon).height-460 {
  height: 460px;
}
:not(.usa-icon).max-width-460 {
  max-width: 460px;
}
:not(.usa-icon).width461 {
  width: 461px;
}
:not(.usa-icon).width-461 {
  width: 461px;
  min-width: 461px;
}
:not(.usa-icon).min-width-461 {
  min-width: 461px;
}
:not(.usa-icon).height-461 {
  height: 461px;
}
:not(.usa-icon).max-width-461 {
  max-width: 461px;
}
:not(.usa-icon).width462 {
  width: 462px;
}
:not(.usa-icon).width-462 {
  width: 462px;
  min-width: 462px;
}
:not(.usa-icon).min-width-462 {
  min-width: 462px;
}
:not(.usa-icon).height-462 {
  height: 462px;
}
:not(.usa-icon).max-width-462 {
  max-width: 462px;
}
:not(.usa-icon).width463 {
  width: 463px;
}
:not(.usa-icon).width-463 {
  width: 463px;
  min-width: 463px;
}
:not(.usa-icon).min-width-463 {
  min-width: 463px;
}
:not(.usa-icon).height-463 {
  height: 463px;
}
:not(.usa-icon).max-width-463 {
  max-width: 463px;
}
:not(.usa-icon).width464 {
  width: 464px;
}
:not(.usa-icon).width-464 {
  width: 464px;
  min-width: 464px;
}
:not(.usa-icon).min-width-464 {
  min-width: 464px;
}
:not(.usa-icon).height-464 {
  height: 464px;
}
:not(.usa-icon).max-width-464 {
  max-width: 464px;
}
:not(.usa-icon).width465 {
  width: 465px;
}
:not(.usa-icon).width-465 {
  width: 465px;
  min-width: 465px;
}
:not(.usa-icon).min-width-465 {
  min-width: 465px;
}
:not(.usa-icon).height-465 {
  height: 465px;
}
:not(.usa-icon).max-width-465 {
  max-width: 465px;
}
:not(.usa-icon).width466 {
  width: 466px;
}
:not(.usa-icon).width-466 {
  width: 466px;
  min-width: 466px;
}
:not(.usa-icon).min-width-466 {
  min-width: 466px;
}
:not(.usa-icon).height-466 {
  height: 466px;
}
:not(.usa-icon).max-width-466 {
  max-width: 466px;
}
:not(.usa-icon).width467 {
  width: 467px;
}
:not(.usa-icon).width-467 {
  width: 467px;
  min-width: 467px;
}
:not(.usa-icon).min-width-467 {
  min-width: 467px;
}
:not(.usa-icon).height-467 {
  height: 467px;
}
:not(.usa-icon).max-width-467 {
  max-width: 467px;
}
:not(.usa-icon).width468 {
  width: 468px;
}
:not(.usa-icon).width-468 {
  width: 468px;
  min-width: 468px;
}
:not(.usa-icon).min-width-468 {
  min-width: 468px;
}
:not(.usa-icon).height-468 {
  height: 468px;
}
:not(.usa-icon).max-width-468 {
  max-width: 468px;
}
:not(.usa-icon).width469 {
  width: 469px;
}
:not(.usa-icon).width-469 {
  width: 469px;
  min-width: 469px;
}
:not(.usa-icon).min-width-469 {
  min-width: 469px;
}
:not(.usa-icon).height-469 {
  height: 469px;
}
:not(.usa-icon).max-width-469 {
  max-width: 469px;
}
:not(.usa-icon).width470 {
  width: 470px;
}
:not(.usa-icon).width-470 {
  width: 470px;
  min-width: 470px;
}
:not(.usa-icon).min-width-470 {
  min-width: 470px;
}
:not(.usa-icon).height-470 {
  height: 470px;
}
:not(.usa-icon).max-width-470 {
  max-width: 470px;
}
:not(.usa-icon).width471 {
  width: 471px;
}
:not(.usa-icon).width-471 {
  width: 471px;
  min-width: 471px;
}
:not(.usa-icon).min-width-471 {
  min-width: 471px;
}
:not(.usa-icon).height-471 {
  height: 471px;
}
:not(.usa-icon).max-width-471 {
  max-width: 471px;
}
:not(.usa-icon).width472 {
  width: 472px;
}
:not(.usa-icon).width-472 {
  width: 472px;
  min-width: 472px;
}
:not(.usa-icon).min-width-472 {
  min-width: 472px;
}
:not(.usa-icon).height-472 {
  height: 472px;
}
:not(.usa-icon).max-width-472 {
  max-width: 472px;
}
:not(.usa-icon).width473 {
  width: 473px;
}
:not(.usa-icon).width-473 {
  width: 473px;
  min-width: 473px;
}
:not(.usa-icon).min-width-473 {
  min-width: 473px;
}
:not(.usa-icon).height-473 {
  height: 473px;
}
:not(.usa-icon).max-width-473 {
  max-width: 473px;
}
:not(.usa-icon).width474 {
  width: 474px;
}
:not(.usa-icon).width-474 {
  width: 474px;
  min-width: 474px;
}
:not(.usa-icon).min-width-474 {
  min-width: 474px;
}
:not(.usa-icon).height-474 {
  height: 474px;
}
:not(.usa-icon).max-width-474 {
  max-width: 474px;
}
:not(.usa-icon).width475 {
  width: 475px;
}
:not(.usa-icon).width-475 {
  width: 475px;
  min-width: 475px;
}
:not(.usa-icon).min-width-475 {
  min-width: 475px;
}
:not(.usa-icon).height-475 {
  height: 475px;
}
:not(.usa-icon).max-width-475 {
  max-width: 475px;
}
:not(.usa-icon).width476 {
  width: 476px;
}
:not(.usa-icon).width-476 {
  width: 476px;
  min-width: 476px;
}
:not(.usa-icon).min-width-476 {
  min-width: 476px;
}
:not(.usa-icon).height-476 {
  height: 476px;
}
:not(.usa-icon).max-width-476 {
  max-width: 476px;
}
:not(.usa-icon).width477 {
  width: 477px;
}
:not(.usa-icon).width-477 {
  width: 477px;
  min-width: 477px;
}
:not(.usa-icon).min-width-477 {
  min-width: 477px;
}
:not(.usa-icon).height-477 {
  height: 477px;
}
:not(.usa-icon).max-width-477 {
  max-width: 477px;
}
:not(.usa-icon).width478 {
  width: 478px;
}
:not(.usa-icon).width-478 {
  width: 478px;
  min-width: 478px;
}
:not(.usa-icon).min-width-478 {
  min-width: 478px;
}
:not(.usa-icon).height-478 {
  height: 478px;
}
:not(.usa-icon).max-width-478 {
  max-width: 478px;
}
:not(.usa-icon).width479 {
  width: 479px;
}
:not(.usa-icon).width-479 {
  width: 479px;
  min-width: 479px;
}
:not(.usa-icon).min-width-479 {
  min-width: 479px;
}
:not(.usa-icon).height-479 {
  height: 479px;
}
:not(.usa-icon).max-width-479 {
  max-width: 479px;
}
:not(.usa-icon).width480 {
  width: 480px;
}
:not(.usa-icon).width-480 {
  width: 480px;
  min-width: 480px;
}
:not(.usa-icon).min-width-480 {
  min-width: 480px;
}
:not(.usa-icon).height-480 {
  height: 480px;
}
:not(.usa-icon).max-width-480 {
  max-width: 480px;
}
:not(.usa-icon).width481 {
  width: 481px;
}
:not(.usa-icon).width-481 {
  width: 481px;
  min-width: 481px;
}
:not(.usa-icon).min-width-481 {
  min-width: 481px;
}
:not(.usa-icon).height-481 {
  height: 481px;
}
:not(.usa-icon).max-width-481 {
  max-width: 481px;
}
:not(.usa-icon).width482 {
  width: 482px;
}
:not(.usa-icon).width-482 {
  width: 482px;
  min-width: 482px;
}
:not(.usa-icon).min-width-482 {
  min-width: 482px;
}
:not(.usa-icon).height-482 {
  height: 482px;
}
:not(.usa-icon).max-width-482 {
  max-width: 482px;
}
:not(.usa-icon).width483 {
  width: 483px;
}
:not(.usa-icon).width-483 {
  width: 483px;
  min-width: 483px;
}
:not(.usa-icon).min-width-483 {
  min-width: 483px;
}
:not(.usa-icon).height-483 {
  height: 483px;
}
:not(.usa-icon).max-width-483 {
  max-width: 483px;
}
:not(.usa-icon).width484 {
  width: 484px;
}
:not(.usa-icon).width-484 {
  width: 484px;
  min-width: 484px;
}
:not(.usa-icon).min-width-484 {
  min-width: 484px;
}
:not(.usa-icon).height-484 {
  height: 484px;
}
:not(.usa-icon).max-width-484 {
  max-width: 484px;
}
:not(.usa-icon).width485 {
  width: 485px;
}
:not(.usa-icon).width-485 {
  width: 485px;
  min-width: 485px;
}
:not(.usa-icon).min-width-485 {
  min-width: 485px;
}
:not(.usa-icon).height-485 {
  height: 485px;
}
:not(.usa-icon).max-width-485 {
  max-width: 485px;
}
:not(.usa-icon).width486 {
  width: 486px;
}
:not(.usa-icon).width-486 {
  width: 486px;
  min-width: 486px;
}
:not(.usa-icon).min-width-486 {
  min-width: 486px;
}
:not(.usa-icon).height-486 {
  height: 486px;
}
:not(.usa-icon).max-width-486 {
  max-width: 486px;
}
:not(.usa-icon).width487 {
  width: 487px;
}
:not(.usa-icon).width-487 {
  width: 487px;
  min-width: 487px;
}
:not(.usa-icon).min-width-487 {
  min-width: 487px;
}
:not(.usa-icon).height-487 {
  height: 487px;
}
:not(.usa-icon).max-width-487 {
  max-width: 487px;
}
:not(.usa-icon).width488 {
  width: 488px;
}
:not(.usa-icon).width-488 {
  width: 488px;
  min-width: 488px;
}
:not(.usa-icon).min-width-488 {
  min-width: 488px;
}
:not(.usa-icon).height-488 {
  height: 488px;
}
:not(.usa-icon).max-width-488 {
  max-width: 488px;
}
:not(.usa-icon).width489 {
  width: 489px;
}
:not(.usa-icon).width-489 {
  width: 489px;
  min-width: 489px;
}
:not(.usa-icon).min-width-489 {
  min-width: 489px;
}
:not(.usa-icon).height-489 {
  height: 489px;
}
:not(.usa-icon).max-width-489 {
  max-width: 489px;
}
:not(.usa-icon).width490 {
  width: 490px;
}
:not(.usa-icon).width-490 {
  width: 490px;
  min-width: 490px;
}
:not(.usa-icon).min-width-490 {
  min-width: 490px;
}
:not(.usa-icon).height-490 {
  height: 490px;
}
:not(.usa-icon).max-width-490 {
  max-width: 490px;
}
:not(.usa-icon).width491 {
  width: 491px;
}
:not(.usa-icon).width-491 {
  width: 491px;
  min-width: 491px;
}
:not(.usa-icon).min-width-491 {
  min-width: 491px;
}
:not(.usa-icon).height-491 {
  height: 491px;
}
:not(.usa-icon).max-width-491 {
  max-width: 491px;
}
:not(.usa-icon).width492 {
  width: 492px;
}
:not(.usa-icon).width-492 {
  width: 492px;
  min-width: 492px;
}
:not(.usa-icon).min-width-492 {
  min-width: 492px;
}
:not(.usa-icon).height-492 {
  height: 492px;
}
:not(.usa-icon).max-width-492 {
  max-width: 492px;
}
:not(.usa-icon).width493 {
  width: 493px;
}
:not(.usa-icon).width-493 {
  width: 493px;
  min-width: 493px;
}
:not(.usa-icon).min-width-493 {
  min-width: 493px;
}
:not(.usa-icon).height-493 {
  height: 493px;
}
:not(.usa-icon).max-width-493 {
  max-width: 493px;
}
:not(.usa-icon).width494 {
  width: 494px;
}
:not(.usa-icon).width-494 {
  width: 494px;
  min-width: 494px;
}
:not(.usa-icon).min-width-494 {
  min-width: 494px;
}
:not(.usa-icon).height-494 {
  height: 494px;
}
:not(.usa-icon).max-width-494 {
  max-width: 494px;
}
:not(.usa-icon).width495 {
  width: 495px;
}
:not(.usa-icon).width-495 {
  width: 495px;
  min-width: 495px;
}
:not(.usa-icon).min-width-495 {
  min-width: 495px;
}
:not(.usa-icon).height-495 {
  height: 495px;
}
:not(.usa-icon).max-width-495 {
  max-width: 495px;
}
:not(.usa-icon).width496 {
  width: 496px;
}
:not(.usa-icon).width-496 {
  width: 496px;
  min-width: 496px;
}
:not(.usa-icon).min-width-496 {
  min-width: 496px;
}
:not(.usa-icon).height-496 {
  height: 496px;
}
:not(.usa-icon).max-width-496 {
  max-width: 496px;
}
:not(.usa-icon).width497 {
  width: 497px;
}
:not(.usa-icon).width-497 {
  width: 497px;
  min-width: 497px;
}
:not(.usa-icon).min-width-497 {
  min-width: 497px;
}
:not(.usa-icon).height-497 {
  height: 497px;
}
:not(.usa-icon).max-width-497 {
  max-width: 497px;
}
:not(.usa-icon).width498 {
  width: 498px;
}
:not(.usa-icon).width-498 {
  width: 498px;
  min-width: 498px;
}
:not(.usa-icon).min-width-498 {
  min-width: 498px;
}
:not(.usa-icon).height-498 {
  height: 498px;
}
:not(.usa-icon).max-width-498 {
  max-width: 498px;
}
:not(.usa-icon).width499 {
  width: 499px;
}
:not(.usa-icon).width-499 {
  width: 499px;
  min-width: 499px;
}
:not(.usa-icon).min-width-499 {
  min-width: 499px;
}
:not(.usa-icon).height-499 {
  height: 499px;
}
:not(.usa-icon).max-width-499 {
  max-width: 499px;
}
:not(.usa-icon).width500 {
  width: 500px;
}
:not(.usa-icon).width-500 {
  width: 500px;
  min-width: 500px;
}
:not(.usa-icon).min-width-500 {
  min-width: 500px;
}
:not(.usa-icon).height-500 {
  height: 500px;
}
:not(.usa-icon).max-width-500 {
  max-width: 500px;
}
:not(.usa-icon).width501 {
  width: 501px;
}
:not(.usa-icon).width-501 {
  width: 501px;
  min-width: 501px;
}
:not(.usa-icon).min-width-501 {
  min-width: 501px;
}
:not(.usa-icon).height-501 {
  height: 501px;
}
:not(.usa-icon).max-width-501 {
  max-width: 501px;
}
:not(.usa-icon).width502 {
  width: 502px;
}
:not(.usa-icon).width-502 {
  width: 502px;
  min-width: 502px;
}
:not(.usa-icon).min-width-502 {
  min-width: 502px;
}
:not(.usa-icon).height-502 {
  height: 502px;
}
:not(.usa-icon).max-width-502 {
  max-width: 502px;
}
:not(.usa-icon).width503 {
  width: 503px;
}
:not(.usa-icon).width-503 {
  width: 503px;
  min-width: 503px;
}
:not(.usa-icon).min-width-503 {
  min-width: 503px;
}
:not(.usa-icon).height-503 {
  height: 503px;
}
:not(.usa-icon).max-width-503 {
  max-width: 503px;
}
:not(.usa-icon).width504 {
  width: 504px;
}
:not(.usa-icon).width-504 {
  width: 504px;
  min-width: 504px;
}
:not(.usa-icon).min-width-504 {
  min-width: 504px;
}
:not(.usa-icon).height-504 {
  height: 504px;
}
:not(.usa-icon).max-width-504 {
  max-width: 504px;
}
:not(.usa-icon).width505 {
  width: 505px;
}
:not(.usa-icon).width-505 {
  width: 505px;
  min-width: 505px;
}
:not(.usa-icon).min-width-505 {
  min-width: 505px;
}
:not(.usa-icon).height-505 {
  height: 505px;
}
:not(.usa-icon).max-width-505 {
  max-width: 505px;
}
:not(.usa-icon).width506 {
  width: 506px;
}
:not(.usa-icon).width-506 {
  width: 506px;
  min-width: 506px;
}
:not(.usa-icon).min-width-506 {
  min-width: 506px;
}
:not(.usa-icon).height-506 {
  height: 506px;
}
:not(.usa-icon).max-width-506 {
  max-width: 506px;
}
:not(.usa-icon).width507 {
  width: 507px;
}
:not(.usa-icon).width-507 {
  width: 507px;
  min-width: 507px;
}
:not(.usa-icon).min-width-507 {
  min-width: 507px;
}
:not(.usa-icon).height-507 {
  height: 507px;
}
:not(.usa-icon).max-width-507 {
  max-width: 507px;
}
:not(.usa-icon).width508 {
  width: 508px;
}
:not(.usa-icon).width-508 {
  width: 508px;
  min-width: 508px;
}
:not(.usa-icon).min-width-508 {
  min-width: 508px;
}
:not(.usa-icon).height-508 {
  height: 508px;
}
:not(.usa-icon).max-width-508 {
  max-width: 508px;
}
:not(.usa-icon).width509 {
  width: 509px;
}
:not(.usa-icon).width-509 {
  width: 509px;
  min-width: 509px;
}
:not(.usa-icon).min-width-509 {
  min-width: 509px;
}
:not(.usa-icon).height-509 {
  height: 509px;
}
:not(.usa-icon).max-width-509 {
  max-width: 509px;
}
:not(.usa-icon).width510 {
  width: 510px;
}
:not(.usa-icon).width-510 {
  width: 510px;
  min-width: 510px;
}
:not(.usa-icon).min-width-510 {
  min-width: 510px;
}
:not(.usa-icon).height-510 {
  height: 510px;
}
:not(.usa-icon).max-width-510 {
  max-width: 510px;
}
:not(.usa-icon).width511 {
  width: 511px;
}
:not(.usa-icon).width-511 {
  width: 511px;
  min-width: 511px;
}
:not(.usa-icon).min-width-511 {
  min-width: 511px;
}
:not(.usa-icon).height-511 {
  height: 511px;
}
:not(.usa-icon).max-width-511 {
  max-width: 511px;
}
:not(.usa-icon).width512 {
  width: 512px;
}
:not(.usa-icon).width-512 {
  width: 512px;
  min-width: 512px;
}
:not(.usa-icon).min-width-512 {
  min-width: 512px;
}
:not(.usa-icon).height-512 {
  height: 512px;
}
:not(.usa-icon).max-width-512 {
  max-width: 512px;
}
:not(.usa-icon).width513 {
  width: 513px;
}
:not(.usa-icon).width-513 {
  width: 513px;
  min-width: 513px;
}
:not(.usa-icon).min-width-513 {
  min-width: 513px;
}
:not(.usa-icon).height-513 {
  height: 513px;
}
:not(.usa-icon).max-width-513 {
  max-width: 513px;
}
:not(.usa-icon).width514 {
  width: 514px;
}
:not(.usa-icon).width-514 {
  width: 514px;
  min-width: 514px;
}
:not(.usa-icon).min-width-514 {
  min-width: 514px;
}
:not(.usa-icon).height-514 {
  height: 514px;
}
:not(.usa-icon).max-width-514 {
  max-width: 514px;
}
:not(.usa-icon).width515 {
  width: 515px;
}
:not(.usa-icon).width-515 {
  width: 515px;
  min-width: 515px;
}
:not(.usa-icon).min-width-515 {
  min-width: 515px;
}
:not(.usa-icon).height-515 {
  height: 515px;
}
:not(.usa-icon).max-width-515 {
  max-width: 515px;
}
:not(.usa-icon).width516 {
  width: 516px;
}
:not(.usa-icon).width-516 {
  width: 516px;
  min-width: 516px;
}
:not(.usa-icon).min-width-516 {
  min-width: 516px;
}
:not(.usa-icon).height-516 {
  height: 516px;
}
:not(.usa-icon).max-width-516 {
  max-width: 516px;
}
:not(.usa-icon).width517 {
  width: 517px;
}
:not(.usa-icon).width-517 {
  width: 517px;
  min-width: 517px;
}
:not(.usa-icon).min-width-517 {
  min-width: 517px;
}
:not(.usa-icon).height-517 {
  height: 517px;
}
:not(.usa-icon).max-width-517 {
  max-width: 517px;
}
:not(.usa-icon).width518 {
  width: 518px;
}
:not(.usa-icon).width-518 {
  width: 518px;
  min-width: 518px;
}
:not(.usa-icon).min-width-518 {
  min-width: 518px;
}
:not(.usa-icon).height-518 {
  height: 518px;
}
:not(.usa-icon).max-width-518 {
  max-width: 518px;
}
:not(.usa-icon).width519 {
  width: 519px;
}
:not(.usa-icon).width-519 {
  width: 519px;
  min-width: 519px;
}
:not(.usa-icon).min-width-519 {
  min-width: 519px;
}
:not(.usa-icon).height-519 {
  height: 519px;
}
:not(.usa-icon).max-width-519 {
  max-width: 519px;
}
:not(.usa-icon).width520 {
  width: 520px;
}
:not(.usa-icon).width-520 {
  width: 520px;
  min-width: 520px;
}
:not(.usa-icon).min-width-520 {
  min-width: 520px;
}
:not(.usa-icon).height-520 {
  height: 520px;
}
:not(.usa-icon).max-width-520 {
  max-width: 520px;
}
:not(.usa-icon).width521 {
  width: 521px;
}
:not(.usa-icon).width-521 {
  width: 521px;
  min-width: 521px;
}
:not(.usa-icon).min-width-521 {
  min-width: 521px;
}
:not(.usa-icon).height-521 {
  height: 521px;
}
:not(.usa-icon).max-width-521 {
  max-width: 521px;
}
:not(.usa-icon).width522 {
  width: 522px;
}
:not(.usa-icon).width-522 {
  width: 522px;
  min-width: 522px;
}
:not(.usa-icon).min-width-522 {
  min-width: 522px;
}
:not(.usa-icon).height-522 {
  height: 522px;
}
:not(.usa-icon).max-width-522 {
  max-width: 522px;
}
:not(.usa-icon).width523 {
  width: 523px;
}
:not(.usa-icon).width-523 {
  width: 523px;
  min-width: 523px;
}
:not(.usa-icon).min-width-523 {
  min-width: 523px;
}
:not(.usa-icon).height-523 {
  height: 523px;
}
:not(.usa-icon).max-width-523 {
  max-width: 523px;
}
:not(.usa-icon).width524 {
  width: 524px;
}
:not(.usa-icon).width-524 {
  width: 524px;
  min-width: 524px;
}
:not(.usa-icon).min-width-524 {
  min-width: 524px;
}
:not(.usa-icon).height-524 {
  height: 524px;
}
:not(.usa-icon).max-width-524 {
  max-width: 524px;
}
:not(.usa-icon).width525 {
  width: 525px;
}
:not(.usa-icon).width-525 {
  width: 525px;
  min-width: 525px;
}
:not(.usa-icon).min-width-525 {
  min-width: 525px;
}
:not(.usa-icon).height-525 {
  height: 525px;
}
:not(.usa-icon).max-width-525 {
  max-width: 525px;
}
:not(.usa-icon).width526 {
  width: 526px;
}
:not(.usa-icon).width-526 {
  width: 526px;
  min-width: 526px;
}
:not(.usa-icon).min-width-526 {
  min-width: 526px;
}
:not(.usa-icon).height-526 {
  height: 526px;
}
:not(.usa-icon).max-width-526 {
  max-width: 526px;
}
:not(.usa-icon).width527 {
  width: 527px;
}
:not(.usa-icon).width-527 {
  width: 527px;
  min-width: 527px;
}
:not(.usa-icon).min-width-527 {
  min-width: 527px;
}
:not(.usa-icon).height-527 {
  height: 527px;
}
:not(.usa-icon).max-width-527 {
  max-width: 527px;
}
:not(.usa-icon).width528 {
  width: 528px;
}
:not(.usa-icon).width-528 {
  width: 528px;
  min-width: 528px;
}
:not(.usa-icon).min-width-528 {
  min-width: 528px;
}
:not(.usa-icon).height-528 {
  height: 528px;
}
:not(.usa-icon).max-width-528 {
  max-width: 528px;
}
:not(.usa-icon).width529 {
  width: 529px;
}
:not(.usa-icon).width-529 {
  width: 529px;
  min-width: 529px;
}
:not(.usa-icon).min-width-529 {
  min-width: 529px;
}
:not(.usa-icon).height-529 {
  height: 529px;
}
:not(.usa-icon).max-width-529 {
  max-width: 529px;
}
:not(.usa-icon).width530 {
  width: 530px;
}
:not(.usa-icon).width-530 {
  width: 530px;
  min-width: 530px;
}
:not(.usa-icon).min-width-530 {
  min-width: 530px;
}
:not(.usa-icon).height-530 {
  height: 530px;
}
:not(.usa-icon).max-width-530 {
  max-width: 530px;
}
:not(.usa-icon).width531 {
  width: 531px;
}
:not(.usa-icon).width-531 {
  width: 531px;
  min-width: 531px;
}
:not(.usa-icon).min-width-531 {
  min-width: 531px;
}
:not(.usa-icon).height-531 {
  height: 531px;
}
:not(.usa-icon).max-width-531 {
  max-width: 531px;
}
:not(.usa-icon).width532 {
  width: 532px;
}
:not(.usa-icon).width-532 {
  width: 532px;
  min-width: 532px;
}
:not(.usa-icon).min-width-532 {
  min-width: 532px;
}
:not(.usa-icon).height-532 {
  height: 532px;
}
:not(.usa-icon).max-width-532 {
  max-width: 532px;
}
:not(.usa-icon).width533 {
  width: 533px;
}
:not(.usa-icon).width-533 {
  width: 533px;
  min-width: 533px;
}
:not(.usa-icon).min-width-533 {
  min-width: 533px;
}
:not(.usa-icon).height-533 {
  height: 533px;
}
:not(.usa-icon).max-width-533 {
  max-width: 533px;
}
:not(.usa-icon).width534 {
  width: 534px;
}
:not(.usa-icon).width-534 {
  width: 534px;
  min-width: 534px;
}
:not(.usa-icon).min-width-534 {
  min-width: 534px;
}
:not(.usa-icon).height-534 {
  height: 534px;
}
:not(.usa-icon).max-width-534 {
  max-width: 534px;
}
:not(.usa-icon).width535 {
  width: 535px;
}
:not(.usa-icon).width-535 {
  width: 535px;
  min-width: 535px;
}
:not(.usa-icon).min-width-535 {
  min-width: 535px;
}
:not(.usa-icon).height-535 {
  height: 535px;
}
:not(.usa-icon).max-width-535 {
  max-width: 535px;
}
:not(.usa-icon).width536 {
  width: 536px;
}
:not(.usa-icon).width-536 {
  width: 536px;
  min-width: 536px;
}
:not(.usa-icon).min-width-536 {
  min-width: 536px;
}
:not(.usa-icon).height-536 {
  height: 536px;
}
:not(.usa-icon).max-width-536 {
  max-width: 536px;
}
:not(.usa-icon).width537 {
  width: 537px;
}
:not(.usa-icon).width-537 {
  width: 537px;
  min-width: 537px;
}
:not(.usa-icon).min-width-537 {
  min-width: 537px;
}
:not(.usa-icon).height-537 {
  height: 537px;
}
:not(.usa-icon).max-width-537 {
  max-width: 537px;
}
:not(.usa-icon).width538 {
  width: 538px;
}
:not(.usa-icon).width-538 {
  width: 538px;
  min-width: 538px;
}
:not(.usa-icon).min-width-538 {
  min-width: 538px;
}
:not(.usa-icon).height-538 {
  height: 538px;
}
:not(.usa-icon).max-width-538 {
  max-width: 538px;
}
:not(.usa-icon).width539 {
  width: 539px;
}
:not(.usa-icon).width-539 {
  width: 539px;
  min-width: 539px;
}
:not(.usa-icon).min-width-539 {
  min-width: 539px;
}
:not(.usa-icon).height-539 {
  height: 539px;
}
:not(.usa-icon).max-width-539 {
  max-width: 539px;
}
:not(.usa-icon).width540 {
  width: 540px;
}
:not(.usa-icon).width-540 {
  width: 540px;
  min-width: 540px;
}
:not(.usa-icon).min-width-540 {
  min-width: 540px;
}
:not(.usa-icon).height-540 {
  height: 540px;
}
:not(.usa-icon).max-width-540 {
  max-width: 540px;
}
:not(.usa-icon).width541 {
  width: 541px;
}
:not(.usa-icon).width-541 {
  width: 541px;
  min-width: 541px;
}
:not(.usa-icon).min-width-541 {
  min-width: 541px;
}
:not(.usa-icon).height-541 {
  height: 541px;
}
:not(.usa-icon).max-width-541 {
  max-width: 541px;
}
:not(.usa-icon).width542 {
  width: 542px;
}
:not(.usa-icon).width-542 {
  width: 542px;
  min-width: 542px;
}
:not(.usa-icon).min-width-542 {
  min-width: 542px;
}
:not(.usa-icon).height-542 {
  height: 542px;
}
:not(.usa-icon).max-width-542 {
  max-width: 542px;
}
:not(.usa-icon).width543 {
  width: 543px;
}
:not(.usa-icon).width-543 {
  width: 543px;
  min-width: 543px;
}
:not(.usa-icon).min-width-543 {
  min-width: 543px;
}
:not(.usa-icon).height-543 {
  height: 543px;
}
:not(.usa-icon).max-width-543 {
  max-width: 543px;
}
:not(.usa-icon).width544 {
  width: 544px;
}
:not(.usa-icon).width-544 {
  width: 544px;
  min-width: 544px;
}
:not(.usa-icon).min-width-544 {
  min-width: 544px;
}
:not(.usa-icon).height-544 {
  height: 544px;
}
:not(.usa-icon).max-width-544 {
  max-width: 544px;
}
:not(.usa-icon).width545 {
  width: 545px;
}
:not(.usa-icon).width-545 {
  width: 545px;
  min-width: 545px;
}
:not(.usa-icon).min-width-545 {
  min-width: 545px;
}
:not(.usa-icon).height-545 {
  height: 545px;
}
:not(.usa-icon).max-width-545 {
  max-width: 545px;
}
:not(.usa-icon).width546 {
  width: 546px;
}
:not(.usa-icon).width-546 {
  width: 546px;
  min-width: 546px;
}
:not(.usa-icon).min-width-546 {
  min-width: 546px;
}
:not(.usa-icon).height-546 {
  height: 546px;
}
:not(.usa-icon).max-width-546 {
  max-width: 546px;
}
:not(.usa-icon).width547 {
  width: 547px;
}
:not(.usa-icon).width-547 {
  width: 547px;
  min-width: 547px;
}
:not(.usa-icon).min-width-547 {
  min-width: 547px;
}
:not(.usa-icon).height-547 {
  height: 547px;
}
:not(.usa-icon).max-width-547 {
  max-width: 547px;
}
:not(.usa-icon).width548 {
  width: 548px;
}
:not(.usa-icon).width-548 {
  width: 548px;
  min-width: 548px;
}
:not(.usa-icon).min-width-548 {
  min-width: 548px;
}
:not(.usa-icon).height-548 {
  height: 548px;
}
:not(.usa-icon).max-width-548 {
  max-width: 548px;
}
:not(.usa-icon).width549 {
  width: 549px;
}
:not(.usa-icon).width-549 {
  width: 549px;
  min-width: 549px;
}
:not(.usa-icon).min-width-549 {
  min-width: 549px;
}
:not(.usa-icon).height-549 {
  height: 549px;
}
:not(.usa-icon).max-width-549 {
  max-width: 549px;
}
:not(.usa-icon).width550 {
  width: 550px;
}
:not(.usa-icon).width-550 {
  width: 550px;
  min-width: 550px;
}
:not(.usa-icon).min-width-550 {
  min-width: 550px;
}
:not(.usa-icon).height-550 {
  height: 550px;
}
:not(.usa-icon).max-width-550 {
  max-width: 550px;
}
:not(.usa-icon).width551 {
  width: 551px;
}
:not(.usa-icon).width-551 {
  width: 551px;
  min-width: 551px;
}
:not(.usa-icon).min-width-551 {
  min-width: 551px;
}
:not(.usa-icon).height-551 {
  height: 551px;
}
:not(.usa-icon).max-width-551 {
  max-width: 551px;
}
:not(.usa-icon).width552 {
  width: 552px;
}
:not(.usa-icon).width-552 {
  width: 552px;
  min-width: 552px;
}
:not(.usa-icon).min-width-552 {
  min-width: 552px;
}
:not(.usa-icon).height-552 {
  height: 552px;
}
:not(.usa-icon).max-width-552 {
  max-width: 552px;
}
:not(.usa-icon).width553 {
  width: 553px;
}
:not(.usa-icon).width-553 {
  width: 553px;
  min-width: 553px;
}
:not(.usa-icon).min-width-553 {
  min-width: 553px;
}
:not(.usa-icon).height-553 {
  height: 553px;
}
:not(.usa-icon).max-width-553 {
  max-width: 553px;
}
:not(.usa-icon).width554 {
  width: 554px;
}
:not(.usa-icon).width-554 {
  width: 554px;
  min-width: 554px;
}
:not(.usa-icon).min-width-554 {
  min-width: 554px;
}
:not(.usa-icon).height-554 {
  height: 554px;
}
:not(.usa-icon).max-width-554 {
  max-width: 554px;
}
:not(.usa-icon).width555 {
  width: 555px;
}
:not(.usa-icon).width-555 {
  width: 555px;
  min-width: 555px;
}
:not(.usa-icon).min-width-555 {
  min-width: 555px;
}
:not(.usa-icon).height-555 {
  height: 555px;
}
:not(.usa-icon).max-width-555 {
  max-width: 555px;
}
:not(.usa-icon).width556 {
  width: 556px;
}
:not(.usa-icon).width-556 {
  width: 556px;
  min-width: 556px;
}
:not(.usa-icon).min-width-556 {
  min-width: 556px;
}
:not(.usa-icon).height-556 {
  height: 556px;
}
:not(.usa-icon).max-width-556 {
  max-width: 556px;
}
:not(.usa-icon).width557 {
  width: 557px;
}
:not(.usa-icon).width-557 {
  width: 557px;
  min-width: 557px;
}
:not(.usa-icon).min-width-557 {
  min-width: 557px;
}
:not(.usa-icon).height-557 {
  height: 557px;
}
:not(.usa-icon).max-width-557 {
  max-width: 557px;
}
:not(.usa-icon).width558 {
  width: 558px;
}
:not(.usa-icon).width-558 {
  width: 558px;
  min-width: 558px;
}
:not(.usa-icon).min-width-558 {
  min-width: 558px;
}
:not(.usa-icon).height-558 {
  height: 558px;
}
:not(.usa-icon).max-width-558 {
  max-width: 558px;
}
:not(.usa-icon).width559 {
  width: 559px;
}
:not(.usa-icon).width-559 {
  width: 559px;
  min-width: 559px;
}
:not(.usa-icon).min-width-559 {
  min-width: 559px;
}
:not(.usa-icon).height-559 {
  height: 559px;
}
:not(.usa-icon).max-width-559 {
  max-width: 559px;
}
:not(.usa-icon).width560 {
  width: 560px;
}
:not(.usa-icon).width-560 {
  width: 560px;
  min-width: 560px;
}
:not(.usa-icon).min-width-560 {
  min-width: 560px;
}
:not(.usa-icon).height-560 {
  height: 560px;
}
:not(.usa-icon).max-width-560 {
  max-width: 560px;
}
:not(.usa-icon).width561 {
  width: 561px;
}
:not(.usa-icon).width-561 {
  width: 561px;
  min-width: 561px;
}
:not(.usa-icon).min-width-561 {
  min-width: 561px;
}
:not(.usa-icon).height-561 {
  height: 561px;
}
:not(.usa-icon).max-width-561 {
  max-width: 561px;
}
:not(.usa-icon).width562 {
  width: 562px;
}
:not(.usa-icon).width-562 {
  width: 562px;
  min-width: 562px;
}
:not(.usa-icon).min-width-562 {
  min-width: 562px;
}
:not(.usa-icon).height-562 {
  height: 562px;
}
:not(.usa-icon).max-width-562 {
  max-width: 562px;
}
:not(.usa-icon).width563 {
  width: 563px;
}
:not(.usa-icon).width-563 {
  width: 563px;
  min-width: 563px;
}
:not(.usa-icon).min-width-563 {
  min-width: 563px;
}
:not(.usa-icon).height-563 {
  height: 563px;
}
:not(.usa-icon).max-width-563 {
  max-width: 563px;
}
:not(.usa-icon).width564 {
  width: 564px;
}
:not(.usa-icon).width-564 {
  width: 564px;
  min-width: 564px;
}
:not(.usa-icon).min-width-564 {
  min-width: 564px;
}
:not(.usa-icon).height-564 {
  height: 564px;
}
:not(.usa-icon).max-width-564 {
  max-width: 564px;
}
:not(.usa-icon).width565 {
  width: 565px;
}
:not(.usa-icon).width-565 {
  width: 565px;
  min-width: 565px;
}
:not(.usa-icon).min-width-565 {
  min-width: 565px;
}
:not(.usa-icon).height-565 {
  height: 565px;
}
:not(.usa-icon).max-width-565 {
  max-width: 565px;
}
:not(.usa-icon).width566 {
  width: 566px;
}
:not(.usa-icon).width-566 {
  width: 566px;
  min-width: 566px;
}
:not(.usa-icon).min-width-566 {
  min-width: 566px;
}
:not(.usa-icon).height-566 {
  height: 566px;
}
:not(.usa-icon).max-width-566 {
  max-width: 566px;
}
:not(.usa-icon).width567 {
  width: 567px;
}
:not(.usa-icon).width-567 {
  width: 567px;
  min-width: 567px;
}
:not(.usa-icon).min-width-567 {
  min-width: 567px;
}
:not(.usa-icon).height-567 {
  height: 567px;
}
:not(.usa-icon).max-width-567 {
  max-width: 567px;
}
:not(.usa-icon).width568 {
  width: 568px;
}
:not(.usa-icon).width-568 {
  width: 568px;
  min-width: 568px;
}
:not(.usa-icon).min-width-568 {
  min-width: 568px;
}
:not(.usa-icon).height-568 {
  height: 568px;
}
:not(.usa-icon).max-width-568 {
  max-width: 568px;
}
:not(.usa-icon).width569 {
  width: 569px;
}
:not(.usa-icon).width-569 {
  width: 569px;
  min-width: 569px;
}
:not(.usa-icon).min-width-569 {
  min-width: 569px;
}
:not(.usa-icon).height-569 {
  height: 569px;
}
:not(.usa-icon).max-width-569 {
  max-width: 569px;
}
:not(.usa-icon).width570 {
  width: 570px;
}
:not(.usa-icon).width-570 {
  width: 570px;
  min-width: 570px;
}
:not(.usa-icon).min-width-570 {
  min-width: 570px;
}
:not(.usa-icon).height-570 {
  height: 570px;
}
:not(.usa-icon).max-width-570 {
  max-width: 570px;
}
:not(.usa-icon).width571 {
  width: 571px;
}
:not(.usa-icon).width-571 {
  width: 571px;
  min-width: 571px;
}
:not(.usa-icon).min-width-571 {
  min-width: 571px;
}
:not(.usa-icon).height-571 {
  height: 571px;
}
:not(.usa-icon).max-width-571 {
  max-width: 571px;
}
:not(.usa-icon).width572 {
  width: 572px;
}
:not(.usa-icon).width-572 {
  width: 572px;
  min-width: 572px;
}
:not(.usa-icon).min-width-572 {
  min-width: 572px;
}
:not(.usa-icon).height-572 {
  height: 572px;
}
:not(.usa-icon).max-width-572 {
  max-width: 572px;
}
:not(.usa-icon).width573 {
  width: 573px;
}
:not(.usa-icon).width-573 {
  width: 573px;
  min-width: 573px;
}
:not(.usa-icon).min-width-573 {
  min-width: 573px;
}
:not(.usa-icon).height-573 {
  height: 573px;
}
:not(.usa-icon).max-width-573 {
  max-width: 573px;
}
:not(.usa-icon).width574 {
  width: 574px;
}
:not(.usa-icon).width-574 {
  width: 574px;
  min-width: 574px;
}
:not(.usa-icon).min-width-574 {
  min-width: 574px;
}
:not(.usa-icon).height-574 {
  height: 574px;
}
:not(.usa-icon).max-width-574 {
  max-width: 574px;
}
:not(.usa-icon).width575 {
  width: 575px;
}
:not(.usa-icon).width-575 {
  width: 575px;
  min-width: 575px;
}
:not(.usa-icon).min-width-575 {
  min-width: 575px;
}
:not(.usa-icon).height-575 {
  height: 575px;
}
:not(.usa-icon).max-width-575 {
  max-width: 575px;
}
:not(.usa-icon).width576 {
  width: 576px;
}
:not(.usa-icon).width-576 {
  width: 576px;
  min-width: 576px;
}
:not(.usa-icon).min-width-576 {
  min-width: 576px;
}
:not(.usa-icon).height-576 {
  height: 576px;
}
:not(.usa-icon).max-width-576 {
  max-width: 576px;
}
:not(.usa-icon).width577 {
  width: 577px;
}
:not(.usa-icon).width-577 {
  width: 577px;
  min-width: 577px;
}
:not(.usa-icon).min-width-577 {
  min-width: 577px;
}
:not(.usa-icon).height-577 {
  height: 577px;
}
:not(.usa-icon).max-width-577 {
  max-width: 577px;
}
:not(.usa-icon).width578 {
  width: 578px;
}
:not(.usa-icon).width-578 {
  width: 578px;
  min-width: 578px;
}
:not(.usa-icon).min-width-578 {
  min-width: 578px;
}
:not(.usa-icon).height-578 {
  height: 578px;
}
:not(.usa-icon).max-width-578 {
  max-width: 578px;
}
:not(.usa-icon).width579 {
  width: 579px;
}
:not(.usa-icon).width-579 {
  width: 579px;
  min-width: 579px;
}
:not(.usa-icon).min-width-579 {
  min-width: 579px;
}
:not(.usa-icon).height-579 {
  height: 579px;
}
:not(.usa-icon).max-width-579 {
  max-width: 579px;
}
:not(.usa-icon).width580 {
  width: 580px;
}
:not(.usa-icon).width-580 {
  width: 580px;
  min-width: 580px;
}
:not(.usa-icon).min-width-580 {
  min-width: 580px;
}
:not(.usa-icon).height-580 {
  height: 580px;
}
:not(.usa-icon).max-width-580 {
  max-width: 580px;
}
:not(.usa-icon).width581 {
  width: 581px;
}
:not(.usa-icon).width-581 {
  width: 581px;
  min-width: 581px;
}
:not(.usa-icon).min-width-581 {
  min-width: 581px;
}
:not(.usa-icon).height-581 {
  height: 581px;
}
:not(.usa-icon).max-width-581 {
  max-width: 581px;
}
:not(.usa-icon).width582 {
  width: 582px;
}
:not(.usa-icon).width-582 {
  width: 582px;
  min-width: 582px;
}
:not(.usa-icon).min-width-582 {
  min-width: 582px;
}
:not(.usa-icon).height-582 {
  height: 582px;
}
:not(.usa-icon).max-width-582 {
  max-width: 582px;
}
:not(.usa-icon).width583 {
  width: 583px;
}
:not(.usa-icon).width-583 {
  width: 583px;
  min-width: 583px;
}
:not(.usa-icon).min-width-583 {
  min-width: 583px;
}
:not(.usa-icon).height-583 {
  height: 583px;
}
:not(.usa-icon).max-width-583 {
  max-width: 583px;
}
:not(.usa-icon).width584 {
  width: 584px;
}
:not(.usa-icon).width-584 {
  width: 584px;
  min-width: 584px;
}
:not(.usa-icon).min-width-584 {
  min-width: 584px;
}
:not(.usa-icon).height-584 {
  height: 584px;
}
:not(.usa-icon).max-width-584 {
  max-width: 584px;
}
:not(.usa-icon).width585 {
  width: 585px;
}
:not(.usa-icon).width-585 {
  width: 585px;
  min-width: 585px;
}
:not(.usa-icon).min-width-585 {
  min-width: 585px;
}
:not(.usa-icon).height-585 {
  height: 585px;
}
:not(.usa-icon).max-width-585 {
  max-width: 585px;
}
:not(.usa-icon).width586 {
  width: 586px;
}
:not(.usa-icon).width-586 {
  width: 586px;
  min-width: 586px;
}
:not(.usa-icon).min-width-586 {
  min-width: 586px;
}
:not(.usa-icon).height-586 {
  height: 586px;
}
:not(.usa-icon).max-width-586 {
  max-width: 586px;
}
:not(.usa-icon).width587 {
  width: 587px;
}
:not(.usa-icon).width-587 {
  width: 587px;
  min-width: 587px;
}
:not(.usa-icon).min-width-587 {
  min-width: 587px;
}
:not(.usa-icon).height-587 {
  height: 587px;
}
:not(.usa-icon).max-width-587 {
  max-width: 587px;
}
:not(.usa-icon).width588 {
  width: 588px;
}
:not(.usa-icon).width-588 {
  width: 588px;
  min-width: 588px;
}
:not(.usa-icon).min-width-588 {
  min-width: 588px;
}
:not(.usa-icon).height-588 {
  height: 588px;
}
:not(.usa-icon).max-width-588 {
  max-width: 588px;
}
:not(.usa-icon).width589 {
  width: 589px;
}
:not(.usa-icon).width-589 {
  width: 589px;
  min-width: 589px;
}
:not(.usa-icon).min-width-589 {
  min-width: 589px;
}
:not(.usa-icon).height-589 {
  height: 589px;
}
:not(.usa-icon).max-width-589 {
  max-width: 589px;
}
:not(.usa-icon).width590 {
  width: 590px;
}
:not(.usa-icon).width-590 {
  width: 590px;
  min-width: 590px;
}
:not(.usa-icon).min-width-590 {
  min-width: 590px;
}
:not(.usa-icon).height-590 {
  height: 590px;
}
:not(.usa-icon).max-width-590 {
  max-width: 590px;
}
:not(.usa-icon).width591 {
  width: 591px;
}
:not(.usa-icon).width-591 {
  width: 591px;
  min-width: 591px;
}
:not(.usa-icon).min-width-591 {
  min-width: 591px;
}
:not(.usa-icon).height-591 {
  height: 591px;
}
:not(.usa-icon).max-width-591 {
  max-width: 591px;
}
:not(.usa-icon).width592 {
  width: 592px;
}
:not(.usa-icon).width-592 {
  width: 592px;
  min-width: 592px;
}
:not(.usa-icon).min-width-592 {
  min-width: 592px;
}
:not(.usa-icon).height-592 {
  height: 592px;
}
:not(.usa-icon).max-width-592 {
  max-width: 592px;
}
:not(.usa-icon).width593 {
  width: 593px;
}
:not(.usa-icon).width-593 {
  width: 593px;
  min-width: 593px;
}
:not(.usa-icon).min-width-593 {
  min-width: 593px;
}
:not(.usa-icon).height-593 {
  height: 593px;
}
:not(.usa-icon).max-width-593 {
  max-width: 593px;
}
:not(.usa-icon).width594 {
  width: 594px;
}
:not(.usa-icon).width-594 {
  width: 594px;
  min-width: 594px;
}
:not(.usa-icon).min-width-594 {
  min-width: 594px;
}
:not(.usa-icon).height-594 {
  height: 594px;
}
:not(.usa-icon).max-width-594 {
  max-width: 594px;
}
:not(.usa-icon).width595 {
  width: 595px;
}
:not(.usa-icon).width-595 {
  width: 595px;
  min-width: 595px;
}
:not(.usa-icon).min-width-595 {
  min-width: 595px;
}
:not(.usa-icon).height-595 {
  height: 595px;
}
:not(.usa-icon).max-width-595 {
  max-width: 595px;
}
:not(.usa-icon).width596 {
  width: 596px;
}
:not(.usa-icon).width-596 {
  width: 596px;
  min-width: 596px;
}
:not(.usa-icon).min-width-596 {
  min-width: 596px;
}
:not(.usa-icon).height-596 {
  height: 596px;
}
:not(.usa-icon).max-width-596 {
  max-width: 596px;
}
:not(.usa-icon).width597 {
  width: 597px;
}
:not(.usa-icon).width-597 {
  width: 597px;
  min-width: 597px;
}
:not(.usa-icon).min-width-597 {
  min-width: 597px;
}
:not(.usa-icon).height-597 {
  height: 597px;
}
:not(.usa-icon).max-width-597 {
  max-width: 597px;
}
:not(.usa-icon).width598 {
  width: 598px;
}
:not(.usa-icon).width-598 {
  width: 598px;
  min-width: 598px;
}
:not(.usa-icon).min-width-598 {
  min-width: 598px;
}
:not(.usa-icon).height-598 {
  height: 598px;
}
:not(.usa-icon).max-width-598 {
  max-width: 598px;
}
:not(.usa-icon).width599 {
  width: 599px;
}
:not(.usa-icon).width-599 {
  width: 599px;
  min-width: 599px;
}
:not(.usa-icon).min-width-599 {
  min-width: 599px;
}
:not(.usa-icon).height-599 {
  height: 599px;
}
:not(.usa-icon).max-width-599 {
  max-width: 599px;
}
:not(.usa-icon).width600 {
  width: 600px;
}
:not(.usa-icon).width-600 {
  width: 600px;
  min-width: 600px;
}
:not(.usa-icon).min-width-600 {
  min-width: 600px;
}
:not(.usa-icon).height-600 {
  height: 600px;
}
:not(.usa-icon).max-width-600 {
  max-width: 600px;
}
:not(.usa-icon).width601 {
  width: 601px;
}
:not(.usa-icon).width-601 {
  width: 601px;
  min-width: 601px;
}
:not(.usa-icon).min-width-601 {
  min-width: 601px;
}
:not(.usa-icon).height-601 {
  height: 601px;
}
:not(.usa-icon).max-width-601 {
  max-width: 601px;
}
:not(.usa-icon).width602 {
  width: 602px;
}
:not(.usa-icon).width-602 {
  width: 602px;
  min-width: 602px;
}
:not(.usa-icon).min-width-602 {
  min-width: 602px;
}
:not(.usa-icon).height-602 {
  height: 602px;
}
:not(.usa-icon).max-width-602 {
  max-width: 602px;
}
:not(.usa-icon).width603 {
  width: 603px;
}
:not(.usa-icon).width-603 {
  width: 603px;
  min-width: 603px;
}
:not(.usa-icon).min-width-603 {
  min-width: 603px;
}
:not(.usa-icon).height-603 {
  height: 603px;
}
:not(.usa-icon).max-width-603 {
  max-width: 603px;
}
:not(.usa-icon).width604 {
  width: 604px;
}
:not(.usa-icon).width-604 {
  width: 604px;
  min-width: 604px;
}
:not(.usa-icon).min-width-604 {
  min-width: 604px;
}
:not(.usa-icon).height-604 {
  height: 604px;
}
:not(.usa-icon).max-width-604 {
  max-width: 604px;
}
:not(.usa-icon).width605 {
  width: 605px;
}
:not(.usa-icon).width-605 {
  width: 605px;
  min-width: 605px;
}
:not(.usa-icon).min-width-605 {
  min-width: 605px;
}
:not(.usa-icon).height-605 {
  height: 605px;
}
:not(.usa-icon).max-width-605 {
  max-width: 605px;
}
:not(.usa-icon).width606 {
  width: 606px;
}
:not(.usa-icon).width-606 {
  width: 606px;
  min-width: 606px;
}
:not(.usa-icon).min-width-606 {
  min-width: 606px;
}
:not(.usa-icon).height-606 {
  height: 606px;
}
:not(.usa-icon).max-width-606 {
  max-width: 606px;
}
:not(.usa-icon).width607 {
  width: 607px;
}
:not(.usa-icon).width-607 {
  width: 607px;
  min-width: 607px;
}
:not(.usa-icon).min-width-607 {
  min-width: 607px;
}
:not(.usa-icon).height-607 {
  height: 607px;
}
:not(.usa-icon).max-width-607 {
  max-width: 607px;
}
:not(.usa-icon).width608 {
  width: 608px;
}
:not(.usa-icon).width-608 {
  width: 608px;
  min-width: 608px;
}
:not(.usa-icon).min-width-608 {
  min-width: 608px;
}
:not(.usa-icon).height-608 {
  height: 608px;
}
:not(.usa-icon).max-width-608 {
  max-width: 608px;
}
:not(.usa-icon).width609 {
  width: 609px;
}
:not(.usa-icon).width-609 {
  width: 609px;
  min-width: 609px;
}
:not(.usa-icon).min-width-609 {
  min-width: 609px;
}
:not(.usa-icon).height-609 {
  height: 609px;
}
:not(.usa-icon).max-width-609 {
  max-width: 609px;
}
:not(.usa-icon).width610 {
  width: 610px;
}
:not(.usa-icon).width-610 {
  width: 610px;
  min-width: 610px;
}
:not(.usa-icon).min-width-610 {
  min-width: 610px;
}
:not(.usa-icon).height-610 {
  height: 610px;
}
:not(.usa-icon).max-width-610 {
  max-width: 610px;
}
:not(.usa-icon).width611 {
  width: 611px;
}
:not(.usa-icon).width-611 {
  width: 611px;
  min-width: 611px;
}
:not(.usa-icon).min-width-611 {
  min-width: 611px;
}
:not(.usa-icon).height-611 {
  height: 611px;
}
:not(.usa-icon).max-width-611 {
  max-width: 611px;
}
:not(.usa-icon).width612 {
  width: 612px;
}
:not(.usa-icon).width-612 {
  width: 612px;
  min-width: 612px;
}
:not(.usa-icon).min-width-612 {
  min-width: 612px;
}
:not(.usa-icon).height-612 {
  height: 612px;
}
:not(.usa-icon).max-width-612 {
  max-width: 612px;
}
:not(.usa-icon).width613 {
  width: 613px;
}
:not(.usa-icon).width-613 {
  width: 613px;
  min-width: 613px;
}
:not(.usa-icon).min-width-613 {
  min-width: 613px;
}
:not(.usa-icon).height-613 {
  height: 613px;
}
:not(.usa-icon).max-width-613 {
  max-width: 613px;
}
:not(.usa-icon).width614 {
  width: 614px;
}
:not(.usa-icon).width-614 {
  width: 614px;
  min-width: 614px;
}
:not(.usa-icon).min-width-614 {
  min-width: 614px;
}
:not(.usa-icon).height-614 {
  height: 614px;
}
:not(.usa-icon).max-width-614 {
  max-width: 614px;
}
:not(.usa-icon).width615 {
  width: 615px;
}
:not(.usa-icon).width-615 {
  width: 615px;
  min-width: 615px;
}
:not(.usa-icon).min-width-615 {
  min-width: 615px;
}
:not(.usa-icon).height-615 {
  height: 615px;
}
:not(.usa-icon).max-width-615 {
  max-width: 615px;
}
:not(.usa-icon).width616 {
  width: 616px;
}
:not(.usa-icon).width-616 {
  width: 616px;
  min-width: 616px;
}
:not(.usa-icon).min-width-616 {
  min-width: 616px;
}
:not(.usa-icon).height-616 {
  height: 616px;
}
:not(.usa-icon).max-width-616 {
  max-width: 616px;
}
:not(.usa-icon).width617 {
  width: 617px;
}
:not(.usa-icon).width-617 {
  width: 617px;
  min-width: 617px;
}
:not(.usa-icon).min-width-617 {
  min-width: 617px;
}
:not(.usa-icon).height-617 {
  height: 617px;
}
:not(.usa-icon).max-width-617 {
  max-width: 617px;
}
:not(.usa-icon).width618 {
  width: 618px;
}
:not(.usa-icon).width-618 {
  width: 618px;
  min-width: 618px;
}
:not(.usa-icon).min-width-618 {
  min-width: 618px;
}
:not(.usa-icon).height-618 {
  height: 618px;
}
:not(.usa-icon).max-width-618 {
  max-width: 618px;
}
:not(.usa-icon).width619 {
  width: 619px;
}
:not(.usa-icon).width-619 {
  width: 619px;
  min-width: 619px;
}
:not(.usa-icon).min-width-619 {
  min-width: 619px;
}
:not(.usa-icon).height-619 {
  height: 619px;
}
:not(.usa-icon).max-width-619 {
  max-width: 619px;
}
:not(.usa-icon).width620 {
  width: 620px;
}
:not(.usa-icon).width-620 {
  width: 620px;
  min-width: 620px;
}
:not(.usa-icon).min-width-620 {
  min-width: 620px;
}
:not(.usa-icon).height-620 {
  height: 620px;
}
:not(.usa-icon).max-width-620 {
  max-width: 620px;
}
:not(.usa-icon).width621 {
  width: 621px;
}
:not(.usa-icon).width-621 {
  width: 621px;
  min-width: 621px;
}
:not(.usa-icon).min-width-621 {
  min-width: 621px;
}
:not(.usa-icon).height-621 {
  height: 621px;
}
:not(.usa-icon).max-width-621 {
  max-width: 621px;
}
:not(.usa-icon).width622 {
  width: 622px;
}
:not(.usa-icon).width-622 {
  width: 622px;
  min-width: 622px;
}
:not(.usa-icon).min-width-622 {
  min-width: 622px;
}
:not(.usa-icon).height-622 {
  height: 622px;
}
:not(.usa-icon).max-width-622 {
  max-width: 622px;
}
:not(.usa-icon).width623 {
  width: 623px;
}
:not(.usa-icon).width-623 {
  width: 623px;
  min-width: 623px;
}
:not(.usa-icon).min-width-623 {
  min-width: 623px;
}
:not(.usa-icon).height-623 {
  height: 623px;
}
:not(.usa-icon).max-width-623 {
  max-width: 623px;
}
:not(.usa-icon).width624 {
  width: 624px;
}
:not(.usa-icon).width-624 {
  width: 624px;
  min-width: 624px;
}
:not(.usa-icon).min-width-624 {
  min-width: 624px;
}
:not(.usa-icon).height-624 {
  height: 624px;
}
:not(.usa-icon).max-width-624 {
  max-width: 624px;
}
:not(.usa-icon).width625 {
  width: 625px;
}
:not(.usa-icon).width-625 {
  width: 625px;
  min-width: 625px;
}
:not(.usa-icon).min-width-625 {
  min-width: 625px;
}
:not(.usa-icon).height-625 {
  height: 625px;
}
:not(.usa-icon).max-width-625 {
  max-width: 625px;
}
:not(.usa-icon).width626 {
  width: 626px;
}
:not(.usa-icon).width-626 {
  width: 626px;
  min-width: 626px;
}
:not(.usa-icon).min-width-626 {
  min-width: 626px;
}
:not(.usa-icon).height-626 {
  height: 626px;
}
:not(.usa-icon).max-width-626 {
  max-width: 626px;
}
:not(.usa-icon).width627 {
  width: 627px;
}
:not(.usa-icon).width-627 {
  width: 627px;
  min-width: 627px;
}
:not(.usa-icon).min-width-627 {
  min-width: 627px;
}
:not(.usa-icon).height-627 {
  height: 627px;
}
:not(.usa-icon).max-width-627 {
  max-width: 627px;
}
:not(.usa-icon).width628 {
  width: 628px;
}
:not(.usa-icon).width-628 {
  width: 628px;
  min-width: 628px;
}
:not(.usa-icon).min-width-628 {
  min-width: 628px;
}
:not(.usa-icon).height-628 {
  height: 628px;
}
:not(.usa-icon).max-width-628 {
  max-width: 628px;
}
:not(.usa-icon).width629 {
  width: 629px;
}
:not(.usa-icon).width-629 {
  width: 629px;
  min-width: 629px;
}
:not(.usa-icon).min-width-629 {
  min-width: 629px;
}
:not(.usa-icon).height-629 {
  height: 629px;
}
:not(.usa-icon).max-width-629 {
  max-width: 629px;
}
:not(.usa-icon).width630 {
  width: 630px;
}
:not(.usa-icon).width-630 {
  width: 630px;
  min-width: 630px;
}
:not(.usa-icon).min-width-630 {
  min-width: 630px;
}
:not(.usa-icon).height-630 {
  height: 630px;
}
:not(.usa-icon).max-width-630 {
  max-width: 630px;
}
:not(.usa-icon).width631 {
  width: 631px;
}
:not(.usa-icon).width-631 {
  width: 631px;
  min-width: 631px;
}
:not(.usa-icon).min-width-631 {
  min-width: 631px;
}
:not(.usa-icon).height-631 {
  height: 631px;
}
:not(.usa-icon).max-width-631 {
  max-width: 631px;
}
:not(.usa-icon).width632 {
  width: 632px;
}
:not(.usa-icon).width-632 {
  width: 632px;
  min-width: 632px;
}
:not(.usa-icon).min-width-632 {
  min-width: 632px;
}
:not(.usa-icon).height-632 {
  height: 632px;
}
:not(.usa-icon).max-width-632 {
  max-width: 632px;
}
:not(.usa-icon).width633 {
  width: 633px;
}
:not(.usa-icon).width-633 {
  width: 633px;
  min-width: 633px;
}
:not(.usa-icon).min-width-633 {
  min-width: 633px;
}
:not(.usa-icon).height-633 {
  height: 633px;
}
:not(.usa-icon).max-width-633 {
  max-width: 633px;
}
:not(.usa-icon).width634 {
  width: 634px;
}
:not(.usa-icon).width-634 {
  width: 634px;
  min-width: 634px;
}
:not(.usa-icon).min-width-634 {
  min-width: 634px;
}
:not(.usa-icon).height-634 {
  height: 634px;
}
:not(.usa-icon).max-width-634 {
  max-width: 634px;
}
:not(.usa-icon).width635 {
  width: 635px;
}
:not(.usa-icon).width-635 {
  width: 635px;
  min-width: 635px;
}
:not(.usa-icon).min-width-635 {
  min-width: 635px;
}
:not(.usa-icon).height-635 {
  height: 635px;
}
:not(.usa-icon).max-width-635 {
  max-width: 635px;
}
:not(.usa-icon).width636 {
  width: 636px;
}
:not(.usa-icon).width-636 {
  width: 636px;
  min-width: 636px;
}
:not(.usa-icon).min-width-636 {
  min-width: 636px;
}
:not(.usa-icon).height-636 {
  height: 636px;
}
:not(.usa-icon).max-width-636 {
  max-width: 636px;
}
:not(.usa-icon).width637 {
  width: 637px;
}
:not(.usa-icon).width-637 {
  width: 637px;
  min-width: 637px;
}
:not(.usa-icon).min-width-637 {
  min-width: 637px;
}
:not(.usa-icon).height-637 {
  height: 637px;
}
:not(.usa-icon).max-width-637 {
  max-width: 637px;
}
:not(.usa-icon).width638 {
  width: 638px;
}
:not(.usa-icon).width-638 {
  width: 638px;
  min-width: 638px;
}
:not(.usa-icon).min-width-638 {
  min-width: 638px;
}
:not(.usa-icon).height-638 {
  height: 638px;
}
:not(.usa-icon).max-width-638 {
  max-width: 638px;
}
:not(.usa-icon).width639 {
  width: 639px;
}
:not(.usa-icon).width-639 {
  width: 639px;
  min-width: 639px;
}
:not(.usa-icon).min-width-639 {
  min-width: 639px;
}
:not(.usa-icon).height-639 {
  height: 639px;
}
:not(.usa-icon).max-width-639 {
  max-width: 639px;
}
:not(.usa-icon).width640 {
  width: 640px;
}
:not(.usa-icon).width-640 {
  width: 640px;
  min-width: 640px;
}
:not(.usa-icon).min-width-640 {
  min-width: 640px;
}
:not(.usa-icon).height-640 {
  height: 640px;
}
:not(.usa-icon).max-width-640 {
  max-width: 640px;
}
:not(.usa-icon).width641 {
  width: 641px;
}
:not(.usa-icon).width-641 {
  width: 641px;
  min-width: 641px;
}
:not(.usa-icon).min-width-641 {
  min-width: 641px;
}
:not(.usa-icon).height-641 {
  height: 641px;
}
:not(.usa-icon).max-width-641 {
  max-width: 641px;
}
:not(.usa-icon).width642 {
  width: 642px;
}
:not(.usa-icon).width-642 {
  width: 642px;
  min-width: 642px;
}
:not(.usa-icon).min-width-642 {
  min-width: 642px;
}
:not(.usa-icon).height-642 {
  height: 642px;
}
:not(.usa-icon).max-width-642 {
  max-width: 642px;
}
:not(.usa-icon).width643 {
  width: 643px;
}
:not(.usa-icon).width-643 {
  width: 643px;
  min-width: 643px;
}
:not(.usa-icon).min-width-643 {
  min-width: 643px;
}
:not(.usa-icon).height-643 {
  height: 643px;
}
:not(.usa-icon).max-width-643 {
  max-width: 643px;
}
:not(.usa-icon).width644 {
  width: 644px;
}
:not(.usa-icon).width-644 {
  width: 644px;
  min-width: 644px;
}
:not(.usa-icon).min-width-644 {
  min-width: 644px;
}
:not(.usa-icon).height-644 {
  height: 644px;
}
:not(.usa-icon).max-width-644 {
  max-width: 644px;
}
:not(.usa-icon).width645 {
  width: 645px;
}
:not(.usa-icon).width-645 {
  width: 645px;
  min-width: 645px;
}
:not(.usa-icon).min-width-645 {
  min-width: 645px;
}
:not(.usa-icon).height-645 {
  height: 645px;
}
:not(.usa-icon).max-width-645 {
  max-width: 645px;
}
:not(.usa-icon).width646 {
  width: 646px;
}
:not(.usa-icon).width-646 {
  width: 646px;
  min-width: 646px;
}
:not(.usa-icon).min-width-646 {
  min-width: 646px;
}
:not(.usa-icon).height-646 {
  height: 646px;
}
:not(.usa-icon).max-width-646 {
  max-width: 646px;
}
:not(.usa-icon).width647 {
  width: 647px;
}
:not(.usa-icon).width-647 {
  width: 647px;
  min-width: 647px;
}
:not(.usa-icon).min-width-647 {
  min-width: 647px;
}
:not(.usa-icon).height-647 {
  height: 647px;
}
:not(.usa-icon).max-width-647 {
  max-width: 647px;
}
:not(.usa-icon).width648 {
  width: 648px;
}
:not(.usa-icon).width-648 {
  width: 648px;
  min-width: 648px;
}
:not(.usa-icon).min-width-648 {
  min-width: 648px;
}
:not(.usa-icon).height-648 {
  height: 648px;
}
:not(.usa-icon).max-width-648 {
  max-width: 648px;
}
:not(.usa-icon).width649 {
  width: 649px;
}
:not(.usa-icon).width-649 {
  width: 649px;
  min-width: 649px;
}
:not(.usa-icon).min-width-649 {
  min-width: 649px;
}
:not(.usa-icon).height-649 {
  height: 649px;
}
:not(.usa-icon).max-width-649 {
  max-width: 649px;
}
:not(.usa-icon).width650 {
  width: 650px;
}
:not(.usa-icon).width-650 {
  width: 650px;
  min-width: 650px;
}
:not(.usa-icon).min-width-650 {
  min-width: 650px;
}
:not(.usa-icon).height-650 {
  height: 650px;
}
:not(.usa-icon).max-width-650 {
  max-width: 650px;
}
:not(.usa-icon).width651 {
  width: 651px;
}
:not(.usa-icon).width-651 {
  width: 651px;
  min-width: 651px;
}
:not(.usa-icon).min-width-651 {
  min-width: 651px;
}
:not(.usa-icon).height-651 {
  height: 651px;
}
:not(.usa-icon).max-width-651 {
  max-width: 651px;
}
:not(.usa-icon).width652 {
  width: 652px;
}
:not(.usa-icon).width-652 {
  width: 652px;
  min-width: 652px;
}
:not(.usa-icon).min-width-652 {
  min-width: 652px;
}
:not(.usa-icon).height-652 {
  height: 652px;
}
:not(.usa-icon).max-width-652 {
  max-width: 652px;
}
:not(.usa-icon).width653 {
  width: 653px;
}
:not(.usa-icon).width-653 {
  width: 653px;
  min-width: 653px;
}
:not(.usa-icon).min-width-653 {
  min-width: 653px;
}
:not(.usa-icon).height-653 {
  height: 653px;
}
:not(.usa-icon).max-width-653 {
  max-width: 653px;
}
:not(.usa-icon).width654 {
  width: 654px;
}
:not(.usa-icon).width-654 {
  width: 654px;
  min-width: 654px;
}
:not(.usa-icon).min-width-654 {
  min-width: 654px;
}
:not(.usa-icon).height-654 {
  height: 654px;
}
:not(.usa-icon).max-width-654 {
  max-width: 654px;
}
:not(.usa-icon).width655 {
  width: 655px;
}
:not(.usa-icon).width-655 {
  width: 655px;
  min-width: 655px;
}
:not(.usa-icon).min-width-655 {
  min-width: 655px;
}
:not(.usa-icon).height-655 {
  height: 655px;
}
:not(.usa-icon).max-width-655 {
  max-width: 655px;
}
:not(.usa-icon).width656 {
  width: 656px;
}
:not(.usa-icon).width-656 {
  width: 656px;
  min-width: 656px;
}
:not(.usa-icon).min-width-656 {
  min-width: 656px;
}
:not(.usa-icon).height-656 {
  height: 656px;
}
:not(.usa-icon).max-width-656 {
  max-width: 656px;
}
:not(.usa-icon).width657 {
  width: 657px;
}
:not(.usa-icon).width-657 {
  width: 657px;
  min-width: 657px;
}
:not(.usa-icon).min-width-657 {
  min-width: 657px;
}
:not(.usa-icon).height-657 {
  height: 657px;
}
:not(.usa-icon).max-width-657 {
  max-width: 657px;
}
:not(.usa-icon).width658 {
  width: 658px;
}
:not(.usa-icon).width-658 {
  width: 658px;
  min-width: 658px;
}
:not(.usa-icon).min-width-658 {
  min-width: 658px;
}
:not(.usa-icon).height-658 {
  height: 658px;
}
:not(.usa-icon).max-width-658 {
  max-width: 658px;
}
:not(.usa-icon).width659 {
  width: 659px;
}
:not(.usa-icon).width-659 {
  width: 659px;
  min-width: 659px;
}
:not(.usa-icon).min-width-659 {
  min-width: 659px;
}
:not(.usa-icon).height-659 {
  height: 659px;
}
:not(.usa-icon).max-width-659 {
  max-width: 659px;
}
:not(.usa-icon).width660 {
  width: 660px;
}
:not(.usa-icon).width-660 {
  width: 660px;
  min-width: 660px;
}
:not(.usa-icon).min-width-660 {
  min-width: 660px;
}
:not(.usa-icon).height-660 {
  height: 660px;
}
:not(.usa-icon).max-width-660 {
  max-width: 660px;
}
:not(.usa-icon).width661 {
  width: 661px;
}
:not(.usa-icon).width-661 {
  width: 661px;
  min-width: 661px;
}
:not(.usa-icon).min-width-661 {
  min-width: 661px;
}
:not(.usa-icon).height-661 {
  height: 661px;
}
:not(.usa-icon).max-width-661 {
  max-width: 661px;
}
:not(.usa-icon).width662 {
  width: 662px;
}
:not(.usa-icon).width-662 {
  width: 662px;
  min-width: 662px;
}
:not(.usa-icon).min-width-662 {
  min-width: 662px;
}
:not(.usa-icon).height-662 {
  height: 662px;
}
:not(.usa-icon).max-width-662 {
  max-width: 662px;
}
:not(.usa-icon).width663 {
  width: 663px;
}
:not(.usa-icon).width-663 {
  width: 663px;
  min-width: 663px;
}
:not(.usa-icon).min-width-663 {
  min-width: 663px;
}
:not(.usa-icon).height-663 {
  height: 663px;
}
:not(.usa-icon).max-width-663 {
  max-width: 663px;
}
:not(.usa-icon).width664 {
  width: 664px;
}
:not(.usa-icon).width-664 {
  width: 664px;
  min-width: 664px;
}
:not(.usa-icon).min-width-664 {
  min-width: 664px;
}
:not(.usa-icon).height-664 {
  height: 664px;
}
:not(.usa-icon).max-width-664 {
  max-width: 664px;
}
:not(.usa-icon).width665 {
  width: 665px;
}
:not(.usa-icon).width-665 {
  width: 665px;
  min-width: 665px;
}
:not(.usa-icon).min-width-665 {
  min-width: 665px;
}
:not(.usa-icon).height-665 {
  height: 665px;
}
:not(.usa-icon).max-width-665 {
  max-width: 665px;
}
:not(.usa-icon).width666 {
  width: 666px;
}
:not(.usa-icon).width-666 {
  width: 666px;
  min-width: 666px;
}
:not(.usa-icon).min-width-666 {
  min-width: 666px;
}
:not(.usa-icon).height-666 {
  height: 666px;
}
:not(.usa-icon).max-width-666 {
  max-width: 666px;
}
:not(.usa-icon).width667 {
  width: 667px;
}
:not(.usa-icon).width-667 {
  width: 667px;
  min-width: 667px;
}
:not(.usa-icon).min-width-667 {
  min-width: 667px;
}
:not(.usa-icon).height-667 {
  height: 667px;
}
:not(.usa-icon).max-width-667 {
  max-width: 667px;
}
:not(.usa-icon).width668 {
  width: 668px;
}
:not(.usa-icon).width-668 {
  width: 668px;
  min-width: 668px;
}
:not(.usa-icon).min-width-668 {
  min-width: 668px;
}
:not(.usa-icon).height-668 {
  height: 668px;
}
:not(.usa-icon).max-width-668 {
  max-width: 668px;
}
:not(.usa-icon).width669 {
  width: 669px;
}
:not(.usa-icon).width-669 {
  width: 669px;
  min-width: 669px;
}
:not(.usa-icon).min-width-669 {
  min-width: 669px;
}
:not(.usa-icon).height-669 {
  height: 669px;
}
:not(.usa-icon).max-width-669 {
  max-width: 669px;
}
:not(.usa-icon).width670 {
  width: 670px;
}
:not(.usa-icon).width-670 {
  width: 670px;
  min-width: 670px;
}
:not(.usa-icon).min-width-670 {
  min-width: 670px;
}
:not(.usa-icon).height-670 {
  height: 670px;
}
:not(.usa-icon).max-width-670 {
  max-width: 670px;
}
:not(.usa-icon).width671 {
  width: 671px;
}
:not(.usa-icon).width-671 {
  width: 671px;
  min-width: 671px;
}
:not(.usa-icon).min-width-671 {
  min-width: 671px;
}
:not(.usa-icon).height-671 {
  height: 671px;
}
:not(.usa-icon).max-width-671 {
  max-width: 671px;
}
:not(.usa-icon).width672 {
  width: 672px;
}
:not(.usa-icon).width-672 {
  width: 672px;
  min-width: 672px;
}
:not(.usa-icon).min-width-672 {
  min-width: 672px;
}
:not(.usa-icon).height-672 {
  height: 672px;
}
:not(.usa-icon).max-width-672 {
  max-width: 672px;
}
:not(.usa-icon).width673 {
  width: 673px;
}
:not(.usa-icon).width-673 {
  width: 673px;
  min-width: 673px;
}
:not(.usa-icon).min-width-673 {
  min-width: 673px;
}
:not(.usa-icon).height-673 {
  height: 673px;
}
:not(.usa-icon).max-width-673 {
  max-width: 673px;
}
:not(.usa-icon).width674 {
  width: 674px;
}
:not(.usa-icon).width-674 {
  width: 674px;
  min-width: 674px;
}
:not(.usa-icon).min-width-674 {
  min-width: 674px;
}
:not(.usa-icon).height-674 {
  height: 674px;
}
:not(.usa-icon).max-width-674 {
  max-width: 674px;
}
:not(.usa-icon).width675 {
  width: 675px;
}
:not(.usa-icon).width-675 {
  width: 675px;
  min-width: 675px;
}
:not(.usa-icon).min-width-675 {
  min-width: 675px;
}
:not(.usa-icon).height-675 {
  height: 675px;
}
:not(.usa-icon).max-width-675 {
  max-width: 675px;
}
:not(.usa-icon).width676 {
  width: 676px;
}
:not(.usa-icon).width-676 {
  width: 676px;
  min-width: 676px;
}
:not(.usa-icon).min-width-676 {
  min-width: 676px;
}
:not(.usa-icon).height-676 {
  height: 676px;
}
:not(.usa-icon).max-width-676 {
  max-width: 676px;
}
:not(.usa-icon).width677 {
  width: 677px;
}
:not(.usa-icon).width-677 {
  width: 677px;
  min-width: 677px;
}
:not(.usa-icon).min-width-677 {
  min-width: 677px;
}
:not(.usa-icon).height-677 {
  height: 677px;
}
:not(.usa-icon).max-width-677 {
  max-width: 677px;
}
:not(.usa-icon).width678 {
  width: 678px;
}
:not(.usa-icon).width-678 {
  width: 678px;
  min-width: 678px;
}
:not(.usa-icon).min-width-678 {
  min-width: 678px;
}
:not(.usa-icon).height-678 {
  height: 678px;
}
:not(.usa-icon).max-width-678 {
  max-width: 678px;
}
:not(.usa-icon).width679 {
  width: 679px;
}
:not(.usa-icon).width-679 {
  width: 679px;
  min-width: 679px;
}
:not(.usa-icon).min-width-679 {
  min-width: 679px;
}
:not(.usa-icon).height-679 {
  height: 679px;
}
:not(.usa-icon).max-width-679 {
  max-width: 679px;
}
:not(.usa-icon).width680 {
  width: 680px;
}
:not(.usa-icon).width-680 {
  width: 680px;
  min-width: 680px;
}
:not(.usa-icon).min-width-680 {
  min-width: 680px;
}
:not(.usa-icon).height-680 {
  height: 680px;
}
:not(.usa-icon).max-width-680 {
  max-width: 680px;
}
:not(.usa-icon).width681 {
  width: 681px;
}
:not(.usa-icon).width-681 {
  width: 681px;
  min-width: 681px;
}
:not(.usa-icon).min-width-681 {
  min-width: 681px;
}
:not(.usa-icon).height-681 {
  height: 681px;
}
:not(.usa-icon).max-width-681 {
  max-width: 681px;
}
:not(.usa-icon).width682 {
  width: 682px;
}
:not(.usa-icon).width-682 {
  width: 682px;
  min-width: 682px;
}
:not(.usa-icon).min-width-682 {
  min-width: 682px;
}
:not(.usa-icon).height-682 {
  height: 682px;
}
:not(.usa-icon).max-width-682 {
  max-width: 682px;
}
:not(.usa-icon).width683 {
  width: 683px;
}
:not(.usa-icon).width-683 {
  width: 683px;
  min-width: 683px;
}
:not(.usa-icon).min-width-683 {
  min-width: 683px;
}
:not(.usa-icon).height-683 {
  height: 683px;
}
:not(.usa-icon).max-width-683 {
  max-width: 683px;
}
:not(.usa-icon).width684 {
  width: 684px;
}
:not(.usa-icon).width-684 {
  width: 684px;
  min-width: 684px;
}
:not(.usa-icon).min-width-684 {
  min-width: 684px;
}
:not(.usa-icon).height-684 {
  height: 684px;
}
:not(.usa-icon).max-width-684 {
  max-width: 684px;
}
:not(.usa-icon).width685 {
  width: 685px;
}
:not(.usa-icon).width-685 {
  width: 685px;
  min-width: 685px;
}
:not(.usa-icon).min-width-685 {
  min-width: 685px;
}
:not(.usa-icon).height-685 {
  height: 685px;
}
:not(.usa-icon).max-width-685 {
  max-width: 685px;
}
:not(.usa-icon).width686 {
  width: 686px;
}
:not(.usa-icon).width-686 {
  width: 686px;
  min-width: 686px;
}
:not(.usa-icon).min-width-686 {
  min-width: 686px;
}
:not(.usa-icon).height-686 {
  height: 686px;
}
:not(.usa-icon).max-width-686 {
  max-width: 686px;
}
:not(.usa-icon).width687 {
  width: 687px;
}
:not(.usa-icon).width-687 {
  width: 687px;
  min-width: 687px;
}
:not(.usa-icon).min-width-687 {
  min-width: 687px;
}
:not(.usa-icon).height-687 {
  height: 687px;
}
:not(.usa-icon).max-width-687 {
  max-width: 687px;
}
:not(.usa-icon).width688 {
  width: 688px;
}
:not(.usa-icon).width-688 {
  width: 688px;
  min-width: 688px;
}
:not(.usa-icon).min-width-688 {
  min-width: 688px;
}
:not(.usa-icon).height-688 {
  height: 688px;
}
:not(.usa-icon).max-width-688 {
  max-width: 688px;
}
:not(.usa-icon).width689 {
  width: 689px;
}
:not(.usa-icon).width-689 {
  width: 689px;
  min-width: 689px;
}
:not(.usa-icon).min-width-689 {
  min-width: 689px;
}
:not(.usa-icon).height-689 {
  height: 689px;
}
:not(.usa-icon).max-width-689 {
  max-width: 689px;
}
:not(.usa-icon).width690 {
  width: 690px;
}
:not(.usa-icon).width-690 {
  width: 690px;
  min-width: 690px;
}
:not(.usa-icon).min-width-690 {
  min-width: 690px;
}
:not(.usa-icon).height-690 {
  height: 690px;
}
:not(.usa-icon).max-width-690 {
  max-width: 690px;
}
:not(.usa-icon).width691 {
  width: 691px;
}
:not(.usa-icon).width-691 {
  width: 691px;
  min-width: 691px;
}
:not(.usa-icon).min-width-691 {
  min-width: 691px;
}
:not(.usa-icon).height-691 {
  height: 691px;
}
:not(.usa-icon).max-width-691 {
  max-width: 691px;
}
:not(.usa-icon).width692 {
  width: 692px;
}
:not(.usa-icon).width-692 {
  width: 692px;
  min-width: 692px;
}
:not(.usa-icon).min-width-692 {
  min-width: 692px;
}
:not(.usa-icon).height-692 {
  height: 692px;
}
:not(.usa-icon).max-width-692 {
  max-width: 692px;
}
:not(.usa-icon).width693 {
  width: 693px;
}
:not(.usa-icon).width-693 {
  width: 693px;
  min-width: 693px;
}
:not(.usa-icon).min-width-693 {
  min-width: 693px;
}
:not(.usa-icon).height-693 {
  height: 693px;
}
:not(.usa-icon).max-width-693 {
  max-width: 693px;
}
:not(.usa-icon).width694 {
  width: 694px;
}
:not(.usa-icon).width-694 {
  width: 694px;
  min-width: 694px;
}
:not(.usa-icon).min-width-694 {
  min-width: 694px;
}
:not(.usa-icon).height-694 {
  height: 694px;
}
:not(.usa-icon).max-width-694 {
  max-width: 694px;
}
:not(.usa-icon).width695 {
  width: 695px;
}
:not(.usa-icon).width-695 {
  width: 695px;
  min-width: 695px;
}
:not(.usa-icon).min-width-695 {
  min-width: 695px;
}
:not(.usa-icon).height-695 {
  height: 695px;
}
:not(.usa-icon).max-width-695 {
  max-width: 695px;
}
:not(.usa-icon).width696 {
  width: 696px;
}
:not(.usa-icon).width-696 {
  width: 696px;
  min-width: 696px;
}
:not(.usa-icon).min-width-696 {
  min-width: 696px;
}
:not(.usa-icon).height-696 {
  height: 696px;
}
:not(.usa-icon).max-width-696 {
  max-width: 696px;
}
:not(.usa-icon).width697 {
  width: 697px;
}
:not(.usa-icon).width-697 {
  width: 697px;
  min-width: 697px;
}
:not(.usa-icon).min-width-697 {
  min-width: 697px;
}
:not(.usa-icon).height-697 {
  height: 697px;
}
:not(.usa-icon).max-width-697 {
  max-width: 697px;
}
:not(.usa-icon).width698 {
  width: 698px;
}
:not(.usa-icon).width-698 {
  width: 698px;
  min-width: 698px;
}
:not(.usa-icon).min-width-698 {
  min-width: 698px;
}
:not(.usa-icon).height-698 {
  height: 698px;
}
:not(.usa-icon).max-width-698 {
  max-width: 698px;
}
:not(.usa-icon).width699 {
  width: 699px;
}
:not(.usa-icon).width-699 {
  width: 699px;
  min-width: 699px;
}
:not(.usa-icon).min-width-699 {
  min-width: 699px;
}
:not(.usa-icon).height-699 {
  height: 699px;
}
:not(.usa-icon).max-width-699 {
  max-width: 699px;
}
:not(.usa-icon).width700 {
  width: 700px;
}
:not(.usa-icon).width-700 {
  width: 700px;
  min-width: 700px;
}
:not(.usa-icon).min-width-700 {
  min-width: 700px;
}
:not(.usa-icon).height-700 {
  height: 700px;
}
:not(.usa-icon).max-width-700 {
  max-width: 700px;
}
:not(.usa-icon).width701 {
  width: 701px;
}
:not(.usa-icon).width-701 {
  width: 701px;
  min-width: 701px;
}
:not(.usa-icon).min-width-701 {
  min-width: 701px;
}
:not(.usa-icon).height-701 {
  height: 701px;
}
:not(.usa-icon).max-width-701 {
  max-width: 701px;
}
:not(.usa-icon).width702 {
  width: 702px;
}
:not(.usa-icon).width-702 {
  width: 702px;
  min-width: 702px;
}
:not(.usa-icon).min-width-702 {
  min-width: 702px;
}
:not(.usa-icon).height-702 {
  height: 702px;
}
:not(.usa-icon).max-width-702 {
  max-width: 702px;
}
:not(.usa-icon).width703 {
  width: 703px;
}
:not(.usa-icon).width-703 {
  width: 703px;
  min-width: 703px;
}
:not(.usa-icon).min-width-703 {
  min-width: 703px;
}
:not(.usa-icon).height-703 {
  height: 703px;
}
:not(.usa-icon).max-width-703 {
  max-width: 703px;
}
:not(.usa-icon).width704 {
  width: 704px;
}
:not(.usa-icon).width-704 {
  width: 704px;
  min-width: 704px;
}
:not(.usa-icon).min-width-704 {
  min-width: 704px;
}
:not(.usa-icon).height-704 {
  height: 704px;
}
:not(.usa-icon).max-width-704 {
  max-width: 704px;
}
:not(.usa-icon).width705 {
  width: 705px;
}
:not(.usa-icon).width-705 {
  width: 705px;
  min-width: 705px;
}
:not(.usa-icon).min-width-705 {
  min-width: 705px;
}
:not(.usa-icon).height-705 {
  height: 705px;
}
:not(.usa-icon).max-width-705 {
  max-width: 705px;
}
:not(.usa-icon).width706 {
  width: 706px;
}
:not(.usa-icon).width-706 {
  width: 706px;
  min-width: 706px;
}
:not(.usa-icon).min-width-706 {
  min-width: 706px;
}
:not(.usa-icon).height-706 {
  height: 706px;
}
:not(.usa-icon).max-width-706 {
  max-width: 706px;
}
:not(.usa-icon).width707 {
  width: 707px;
}
:not(.usa-icon).width-707 {
  width: 707px;
  min-width: 707px;
}
:not(.usa-icon).min-width-707 {
  min-width: 707px;
}
:not(.usa-icon).height-707 {
  height: 707px;
}
:not(.usa-icon).max-width-707 {
  max-width: 707px;
}
:not(.usa-icon).width708 {
  width: 708px;
}
:not(.usa-icon).width-708 {
  width: 708px;
  min-width: 708px;
}
:not(.usa-icon).min-width-708 {
  min-width: 708px;
}
:not(.usa-icon).height-708 {
  height: 708px;
}
:not(.usa-icon).max-width-708 {
  max-width: 708px;
}
:not(.usa-icon).width709 {
  width: 709px;
}
:not(.usa-icon).width-709 {
  width: 709px;
  min-width: 709px;
}
:not(.usa-icon).min-width-709 {
  min-width: 709px;
}
:not(.usa-icon).height-709 {
  height: 709px;
}
:not(.usa-icon).max-width-709 {
  max-width: 709px;
}
:not(.usa-icon).width710 {
  width: 710px;
}
:not(.usa-icon).width-710 {
  width: 710px;
  min-width: 710px;
}
:not(.usa-icon).min-width-710 {
  min-width: 710px;
}
:not(.usa-icon).height-710 {
  height: 710px;
}
:not(.usa-icon).max-width-710 {
  max-width: 710px;
}
:not(.usa-icon).width711 {
  width: 711px;
}
:not(.usa-icon).width-711 {
  width: 711px;
  min-width: 711px;
}
:not(.usa-icon).min-width-711 {
  min-width: 711px;
}
:not(.usa-icon).height-711 {
  height: 711px;
}
:not(.usa-icon).max-width-711 {
  max-width: 711px;
}
:not(.usa-icon).width712 {
  width: 712px;
}
:not(.usa-icon).width-712 {
  width: 712px;
  min-width: 712px;
}
:not(.usa-icon).min-width-712 {
  min-width: 712px;
}
:not(.usa-icon).height-712 {
  height: 712px;
}
:not(.usa-icon).max-width-712 {
  max-width: 712px;
}
:not(.usa-icon).width713 {
  width: 713px;
}
:not(.usa-icon).width-713 {
  width: 713px;
  min-width: 713px;
}
:not(.usa-icon).min-width-713 {
  min-width: 713px;
}
:not(.usa-icon).height-713 {
  height: 713px;
}
:not(.usa-icon).max-width-713 {
  max-width: 713px;
}
:not(.usa-icon).width714 {
  width: 714px;
}
:not(.usa-icon).width-714 {
  width: 714px;
  min-width: 714px;
}
:not(.usa-icon).min-width-714 {
  min-width: 714px;
}
:not(.usa-icon).height-714 {
  height: 714px;
}
:not(.usa-icon).max-width-714 {
  max-width: 714px;
}
:not(.usa-icon).width715 {
  width: 715px;
}
:not(.usa-icon).width-715 {
  width: 715px;
  min-width: 715px;
}
:not(.usa-icon).min-width-715 {
  min-width: 715px;
}
:not(.usa-icon).height-715 {
  height: 715px;
}
:not(.usa-icon).max-width-715 {
  max-width: 715px;
}
:not(.usa-icon).width716 {
  width: 716px;
}
:not(.usa-icon).width-716 {
  width: 716px;
  min-width: 716px;
}
:not(.usa-icon).min-width-716 {
  min-width: 716px;
}
:not(.usa-icon).height-716 {
  height: 716px;
}
:not(.usa-icon).max-width-716 {
  max-width: 716px;
}
:not(.usa-icon).width717 {
  width: 717px;
}
:not(.usa-icon).width-717 {
  width: 717px;
  min-width: 717px;
}
:not(.usa-icon).min-width-717 {
  min-width: 717px;
}
:not(.usa-icon).height-717 {
  height: 717px;
}
:not(.usa-icon).max-width-717 {
  max-width: 717px;
}
:not(.usa-icon).width718 {
  width: 718px;
}
:not(.usa-icon).width-718 {
  width: 718px;
  min-width: 718px;
}
:not(.usa-icon).min-width-718 {
  min-width: 718px;
}
:not(.usa-icon).height-718 {
  height: 718px;
}
:not(.usa-icon).max-width-718 {
  max-width: 718px;
}
:not(.usa-icon).width719 {
  width: 719px;
}
:not(.usa-icon).width-719 {
  width: 719px;
  min-width: 719px;
}
:not(.usa-icon).min-width-719 {
  min-width: 719px;
}
:not(.usa-icon).height-719 {
  height: 719px;
}
:not(.usa-icon).max-width-719 {
  max-width: 719px;
}
:not(.usa-icon).width720 {
  width: 720px;
}
:not(.usa-icon).width-720 {
  width: 720px;
  min-width: 720px;
}
:not(.usa-icon).min-width-720 {
  min-width: 720px;
}
:not(.usa-icon).height-720 {
  height: 720px;
}
:not(.usa-icon).max-width-720 {
  max-width: 720px;
}
:not(.usa-icon).width721 {
  width: 721px;
}
:not(.usa-icon).width-721 {
  width: 721px;
  min-width: 721px;
}
:not(.usa-icon).min-width-721 {
  min-width: 721px;
}
:not(.usa-icon).height-721 {
  height: 721px;
}
:not(.usa-icon).max-width-721 {
  max-width: 721px;
}
:not(.usa-icon).width722 {
  width: 722px;
}
:not(.usa-icon).width-722 {
  width: 722px;
  min-width: 722px;
}
:not(.usa-icon).min-width-722 {
  min-width: 722px;
}
:not(.usa-icon).height-722 {
  height: 722px;
}
:not(.usa-icon).max-width-722 {
  max-width: 722px;
}
:not(.usa-icon).width723 {
  width: 723px;
}
:not(.usa-icon).width-723 {
  width: 723px;
  min-width: 723px;
}
:not(.usa-icon).min-width-723 {
  min-width: 723px;
}
:not(.usa-icon).height-723 {
  height: 723px;
}
:not(.usa-icon).max-width-723 {
  max-width: 723px;
}
:not(.usa-icon).width724 {
  width: 724px;
}
:not(.usa-icon).width-724 {
  width: 724px;
  min-width: 724px;
}
:not(.usa-icon).min-width-724 {
  min-width: 724px;
}
:not(.usa-icon).height-724 {
  height: 724px;
}
:not(.usa-icon).max-width-724 {
  max-width: 724px;
}
:not(.usa-icon).width725 {
  width: 725px;
}
:not(.usa-icon).width-725 {
  width: 725px;
  min-width: 725px;
}
:not(.usa-icon).min-width-725 {
  min-width: 725px;
}
:not(.usa-icon).height-725 {
  height: 725px;
}
:not(.usa-icon).max-width-725 {
  max-width: 725px;
}
:not(.usa-icon).width726 {
  width: 726px;
}
:not(.usa-icon).width-726 {
  width: 726px;
  min-width: 726px;
}
:not(.usa-icon).min-width-726 {
  min-width: 726px;
}
:not(.usa-icon).height-726 {
  height: 726px;
}
:not(.usa-icon).max-width-726 {
  max-width: 726px;
}
:not(.usa-icon).width727 {
  width: 727px;
}
:not(.usa-icon).width-727 {
  width: 727px;
  min-width: 727px;
}
:not(.usa-icon).min-width-727 {
  min-width: 727px;
}
:not(.usa-icon).height-727 {
  height: 727px;
}
:not(.usa-icon).max-width-727 {
  max-width: 727px;
}
:not(.usa-icon).width728 {
  width: 728px;
}
:not(.usa-icon).width-728 {
  width: 728px;
  min-width: 728px;
}
:not(.usa-icon).min-width-728 {
  min-width: 728px;
}
:not(.usa-icon).height-728 {
  height: 728px;
}
:not(.usa-icon).max-width-728 {
  max-width: 728px;
}
:not(.usa-icon).width729 {
  width: 729px;
}
:not(.usa-icon).width-729 {
  width: 729px;
  min-width: 729px;
}
:not(.usa-icon).min-width-729 {
  min-width: 729px;
}
:not(.usa-icon).height-729 {
  height: 729px;
}
:not(.usa-icon).max-width-729 {
  max-width: 729px;
}
:not(.usa-icon).width730 {
  width: 730px;
}
:not(.usa-icon).width-730 {
  width: 730px;
  min-width: 730px;
}
:not(.usa-icon).min-width-730 {
  min-width: 730px;
}
:not(.usa-icon).height-730 {
  height: 730px;
}
:not(.usa-icon).max-width-730 {
  max-width: 730px;
}
:not(.usa-icon).width731 {
  width: 731px;
}
:not(.usa-icon).width-731 {
  width: 731px;
  min-width: 731px;
}
:not(.usa-icon).min-width-731 {
  min-width: 731px;
}
:not(.usa-icon).height-731 {
  height: 731px;
}
:not(.usa-icon).max-width-731 {
  max-width: 731px;
}
:not(.usa-icon).width732 {
  width: 732px;
}
:not(.usa-icon).width-732 {
  width: 732px;
  min-width: 732px;
}
:not(.usa-icon).min-width-732 {
  min-width: 732px;
}
:not(.usa-icon).height-732 {
  height: 732px;
}
:not(.usa-icon).max-width-732 {
  max-width: 732px;
}
:not(.usa-icon).width733 {
  width: 733px;
}
:not(.usa-icon).width-733 {
  width: 733px;
  min-width: 733px;
}
:not(.usa-icon).min-width-733 {
  min-width: 733px;
}
:not(.usa-icon).height-733 {
  height: 733px;
}
:not(.usa-icon).max-width-733 {
  max-width: 733px;
}
:not(.usa-icon).width734 {
  width: 734px;
}
:not(.usa-icon).width-734 {
  width: 734px;
  min-width: 734px;
}
:not(.usa-icon).min-width-734 {
  min-width: 734px;
}
:not(.usa-icon).height-734 {
  height: 734px;
}
:not(.usa-icon).max-width-734 {
  max-width: 734px;
}
:not(.usa-icon).width735 {
  width: 735px;
}
:not(.usa-icon).width-735 {
  width: 735px;
  min-width: 735px;
}
:not(.usa-icon).min-width-735 {
  min-width: 735px;
}
:not(.usa-icon).height-735 {
  height: 735px;
}
:not(.usa-icon).max-width-735 {
  max-width: 735px;
}
:not(.usa-icon).width736 {
  width: 736px;
}
:not(.usa-icon).width-736 {
  width: 736px;
  min-width: 736px;
}
:not(.usa-icon).min-width-736 {
  min-width: 736px;
}
:not(.usa-icon).height-736 {
  height: 736px;
}
:not(.usa-icon).max-width-736 {
  max-width: 736px;
}
:not(.usa-icon).width737 {
  width: 737px;
}
:not(.usa-icon).width-737 {
  width: 737px;
  min-width: 737px;
}
:not(.usa-icon).min-width-737 {
  min-width: 737px;
}
:not(.usa-icon).height-737 {
  height: 737px;
}
:not(.usa-icon).max-width-737 {
  max-width: 737px;
}
:not(.usa-icon).width738 {
  width: 738px;
}
:not(.usa-icon).width-738 {
  width: 738px;
  min-width: 738px;
}
:not(.usa-icon).min-width-738 {
  min-width: 738px;
}
:not(.usa-icon).height-738 {
  height: 738px;
}
:not(.usa-icon).max-width-738 {
  max-width: 738px;
}
:not(.usa-icon).width739 {
  width: 739px;
}
:not(.usa-icon).width-739 {
  width: 739px;
  min-width: 739px;
}
:not(.usa-icon).min-width-739 {
  min-width: 739px;
}
:not(.usa-icon).height-739 {
  height: 739px;
}
:not(.usa-icon).max-width-739 {
  max-width: 739px;
}
:not(.usa-icon).width740 {
  width: 740px;
}
:not(.usa-icon).width-740 {
  width: 740px;
  min-width: 740px;
}
:not(.usa-icon).min-width-740 {
  min-width: 740px;
}
:not(.usa-icon).height-740 {
  height: 740px;
}
:not(.usa-icon).max-width-740 {
  max-width: 740px;
}
:not(.usa-icon).width741 {
  width: 741px;
}
:not(.usa-icon).width-741 {
  width: 741px;
  min-width: 741px;
}
:not(.usa-icon).min-width-741 {
  min-width: 741px;
}
:not(.usa-icon).height-741 {
  height: 741px;
}
:not(.usa-icon).max-width-741 {
  max-width: 741px;
}
:not(.usa-icon).width742 {
  width: 742px;
}
:not(.usa-icon).width-742 {
  width: 742px;
  min-width: 742px;
}
:not(.usa-icon).min-width-742 {
  min-width: 742px;
}
:not(.usa-icon).height-742 {
  height: 742px;
}
:not(.usa-icon).max-width-742 {
  max-width: 742px;
}
:not(.usa-icon).width743 {
  width: 743px;
}
:not(.usa-icon).width-743 {
  width: 743px;
  min-width: 743px;
}
:not(.usa-icon).min-width-743 {
  min-width: 743px;
}
:not(.usa-icon).height-743 {
  height: 743px;
}
:not(.usa-icon).max-width-743 {
  max-width: 743px;
}
:not(.usa-icon).width744 {
  width: 744px;
}
:not(.usa-icon).width-744 {
  width: 744px;
  min-width: 744px;
}
:not(.usa-icon).min-width-744 {
  min-width: 744px;
}
:not(.usa-icon).height-744 {
  height: 744px;
}
:not(.usa-icon).max-width-744 {
  max-width: 744px;
}
:not(.usa-icon).width745 {
  width: 745px;
}
:not(.usa-icon).width-745 {
  width: 745px;
  min-width: 745px;
}
:not(.usa-icon).min-width-745 {
  min-width: 745px;
}
:not(.usa-icon).height-745 {
  height: 745px;
}
:not(.usa-icon).max-width-745 {
  max-width: 745px;
}
:not(.usa-icon).width746 {
  width: 746px;
}
:not(.usa-icon).width-746 {
  width: 746px;
  min-width: 746px;
}
:not(.usa-icon).min-width-746 {
  min-width: 746px;
}
:not(.usa-icon).height-746 {
  height: 746px;
}
:not(.usa-icon).max-width-746 {
  max-width: 746px;
}
:not(.usa-icon).width747 {
  width: 747px;
}
:not(.usa-icon).width-747 {
  width: 747px;
  min-width: 747px;
}
:not(.usa-icon).min-width-747 {
  min-width: 747px;
}
:not(.usa-icon).height-747 {
  height: 747px;
}
:not(.usa-icon).max-width-747 {
  max-width: 747px;
}
:not(.usa-icon).width748 {
  width: 748px;
}
:not(.usa-icon).width-748 {
  width: 748px;
  min-width: 748px;
}
:not(.usa-icon).min-width-748 {
  min-width: 748px;
}
:not(.usa-icon).height-748 {
  height: 748px;
}
:not(.usa-icon).max-width-748 {
  max-width: 748px;
}
:not(.usa-icon).width749 {
  width: 749px;
}
:not(.usa-icon).width-749 {
  width: 749px;
  min-width: 749px;
}
:not(.usa-icon).min-width-749 {
  min-width: 749px;
}
:not(.usa-icon).height-749 {
  height: 749px;
}
:not(.usa-icon).max-width-749 {
  max-width: 749px;
}
:not(.usa-icon).width750 {
  width: 750px;
}
:not(.usa-icon).width-750 {
  width: 750px;
  min-width: 750px;
}
:not(.usa-icon).min-width-750 {
  min-width: 750px;
}
:not(.usa-icon).height-750 {
  height: 750px;
}
:not(.usa-icon).max-width-750 {
  max-width: 750px;
}
:not(.usa-icon).width751 {
  width: 751px;
}
:not(.usa-icon).width-751 {
  width: 751px;
  min-width: 751px;
}
:not(.usa-icon).min-width-751 {
  min-width: 751px;
}
:not(.usa-icon).height-751 {
  height: 751px;
}
:not(.usa-icon).max-width-751 {
  max-width: 751px;
}
:not(.usa-icon).width752 {
  width: 752px;
}
:not(.usa-icon).width-752 {
  width: 752px;
  min-width: 752px;
}
:not(.usa-icon).min-width-752 {
  min-width: 752px;
}
:not(.usa-icon).height-752 {
  height: 752px;
}
:not(.usa-icon).max-width-752 {
  max-width: 752px;
}
:not(.usa-icon).width753 {
  width: 753px;
}
:not(.usa-icon).width-753 {
  width: 753px;
  min-width: 753px;
}
:not(.usa-icon).min-width-753 {
  min-width: 753px;
}
:not(.usa-icon).height-753 {
  height: 753px;
}
:not(.usa-icon).max-width-753 {
  max-width: 753px;
}
:not(.usa-icon).width754 {
  width: 754px;
}
:not(.usa-icon).width-754 {
  width: 754px;
  min-width: 754px;
}
:not(.usa-icon).min-width-754 {
  min-width: 754px;
}
:not(.usa-icon).height-754 {
  height: 754px;
}
:not(.usa-icon).max-width-754 {
  max-width: 754px;
}
:not(.usa-icon).width755 {
  width: 755px;
}
:not(.usa-icon).width-755 {
  width: 755px;
  min-width: 755px;
}
:not(.usa-icon).min-width-755 {
  min-width: 755px;
}
:not(.usa-icon).height-755 {
  height: 755px;
}
:not(.usa-icon).max-width-755 {
  max-width: 755px;
}
:not(.usa-icon).width756 {
  width: 756px;
}
:not(.usa-icon).width-756 {
  width: 756px;
  min-width: 756px;
}
:not(.usa-icon).min-width-756 {
  min-width: 756px;
}
:not(.usa-icon).height-756 {
  height: 756px;
}
:not(.usa-icon).max-width-756 {
  max-width: 756px;
}
:not(.usa-icon).width757 {
  width: 757px;
}
:not(.usa-icon).width-757 {
  width: 757px;
  min-width: 757px;
}
:not(.usa-icon).min-width-757 {
  min-width: 757px;
}
:not(.usa-icon).height-757 {
  height: 757px;
}
:not(.usa-icon).max-width-757 {
  max-width: 757px;
}
:not(.usa-icon).width758 {
  width: 758px;
}
:not(.usa-icon).width-758 {
  width: 758px;
  min-width: 758px;
}
:not(.usa-icon).min-width-758 {
  min-width: 758px;
}
:not(.usa-icon).height-758 {
  height: 758px;
}
:not(.usa-icon).max-width-758 {
  max-width: 758px;
}
:not(.usa-icon).width759 {
  width: 759px;
}
:not(.usa-icon).width-759 {
  width: 759px;
  min-width: 759px;
}
:not(.usa-icon).min-width-759 {
  min-width: 759px;
}
:not(.usa-icon).height-759 {
  height: 759px;
}
:not(.usa-icon).max-width-759 {
  max-width: 759px;
}
:not(.usa-icon).width760 {
  width: 760px;
}
:not(.usa-icon).width-760 {
  width: 760px;
  min-width: 760px;
}
:not(.usa-icon).min-width-760 {
  min-width: 760px;
}
:not(.usa-icon).height-760 {
  height: 760px;
}
:not(.usa-icon).max-width-760 {
  max-width: 760px;
}
:not(.usa-icon).width761 {
  width: 761px;
}
:not(.usa-icon).width-761 {
  width: 761px;
  min-width: 761px;
}
:not(.usa-icon).min-width-761 {
  min-width: 761px;
}
:not(.usa-icon).height-761 {
  height: 761px;
}
:not(.usa-icon).max-width-761 {
  max-width: 761px;
}
:not(.usa-icon).width762 {
  width: 762px;
}
:not(.usa-icon).width-762 {
  width: 762px;
  min-width: 762px;
}
:not(.usa-icon).min-width-762 {
  min-width: 762px;
}
:not(.usa-icon).height-762 {
  height: 762px;
}
:not(.usa-icon).max-width-762 {
  max-width: 762px;
}
:not(.usa-icon).width763 {
  width: 763px;
}
:not(.usa-icon).width-763 {
  width: 763px;
  min-width: 763px;
}
:not(.usa-icon).min-width-763 {
  min-width: 763px;
}
:not(.usa-icon).height-763 {
  height: 763px;
}
:not(.usa-icon).max-width-763 {
  max-width: 763px;
}
:not(.usa-icon).width764 {
  width: 764px;
}
:not(.usa-icon).width-764 {
  width: 764px;
  min-width: 764px;
}
:not(.usa-icon).min-width-764 {
  min-width: 764px;
}
:not(.usa-icon).height-764 {
  height: 764px;
}
:not(.usa-icon).max-width-764 {
  max-width: 764px;
}
:not(.usa-icon).width765 {
  width: 765px;
}
:not(.usa-icon).width-765 {
  width: 765px;
  min-width: 765px;
}
:not(.usa-icon).min-width-765 {
  min-width: 765px;
}
:not(.usa-icon).height-765 {
  height: 765px;
}
:not(.usa-icon).max-width-765 {
  max-width: 765px;
}
:not(.usa-icon).width766 {
  width: 766px;
}
:not(.usa-icon).width-766 {
  width: 766px;
  min-width: 766px;
}
:not(.usa-icon).min-width-766 {
  min-width: 766px;
}
:not(.usa-icon).height-766 {
  height: 766px;
}
:not(.usa-icon).max-width-766 {
  max-width: 766px;
}
:not(.usa-icon).width767 {
  width: 767px;
}
:not(.usa-icon).width-767 {
  width: 767px;
  min-width: 767px;
}
:not(.usa-icon).min-width-767 {
  min-width: 767px;
}
:not(.usa-icon).height-767 {
  height: 767px;
}
:not(.usa-icon).max-width-767 {
  max-width: 767px;
}
:not(.usa-icon).width768 {
  width: 768px;
}
:not(.usa-icon).width-768 {
  width: 768px;
  min-width: 768px;
}
:not(.usa-icon).min-width-768 {
  min-width: 768px;
}
:not(.usa-icon).height-768 {
  height: 768px;
}
:not(.usa-icon).max-width-768 {
  max-width: 768px;
}
:not(.usa-icon).width769 {
  width: 769px;
}
:not(.usa-icon).width-769 {
  width: 769px;
  min-width: 769px;
}
:not(.usa-icon).min-width-769 {
  min-width: 769px;
}
:not(.usa-icon).height-769 {
  height: 769px;
}
:not(.usa-icon).max-width-769 {
  max-width: 769px;
}
:not(.usa-icon).width770 {
  width: 770px;
}
:not(.usa-icon).width-770 {
  width: 770px;
  min-width: 770px;
}
:not(.usa-icon).min-width-770 {
  min-width: 770px;
}
:not(.usa-icon).height-770 {
  height: 770px;
}
:not(.usa-icon).max-width-770 {
  max-width: 770px;
}
:not(.usa-icon).width771 {
  width: 771px;
}
:not(.usa-icon).width-771 {
  width: 771px;
  min-width: 771px;
}
:not(.usa-icon).min-width-771 {
  min-width: 771px;
}
:not(.usa-icon).height-771 {
  height: 771px;
}
:not(.usa-icon).max-width-771 {
  max-width: 771px;
}
:not(.usa-icon).width772 {
  width: 772px;
}
:not(.usa-icon).width-772 {
  width: 772px;
  min-width: 772px;
}
:not(.usa-icon).min-width-772 {
  min-width: 772px;
}
:not(.usa-icon).height-772 {
  height: 772px;
}
:not(.usa-icon).max-width-772 {
  max-width: 772px;
}
:not(.usa-icon).width773 {
  width: 773px;
}
:not(.usa-icon).width-773 {
  width: 773px;
  min-width: 773px;
}
:not(.usa-icon).min-width-773 {
  min-width: 773px;
}
:not(.usa-icon).height-773 {
  height: 773px;
}
:not(.usa-icon).max-width-773 {
  max-width: 773px;
}
:not(.usa-icon).width774 {
  width: 774px;
}
:not(.usa-icon).width-774 {
  width: 774px;
  min-width: 774px;
}
:not(.usa-icon).min-width-774 {
  min-width: 774px;
}
:not(.usa-icon).height-774 {
  height: 774px;
}
:not(.usa-icon).max-width-774 {
  max-width: 774px;
}
:not(.usa-icon).width775 {
  width: 775px;
}
:not(.usa-icon).width-775 {
  width: 775px;
  min-width: 775px;
}
:not(.usa-icon).min-width-775 {
  min-width: 775px;
}
:not(.usa-icon).height-775 {
  height: 775px;
}
:not(.usa-icon).max-width-775 {
  max-width: 775px;
}
:not(.usa-icon).width776 {
  width: 776px;
}
:not(.usa-icon).width-776 {
  width: 776px;
  min-width: 776px;
}
:not(.usa-icon).min-width-776 {
  min-width: 776px;
}
:not(.usa-icon).height-776 {
  height: 776px;
}
:not(.usa-icon).max-width-776 {
  max-width: 776px;
}
:not(.usa-icon).width777 {
  width: 777px;
}
:not(.usa-icon).width-777 {
  width: 777px;
  min-width: 777px;
}
:not(.usa-icon).min-width-777 {
  min-width: 777px;
}
:not(.usa-icon).height-777 {
  height: 777px;
}
:not(.usa-icon).max-width-777 {
  max-width: 777px;
}
:not(.usa-icon).width778 {
  width: 778px;
}
:not(.usa-icon).width-778 {
  width: 778px;
  min-width: 778px;
}
:not(.usa-icon).min-width-778 {
  min-width: 778px;
}
:not(.usa-icon).height-778 {
  height: 778px;
}
:not(.usa-icon).max-width-778 {
  max-width: 778px;
}
:not(.usa-icon).width779 {
  width: 779px;
}
:not(.usa-icon).width-779 {
  width: 779px;
  min-width: 779px;
}
:not(.usa-icon).min-width-779 {
  min-width: 779px;
}
:not(.usa-icon).height-779 {
  height: 779px;
}
:not(.usa-icon).max-width-779 {
  max-width: 779px;
}
:not(.usa-icon).width780 {
  width: 780px;
}
:not(.usa-icon).width-780 {
  width: 780px;
  min-width: 780px;
}
:not(.usa-icon).min-width-780 {
  min-width: 780px;
}
:not(.usa-icon).height-780 {
  height: 780px;
}
:not(.usa-icon).max-width-780 {
  max-width: 780px;
}
:not(.usa-icon).width781 {
  width: 781px;
}
:not(.usa-icon).width-781 {
  width: 781px;
  min-width: 781px;
}
:not(.usa-icon).min-width-781 {
  min-width: 781px;
}
:not(.usa-icon).height-781 {
  height: 781px;
}
:not(.usa-icon).max-width-781 {
  max-width: 781px;
}
:not(.usa-icon).width782 {
  width: 782px;
}
:not(.usa-icon).width-782 {
  width: 782px;
  min-width: 782px;
}
:not(.usa-icon).min-width-782 {
  min-width: 782px;
}
:not(.usa-icon).height-782 {
  height: 782px;
}
:not(.usa-icon).max-width-782 {
  max-width: 782px;
}
:not(.usa-icon).width783 {
  width: 783px;
}
:not(.usa-icon).width-783 {
  width: 783px;
  min-width: 783px;
}
:not(.usa-icon).min-width-783 {
  min-width: 783px;
}
:not(.usa-icon).height-783 {
  height: 783px;
}
:not(.usa-icon).max-width-783 {
  max-width: 783px;
}
:not(.usa-icon).width784 {
  width: 784px;
}
:not(.usa-icon).width-784 {
  width: 784px;
  min-width: 784px;
}
:not(.usa-icon).min-width-784 {
  min-width: 784px;
}
:not(.usa-icon).height-784 {
  height: 784px;
}
:not(.usa-icon).max-width-784 {
  max-width: 784px;
}
:not(.usa-icon).width785 {
  width: 785px;
}
:not(.usa-icon).width-785 {
  width: 785px;
  min-width: 785px;
}
:not(.usa-icon).min-width-785 {
  min-width: 785px;
}
:not(.usa-icon).height-785 {
  height: 785px;
}
:not(.usa-icon).max-width-785 {
  max-width: 785px;
}
:not(.usa-icon).width786 {
  width: 786px;
}
:not(.usa-icon).width-786 {
  width: 786px;
  min-width: 786px;
}
:not(.usa-icon).min-width-786 {
  min-width: 786px;
}
:not(.usa-icon).height-786 {
  height: 786px;
}
:not(.usa-icon).max-width-786 {
  max-width: 786px;
}
:not(.usa-icon).width787 {
  width: 787px;
}
:not(.usa-icon).width-787 {
  width: 787px;
  min-width: 787px;
}
:not(.usa-icon).min-width-787 {
  min-width: 787px;
}
:not(.usa-icon).height-787 {
  height: 787px;
}
:not(.usa-icon).max-width-787 {
  max-width: 787px;
}
:not(.usa-icon).width788 {
  width: 788px;
}
:not(.usa-icon).width-788 {
  width: 788px;
  min-width: 788px;
}
:not(.usa-icon).min-width-788 {
  min-width: 788px;
}
:not(.usa-icon).height-788 {
  height: 788px;
}
:not(.usa-icon).max-width-788 {
  max-width: 788px;
}
:not(.usa-icon).width789 {
  width: 789px;
}
:not(.usa-icon).width-789 {
  width: 789px;
  min-width: 789px;
}
:not(.usa-icon).min-width-789 {
  min-width: 789px;
}
:not(.usa-icon).height-789 {
  height: 789px;
}
:not(.usa-icon).max-width-789 {
  max-width: 789px;
}
:not(.usa-icon).width790 {
  width: 790px;
}
:not(.usa-icon).width-790 {
  width: 790px;
  min-width: 790px;
}
:not(.usa-icon).min-width-790 {
  min-width: 790px;
}
:not(.usa-icon).height-790 {
  height: 790px;
}
:not(.usa-icon).max-width-790 {
  max-width: 790px;
}
:not(.usa-icon).width791 {
  width: 791px;
}
:not(.usa-icon).width-791 {
  width: 791px;
  min-width: 791px;
}
:not(.usa-icon).min-width-791 {
  min-width: 791px;
}
:not(.usa-icon).height-791 {
  height: 791px;
}
:not(.usa-icon).max-width-791 {
  max-width: 791px;
}
:not(.usa-icon).width792 {
  width: 792px;
}
:not(.usa-icon).width-792 {
  width: 792px;
  min-width: 792px;
}
:not(.usa-icon).min-width-792 {
  min-width: 792px;
}
:not(.usa-icon).height-792 {
  height: 792px;
}
:not(.usa-icon).max-width-792 {
  max-width: 792px;
}
:not(.usa-icon).width793 {
  width: 793px;
}
:not(.usa-icon).width-793 {
  width: 793px;
  min-width: 793px;
}
:not(.usa-icon).min-width-793 {
  min-width: 793px;
}
:not(.usa-icon).height-793 {
  height: 793px;
}
:not(.usa-icon).max-width-793 {
  max-width: 793px;
}
:not(.usa-icon).width794 {
  width: 794px;
}
:not(.usa-icon).width-794 {
  width: 794px;
  min-width: 794px;
}
:not(.usa-icon).min-width-794 {
  min-width: 794px;
}
:not(.usa-icon).height-794 {
  height: 794px;
}
:not(.usa-icon).max-width-794 {
  max-width: 794px;
}
:not(.usa-icon).width795 {
  width: 795px;
}
:not(.usa-icon).width-795 {
  width: 795px;
  min-width: 795px;
}
:not(.usa-icon).min-width-795 {
  min-width: 795px;
}
:not(.usa-icon).height-795 {
  height: 795px;
}
:not(.usa-icon).max-width-795 {
  max-width: 795px;
}
:not(.usa-icon).width796 {
  width: 796px;
}
:not(.usa-icon).width-796 {
  width: 796px;
  min-width: 796px;
}
:not(.usa-icon).min-width-796 {
  min-width: 796px;
}
:not(.usa-icon).height-796 {
  height: 796px;
}
:not(.usa-icon).max-width-796 {
  max-width: 796px;
}
:not(.usa-icon).width797 {
  width: 797px;
}
:not(.usa-icon).width-797 {
  width: 797px;
  min-width: 797px;
}
:not(.usa-icon).min-width-797 {
  min-width: 797px;
}
:not(.usa-icon).height-797 {
  height: 797px;
}
:not(.usa-icon).max-width-797 {
  max-width: 797px;
}
:not(.usa-icon).width798 {
  width: 798px;
}
:not(.usa-icon).width-798 {
  width: 798px;
  min-width: 798px;
}
:not(.usa-icon).min-width-798 {
  min-width: 798px;
}
:not(.usa-icon).height-798 {
  height: 798px;
}
:not(.usa-icon).max-width-798 {
  max-width: 798px;
}
:not(.usa-icon).width799 {
  width: 799px;
}
:not(.usa-icon).width-799 {
  width: 799px;
  min-width: 799px;
}
:not(.usa-icon).min-width-799 {
  min-width: 799px;
}
:not(.usa-icon).height-799 {
  height: 799px;
}
:not(.usa-icon).max-width-799 {
  max-width: 799px;
}
:not(.usa-icon).width800 {
  width: 800px;
}
:not(.usa-icon).width-800 {
  width: 800px;
  min-width: 800px;
}
:not(.usa-icon).min-width-800 {
  min-width: 800px;
}
:not(.usa-icon).height-800 {
  height: 800px;
}
:not(.usa-icon).max-width-800 {
  max-width: 800px;
}
.width-1pct {
  width: 1%;
}
.max-width-1pct {
  max-width: 1%;
}
.width-2pct {
  width: 2%;
}
.max-width-2pct {
  max-width: 2%;
}
.width-3pct {
  width: 3%;
}
.max-width-3pct {
  max-width: 3%;
}
.width-4pct {
  width: 4%;
}
.max-width-4pct {
  max-width: 4%;
}
.width-5pct {
  width: 5%;
}
.max-width-5pct {
  max-width: 5%;
}
.width-6pct {
  width: 6%;
}
.max-width-6pct {
  max-width: 6%;
}
.width-7pct {
  width: 7%;
}
.max-width-7pct {
  max-width: 7%;
}
.width-8pct {
  width: 8%;
}
.max-width-8pct {
  max-width: 8%;
}
.width-9pct {
  width: 9%;
}
.max-width-9pct {
  max-width: 9%;
}
.width-10pct {
  width: 10%;
}
.max-width-10pct {
  max-width: 10%;
}
.width-11pct {
  width: 11%;
}
.max-width-11pct {
  max-width: 11%;
}
.width-12pct {
  width: 12%;
}
.max-width-12pct {
  max-width: 12%;
}
.width-13pct {
  width: 13%;
}
.max-width-13pct {
  max-width: 13%;
}
.width-14pct {
  width: 14%;
}
.max-width-14pct {
  max-width: 14%;
}
.width-15pct {
  width: 15%;
}
.max-width-15pct {
  max-width: 15%;
}
.width-16pct {
  width: 16%;
}
.max-width-16pct {
  max-width: 16%;
}
.width-17pct {
  width: 17%;
}
.max-width-17pct {
  max-width: 17%;
}
.width-18pct {
  width: 18%;
}
.max-width-18pct {
  max-width: 18%;
}
.width-19pct {
  width: 19%;
}
.max-width-19pct {
  max-width: 19%;
}
.width-20pct {
  width: 20%;
}
.max-width-20pct {
  max-width: 20%;
}
.width-21pct {
  width: 21%;
}
.max-width-21pct {
  max-width: 21%;
}
.width-22pct {
  width: 22%;
}
.max-width-22pct {
  max-width: 22%;
}
.width-23pct {
  width: 23%;
}
.max-width-23pct {
  max-width: 23%;
}
.width-24pct {
  width: 24%;
}
.max-width-24pct {
  max-width: 24%;
}
.width-25pct {
  width: 25%;
}
.max-width-25pct {
  max-width: 25%;
}
.width-26pct {
  width: 26%;
}
.max-width-26pct {
  max-width: 26%;
}
.width-27pct {
  width: 27%;
}
.max-width-27pct {
  max-width: 27%;
}
.width-28pct {
  width: 28%;
}
.max-width-28pct {
  max-width: 28%;
}
.width-29pct {
  width: 29%;
}
.max-width-29pct {
  max-width: 29%;
}
.width-30pct {
  width: 30%;
}
.max-width-30pct {
  max-width: 30%;
}
.width-31pct {
  width: 31%;
}
.max-width-31pct {
  max-width: 31%;
}
.width-32pct {
  width: 32%;
}
.max-width-32pct {
  max-width: 32%;
}
.width-33pct {
  width: 33%;
}
.max-width-33pct {
  max-width: 33%;
}
.width-34pct {
  width: 34%;
}
.max-width-34pct {
  max-width: 34%;
}
.width-35pct {
  width: 35%;
}
.max-width-35pct {
  max-width: 35%;
}
.width-36pct {
  width: 36%;
}
.max-width-36pct {
  max-width: 36%;
}
.width-37pct {
  width: 37%;
}
.max-width-37pct {
  max-width: 37%;
}
.width-38pct {
  width: 38%;
}
.max-width-38pct {
  max-width: 38%;
}
.width-39pct {
  width: 39%;
}
.max-width-39pct {
  max-width: 39%;
}
.width-40pct {
  width: 40%;
}
.max-width-40pct {
  max-width: 40%;
}
.width-41pct {
  width: 41%;
}
.max-width-41pct {
  max-width: 41%;
}
.width-42pct {
  width: 42%;
}
.max-width-42pct {
  max-width: 42%;
}
.width-43pct {
  width: 43%;
}
.max-width-43pct {
  max-width: 43%;
}
.width-44pct {
  width: 44%;
}
.max-width-44pct {
  max-width: 44%;
}
.width-45pct {
  width: 45%;
}
.max-width-45pct {
  max-width: 45%;
}
.width-46pct {
  width: 46%;
}
.max-width-46pct {
  max-width: 46%;
}
.width-47pct {
  width: 47%;
}
.max-width-47pct {
  max-width: 47%;
}
.width-48pct {
  width: 48%;
}
.max-width-48pct {
  max-width: 48%;
}
.width-49pct {
  width: 49%;
}
.max-width-49pct {
  max-width: 49%;
}
.width-50pct {
  width: 50%;
}
.max-width-50pct {
  max-width: 50%;
}
.width-51pct {
  width: 51%;
}
.max-width-51pct {
  max-width: 51%;
}
.width-52pct {
  width: 52%;
}
.max-width-52pct {
  max-width: 52%;
}
.width-53pct {
  width: 53%;
}
.max-width-53pct {
  max-width: 53%;
}
.width-54pct {
  width: 54%;
}
.max-width-54pct {
  max-width: 54%;
}
.width-55pct {
  width: 55%;
}
.max-width-55pct {
  max-width: 55%;
}
.width-56pct {
  width: 56%;
}
.max-width-56pct {
  max-width: 56%;
}
.width-57pct {
  width: 57%;
}
.max-width-57pct {
  max-width: 57%;
}
.width-58pct {
  width: 58%;
}
.max-width-58pct {
  max-width: 58%;
}
.width-59pct {
  width: 59%;
}
.max-width-59pct {
  max-width: 59%;
}
.width-60pct {
  width: 60%;
}
.max-width-60pct {
  max-width: 60%;
}
.width-61pct {
  width: 61%;
}
.max-width-61pct {
  max-width: 61%;
}
.width-62pct {
  width: 62%;
}
.max-width-62pct {
  max-width: 62%;
}
.width-63pct {
  width: 63%;
}
.max-width-63pct {
  max-width: 63%;
}
.width-64pct {
  width: 64%;
}
.max-width-64pct {
  max-width: 64%;
}
.width-65pct {
  width: 65%;
}
.max-width-65pct {
  max-width: 65%;
}
.width-66pct {
  width: 66%;
}
.max-width-66pct {
  max-width: 66%;
}
.width-67pct {
  width: 67%;
}
.max-width-67pct {
  max-width: 67%;
}
.width-68pct {
  width: 68%;
}
.max-width-68pct {
  max-width: 68%;
}
.width-69pct {
  width: 69%;
}
.max-width-69pct {
  max-width: 69%;
}
.width-70pct {
  width: 70%;
}
.max-width-70pct {
  max-width: 70%;
}
.width-71pct {
  width: 71%;
}
.max-width-71pct {
  max-width: 71%;
}
.width-72pct {
  width: 72%;
}
.max-width-72pct {
  max-width: 72%;
}
.width-73pct {
  width: 73%;
}
.max-width-73pct {
  max-width: 73%;
}
.width-74pct {
  width: 74%;
}
.max-width-74pct {
  max-width: 74%;
}
.width-75pct {
  width: 75%;
}
.max-width-75pct {
  max-width: 75%;
}
.width-76pct {
  width: 76%;
}
.max-width-76pct {
  max-width: 76%;
}
.width-77pct {
  width: 77%;
}
.max-width-77pct {
  max-width: 77%;
}
.width-78pct {
  width: 78%;
}
.max-width-78pct {
  max-width: 78%;
}
.width-79pct {
  width: 79%;
}
.max-width-79pct {
  max-width: 79%;
}
.width-80pct {
  width: 80%;
}
.max-width-80pct {
  max-width: 80%;
}
.width-81pct {
  width: 81%;
}
.max-width-81pct {
  max-width: 81%;
}
.width-82pct {
  width: 82%;
}
.max-width-82pct {
  max-width: 82%;
}
.width-83pct {
  width: 83%;
}
.max-width-83pct {
  max-width: 83%;
}
.width-84pct {
  width: 84%;
}
.max-width-84pct {
  max-width: 84%;
}
.width-85pct {
  width: 85%;
}
.max-width-85pct {
  max-width: 85%;
}
.width-86pct {
  width: 86%;
}
.max-width-86pct {
  max-width: 86%;
}
.width-87pct {
  width: 87%;
}
.max-width-87pct {
  max-width: 87%;
}
.width-88pct {
  width: 88%;
}
.max-width-88pct {
  max-width: 88%;
}
.width-89pct {
  width: 89%;
}
.max-width-89pct {
  max-width: 89%;
}
.width-90pct {
  width: 90%;
}
.max-width-90pct {
  max-width: 90%;
}
.width-91pct {
  width: 91%;
}
.max-width-91pct {
  max-width: 91%;
}
.width-92pct {
  width: 92%;
}
.max-width-92pct {
  max-width: 92%;
}
.width-93pct {
  width: 93%;
}
.max-width-93pct {
  max-width: 93%;
}
.width-94pct {
  width: 94%;
}
.max-width-94pct {
  max-width: 94%;
}
.width-95pct {
  width: 95%;
}
.max-width-95pct {
  max-width: 95%;
}
.width-96pct {
  width: 96%;
}
.max-width-96pct {
  max-width: 96%;
}
.width-97pct {
  width: 97%;
}
.max-width-97pct {
  max-width: 97%;
}
.width-98pct {
  width: 98%;
}
.max-width-98pct {
  max-width: 98%;
}
.width-99pct {
  width: 99%;
}
.max-width-99pct {
  max-width: 99%;
}
.width-100pct {
  width: 100%;
}
.max-width-100pct {
  max-width: 100%;
}
.width100pct {
  width: 100%;
}
.span-required {
  color: #d83933;
  display: inline;
}
@media screen {
  .print-only {
    visibility: hidden !important;
    display: none !important;
  }
}
.modalBodySectionScrollable {
  max-height: 400px;
  overflow-y: scroll;
  width: 800px;
  padding: 15px;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.5;
}
.alert {
  color: #FFFFFF !important;
  font-size: 0.75rem;
}
.alert button.close {
  opacity: 0.5;
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2021  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.audit-bar-results {
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  font-size: 0.6875rem;
  font-weight: normal;
  padding-left: 10px;
}
.auditBar {
  height: 24px;
  text-align: left;
  color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 15px;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  font-size: 0.6875rem;
  display: block;
  background-color: #34495e;
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2021  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.gtasBadge {
  border: 1px solid #337ab7;
  border-radius: 50%;
  background-color: white;
  color: #337ab7;
  font-weight: 700;
}
.gtasBadge-1 {
  padding: 5px 10px 5px 7px;
}
.gtasBadge-2 {
  padding: 5px 7px 5px 3px;
}
.gtasBadge-3 {
  padding: 5px 4px 5px 1px;
}
.gtasBadge-4 {
  padding: 5px 7px 5px 5px;
}
.gtasBadge-5 {
  padding: 5px 7px 5px 5px;
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2021  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.gridHeaderActionButton {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #D3D3D3;
  border-color: #D3D3D3;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.6875rem;
  line-height: 15px;
  margin-bottom: 0;
  margin-left: 5px;
  padding: 4px 12px;
  text-align: center;
  text-indent: 0px;
  vertical-align: middle;
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2021  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.bootstrap-datetimepicker-widget.dropdown-menu {
  font-size: 0.6875rem;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2025  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.modalBody400pxScrollable {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
}
div .gtasDialog {
  width: 800px;
  max-height: 90%;
  position: relative;
  z-index: 1150;
  border-radius: 10px;
}
.gtasDialog input.form-control {
  height: 25px;
}
.gtasScrollable {
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  div .gtasDialog {
    width: 800px;
    max-height: 90%;
    right: 30%;
  }
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2025 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.reminderMessage {
  color: #FFFFFF;
  background-color: #34495e;
  display: block;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 25px;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 10px;
}
.ui-message-error span.form-text {
  display: block;
}
.gtas-notice {
  color: #FFFFFF;
  font: Arial 1rem 700;
  background-color: #dc5a00;
  background-size: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 1px;
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2021  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.panel_spacer {
  height: 10px;
}
.panel_spacer_small {
  height: 5px;
}
.panel_spacer_smaller {
  height: 2px;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.infolist li a {
  font-size: 0.703rem;
}
.list_linksexternal a {
  background-image: url(/gtas-ui/assets/images/world_link.png);
}
.list_links a {
  background-image: url(/gtas-ui/assets/images/bullet_blue.png);
}
.list_contact a {
  background-image: url(/gtas-ui/assets/images/email_go.png);
}
.list_contact li:first-child {
  background-image: url(/gtas-ui/assets/images/telephone.png);
}
.list_reports a {
  background-image: url(/gtas-ui/assets/images/report_go.png);
}
.list_linksexternal a {
  background-image: url(/gtas-ui/assets/images/world_link.png);
}
.list_faq a {
  background-image: url(/gtas-ui/assets/images/question.png);
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2021  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.remainingCharacters {
  font-size: 0.625rem;
  color: #666666;
  text-align: right;
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2021  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
body div.report-modal {
  width: 800px;
  max-height: 90%;
}
body div.report-modal .instructions {
  font-size: 0.6875rem;
  padding-left: 15px;
  padding-top: 8px;
  text-align: center;
  margin-top: -5px;
}
body div.report-modal > div.ui-dialog-titlebar {
  height: 40px;
}
body div.report-modal .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  margin: -10px 0 0 0;
}
body div.report-modal .title-cell {
  width: 70%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body div.report-modal {
    width: 800px;
    max-height: 90%;
    right: 30%;
  }
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2021  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
#scrollVerticalHolder {
  position: relative;
  float: right;
  right: -45px;
  width: 30px;
}
#scrollVerticalHolder button {
  position: fixed;
  display: block;
  width: 23px;
  background-color: transparent;
  padding-left: 7px;
  padding-right: 5px;
  text-align: left;
}
#scrollVerticalHolder button#scrollTop {
  top: 5%;
  padding-top: 14px;
  padding-bottom: 0;
}
#scrollVerticalHolder button#scrollBottom {
  bottom: 5%;
  padding-top: 0;
  padding-bottom: 14px;
}
#scrollVerticalHolder button span {
  position: absolute;
  border: solid #337ab7;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin-left: -1px;
}
#scrollVerticalHolder button#scrollTop span {
  margin-top: -9px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
#scrollVerticalHolder button#scrollBottom span {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2021  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.p-sidebar {
  background: #FFFFFF;
  color: #333333;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  position: relative !important;
}
.p-sidebar .p-sidebar-header .p-sidebar-close,
.p-sidebar .p-sidebar-header .p-sidebar-icon {
  width: 2rem;
  height: 2rem;
  color: #888888;
  border: 0 none;
  background: transparent;
  border-radius: 50%;
  transition: box-shadow 0.15s;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
  color: #333333;
  border-color: transparent;
  background: transparent;
}
.p-sidebar .p-sidebar-header .p-sidebar-close:focus,
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus {
  outline: 0 none;
  outline-offset: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.p-sidebar .p-sidebar-header + .p-sidebar-content {
  padding-top: 0;
}
.p-sidebar .p-sidebar-content {
  padding: 1.25rem;
  overflow-x: hidden;
}
.p-sidebar-right {
  max-width: 12em;
}
.p-sidebar-right.p-sidebar-active {
  -webkit-transform: translateX(0) translateY(-25%);
  -ms-transform: translateX(0) translateY(-25%);
  transform: translateX(0) translateY(-25%);
}
.p-sidebar .sidebarWidth14 {
  max-width: 14em;
}
.sidebarWrapper {
  top: 50%;
  position: fixed;
  right: 0;
  transform: translateY(-50%);
  min-height: 200px;
}
.sidebar-panel-body {
  font-size: 0.75rem;
  background: #FFFFFF;
  width: 100%;
  max-height: 80vh;
  position: relative;
  top: 0;
  right: auto;
  -webkit-border-radius: 0.25em 0 0 0.25em;
  border-radius: calc(0.25rem - 1px) 0 0 calc(0.25rem - 1px);
  padding: 1px 1px 5px 30px;
  font-family: Arial;
  margin: 1px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.sidebar-panel-body.row {
  margin-left: 0;
}
.inner-menu-toggler,
.menu-toggler {
  font-size: 0.75rem;
  font-family: Arial;
  font-weight: 700;
  writing-mode: vertical-lr;
  -ms-writing-mode: bt-lr;
  width: 35px;
  padding: 7px;
  -webkit-border-radius: 0 0.25em 0.25em 0;
  border-radius: 0 calc(0.25rem - 1px) calc(0.25rem - 1px) 0;
  background: #337ab7;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  transform: rotate(180deg);
  text-align: center;
  z-index: 5;
}
.inner-menu-toggler:hover,
.menu-toggler:hover {
  background-color: #285f8f;
}
.inner-menu-toggler {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.menu-toggler {
  position: absolute;
  right: 0;
  height: 200px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .p-sidebar .p-sidebar-header {
    padding: 0px 1.25rem;
  }
  .sidebarWrapper {
    top: 50%;
    position: fixed;
    right: 0;
    transform: translateY(-50%);
  }
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2021  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.progressAng {
  z-index: 1100;
  position: fixed;
  top: 50%;
  left: 50%;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
body .p-dialog p-splitbutton .p-button {
  height: 32px;
}
body .p-dialog p-splitbutton .btn-sm .p-button-label,
body .p-dialog p-splitbutton .btn-group-sm > .btn .p-button-label,
body .p-dialog p-splitbutton .btn-group-sm > .p-button .p-button-label {
  padding-top: 0;
  padding-bottom: 1px;
  margin-right: -10px;
  display: block;
}
body .p-dialog p-splitbutton .btn-sm chevrondownicon,
body .p-dialog p-splitbutton .btn-group-sm > .btn chevrondownicon,
body .p-dialog p-splitbutton .btn-group-sm > .p-button chevrondownicon {
  padding-top: 5px;
  padding-left: 1px;
  padding-bottom: 1px;
}
body .p-dialog p-splitbutton .btn-sm .p-splitbutton-defaultbutton,
body .p-dialog p-splitbutton .btn-group-sm > .btn .p-splitbutton-defaultbutton,
body .p-dialog p-splitbutton .btn-group-sm > .p-button .p-splitbutton-defaultbutton {
  line-height: 1.125;
  padding: 0.25rem 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
body .p-dialog p-splitbutton .btn-sm .p-splitbutton-menubutton,
body .p-dialog p-splitbutton .btn-group-sm > .btn .p-splitbutton-menubutton,
body .p-dialog p-splitbutton .btn-group-sm > .p-button .p-splitbutton-menubutton {
  line-height: 1.125;
  padding: 0.2rem 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body .p-dialog p-splitbutton .p-tieredmenu {
  width: 12.5em;
  margin-left: 8px;
  background-color: #008659 !important;
  margin-top: -6px;
  padding: 0;
  position: absolute;
}
body .p-dialog p-splitbutton .p-tieredmenu ul {
  margin: 0;
  padding: 0;
  border: 0;
}
body .p-dialog p-splitbutton .p-tieredmenu .p-menuitem {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
}
body .p-dialog .p-dialog-content p-splitbutton a {
  color: #FFFFFF;
}
.justificationCreateCancelButton {
  position: absolute !important;
  bottom: -1px;
  right: 130px;
}
.justificationSplitSubmitButton {
  position: absolute !important;
  bottom: 10px;
  right: 3px;
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2022  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.btn-group > .btn-primary.active {
  background-color: #3f89c9 !important;
}
.btn-group > .btn-primary:not(.active) {
  background-color: #FFFFFF;
  color: #333333;
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 * Copyright 2021 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
app-paging .dataTables_info {
  margin-top: 8px;
  margin-bottom: 5px;
}
app-paging .dataTablePaging {
  margin-top: 2px;
}
app-paging > div {
  margin-bottom: 1em;
}
body .dataTablePaging .pagination_length {
  display: inline-block;
  vertical-align: top;
  font-size: 0.75rem;
  font-weight: 700;
  padding-right: 10px;
  padding-top: 5px;
}
body .dataTablePaging .pagination_length label {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0;
}
body .dataTablePaging .pagination_length label:nth-of-type(2) {
  margin-right: 15px;
}
body .dataTablePaging .pagination_length .ng-select {
  display: inline-flex;
  width: 55px;
  margin-right: 5px;
  margin-left: 5px;
  height: 20px;
  vertical-align: middle;
}
body .dataTablePaging .pagination_length .ng-select.ng-select-single .ng-select-container {
  min-height: 20px;
  height: 20px;
}
body .dataTablePaging .pagination_length .ng-select .ng-option-label,
body .dataTablePaging .pagination_length .ng-select .ng-value-label {
  font-size: 0.625rem;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 *  Copyright 2024  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.p-tabview-nav {
  border-bottom: 1px solid #333333;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex: 1 1 auto;
}
.p-tabview-nav > li.p-highlight > a,
.p-tabview-nav > li.p-highlight > a:hover,
.p-tabview-nav > li.p-highlight > a:focus {
  color: #FFFFFF;
  cursor: default;
  font-weight: bold;
  background-color: #337ab7;
  border: 1px solid #DDDDDD;
  border-bottom-color: transparent;
}
.p-tabview-nav > li > a {
  color: #333333;
  padding: 7px 10px 7px;
  margin-right: 2px;
  margin-bottom: -1px;
  line-height: 1.42857143;
  border: 1px solid black;
  border-bottom: none;
  text-decoration: none;
  border-radius: 4px 4px 0 0;
  font-family: Arial;
  font-size: 0.75rem;
  position: relative;
  display: block;
}
.p-tabview-nav > li > a:hover {
  background-color: #DDDDDD;
}
.p-tabview-title {
  line-height: 1;
  white-space: nowrap;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.header-label-font {
  font-weight: normal;
  font-size: 0.75rem;
}
.header-value-font {
  font-weight: bold;
  color: #004E8C;
  font-size: 0.75rem;
}
#gtas-header {
  text-decoration: none;
  background-image: url(/gtas-ui/assets/images/GTAS-Header-970.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 70px;
}
body[gtaswidth=wide] #gtas-header {
  background-image: url(/gtas-ui/assets/images/GTAS-Header-1140.png);
}
@media (min-width: 1200px) {
  body[gtaswidth=multi] #gtas-header {
    background-image: url(/gtas-ui/assets/images/GTAS-Header-1140.png);
  }
}
.status-display {
  padding: 5px 5px 0 0;
}
.status-display > .row {
  line-height: 16px;
  min-height: 18px;
  height: 18px;
}
.status-display > .row > div {
  line-height: 16px;
  min-height: 18px;
  height: 18px;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
#push,
#footer {
  height: 105px;
  margin-top: 5px;
}
.gtas-footer-list {
  float: left;
  list-style: none outside none;
  margin: 40px 10px 10px;
  padding: 0;
}
#gtas-footer {
  text-decoration: none;
  background-image: url(/gtas-ui/assets/images/GTAS-Footer-970.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 auto;
  padding-top: 5px;
}
body[gtaswidth=wide] #gtas-footer {
  background-image: url(/gtas-ui/assets/images/GTAS-Footer-1140.png);
}
@media (min-width: 1200px) {
  body[gtaswidth=multi] #gtas-footer {
    background-image: url(/gtas-ui/assets/images/GTAS-Footer-1140.png);
  }
}
.footer-label {
  margin-top: 40px;
  margin-bottom: 0;
}
.footer-label li {
  font-size: 70%;
  line-height: 14px;
  list-style: none outside none;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2025  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.table {
  background-color: #FFFFFF;
}
table thead tr th {
  vertical-align: middle !important;
}
.table-hover tbody > tr.highlightedRow > td {
  background-color: #FFF799;
  --bs-table-bg-state: transparent;
}
.table-hover tbody > tr.detailFormRow > td.detailBackground,
.table-hover tbody > tr#detailFormRow > td.detailBackground {
  background-color: #FFFDE8;
  --bs-table-bg-state: transparent;
  padding: calc(0.5 * var(--bs-gutter-x));
}
tbody tr.detailFormRow .table-hover tbody > tr.highlightedRow > td {
  background-color: #A3D6F5;
  --bs-table-bg-state: transparent;
}
tbody tr.detailFormRow .table-hover tbody > tr.detailFormRow > td.detailBackground,
tbody tr.detailFormRow .table-hover tbody > tr#detailFormRow > td.detailBackground {
  background-color: #D6EEFC;
  --bs-table-bg-state: transparent;
  padding: calc(0.5 * var(--bs-gutter-x));
}
.paginationTable tbody > tr > td {
  vertical-align: middle;
}
.paginationTable thead > tr > th {
  text-align: center;
  vertical-align: middle;
}
.dataTables_info {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 5px;
  font-size: 0.75rem;
  font-weight: 700;
}
.dataTables_length,
.dataTables_length label {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 2px;
  font-size: 0.75rem;
  font-weight: 700;
}
.tallRow {
  height: 32px;
  vertical-align: middle;
}
.dataTables_paginate {
  display: inline-block;
}
.dataTables_paginate .pagination {
  margin: 5px 0px 0px 0px;
}
.dataTables_sizing {
  height: 0;
  overflow: hidden;
}
.dataTablePaging {
  float: right;
}
.pagination > li > a {
  padding: 2px 5px 2px 5px !important;
  font-size: 0.75rem;
}
.paginationTable {
  margin-bottom: 0px;
}
.paginationTable thead input {
  height: 18px;
  font-size: 0.703rem !important;
  font-weight: normal;
  color: #555555;
}
.paginationTable thead select.form-control,
.dataTables_length select.form-control {
  font-size: 0.625rem;
}
.table-less-padding.table th,
.table-less-padding.table td {
  padding: 0.25em 0.375em;
}
.horizontal-scrolling-table {
  overflow-y: auto;
}
.vertical-text {
  display: inline-block;
  overflow: hidden;
  width: 1.5em;
}
.vertical-text span {
  display: inline-block;
  white-space: nowrap;
  line-height: 1.5;
  -ms-transform: translate(0, 0) rotate(-90deg);
  transform: translate(0, 100%) rotate(-90deg);
  transform-origin: 0 0;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}
.vertical-text span:after {
  content: "";
  display: block;
  margin: -1.5em 0 100%;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.dropdown-toggle::after {
  display: none !important;
}
.dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu,
.dropdown.open > .dropdown-menu,
.dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.dropdown-menu {
  position: absolute;
  top: 92%;
  z-index: 1000;
}
.navbar-nav > .nav-item > a,
.navbar-nav > .dropdown > a {
  background-color: inherit;
  height: 14px;
  display: block;
}
ul.nav li.nav-item:last-child {
  margin-left: auto !important;
}
.dropdown-menu > li > a {
  font-family: Arial;
  font-size: 0.6875rem;
}
.gtasnavbar {
  min-height: 0;
}
.gtasnavbar > .navbar-nav {
  min-height: 24px;
  background-color: #4d8ab7;
  background-image: -moz-linear-gradient(top, #1c6399, #4d8ab7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d8ab7), to(#1c6399));
  background-image: -webkit-linear-gradient(top, #4d8ab7, #1c6399);
  background-image: -o-linear-gradient(top, #4d8ab7, #1c6399);
  background-image:
    linear-gradient(
      to bottom,
      #4d8ab7,
      #1c6399);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4d8ab7", endColorstr="#1c6399", GradientType=0);
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
  width: 100%;
}
.navbar.gtasnavbar .nav > li > a {
  float: none;
  padding: 0 13px 0;
  color: #EFEFEF;
  text-decoration: none;
  line-height: 24px;
  font-size: 0.625rem;
  text-transform: uppercase;
  height: 24px;
  font-weight: 700;
  border-right: 1px solid #FFFFFF;
}
.navbar.gtasnavbar .nav .open > a,
.navbar.gtasnavbar .nav .active > a,
.navbar.gtasnavbar .nav > li > a:hover,
.navbar.gtasnavbar .nav > li > a:focus {
  filter: none;
  color: #004E8C;
  background-color: #EFEFEF;
  box-shadow: none;
}
.navbar.gtasnavbar .nav > li > a.dropdown-toggle,
.navbar.gtasnavbar .nav > li:hover > a.dropdown-toggle {
  padding-right: 25px;
  background-image: url(/gtas-ui/assets/images/csg-4ce6dc83cbde8.png);
  background-repeat: no-repeat;
  background-position: right 5px top -118px;
}
.navbar.gtasnavbar .nav > li:hover > a.dropdown-toggle {
  background-position: right 5px top 5px;
}
.panel.isCollapsible > .panel-heading:before,
.panel.isCollapsible.isCollapsed > .panel-heading:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-family: "FontAwesome", sans-serif;
  content: "\f107";
}
.panel.isCollapsible.isCollapsed > .panel-heading:before {
  content: "\f105";
}
.navbar.gtasnavbar .dropdown-menu {
  border-top: 1px solid #888888;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar.gtasnavbar .dropdown-menu > li {
  background-color: #BDC3DE;
  height: 24px;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
  border-bottom: 1px solid #888888;
  border-top: none;
  line-height: 24px;
}
.navbar.gtasnavbar .dropdown-menu > li > a {
  display: block;
  padding: 3px 5px;
  clear: both;
  line-height: 20px;
  padding-left: 10px;
  color: #333333;
  white-space: nowrap;
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 165px;
}
.navbar.gtasnavbar .dropdown-menu > li > a:focus,
.navbar.gtasnavbar .dropdown-menu > li > a:hover,
.navbar.gtasnavbar .dropdown-submenu.open > a,
.navbar.gtasnavbar .dropdown-submenu:focus > a,
.navbar.gtasnavbar .dropdown-submenu:hover > a {
  filter: none;
  background-color: #EFEFEF;
  color: #004E8C;
  border-left: 5px solid #5d80be;
  padding-left: 5px;
}
.navbar.gtasnavbar .dropdown-submenu {
  position: relative;
}
.navbar li.dropdown-submenu > a.dropdown-toggle,
.navbar li.dropdown-submenu > a.dropdown-toggle {
  background-image: url(/gtas-ui/assets/images/arrow-blue.png);
  background-repeat: no-repeat;
  background-position: 95% -180px;
}
.navbar li.dropdown-submenu:hover > a.dropdown-toggle,
.navbar li.dropdown-submenu.open > a.dropdown-toggle {
  background-image: url(/gtas-ui/assets/images/arrow-blue.png);
  background-repeat: no-repeat;
  background-position: 95% -56px;
}
.navbar .dropdown-submenu .dropdown-item,
.navbar .dropdown-submenu .dropdown-submenu {
  border-top: 1px solid #888888;
}
.navbar.gtasnavbar .dropdown-submenu > .dropdown-menu {
  background-color: #BDC3DE;
  border-top: 1px solid #888888;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -1px;
  top: 0;
  left: 165px;
}
.navbar.gtasnavbar .nav > li:first-child {
  border-left: 1px solid #FFFFFF;
  margin-left: 15px;
}
.navbar.gtasnavbar .nav > li:last-child {
  float: right;
}
.navbar.gtasnavbar .nav > li:last-child > a {
  border-right: none;
  border-left: 1px solid #FFFFFF;
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2022  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
@media print {
  .footSection button {
    visibility: hidden;
    display: none;
  }
  .p-datatable-thead th {
    color: black;
  }
  .divWithVerticalScrollBar-height-400 {
    height: 100%;
    max-height: 100%;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid black !important;
  }
}
.info {
  color: #004E8C;
}
#gtas-approvals-dropdown .fa-unlock,
#gtas-approvals-dropdown .fa-lock {
  cursor: default !important;
}
#gtas-approvals-dropdown .fa-unlock:hover {
  background-color: #008659;
}
#gtas-approvals-dropdown .fa-lock:hover {
  background-color: #d83933;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
#gtasAtbStatusMain #userSearch {
  max-height: 25px;
  text-transform: lowercase;
  margin-left: 7px;
}
#gtasAtbStatusMain selectUserButton-icon {
  margin-left: 0;
}
#gtasAtbStatusMain #fiscalYear,
#gtasAtbStatusMain #period,
#gtasAtbStatusMain #frEntity {
  width: 175px;
}
#gtasAtbStatusMain .p-tabview-nav {
  width: 100%;
}
#gtasAtbStatusMain gtas-atb-status-more-info-button button {
  padding-left: 5px;
  padding-right: 5px;
}
#gtasAtbStatusMain .searchForm .usa-label {
  height: 20px;
  font-weight: bold;
}
#gtasAtbStatusMain .searchForm .usa-input {
  max-height: 30px;
  margin-top: 0.25em;
}
#gtasAtbStatusMain .searchForm frb-control-wrapper > .usa-form-group {
  margin-top: 0;
}
#gtasAtbStatusMain .searchForm .usa-form-group--error {
  margin-left: -0.5rem;
  padding-left: 0.5rem;
}
#gtasAtbStatusMain .searchForm .usa-error-message,
#gtasAtbStatusMain .searchForm .usa-hint,
#gtasAtbStatusMain .searchForm #userSearchError {
  font-size: 12px;
}
#gtasAtbStatusMain .searchForm .atb-input {
  display: flex;
  align-items: flex-end;
}
#gtasAtbStatusMain .searchForm gtas-common-select-user-control frb-button {
  width: 25px;
}
#gtasAtbStatusMain .searchForm #userSearchError {
  font-weight: 700;
  color: #b50909;
}
#gtasAtbStatusMain .searchForm .externalButtonSpacing {
  height: 150px;
  padding-top: 110px !important;
}
#gtasAtbStatusMain frb-table-checkbox label {
  margin-right: -1rem;
}
#gtasAtbStatusMain .selectAllCheckbox {
  height: 14px;
}
#gtasAtbStatusEditDetails .detailBody {
  font-size: 0.75rem;
}
#gtasAtbStatusEditDetails .editNumber {
  font-size: 0.8em;
  font-weight: 700;
}
#gtasAtbStatusEditDetails .usa-button-group__item:last-child {
  margin-right: 0.25rem;
}
#gtasAtbStatusEditDetails .expansionTitle {
  font-weight: 700;
  font-size: 0.9rem;
}
#gtasAtbStatusEditDetails .summaryTotals {
  padding-left: 20px;
  font-size: 0.75rem;
  font-weight: 700;
}
#gtasAtbStatusEditDetails .summaryText {
  white-space: pre;
}
#gtasAtbStatusEditDetails .sideTitle {
  font-weight: 700;
  padding: 5px 0px;
  line-height: 1;
}
#gtasAtbStatusEditDetails .totalTitle {
  font-weight: 700;
  padding: 5px;
  line-height: 1;
  background-color: #BFBFBF;
}
#gtasAtbStatusEditDetails .sideSource {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
#gtasAtbStatusEditDetails .actionCol {
  line-height: 1;
}
#gtasAtbStatusEditDetails frb-button button {
  font-size: 0.75rem;
}
#gtasAtbStatusFailedValidationDetails .summaryTotals {
  padding-left: 20px;
  font-size: 0.75rem;
  font-weight: 700;
}
#gtasAtbStatusFailedValidationDetails .summaryText {
  white-space: pre;
}
.pendingText {
  font-size: 0.75rem;
  padding-bottom: 15px;
  padding-left: 5px;
}
.noActivityModal .vertical-scroll {
  overflow-y: auto;
  max-height: 75vh;
}
#editDetailsTable td button {
  white-space: nowrap;
}
#overrideJustificationId-form-group {
  margin-top: 0;
}
frb-textarea-input textarea.usa-textarea {
  height: auto;
}
.noActivityModal .ng-dropdown-panel.ng-select-bottom {
  margin-top: -18px;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
#atbUploadTable .ng-value-label.usa-checkbox__label.display-inline-block {
  font-size: 0.703rem;
}
#atbFileSelector #atbFileInput-file-type-hint {
  display: none;
}
#atbFileSelector #atbFileInput-form-group {
  margin-top: 0;
}
#atbFileSelector #atbFileInput-file-size-hint {
  font-size: 0.703rem;
}
#atbFileSelector .usa-file-input__instructions {
  font-size: 0.703rem;
  padding: 1rem;
}
#atbFileSelector .usa-file-input__preview {
  font-size: 0.703rem;
}
#atbFileSelector .usa-file-input__preview img {
  display: none;
}
#atbFileSelector .usa-file-input__preview-heading {
  font-size: 0.703rem;
  max-height: 25px;
}
#atbFileUpload .usa-file-input {
  max-width: 100%;
}
#atbFileUpload .usa-file-input__accepted-files-message {
  padding-top: 5px;
  font-size: 0.703rem;
}
#atbUploadAlert .usa-alert__heading {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 2px;
}
#atbUploadAlert .usa-alert__text {
  font-size: 0.8rem;
  text-align: left;
}
gtas-atb-upload-atb-upload-button #atbMoreInfoButton {
  padding: 0.25rem 0.75rem;
  margin-right: 0;
  pointer-events: all;
}
#atbResultsTable .ng-dropdown-panel-items {
  max-height: 150px;
}
.atbUploadResultsModal .vertical-scroll {
  overflow-y: auto;
  max-height: 75vh;
}
.atbUploadResultsModal .gtas-filter-header .ng-dropdown-panel.ng-select-bottom {
  margin-top: 0;
}
.atbUploadResultsModal .gtas-filter-header .ng-placeholder {
  margin-top: -1px;
}
#atbUploadTable .atbResultsBtn {
  width: 71px;
}
#atbResultsTable #selectAllCheckbox {
  height: 13px;
  margin-top: 3px;
}
#gtasAtbUploadMain .viewTasExtensions {
  color: #FFFFFF;
  text-decoration: underline;
}
#gtasAtbUploadMain .viewTasExtensionsDiv {
  height: 40px;
}
#gtasAtbUploadMain .usa-button-group__item:last-child {
  margin-right: 0.25rem;
}
.atbUploadModalTitle {
  height: 100%;
}
#manageDomainValuesForm .ng-dropdown-panel {
  margin-top: 35px;
}
.attributeTableRowPad {
  padding-top: 6px;
}
.bureauTasAssociationHeader {
  padding-left: 10px;
  font-weight: 700;
}
.bureauTooltip.p-tooltip .p-tooltip-text {
  background-color: whitesmoke;
  color: black;
  font-size: 0.75em;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 *
 * Copyright 2025  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
#searchDesc {
  padding-right: 0px;
  margin-right: -40px;
}
#searchDropdown {
  padding-left: 0px;
}
#searchDropdown2 {
  margin-left: -80px;
}
#searchButton {
  margin-left: 10px;
}
.filterOptions {
  font-size: 0.75rem;
}
.filterOptions label {
  padding: 5px;
}
.searchBody {
  padding-top: 8px;
  padding-bottom: 0px;
}
.searchBody button {
  padding: 6px 12px;
}
.periodBox {
  width: 140px !important;
}
#select-user-modal .display-inline-flex {
  display: inline;
}
gtas-common-select-user-control input {
  text-transform: lowercase;
  max-height: 25px;
}
gtas-common-select-user-control #selectUserButton {
  width: 30px;
  height: 100%;
  padding: 2px 5px;
}
gtas-common-select-user-control #selectUserButton i {
  font-size: 0.75rem;
  margin-left: 2px;
}
gtas-common-select-user-control.ng-invalid input {
  border-color: #d83933 !important;
}
#select-user-modal .usa-modal__main {
  margin-top: -45px;
}
#select-user-modal #select-user-button {
  padding: 0.25rem 0.75rem;
  margin-right: 0;
  pointer-events: all;
}
.cdk-overlay-container:has(#confirmDialogComponent) {
  z-index: 1159;
}
#confirmDialogComponent {
  min-width: 450px;
  min-height: 140px;
  z-index: 1160;
}
#confirmDialogComponent .usa-modal__main {
  width: 450px;
}
#confirmDialogComponent .usa-modal__footer {
  padding-top: 5px;
}
#confirmDialogComponent .usa-button-group:has(> li:only-child) {
  left: 45%;
  position: relative;
  float: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  border: none !important;
}
#userRoleDesc-Filter-input-form-group > ng-select {
  margin: 0;
  padding: 5px 5px;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 *
 * Copyright 2025  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
#crosswalkTable td {
  white-space: pre-wrap;
}
#crosswalkTable .titleCol {
  min-width: 350px;
  width: 32%;
}
#crosswalkTable .tasStmtCtrlCol {
  min-width: 80px;
  width: 14%;
}
#crosswalkTable .produceStmtCol {
  min-width: 80px;
  width: 14%;
}
#crosswalkTable .lockCol {
  width: 100px;
}
#crosswalkTable .actionCol {
  min-width: 50px;
  width: 8%;
}
#crosswalkTable .stateCol {
  min-width: 40px;
  width: 4%;
}
#matchingRulesModalCard .bodySection {
  max-height: 400px;
  height: 60%;
  overflow-y: scroll;
  width: 800px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0px 10px 0px 10px;
}
#crosswalkDetailsDiv .sidebar-panel-body {
  padding-top: 15px !important;
  min-height: 175px;
}
#createFootnoteForm .orderNumber {
  height: 25px;
  margin-top: 3px;
  width: auto !important;
}
.dvTooltip.p-tooltip-right {
  border-right-color: black;
}
.dvTooltip.p-tooltip .p-tooltip-text {
  background-color: whitesmoke;
  color: black;
  font-size: 0.75em;
  padding: 0.5em;
  border: 1px solid black;
}
body #createCrosswalkForm .combinedViewFooter .p-splitbutton .p-tieredmenu,
body #createFootnoteForm .combinedViewFooter .p-splitbutton .p-tieredmenu {
  top: 41px !important;
  left: 0px !important;
}
#lineTable .btn:disabled,
#lineTable .p-button:disabled {
  border: 0;
}
.operand {
  background-color: #337ab7;
  color: #FFFFFF;
  font-size: 25px;
  display: inline-block;
  padding: 5px 20px;
  font-weight: bold;
}
.threshold {
  background-color: #337ab7;
  color: #FFFFFF;
  min-width: 50px;
  font-size: 20px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
}
#editsTable .actionCol {
  min-width: 90px;
  width: 8%;
}
.editMask {
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1010 !important;
}
.scrollableModalContent {
  max-height: 400px;
  height: 60%;
  overflow-y: auto;
  overflow-x: hidden;
  width: 800px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0px 10px 0px 10px;
}
#maintainUssglRuleBody .ng-value-label {
  white-space: pre;
}
#maintainUssglRuleBody .ng-option-label {
  white-space: pre;
}
.editInputPad {
  position: relative;
  vertical-align: bottom;
  margin-bottom: 11px;
  padding: 0;
}
.editFormInputSpacingPad {
  padding-right: 22px;
}
#editsRightSide .col-1 {
  width: 9.1% !important;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
#gtas-extension .p-datatable > .p-datatable-wrapper {
  overflow: visible;
}
#gtas-extension #selectAllCheckbox {
  height: 12px;
}
#deleteExtension,
#assignExtension {
  margin-left: 0.5em;
  margin-right: 0;
}
#assignExtensionModal {
  height: 150px;
  min-width: 600px;
}
#assignExtensionModal .usa-modal__content .usa-modal__main {
  width: 600px;
  overflow: visible !important;
}
#deleteExtensionModal {
  min-width: 450px;
  height: 150px;
}
#deleteExtensionModal .usa-modal__main {
  width: 450px;
}
#deleteExtensionModal .usa-modal__footer {
  margin-top: 15px;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
#gtasFrAdjustmentsMain p-table .table ul.usa-button-group,
#editFrAdjustmentModal p-table .table ul.usa-button-group {
  margin-right: 0;
}
#gtasFrAdjustmentsMain .totalCells,
#editFrAdjustmentModal .totalCells {
  background-color: #CCCCCC;
  font-size: 0.75rem;
  font-weight: bold;
}
#gtasFrAdjustmentsMain .totalCells div,
#editFrAdjustmentModal .totalCells div {
  text-align: right !important;
}
#gtasFrAdjustmentsMain th:has(> div.tableSortHeader),
#editFrAdjustmentModal th:has(> div.tableSortHeader) {
  background-color: #5bb75b;
}
#gtasFrAdjustmentsMain th,
#gtasFrAdjustmentsMain .gtas-filter-header,
#editFrAdjustmentModal th,
#editFrAdjustmentModal .gtas-filter-header {
  border: 1px solid white;
}
#gtasFrAdjustmentsMain .highlightCertify,
#gtasFrAdjustmentsMain td.hasNonCertified:has(div.llAmount),
#editFrAdjustmentModal .highlightCertify,
#editFrAdjustmentModal td.hasNonCertified:has(div.llAmount) {
  --bs-table-striped-bg: #d9edf7;
  background-color: var(--bs-table-striped-bg);
  font-style: italic;
}
#gtasFrAdjustmentsMain .legendBox,
#editFrAdjustmentModal .legendBox {
  background-color: #d9edf7;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
  padding: 0 7px;
}
#gtasFrAdjustmentsMain .nonCertifiedMessage,
#editFrAdjustmentModal .nonCertifiedMessage {
  font-size: 0.75rem;
  font-style: italic;
}
#gtasFrAdjustmentsMain .usa-form-group:has(#ussglAccountFilter),
#editFrAdjustmentModal .usa-form-group:has(#ussglAccountFilter) {
  margin-top: 1.5rem;
  margin-left: 0;
  font-size: 0.75rem;
}
#gtasFrAdjustmentsMain .usa-form-group:has(#ussglAccountFilter).usa-form-group--error,
#editFrAdjustmentModal .usa-form-group:has(#ussglAccountFilter).usa-form-group--error {
  margin-top: 0;
}
#gtasFrAdjustmentsMain .usa-form-group:has(#ussglAccountFilter).usa-form-group--error input.usa-input,
#editFrAdjustmentModal .usa-form-group:has(#ussglAccountFilter).usa-form-group--error input.usa-input {
  margin-top: 0;
}
#gtasFrAdjustmentsMain .usa-form-group:has(#ussglAccountFilter).usa-form-group--error .usa-hint,
#editFrAdjustmentModal .usa-form-group:has(#ussglAccountFilter).usa-form-group--error .usa-hint {
  font-size: 0.75rem;
}
#gtasFrAdjustmentsMain .usa-form-group--error,
#editFrAdjustmentModal .usa-form-group--error {
  padding-left: 0.5rem;
}
#gtasFrAdjustmentsMain .gtas-filter-header ng-select .ng-input,
#editFrAdjustmentModal .gtas-filter-header ng-select .ng-input {
  margin-top: -5px;
}
#gtasFrAdjustmentsMain .gtas-filter-header ng-select input,
#editFrAdjustmentModal .gtas-filter-header ng-select input {
  width: 50px !important;
  margin-left: -5px;
}
#gtasFrAdjustmentsMain .vertical-scroll,
#editFrAdjustmentModal .vertical-scroll {
  overflow-y: auto;
  max-height: 75vh;
  padding-top: 5px;
  margin-top: -5px;
}
#addStatementLineModal .usa-modal__main {
  overflow-x: hidden;
}
#addStatementLineModal .usa-form-group:has(#adjustmentAmt) {
  margin-top: 0.5rem;
  margin-left: 0;
}
#addStatementLineModal .usa-form-group:has(#adjustmentAmt) input {
  font-size: 0.75rem !important;
}
#addStatementLineModal frb-text-input:has(div#adjustmentAmt-hint) #adjustmentAmt-form-group {
  margin-top: 0;
}
#addStatementLineModal #adjustmentAmt-form-group.usa-form-group--error {
  margin: 0;
  padding-left: 10px;
}
#addStatementLineModal #adjustmentAmt-form-group.usa-form-group--error #adjustmentAmt-container {
  line-height: 70px;
}
#addStatementLineModal #adjustmentAmt-form-group.usa-form-group--error #adjustmentAmt-hint {
  padding-bottom: 0;
}
#addStatementLineModal #adjustmentAmt-form-group #adjustmentAmt-hint,
#addStatementLineModal #adjustmentAmt-form-group .usa-error-message {
  padding-left: 10px;
  padding-bottom: 10px;
}
#addStatementLineModal .usa-form-group:has(#adjustmentAmount).usa-form-group--error {
  margin-top: 0;
}
#addStatementLineModal .usa-form-group:has(#adjustmentAmount).usa-form-group--error input.usa-input {
  margin-top: 0;
}
#addStatementLineModal .usa-form-group:has(#adjustmentAmount).usa-form-group--error .usa-hint {
  font-size: 0.75rem;
}
#addStatementLineModal .usa-input-group {
  border: none;
  width: 200px;
}
#addStatementLineModal .usa-input-group input {
  margin-top: -15px;
  margin-left: 10px;
}
#addStatementLineModal .usa-input-group .usa-input-prefix svg {
  margin-top: -15px;
  height: 17px;
  margin-left: -12px;
  width: 1rem;
}
#addStatementLineModal .usa-input-group .usa-input-suffix svg {
  margin-top: -1rem;
  margin-left: -0.5rem;
  height: 17px;
  position: absolute;
}
#editFrAdjustmentModal gtas-fr-adjustments-editable-cell .usa-form {
  margin-top: -0.75em;
  max-width: 225px;
}
#editFrAdjustmentModal gtas-fr-adjustments-editable-cell .usa-form .usa-form-group--error {
  margin-top: 0.5rem;
  padding-left: 0.25rem;
  margin-left: 0;
}
#editFrAdjustmentModal gtas-fr-adjustments-editable-cell .usa-form .usa-form-group--error frb-error-display {
  text-align: left;
}
#editFrAdjustmentModal gtas-fr-adjustments-editable-cell .usa-form .usa-form-group--error .usa-error-message {
  padding-bottom: 1rem;
  padding-left: 10px;
}
#editFrAdjustmentModal gtas-fr-adjustments-editable-cell .usa-form .usa-input-group {
  border: none;
  width: 200px;
}
#editFrAdjustmentModal gtas-fr-adjustments-editable-cell .usa-form .usa-input-group input {
  margin-top: -15px;
  margin-left: 10px;
}
#editFrAdjustmentModal gtas-fr-adjustments-editable-cell .usa-form .usa-input-group .usa-input-prefix svg {
  margin-top: -15px;
  height: 17px;
  margin-left: -12px;
  width: 1rem;
}
#editFrAdjustmentModal gtas-fr-adjustments-editable-cell .usa-form .usa-input-group .usa-input-suffix svg {
  margin-top: -1rem;
  margin-left: -0.5rem;
  height: 17px;
  position: absolute;
}
gtas-fr-adjustments-editable-cell .usa-form {
  font-size: 0.75rem;
}
.welcome-header {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
}
body div.maintainMsgDialog {
  width: 800px;
  margin: 0;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
#maintainMsgDialog .ui-dialog-form-content {
  padding-top: 0;
}
.messagePagingSpace {
  margin-left: 18px;
}
#maintainMsgDialog .ui-dialog-footer {
  font-size: inherit;
}
.messageEditor .ql-container {
  height: 200px;
  width: 780px;
}
textarea.messageEditor {
  height: 242px;
  width: 780px;
  resize: none;
  padding: 12px;
}
.content-counter {
  font-size: 0.75rem;
  text-align: right;
}
.card-header .btn.create,
.card-header .create.p-button {
  float: right;
  margin-top: -2px;
  margin-right: -5px;
}
.ui-calendar {
  height: 25px;
}
.messageOptions .ui-calendar .expirationInput {
  height: 100%;
  vertical-align: top;
  width: 150px;
}
.messageOptions :-ms-input-placeholder.expirationInput {
  opacity: 0.6;
}
.messageOptions > div {
  padding: 2px;
}
body .homepage-panel .p-panel-header {
  background-color: #D3D3D3;
  padding: 0.2em;
  font-weight: 700;
  font-size: 0.75rem;
}
body .homepage-panel .p-panel-header .messageProperty {
  font-weight: normal;
}
body .homepage-panel .p-panel-content {
  padding: 0.25em;
  font-size: 0.75rem;
  word-wrap: break-word;
}
body .homepage-panel .row button {
  font-size: 0.6875rem;
  padding: 2px 4px;
  margin: -2px 0px;
}
body .homepage-panel .message-header-type,
body .homepage-panel .message-header-expiration,
body .homepage-panel .message-header-buttons {
  position: relative;
  width: 100%;
}
body .homepage-panel .message-header-type {
  max-width: 30%;
  margin-left: 15px;
  padding-left: 12px;
}
body .homepage-panel .message-header-expiration {
  max-width: 50%;
}
body .homepage-panel .message-header-buttons {
  max-width: 15%;
}
body .homepage-panel .p-panel-content .auditBar {
  margin: -0.28em -0.28em 0.28em -0.28em;
}
body .homepage-panel .padding-adjustment {
  padding-left: 12px;
  padding-right: 12px;
}
body .homepage-panel {
  margin: 0.9em 0.9em 0 0.9em;
  border: 1px solid #D3D3D3;
}
body div:not(:has(> div.messagePagingSpace)) > p-panel > .homepage-panel:last-child {
  margin: 0.9em;
  border: 1px solid #D3D3D3;
}
body .homepage-panel .hp-panel-content {
  min-height: 40px;
}
body .homepage-panel .noticeIcon {
  padding: 10px;
  float: left;
}
body #messagePanel .dataTables_info {
  padding-top: 7px;
  margin-bottom: 1.3em;
}
body #messagePanel .dataTablePaging {
  padding-top: 7px;
  margin-right: 15px;
}
.infodiv {
  padding: 0 10px 10px 10px;
  background-color: #FFFFFF;
}
.infolist {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #D3D3D3;
}
.infolist li {
  font-size: 0.75rem;
  background-color: #FFFFFF;
  line-height: 14px;
  padding: 0;
  border-bottom: 1px solid #D3D3D3;
  list-style: none;
}
.infolist_header {
  border: 0;
  font-weight: 700;
  font-size: 0.75rem;
  margin-top: 10px;
}
.infolist a,
a.w-icon,
.list_appendix li,
.list_contact li:first-child {
  text-decoration: none !important;
  color: #000000 !important;
  display: block;
  background-repeat: no-repeat;
  background-position: 2px center;
  padding: 6px 6px 6px 22px;
}
.infolist a:hover,
.infolist a:active,
.infolist a:focus,
.list_contact li:first-child:hover {
  background-color: #EFEFEF;
}
.progressAngMessage {
  position: absolute;
  top: 40%;
  left: 25%;
}
.servicesStatus {
  table-layout: fixed;
  width: 100%;
}
.row-description {
  width: 40%;
}
.row-name {
  width: 20%;
}
.row-version {
  width: 15%;
}
.user-info-block .row {
  font-size: 0.75rem;
  border: var(--bs-border-width) solid var(--bs-border-color);
  padding: 4px;
}
.user-info-block .row:hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.user-info-block .row:nth-child(odd) {
  background-color: #F5F5F5;
}
.user-info-block .row:nth-child(odd):hover {
  background-color: rgba(var(--bs-emphasis-color-rgb), 0.075);
}
.user-info-block .row .row-label {
  text-align: right;
}
#intragovGridTable .cell-div-top {
  padding: 4px;
}
#intragovGridTable .cell-div-bottom {
  border-top: 1px solid #DDDDDD;
  padding: 4px;
}
.export-header {
  display: inline-block;
  width: 790px;
}
#intragovGridTable .expansion-header {
  background-color: #34495e;
  color: #FFFFFF;
  font-size: 0.75rem;
  height: 24px;
}
table.intragov-grid-table tbody > tr:not(:first-child):not(.detailFormRow) {
  border-top: 4px solid lightgray;
}
table.intragov-grid-table tbody > tr > td {
  line-height: 1.15;
}
table.intragov-grid-table td.gtas-filter-header .ng-arrow-wrapper {
  width: 12px;
  padding-right: 2px;
}
#fundFamilyDifferences td.tas-field {
  white-space: pre;
}
@media print {
  #search-results-holder tr > *:nth-child(10) {
    visibility: hidden;
    display: none;
  }
  .userinfo {
    display: flex;
  }
  .panel-primary {
    border: none;
  }
  .panel-body {
    padding: 0;
  }
}
#fundFamilyDifferences .detailBody {
  font-size: 0.75rem;
}
#fundFamilyDifferenceDiv .inner-table tfoot > tr > td {
  background-color: #FFFDE8;
  border: 0;
}
#fundFamilyDifferenceDiv .total-with-background {
  display: table-cell;
  background-color: #DDDDDD;
  font-weight: 700;
  text-align: right;
  line-height: 20px;
  font-size: 0.7rem;
}
#exportDialog .dialog-header-main {
  width: 95%;
  float: left;
}
#exportDialog .dialog-header-main span {
  vertical-align: middle;
}
.export-modal-body-div {
  width: 99.5%;
}
.export-data th {
  background-color: transparent;
  color: #222222;
}
hr.intragov-separator {
  color: black;
}
.export-data > tbody > tr > th,
.export-data > tbody > tr > td {
  padding: 2px;
}
.export-modal .ui-dialog-content {
  max-height: 700px;
}
@media print {
  .export-data tbody {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  .export-modal {
    top: 0 !important;
    left: 0 !important;
  }
  .export-modal.ui-dialog {
    position: absolute !important;
  }
  .export-modal .ui-dialog-titlebar {
    visibility: hidden !important;
    display: none !important;
  }
  .export-modal .ui-dialog-content {
    height: 100% !important;
    overflow: hidden !important;
  }
}
.manual-adjustment-legend-text {
  font-style: italic;
}
.manual-adjustment-legend-box {
  border: #AAAAAA 1px solid;
  border-radius: 3px;
}
.manual-adjustment-info {
  background-color: #d9edf7 !important;
  font-style: italic;
}
body .p-dialog .p-splitbutton .p-tieredmenu {
  margin-left: 0 !important;
  top: 41px !important;
  left: 9px !important;
}
#budgetObjectClassTable tr {
  height: 32px;
}
#budgetObjectClassTable td {
  text-align: center;
  vertical-align: middle;
}
#budgetObjectClassTable .smallCol {
  width: 20%;
}
#acbPrcForm .footSection {
  border-top: 1px solid #e5e5e5;
  padding: 8px 5px 0px 5px;
}
#tasSearchContent {
  position: relative;
}
#acbPrcDetails .auditBar {
  margin: 0 0.25rem;
  margin-top: 0.25rem !important;
}
#interfaceLogSearchDesc {
  padding-right: 0px;
  margin-right: -40px;
}
#interfaceLogSearchDropdown2 {
  margin-left: -80px;
}
#interfaceLogSearchDropdown {
  padding-left: 0px;
}
#interfaceLogSearchButton {
  margin-left: 120px;
}
#search {
  float: right;
}
.filterOptions {
  font-size: 0.75em;
}
.filterOptions label {
  padding: 5px;
}
.desc {
  padding-top: 10px;
  padding-bottom: 15px;
  padding-left: 5px;
}
.desc label {
  font-weight: bold;
  padding-right: 1em;
}
.expTable {
  padding: 5px;
}
.runs {
  padding-left: 5px;
}
.searchBody {
  padding-top: 8px;
  padding-bottom: 0px;
}
.searchBody button {
  padding: 6px 12px;
}
.fyBox {
  width: 75px !important;
}
.periodBox {
  width: 140px !important;
}
body div.logMessageDialog {
  min-width: 200px !important;
  max-width: 800px;
  min-height: 50px !important;
  margin: 0;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
body div.logMessageDialog .ui-dialog-titlebar-icon .pi-times {
  padding-top: 4px;
}
body div.logMessageDialog .ui-dialog-footer {
  text-align: center;
}
.logMessage {
  white-space: pre-line;
  text-align: left;
}
#closeButton {
  text-align: center;
}
.dataTable .detailFormRow .detailBackground {
  font-size: 0.7rem;
}
.rowToggle {
  cursor: pointer;
  padding-right: 5px;
}
#nonSortHeader {
  cursor: default;
}
#interfaceLogTable .cells td {
  vertical-align: middle;
  height: 28px;
  text-align: center;
}
#gtasReports .usa-sidenav {
  font-size: 0.75rem;
}
#gtasReports .usa-sidenav__sublist {
  font-size: 0.75rem;
}
#gtasReports ul.usa-sidenav > li > a {
  width: 266px;
}
#gtasReports .usa-icon {
  font-size: 1rem !important;
}
.reportUserSearch {
  font-size: 0.75rem;
  font-weight: 700;
}
.reportSubtables {
  white-space: nowrap;
}
#reportParam .usa-label,
#reportParam .usa-legend {
  height: 20px;
  font-weight: bold;
}
#reportParam .usa-form-group--error {
  margin-left: 0;
  padding-left: 5px;
}
#reportParam frb-text-input .usa-form-group input.usa-input {
  margin-top: 0;
}
#reportParam frb-checkbox .usa-form-group {
  margin-left: 0;
  padding-top: 0.3rem;
}
#reportParam hr {
  width: 96%;
}
#reportParam .usa-form-group,
#reportParam .usa-legend {
  margin-top: 0;
  margin-bottom: 4px;
}
#reportParam frb-dropdown-select {
  height: 50px;
}
#reportParam label {
  margin-bottom: 0;
}
#reportParam .runByRow input[type=text] {
  margin-bottom: 12px;
}
#reportParam .runByUserError {
  margin-left: -8px;
  margin-top: -8px;
  font-size: 0.75rem;
}
#reportParam .usa-input--error {
  border-color: #b50909 !important;
  border-width: 1px;
}
#reportParam .usa-radio__label::before {
  height: 0.5rem;
  width: 0.5rem;
  margin-top: 3px;
}
#reportParam .usa-radio__label {
  padding-left: 1.3rem;
}
#reportParam .usa-checkbox__label::before {
  min-width: 0;
  margin-left: 11px;
}
#reportsTableDiv .rptFormatCell {
  white-space: nowrap;
}
#reportsTableDiv .rptFormatCell span {
  font-size: 1rem;
}
#rptErrorMessage {
  margin-left: -5px;
  height: 60px;
}
#rptErrorMessage .usa-alert__heading {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 5px;
}
#rptErrorMessage .usa-alert__text {
  font-size: 0.8rem;
  text-align: left;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 *
 * Copyright 2025  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.tas-attr {
  font-size: 0.75rem;
}
.smaf-legend-box {
  border: #AAAAAA 1px solid;
  border-radius: 3px;
}
.smaf-info {
  background-color: #d9edf7 !important;
  font-style: italic;
}
body div.smafDialog {
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin: 0;
  top: 50% !important;
  position: absolute !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  overflow-y: auto;
  z-index: 3;
}
.smafTooltip {
  color: black;
  font-style: italic;
  font-family: Arial;
  font-size: 0.75rem;
}
.fa-info-circle {
  color: #206ca7;
}
.ng-select.bureauOptions {
  width: auto;
  max-height: 50px;
  margin-top: -3px;
}
#detailsPageDiv .p-tabview-nav-container {
  position: relative;
  z-index: 0;
}
#detailsPageDiv .btn,
#detailsPageDiv .p-button,
#detailsPageDiv button {
  z-index: 1;
}
.row-striping {
  padding: 0.25em 0.5em;
}
.row-striping .row:nth-child(odd) {
  background-color: transparent;
}
#smafFilterModal .usa-accordion--bordered .usa-accordion__content {
  max-height: 200px;
}
#smafFilterModal .usa-accordion--bordered .usa-accordion__content.overflow-visible {
  overflow-y: auto !important;
}
#smafFilterModal .usa-accordion--bordered .usa-checkbox__input {
  position: fixed;
}
#smafFilterModal frb-accordion frb-control-wrapper > .usa-form-group {
  margin-top: 0px;
}
#smafFilterModal frb-accordion .usa-form-group--error {
  margin-left: -0.5rem;
  padding-left: 0.5rem;
}
#smafFilterModal frb-accordion .usa-input {
  max-height: 30px;
  margin-top: 0.25em;
}
#smafFilterModal frb-accordion .usa-label {
  display: none;
}
#atbActivity table thead th:nth-child(1),
#atbActivity table thead th:nth-child(3) {
  width: 40%;
  min-width: 40%;
}
#atbActivity table thead th:nth-child(2) {
  width: 20%;
  min-width: 20%;
}
#ginvDataTable table thead th:nth-child(3),
#ginvDataTable table thead th:nth-child(5),
#ginvDataTable table thead th:nth-child(6),
#ginvDataTable table thead th:nth-child(7),
#ginvDataTable table thead th:nth-child(11) {
  min-width: 75px;
}
#ginvDataTable table thead th:nth-child(4),
#ginvDataTable table thead th:nth-child(8) {
  min-width: 105px;
}
#ginvDataTable table thead th:nth-child(9) {
  min-width: 95px;
}
#ginvDataTable table thead th:nth-child(10) {
  min-width: 85px;
}
#failedEditsTable table thead th:nth-child(1),
#editOverridesTable table thead th:nth-child(1) {
  width: 75px;
}
#businessLinesTransactionsTable table thead th:nth-child(1) {
  min-width: 200px;
}
#businessLinesTransactionsTable table thead th:nth-child(2),
#businessLinesTransactionsTable table thead th:nth-child(7) {
  min-width: 140px;
}
#businessLinesTransactionsTable table thead th:nth-child(4) {
  min-width: 170px;
}
#businessLinesTransactionsTable table thead th:nth-child(5),
#businessLinesTransactionsTable table thead th:nth-child(6),
#businessLinesTransactionsTable table thead th:nth-child(8) {
  min-width: 120px;
}
#businessLinesTransactionsTable .padding-left-3.border-bottom-1px.clear-selected-div.ng-star-inserted {
  padding-left: 0;
}
#businessLinesTransactionsTable .ng-value-label.usa-checkbox__label.display-inline-block {
  font-size: 0.703rem;
}
#addBureauButton {
  margin-top: 1px;
}
#clearFiltersButton {
  padding-right: 12px;
  font-weight: bold;
}
#smafFilterModal .card-header-text {
  font-size: 0.9375rem;
}
.smaf-filter-info {
  text-indent: -30px;
}
gtas-smaf-tas-maintenance .usa-alert .usa-alert__body {
  max-width: unset;
}
gtas-smaf-tas-maintenance .usa-alert--no-icon .usa-alert__body {
  padding-left: unset;
}
gtas-smaf-tas-maintenance .usa-alert--info .usa-alert__body {
  padding-right: unset;
}
#assignedUsersTable-userRoleDesc {
  width: 25%;
}
#bulkFileData caption,
#businessLinesBalancesTable caption,
#businessLinesTransactionsTable caption,
#editOverridesTable caption,
#failedEditsTable caption,
#failedValidationTable caption,
#ginvDataTable caption {
  padding: 0;
}
#businessEventTypeCode-Filter-input-form-group > ng-select,
#debitCredit-Filter-input-form-group > ng-select,
#accountingPeriod-Filter-input-form-group > ng-select {
  margin: 0;
  padding: 5px 5px;
}
#businessLinesTransactionsTable > div .ng-option,
#assignedUsersTable > div .ng-option {
  padding-top: 16px;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2023  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
#roleSelectionDiv .ng-select-container {
  min-height: 0;
}
#showEmailAddresses {
  margin-left: 10px;
}
div#roleSelectionDiv .ng-select.ng-select-multiple .ng-select-container {
  min-height: 25px;
  height: 25px;
}
/*!
 * SENSITIVE BUT UNCLASSIFIED-SOURCE CODE - This entire document is considered sensitive but unclassified.
 *
 * Copyright 2022  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
#accountAttributesAccordions .p-accordion .newlyAdded .p-accordion-header a {
  background-color: #FFD700;
}
#accountAttributesAccordions .p-accordion .newlyAdded .p-accordion-header a span {
  color: black !important;
  font-style: italic;
}
.accountDialog .splitButtonDiv .justificationCreateCancelButton {
  right: 100px;
}
body #createForm .combinedViewFooter .p-splitbutton .p-tieredmenu {
  top: 41px !important;
  left: 0px !important;
}
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2025 Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
.page-item.active .page-link {
  z-index: 0 !important;
}
#deleteDialogContent *:focus {
  outline: 0 !important;
}
.published-release-message {
  font-style: italic;
  font-size: 0.75rem;
  color: #3673d4;
}

/* src/scss/vendors/_font-awesome.scss */
/*!
 * CUI (Controlled Unclassified Information)-SOURCE CODE - This entire document is considered controlled unclassified information.
 * Copyright 2024  Federal Reserve Bank of St. Louis. All Rights Reserved.
 */
/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa,
.glyphicon-calendar,
.glyphicon-chevron-down,
.glyphicon-chevron-up,
.glyphicon-chevron-right,
.glyphicon-chevron-left {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.fa-sharp-solid,
.fa-classic,
.fa,
.glyphicon-calendar,
.glyphicon-chevron-down,
.glyphicon-chevron-up,
.glyphicon-chevron-right,
.glyphicon-chevron-left {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.fa-0::before {
  content: "0";
}
.fa-1::before {
  content: "1";
}
.fa-2::before {
  content: "2";
}
.fa-3::before {
  content: "3";
}
.fa-4::before {
  content: "4";
}
.fa-5::before {
  content: "5";
}
.fa-6::before {
  content: "6";
}
.fa-7::before {
  content: "7";
}
.fa-8::before {
  content: "8";
}
.fa-9::before {
  content: "9";
}
.fa-fill-drip::before {
  content: "\f576";
}
.fa-arrows-to-circle::before {
  content: "\e4bd";
}
.fa-circle-chevron-right::before {
  content: "\f138";
}
.fa-chevron-circle-right::before {
  content: "\f138";
}
.fa-at::before {
  content: "@";
}
.fa-trash-can::before {
  content: "\f2ed";
}
.fa-trash-alt::before {
  content: "\f2ed";
}
.fa-text-height::before {
  content: "\f034";
}
.fa-user-xmark::before {
  content: "\f235";
}
.fa-user-times::before {
  content: "\f235";
}
.fa-stethoscope::before {
  content: "\f0f1";
}
.fa-message::before {
  content: "\f27a";
}
.fa-comment-alt::before {
  content: "\f27a";
}
.fa-info::before {
  content: "\f129";
}
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}
.fa-compress-alt::before {
  content: "\f422";
}
.fa-explosion::before {
  content: "\e4e9";
}
.fa-file-lines::before {
  content: "\f15c";
}
.fa-file-alt::before {
  content: "\f15c";
}
.fa-file-text::before {
  content: "\f15c";
}
.fa-wave-square::before {
  content: "\f83e";
}
.fa-ring::before {
  content: "\f70b";
}
.fa-building-un::before {
  content: "\e4d9";
}
.fa-dice-three::before {
  content: "\f527";
}
.fa-calendar-days::before {
  content: "\f073";
}
.fa-calendar-alt::before {
  content: "\f073";
}
.fa-anchor-circle-check::before {
  content: "\e4aa";
}
.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}
.fa-volleyball::before {
  content: "\f45f";
}
.fa-volleyball-ball::before {
  content: "\f45f";
}
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}
.fa-sort-down::before {
  content: "\f0dd";
}
.fa-sort-desc::before {
  content: "\f0dd";
}
.fa-circle-minus::before {
  content: "\f056";
}
.fa-minus-circle::before {
  content: "\f056";
}
.fa-door-open::before {
  content: "\f52b";
}
.fa-right-from-bracket::before {
  content: "\f2f5";
}
.fa-sign-out-alt::before {
  content: "\f2f5";
}
.fa-atom::before {
  content: "\f5d2";
}
.fa-soap::before {
  content: "\e06e";
}
.fa-icons::before {
  content: "\f86d";
}
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}
.fa-microphone-lines-slash::before {
  content: "\f539";
}
.fa-microphone-alt-slash::before {
  content: "\f539";
}
.fa-bridge-circle-check::before {
  content: "\e4c9";
}
.fa-pump-medical::before {
  content: "\e06a";
}
.fa-fingerprint::before {
  content: "\f577";
}
.fa-hand-point-right::before {
  content: "\f0a4";
}
.fa-magnifying-glass-location::before {
  content: "\f689";
}
.fa-search-location::before {
  content: "\f689";
}
.fa-forward-step::before {
  content: "\f051";
}
.fa-step-forward::before {
  content: "\f051";
}
.fa-face-smile-beam::before {
  content: "\f5b8";
}
.fa-smile-beam::before {
  content: "\f5b8";
}
.fa-flag-checkered::before {
  content: "\f11e";
}
.fa-football::before {
  content: "\f44e";
}
.fa-football-ball::before {
  content: "\f44e";
}
.fa-school-circle-exclamation::before {
  content: "\e56c";
}
.fa-crop::before {
  content: "\f125";
}
.fa-angles-down::before {
  content: "\f103";
}
.fa-angle-double-down::before {
  content: "\f103";
}
.fa-users-rectangle::before {
  content: "\e594";
}
.fa-people-roof::before {
  content: "\e537";
}
.fa-people-line::before {
  content: "\e534";
}
.fa-beer-mug-empty::before {
  content: "\f0fc";
}
.fa-beer::before {
  content: "\f0fc";
}
.fa-diagram-predecessor::before {
  content: "\e477";
}
.fa-arrow-up-long::before {
  content: "\f176";
}
.fa-long-arrow-up::before {
  content: "\f176";
}
.fa-fire-flame-simple::before {
  content: "\f46a";
}
.fa-burn::before {
  content: "\f46a";
}
.fa-person::before {
  content: "\f183";
}
.fa-male::before {
  content: "\f183";
}
.fa-laptop::before {
  content: "\f109";
}
.fa-file-csv::before {
  content: "\f6dd";
}
.fa-menorah::before {
  content: "\f676";
}
.fa-truck-plane::before {
  content: "\e58f";
}
.fa-record-vinyl::before {
  content: "\f8d9";
}
.fa-face-grin-stars::before {
  content: "\f587";
}
.fa-grin-stars::before {
  content: "\f587";
}
.fa-bong::before {
  content: "\f55c";
}
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}
.fa-pastafarianism::before {
  content: "\f67b";
}
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}
.fa-spoon::before {
  content: "\f2e5";
}
.fa-utensil-spoon::before {
  content: "\f2e5";
}
.fa-jar-wheat::before {
  content: "\e517";
}
.fa-envelopes-bulk::before {
  content: "\f674";
}
.fa-mail-bulk::before {
  content: "\f674";
}
.fa-file-circle-exclamation::before {
  content: "\e4eb";
}
.fa-circle-h::before {
  content: "\f47e";
}
.fa-hospital-symbol::before {
  content: "\f47e";
}
.fa-pager::before {
  content: "\f815";
}
.fa-address-book::before {
  content: "\f2b9";
}
.fa-contact-book::before {
  content: "\f2b9";
}
.fa-strikethrough::before {
  content: "\f0cc";
}
.fa-k::before {
  content: "K";
}
.fa-landmark-flag::before {
  content: "\e51c";
}
.fa-pencil::before {
  content: "\f303";
}
.fa-pencil-alt::before {
  content: "\f303";
}
.fa-backward::before {
  content: "\f04a";
}
.fa-caret-right::before {
  content: "\f0da";
}
.fa-comments::before {
  content: "\f086";
}
.fa-paste::before {
  content: "\f0ea";
}
.fa-file-clipboard::before {
  content: "\f0ea";
}
.fa-code-pull-request::before {
  content: "\e13c";
}
.fa-clipboard-list::before {
  content: "\f46d";
}
.fa-truck-ramp-box::before {
  content: "\f4de";
}
.fa-truck-loading::before {
  content: "\f4de";
}
.fa-user-check::before {
  content: "\f4fc";
}
.fa-vial-virus::before {
  content: "\e597";
}
.fa-sheet-plastic::before {
  content: "\e571";
}
.fa-blog::before {
  content: "\f781";
}
.fa-user-ninja::before {
  content: "\f504";
}
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}
.fa-scroll-torah::before {
  content: "\f6a0";
}
.fa-torah::before {
  content: "\f6a0";
}
.fa-broom-ball::before {
  content: "\f458";
}
.fa-quidditch::before {
  content: "\f458";
}
.fa-quidditch-broom-ball::before {
  content: "\f458";
}
.fa-toggle-off::before {
  content: "\f204";
}
.fa-box-archive::before {
  content: "\f187";
}
.fa-archive::before {
  content: "\f187";
}
.fa-person-drowning::before {
  content: "\e545";
}
.fa-arrow-down-9-1::before {
  content: "\f886";
}
.fa-sort-numeric-desc::before {
  content: "\f886";
}
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-spray-can::before {
  content: "\f5bd";
}
.fa-truck-monster::before {
  content: "\f63b";
}
.fa-w::before {
  content: "W";
}
.fa-earth-africa::before {
  content: "\f57c";
}
.fa-globe-africa::before {
  content: "\f57c";
}
.fa-rainbow::before {
  content: "\f75b";
}
.fa-circle-notch::before {
  content: "\f1ce";
}
.fa-tablet-screen-button::before {
  content: "\f3fa";
}
.fa-tablet-alt::before {
  content: "\f3fa";
}
.fa-paw::before {
  content: "\f1b0";
}
.fa-cloud::before {
  content: "\f0c2";
}
.fa-trowel-bricks::before {
  content: "\e58a";
}
.fa-face-flushed::before {
  content: "\f579";
}
.fa-flushed::before {
  content: "\f579";
}
.fa-hospital-user::before {
  content: "\f80d";
}
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}
.fa-gavel::before {
  content: "\f0e3";
}
.fa-legal::before {
  content: "\f0e3";
}
.fa-binoculars::before {
  content: "\f1e5";
}
.fa-microphone-slash::before {
  content: "\f131";
}
.fa-box-tissue::before {
  content: "\e05b";
}
.fa-motorcycle::before {
  content: "\f21c";
}
.fa-bell-concierge::before {
  content: "\f562";
}
.fa-concierge-bell::before {
  content: "\f562";
}
.fa-pen-ruler::before {
  content: "\f5ae";
}
.fa-pencil-ruler::before {
  content: "\f5ae";
}
.fa-people-arrows::before {
  content: "\e068";
}
.fa-people-arrows-left-right::before {
  content: "\e068";
}
.fa-mars-and-venus-burst::before {
  content: "\e523";
}
.fa-square-caret-right::before {
  content: "\f152";
}
.fa-caret-square-right::before {
  content: "\f152";
}
.fa-scissors::before {
  content: "\f0c4";
}
.fa-cut::before {
  content: "\f0c4";
}
.fa-sun-plant-wilt::before {
  content: "\e57a";
}
.fa-toilets-portable::before {
  content: "\e584";
}
.fa-hockey-puck::before {
  content: "\f453";
}
.fa-table::before {
  content: "\f0ce";
}
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}
.fa-tachograph-digital::before {
  content: "\f566";
}
.fa-digital-tachograph::before {
  content: "\f566";
}
.fa-users-slash::before {
  content: "\e073";
}
.fa-clover::before {
  content: "\e139";
}
.fa-reply::before {
  content: "\f3e5";
}
.fa-mail-reply::before {
  content: "\f3e5";
}
.fa-star-and-crescent::before {
  content: "\f699";
}
.fa-house-fire::before {
  content: "\e50c";
}
.fa-square-minus::before {
  content: "\f146";
}
.fa-minus-square::before {
  content: "\f146";
}
.fa-helicopter::before {
  content: "\f533";
}
.fa-compass::before {
  content: "\f14e";
}
.fa-square-caret-down::before {
  content: "\f150";
}
.fa-caret-square-down::before {
  content: "\f150";
}
.fa-file-circle-question::before {
  content: "\e4ef";
}
.fa-laptop-code::before {
  content: "\f5fc";
}
.fa-swatchbook::before {
  content: "\f5c3";
}
.fa-prescription-bottle::before {
  content: "\f485";
}
.fa-bars::before {
  content: "\f0c9";
}
.fa-navicon::before {
  content: "\f0c9";
}
.fa-people-group::before {
  content: "\e533";
}
.fa-hourglass-end::before {
  content: "\f253";
}
.fa-hourglass-3::before {
  content: "\f253";
}
.fa-heart-crack::before {
  content: "\f7a9";
}
.fa-heart-broken::before {
  content: "\f7a9";
}
.fa-square-up-right::before {
  content: "\f360";
}
.fa-external-link-square-alt::before {
  content: "\f360";
}
.fa-face-kiss-beam::before {
  content: "\f597";
}
.fa-kiss-beam::before {
  content: "\f597";
}
.fa-film::before {
  content: "\f008";
}
.fa-ruler-horizontal::before {
  content: "\f547";
}
.fa-people-robbery::before {
  content: "\e536";
}
.fa-lightbulb::before {
  content: "\f0eb";
}
.fa-caret-left::before {
  content: "\f0d9";
}
.fa-circle-exclamation::before {
  content: "\f06a";
}
.fa-exclamation-circle::before {
  content: "\f06a";
}
.fa-school-circle-xmark::before {
  content: "\e56d";
}
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}
.fa-sign-out::before {
  content: "\f08b";
}
.fa-circle-chevron-down::before {
  content: "\f13a";
}
.fa-chevron-circle-down::before {
  content: "\f13a";
}
.fa-unlock-keyhole::before {
  content: "\f13e";
}
.fa-unlock-alt::before {
  content: "\f13e";
}
.fa-cloud-showers-heavy::before {
  content: "\f740";
}
.fa-headphones-simple::before {
  content: "\f58f";
}
.fa-headphones-alt::before {
  content: "\f58f";
}
.fa-sitemap::before {
  content: "\f0e8";
}
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}
.fa-donate::before {
  content: "\f4b9";
}
.fa-memory::before {
  content: "\f538";
}
.fa-road-spikes::before {
  content: "\e568";
}
.fa-fire-burner::before {
  content: "\e4f1";
}
.fa-flag::before {
  content: "\f024";
}
.fa-hanukiah::before {
  content: "\f6e6";
}
.fa-feather::before {
  content: "\f52d";
}
.fa-volume-low::before {
  content: "\f027";
}
.fa-volume-down::before {
  content: "\f027";
}
.fa-comment-slash::before {
  content: "\f4b3";
}
.fa-cloud-sun-rain::before {
  content: "\f743";
}
.fa-compress::before {
  content: "\f066";
}
.fa-wheat-awn::before {
  content: "\e2cd";
}
.fa-wheat-alt::before {
  content: "\e2cd";
}
.fa-ankh::before {
  content: "\f644";
}
.fa-hands-holding-child::before {
  content: "\e4fa";
}
.fa-asterisk::before {
  content: "*";
}
.fa-square-check::before {
  content: "\f14a";
}
.fa-check-square::before {
  content: "\f14a";
}
.fa-peseta-sign::before {
  content: "\e221";
}
.fa-heading::before {
  content: "\f1dc";
}
.fa-header::before {
  content: "\f1dc";
}
.fa-ghost::before {
  content: "\f6e2";
}
.fa-list::before {
  content: "\f03a";
}
.fa-list-squares::before {
  content: "\f03a";
}
.fa-square-phone-flip::before {
  content: "\f87b";
}
.fa-phone-square-alt::before {
  content: "\f87b";
}
.fa-cart-plus::before {
  content: "\f217";
}
.fa-gamepad::before {
  content: "\f11b";
}
.fa-circle-dot::before {
  content: "\f192";
}
.fa-dot-circle::before {
  content: "\f192";
}
.fa-face-dizzy::before {
  content: "\f567";
}
.fa-dizzy::before {
  content: "\f567";
}
.fa-egg::before {
  content: "\f7fb";
}
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}
.fa-campground::before {
  content: "\f6bb";
}
.fa-folder-plus::before {
  content: "\f65e";
}
.fa-futbol::before {
  content: "\f1e3";
}
.fa-futbol-ball::before {
  content: "\f1e3";
}
.fa-soccer-ball::before {
  content: "\f1e3";
}
.fa-paintbrush::before {
  content: "\f1fc";
}
.fa-paint-brush::before {
  content: "\f1fc";
}
.fa-lock::before {
  content: "\f023";
}
.fa-gas-pump::before {
  content: "\f52f";
}
.fa-hot-tub-person::before {
  content: "\f593";
}
.fa-hot-tub::before {
  content: "\f593";
}
.fa-map-location::before {
  content: "\f59f";
}
.fa-map-marked::before {
  content: "\f59f";
}
.fa-house-flood-water::before {
  content: "\e50e";
}
.fa-tree::before {
  content: "\f1bb";
}
.fa-bridge-lock::before {
  content: "\e4cc";
}
.fa-sack-dollar::before {
  content: "\f81d";
}
.fa-pen-to-square::before {
  content: "\f044";
}
.fa-edit::before {
  content: "\f044";
}
.fa-car-side::before {
  content: "\f5e4";
}
.fa-share-nodes::before {
  content: "\f1e0";
}
.fa-share-alt::before {
  content: "\f1e0";
}
.fa-heart-circle-minus::before {
  content: "\e4ff";
}
.fa-hourglass-half::before {
  content: "\f252";
}
.fa-hourglass-2::before {
  content: "\f252";
}
.fa-microscope::before {
  content: "\f610";
}
.fa-sink::before {
  content: "\e06d";
}
.fa-bag-shopping::before {
  content: "\f290";
}
.fa-shopping-bag::before {
  content: "\f290";
}
.fa-arrow-down-z-a::before {
  content: "\f881";
}
.fa-sort-alpha-desc::before {
  content: "\f881";
}
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}
.fa-mitten::before {
  content: "\f7b5";
}
.fa-person-rays::before {
  content: "\e54d";
}
.fa-users::before {
  content: "\f0c0";
}
.fa-eye-slash::before {
  content: "\f070";
}
.fa-flask-vial::before {
  content: "\e4f3";
}
.fa-hand::before {
  content: "\f256";
}
.fa-hand-paper::before {
  content: "\f256";
}
.fa-om::before {
  content: "\f679";
}
.fa-worm::before {
  content: "\e599";
}
.fa-house-circle-xmark::before {
  content: "\e50b";
}
.fa-plug::before {
  content: "\f1e6";
}
.fa-chevron-up::before,
.glyphicon-chevron-up::before {
  content: "\f077";
}
.fa-hand-spock::before {
  content: "\f259";
}
.fa-stopwatch::before {
  content: "\f2f2";
}
.fa-face-kiss::before {
  content: "\f596";
}
.fa-kiss::before {
  content: "\f596";
}
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}
.fa-face-grin-tongue::before {
  content: "\f589";
}
.fa-grin-tongue::before {
  content: "\f589";
}
.fa-chess-bishop::before {
  content: "\f43a";
}
.fa-face-grin-wink::before {
  content: "\f58c";
}
.fa-grin-wink::before {
  content: "\f58c";
}
.fa-ear-deaf::before {
  content: "\f2a4";
}
.fa-deaf::before {
  content: "\f2a4";
}
.fa-deafness::before {
  content: "\f2a4";
}
.fa-hard-of-hearing::before {
  content: "\f2a4";
}
.fa-road-circle-check::before {
  content: "\e564";
}
.fa-dice-five::before {
  content: "\f523";
}
.fa-square-rss::before {
  content: "\f143";
}
.fa-rss-square::before {
  content: "\f143";
}
.fa-land-mine-on::before {
  content: "\e51b";
}
.fa-i-cursor::before {
  content: "\f246";
}
.fa-stamp::before {
  content: "\f5bf";
}
.fa-stairs::before {
  content: "\e289";
}
.fa-i::before {
  content: "I";
}
.fa-hryvnia-sign::before {
  content: "\f6f2";
}
.fa-hryvnia::before {
  content: "\f6f2";
}
.fa-pills::before {
  content: "\f484";
}
.fa-face-grin-wide::before {
  content: "\f581";
}
.fa-grin-alt::before {
  content: "\f581";
}
.fa-tooth::before {
  content: "\f5c9";
}
.fa-v::before {
  content: "V";
}
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}
.fa-bicycle::before {
  content: "\f206";
}
.fa-staff-snake::before {
  content: "\e579";
}
.fa-rod-asclepius::before {
  content: "\e579";
}
.fa-rod-snake::before {
  content: "\e579";
}
.fa-staff-aesculapius::before {
  content: "\e579";
}
.fa-head-side-cough-slash::before {
  content: "\e062";
}
.fa-truck-medical::before {
  content: "\f0f9";
}
.fa-ambulance::before {
  content: "\f0f9";
}
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}
.fa-snowman::before {
  content: "\f7d0";
}
.fa-mortar-pestle::before {
  content: "\f5a7";
}
.fa-road-barrier::before {
  content: "\e562";
}
.fa-school::before {
  content: "\f549";
}
.fa-igloo::before {
  content: "\f7ae";
}
.fa-joint::before {
  content: "\f595";
}
.fa-angle-right::before {
  content: "\f105";
}
.fa-horse::before {
  content: "\f6f0";
}
.fa-q::before {
  content: "Q";
}
.fa-g::before {
  content: "G";
}
.fa-notes-medical::before {
  content: "\f481";
}
.fa-temperature-half::before {
  content: "\f2c9";
}
.fa-temperature-2::before {
  content: "\f2c9";
}
.fa-thermometer-2::before {
  content: "\f2c9";
}
.fa-thermometer-half::before {
  content: "\f2c9";
}
.fa-dong-sign::before {
  content: "\e169";
}
.fa-capsules::before {
  content: "\f46b";
}
.fa-poo-storm::before {
  content: "\f75a";
}
.fa-poo-bolt::before {
  content: "\f75a";
}
.fa-face-frown-open::before {
  content: "\f57a";
}
.fa-frown-open::before {
  content: "\f57a";
}
.fa-hand-point-up::before {
  content: "\f0a6";
}
.fa-money-bill::before {
  content: "\f0d6";
}
.fa-bookmark::before {
  content: "\f02e";
}
.fa-align-justify::before {
  content: "\f039";
}
.fa-umbrella-beach::before {
  content: "\f5ca";
}
.fa-helmet-un::before {
  content: "\e503";
}
.fa-bullseye::before {
  content: "\f140";
}
.fa-bacon::before {
  content: "\f7e5";
}
.fa-hand-point-down::before {
  content: "\f0a7";
}
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}
.fa-folder::before {
  content: "\f07b";
}
.fa-folder-blank::before {
  content: "\f07b";
}
.fa-file-waveform::before {
  content: "\f478";
}
.fa-file-medical-alt::before {
  content: "\f478";
}
.fa-radiation::before {
  content: "\f7b9";
}
.fa-chart-simple::before {
  content: "\e473";
}
.fa-mars-stroke::before {
  content: "\f229";
}
.fa-vial::before {
  content: "\f492";
}
.fa-gauge::before {
  content: "\f624";
}
.fa-dashboard::before {
  content: "\f624";
}
.fa-gauge-med::before {
  content: "\f624";
}
.fa-tachometer-alt-average::before {
  content: "\f624";
}
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}
.fa-e::before {
  content: "E";
}
.fa-pen-clip::before {
  content: "\f305";
}
.fa-pen-alt::before {
  content: "\f305";
}
.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}
.fa-user::before {
  content: "\f007";
}
.fa-school-circle-check::before {
  content: "\e56b";
}
.fa-dumpster::before {
  content: "\f793";
}
.fa-van-shuttle::before {
  content: "\f5b6";
}
.fa-shuttle-van::before {
  content: "\f5b6";
}
.fa-building-user::before {
  content: "\e4da";
}
.fa-square-caret-left::before {
  content: "\f191";
}
.fa-caret-square-left::before {
  content: "\f191";
}
.fa-highlighter::before {
  content: "\f591";
}
.fa-key::before {
  content: "\f084";
}
.fa-bullhorn::before {
  content: "\f0a1";
}
.fa-globe::before {
  content: "\f0ac";
}
.fa-synagogue::before {
  content: "\f69b";
}
.fa-person-half-dress::before {
  content: "\e548";
}
.fa-road-bridge::before {
  content: "\e563";
}
.fa-location-arrow::before {
  content: "\f124";
}
.fa-c::before {
  content: "C";
}
.fa-tablet-button::before {
  content: "\f10a";
}
.fa-building-lock::before {
  content: "\e4d6";
}
.fa-pizza-slice::before {
  content: "\f818";
}
.fa-money-bill-wave::before {
  content: "\f53a";
}
.fa-chart-area::before {
  content: "\f1fe";
}
.fa-area-chart::before {
  content: "\f1fe";
}
.fa-house-flag::before {
  content: "\e50d";
}
.fa-person-circle-minus::before {
  content: "\e540";
}
.fa-ban::before {
  content: "\f05e";
}
.fa-cancel::before {
  content: "\f05e";
}
.fa-camera-rotate::before {
  content: "\e0d8";
}
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}
.fa-air-freshener::before {
  content: "\f5d0";
}
.fa-star::before {
  content: "\f005";
}
.fa-repeat::before {
  content: "\f363";
}
.fa-cross::before {
  content: "\f654";
}
.fa-box::before {
  content: "\f466";
}
.fa-venus-mars::before {
  content: "\f228";
}
.fa-arrow-pointer::before {
  content: "\f245";
}
.fa-mouse-pointer::before {
  content: "\f245";
}
.fa-maximize::before {
  content: "\f31e";
}
.fa-expand-arrows-alt::before {
  content: "\f31e";
}
.fa-charging-station::before {
  content: "\f5e7";
}
.fa-shapes::before {
  content: "\f61f";
}
.fa-triangle-circle-square::before {
  content: "\f61f";
}
.fa-shuffle::before {
  content: "\f074";
}
.fa-random::before {
  content: "\f074";
}
.fa-person-running::before {
  content: "\f70c";
}
.fa-running::before {
  content: "\f70c";
}
.fa-mobile-retro::before {
  content: "\e527";
}
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}
.fa-spider::before {
  content: "\f717";
}
.fa-hands-bound::before {
  content: "\e4f9";
}
.fa-file-invoice-dollar::before {
  content: "\f571";
}
.fa-plane-circle-exclamation::before {
  content: "\e556";
}
.fa-x-ray::before {
  content: "\f497";
}
.fa-spell-check::before {
  content: "\f891";
}
.fa-slash::before {
  content: "\f715";
}
.fa-computer-mouse::before {
  content: "\f8cc";
}
.fa-mouse::before {
  content: "\f8cc";
}
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}
.fa-sign-in::before {
  content: "\f090";
}
.fa-shop-slash::before {
  content: "\e070";
}
.fa-store-alt-slash::before {
  content: "\e070";
}
.fa-server::before {
  content: "\f233";
}
.fa-virus-covid-slash::before {
  content: "\e4a9";
}
.fa-shop-lock::before {
  content: "\e4a5";
}
.fa-hourglass-start::before {
  content: "\f251";
}
.fa-hourglass-1::before {
  content: "\f251";
}
.fa-blender-phone::before {
  content: "\f6b6";
}
.fa-building-wheat::before {
  content: "\e4db";
}
.fa-person-breastfeeding::before {
  content: "\e53a";
}
.fa-right-to-bracket::before {
  content: "\f2f6";
}
.fa-sign-in-alt::before {
  content: "\f2f6";
}
.fa-venus::before {
  content: "\f221";
}
.fa-passport::before {
  content: "\f5ab";
}
.fa-thumbtack-slash::before {
  content: "\e68f";
}
.fa-thumb-tack-slash::before {
  content: "\e68f";
}
.fa-heart-pulse::before {
  content: "\f21e";
}
.fa-heartbeat::before {
  content: "\f21e";
}
.fa-people-carry-box::before {
  content: "\f4ce";
}
.fa-people-carry::before {
  content: "\f4ce";
}
.fa-temperature-high::before {
  content: "\f769";
}
.fa-microchip::before {
  content: "\f2db";
}
.fa-crown::before {
  content: "\f521";
}
.fa-weight-hanging::before {
  content: "\f5cd";
}
.fa-xmarks-lines::before {
  content: "\e59a";
}
.fa-file-prescription::before {
  content: "\f572";
}
.fa-weight-scale::before {
  content: "\f496";
}
.fa-weight::before {
  content: "\f496";
}
.fa-user-group::before {
  content: "\f500";
}
.fa-user-friends::before {
  content: "\f500";
}
.fa-arrow-up-a-z::before {
  content: "\f15e";
}
.fa-sort-alpha-up::before {
  content: "\f15e";
}
.fa-chess-knight::before {
  content: "\f441";
}
.fa-face-laugh-squint::before {
  content: "\f59b";
}
.fa-laugh-squint::before {
  content: "\f59b";
}
.fa-wheelchair::before {
  content: "\f193";
}
.fa-circle-arrow-up::before {
  content: "\f0aa";
}
.fa-arrow-circle-up::before {
  content: "\f0aa";
}
.fa-toggle-on::before {
  content: "\f205";
}
.fa-person-walking::before {
  content: "\f554";
}
.fa-walking::before {
  content: "\f554";
}
.fa-l::before {
  content: "L";
}
.fa-fire::before {
  content: "\f06d";
}
.fa-bed-pulse::before {
  content: "\f487";
}
.fa-procedures::before {
  content: "\f487";
}
.fa-shuttle-space::before {
  content: "\f197";
}
.fa-space-shuttle::before {
  content: "\f197";
}
.fa-face-laugh::before {
  content: "\f599";
}
.fa-laugh::before {
  content: "\f599";
}
.fa-folder-open::before {
  content: "\f07c";
}
.fa-heart-circle-plus::before {
  content: "\e500";
}
.fa-code-fork::before {
  content: "\e13b";
}
.fa-city::before {
  content: "\f64f";
}
.fa-microphone-lines::before {
  content: "\f3c9";
}
.fa-microphone-alt::before {
  content: "\f3c9";
}
.fa-pepper-hot::before {
  content: "\f816";
}
.fa-unlock::before {
  content: "\f09c";
}
.fa-colon-sign::before {
  content: "\e140";
}
.fa-headset::before {
  content: "\f590";
}
.fa-store-slash::before {
  content: "\e071";
}
.fa-road-circle-xmark::before {
  content: "\e566";
}
.fa-user-minus::before {
  content: "\f503";
}
.fa-mars-stroke-up::before {
  content: "\f22a";
}
.fa-mars-stroke-v::before {
  content: "\f22a";
}
.fa-champagne-glasses::before {
  content: "\f79f";
}
.fa-glass-cheers::before {
  content: "\f79f";
}
.fa-clipboard::before {
  content: "\f328";
}
.fa-house-circle-exclamation::before {
  content: "\e50a";
}
.fa-file-arrow-up::before {
  content: "\f574";
}
.fa-file-upload::before {
  content: "\f574";
}
.fa-wifi::before {
  content: "\f1eb";
}
.fa-wifi-3::before {
  content: "\f1eb";
}
.fa-wifi-strong::before {
  content: "\f1eb";
}
.fa-bath::before {
  content: "\f2cd";
}
.fa-bathtub::before {
  content: "\f2cd";
}
.fa-underline::before {
  content: "\f0cd";
}
.fa-user-pen::before {
  content: "\f4ff";
}
.fa-user-edit::before {
  content: "\f4ff";
}
.fa-signature::before {
  content: "\f5b7";
}
.fa-stroopwafel::before {
  content: "\f551";
}
.fa-bold::before {
  content: "\f032";
}
.fa-anchor-lock::before {
  content: "\e4ad";
}
.fa-building-ngo::before {
  content: "\e4d7";
}
.fa-manat-sign::before {
  content: "\e1d5";
}
.fa-not-equal::before {
  content: "\f53e";
}
.fa-border-top-left::before {
  content: "\f853";
}
.fa-border-style::before {
  content: "\f853";
}
.fa-map-location-dot::before {
  content: "\f5a0";
}
.fa-map-marked-alt::before {
  content: "\f5a0";
}
.fa-jedi::before {
  content: "\f669";
}
.fa-square-poll-vertical::before {
  content: "\f681";
}
.fa-poll::before {
  content: "\f681";
}
.fa-mug-hot::before {
  content: "\f7b6";
}
.fa-car-battery::before {
  content: "\f5df";
}
.fa-battery-car::before {
  content: "\f5df";
}
.fa-gift::before {
  content: "\f06b";
}
.fa-dice-two::before {
  content: "\f528";
}
.fa-chess-queen::before {
  content: "\f445";
}
.fa-glasses::before {
  content: "\f530";
}
.fa-chess-board::before {
  content: "\f43c";
}
.fa-building-circle-check::before {
  content: "\e4d2";
}
.fa-person-chalkboard::before {
  content: "\e53d";
}
.fa-mars-stroke-right::before {
  content: "\f22b";
}
.fa-mars-stroke-h::before {
  content: "\f22b";
}
.fa-hand-back-fist::before {
  content: "\f255";
}
.fa-hand-rock::before {
  content: "\f255";
}
.fa-square-caret-up::before {
  content: "\f151";
}
.fa-caret-square-up::before {
  content: "\f151";
}
.fa-cloud-showers-water::before {
  content: "\e4e4";
}
.fa-chart-bar::before {
  content: "\f080";
}
.fa-bar-chart::before {
  content: "\f080";
}
.fa-hands-bubbles::before {
  content: "\e05e";
}
.fa-hands-wash::before {
  content: "\e05e";
}
.fa-less-than-equal::before {
  content: "\f537";
}
.fa-train::before {
  content: "\f238";
}
.fa-eye-low-vision::before {
  content: "\f2a8";
}
.fa-low-vision::before {
  content: "\f2a8";
}
.fa-crow::before {
  content: "\f520";
}
.fa-sailboat::before {
  content: "\e445";
}
.fa-window-restore::before {
  content: "\f2d2";
}
.fa-square-plus::before {
  content: "\f0fe";
}
.fa-plus-square::before {
  content: "\f0fe";
}
.fa-torii-gate::before {
  content: "\f6a1";
}
.fa-frog::before {
  content: "\f52e";
}
.fa-bucket::before {
  content: "\e4cf";
}
.fa-image::before {
  content: "\f03e";
}
.fa-microphone::before {
  content: "\f130";
}
.fa-cow::before {
  content: "\f6c8";
}
.fa-caret-up::before {
  content: "\f0d8";
}
.fa-screwdriver::before {
  content: "\f54a";
}
.fa-folder-closed::before {
  content: "\e185";
}
.fa-house-tsunami::before {
  content: "\e515";
}
.fa-square-nfi::before {
  content: "\e576";
}
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}
.fa-martini-glass::before {
  content: "\f57b";
}
.fa-glass-martini-alt::before {
  content: "\f57b";
}
.fa-rotate-left::before {
  content: "\f2ea";
}
.fa-rotate-back::before {
  content: "\f2ea";
}
.fa-rotate-backward::before {
  content: "\f2ea";
}
.fa-undo-alt::before {
  content: "\f2ea";
}
.fa-table-columns::before {
  content: "\f0db";
}
.fa-columns::before {
  content: "\f0db";
}
.fa-lemon::before {
  content: "\f094";
}
.fa-head-side-mask::before {
  content: "\e063";
}
.fa-handshake::before {
  content: "\f2b5";
}
.fa-gem::before {
  content: "\f3a5";
}
.fa-dolly::before {
  content: "\f472";
}
.fa-dolly-box::before {
  content: "\f472";
}
.fa-smoking::before {
  content: "\f48d";
}
.fa-minimize::before {
  content: "\f78c";
}
.fa-compress-arrows-alt::before {
  content: "\f78c";
}
.fa-monument::before {
  content: "\f5a6";
}
.fa-snowplow::before {
  content: "\f7d2";
}
.fa-angles-right::before {
  content: "\f101";
}
.fa-angle-double-right::before {
  content: "\f101";
}
.fa-cannabis::before {
  content: "\f55f";
}
.fa-circle-play::before {
  content: "\f144";
}
.fa-play-circle::before {
  content: "\f144";
}
.fa-tablets::before {
  content: "\f490";
}
.fa-ethernet::before {
  content: "\f796";
}
.fa-euro-sign::before {
  content: "\f153";
}
.fa-eur::before {
  content: "\f153";
}
.fa-euro::before {
  content: "\f153";
}
.fa-chair::before {
  content: "\f6c0";
}
.fa-circle-check::before {
  content: "\f058";
}
.fa-check-circle::before {
  content: "\f058";
}
.fa-circle-stop::before {
  content: "\f28d";
}
.fa-stop-circle::before {
  content: "\f28d";
}
.fa-compass-drafting::before {
  content: "\f568";
}
.fa-drafting-compass::before {
  content: "\f568";
}
.fa-plate-wheat::before {
  content: "\e55a";
}
.fa-icicles::before {
  content: "\f7ad";
}
.fa-person-shelter::before {
  content: "\e54f";
}
.fa-neuter::before {
  content: "\f22c";
}
.fa-id-badge::before {
  content: "\f2c1";
}
.fa-marker::before {
  content: "\f5a1";
}
.fa-face-laugh-beam::before {
  content: "\f59a";
}
.fa-laugh-beam::before {
  content: "\f59a";
}
.fa-helicopter-symbol::before {
  content: "\e502";
}
.fa-universal-access::before {
  content: "\f29a";
}
.fa-circle-chevron-up::before {
  content: "\f139";
}
.fa-chevron-circle-up::before {
  content: "\f139";
}
.fa-lari-sign::before {
  content: "\e1c8";
}
.fa-volcano::before {
  content: "\f770";
}
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}
.fa-sterling-sign::before {
  content: "\f154";
}
.fa-gbp::before {
  content: "\f154";
}
.fa-pound-sign::before {
  content: "\f154";
}
.fa-viruses::before {
  content: "\e076";
}
.fa-square-person-confined::before {
  content: "\e577";
}
.fa-user-tie::before {
  content: "\f508";
}
.fa-arrow-down-long::before {
  content: "\f175";
}
.fa-long-arrow-down::before {
  content: "\f175";
}
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}
.fa-certificate::before {
  content: "\f0a3";
}
.fa-reply-all::before {
  content: "\f122";
}
.fa-mail-reply-all::before {
  content: "\f122";
}
.fa-suitcase::before {
  content: "\f0f2";
}
.fa-person-skating::before {
  content: "\f7c5";
}
.fa-skating::before {
  content: "\f7c5";
}
.fa-filter-circle-dollar::before {
  content: "\f662";
}
.fa-funnel-dollar::before {
  content: "\f662";
}
.fa-camera-retro::before {
  content: "\f083";
}
.fa-circle-arrow-down::before {
  content: "\f0ab";
}
.fa-arrow-circle-down::before {
  content: "\f0ab";
}
.fa-file-import::before {
  content: "\f56f";
}
.fa-arrow-right-to-file::before {
  content: "\f56f";
}
.fa-square-arrow-up-right::before {
  content: "\f14c";
}
.fa-external-link-square::before {
  content: "\f14c";
}
.fa-box-open::before {
  content: "\f49e";
}
.fa-scroll::before {
  content: "\f70e";
}
.fa-spa::before {
  content: "\f5bb";
}
.fa-location-pin-lock::before {
  content: "\e51f";
}
.fa-pause::before {
  content: "\f04c";
}
.fa-hill-avalanche::before {
  content: "\e507";
}
.fa-temperature-empty::before {
  content: "\f2cb";
}
.fa-temperature-0::before {
  content: "\f2cb";
}
.fa-thermometer-0::before {
  content: "\f2cb";
}
.fa-thermometer-empty::before {
  content: "\f2cb";
}
.fa-bomb::before {
  content: "\f1e2";
}
.fa-registered::before {
  content: "\f25d";
}
.fa-address-card::before {
  content: "\f2bb";
}
.fa-contact-card::before {
  content: "\f2bb";
}
.fa-vcard::before {
  content: "\f2bb";
}
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}
.fa-balance-scale-right::before {
  content: "\f516";
}
.fa-subscript::before {
  content: "\f12c";
}
.fa-diamond-turn-right::before {
  content: "\f5eb";
}
.fa-directions::before {
  content: "\f5eb";
}
.fa-burst::before {
  content: "\e4dc";
}
.fa-house-laptop::before {
  content: "\e066";
}
.fa-laptop-house::before {
  content: "\e066";
}
.fa-face-tired::before {
  content: "\f5c8";
}
.fa-tired::before {
  content: "\f5c8";
}
.fa-money-bills::before {
  content: "\e1f3";
}
.fa-smog::before {
  content: "\f75f";
}
.fa-crutch::before {
  content: "\f7f7";
}
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}
.fa-cloud-upload::before {
  content: "\f0ee";
}
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}
.fa-palette::before {
  content: "\f53f";
}
.fa-arrows-turn-right::before {
  content: "\e4c0";
}
.fa-vest::before {
  content: "\e085";
}
.fa-ferry::before {
  content: "\e4ea";
}
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}
.fa-seedling::before {
  content: "\f4d8";
}
.fa-sprout::before {
  content: "\f4d8";
}
.fa-left-right::before {
  content: "\f337";
}
.fa-arrows-alt-h::before {
  content: "\f337";
}
.fa-boxes-packing::before {
  content: "\e4c7";
}
.fa-circle-arrow-left::before {
  content: "\f0a8";
}
.fa-arrow-circle-left::before {
  content: "\f0a8";
}
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}
.fa-bowl-food::before {
  content: "\e4c6";
}
.fa-candy-cane::before {
  content: "\f786";
}
.fa-arrow-down-wide-short::before {
  content: "\f160";
}
.fa-sort-amount-asc::before {
  content: "\f160";
}
.fa-sort-amount-down::before {
  content: "\f160";
}
.fa-cloud-bolt::before {
  content: "\f76c";
}
.fa-thunderstorm::before {
  content: "\f76c";
}
.fa-text-slash::before {
  content: "\f87d";
}
.fa-remove-format::before {
  content: "\f87d";
}
.fa-face-smile-wink::before {
  content: "\f4da";
}
.fa-smile-wink::before {
  content: "\f4da";
}
.fa-file-word::before {
  content: "\f1c2";
}
.fa-file-powerpoint::before {
  content: "\f1c4";
}
.fa-arrows-left-right::before {
  content: "\f07e";
}
.fa-arrows-h::before {
  content: "\f07e";
}
.fa-house-lock::before {
  content: "\e510";
}
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}
.fa-cloud-download::before {
  content: "\f0ed";
}
.fa-cloud-download-alt::before {
  content: "\f0ed";
}
.fa-children::before {
  content: "\e4e1";
}
.fa-chalkboard::before {
  content: "\f51b";
}
.fa-blackboard::before {
  content: "\f51b";
}
.fa-user-large-slash::before {
  content: "\f4fa";
}
.fa-user-alt-slash::before {
  content: "\f4fa";
}
.fa-envelope-open::before {
  content: "\f2b6";
}
.fa-handshake-simple-slash::before {
  content: "\e05f";
}
.fa-handshake-alt-slash::before {
  content: "\e05f";
}
.fa-mattress-pillow::before {
  content: "\e525";
}
.fa-guarani-sign::before {
  content: "\e19a";
}
.fa-arrows-rotate::before {
  content: "\f021";
}
.fa-refresh::before {
  content: "\f021";
}
.fa-sync::before {
  content: "\f021";
}
.fa-fire-extinguisher::before {
  content: "\f134";
}
.fa-cruzeiro-sign::before {
  content: "\e152";
}
.fa-greater-than-equal::before {
  content: "\f532";
}
.fa-shield-halved::before {
  content: "\f3ed";
}
.fa-shield-alt::before {
  content: "\f3ed";
}
.fa-book-atlas::before {
  content: "\f558";
}
.fa-atlas::before {
  content: "\f558";
}
.fa-virus::before {
  content: "\e074";
}
.fa-envelope-circle-check::before {
  content: "\e4e8";
}
.fa-layer-group::before {
  content: "\f5fd";
}
.fa-arrows-to-dot::before {
  content: "\e4be";
}
.fa-archway::before {
  content: "\f557";
}
.fa-heart-circle-check::before {
  content: "\e4fd";
}
.fa-house-chimney-crack::before {
  content: "\f6f1";
}
.fa-house-damage::before {
  content: "\f6f1";
}
.fa-file-zipper::before {
  content: "\f1c6";
}
.fa-file-archive::before {
  content: "\f1c6";
}
.fa-square::before {
  content: "\f0c8";
}
.fa-martini-glass-empty::before {
  content: "\f000";
}
.fa-glass-martini::before {
  content: "\f000";
}
.fa-couch::before {
  content: "\f4b8";
}
.fa-cedi-sign::before {
  content: "\e0df";
}
.fa-italic::before {
  content: "\f033";
}
.fa-table-cells-column-lock::before {
  content: "\e678";
}
.fa-church::before {
  content: "\f51d";
}
.fa-comments-dollar::before {
  content: "\f653";
}
.fa-democrat::before {
  content: "\f747";
}
.fa-z::before {
  content: "Z";
}
.fa-person-skiing::before {
  content: "\f7c9";
}
.fa-skiing::before {
  content: "\f7c9";
}
.fa-road-lock::before {
  content: "\e567";
}
.fa-a::before {
  content: "A";
}
.fa-temperature-arrow-down::before {
  content: "\e03f";
}
.fa-temperature-down::before {
  content: "\e03f";
}
.fa-feather-pointed::before {
  content: "\f56b";
}
.fa-feather-alt::before {
  content: "\f56b";
}
.fa-p::before {
  content: "P";
}
.fa-snowflake::before {
  content: "\f2dc";
}
.fa-newspaper::before {
  content: "\f1ea";
}
.fa-rectangle-ad::before {
  content: "\f641";
}
.fa-ad::before {
  content: "\f641";
}
.fa-circle-arrow-right::before {
  content: "\f0a9";
}
.fa-arrow-circle-right::before {
  content: "\f0a9";
}
.fa-filter-circle-xmark::before {
  content: "\e17b";
}
.fa-locust::before {
  content: "\e520";
}
.fa-sort::before {
  content: "\f0dc";
}
.fa-unsorted::before {
  content: "\f0dc";
}
.fa-list-ol::before {
  content: "\f0cb";
}
.fa-list-1-2::before {
  content: "\f0cb";
}
.fa-list-numeric::before {
  content: "\f0cb";
}
.fa-person-dress-burst::before {
  content: "\e544";
}
.fa-money-check-dollar::before {
  content: "\f53d";
}
.fa-money-check-alt::before {
  content: "\f53d";
}
.fa-vector-square::before {
  content: "\f5cb";
}
.fa-bread-slice::before {
  content: "\f7ec";
}
.fa-language::before {
  content: "\f1ab";
}
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}
.fa-kiss-wink-heart::before {
  content: "\f598";
}
.fa-filter::before {
  content: "\f0b0";
}
.fa-question::before {
  content: "?";
}
.fa-file-signature::before {
  content: "\f573";
}
.fa-up-down-left-right::before {
  content: "\f0b2";
}
.fa-arrows-alt::before {
  content: "\f0b2";
}
.fa-house-chimney-user::before {
  content: "\e065";
}
.fa-hand-holding-heart::before {
  content: "\f4be";
}
.fa-puzzle-piece::before {
  content: "\f12e";
}
.fa-money-check::before {
  content: "\f53c";
}
.fa-star-half-stroke::before {
  content: "\f5c0";
}
.fa-star-half-alt::before {
  content: "\f5c0";
}
.fa-code::before {
  content: "\f121";
}
.fa-whiskey-glass::before {
  content: "\f7a0";
}
.fa-glass-whiskey::before {
  content: "\f7a0";
}
.fa-building-circle-exclamation::before {
  content: "\e4d3";
}
.fa-magnifying-glass-chart::before {
  content: "\e522";
}
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}
.fa-external-link::before {
  content: "\f08e";
}
.fa-cubes-stacked::before {
  content: "\e4e6";
}
.fa-won-sign::before {
  content: "\f159";
}
.fa-krw::before {
  content: "\f159";
}
.fa-won::before {
  content: "\f159";
}
.fa-virus-covid::before {
  content: "\e4a8";
}
.fa-austral-sign::before {
  content: "\e0a9";
}
.fa-f::before {
  content: "F";
}
.fa-leaf::before {
  content: "\f06c";
}
.fa-road::before {
  content: "\f018";
}
.fa-taxi::before {
  content: "\f1ba";
}
.fa-cab::before {
  content: "\f1ba";
}
.fa-person-circle-plus::before {
  content: "\e541";
}
.fa-chart-pie::before {
  content: "\f200";
}
.fa-pie-chart::before {
  content: "\f200";
}
.fa-bolt-lightning::before {
  content: "\e0b7";
}
.fa-sack-xmark::before {
  content: "\e56a";
}
.fa-file-excel::before {
  content: "\f1c3";
}
.fa-file-contract::before {
  content: "\f56c";
}
.fa-fish-fins::before {
  content: "\e4f2";
}
.fa-building-flag::before {
  content: "\e4d5";
}
.fa-face-grin-beam::before {
  content: "\f582";
}
.fa-grin-beam::before {
  content: "\f582";
}
.fa-object-ungroup::before {
  content: "\f248";
}
.fa-poop::before {
  content: "\f619";
}
.fa-location-pin::before {
  content: "\f041";
}
.fa-map-marker::before {
  content: "\f041";
}
.fa-kaaba::before {
  content: "\f66b";
}
.fa-toilet-paper::before {
  content: "\f71e";
}
.fa-helmet-safety::before {
  content: "\f807";
}
.fa-hard-hat::before {
  content: "\f807";
}
.fa-hat-hard::before {
  content: "\f807";
}
.fa-eject::before {
  content: "\f052";
}
.fa-circle-right::before {
  content: "\f35a";
}
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}
.fa-plane-circle-check::before {
  content: "\e555";
}
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}
.fa-object-group::before {
  content: "\f247";
}
.fa-chart-line::before {
  content: "\f201";
}
.fa-line-chart::before {
  content: "\f201";
}
.fa-mask-ventilator::before {
  content: "\e524";
}
.fa-arrow-right::before {
  content: "\f061";
}
.fa-signs-post::before {
  content: "\f277";
}
.fa-map-signs::before {
  content: "\f277";
}
.fa-cash-register::before {
  content: "\f788";
}
.fa-person-circle-question::before {
  content: "\e542";
}
.fa-h::before {
  content: "H";
}
.fa-tarp::before {
  content: "\e57b";
}
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}
.fa-tools::before {
  content: "\f7d9";
}
.fa-arrows-to-eye::before {
  content: "\e4bf";
}
.fa-plug-circle-bolt::before {
  content: "\e55b";
}
.fa-heart::before {
  content: "\f004";
}
.fa-mars-and-venus::before {
  content: "\f224";
}
.fa-house-user::before {
  content: "\e1b0";
}
.fa-home-user::before {
  content: "\e1b0";
}
.fa-dumpster-fire::before {
  content: "\f794";
}
.fa-house-crack::before {
  content: "\e3b1";
}
.fa-martini-glass-citrus::before {
  content: "\f561";
}
.fa-cocktail::before {
  content: "\f561";
}
.fa-face-surprise::before {
  content: "\f5c2";
}
.fa-surprise::before {
  content: "\f5c2";
}
.fa-bottle-water::before {
  content: "\e4c5";
}
.fa-circle-pause::before {
  content: "\f28b";
}
.fa-pause-circle::before {
  content: "\f28b";
}
.fa-toilet-paper-slash::before {
  content: "\e072";
}
.fa-apple-whole::before {
  content: "\f5d1";
}
.fa-apple-alt::before {
  content: "\f5d1";
}
.fa-kitchen-set::before {
  content: "\e51a";
}
.fa-r::before {
  content: "R";
}
.fa-temperature-quarter::before {
  content: "\f2ca";
}
.fa-temperature-1::before {
  content: "\f2ca";
}
.fa-thermometer-1::before {
  content: "\f2ca";
}
.fa-thermometer-quarter::before {
  content: "\f2ca";
}
.fa-cube::before {
  content: "\f1b2";
}
.fa-bitcoin-sign::before {
  content: "\e0b4";
}
.fa-shield-dog::before {
  content: "\e573";
}
.fa-solar-panel::before {
  content: "\f5ba";
}
.fa-lock-open::before {
  content: "\f3c1";
}
.fa-elevator::before {
  content: "\e16d";
}
.fa-money-bill-transfer::before {
  content: "\e528";
}
.fa-money-bill-trend-up::before {
  content: "\e529";
}
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}
.fa-square-poll-horizontal::before {
  content: "\f682";
}
.fa-poll-h::before {
  content: "\f682";
}
.fa-circle::before {
  content: "\f111";
}
.fa-backward-fast::before {
  content: "\f049";
}
.fa-fast-backward::before {
  content: "\f049";
}
.fa-recycle::before {
  content: "\f1b8";
}
.fa-user-astronaut::before {
  content: "\f4fb";
}
.fa-plane-slash::before {
  content: "\e069";
}
.fa-trademark::before {
  content: "\f25c";
}
.fa-basketball::before {
  content: "\f434";
}
.fa-basketball-ball::before {
  content: "\f434";
}
.fa-satellite-dish::before {
  content: "\f7c0";
}
.fa-circle-up::before {
  content: "\f35b";
}
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}
.fa-mobile-screen-button::before {
  content: "\f3cd";
}
.fa-mobile-alt::before {
  content: "\f3cd";
}
.fa-volume-high::before {
  content: "\f028";
}
.fa-volume-up::before {
  content: "\f028";
}
.fa-users-rays::before {
  content: "\e593";
}
.fa-wallet::before {
  content: "\f555";
}
.fa-clipboard-check::before {
  content: "\f46c";
}
.fa-file-audio::before {
  content: "\f1c7";
}
.fa-burger::before {
  content: "\f805";
}
.fa-hamburger::before {
  content: "\f805";
}
.fa-wrench::before {
  content: "\f0ad";
}
.fa-bugs::before {
  content: "\e4d0";
}
.fa-rupee-sign::before {
  content: "\f156";
}
.fa-rupee::before {
  content: "\f156";
}
.fa-file-image::before {
  content: "\f1c5";
}
.fa-circle-question::before {
  content: "\f059";
}
.fa-question-circle::before {
  content: "\f059";
}
.fa-plane-departure::before {
  content: "\f5b0";
}
.fa-handshake-slash::before {
  content: "\e060";
}
.fa-book-bookmark::before {
  content: "\e0bb";
}
.fa-code-branch::before {
  content: "\f126";
}
.fa-hat-cowboy::before {
  content: "\f8c0";
}
.fa-bridge::before {
  content: "\e4c8";
}
.fa-phone-flip::before {
  content: "\f879";
}
.fa-phone-alt::before {
  content: "\f879";
}
.fa-truck-front::before {
  content: "\e2b7";
}
.fa-cat::before {
  content: "\f6be";
}
.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}
.fa-truck-field::before {
  content: "\e58d";
}
.fa-route::before {
  content: "\f4d7";
}
.fa-clipboard-question::before {
  content: "\e4e3";
}
.fa-panorama::before {
  content: "\e209";
}
.fa-comment-medical::before {
  content: "\f7f5";
}
.fa-teeth-open::before {
  content: "\f62f";
}
.fa-file-circle-minus::before {
  content: "\e4ed";
}
.fa-tags::before {
  content: "\f02c";
}
.fa-wine-glass::before {
  content: "\f4e3";
}
.fa-forward-fast::before {
  content: "\f050";
}
.fa-fast-forward::before {
  content: "\f050";
}
.fa-face-meh-blank::before {
  content: "\f5a4";
}
.fa-meh-blank::before {
  content: "\f5a4";
}
.fa-square-parking::before {
  content: "\f540";
}
.fa-parking::before {
  content: "\f540";
}
.fa-house-signal::before {
  content: "\e012";
}
.fa-bars-progress::before {
  content: "\f828";
}
.fa-tasks-alt::before {
  content: "\f828";
}
.fa-faucet-drip::before {
  content: "\e006";
}
.fa-cart-flatbed::before {
  content: "\f474";
}
.fa-dolly-flatbed::before {
  content: "\f474";
}
.fa-ban-smoking::before {
  content: "\f54d";
}
.fa-smoking-ban::before {
  content: "\f54d";
}
.fa-terminal::before {
  content: "\f120";
}
.fa-mobile-button::before {
  content: "\f10b";
}
.fa-house-medical-flag::before {
  content: "\e514";
}
.fa-basket-shopping::before {
  content: "\f291";
}
.fa-shopping-basket::before {
  content: "\f291";
}
.fa-tape::before {
  content: "\f4db";
}
.fa-bus-simple::before {
  content: "\f55e";
}
.fa-bus-alt::before {
  content: "\f55e";
}
.fa-eye::before {
  content: "\f06e";
}
.fa-face-sad-cry::before {
  content: "\f5b3";
}
.fa-sad-cry::before {
  content: "\f5b3";
}
.fa-audio-description::before {
  content: "\f29e";
}
.fa-person-military-to-person::before {
  content: "\e54c";
}
.fa-file-shield::before {
  content: "\e4f0";
}
.fa-user-slash::before {
  content: "\f506";
}
.fa-pen::before {
  content: "\f304";
}
.fa-tower-observation::before {
  content: "\e586";
}
.fa-file-code::before {
  content: "\f1c9";
}
.fa-signal::before {
  content: "\f012";
}
.fa-signal-5::before {
  content: "\f012";
}
.fa-signal-perfect::before {
  content: "\f012";
}
.fa-bus::before {
  content: "\f207";
}
.fa-heart-circle-xmark::before {
  content: "\e501";
}
.fa-house-chimney::before {
  content: "\e3af";
}
.fa-home-lg::before {
  content: "\e3af";
}
.fa-window-maximize::before {
  content: "\f2d0";
}
.fa-face-frown::before {
  content: "\f119";
}
.fa-frown::before {
  content: "\f119";
}
.fa-prescription::before {
  content: "\f5b1";
}
.fa-shop::before {
  content: "\f54f";
}
.fa-store-alt::before {
  content: "\f54f";
}
.fa-floppy-disk::before {
  content: "\f0c7";
}
.fa-save::before {
  content: "\f0c7";
}
.fa-vihara::before {
  content: "\f6a7";
}
.fa-scale-unbalanced::before {
  content: "\f515";
}
.fa-balance-scale-left::before {
  content: "\f515";
}
.fa-sort-up::before {
  content: "\f0de";
}
.fa-sort-asc::before {
  content: "\f0de";
}
.fa-comment-dots::before {
  content: "\f4ad";
}
.fa-commenting::before {
  content: "\f4ad";
}
.fa-plant-wilt::before {
  content: "\e5aa";
}
.fa-diamond::before {
  content: "\f219";
}
.fa-face-grin-squint::before {
  content: "\f585";
}
.fa-grin-squint::before {
  content: "\f585";
}
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}
.fa-hand-holding-usd::before {
  content: "\f4c0";
}
.fa-bacterium::before {
  content: "\e05a";
}
.fa-hand-pointer::before {
  content: "\f25a";
}
.fa-drum-steelpan::before {
  content: "\f56a";
}
.fa-hand-scissors::before {
  content: "\f257";
}
.fa-hands-praying::before {
  content: "\f684";
}
.fa-praying-hands::before {
  content: "\f684";
}
.fa-arrow-rotate-right::before {
  content: "\f01e";
}
.fa-arrow-right-rotate::before {
  content: "\f01e";
}
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}
.fa-redo::before {
  content: "\f01e";
}
.fa-biohazard::before {
  content: "\f780";
}
.fa-location-crosshairs::before {
  content: "\f601";
}
.fa-location::before {
  content: "\f601";
}
.fa-mars-double::before {
  content: "\f227";
}
.fa-child-dress::before {
  content: "\e59c";
}
.fa-users-between-lines::before {
  content: "\e591";
}
.fa-lungs-virus::before {
  content: "\e067";
}
.fa-face-grin-tears::before {
  content: "\f588";
}
.fa-grin-tears::before {
  content: "\f588";
}
.fa-phone::before {
  content: "\f095";
}
.fa-calendar-xmark::before {
  content: "\f273";
}
.fa-calendar-times::before {
  content: "\f273";
}
.fa-child-reaching::before {
  content: "\e59d";
}
.fa-head-side-virus::before {
  content: "\e064";
}
.fa-user-gear::before {
  content: "\f4fe";
}
.fa-user-cog::before {
  content: "\f4fe";
}
.fa-arrow-up-1-9::before {
  content: "\f163";
}
.fa-sort-numeric-up::before {
  content: "\f163";
}
.fa-door-closed::before {
  content: "\f52a";
}
.fa-shield-virus::before {
  content: "\e06c";
}
.fa-dice-six::before {
  content: "\f526";
}
.fa-mosquito-net::before {
  content: "\e52c";
}
.fa-bridge-water::before {
  content: "\e4ce";
}
.fa-person-booth::before {
  content: "\f756";
}
.fa-text-width::before {
  content: "\f035";
}
.fa-hat-wizard::before {
  content: "\f6e8";
}
.fa-pen-fancy::before {
  content: "\f5ac";
}
.fa-person-digging::before {
  content: "\f85e";
}
.fa-digging::before {
  content: "\f85e";
}
.fa-trash::before {
  content: "\f1f8";
}
.fa-gauge-simple::before {
  content: "\f629";
}
.fa-gauge-simple-med::before {
  content: "\f629";
}
.fa-tachometer-average::before {
  content: "\f629";
}
.fa-book-medical::before {
  content: "\f7e6";
}
.fa-poo::before {
  content: "\f2fe";
}
.fa-quote-right::before {
  content: "\f10e";
}
.fa-quote-right-alt::before {
  content: "\f10e";
}
.fa-shirt::before {
  content: "\f553";
}
.fa-t-shirt::before {
  content: "\f553";
}
.fa-tshirt::before {
  content: "\f553";
}
.fa-cubes::before {
  content: "\f1b3";
}
.fa-divide::before {
  content: "\f529";
}
.fa-tenge-sign::before {
  content: "\f7d7";
}
.fa-tenge::before {
  content: "\f7d7";
}
.fa-headphones::before {
  content: "\f025";
}
.fa-hands-holding::before {
  content: "\f4c2";
}
.fa-hands-clapping::before {
  content: "\e1a8";
}
.fa-republican::before {
  content: "\f75e";
}
.fa-arrow-left::before {
  content: "\f060";
}
.fa-person-circle-xmark::before {
  content: "\e543";
}
.fa-ruler::before {
  content: "\f545";
}
.fa-align-left::before {
  content: "\f036";
}
.fa-dice-d6::before {
  content: "\f6d1";
}
.fa-restroom::before {
  content: "\f7bd";
}
.fa-j::before {
  content: "J";
}
.fa-users-viewfinder::before {
  content: "\e595";
}
.fa-file-video::before {
  content: "\f1c8";
}
.fa-up-right-from-square::before {
  content: "\f35d";
}
.fa-external-link-alt::before {
  content: "\f35d";
}
.fa-table-cells::before {
  content: "\f00a";
}
.fa-th::before {
  content: "\f00a";
}
.fa-file-pdf::before {
  content: "\f1c1";
}
.fa-book-bible::before {
  content: "\f647";
}
.fa-bible::before {
  content: "\f647";
}
.fa-o::before {
  content: "O";
}
.fa-suitcase-medical::before {
  content: "\f0fa";
}
.fa-medkit::before {
  content: "\f0fa";
}
.fa-user-secret::before {
  content: "\f21b";
}
.fa-otter::before {
  content: "\f700";
}
.fa-person-dress::before {
  content: "\f182";
}
.fa-female::before {
  content: "\f182";
}
.fa-comment-dollar::before {
  content: "\f651";
}
.fa-business-time::before {
  content: "\f64a";
}
.fa-briefcase-clock::before {
  content: "\f64a";
}
.fa-table-cells-large::before {
  content: "\f009";
}
.fa-th-large::before {
  content: "\f009";
}
.fa-book-tanakh::before {
  content: "\f827";
}
.fa-tanakh::before {
  content: "\f827";
}
.fa-phone-volume::before {
  content: "\f2a0";
}
.fa-volume-control-phone::before {
  content: "\f2a0";
}
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}
.fa-clipboard-user::before {
  content: "\f7f3";
}
.fa-child::before {
  content: "\f1ae";
}
.fa-lira-sign::before {
  content: "\f195";
}
.fa-satellite::before {
  content: "\f7bf";
}
.fa-plane-lock::before {
  content: "\e558";
}
.fa-tag::before {
  content: "\f02b";
}
.fa-comment::before {
  content: "\f075";
}
.fa-cake-candles::before {
  content: "\f1fd";
}
.fa-birthday-cake::before {
  content: "\f1fd";
}
.fa-cake::before {
  content: "\f1fd";
}
.fa-envelope::before {
  content: "\f0e0";
}
.fa-angles-up::before {
  content: "\f102";
}
.fa-angle-double-up::before {
  content: "\f102";
}
.fa-paperclip::before {
  content: "\f0c6";
}
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}
.fa-ribbon::before {
  content: "\f4d6";
}
.fa-lungs::before {
  content: "\f604";
}
.fa-arrow-up-9-1::before {
  content: "\f887";
}
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}
.fa-litecoin-sign::before {
  content: "\e1d3";
}
.fa-border-none::before {
  content: "\f850";
}
.fa-circle-nodes::before {
  content: "\e4e2";
}
.fa-parachute-box::before {
  content: "\f4cd";
}
.fa-indent::before {
  content: "\f03c";
}
.fa-truck-field-un::before {
  content: "\e58e";
}
.fa-hourglass::before {
  content: "\f254";
}
.fa-hourglass-empty::before {
  content: "\f254";
}
.fa-mountain::before {
  content: "\f6fc";
}
.fa-user-doctor::before {
  content: "\f0f0";
}
.fa-user-md::before {
  content: "\f0f0";
}
.fa-circle-info::before {
  content: "\f05a";
}
.fa-info-circle::before {
  content: "\f05a";
}
.fa-cloud-meatball::before {
  content: "\f73b";
}
.fa-camera::before {
  content: "\f030";
}
.fa-camera-alt::before {
  content: "\f030";
}
.fa-square-virus::before {
  content: "\e578";
}
.fa-meteor::before {
  content: "\f753";
}
.fa-car-on::before {
  content: "\e4dd";
}
.fa-sleigh::before {
  content: "\f7cc";
}
.fa-arrow-down-1-9::before {
  content: "\f162";
}
.fa-sort-numeric-asc::before {
  content: "\f162";
}
.fa-sort-numeric-down::before {
  content: "\f162";
}
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}
.fa-hand-holding-water::before {
  content: "\f4c1";
}
.fa-water::before {
  content: "\f773";
}
.fa-calendar-check::before {
  content: "\f274";
}
.fa-braille::before {
  content: "\f2a1";
}
.fa-prescription-bottle-medical::before {
  content: "\f486";
}
.fa-prescription-bottle-alt::before {
  content: "\f486";
}
.fa-landmark::before {
  content: "\f66f";
}
.fa-truck::before {
  content: "\f0d1";
}
.fa-crosshairs::before {
  content: "\f05b";
}
.fa-person-cane::before {
  content: "\e53c";
}
.fa-tent::before {
  content: "\e57d";
}
.fa-vest-patches::before {
  content: "\e086";
}
.fa-check-double::before {
  content: "\f560";
}
.fa-arrow-down-a-z::before {
  content: "\f15d";
}
.fa-sort-alpha-asc::before {
  content: "\f15d";
}
.fa-sort-alpha-down::before {
  content: "\f15d";
}
.fa-money-bill-wheat::before {
  content: "\e52a";
}
.fa-cookie::before {
  content: "\f563";
}
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}
.fa-undo::before {
  content: "\f0e2";
}
.fa-hard-drive::before {
  content: "\f0a0";
}
.fa-hdd::before {
  content: "\f0a0";
}
.fa-face-grin-squint-tears::before {
  content: "\f586";
}
.fa-grin-squint-tears::before {
  content: "\f586";
}
.fa-dumbbell::before {
  content: "\f44b";
}
.fa-rectangle-list::before {
  content: "\f022";
}
.fa-list-alt::before {
  content: "\f022";
}
.fa-tarp-droplet::before {
  content: "\e57c";
}
.fa-house-medical-circle-check::before {
  content: "\e511";
}
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}
.fa-skiing-nordic::before {
  content: "\f7ca";
}
.fa-calendar-plus::before {
  content: "\f271";
}
.fa-plane-arrival::before {
  content: "\f5af";
}
.fa-circle-left::before {
  content: "\f359";
}
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}
.fa-train-subway::before {
  content: "\f239";
}
.fa-subway::before {
  content: "\f239";
}
.fa-chart-gantt::before {
  content: "\e0e4";
}
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}
.fa-indian-rupee::before {
  content: "\e1bc";
}
.fa-inr::before {
  content: "\e1bc";
}
.fa-crop-simple::before {
  content: "\f565";
}
.fa-crop-alt::before {
  content: "\f565";
}
.fa-money-bill-1::before {
  content: "\f3d1";
}
.fa-money-bill-alt::before {
  content: "\f3d1";
}
.fa-left-long::before {
  content: "\f30a";
}
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}
.fa-dna::before {
  content: "\f471";
}
.fa-virus-slash::before {
  content: "\e075";
}
.fa-minus::before {
  content: "\f068";
}
.fa-subtract::before {
  content: "\f068";
}
.fa-chess::before {
  content: "\f439";
}
.fa-arrow-left-long::before {
  content: "\f177";
}
.fa-long-arrow-left::before {
  content: "\f177";
}
.fa-plug-circle-check::before {
  content: "\e55c";
}
.fa-street-view::before {
  content: "\f21d";
}
.fa-franc-sign::before {
  content: "\e18f";
}
.fa-volume-off::before {
  content: "\f026";
}
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-asl-interpreting::before {
  content: "\f2a3";
}
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-gear::before {
  content: "\f013";
}
.fa-cog::before {
  content: "\f013";
}
.fa-droplet-slash::before {
  content: "\f5c7";
}
.fa-tint-slash::before {
  content: "\f5c7";
}
.fa-mosque::before {
  content: "\f678";
}
.fa-mosquito::before {
  content: "\e52b";
}
.fa-star-of-david::before {
  content: "\f69a";
}
.fa-person-military-rifle::before {
  content: "\e54b";
}
.fa-cart-shopping::before {
  content: "\f07a";
}
.fa-shopping-cart::before {
  content: "\f07a";
}
.fa-vials::before {
  content: "\f493";
}
.fa-plug-circle-plus::before {
  content: "\e55f";
}
.fa-place-of-worship::before {
  content: "\f67f";
}
.fa-grip-vertical::before {
  content: "\f58e";
}
.fa-arrow-turn-up::before {
  content: "\f148";
}
.fa-level-up::before {
  content: "\f148";
}
.fa-u::before {
  content: "U";
}
.fa-square-root-variable::before {
  content: "\f698";
}
.fa-square-root-alt::before {
  content: "\f698";
}
.fa-clock::before {
  content: "\f017";
}
.fa-clock-four::before {
  content: "\f017";
}
.fa-backward-step::before {
  content: "\f048";
}
.fa-step-backward::before {
  content: "\f048";
}
.fa-pallet::before {
  content: "\f482";
}
.fa-faucet::before {
  content: "\e005";
}
.fa-baseball-bat-ball::before {
  content: "\f432";
}
.fa-s::before {
  content: "S";
}
.fa-timeline::before {
  content: "\e29c";
}
.fa-keyboard::before {
  content: "\f11c";
}
.fa-caret-down::before {
  content: "\f0d7";
}
.fa-house-chimney-medical::before {
  content: "\f7f2";
}
.fa-clinic-medical::before {
  content: "\f7f2";
}
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}
.fa-temperature-3::before {
  content: "\f2c8";
}
.fa-thermometer-3::before {
  content: "\f2c8";
}
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}
.fa-mobile-screen::before {
  content: "\f3cf";
}
.fa-mobile-android-alt::before {
  content: "\f3cf";
}
.fa-plane-up::before {
  content: "\e22d";
}
.fa-piggy-bank::before {
  content: "\f4d3";
}
.fa-battery-half::before {
  content: "\f242";
}
.fa-battery-3::before {
  content: "\f242";
}
.fa-mountain-city::before {
  content: "\e52e";
}
.fa-coins::before {
  content: "\f51e";
}
.fa-khanda::before {
  content: "\f66d";
}
.fa-sliders::before {
  content: "\f1de";
}
.fa-sliders-h::before {
  content: "\f1de";
}
.fa-folder-tree::before {
  content: "\f802";
}
.fa-network-wired::before {
  content: "\f6ff";
}
.fa-map-pin::before {
  content: "\f276";
}
.fa-hamsa::before {
  content: "\f665";
}
.fa-cent-sign::before {
  content: "\e3f5";
}
.fa-flask::before {
  content: "\f0c3";
}
.fa-person-pregnant::before {
  content: "\e31e";
}
.fa-wand-sparkles::before {
  content: "\f72b";
}
.fa-ellipsis-vertical::before {
  content: "\f142";
}
.fa-ellipsis-v::before {
  content: "\f142";
}
.fa-ticket::before {
  content: "\f145";
}
.fa-power-off::before {
  content: "\f011";
}
.fa-right-long::before {
  content: "\f30b";
}
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}
.fa-flag-usa::before {
  content: "\f74d";
}
.fa-laptop-file::before {
  content: "\e51d";
}
.fa-tty::before {
  content: "\f1e4";
}
.fa-teletype::before {
  content: "\f1e4";
}
.fa-diagram-next::before {
  content: "\e476";
}
.fa-person-rifle::before {
  content: "\e54e";
}
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}
.fa-closed-captioning::before {
  content: "\f20a";
}
.fa-person-hiking::before {
  content: "\f6ec";
}
.fa-hiking::before {
  content: "\f6ec";
}
.fa-venus-double::before {
  content: "\f226";
}
.fa-images::before {
  content: "\f302";
}
.fa-calculator::before {
  content: "\f1ec";
}
.fa-people-pulling::before {
  content: "\e535";
}
.fa-n::before {
  content: "N";
}
.fa-cable-car::before {
  content: "\f7da";
}
.fa-tram::before {
  content: "\f7da";
}
.fa-cloud-rain::before {
  content: "\f73d";
}
.fa-building-circle-xmark::before {
  content: "\e4d4";
}
.fa-ship::before {
  content: "\f21a";
}
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}
.fa-download::before {
  content: "\f019";
}
.fa-face-grin::before {
  content: "\f580";
}
.fa-grin::before {
  content: "\f580";
}
.fa-delete-left::before {
  content: "\f55a";
}
.fa-backspace::before {
  content: "\f55a";
}
.fa-eye-dropper::before {
  content: "\f1fb";
}
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}
.fa-eyedropper::before {
  content: "\f1fb";
}
.fa-file-circle-check::before {
  content: "\e5a0";
}
.fa-forward::before {
  content: "\f04e";
}
.fa-mobile::before {
  content: "\f3ce";
}
.fa-mobile-android::before {
  content: "\f3ce";
}
.fa-mobile-phone::before {
  content: "\f3ce";
}
.fa-face-meh::before {
  content: "\f11a";
}
.fa-meh::before {
  content: "\f11a";
}
.fa-align-center::before {
  content: "\f037";
}
.fa-book-skull::before {
  content: "\f6b7";
}
.fa-book-dead::before {
  content: "\f6b7";
}
.fa-id-card::before {
  content: "\f2c2";
}
.fa-drivers-license::before {
  content: "\f2c2";
}
.fa-outdent::before {
  content: "\f03b";
}
.fa-dedent::before {
  content: "\f03b";
}
.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}
.fa-house::before {
  content: "\f015";
}
.fa-home::before {
  content: "\f015";
}
.fa-home-alt::before {
  content: "\f015";
}
.fa-home-lg-alt::before {
  content: "\f015";
}
.fa-calendar-week::before {
  content: "\f784";
}
.fa-laptop-medical::before {
  content: "\f812";
}
.fa-b::before {
  content: "B";
}
.fa-file-medical::before {
  content: "\f477";
}
.fa-dice-one::before {
  content: "\f525";
}
.fa-kiwi-bird::before {
  content: "\f535";
}
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}
.fa-exchange::before {
  content: "\f0ec";
}
.fa-rotate-right::before {
  content: "\f2f9";
}
.fa-redo-alt::before {
  content: "\f2f9";
}
.fa-rotate-forward::before {
  content: "\f2f9";
}
.fa-utensils::before {
  content: "\f2e7";
}
.fa-cutlery::before {
  content: "\f2e7";
}
.fa-arrow-up-wide-short::before {
  content: "\f161";
}
.fa-sort-amount-up::before {
  content: "\f161";
}
.fa-mill-sign::before {
  content: "\e1ed";
}
.fa-bowl-rice::before {
  content: "\e2eb";
}
.fa-skull::before {
  content: "\f54c";
}
.fa-tower-broadcast::before {
  content: "\f519";
}
.fa-broadcast-tower::before {
  content: "\f519";
}
.fa-truck-pickup::before {
  content: "\f63c";
}
.fa-up-long::before {
  content: "\f30c";
}
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}
.fa-stop::before {
  content: "\f04d";
}
.fa-code-merge::before {
  content: "\f387";
}
.fa-upload::before {
  content: "\f093";
}
.fa-hurricane::before {
  content: "\f751";
}
.fa-mound::before {
  content: "\e52d";
}
.fa-toilet-portable::before {
  content: "\e583";
}
.fa-compact-disc::before {
  content: "\f51f";
}
.fa-file-arrow-down::before {
  content: "\f56d";
}
.fa-file-download::before {
  content: "\f56d";
}
.fa-caravan::before {
  content: "\f8ff";
}
.fa-shield-cat::before {
  content: "\e572";
}
.fa-bolt::before {
  content: "\f0e7";
}
.fa-zap::before {
  content: "\f0e7";
}
.fa-glass-water::before {
  content: "\e4f4";
}
.fa-oil-well::before {
  content: "\e532";
}
.fa-vault::before {
  content: "\e2c5";
}
.fa-mars::before {
  content: "\f222";
}
.fa-toilet::before {
  content: "\f7d8";
}
.fa-plane-circle-xmark::before {
  content: "\e557";
}
.fa-yen-sign::before {
  content: "\f157";
}
.fa-cny::before {
  content: "\f157";
}
.fa-jpy::before {
  content: "\f157";
}
.fa-rmb::before {
  content: "\f157";
}
.fa-yen::before {
  content: "\f157";
}
.fa-ruble-sign::before {
  content: "\f158";
}
.fa-rouble::before {
  content: "\f158";
}
.fa-rub::before {
  content: "\f158";
}
.fa-ruble::before {
  content: "\f158";
}
.fa-sun::before {
  content: "\f185";
}
.fa-guitar::before {
  content: "\f7a6";
}
.fa-face-laugh-wink::before {
  content: "\f59c";
}
.fa-laugh-wink::before {
  content: "\f59c";
}
.fa-horse-head::before {
  content: "\f7ab";
}
.fa-bore-hole::before {
  content: "\e4c3";
}
.fa-industry::before {
  content: "\f275";
}
.fa-circle-down::before {
  content: "\f358";
}
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}
.fa-florin-sign::before {
  content: "\e184";
}
.fa-arrow-down-short-wide::before {
  content: "\f884";
}
.fa-sort-amount-desc::before {
  content: "\f884";
}
.fa-sort-amount-down-alt::before {
  content: "\f884";
}
.fa-less-than::before {
  content: "<";
}
.fa-angle-down::before {
  content: "\f107";
}
.fa-car-tunnel::before {
  content: "\e4de";
}
.fa-head-side-cough::before {
  content: "\e061";
}
.fa-grip-lines::before {
  content: "\f7a4";
}
.fa-thumbs-down::before {
  content: "\f165";
}
.fa-user-lock::before {
  content: "\f502";
}
.fa-arrow-right-long::before {
  content: "\f178";
}
.fa-long-arrow-right::before {
  content: "\f178";
}
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}
.fa-ellipsis::before {
  content: "\f141";
}
.fa-ellipsis-h::before {
  content: "\f141";
}
.fa-chess-pawn::before {
  content: "\f443";
}
.fa-kit-medical::before {
  content: "\f479";
}
.fa-first-aid::before {
  content: "\f479";
}
.fa-person-through-window::before {
  content: "\e5a9";
}
.fa-toolbox::before {
  content: "\f552";
}
.fa-hands-holding-circle::before {
  content: "\e4fb";
}
.fa-bug::before {
  content: "\f188";
}
.fa-credit-card::before {
  content: "\f09d";
}
.fa-credit-card-alt::before {
  content: "\f09d";
}
.fa-car::before {
  content: "\f1b9";
}
.fa-automobile::before {
  content: "\f1b9";
}
.fa-hand-holding-hand::before {
  content: "\e4f7";
}
.fa-book-open-reader::before {
  content: "\f5da";
}
.fa-book-reader::before {
  content: "\f5da";
}
.fa-mountain-sun::before {
  content: "\e52f";
}
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}
.fa-dice-d20::before {
  content: "\f6cf";
}
.fa-truck-droplet::before {
  content: "\e58c";
}
.fa-file-circle-xmark::before {
  content: "\e5a1";
}
.fa-temperature-arrow-up::before {
  content: "\e040";
}
.fa-temperature-up::before {
  content: "\e040";
}
.fa-medal::before {
  content: "\f5a2";
}
.fa-bed::before {
  content: "\f236";
}
.fa-square-h::before {
  content: "\f0fd";
}
.fa-h-square::before {
  content: "\f0fd";
}
.fa-podcast::before {
  content: "\f2ce";
}
.fa-temperature-full::before {
  content: "\f2c7";
}
.fa-temperature-4::before {
  content: "\f2c7";
}
.fa-thermometer-4::before {
  content: "\f2c7";
}
.fa-thermometer-full::before {
  content: "\f2c7";
}
.fa-bell::before {
  content: "\f0f3";
}
.fa-superscript::before {
  content: "\f12b";
}
.fa-plug-circle-xmark::before {
  content: "\e560";
}
.fa-star-of-life::before {
  content: "\f621";
}
.fa-phone-slash::before {
  content: "\f3dd";
}
.fa-paint-roller::before {
  content: "\f5aa";
}
.fa-handshake-angle::before {
  content: "\f4c4";
}
.fa-hands-helping::before {
  content: "\f4c4";
}
.fa-location-dot::before {
  content: "\f3c5";
}
.fa-map-marker-alt::before {
  content: "\f3c5";
}
.fa-file::before {
  content: "\f15b";
}
.fa-greater-than::before {
  content: ">";
}
.fa-person-swimming::before {
  content: "\f5c4";
}
.fa-swimmer::before {
  content: "\f5c4";
}
.fa-arrow-down::before {
  content: "\f063";
}
.fa-droplet::before {
  content: "\f043";
}
.fa-tint::before {
  content: "\f043";
}
.fa-eraser::before {
  content: "\f12d";
}
.fa-earth-americas::before {
  content: "\f57d";
}
.fa-earth::before {
  content: "\f57d";
}
.fa-earth-america::before {
  content: "\f57d";
}
.fa-globe-americas::before {
  content: "\f57d";
}
.fa-person-burst::before {
  content: "\e53b";
}
.fa-dove::before {
  content: "\f4ba";
}
.fa-battery-empty::before {
  content: "\f244";
}
.fa-battery-0::before {
  content: "\f244";
}
.fa-socks::before {
  content: "\f696";
}
.fa-inbox::before {
  content: "\f01c";
}
.fa-section::before {
  content: "\e447";
}
.fa-gauge-high::before {
  content: "\f625";
}
.fa-tachometer-alt::before {
  content: "\f625";
}
.fa-tachometer-alt-fast::before {
  content: "\f625";
}
.fa-envelope-open-text::before {
  content: "\f658";
}
.fa-hospital::before {
  content: "\f0f8";
}
.fa-hospital-alt::before {
  content: "\f0f8";
}
.fa-hospital-wide::before {
  content: "\f0f8";
}
.fa-wine-bottle::before {
  content: "\f72f";
}
.fa-chess-rook::before {
  content: "\f447";
}
.fa-bars-staggered::before {
  content: "\f550";
}
.fa-reorder::before {
  content: "\f550";
}
.fa-stream::before {
  content: "\f550";
}
.fa-dharmachakra::before {
  content: "\f655";
}
.fa-hotdog::before {
  content: "\f80f";
}
.fa-person-walking-with-cane::before {
  content: "\f29d";
}
.fa-blind::before {
  content: "\f29d";
}
.fa-drum::before {
  content: "\f569";
}
.fa-ice-cream::before {
  content: "\f810";
}
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}
.fa-fax::before {
  content: "\f1ac";
}
.fa-paragraph::before {
  content: "\f1dd";
}
.fa-check-to-slot::before {
  content: "\f772";
}
.fa-vote-yea::before {
  content: "\f772";
}
.fa-star-half::before {
  content: "\f089";
}
.fa-boxes-stacked::before {
  content: "\f468";
}
.fa-boxes::before {
  content: "\f468";
}
.fa-boxes-alt::before {
  content: "\f468";
}
.fa-link::before {
  content: "\f0c1";
}
.fa-chain::before {
  content: "\f0c1";
}
.fa-ear-listen::before {
  content: "\f2a2";
}
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}
.fa-tree-city::before {
  content: "\e587";
}
.fa-play::before {
  content: "\f04b";
}
.fa-font::before {
  content: "\f031";
}
.fa-table-cells-row-lock::before {
  content: "\e67a";
}
.fa-rupiah-sign::before {
  content: "\e23d";
}
.fa-magnifying-glass::before {
  content: "\f002";
}
.fa-search::before {
  content: "\f002";
}
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}
.fa-table-tennis::before {
  content: "\f45d";
}
.fa-person-dots-from-line::before {
  content: "\f470";
}
.fa-diagnoses::before {
  content: "\f470";
}
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}
.fa-trash-restore-alt::before {
  content: "\f82a";
}
.fa-naira-sign::before {
  content: "\e1f6";
}
.fa-cart-arrow-down::before {
  content: "\f218";
}
.fa-walkie-talkie::before {
  content: "\f8ef";
}
.fa-file-pen::before {
  content: "\f31c";
}
.fa-file-edit::before {
  content: "\f31c";
}
.fa-receipt::before {
  content: "\f543";
}
.fa-square-pen::before {
  content: "\f14b";
}
.fa-pen-square::before {
  content: "\f14b";
}
.fa-pencil-square::before {
  content: "\f14b";
}
.fa-suitcase-rolling::before {
  content: "\f5c1";
}
.fa-person-circle-exclamation::before {
  content: "\e53f";
}
.fa-chevron-down::before,
.glyphicon-chevron-down::before {
  content: "\f078";
}
.fa-battery-full::before {
  content: "\f240";
}
.fa-battery::before {
  content: "\f240";
}
.fa-battery-5::before {
  content: "\f240";
}
.fa-skull-crossbones::before {
  content: "\f714";
}
.fa-code-compare::before {
  content: "\e13a";
}
.fa-list-ul::before {
  content: "\f0ca";
}
.fa-list-dots::before {
  content: "\f0ca";
}
.fa-school-lock::before {
  content: "\e56f";
}
.fa-tower-cell::before {
  content: "\e585";
}
.fa-down-long::before {
  content: "\f309";
}
.fa-long-arrow-alt-down::before {
  content: "\f309";
}
.fa-ranking-star::before {
  content: "\e561";
}
.fa-chess-king::before {
  content: "\f43f";
}
.fa-person-harassing::before {
  content: "\e549";
}
.fa-brazilian-real-sign::before {
  content: "\e46c";
}
.fa-landmark-dome::before {
  content: "\f752";
}
.fa-landmark-alt::before {
  content: "\f752";
}
.fa-arrow-up::before {
  content: "\f062";
}
.fa-tv::before {
  content: "\f26c";
}
.fa-television::before {
  content: "\f26c";
}
.fa-tv-alt::before {
  content: "\f26c";
}
.fa-shrimp::before {
  content: "\e448";
}
.fa-list-check::before {
  content: "\f0ae";
}
.fa-tasks::before {
  content: "\f0ae";
}
.fa-jug-detergent::before {
  content: "\e519";
}
.fa-circle-user::before {
  content: "\f2bd";
}
.fa-user-circle::before {
  content: "\f2bd";
}
.fa-user-shield::before {
  content: "\f505";
}
.fa-wind::before {
  content: "\f72e";
}
.fa-car-burst::before {
  content: "\f5e1";
}
.fa-car-crash::before {
  content: "\f5e1";
}
.fa-y::before {
  content: "Y";
}
.fa-person-snowboarding::before {
  content: "\f7ce";
}
.fa-snowboarding::before {
  content: "\f7ce";
}
.fa-truck-fast::before {
  content: "\f48b";
}
.fa-shipping-fast::before {
  content: "\f48b";
}
.fa-fish::before {
  content: "\f578";
}
.fa-user-graduate::before {
  content: "\f501";
}
.fa-circle-half-stroke::before {
  content: "\f042";
}
.fa-adjust::before {
  content: "\f042";
}
.fa-clapperboard::before {
  content: "\e131";
}
.fa-circle-radiation::before {
  content: "\f7ba";
}
.fa-radiation-alt::before {
  content: "\f7ba";
}
.fa-baseball::before {
  content: "\f433";
}
.fa-baseball-ball::before {
  content: "\f433";
}
.fa-jet-fighter-up::before {
  content: "\e518";
}
.fa-diagram-project::before {
  content: "\f542";
}
.fa-project-diagram::before {
  content: "\f542";
}
.fa-copy::before {
  content: "\f0c5";
}
.fa-volume-xmark::before {
  content: "\f6a9";
}
.fa-volume-mute::before {
  content: "\f6a9";
}
.fa-volume-times::before {
  content: "\f6a9";
}
.fa-hand-sparkles::before {
  content: "\e05d";
}
.fa-grip::before {
  content: "\f58d";
}
.fa-grip-horizontal::before {
  content: "\f58d";
}
.fa-share-from-square::before {
  content: "\f14d";
}
.fa-share-square::before {
  content: "\f14d";
}
.fa-child-combatant::before {
  content: "\e4e0";
}
.fa-child-rifle::before {
  content: "\e4e0";
}
.fa-gun::before {
  content: "\e19b";
}
.fa-square-phone::before {
  content: "\f098";
}
.fa-phone-square::before {
  content: "\f098";
}
.fa-plus::before {
  content: "+";
}
.fa-add::before {
  content: "+";
}
.fa-expand::before {
  content: "\f065";
}
.fa-computer::before {
  content: "\e4e5";
}
.fa-xmark::before {
  content: "\f00d";
}
.fa-close::before {
  content: "\f00d";
}
.fa-multiply::before {
  content: "\f00d";
}
.fa-remove::before {
  content: "\f00d";
}
.fa-times::before {
  content: "\f00d";
}
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}
.fa-arrows::before {
  content: "\f047";
}
.fa-chalkboard-user::before {
  content: "\f51c";
}
.fa-chalkboard-teacher::before {
  content: "\f51c";
}
.fa-peso-sign::before {
  content: "\e222";
}
.fa-building-shield::before {
  content: "\e4d8";
}
.fa-baby::before {
  content: "\f77c";
}
.fa-users-line::before {
  content: "\e592";
}
.fa-quote-left::before {
  content: "\f10d";
}
.fa-quote-left-alt::before {
  content: "\f10d";
}
.fa-tractor::before {
  content: "\f722";
}
.fa-trash-arrow-up::before {
  content: "\f829";
}
.fa-trash-restore::before {
  content: "\f829";
}
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}
.fa-lines-leaning::before {
  content: "\e51e";
}
.fa-ruler-combined::before {
  content: "\f546";
}
.fa-copyright::before {
  content: "\f1f9";
}
.fa-equals::before {
  content: "=";
}
.fa-blender::before {
  content: "\f517";
}
.fa-teeth::before {
  content: "\f62e";
}
.fa-shekel-sign::before {
  content: "\f20b";
}
.fa-ils::before {
  content: "\f20b";
}
.fa-shekel::before {
  content: "\f20b";
}
.fa-sheqel::before {
  content: "\f20b";
}
.fa-sheqel-sign::before {
  content: "\f20b";
}
.fa-map::before {
  content: "\f279";
}
.fa-rocket::before {
  content: "\f135";
}
.fa-photo-film::before {
  content: "\f87c";
}
.fa-photo-video::before {
  content: "\f87c";
}
.fa-folder-minus::before {
  content: "\f65d";
}
.fa-store::before {
  content: "\f54e";
}
.fa-arrow-trend-up::before {
  content: "\e098";
}
.fa-plug-circle-minus::before {
  content: "\e55e";
}
.fa-sign-hanging::before {
  content: "\f4d9";
}
.fa-sign::before {
  content: "\f4d9";
}
.fa-bezier-curve::before {
  content: "\f55b";
}
.fa-bell-slash::before {
  content: "\f1f6";
}
.fa-tablet::before {
  content: "\f3fb";
}
.fa-tablet-android::before {
  content: "\f3fb";
}
.fa-school-flag::before {
  content: "\e56e";
}
.fa-fill::before {
  content: "\f575";
}
.fa-angle-up::before {
  content: "\f106";
}
.fa-drumstick-bite::before {
  content: "\f6d7";
}
.fa-holly-berry::before {
  content: "\f7aa";
}
.fa-chevron-left::before,
.glyphicon-chevron-left::before {
  content: "\f053";
}
.fa-bacteria::before {
  content: "\e059";
}
.fa-hand-lizard::before {
  content: "\f258";
}
.fa-notdef::before {
  content: "\e1fe";
}
.fa-disease::before {
  content: "\f7fa";
}
.fa-briefcase-medical::before {
  content: "\f469";
}
.fa-genderless::before {
  content: "\f22d";
}
.fa-chevron-right::before,
.glyphicon-chevron-right::before {
  content: "\f054";
}
.fa-retweet::before {
  content: "\f079";
}
.fa-car-rear::before {
  content: "\f5de";
}
.fa-car-alt::before {
  content: "\f5de";
}
.fa-pump-soap::before {
  content: "\e06b";
}
.fa-video-slash::before {
  content: "\f4e2";
}
.fa-battery-quarter::before {
  content: "\f243";
}
.fa-battery-2::before {
  content: "\f243";
}
.fa-radio::before {
  content: "\f8d7";
}
.fa-baby-carriage::before {
  content: "\f77d";
}
.fa-carriage-baby::before {
  content: "\f77d";
}
.fa-traffic-light::before {
  content: "\f637";
}
.fa-thermometer::before {
  content: "\f491";
}
.fa-vr-cardboard::before {
  content: "\f729";
}
.fa-hand-middle-finger::before {
  content: "\f806";
}
.fa-percent::before {
  content: "%";
}
.fa-percentage::before {
  content: "%";
}
.fa-truck-moving::before {
  content: "\f4df";
}
.fa-glass-water-droplet::before {
  content: "\e4f5";
}
.fa-display::before {
  content: "\e163";
}
.fa-face-smile::before {
  content: "\f118";
}
.fa-smile::before {
  content: "\f118";
}
.fa-thumbtack::before {
  content: "\f08d";
}
.fa-thumb-tack::before {
  content: "\f08d";
}
.fa-trophy::before {
  content: "\f091";
}
.fa-person-praying::before {
  content: "\f683";
}
.fa-pray::before {
  content: "\f683";
}
.fa-hammer::before {
  content: "\f6e3";
}
.fa-hand-peace::before {
  content: "\f25b";
}
.fa-rotate::before {
  content: "\f2f1";
}
.fa-sync-alt::before {
  content: "\f2f1";
}
.fa-spinner::before {
  content: "\f110";
}
.fa-robot::before {
  content: "\f544";
}
.fa-peace::before {
  content: "\f67c";
}
.fa-gears::before {
  content: "\f085";
}
.fa-cogs::before {
  content: "\f085";
}
.fa-warehouse::before {
  content: "\f494";
}
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}
.fa-splotch::before {
  content: "\f5bc";
}
.fa-face-grin-hearts::before {
  content: "\f584";
}
.fa-grin-hearts::before {
  content: "\f584";
}
.fa-dice-four::before {
  content: "\f524";
}
.fa-sim-card::before {
  content: "\f7c4";
}
.fa-transgender::before {
  content: "\f225";
}
.fa-transgender-alt::before {
  content: "\f225";
}
.fa-mercury::before {
  content: "\f223";
}
.fa-arrow-turn-down::before {
  content: "\f149";
}
.fa-level-down::before {
  content: "\f149";
}
.fa-person-falling-burst::before {
  content: "\e547";
}
.fa-award::before {
  content: "\f559";
}
.fa-ticket-simple::before {
  content: "\f3ff";
}
.fa-ticket-alt::before {
  content: "\f3ff";
}
.fa-building::before {
  content: "\f1ad";
}
.fa-angles-left::before {
  content: "\f100";
}
.fa-angle-double-left::before {
  content: "\f100";
}
.fa-qrcode::before {
  content: "\f029";
}
.fa-clock-rotate-left::before {
  content: "\f1da";
}
.fa-history::before {
  content: "\f1da";
}
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}
.fa-grin-beam-sweat::before {
  content: "\f583";
}
.fa-file-export::before {
  content: "\f56e";
}
.fa-arrow-right-from-file::before {
  content: "\f56e";
}
.fa-shield::before {
  content: "\f132";
}
.fa-shield-blank::before {
  content: "\f132";
}
.fa-arrow-up-short-wide::before {
  content: "\f885";
}
.fa-sort-amount-up-alt::before {
  content: "\f885";
}
.fa-house-medical::before {
  content: "\e3b2";
}
.fa-golf-ball-tee::before {
  content: "\f450";
}
.fa-golf-ball::before {
  content: "\f450";
}
.fa-circle-chevron-left::before {
  content: "\f137";
}
.fa-chevron-circle-left::before {
  content: "\f137";
}
.fa-house-chimney-window::before {
  content: "\e00d";
}
.fa-pen-nib::before {
  content: "\f5ad";
}
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}
.fa-tents::before {
  content: "\e582";
}
.fa-wand-magic::before {
  content: "\f0d0";
}
.fa-magic::before {
  content: "\f0d0";
}
.fa-dog::before {
  content: "\f6d3";
}
.fa-carrot::before {
  content: "\f787";
}
.fa-moon::before {
  content: "\f186";
}
.fa-wine-glass-empty::before {
  content: "\f5ce";
}
.fa-wine-glass-alt::before {
  content: "\f5ce";
}
.fa-cheese::before {
  content: "\f7ef";
}
.fa-yin-yang::before {
  content: "\f6ad";
}
.fa-music::before {
  content: "\f001";
}
.fa-code-commit::before {
  content: "\f386";
}
.fa-temperature-low::before {
  content: "\f76b";
}
.fa-person-biking::before {
  content: "\f84a";
}
.fa-biking::before {
  content: "\f84a";
}
.fa-broom::before {
  content: "\f51a";
}
.fa-shield-heart::before {
  content: "\e574";
}
.fa-gopuram::before {
  content: "\f664";
}
.fa-earth-oceania::before {
  content: "\e47b";
}
.fa-globe-oceania::before {
  content: "\e47b";
}
.fa-square-xmark::before {
  content: "\f2d3";
}
.fa-times-square::before {
  content: "\f2d3";
}
.fa-xmark-square::before {
  content: "\f2d3";
}
.fa-hashtag::before {
  content: "#";
}
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}
.fa-expand-alt::before {
  content: "\f424";
}
.fa-oil-can::before {
  content: "\f613";
}
.fa-t::before {
  content: "T";
}
.fa-hippo::before {
  content: "\f6ed";
}
.fa-chart-column::before {
  content: "\e0e3";
}
.fa-infinity::before {
  content: "\f534";
}
.fa-vial-circle-check::before {
  content: "\e596";
}
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}
.fa-voicemail::before {
  content: "\f897";
}
.fa-fan::before {
  content: "\f863";
}
.fa-person-walking-luggage::before {
  content: "\e554";
}
.fa-up-down::before {
  content: "\f338";
}
.fa-arrows-alt-v::before {
  content: "\f338";
}
.fa-cloud-moon-rain::before {
  content: "\f73c";
}
.fa-calendar::before,
.glyphicon-calendar::before {
  content: "\f133";
}
.fa-trailer::before {
  content: "\e041";
}
.fa-bahai::before {
  content: "\f666";
}
.fa-haykal::before {
  content: "\f666";
}
.fa-sd-card::before {
  content: "\f7c2";
}
.fa-dragon::before {
  content: "\f6d5";
}
.fa-shoe-prints::before {
  content: "\f54b";
}
.fa-circle-plus::before {
  content: "\f055";
}
.fa-plus-circle::before {
  content: "\f055";
}
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-hand-holding::before {
  content: "\f4bd";
}
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}
.fa-link-slash::before {
  content: "\f127";
}
.fa-chain-broken::before {
  content: "\f127";
}
.fa-chain-slash::before {
  content: "\f127";
}
.fa-unlink::before {
  content: "\f127";
}
.fa-clone::before {
  content: "\f24d";
}
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}
.fa-arrow-up-z-a::before {
  content: "\f882";
}
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}
.fa-fire-flame-curved::before {
  content: "\f7e4";
}
.fa-fire-alt::before {
  content: "\f7e4";
}
.fa-tornado::before {
  content: "\f76f";
}
.fa-file-circle-plus::before {
  content: "\e494";
}
.fa-book-quran::before {
  content: "\f687";
}
.fa-quran::before {
  content: "\f687";
}
.fa-anchor::before {
  content: "\f13d";
}
.fa-border-all::before {
  content: "\f84c";
}
.fa-face-angry::before {
  content: "\f556";
}
.fa-angry::before {
  content: "\f556";
}
.fa-cookie-bite::before {
  content: "\f564";
}
.fa-arrow-trend-down::before {
  content: "\e097";
}
.fa-rss::before {
  content: "\f09e";
}
.fa-feed::before {
  content: "\f09e";
}
.fa-draw-polygon::before {
  content: "\f5ee";
}
.fa-scale-balanced::before {
  content: "\f24e";
}
.fa-balance-scale::before {
  content: "\f24e";
}
.fa-gauge-simple-high::before {
  content: "\f62a";
}
.fa-tachometer::before {
  content: "\f62a";
}
.fa-tachometer-fast::before {
  content: "\f62a";
}
.fa-shower::before {
  content: "\f2cc";
}
.fa-desktop::before {
  content: "\f390";
}
.fa-desktop-alt::before {
  content: "\f390";
}
.fa-m::before {
  content: "M";
}
.fa-table-list::before {
  content: "\f00b";
}
.fa-th-list::before {
  content: "\f00b";
}
.fa-comment-sms::before {
  content: "\f7cd";
}
.fa-sms::before {
  content: "\f7cd";
}
.fa-book::before {
  content: "\f02d";
}
.fa-user-plus::before {
  content: "\f234";
}
.fa-check::before {
  content: "\f00c";
}
.fa-battery-three-quarters::before {
  content: "\f241";
}
.fa-battery-4::before {
  content: "\f241";
}
.fa-house-circle-check::before {
  content: "\e509";
}
.fa-angle-left::before {
  content: "\f104";
}
.fa-diagram-successor::before {
  content: "\e47a";
}
.fa-truck-arrow-right::before {
  content: "\e58b";
}
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}
.fa-hand-fist::before {
  content: "\f6de";
}
.fa-fist-raised::before {
  content: "\f6de";
}
.fa-cloud-moon::before {
  content: "\f6c3";
}
.fa-briefcase::before {
  content: "\f0b1";
}
.fa-person-falling::before {
  content: "\e546";
}
.fa-image-portrait::before {
  content: "\f3e0";
}
.fa-portrait::before {
  content: "\f3e0";
}
.fa-user-tag::before {
  content: "\f507";
}
.fa-rug::before {
  content: "\e569";
}
.fa-earth-europe::before {
  content: "\f7a2";
}
.fa-globe-europe::before {
  content: "\f7a2";
}
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}
.fa-luggage-cart::before {
  content: "\f59d";
}
.fa-rectangle-xmark::before {
  content: "\f410";
}
.fa-rectangle-times::before {
  content: "\f410";
}
.fa-times-rectangle::before {
  content: "\f410";
}
.fa-window-close::before {
  content: "\f410";
}
.fa-baht-sign::before {
  content: "\e0ac";
}
.fa-book-open::before {
  content: "\f518";
}
.fa-book-journal-whills::before {
  content: "\f66a";
}
.fa-journal-whills::before {
  content: "\f66a";
}
.fa-handcuffs::before {
  content: "\e4f8";
}
.fa-triangle-exclamation::before {
  content: "\f071";
}
.fa-exclamation-triangle::before {
  content: "\f071";
}
.fa-warning::before {
  content: "\f071";
}
.fa-database::before {
  content: "\f1c0";
}
.fa-share::before {
  content: "\f064";
}
.fa-mail-forward::before {
  content: "\f064";
}
.fa-bottle-droplet::before {
  content: "\e4c4";
}
.fa-mask-face::before {
  content: "\e1d7";
}
.fa-hill-rockslide::before {
  content: "\e508";
}
.fa-right-left::before {
  content: "\f362";
}
.fa-exchange-alt::before {
  content: "\f362";
}
.fa-paper-plane::before {
  content: "\f1d8";
}
.fa-road-circle-exclamation::before {
  content: "\e565";
}
.fa-dungeon::before {
  content: "\f6d9";
}
.fa-align-right::before {
  content: "\f038";
}
.fa-money-bill-1-wave::before {
  content: "\f53b";
}
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}
.fa-life-ring::before {
  content: "\f1cd";
}
.fa-hands::before {
  content: "\f2a7";
}
.fa-sign-language::before {
  content: "\f2a7";
}
.fa-signing::before {
  content: "\f2a7";
}
.fa-calendar-day::before {
  content: "\f783";
}
.fa-water-ladder::before {
  content: "\f5c5";
}
.fa-ladder-water::before {
  content: "\f5c5";
}
.fa-swimming-pool::before {
  content: "\f5c5";
}
.fa-arrows-up-down::before {
  content: "\f07d";
}
.fa-arrows-v::before {
  content: "\f07d";
}
.fa-face-grimace::before {
  content: "\f57f";
}
.fa-grimace::before {
  content: "\f57f";
}
.fa-wheelchair-move::before {
  content: "\e2ce";
}
.fa-wheelchair-alt::before {
  content: "\e2ce";
}
.fa-turn-down::before {
  content: "\f3be";
}
.fa-level-down-alt::before {
  content: "\f3be";
}
.fa-person-walking-arrow-right::before {
  content: "\e552";
}
.fa-square-envelope::before {
  content: "\f199";
}
.fa-envelope-square::before {
  content: "\f199";
}
.fa-dice::before {
  content: "\f522";
}
.fa-bowling-ball::before {
  content: "\f436";
}
.fa-brain::before {
  content: "\f5dc";
}
.fa-bandage::before {
  content: "\f462";
}
.fa-band-aid::before {
  content: "\f462";
}
.fa-calendar-minus::before {
  content: "\f272";
}
.fa-circle-xmark::before {
  content: "\f057";
}
.fa-times-circle::before {
  content: "\f057";
}
.fa-xmark-circle::before {
  content: "\f057";
}
.fa-gifts::before {
  content: "\f79c";
}
.fa-hotel::before {
  content: "\f594";
}
.fa-earth-asia::before {
  content: "\f57e";
}
.fa-globe-asia::before {
  content: "\f57e";
}
.fa-id-card-clip::before {
  content: "\f47f";
}
.fa-id-card-alt::before {
  content: "\f47f";
}
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}
.fa-search-plus::before {
  content: "\f00e";
}
.fa-thumbs-up::before {
  content: "\f164";
}
.fa-user-clock::before {
  content: "\f4fd";
}
.fa-hand-dots::before {
  content: "\f461";
}
.fa-allergies::before {
  content: "\f461";
}
.fa-file-invoice::before {
  content: "\f570";
}
.fa-window-minimize::before {
  content: "\f2d1";
}
.fa-mug-saucer::before {
  content: "\f0f4";
}
.fa-coffee::before {
  content: "\f0f4";
}
.fa-brush::before {
  content: "\f55d";
}
.fa-mask::before {
  content: "\f6fa";
}
.fa-magnifying-glass-minus::before {
  content: "\f010";
}
.fa-search-minus::before {
  content: "\f010";
}
.fa-ruler-vertical::before {
  content: "\f548";
}
.fa-user-large::before {
  content: "\f406";
}
.fa-user-alt::before {
  content: "\f406";
}
.fa-train-tram::before {
  content: "\e5b4";
}
.fa-user-nurse::before {
  content: "\f82f";
}
.fa-syringe::before {
  content: "\f48e";
}
.fa-cloud-sun::before {
  content: "\f6c4";
}
.fa-stopwatch-20::before {
  content: "\e06f";
}
.fa-square-full::before {
  content: "\f45c";
}
.fa-magnet::before {
  content: "\f076";
}
.fa-jar::before {
  content: "\e516";
}
.fa-note-sticky::before {
  content: "\f249";
}
.fa-sticky-note::before {
  content: "\f249";
}
.fa-bug-slash::before {
  content: "\e490";
}
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}
.fa-bone::before {
  content: "\f5d7";
}
.fa-table-cells-row-unlock::before {
  content: "\e691";
}
.fa-user-injured::before {
  content: "\f728";
}
.fa-face-sad-tear::before {
  content: "\f5b4";
}
.fa-sad-tear::before {
  content: "\f5b4";
}
.fa-plane::before {
  content: "\f072";
}
.fa-tent-arrows-down::before {
  content: "\e581";
}
.fa-exclamation::before {
  content: "!";
}
.fa-arrows-spin::before {
  content: "\e4bb";
}
.fa-print::before {
  content: "\f02f";
}
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}
.fa-try::before {
  content: "\e2bb";
}
.fa-turkish-lira::before {
  content: "\e2bb";
}
.fa-dollar-sign::before {
  content: "$";
}
.fa-dollar::before {
  content: "$";
}
.fa-usd::before {
  content: "$";
}
.fa-x::before {
  content: "X";
}
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}
.fa-search-dollar::before {
  content: "\f688";
}
.fa-users-gear::before {
  content: "\f509";
}
.fa-users-cog::before {
  content: "\f509";
}
.fa-person-military-pointing::before {
  content: "\e54a";
}
.fa-building-columns::before {
  content: "\f19c";
}
.fa-bank::before {
  content: "\f19c";
}
.fa-institution::before {
  content: "\f19c";
}
.fa-museum::before {
  content: "\f19c";
}
.fa-university::before {
  content: "\f19c";
}
.fa-umbrella::before {
  content: "\f0e9";
}
.fa-trowel::before {
  content: "\e589";
}
.fa-d::before {
  content: "D";
}
.fa-stapler::before {
  content: "\e5af";
}
.fa-masks-theater::before {
  content: "\f630";
}
.fa-theater-masks::before {
  content: "\f630";
}
.fa-kip-sign::before {
  content: "\e1c4";
}
.fa-hand-point-left::before {
  content: "\f0a5";
}
.fa-handshake-simple::before {
  content: "\f4c6";
}
.fa-handshake-alt::before {
  content: "\f4c6";
}
.fa-jet-fighter::before {
  content: "\f0fb";
}
.fa-fighter-jet::before {
  content: "\f0fb";
}
.fa-square-share-nodes::before {
  content: "\f1e1";
}
.fa-share-alt-square::before {
  content: "\f1e1";
}
.fa-barcode::before {
  content: "\f02a";
}
.fa-plus-minus::before {
  content: "\e43c";
}
.fa-video::before {
  content: "\f03d";
}
.fa-video-camera::before {
  content: "\f03d";
}
.fa-graduation-cap::before {
  content: "\f19d";
}
.fa-mortar-board::before {
  content: "\f19d";
}
.fa-hand-holding-medical::before {
  content: "\e05c";
}
.fa-person-circle-check::before {
  content: "\e53e";
}
.fa-turn-up::before {
  content: "\f3bf";
}
.fa-level-up-alt::before {
  content: "\f3bf";
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.pull-right {
  float: right;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-solid {
  color: #FFFFFF;
}

/* node_modules/@fortawesome/fontawesome-free/css/brands.css */
/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-brands-400-MDS4TU4L.woff2") format("woff2"), url("./media/fa-brands-400-CNBICIQT.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-aws:before {
  content: "\f375";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-pixiv:before {
  content: "\e640";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-modx:before {
  content: "\f285";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-square-js:before {
  content: "\f3b9";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-orcid:before {
  content: "\f8d2";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-jxl:before {
  content: "\e67b";
}
.fa-dart-lang:before {
  content: "\e693";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-unity:before {
  content: "\e049";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-vk:before {
  content: "\f189";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-square-reddit:before {
  content: "\f1a2";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-square-font-awesome:before {
  content: "\e5ad";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-brave:before {
  content: "\e63c";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-square-instagram:before {
  content: "\e055";
}
.fa-instagram-square:before {
  content: "\e055";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-square-hacker-news:before {
  content: "\f3af";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-edge:before {
  content: "\f282";
}
.fa-threads:before {
  content: "\e618";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-square-snapchat:before {
  content: "\f2ad";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-safari:before {
  content: "\f267";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-square-viadeo:before {
  content: "\f2aa";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-centos:before {
  content: "\f789";
}
.fa-adn:before {
  content: "\f170";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-opensuse:before {
  content: "\e62b";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-square-dribbble:before {
  content: "\f397";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-node:before {
  content: "\f419";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-debian:before {
  content: "\e60b";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-instalod:before {
  content: "\e081";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-square-twitter:before {
  content: "\f081";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-golang:before {
  content: "\e40f";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-square-kickstarter:before {
  content: "\f3bb";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-uncharted:before {
  content: "\e084";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-square-youtube:before {
  content: "\f431";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-nfc-directional:before {
  content: "\e530";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-meta:before {
  content: "\e49b";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-square-letterboxd:before {
  content: "\e62e";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-hips:before {
  content: "\f452";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-discord:before {
  content: "\f392";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-shoelace:before {
  content: "\e60c";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-square-steam:before {
  content: "\f1b7";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-square-vimeo:before {
  content: "\f194";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-flag:before {
  content: "\f2b4";
}
.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-apple:before {
  content: "\f179";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-padlet:before {
  content: "\e4a0";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-square-github:before {
  content: "\f092";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-neos:before {
  content: "\f612";
}
.fa-square-threads:before {
  content: "\e619";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-angular:before {
  content: "\f420";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envira:before {
  content: "\f299";
}
.fa-google-scholar:before {
  content: "\e63b";
}
.fa-square-gitlab:before {
  content: "\e5ae";
}
.fa-gitlab-square:before {
  content: "\e5ae";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-square-odnoklassniki:before {
  content: "\f264";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-sith:before {
  content: "\f512";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-hashnode:before {
  content: "\e499";
}
.fa-react:before {
  content: "\f41b";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-umbraco:before {
  content: "\f8e8";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-gg:before {
  content: "\f260";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-square-pinterest:before {
  content: "\f0d3";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-xing:before {
  content: "\f168";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-less:before {
  content: "\f41d";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-signal-messenger:before {
  content: "\e663";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-dailymotion:before {
  content: "\e052";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-nfc-symbol:before {
  content: "\e531";
}
.fa-mintbit:before {
  content: "\e62f";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-brave-reverse:before {
  content: "\e63d";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-square-google-plus:before {
  content: "\f0d4";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-web-awesome:before {
  content: "\e682";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-square-xing:before {
  content: "\f169";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-fly:before {
  content: "\f417";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-viber:before {
  content: "\f409";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-letterboxd:before {
  content: "\e62d";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-audible:before {
  content: "\f373";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-bilibili:before {
  content: "\e3d9";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-x-twitter:before {
  content: "\e61b";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-42-group:before {
  content: "\e080";
}
.fa-innosoft:before {
  content: "\e080";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-square-pied-piper:before {
  content: "\e01e";
}
.fa-pied-piper-square:before {
  content: "\e01e";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-square-web-awesome-stroke:before {
  content: "\e684";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-square-facebook:before {
  content: "\f082";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-flutter:before {
  content: "\e694";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-square-lastfm:before {
  content: "\f203";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-figma:before {
  content: "\f799";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-cmplid:before {
  content: "\e360";
}
.fa-upwork:before {
  content: "\e641";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-square-upwork:before {
  content: "\e67c";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-deezer:before {
  content: "\e077";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-docker:before {
  content: "\f395";
}
.fa-screenpal:before {
  content: "\e570";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-square-web-awesome:before {
  content: "\e683";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-wirsindhandwerk:before {
  content: "\e2d0";
}
.fa-wsh:before {
  content: "\e2d0";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-apper:before {
  content: "\f371";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-bluesky:before {
  content: "\e671";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ab";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-square-behance:before {
  content: "\f1b5";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-webflow:before {
  content: "\e65c";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-space-awesome:before {
  content: "\e5ac";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-square-git:before {
  content: "\f1d2";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-square-tumblr:before {
  content: "\f174";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-trello:before {
  content: "\f181";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-android:before {
  content: "\f17b";
}
.fa-bots:before {
  content: "\e340";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-uber:before {
  content: "\f402";
}
.fa-github:before {
  content: "\f09b";
}
.fa-php:before {
  content: "\f457";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-stubber:before {
  content: "\e5c7";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f2c6";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-odysee:before {
  content: "\e5c6";
}
.fa-square-whatsapp:before {
  content: "\f40c";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-edge-legacy:before {
  content: "\e078";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f198";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-usb:before {
  content: "\f287";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-square-x-twitter:before {
  content: "\e61a";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f23a";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-sitrox:before {
  content: "\e44a";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-strava:before {
  content: "\f428";
}
.fa-ember:before {
  content: "\f423";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-wodu:before {
  content: "\e088";
}
.fa-google-pay:before {
  content: "\e079";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-zhihu:before {
  content: "\f63f";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-pix:before {
  content: "\e43a";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* node_modules/@fortawesome/fontawesome-free/css/fontawesome.css */
/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}
.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.fa-sharp-solid,
.fa-classic,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.fa-0::before {
  content: "0";
}
.fa-1::before {
  content: "1";
}
.fa-2::before {
  content: "2";
}
.fa-3::before {
  content: "3";
}
.fa-4::before {
  content: "4";
}
.fa-5::before {
  content: "5";
}
.fa-6::before {
  content: "6";
}
.fa-7::before {
  content: "7";
}
.fa-8::before {
  content: "8";
}
.fa-9::before {
  content: "9";
}
.fa-fill-drip::before {
  content: "\f576";
}
.fa-arrows-to-circle::before {
  content: "\e4bd";
}
.fa-circle-chevron-right::before {
  content: "\f138";
}
.fa-chevron-circle-right::before {
  content: "\f138";
}
.fa-at::before {
  content: "@";
}
.fa-trash-can::before {
  content: "\f2ed";
}
.fa-trash-alt::before {
  content: "\f2ed";
}
.fa-text-height::before {
  content: "\f034";
}
.fa-user-xmark::before {
  content: "\f235";
}
.fa-user-times::before {
  content: "\f235";
}
.fa-stethoscope::before {
  content: "\f0f1";
}
.fa-message::before {
  content: "\f27a";
}
.fa-comment-alt::before {
  content: "\f27a";
}
.fa-info::before {
  content: "\f129";
}
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}
.fa-compress-alt::before {
  content: "\f422";
}
.fa-explosion::before {
  content: "\e4e9";
}
.fa-file-lines::before {
  content: "\f15c";
}
.fa-file-alt::before {
  content: "\f15c";
}
.fa-file-text::before {
  content: "\f15c";
}
.fa-wave-square::before {
  content: "\f83e";
}
.fa-ring::before {
  content: "\f70b";
}
.fa-building-un::before {
  content: "\e4d9";
}
.fa-dice-three::before {
  content: "\f527";
}
.fa-calendar-days::before {
  content: "\f073";
}
.fa-calendar-alt::before {
  content: "\f073";
}
.fa-anchor-circle-check::before {
  content: "\e4aa";
}
.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}
.fa-volleyball::before {
  content: "\f45f";
}
.fa-volleyball-ball::before {
  content: "\f45f";
}
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}
.fa-sort-down::before {
  content: "\f0dd";
}
.fa-sort-desc::before {
  content: "\f0dd";
}
.fa-circle-minus::before {
  content: "\f056";
}
.fa-minus-circle::before {
  content: "\f056";
}
.fa-door-open::before {
  content: "\f52b";
}
.fa-right-from-bracket::before {
  content: "\f2f5";
}
.fa-sign-out-alt::before {
  content: "\f2f5";
}
.fa-atom::before {
  content: "\f5d2";
}
.fa-soap::before {
  content: "\e06e";
}
.fa-icons::before {
  content: "\f86d";
}
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}
.fa-microphone-lines-slash::before {
  content: "\f539";
}
.fa-microphone-alt-slash::before {
  content: "\f539";
}
.fa-bridge-circle-check::before {
  content: "\e4c9";
}
.fa-pump-medical::before {
  content: "\e06a";
}
.fa-fingerprint::before {
  content: "\f577";
}
.fa-hand-point-right::before {
  content: "\f0a4";
}
.fa-magnifying-glass-location::before {
  content: "\f689";
}
.fa-search-location::before {
  content: "\f689";
}
.fa-forward-step::before {
  content: "\f051";
}
.fa-step-forward::before {
  content: "\f051";
}
.fa-face-smile-beam::before {
  content: "\f5b8";
}
.fa-smile-beam::before {
  content: "\f5b8";
}
.fa-flag-checkered::before {
  content: "\f11e";
}
.fa-football::before {
  content: "\f44e";
}
.fa-football-ball::before {
  content: "\f44e";
}
.fa-school-circle-exclamation::before {
  content: "\e56c";
}
.fa-crop::before {
  content: "\f125";
}
.fa-angles-down::before {
  content: "\f103";
}
.fa-angle-double-down::before {
  content: "\f103";
}
.fa-users-rectangle::before {
  content: "\e594";
}
.fa-people-roof::before {
  content: "\e537";
}
.fa-people-line::before {
  content: "\e534";
}
.fa-beer-mug-empty::before {
  content: "\f0fc";
}
.fa-beer::before {
  content: "\f0fc";
}
.fa-diagram-predecessor::before {
  content: "\e477";
}
.fa-arrow-up-long::before {
  content: "\f176";
}
.fa-long-arrow-up::before {
  content: "\f176";
}
.fa-fire-flame-simple::before {
  content: "\f46a";
}
.fa-burn::before {
  content: "\f46a";
}
.fa-person::before {
  content: "\f183";
}
.fa-male::before {
  content: "\f183";
}
.fa-laptop::before {
  content: "\f109";
}
.fa-file-csv::before {
  content: "\f6dd";
}
.fa-menorah::before {
  content: "\f676";
}
.fa-truck-plane::before {
  content: "\e58f";
}
.fa-record-vinyl::before {
  content: "\f8d9";
}
.fa-face-grin-stars::before {
  content: "\f587";
}
.fa-grin-stars::before {
  content: "\f587";
}
.fa-bong::before {
  content: "\f55c";
}
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}
.fa-pastafarianism::before {
  content: "\f67b";
}
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}
.fa-spoon::before {
  content: "\f2e5";
}
.fa-utensil-spoon::before {
  content: "\f2e5";
}
.fa-jar-wheat::before {
  content: "\e517";
}
.fa-envelopes-bulk::before {
  content: "\f674";
}
.fa-mail-bulk::before {
  content: "\f674";
}
.fa-file-circle-exclamation::before {
  content: "\e4eb";
}
.fa-circle-h::before {
  content: "\f47e";
}
.fa-hospital-symbol::before {
  content: "\f47e";
}
.fa-pager::before {
  content: "\f815";
}
.fa-address-book::before {
  content: "\f2b9";
}
.fa-contact-book::before {
  content: "\f2b9";
}
.fa-strikethrough::before {
  content: "\f0cc";
}
.fa-k::before {
  content: "K";
}
.fa-landmark-flag::before {
  content: "\e51c";
}
.fa-pencil::before {
  content: "\f303";
}
.fa-pencil-alt::before {
  content: "\f303";
}
.fa-backward::before {
  content: "\f04a";
}
.fa-caret-right::before {
  content: "\f0da";
}
.fa-comments::before {
  content: "\f086";
}
.fa-paste::before {
  content: "\f0ea";
}
.fa-file-clipboard::before {
  content: "\f0ea";
}
.fa-code-pull-request::before {
  content: "\e13c";
}
.fa-clipboard-list::before {
  content: "\f46d";
}
.fa-truck-ramp-box::before {
  content: "\f4de";
}
.fa-truck-loading::before {
  content: "\f4de";
}
.fa-user-check::before {
  content: "\f4fc";
}
.fa-vial-virus::before {
  content: "\e597";
}
.fa-sheet-plastic::before {
  content: "\e571";
}
.fa-blog::before {
  content: "\f781";
}
.fa-user-ninja::before {
  content: "\f504";
}
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}
.fa-scroll-torah::before {
  content: "\f6a0";
}
.fa-torah::before {
  content: "\f6a0";
}
.fa-broom-ball::before {
  content: "\f458";
}
.fa-quidditch::before {
  content: "\f458";
}
.fa-quidditch-broom-ball::before {
  content: "\f458";
}
.fa-toggle-off::before {
  content: "\f204";
}
.fa-box-archive::before {
  content: "\f187";
}
.fa-archive::before {
  content: "\f187";
}
.fa-person-drowning::before {
  content: "\e545";
}
.fa-arrow-down-9-1::before {
  content: "\f886";
}
.fa-sort-numeric-desc::before {
  content: "\f886";
}
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-grin-tongue-squint::before {
  content: "\f58a";
}
.fa-spray-can::before {
  content: "\f5bd";
}
.fa-truck-monster::before {
  content: "\f63b";
}
.fa-w::before {
  content: "W";
}
.fa-earth-africa::before {
  content: "\f57c";
}
.fa-globe-africa::before {
  content: "\f57c";
}
.fa-rainbow::before {
  content: "\f75b";
}
.fa-circle-notch::before {
  content: "\f1ce";
}
.fa-tablet-screen-button::before {
  content: "\f3fa";
}
.fa-tablet-alt::before {
  content: "\f3fa";
}
.fa-paw::before {
  content: "\f1b0";
}
.fa-cloud::before {
  content: "\f0c2";
}
.fa-trowel-bricks::before {
  content: "\e58a";
}
.fa-face-flushed::before {
  content: "\f579";
}
.fa-flushed::before {
  content: "\f579";
}
.fa-hospital-user::before {
  content: "\f80d";
}
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}
.fa-gavel::before {
  content: "\f0e3";
}
.fa-legal::before {
  content: "\f0e3";
}
.fa-binoculars::before {
  content: "\f1e5";
}
.fa-microphone-slash::before {
  content: "\f131";
}
.fa-box-tissue::before {
  content: "\e05b";
}
.fa-motorcycle::before {
  content: "\f21c";
}
.fa-bell-concierge::before {
  content: "\f562";
}
.fa-concierge-bell::before {
  content: "\f562";
}
.fa-pen-ruler::before {
  content: "\f5ae";
}
.fa-pencil-ruler::before {
  content: "\f5ae";
}
.fa-people-arrows::before {
  content: "\e068";
}
.fa-people-arrows-left-right::before {
  content: "\e068";
}
.fa-mars-and-venus-burst::before {
  content: "\e523";
}
.fa-square-caret-right::before {
  content: "\f152";
}
.fa-caret-square-right::before {
  content: "\f152";
}
.fa-scissors::before {
  content: "\f0c4";
}
.fa-cut::before {
  content: "\f0c4";
}
.fa-sun-plant-wilt::before {
  content: "\e57a";
}
.fa-toilets-portable::before {
  content: "\e584";
}
.fa-hockey-puck::before {
  content: "\f453";
}
.fa-table::before {
  content: "\f0ce";
}
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}
.fa-tachograph-digital::before {
  content: "\f566";
}
.fa-digital-tachograph::before {
  content: "\f566";
}
.fa-users-slash::before {
  content: "\e073";
}
.fa-clover::before {
  content: "\e139";
}
.fa-reply::before {
  content: "\f3e5";
}
.fa-mail-reply::before {
  content: "\f3e5";
}
.fa-star-and-crescent::before {
  content: "\f699";
}
.fa-house-fire::before {
  content: "\e50c";
}
.fa-square-minus::before {
  content: "\f146";
}
.fa-minus-square::before {
  content: "\f146";
}
.fa-helicopter::before {
  content: "\f533";
}
.fa-compass::before {
  content: "\f14e";
}
.fa-square-caret-down::before {
  content: "\f150";
}
.fa-caret-square-down::before {
  content: "\f150";
}
.fa-file-circle-question::before {
  content: "\e4ef";
}
.fa-laptop-code::before {
  content: "\f5fc";
}
.fa-swatchbook::before {
  content: "\f5c3";
}
.fa-prescription-bottle::before {
  content: "\f485";
}
.fa-bars::before {
  content: "\f0c9";
}
.fa-navicon::before {
  content: "\f0c9";
}
.fa-people-group::before {
  content: "\e533";
}
.fa-hourglass-end::before {
  content: "\f253";
}
.fa-hourglass-3::before {
  content: "\f253";
}
.fa-heart-crack::before {
  content: "\f7a9";
}
.fa-heart-broken::before {
  content: "\f7a9";
}
.fa-square-up-right::before {
  content: "\f360";
}
.fa-external-link-square-alt::before {
  content: "\f360";
}
.fa-face-kiss-beam::before {
  content: "\f597";
}
.fa-kiss-beam::before {
  content: "\f597";
}
.fa-film::before {
  content: "\f008";
}
.fa-ruler-horizontal::before {
  content: "\f547";
}
.fa-people-robbery::before {
  content: "\e536";
}
.fa-lightbulb::before {
  content: "\f0eb";
}
.fa-caret-left::before {
  content: "\f0d9";
}
.fa-circle-exclamation::before {
  content: "\f06a";
}
.fa-exclamation-circle::before {
  content: "\f06a";
}
.fa-school-circle-xmark::before {
  content: "\e56d";
}
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}
.fa-sign-out::before {
  content: "\f08b";
}
.fa-circle-chevron-down::before {
  content: "\f13a";
}
.fa-chevron-circle-down::before {
  content: "\f13a";
}
.fa-unlock-keyhole::before {
  content: "\f13e";
}
.fa-unlock-alt::before {
  content: "\f13e";
}
.fa-cloud-showers-heavy::before {
  content: "\f740";
}
.fa-headphones-simple::before {
  content: "\f58f";
}
.fa-headphones-alt::before {
  content: "\f58f";
}
.fa-sitemap::before {
  content: "\f0e8";
}
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}
.fa-donate::before {
  content: "\f4b9";
}
.fa-memory::before {
  content: "\f538";
}
.fa-road-spikes::before {
  content: "\e568";
}
.fa-fire-burner::before {
  content: "\e4f1";
}
.fa-flag::before {
  content: "\f024";
}
.fa-hanukiah::before {
  content: "\f6e6";
}
.fa-feather::before {
  content: "\f52d";
}
.fa-volume-low::before {
  content: "\f027";
}
.fa-volume-down::before {
  content: "\f027";
}
.fa-comment-slash::before {
  content: "\f4b3";
}
.fa-cloud-sun-rain::before {
  content: "\f743";
}
.fa-compress::before {
  content: "\f066";
}
.fa-wheat-awn::before {
  content: "\e2cd";
}
.fa-wheat-alt::before {
  content: "\e2cd";
}
.fa-ankh::before {
  content: "\f644";
}
.fa-hands-holding-child::before {
  content: "\e4fa";
}
.fa-asterisk::before {
  content: "*";
}
.fa-square-check::before {
  content: "\f14a";
}
.fa-check-square::before {
  content: "\f14a";
}
.fa-peseta-sign::before {
  content: "\e221";
}
.fa-heading::before {
  content: "\f1dc";
}
.fa-header::before {
  content: "\f1dc";
}
.fa-ghost::before {
  content: "\f6e2";
}
.fa-list::before {
  content: "\f03a";
}
.fa-list-squares::before {
  content: "\f03a";
}
.fa-square-phone-flip::before {
  content: "\f87b";
}
.fa-phone-square-alt::before {
  content: "\f87b";
}
.fa-cart-plus::before {
  content: "\f217";
}
.fa-gamepad::before {
  content: "\f11b";
}
.fa-circle-dot::before {
  content: "\f192";
}
.fa-dot-circle::before {
  content: "\f192";
}
.fa-face-dizzy::before {
  content: "\f567";
}
.fa-dizzy::before {
  content: "\f567";
}
.fa-egg::before {
  content: "\f7fb";
}
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}
.fa-campground::before {
  content: "\f6bb";
}
.fa-folder-plus::before {
  content: "\f65e";
}
.fa-futbol::before {
  content: "\f1e3";
}
.fa-futbol-ball::before {
  content: "\f1e3";
}
.fa-soccer-ball::before {
  content: "\f1e3";
}
.fa-paintbrush::before {
  content: "\f1fc";
}
.fa-paint-brush::before {
  content: "\f1fc";
}
.fa-lock::before {
  content: "\f023";
}
.fa-gas-pump::before {
  content: "\f52f";
}
.fa-hot-tub-person::before {
  content: "\f593";
}
.fa-hot-tub::before {
  content: "\f593";
}
.fa-map-location::before {
  content: "\f59f";
}
.fa-map-marked::before {
  content: "\f59f";
}
.fa-house-flood-water::before {
  content: "\e50e";
}
.fa-tree::before {
  content: "\f1bb";
}
.fa-bridge-lock::before {
  content: "\e4cc";
}
.fa-sack-dollar::before {
  content: "\f81d";
}
.fa-pen-to-square::before {
  content: "\f044";
}
.fa-edit::before {
  content: "\f044";
}
.fa-car-side::before {
  content: "\f5e4";
}
.fa-share-nodes::before {
  content: "\f1e0";
}
.fa-share-alt::before {
  content: "\f1e0";
}
.fa-heart-circle-minus::before {
  content: "\e4ff";
}
.fa-hourglass-half::before {
  content: "\f252";
}
.fa-hourglass-2::before {
  content: "\f252";
}
.fa-microscope::before {
  content: "\f610";
}
.fa-sink::before {
  content: "\e06d";
}
.fa-bag-shopping::before {
  content: "\f290";
}
.fa-shopping-bag::before {
  content: "\f290";
}
.fa-arrow-down-z-a::before {
  content: "\f881";
}
.fa-sort-alpha-desc::before {
  content: "\f881";
}
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}
.fa-mitten::before {
  content: "\f7b5";
}
.fa-person-rays::before {
  content: "\e54d";
}
.fa-users::before {
  content: "\f0c0";
}
.fa-eye-slash::before {
  content: "\f070";
}
.fa-flask-vial::before {
  content: "\e4f3";
}
.fa-hand::before {
  content: "\f256";
}
.fa-hand-paper::before {
  content: "\f256";
}
.fa-om::before {
  content: "\f679";
}
.fa-worm::before {
  content: "\e599";
}
.fa-house-circle-xmark::before {
  content: "\e50b";
}
.fa-plug::before {
  content: "\f1e6";
}
.fa-chevron-up::before {
  content: "\f077";
}
.fa-hand-spock::before {
  content: "\f259";
}
.fa-stopwatch::before {
  content: "\f2f2";
}
.fa-face-kiss::before {
  content: "\f596";
}
.fa-kiss::before {
  content: "\f596";
}
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}
.fa-face-grin-tongue::before {
  content: "\f589";
}
.fa-grin-tongue::before {
  content: "\f589";
}
.fa-chess-bishop::before {
  content: "\f43a";
}
.fa-face-grin-wink::before {
  content: "\f58c";
}
.fa-grin-wink::before {
  content: "\f58c";
}
.fa-ear-deaf::before {
  content: "\f2a4";
}
.fa-deaf::before {
  content: "\f2a4";
}
.fa-deafness::before {
  content: "\f2a4";
}
.fa-hard-of-hearing::before {
  content: "\f2a4";
}
.fa-road-circle-check::before {
  content: "\e564";
}
.fa-dice-five::before {
  content: "\f523";
}
.fa-square-rss::before {
  content: "\f143";
}
.fa-rss-square::before {
  content: "\f143";
}
.fa-land-mine-on::before {
  content: "\e51b";
}
.fa-i-cursor::before {
  content: "\f246";
}
.fa-stamp::before {
  content: "\f5bf";
}
.fa-stairs::before {
  content: "\e289";
}
.fa-i::before {
  content: "I";
}
.fa-hryvnia-sign::before {
  content: "\f6f2";
}
.fa-hryvnia::before {
  content: "\f6f2";
}
.fa-pills::before {
  content: "\f484";
}
.fa-face-grin-wide::before {
  content: "\f581";
}
.fa-grin-alt::before {
  content: "\f581";
}
.fa-tooth::before {
  content: "\f5c9";
}
.fa-v::before {
  content: "V";
}
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}
.fa-bicycle::before {
  content: "\f206";
}
.fa-staff-snake::before {
  content: "\e579";
}
.fa-rod-asclepius::before {
  content: "\e579";
}
.fa-rod-snake::before {
  content: "\e579";
}
.fa-staff-aesculapius::before {
  content: "\e579";
}
.fa-head-side-cough-slash::before {
  content: "\e062";
}
.fa-truck-medical::before {
  content: "\f0f9";
}
.fa-ambulance::before {
  content: "\f0f9";
}
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}
.fa-snowman::before {
  content: "\f7d0";
}
.fa-mortar-pestle::before {
  content: "\f5a7";
}
.fa-road-barrier::before {
  content: "\e562";
}
.fa-school::before {
  content: "\f549";
}
.fa-igloo::before {
  content: "\f7ae";
}
.fa-joint::before {
  content: "\f595";
}
.fa-angle-right::before {
  content: "\f105";
}
.fa-horse::before {
  content: "\f6f0";
}
.fa-q::before {
  content: "Q";
}
.fa-g::before {
  content: "G";
}
.fa-notes-medical::before {
  content: "\f481";
}
.fa-temperature-half::before {
  content: "\f2c9";
}
.fa-temperature-2::before {
  content: "\f2c9";
}
.fa-thermometer-2::before {
  content: "\f2c9";
}
.fa-thermometer-half::before {
  content: "\f2c9";
}
.fa-dong-sign::before {
  content: "\e169";
}
.fa-capsules::before {
  content: "\f46b";
}
.fa-poo-storm::before {
  content: "\f75a";
}
.fa-poo-bolt::before {
  content: "\f75a";
}
.fa-face-frown-open::before {
  content: "\f57a";
}
.fa-frown-open::before {
  content: "\f57a";
}
.fa-hand-point-up::before {
  content: "\f0a6";
}
.fa-money-bill::before {
  content: "\f0d6";
}
.fa-bookmark::before {
  content: "\f02e";
}
.fa-align-justify::before {
  content: "\f039";
}
.fa-umbrella-beach::before {
  content: "\f5ca";
}
.fa-helmet-un::before {
  content: "\e503";
}
.fa-bullseye::before {
  content: "\f140";
}
.fa-bacon::before {
  content: "\f7e5";
}
.fa-hand-point-down::before {
  content: "\f0a7";
}
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}
.fa-folder::before {
  content: "\f07b";
}
.fa-folder-blank::before {
  content: "\f07b";
}
.fa-file-waveform::before {
  content: "\f478";
}
.fa-file-medical-alt::before {
  content: "\f478";
}
.fa-radiation::before {
  content: "\f7b9";
}
.fa-chart-simple::before {
  content: "\e473";
}
.fa-mars-stroke::before {
  content: "\f229";
}
.fa-vial::before {
  content: "\f492";
}
.fa-gauge::before {
  content: "\f624";
}
.fa-dashboard::before {
  content: "\f624";
}
.fa-gauge-med::before {
  content: "\f624";
}
.fa-tachometer-alt-average::before {
  content: "\f624";
}
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}
.fa-e::before {
  content: "E";
}
.fa-pen-clip::before {
  content: "\f305";
}
.fa-pen-alt::before {
  content: "\f305";
}
.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}
.fa-user::before {
  content: "\f007";
}
.fa-school-circle-check::before {
  content: "\e56b";
}
.fa-dumpster::before {
  content: "\f793";
}
.fa-van-shuttle::before {
  content: "\f5b6";
}
.fa-shuttle-van::before {
  content: "\f5b6";
}
.fa-building-user::before {
  content: "\e4da";
}
.fa-square-caret-left::before {
  content: "\f191";
}
.fa-caret-square-left::before {
  content: "\f191";
}
.fa-highlighter::before {
  content: "\f591";
}
.fa-key::before {
  content: "\f084";
}
.fa-bullhorn::before {
  content: "\f0a1";
}
.fa-globe::before {
  content: "\f0ac";
}
.fa-synagogue::before {
  content: "\f69b";
}
.fa-person-half-dress::before {
  content: "\e548";
}
.fa-road-bridge::before {
  content: "\e563";
}
.fa-location-arrow::before {
  content: "\f124";
}
.fa-c::before {
  content: "C";
}
.fa-tablet-button::before {
  content: "\f10a";
}
.fa-building-lock::before {
  content: "\e4d6";
}
.fa-pizza-slice::before {
  content: "\f818";
}
.fa-money-bill-wave::before {
  content: "\f53a";
}
.fa-chart-area::before {
  content: "\f1fe";
}
.fa-area-chart::before {
  content: "\f1fe";
}
.fa-house-flag::before {
  content: "\e50d";
}
.fa-person-circle-minus::before {
  content: "\e540";
}
.fa-ban::before {
  content: "\f05e";
}
.fa-cancel::before {
  content: "\f05e";
}
.fa-camera-rotate::before {
  content: "\e0d8";
}
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}
.fa-air-freshener::before {
  content: "\f5d0";
}
.fa-star::before {
  content: "\f005";
}
.fa-repeat::before {
  content: "\f363";
}
.fa-cross::before {
  content: "\f654";
}
.fa-box::before {
  content: "\f466";
}
.fa-venus-mars::before {
  content: "\f228";
}
.fa-arrow-pointer::before {
  content: "\f245";
}
.fa-mouse-pointer::before {
  content: "\f245";
}
.fa-maximize::before {
  content: "\f31e";
}
.fa-expand-arrows-alt::before {
  content: "\f31e";
}
.fa-charging-station::before {
  content: "\f5e7";
}
.fa-shapes::before {
  content: "\f61f";
}
.fa-triangle-circle-square::before {
  content: "\f61f";
}
.fa-shuffle::before {
  content: "\f074";
}
.fa-random::before {
  content: "\f074";
}
.fa-person-running::before {
  content: "\f70c";
}
.fa-running::before {
  content: "\f70c";
}
.fa-mobile-retro::before {
  content: "\e527";
}
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}
.fa-spider::before {
  content: "\f717";
}
.fa-hands-bound::before {
  content: "\e4f9";
}
.fa-file-invoice-dollar::before {
  content: "\f571";
}
.fa-plane-circle-exclamation::before {
  content: "\e556";
}
.fa-x-ray::before {
  content: "\f497";
}
.fa-spell-check::before {
  content: "\f891";
}
.fa-slash::before {
  content: "\f715";
}
.fa-computer-mouse::before {
  content: "\f8cc";
}
.fa-mouse::before {
  content: "\f8cc";
}
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}
.fa-sign-in::before {
  content: "\f090";
}
.fa-shop-slash::before {
  content: "\e070";
}
.fa-store-alt-slash::before {
  content: "\e070";
}
.fa-server::before {
  content: "\f233";
}
.fa-virus-covid-slash::before {
  content: "\e4a9";
}
.fa-shop-lock::before {
  content: "\e4a5";
}
.fa-hourglass-start::before {
  content: "\f251";
}
.fa-hourglass-1::before {
  content: "\f251";
}
.fa-blender-phone::before {
  content: "\f6b6";
}
.fa-building-wheat::before {
  content: "\e4db";
}
.fa-person-breastfeeding::before {
  content: "\e53a";
}
.fa-right-to-bracket::before {
  content: "\f2f6";
}
.fa-sign-in-alt::before {
  content: "\f2f6";
}
.fa-venus::before {
  content: "\f221";
}
.fa-passport::before {
  content: "\f5ab";
}
.fa-thumbtack-slash::before {
  content: "\e68f";
}
.fa-thumb-tack-slash::before {
  content: "\e68f";
}
.fa-heart-pulse::before {
  content: "\f21e";
}
.fa-heartbeat::before {
  content: "\f21e";
}
.fa-people-carry-box::before {
  content: "\f4ce";
}
.fa-people-carry::before {
  content: "\f4ce";
}
.fa-temperature-high::before {
  content: "\f769";
}
.fa-microchip::before {
  content: "\f2db";
}
.fa-crown::before {
  content: "\f521";
}
.fa-weight-hanging::before {
  content: "\f5cd";
}
.fa-xmarks-lines::before {
  content: "\e59a";
}
.fa-file-prescription::before {
  content: "\f572";
}
.fa-weight-scale::before {
  content: "\f496";
}
.fa-weight::before {
  content: "\f496";
}
.fa-user-group::before {
  content: "\f500";
}
.fa-user-friends::before {
  content: "\f500";
}
.fa-arrow-up-a-z::before {
  content: "\f15e";
}
.fa-sort-alpha-up::before {
  content: "\f15e";
}
.fa-chess-knight::before {
  content: "\f441";
}
.fa-face-laugh-squint::before {
  content: "\f59b";
}
.fa-laugh-squint::before {
  content: "\f59b";
}
.fa-wheelchair::before {
  content: "\f193";
}
.fa-circle-arrow-up::before {
  content: "\f0aa";
}
.fa-arrow-circle-up::before {
  content: "\f0aa";
}
.fa-toggle-on::before {
  content: "\f205";
}
.fa-person-walking::before {
  content: "\f554";
}
.fa-walking::before {
  content: "\f554";
}
.fa-l::before {
  content: "L";
}
.fa-fire::before {
  content: "\f06d";
}
.fa-bed-pulse::before {
  content: "\f487";
}
.fa-procedures::before {
  content: "\f487";
}
.fa-shuttle-space::before {
  content: "\f197";
}
.fa-space-shuttle::before {
  content: "\f197";
}
.fa-face-laugh::before {
  content: "\f599";
}
.fa-laugh::before {
  content: "\f599";
}
.fa-folder-open::before {
  content: "\f07c";
}
.fa-heart-circle-plus::before {
  content: "\e500";
}
.fa-code-fork::before {
  content: "\e13b";
}
.fa-city::before {
  content: "\f64f";
}
.fa-microphone-lines::before {
  content: "\f3c9";
}
.fa-microphone-alt::before {
  content: "\f3c9";
}
.fa-pepper-hot::before {
  content: "\f816";
}
.fa-unlock::before {
  content: "\f09c";
}
.fa-colon-sign::before {
  content: "\e140";
}
.fa-headset::before {
  content: "\f590";
}
.fa-store-slash::before {
  content: "\e071";
}
.fa-road-circle-xmark::before {
  content: "\e566";
}
.fa-user-minus::before {
  content: "\f503";
}
.fa-mars-stroke-up::before {
  content: "\f22a";
}
.fa-mars-stroke-v::before {
  content: "\f22a";
}
.fa-champagne-glasses::before {
  content: "\f79f";
}
.fa-glass-cheers::before {
  content: "\f79f";
}
.fa-clipboard::before {
  content: "\f328";
}
.fa-house-circle-exclamation::before {
  content: "\e50a";
}
.fa-file-arrow-up::before {
  content: "\f574";
}
.fa-file-upload::before {
  content: "\f574";
}
.fa-wifi::before {
  content: "\f1eb";
}
.fa-wifi-3::before {
  content: "\f1eb";
}
.fa-wifi-strong::before {
  content: "\f1eb";
}
.fa-bath::before {
  content: "\f2cd";
}
.fa-bathtub::before {
  content: "\f2cd";
}
.fa-underline::before {
  content: "\f0cd";
}
.fa-user-pen::before {
  content: "\f4ff";
}
.fa-user-edit::before {
  content: "\f4ff";
}
.fa-signature::before {
  content: "\f5b7";
}
.fa-stroopwafel::before {
  content: "\f551";
}
.fa-bold::before {
  content: "\f032";
}
.fa-anchor-lock::before {
  content: "\e4ad";
}
.fa-building-ngo::before {
  content: "\e4d7";
}
.fa-manat-sign::before {
  content: "\e1d5";
}
.fa-not-equal::before {
  content: "\f53e";
}
.fa-border-top-left::before {
  content: "\f853";
}
.fa-border-style::before {
  content: "\f853";
}
.fa-map-location-dot::before {
  content: "\f5a0";
}
.fa-map-marked-alt::before {
  content: "\f5a0";
}
.fa-jedi::before {
  content: "\f669";
}
.fa-square-poll-vertical::before {
  content: "\f681";
}
.fa-poll::before {
  content: "\f681";
}
.fa-mug-hot::before {
  content: "\f7b6";
}
.fa-car-battery::before {
  content: "\f5df";
}
.fa-battery-car::before {
  content: "\f5df";
}
.fa-gift::before {
  content: "\f06b";
}
.fa-dice-two::before {
  content: "\f528";
}
.fa-chess-queen::before {
  content: "\f445";
}
.fa-glasses::before {
  content: "\f530";
}
.fa-chess-board::before {
  content: "\f43c";
}
.fa-building-circle-check::before {
  content: "\e4d2";
}
.fa-person-chalkboard::before {
  content: "\e53d";
}
.fa-mars-stroke-right::before {
  content: "\f22b";
}
.fa-mars-stroke-h::before {
  content: "\f22b";
}
.fa-hand-back-fist::before {
  content: "\f255";
}
.fa-hand-rock::before {
  content: "\f255";
}
.fa-square-caret-up::before {
  content: "\f151";
}
.fa-caret-square-up::before {
  content: "\f151";
}
.fa-cloud-showers-water::before {
  content: "\e4e4";
}
.fa-chart-bar::before {
  content: "\f080";
}
.fa-bar-chart::before {
  content: "\f080";
}
.fa-hands-bubbles::before {
  content: "\e05e";
}
.fa-hands-wash::before {
  content: "\e05e";
}
.fa-less-than-equal::before {
  content: "\f537";
}
.fa-train::before {
  content: "\f238";
}
.fa-eye-low-vision::before {
  content: "\f2a8";
}
.fa-low-vision::before {
  content: "\f2a8";
}
.fa-crow::before {
  content: "\f520";
}
.fa-sailboat::before {
  content: "\e445";
}
.fa-window-restore::before {
  content: "\f2d2";
}
.fa-square-plus::before {
  content: "\f0fe";
}
.fa-plus-square::before {
  content: "\f0fe";
}
.fa-torii-gate::before {
  content: "\f6a1";
}
.fa-frog::before {
  content: "\f52e";
}
.fa-bucket::before {
  content: "\e4cf";
}
.fa-image::before {
  content: "\f03e";
}
.fa-microphone::before {
  content: "\f130";
}
.fa-cow::before {
  content: "\f6c8";
}
.fa-caret-up::before {
  content: "\f0d8";
}
.fa-screwdriver::before {
  content: "\f54a";
}
.fa-folder-closed::before {
  content: "\e185";
}
.fa-house-tsunami::before {
  content: "\e515";
}
.fa-square-nfi::before {
  content: "\e576";
}
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}
.fa-martini-glass::before {
  content: "\f57b";
}
.fa-glass-martini-alt::before {
  content: "\f57b";
}
.fa-rotate-left::before {
  content: "\f2ea";
}
.fa-rotate-back::before {
  content: "\f2ea";
}
.fa-rotate-backward::before {
  content: "\f2ea";
}
.fa-undo-alt::before {
  content: "\f2ea";
}
.fa-table-columns::before {
  content: "\f0db";
}
.fa-columns::before {
  content: "\f0db";
}
.fa-lemon::before {
  content: "\f094";
}
.fa-head-side-mask::before {
  content: "\e063";
}
.fa-handshake::before {
  content: "\f2b5";
}
.fa-gem::before {
  content: "\f3a5";
}
.fa-dolly::before {
  content: "\f472";
}
.fa-dolly-box::before {
  content: "\f472";
}
.fa-smoking::before {
  content: "\f48d";
}
.fa-minimize::before {
  content: "\f78c";
}
.fa-compress-arrows-alt::before {
  content: "\f78c";
}
.fa-monument::before {
  content: "\f5a6";
}
.fa-snowplow::before {
  content: "\f7d2";
}
.fa-angles-right::before {
  content: "\f101";
}
.fa-angle-double-right::before {
  content: "\f101";
}
.fa-cannabis::before {
  content: "\f55f";
}
.fa-circle-play::before {
  content: "\f144";
}
.fa-play-circle::before {
  content: "\f144";
}
.fa-tablets::before {
  content: "\f490";
}
.fa-ethernet::before {
  content: "\f796";
}
.fa-euro-sign::before {
  content: "\f153";
}
.fa-eur::before {
  content: "\f153";
}
.fa-euro::before {
  content: "\f153";
}
.fa-chair::before {
  content: "\f6c0";
}
.fa-circle-check::before {
  content: "\f058";
}
.fa-check-circle::before {
  content: "\f058";
}
.fa-circle-stop::before {
  content: "\f28d";
}
.fa-stop-circle::before {
  content: "\f28d";
}
.fa-compass-drafting::before {
  content: "\f568";
}
.fa-drafting-compass::before {
  content: "\f568";
}
.fa-plate-wheat::before {
  content: "\e55a";
}
.fa-icicles::before {
  content: "\f7ad";
}
.fa-person-shelter::before {
  content: "\e54f";
}
.fa-neuter::before {
  content: "\f22c";
}
.fa-id-badge::before {
  content: "\f2c1";
}
.fa-marker::before {
  content: "\f5a1";
}
.fa-face-laugh-beam::before {
  content: "\f59a";
}
.fa-laugh-beam::before {
  content: "\f59a";
}
.fa-helicopter-symbol::before {
  content: "\e502";
}
.fa-universal-access::before {
  content: "\f29a";
}
.fa-circle-chevron-up::before {
  content: "\f139";
}
.fa-chevron-circle-up::before {
  content: "\f139";
}
.fa-lari-sign::before {
  content: "\e1c8";
}
.fa-volcano::before {
  content: "\f770";
}
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}
.fa-sterling-sign::before {
  content: "\f154";
}
.fa-gbp::before {
  content: "\f154";
}
.fa-pound-sign::before {
  content: "\f154";
}
.fa-viruses::before {
  content: "\e076";
}
.fa-square-person-confined::before {
  content: "\e577";
}
.fa-user-tie::before {
  content: "\f508";
}
.fa-arrow-down-long::before {
  content: "\f175";
}
.fa-long-arrow-down::before {
  content: "\f175";
}
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}
.fa-certificate::before {
  content: "\f0a3";
}
.fa-reply-all::before {
  content: "\f122";
}
.fa-mail-reply-all::before {
  content: "\f122";
}
.fa-suitcase::before {
  content: "\f0f2";
}
.fa-person-skating::before {
  content: "\f7c5";
}
.fa-skating::before {
  content: "\f7c5";
}
.fa-filter-circle-dollar::before {
  content: "\f662";
}
.fa-funnel-dollar::before {
  content: "\f662";
}
.fa-camera-retro::before {
  content: "\f083";
}
.fa-circle-arrow-down::before {
  content: "\f0ab";
}
.fa-arrow-circle-down::before {
  content: "\f0ab";
}
.fa-file-import::before {
  content: "\f56f";
}
.fa-arrow-right-to-file::before {
  content: "\f56f";
}
.fa-square-arrow-up-right::before {
  content: "\f14c";
}
.fa-external-link-square::before {
  content: "\f14c";
}
.fa-box-open::before {
  content: "\f49e";
}
.fa-scroll::before {
  content: "\f70e";
}
.fa-spa::before {
  content: "\f5bb";
}
.fa-location-pin-lock::before {
  content: "\e51f";
}
.fa-pause::before {
  content: "\f04c";
}
.fa-hill-avalanche::before {
  content: "\e507";
}
.fa-temperature-empty::before {
  content: "\f2cb";
}
.fa-temperature-0::before {
  content: "\f2cb";
}
.fa-thermometer-0::before {
  content: "\f2cb";
}
.fa-thermometer-empty::before {
  content: "\f2cb";
}
.fa-bomb::before {
  content: "\f1e2";
}
.fa-registered::before {
  content: "\f25d";
}
.fa-address-card::before {
  content: "\f2bb";
}
.fa-contact-card::before {
  content: "\f2bb";
}
.fa-vcard::before {
  content: "\f2bb";
}
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}
.fa-balance-scale-right::before {
  content: "\f516";
}
.fa-subscript::before {
  content: "\f12c";
}
.fa-diamond-turn-right::before {
  content: "\f5eb";
}
.fa-directions::before {
  content: "\f5eb";
}
.fa-burst::before {
  content: "\e4dc";
}
.fa-house-laptop::before {
  content: "\e066";
}
.fa-laptop-house::before {
  content: "\e066";
}
.fa-face-tired::before {
  content: "\f5c8";
}
.fa-tired::before {
  content: "\f5c8";
}
.fa-money-bills::before {
  content: "\e1f3";
}
.fa-smog::before {
  content: "\f75f";
}
.fa-crutch::before {
  content: "\f7f7";
}
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}
.fa-cloud-upload::before {
  content: "\f0ee";
}
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}
.fa-palette::before {
  content: "\f53f";
}
.fa-arrows-turn-right::before {
  content: "\e4c0";
}
.fa-vest::before {
  content: "\e085";
}
.fa-ferry::before {
  content: "\e4ea";
}
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}
.fa-seedling::before {
  content: "\f4d8";
}
.fa-sprout::before {
  content: "\f4d8";
}
.fa-left-right::before {
  content: "\f337";
}
.fa-arrows-alt-h::before {
  content: "\f337";
}
.fa-boxes-packing::before {
  content: "\e4c7";
}
.fa-circle-arrow-left::before {
  content: "\f0a8";
}
.fa-arrow-circle-left::before {
  content: "\f0a8";
}
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}
.fa-bowl-food::before {
  content: "\e4c6";
}
.fa-candy-cane::before {
  content: "\f786";
}
.fa-arrow-down-wide-short::before {
  content: "\f160";
}
.fa-sort-amount-asc::before {
  content: "\f160";
}
.fa-sort-amount-down::before {
  content: "\f160";
}
.fa-cloud-bolt::before {
  content: "\f76c";
}
.fa-thunderstorm::before {
  content: "\f76c";
}
.fa-text-slash::before {
  content: "\f87d";
}
.fa-remove-format::before {
  content: "\f87d";
}
.fa-face-smile-wink::before {
  content: "\f4da";
}
.fa-smile-wink::before {
  content: "\f4da";
}
.fa-file-word::before {
  content: "\f1c2";
}
.fa-file-powerpoint::before {
  content: "\f1c4";
}
.fa-arrows-left-right::before {
  content: "\f07e";
}
.fa-arrows-h::before {
  content: "\f07e";
}
.fa-house-lock::before {
  content: "\e510";
}
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}
.fa-cloud-download::before {
  content: "\f0ed";
}
.fa-cloud-download-alt::before {
  content: "\f0ed";
}
.fa-children::before {
  content: "\e4e1";
}
.fa-chalkboard::before {
  content: "\f51b";
}
.fa-blackboard::before {
  content: "\f51b";
}
.fa-user-large-slash::before {
  content: "\f4fa";
}
.fa-user-alt-slash::before {
  content: "\f4fa";
}
.fa-envelope-open::before {
  content: "\f2b6";
}
.fa-handshake-simple-slash::before {
  content: "\e05f";
}
.fa-handshake-alt-slash::before {
  content: "\e05f";
}
.fa-mattress-pillow::before {
  content: "\e525";
}
.fa-guarani-sign::before {
  content: "\e19a";
}
.fa-arrows-rotate::before {
  content: "\f021";
}
.fa-refresh::before {
  content: "\f021";
}
.fa-sync::before {
  content: "\f021";
}
.fa-fire-extinguisher::before {
  content: "\f134";
}
.fa-cruzeiro-sign::before {
  content: "\e152";
}
.fa-greater-than-equal::before {
  content: "\f532";
}
.fa-shield-halved::before {
  content: "\f3ed";
}
.fa-shield-alt::before {
  content: "\f3ed";
}
.fa-book-atlas::before {
  content: "\f558";
}
.fa-atlas::before {
  content: "\f558";
}
.fa-virus::before {
  content: "\e074";
}
.fa-envelope-circle-check::before {
  content: "\e4e8";
}
.fa-layer-group::before {
  content: "\f5fd";
}
.fa-arrows-to-dot::before {
  content: "\e4be";
}
.fa-archway::before {
  content: "\f557";
}
.fa-heart-circle-check::before {
  content: "\e4fd";
}
.fa-house-chimney-crack::before {
  content: "\f6f1";
}
.fa-house-damage::before {
  content: "\f6f1";
}
.fa-file-zipper::before {
  content: "\f1c6";
}
.fa-file-archive::before {
  content: "\f1c6";
}
.fa-square::before {
  content: "\f0c8";
}
.fa-martini-glass-empty::before {
  content: "\f000";
}
.fa-glass-martini::before {
  content: "\f000";
}
.fa-couch::before {
  content: "\f4b8";
}
.fa-cedi-sign::before {
  content: "\e0df";
}
.fa-italic::before {
  content: "\f033";
}
.fa-table-cells-column-lock::before {
  content: "\e678";
}
.fa-church::before {
  content: "\f51d";
}
.fa-comments-dollar::before {
  content: "\f653";
}
.fa-democrat::before {
  content: "\f747";
}
.fa-z::before {
  content: "Z";
}
.fa-person-skiing::before {
  content: "\f7c9";
}
.fa-skiing::before {
  content: "\f7c9";
}
.fa-road-lock::before {
  content: "\e567";
}
.fa-a::before {
  content: "A";
}
.fa-temperature-arrow-down::before {
  content: "\e03f";
}
.fa-temperature-down::before {
  content: "\e03f";
}
.fa-feather-pointed::before {
  content: "\f56b";
}
.fa-feather-alt::before {
  content: "\f56b";
}
.fa-p::before {
  content: "P";
}
.fa-snowflake::before {
  content: "\f2dc";
}
.fa-newspaper::before {
  content: "\f1ea";
}
.fa-rectangle-ad::before {
  content: "\f641";
}
.fa-ad::before {
  content: "\f641";
}
.fa-circle-arrow-right::before {
  content: "\f0a9";
}
.fa-arrow-circle-right::before {
  content: "\f0a9";
}
.fa-filter-circle-xmark::before {
  content: "\e17b";
}
.fa-locust::before {
  content: "\e520";
}
.fa-sort::before {
  content: "\f0dc";
}
.fa-unsorted::before {
  content: "\f0dc";
}
.fa-list-ol::before {
  content: "\f0cb";
}
.fa-list-1-2::before {
  content: "\f0cb";
}
.fa-list-numeric::before {
  content: "\f0cb";
}
.fa-person-dress-burst::before {
  content: "\e544";
}
.fa-money-check-dollar::before {
  content: "\f53d";
}
.fa-money-check-alt::before {
  content: "\f53d";
}
.fa-vector-square::before {
  content: "\f5cb";
}
.fa-bread-slice::before {
  content: "\f7ec";
}
.fa-language::before {
  content: "\f1ab";
}
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}
.fa-kiss-wink-heart::before {
  content: "\f598";
}
.fa-filter::before {
  content: "\f0b0";
}
.fa-question::before {
  content: "?";
}
.fa-file-signature::before {
  content: "\f573";
}
.fa-up-down-left-right::before {
  content: "\f0b2";
}
.fa-arrows-alt::before {
  content: "\f0b2";
}
.fa-house-chimney-user::before {
  content: "\e065";
}
.fa-hand-holding-heart::before {
  content: "\f4be";
}
.fa-puzzle-piece::before {
  content: "\f12e";
}
.fa-money-check::before {
  content: "\f53c";
}
.fa-star-half-stroke::before {
  content: "\f5c0";
}
.fa-star-half-alt::before {
  content: "\f5c0";
}
.fa-code::before {
  content: "\f121";
}
.fa-whiskey-glass::before {
  content: "\f7a0";
}
.fa-glass-whiskey::before {
  content: "\f7a0";
}
.fa-building-circle-exclamation::before {
  content: "\e4d3";
}
.fa-magnifying-glass-chart::before {
  content: "\e522";
}
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}
.fa-external-link::before {
  content: "\f08e";
}
.fa-cubes-stacked::before {
  content: "\e4e6";
}
.fa-won-sign::before {
  content: "\f159";
}
.fa-krw::before {
  content: "\f159";
}
.fa-won::before {
  content: "\f159";
}
.fa-virus-covid::before {
  content: "\e4a8";
}
.fa-austral-sign::before {
  content: "\e0a9";
}
.fa-f::before {
  content: "F";
}
.fa-leaf::before {
  content: "\f06c";
}
.fa-road::before {
  content: "\f018";
}
.fa-taxi::before {
  content: "\f1ba";
}
.fa-cab::before {
  content: "\f1ba";
}
.fa-person-circle-plus::before {
  content: "\e541";
}
.fa-chart-pie::before {
  content: "\f200";
}
.fa-pie-chart::before {
  content: "\f200";
}
.fa-bolt-lightning::before {
  content: "\e0b7";
}
.fa-sack-xmark::before {
  content: "\e56a";
}
.fa-file-excel::before {
  content: "\f1c3";
}
.fa-file-contract::before {
  content: "\f56c";
}
.fa-fish-fins::before {
  content: "\e4f2";
}
.fa-building-flag::before {
  content: "\e4d5";
}
.fa-face-grin-beam::before {
  content: "\f582";
}
.fa-grin-beam::before {
  content: "\f582";
}
.fa-object-ungroup::before {
  content: "\f248";
}
.fa-poop::before {
  content: "\f619";
}
.fa-location-pin::before {
  content: "\f041";
}
.fa-map-marker::before {
  content: "\f041";
}
.fa-kaaba::before {
  content: "\f66b";
}
.fa-toilet-paper::before {
  content: "\f71e";
}
.fa-helmet-safety::before {
  content: "\f807";
}
.fa-hard-hat::before {
  content: "\f807";
}
.fa-hat-hard::before {
  content: "\f807";
}
.fa-eject::before {
  content: "\f052";
}
.fa-circle-right::before {
  content: "\f35a";
}
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}
.fa-plane-circle-check::before {
  content: "\e555";
}
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}
.fa-object-group::before {
  content: "\f247";
}
.fa-chart-line::before {
  content: "\f201";
}
.fa-line-chart::before {
  content: "\f201";
}
.fa-mask-ventilator::before {
  content: "\e524";
}
.fa-arrow-right::before {
  content: "\f061";
}
.fa-signs-post::before {
  content: "\f277";
}
.fa-map-signs::before {
  content: "\f277";
}
.fa-cash-register::before {
  content: "\f788";
}
.fa-person-circle-question::before {
  content: "\e542";
}
.fa-h::before {
  content: "H";
}
.fa-tarp::before {
  content: "\e57b";
}
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}
.fa-tools::before {
  content: "\f7d9";
}
.fa-arrows-to-eye::before {
  content: "\e4bf";
}
.fa-plug-circle-bolt::before {
  content: "\e55b";
}
.fa-heart::before {
  content: "\f004";
}
.fa-mars-and-venus::before {
  content: "\f224";
}
.fa-house-user::before {
  content: "\e1b0";
}
.fa-home-user::before {
  content: "\e1b0";
}
.fa-dumpster-fire::before {
  content: "\f794";
}
.fa-house-crack::before {
  content: "\e3b1";
}
.fa-martini-glass-citrus::before {
  content: "\f561";
}
.fa-cocktail::before {
  content: "\f561";
}
.fa-face-surprise::before {
  content: "\f5c2";
}
.fa-surprise::before {
  content: "\f5c2";
}
.fa-bottle-water::before {
  content: "\e4c5";
}
.fa-circle-pause::before {
  content: "\f28b";
}
.fa-pause-circle::before {
  content: "\f28b";
}
.fa-toilet-paper-slash::before {
  content: "\e072";
}
.fa-apple-whole::before {
  content: "\f5d1";
}
.fa-apple-alt::before {
  content: "\f5d1";
}
.fa-kitchen-set::before {
  content: "\e51a";
}
.fa-r::before {
  content: "R";
}
.fa-temperature-quarter::before {
  content: "\f2ca";
}
.fa-temperature-1::before {
  content: "\f2ca";
}
.fa-thermometer-1::before {
  content: "\f2ca";
}
.fa-thermometer-quarter::before {
  content: "\f2ca";
}
.fa-cube::before {
  content: "\f1b2";
}
.fa-bitcoin-sign::before {
  content: "\e0b4";
}
.fa-shield-dog::before {
  content: "\e573";
}
.fa-solar-panel::before {
  content: "\f5ba";
}
.fa-lock-open::before {
  content: "\f3c1";
}
.fa-elevator::before {
  content: "\e16d";
}
.fa-money-bill-transfer::before {
  content: "\e528";
}
.fa-money-bill-trend-up::before {
  content: "\e529";
}
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}
.fa-square-poll-horizontal::before {
  content: "\f682";
}
.fa-poll-h::before {
  content: "\f682";
}
.fa-circle::before {
  content: "\f111";
}
.fa-backward-fast::before {
  content: "\f049";
}
.fa-fast-backward::before {
  content: "\f049";
}
.fa-recycle::before {
  content: "\f1b8";
}
.fa-user-astronaut::before {
  content: "\f4fb";
}
.fa-plane-slash::before {
  content: "\e069";
}
.fa-trademark::before {
  content: "\f25c";
}
.fa-basketball::before {
  content: "\f434";
}
.fa-basketball-ball::before {
  content: "\f434";
}
.fa-satellite-dish::before {
  content: "\f7c0";
}
.fa-circle-up::before {
  content: "\f35b";
}
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}
.fa-mobile-screen-button::before {
  content: "\f3cd";
}
.fa-mobile-alt::before {
  content: "\f3cd";
}
.fa-volume-high::before {
  content: "\f028";
}
.fa-volume-up::before {
  content: "\f028";
}
.fa-users-rays::before {
  content: "\e593";
}
.fa-wallet::before {
  content: "\f555";
}
.fa-clipboard-check::before {
  content: "\f46c";
}
.fa-file-audio::before {
  content: "\f1c7";
}
.fa-burger::before {
  content: "\f805";
}
.fa-hamburger::before {
  content: "\f805";
}
.fa-wrench::before {
  content: "\f0ad";
}
.fa-bugs::before {
  content: "\e4d0";
}
.fa-rupee-sign::before {
  content: "\f156";
}
.fa-rupee::before {
  content: "\f156";
}
.fa-file-image::before {
  content: "\f1c5";
}
.fa-circle-question::before {
  content: "\f059";
}
.fa-question-circle::before {
  content: "\f059";
}
.fa-plane-departure::before {
  content: "\f5b0";
}
.fa-handshake-slash::before {
  content: "\e060";
}
.fa-book-bookmark::before {
  content: "\e0bb";
}
.fa-code-branch::before {
  content: "\f126";
}
.fa-hat-cowboy::before {
  content: "\f8c0";
}
.fa-bridge::before {
  content: "\e4c8";
}
.fa-phone-flip::before {
  content: "\f879";
}
.fa-phone-alt::before {
  content: "\f879";
}
.fa-truck-front::before {
  content: "\e2b7";
}
.fa-cat::before {
  content: "\f6be";
}
.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}
.fa-truck-field::before {
  content: "\e58d";
}
.fa-route::before {
  content: "\f4d7";
}
.fa-clipboard-question::before {
  content: "\e4e3";
}
.fa-panorama::before {
  content: "\e209";
}
.fa-comment-medical::before {
  content: "\f7f5";
}
.fa-teeth-open::before {
  content: "\f62f";
}
.fa-file-circle-minus::before {
  content: "\e4ed";
}
.fa-tags::before {
  content: "\f02c";
}
.fa-wine-glass::before {
  content: "\f4e3";
}
.fa-forward-fast::before {
  content: "\f050";
}
.fa-fast-forward::before {
  content: "\f050";
}
.fa-face-meh-blank::before {
  content: "\f5a4";
}
.fa-meh-blank::before {
  content: "\f5a4";
}
.fa-square-parking::before {
  content: "\f540";
}
.fa-parking::before {
  content: "\f540";
}
.fa-house-signal::before {
  content: "\e012";
}
.fa-bars-progress::before {
  content: "\f828";
}
.fa-tasks-alt::before {
  content: "\f828";
}
.fa-faucet-drip::before {
  content: "\e006";
}
.fa-cart-flatbed::before {
  content: "\f474";
}
.fa-dolly-flatbed::before {
  content: "\f474";
}
.fa-ban-smoking::before {
  content: "\f54d";
}
.fa-smoking-ban::before {
  content: "\f54d";
}
.fa-terminal::before {
  content: "\f120";
}
.fa-mobile-button::before {
  content: "\f10b";
}
.fa-house-medical-flag::before {
  content: "\e514";
}
.fa-basket-shopping::before {
  content: "\f291";
}
.fa-shopping-basket::before {
  content: "\f291";
}
.fa-tape::before {
  content: "\f4db";
}
.fa-bus-simple::before {
  content: "\f55e";
}
.fa-bus-alt::before {
  content: "\f55e";
}
.fa-eye::before {
  content: "\f06e";
}
.fa-face-sad-cry::before {
  content: "\f5b3";
}
.fa-sad-cry::before {
  content: "\f5b3";
}
.fa-audio-description::before {
  content: "\f29e";
}
.fa-person-military-to-person::before {
  content: "\e54c";
}
.fa-file-shield::before {
  content: "\e4f0";
}
.fa-user-slash::before {
  content: "\f506";
}
.fa-pen::before {
  content: "\f304";
}
.fa-tower-observation::before {
  content: "\e586";
}
.fa-file-code::before {
  content: "\f1c9";
}
.fa-signal::before {
  content: "\f012";
}
.fa-signal-5::before {
  content: "\f012";
}
.fa-signal-perfect::before {
  content: "\f012";
}
.fa-bus::before {
  content: "\f207";
}
.fa-heart-circle-xmark::before {
  content: "\e501";
}
.fa-house-chimney::before {
  content: "\e3af";
}
.fa-home-lg::before {
  content: "\e3af";
}
.fa-window-maximize::before {
  content: "\f2d0";
}
.fa-face-frown::before {
  content: "\f119";
}
.fa-frown::before {
  content: "\f119";
}
.fa-prescription::before {
  content: "\f5b1";
}
.fa-shop::before {
  content: "\f54f";
}
.fa-store-alt::before {
  content: "\f54f";
}
.fa-floppy-disk::before {
  content: "\f0c7";
}
.fa-save::before {
  content: "\f0c7";
}
.fa-vihara::before {
  content: "\f6a7";
}
.fa-scale-unbalanced::before {
  content: "\f515";
}
.fa-balance-scale-left::before {
  content: "\f515";
}
.fa-sort-up::before {
  content: "\f0de";
}
.fa-sort-asc::before {
  content: "\f0de";
}
.fa-comment-dots::before {
  content: "\f4ad";
}
.fa-commenting::before {
  content: "\f4ad";
}
.fa-plant-wilt::before {
  content: "\e5aa";
}
.fa-diamond::before {
  content: "\f219";
}
.fa-face-grin-squint::before {
  content: "\f585";
}
.fa-grin-squint::before {
  content: "\f585";
}
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}
.fa-hand-holding-usd::before {
  content: "\f4c0";
}
.fa-bacterium::before {
  content: "\e05a";
}
.fa-hand-pointer::before {
  content: "\f25a";
}
.fa-drum-steelpan::before {
  content: "\f56a";
}
.fa-hand-scissors::before {
  content: "\f257";
}
.fa-hands-praying::before {
  content: "\f684";
}
.fa-praying-hands::before {
  content: "\f684";
}
.fa-arrow-rotate-right::before {
  content: "\f01e";
}
.fa-arrow-right-rotate::before {
  content: "\f01e";
}
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}
.fa-redo::before {
  content: "\f01e";
}
.fa-biohazard::before {
  content: "\f780";
}
.fa-location-crosshairs::before {
  content: "\f601";
}
.fa-location::before {
  content: "\f601";
}
.fa-mars-double::before {
  content: "\f227";
}
.fa-child-dress::before {
  content: "\e59c";
}
.fa-users-between-lines::before {
  content: "\e591";
}
.fa-lungs-virus::before {
  content: "\e067";
}
.fa-face-grin-tears::before {
  content: "\f588";
}
.fa-grin-tears::before {
  content: "\f588";
}
.fa-phone::before {
  content: "\f095";
}
.fa-calendar-xmark::before {
  content: "\f273";
}
.fa-calendar-times::before {
  content: "\f273";
}
.fa-child-reaching::before {
  content: "\e59d";
}
.fa-head-side-virus::before {
  content: "\e064";
}
.fa-user-gear::before {
  content: "\f4fe";
}
.fa-user-cog::before {
  content: "\f4fe";
}
.fa-arrow-up-1-9::before {
  content: "\f163";
}
.fa-sort-numeric-up::before {
  content: "\f163";
}
.fa-door-closed::before {
  content: "\f52a";
}
.fa-shield-virus::before {
  content: "\e06c";
}
.fa-dice-six::before {
  content: "\f526";
}
.fa-mosquito-net::before {
  content: "\e52c";
}
.fa-bridge-water::before {
  content: "\e4ce";
}
.fa-person-booth::before {
  content: "\f756";
}
.fa-text-width::before {
  content: "\f035";
}
.fa-hat-wizard::before {
  content: "\f6e8";
}
.fa-pen-fancy::before {
  content: "\f5ac";
}
.fa-person-digging::before {
  content: "\f85e";
}
.fa-digging::before {
  content: "\f85e";
}
.fa-trash::before {
  content: "\f1f8";
}
.fa-gauge-simple::before {
  content: "\f629";
}
.fa-gauge-simple-med::before {
  content: "\f629";
}
.fa-tachometer-average::before {
  content: "\f629";
}
.fa-book-medical::before {
  content: "\f7e6";
}
.fa-poo::before {
  content: "\f2fe";
}
.fa-quote-right::before {
  content: "\f10e";
}
.fa-quote-right-alt::before {
  content: "\f10e";
}
.fa-shirt::before {
  content: "\f553";
}
.fa-t-shirt::before {
  content: "\f553";
}
.fa-tshirt::before {
  content: "\f553";
}
.fa-cubes::before {
  content: "\f1b3";
}
.fa-divide::before {
  content: "\f529";
}
.fa-tenge-sign::before {
  content: "\f7d7";
}
.fa-tenge::before {
  content: "\f7d7";
}
.fa-headphones::before {
  content: "\f025";
}
.fa-hands-holding::before {
  content: "\f4c2";
}
.fa-hands-clapping::before {
  content: "\e1a8";
}
.fa-republican::before {
  content: "\f75e";
}
.fa-arrow-left::before {
  content: "\f060";
}
.fa-person-circle-xmark::before {
  content: "\e543";
}
.fa-ruler::before {
  content: "\f545";
}
.fa-align-left::before {
  content: "\f036";
}
.fa-dice-d6::before {
  content: "\f6d1";
}
.fa-restroom::before {
  content: "\f7bd";
}
.fa-j::before {
  content: "J";
}
.fa-users-viewfinder::before {
  content: "\e595";
}
.fa-file-video::before {
  content: "\f1c8";
}
.fa-up-right-from-square::before {
  content: "\f35d";
}
.fa-external-link-alt::before {
  content: "\f35d";
}
.fa-table-cells::before {
  content: "\f00a";
}
.fa-th::before {
  content: "\f00a";
}
.fa-file-pdf::before {
  content: "\f1c1";
}
.fa-book-bible::before {
  content: "\f647";
}
.fa-bible::before {
  content: "\f647";
}
.fa-o::before {
  content: "O";
}
.fa-suitcase-medical::before {
  content: "\f0fa";
}
.fa-medkit::before {
  content: "\f0fa";
}
.fa-user-secret::before {
  content: "\f21b";
}
.fa-otter::before {
  content: "\f700";
}
.fa-person-dress::before {
  content: "\f182";
}
.fa-female::before {
  content: "\f182";
}
.fa-comment-dollar::before {
  content: "\f651";
}
.fa-business-time::before {
  content: "\f64a";
}
.fa-briefcase-clock::before {
  content: "\f64a";
}
.fa-table-cells-large::before {
  content: "\f009";
}
.fa-th-large::before {
  content: "\f009";
}
.fa-book-tanakh::before {
  content: "\f827";
}
.fa-tanakh::before {
  content: "\f827";
}
.fa-phone-volume::before {
  content: "\f2a0";
}
.fa-volume-control-phone::before {
  content: "\f2a0";
}
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}
.fa-clipboard-user::before {
  content: "\f7f3";
}
.fa-child::before {
  content: "\f1ae";
}
.fa-lira-sign::before {
  content: "\f195";
}
.fa-satellite::before {
  content: "\f7bf";
}
.fa-plane-lock::before {
  content: "\e558";
}
.fa-tag::before {
  content: "\f02b";
}
.fa-comment::before {
  content: "\f075";
}
.fa-cake-candles::before {
  content: "\f1fd";
}
.fa-birthday-cake::before {
  content: "\f1fd";
}
.fa-cake::before {
  content: "\f1fd";
}
.fa-envelope::before {
  content: "\f0e0";
}
.fa-angles-up::before {
  content: "\f102";
}
.fa-angle-double-up::before {
  content: "\f102";
}
.fa-paperclip::before {
  content: "\f0c6";
}
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}
.fa-ribbon::before {
  content: "\f4d6";
}
.fa-lungs::before {
  content: "\f604";
}
.fa-arrow-up-9-1::before {
  content: "\f887";
}
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}
.fa-litecoin-sign::before {
  content: "\e1d3";
}
.fa-border-none::before {
  content: "\f850";
}
.fa-circle-nodes::before {
  content: "\e4e2";
}
.fa-parachute-box::before {
  content: "\f4cd";
}
.fa-indent::before {
  content: "\f03c";
}
.fa-truck-field-un::before {
  content: "\e58e";
}
.fa-hourglass::before {
  content: "\f254";
}
.fa-hourglass-empty::before {
  content: "\f254";
}
.fa-mountain::before {
  content: "\f6fc";
}
.fa-user-doctor::before {
  content: "\f0f0";
}
.fa-user-md::before {
  content: "\f0f0";
}
.fa-circle-info::before {
  content: "\f05a";
}
.fa-info-circle::before {
  content: "\f05a";
}
.fa-cloud-meatball::before {
  content: "\f73b";
}
.fa-camera::before {
  content: "\f030";
}
.fa-camera-alt::before {
  content: "\f030";
}
.fa-square-virus::before {
  content: "\e578";
}
.fa-meteor::before {
  content: "\f753";
}
.fa-car-on::before {
  content: "\e4dd";
}
.fa-sleigh::before {
  content: "\f7cc";
}
.fa-arrow-down-1-9::before {
  content: "\f162";
}
.fa-sort-numeric-asc::before {
  content: "\f162";
}
.fa-sort-numeric-down::before {
  content: "\f162";
}
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}
.fa-hand-holding-water::before {
  content: "\f4c1";
}
.fa-water::before {
  content: "\f773";
}
.fa-calendar-check::before {
  content: "\f274";
}
.fa-braille::before {
  content: "\f2a1";
}
.fa-prescription-bottle-medical::before {
  content: "\f486";
}
.fa-prescription-bottle-alt::before {
  content: "\f486";
}
.fa-landmark::before {
  content: "\f66f";
}
.fa-truck::before {
  content: "\f0d1";
}
.fa-crosshairs::before {
  content: "\f05b";
}
.fa-person-cane::before {
  content: "\e53c";
}
.fa-tent::before {
  content: "\e57d";
}
.fa-vest-patches::before {
  content: "\e086";
}
.fa-check-double::before {
  content: "\f560";
}
.fa-arrow-down-a-z::before {
  content: "\f15d";
}
.fa-sort-alpha-asc::before {
  content: "\f15d";
}
.fa-sort-alpha-down::before {
  content: "\f15d";
}
.fa-money-bill-wheat::before {
  content: "\e52a";
}
.fa-cookie::before {
  content: "\f563";
}
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}
.fa-undo::before {
  content: "\f0e2";
}
.fa-hard-drive::before {
  content: "\f0a0";
}
.fa-hdd::before {
  content: "\f0a0";
}
.fa-face-grin-squint-tears::before {
  content: "\f586";
}
.fa-grin-squint-tears::before {
  content: "\f586";
}
.fa-dumbbell::before {
  content: "\f44b";
}
.fa-rectangle-list::before {
  content: "\f022";
}
.fa-list-alt::before {
  content: "\f022";
}
.fa-tarp-droplet::before {
  content: "\e57c";
}
.fa-house-medical-circle-check::before {
  content: "\e511";
}
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}
.fa-skiing-nordic::before {
  content: "\f7ca";
}
.fa-calendar-plus::before {
  content: "\f271";
}
.fa-plane-arrival::before {
  content: "\f5af";
}
.fa-circle-left::before {
  content: "\f359";
}
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}
.fa-train-subway::before {
  content: "\f239";
}
.fa-subway::before {
  content: "\f239";
}
.fa-chart-gantt::before {
  content: "\e0e4";
}
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}
.fa-indian-rupee::before {
  content: "\e1bc";
}
.fa-inr::before {
  content: "\e1bc";
}
.fa-crop-simple::before {
  content: "\f565";
}
.fa-crop-alt::before {
  content: "\f565";
}
.fa-money-bill-1::before {
  content: "\f3d1";
}
.fa-money-bill-alt::before {
  content: "\f3d1";
}
.fa-left-long::before {
  content: "\f30a";
}
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}
.fa-dna::before {
  content: "\f471";
}
.fa-virus-slash::before {
  content: "\e075";
}
.fa-minus::before {
  content: "\f068";
}
.fa-subtract::before {
  content: "\f068";
}
.fa-chess::before {
  content: "\f439";
}
.fa-arrow-left-long::before {
  content: "\f177";
}
.fa-long-arrow-left::before {
  content: "\f177";
}
.fa-plug-circle-check::before {
  content: "\e55c";
}
.fa-street-view::before {
  content: "\f21d";
}
.fa-franc-sign::before {
  content: "\e18f";
}
.fa-volume-off::before {
  content: "\f026";
}
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-asl-interpreting::before {
  content: "\f2a3";
}
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}
.fa-gear::before {
  content: "\f013";
}
.fa-cog::before {
  content: "\f013";
}
.fa-droplet-slash::before {
  content: "\f5c7";
}
.fa-tint-slash::before {
  content: "\f5c7";
}
.fa-mosque::before {
  content: "\f678";
}
.fa-mosquito::before {
  content: "\e52b";
}
.fa-star-of-david::before {
  content: "\f69a";
}
.fa-person-military-rifle::before {
  content: "\e54b";
}
.fa-cart-shopping::before {
  content: "\f07a";
}
.fa-shopping-cart::before {
  content: "\f07a";
}
.fa-vials::before {
  content: "\f493";
}
.fa-plug-circle-plus::before {
  content: "\e55f";
}
.fa-place-of-worship::before {
  content: "\f67f";
}
.fa-grip-vertical::before {
  content: "\f58e";
}
.fa-arrow-turn-up::before {
  content: "\f148";
}
.fa-level-up::before {
  content: "\f148";
}
.fa-u::before {
  content: "U";
}
.fa-square-root-variable::before {
  content: "\f698";
}
.fa-square-root-alt::before {
  content: "\f698";
}
.fa-clock::before {
  content: "\f017";
}
.fa-clock-four::before {
  content: "\f017";
}
.fa-backward-step::before {
  content: "\f048";
}
.fa-step-backward::before {
  content: "\f048";
}
.fa-pallet::before {
  content: "\f482";
}
.fa-faucet::before {
  content: "\e005";
}
.fa-baseball-bat-ball::before {
  content: "\f432";
}
.fa-s::before {
  content: "S";
}
.fa-timeline::before {
  content: "\e29c";
}
.fa-keyboard::before {
  content: "\f11c";
}
.fa-caret-down::before {
  content: "\f0d7";
}
.fa-house-chimney-medical::before {
  content: "\f7f2";
}
.fa-clinic-medical::before {
  content: "\f7f2";
}
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}
.fa-temperature-3::before {
  content: "\f2c8";
}
.fa-thermometer-3::before {
  content: "\f2c8";
}
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}
.fa-mobile-screen::before {
  content: "\f3cf";
}
.fa-mobile-android-alt::before {
  content: "\f3cf";
}
.fa-plane-up::before {
  content: "\e22d";
}
.fa-piggy-bank::before {
  content: "\f4d3";
}
.fa-battery-half::before {
  content: "\f242";
}
.fa-battery-3::before {
  content: "\f242";
}
.fa-mountain-city::before {
  content: "\e52e";
}
.fa-coins::before {
  content: "\f51e";
}
.fa-khanda::before {
  content: "\f66d";
}
.fa-sliders::before {
  content: "\f1de";
}
.fa-sliders-h::before {
  content: "\f1de";
}
.fa-folder-tree::before {
  content: "\f802";
}
.fa-network-wired::before {
  content: "\f6ff";
}
.fa-map-pin::before {
  content: "\f276";
}
.fa-hamsa::before {
  content: "\f665";
}
.fa-cent-sign::before {
  content: "\e3f5";
}
.fa-flask::before {
  content: "\f0c3";
}
.fa-person-pregnant::before {
  content: "\e31e";
}
.fa-wand-sparkles::before {
  content: "\f72b";
}
.fa-ellipsis-vertical::before {
  content: "\f142";
}
.fa-ellipsis-v::before {
  content: "\f142";
}
.fa-ticket::before {
  content: "\f145";
}
.fa-power-off::before {
  content: "\f011";
}
.fa-right-long::before {
  content: "\f30b";
}
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}
.fa-flag-usa::before {
  content: "\f74d";
}
.fa-laptop-file::before {
  content: "\e51d";
}
.fa-tty::before {
  content: "\f1e4";
}
.fa-teletype::before {
  content: "\f1e4";
}
.fa-diagram-next::before {
  content: "\e476";
}
.fa-person-rifle::before {
  content: "\e54e";
}
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}
.fa-closed-captioning::before {
  content: "\f20a";
}
.fa-person-hiking::before {
  content: "\f6ec";
}
.fa-hiking::before {
  content: "\f6ec";
}
.fa-venus-double::before {
  content: "\f226";
}
.fa-images::before {
  content: "\f302";
}
.fa-calculator::before {
  content: "\f1ec";
}
.fa-people-pulling::before {
  content: "\e535";
}
.fa-n::before {
  content: "N";
}
.fa-cable-car::before {
  content: "\f7da";
}
.fa-tram::before {
  content: "\f7da";
}
.fa-cloud-rain::before {
  content: "\f73d";
}
.fa-building-circle-xmark::before {
  content: "\e4d4";
}
.fa-ship::before {
  content: "\f21a";
}
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}
.fa-download::before {
  content: "\f019";
}
.fa-face-grin::before {
  content: "\f580";
}
.fa-grin::before {
  content: "\f580";
}
.fa-delete-left::before {
  content: "\f55a";
}
.fa-backspace::before {
  content: "\f55a";
}
.fa-eye-dropper::before {
  content: "\f1fb";
}
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}
.fa-eyedropper::before {
  content: "\f1fb";
}
.fa-file-circle-check::before {
  content: "\e5a0";
}
.fa-forward::before {
  content: "\f04e";
}
.fa-mobile::before {
  content: "\f3ce";
}
.fa-mobile-android::before {
  content: "\f3ce";
}
.fa-mobile-phone::before {
  content: "\f3ce";
}
.fa-face-meh::before {
  content: "\f11a";
}
.fa-meh::before {
  content: "\f11a";
}
.fa-align-center::before {
  content: "\f037";
}
.fa-book-skull::before {
  content: "\f6b7";
}
.fa-book-dead::before {
  content: "\f6b7";
}
.fa-id-card::before {
  content: "\f2c2";
}
.fa-drivers-license::before {
  content: "\f2c2";
}
.fa-outdent::before {
  content: "\f03b";
}
.fa-dedent::before {
  content: "\f03b";
}
.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}
.fa-house::before {
  content: "\f015";
}
.fa-home::before {
  content: "\f015";
}
.fa-home-alt::before {
  content: "\f015";
}
.fa-home-lg-alt::before {
  content: "\f015";
}
.fa-calendar-week::before {
  content: "\f784";
}
.fa-laptop-medical::before {
  content: "\f812";
}
.fa-b::before {
  content: "B";
}
.fa-file-medical::before {
  content: "\f477";
}
.fa-dice-one::before {
  content: "\f525";
}
.fa-kiwi-bird::before {
  content: "\f535";
}
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}
.fa-exchange::before {
  content: "\f0ec";
}
.fa-rotate-right::before {
  content: "\f2f9";
}
.fa-redo-alt::before {
  content: "\f2f9";
}
.fa-rotate-forward::before {
  content: "\f2f9";
}
.fa-utensils::before {
  content: "\f2e7";
}
.fa-cutlery::before {
  content: "\f2e7";
}
.fa-arrow-up-wide-short::before {
  content: "\f161";
}
.fa-sort-amount-up::before {
  content: "\f161";
}
.fa-mill-sign::before {
  content: "\e1ed";
}
.fa-bowl-rice::before {
  content: "\e2eb";
}
.fa-skull::before {
  content: "\f54c";
}
.fa-tower-broadcast::before {
  content: "\f519";
}
.fa-broadcast-tower::before {
  content: "\f519";
}
.fa-truck-pickup::before {
  content: "\f63c";
}
.fa-up-long::before {
  content: "\f30c";
}
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}
.fa-stop::before {
  content: "\f04d";
}
.fa-code-merge::before {
  content: "\f387";
}
.fa-upload::before {
  content: "\f093";
}
.fa-hurricane::before {
  content: "\f751";
}
.fa-mound::before {
  content: "\e52d";
}
.fa-toilet-portable::before {
  content: "\e583";
}
.fa-compact-disc::before {
  content: "\f51f";
}
.fa-file-arrow-down::before {
  content: "\f56d";
}
.fa-file-download::before {
  content: "\f56d";
}
.fa-caravan::before {
  content: "\f8ff";
}
.fa-shield-cat::before {
  content: "\e572";
}
.fa-bolt::before {
  content: "\f0e7";
}
.fa-zap::before {
  content: "\f0e7";
}
.fa-glass-water::before {
  content: "\e4f4";
}
.fa-oil-well::before {
  content: "\e532";
}
.fa-vault::before {
  content: "\e2c5";
}
.fa-mars::before {
  content: "\f222";
}
.fa-toilet::before {
  content: "\f7d8";
}
.fa-plane-circle-xmark::before {
  content: "\e557";
}
.fa-yen-sign::before {
  content: "\f157";
}
.fa-cny::before {
  content: "\f157";
}
.fa-jpy::before {
  content: "\f157";
}
.fa-rmb::before {
  content: "\f157";
}
.fa-yen::before {
  content: "\f157";
}
.fa-ruble-sign::before {
  content: "\f158";
}
.fa-rouble::before {
  content: "\f158";
}
.fa-rub::before {
  content: "\f158";
}
.fa-ruble::before {
  content: "\f158";
}
.fa-sun::before {
  content: "\f185";
}
.fa-guitar::before {
  content: "\f7a6";
}
.fa-face-laugh-wink::before {
  content: "\f59c";
}
.fa-laugh-wink::before {
  content: "\f59c";
}
.fa-horse-head::before {
  content: "\f7ab";
}
.fa-bore-hole::before {
  content: "\e4c3";
}
.fa-industry::before {
  content: "\f275";
}
.fa-circle-down::before {
  content: "\f358";
}
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}
.fa-florin-sign::before {
  content: "\e184";
}
.fa-arrow-down-short-wide::before {
  content: "\f884";
}
.fa-sort-amount-desc::before {
  content: "\f884";
}
.fa-sort-amount-down-alt::before {
  content: "\f884";
}
.fa-less-than::before {
  content: "<";
}
.fa-angle-down::before {
  content: "\f107";
}
.fa-car-tunnel::before {
  content: "\e4de";
}
.fa-head-side-cough::before {
  content: "\e061";
}
.fa-grip-lines::before {
  content: "\f7a4";
}
.fa-thumbs-down::before {
  content: "\f165";
}
.fa-user-lock::before {
  content: "\f502";
}
.fa-arrow-right-long::before {
  content: "\f178";
}
.fa-long-arrow-right::before {
  content: "\f178";
}
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}
.fa-ellipsis::before {
  content: "\f141";
}
.fa-ellipsis-h::before {
  content: "\f141";
}
.fa-chess-pawn::before {
  content: "\f443";
}
.fa-kit-medical::before {
  content: "\f479";
}
.fa-first-aid::before {
  content: "\f479";
}
.fa-person-through-window::before {
  content: "\e5a9";
}
.fa-toolbox::before {
  content: "\f552";
}
.fa-hands-holding-circle::before {
  content: "\e4fb";
}
.fa-bug::before {
  content: "\f188";
}
.fa-credit-card::before {
  content: "\f09d";
}
.fa-credit-card-alt::before {
  content: "\f09d";
}
.fa-car::before {
  content: "\f1b9";
}
.fa-automobile::before {
  content: "\f1b9";
}
.fa-hand-holding-hand::before {
  content: "\e4f7";
}
.fa-book-open-reader::before {
  content: "\f5da";
}
.fa-book-reader::before {
  content: "\f5da";
}
.fa-mountain-sun::before {
  content: "\e52f";
}
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}
.fa-dice-d20::before {
  content: "\f6cf";
}
.fa-truck-droplet::before {
  content: "\e58c";
}
.fa-file-circle-xmark::before {
  content: "\e5a1";
}
.fa-temperature-arrow-up::before {
  content: "\e040";
}
.fa-temperature-up::before {
  content: "\e040";
}
.fa-medal::before {
  content: "\f5a2";
}
.fa-bed::before {
  content: "\f236";
}
.fa-square-h::before {
  content: "\f0fd";
}
.fa-h-square::before {
  content: "\f0fd";
}
.fa-podcast::before {
  content: "\f2ce";
}
.fa-temperature-full::before {
  content: "\f2c7";
}
.fa-temperature-4::before {
  content: "\f2c7";
}
.fa-thermometer-4::before {
  content: "\f2c7";
}
.fa-thermometer-full::before {
  content: "\f2c7";
}
.fa-bell::before {
  content: "\f0f3";
}
.fa-superscript::before {
  content: "\f12b";
}
.fa-plug-circle-xmark::before {
  content: "\e560";
}
.fa-star-of-life::before {
  content: "\f621";
}
.fa-phone-slash::before {
  content: "\f3dd";
}
.fa-paint-roller::before {
  content: "\f5aa";
}
.fa-handshake-angle::before {
  content: "\f4c4";
}
.fa-hands-helping::before {
  content: "\f4c4";
}
.fa-location-dot::before {
  content: "\f3c5";
}
.fa-map-marker-alt::before {
  content: "\f3c5";
}
.fa-file::before {
  content: "\f15b";
}
.fa-greater-than::before {
  content: ">";
}
.fa-person-swimming::before {
  content: "\f5c4";
}
.fa-swimmer::before {
  content: "\f5c4";
}
.fa-arrow-down::before {
  content: "\f063";
}
.fa-droplet::before {
  content: "\f043";
}
.fa-tint::before {
  content: "\f043";
}
.fa-eraser::before {
  content: "\f12d";
}
.fa-earth-americas::before {
  content: "\f57d";
}
.fa-earth::before {
  content: "\f57d";
}
.fa-earth-america::before {
  content: "\f57d";
}
.fa-globe-americas::before {
  content: "\f57d";
}
.fa-person-burst::before {
  content: "\e53b";
}
.fa-dove::before {
  content: "\f4ba";
}
.fa-battery-empty::before {
  content: "\f244";
}
.fa-battery-0::before {
  content: "\f244";
}
.fa-socks::before {
  content: "\f696";
}
.fa-inbox::before {
  content: "\f01c";
}
.fa-section::before {
  content: "\e447";
}
.fa-gauge-high::before {
  content: "\f625";
}
.fa-tachometer-alt::before {
  content: "\f625";
}
.fa-tachometer-alt-fast::before {
  content: "\f625";
}
.fa-envelope-open-text::before {
  content: "\f658";
}
.fa-hospital::before {
  content: "\f0f8";
}
.fa-hospital-alt::before {
  content: "\f0f8";
}
.fa-hospital-wide::before {
  content: "\f0f8";
}
.fa-wine-bottle::before {
  content: "\f72f";
}
.fa-chess-rook::before {
  content: "\f447";
}
.fa-bars-staggered::before {
  content: "\f550";
}
.fa-reorder::before {
  content: "\f550";
}
.fa-stream::before {
  content: "\f550";
}
.fa-dharmachakra::before {
  content: "\f655";
}
.fa-hotdog::before {
  content: "\f80f";
}
.fa-person-walking-with-cane::before {
  content: "\f29d";
}
.fa-blind::before {
  content: "\f29d";
}
.fa-drum::before {
  content: "\f569";
}
.fa-ice-cream::before {
  content: "\f810";
}
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}
.fa-fax::before {
  content: "\f1ac";
}
.fa-paragraph::before {
  content: "\f1dd";
}
.fa-check-to-slot::before {
  content: "\f772";
}
.fa-vote-yea::before {
  content: "\f772";
}
.fa-star-half::before {
  content: "\f089";
}
.fa-boxes-stacked::before {
  content: "\f468";
}
.fa-boxes::before {
  content: "\f468";
}
.fa-boxes-alt::before {
  content: "\f468";
}
.fa-link::before {
  content: "\f0c1";
}
.fa-chain::before {
  content: "\f0c1";
}
.fa-ear-listen::before {
  content: "\f2a2";
}
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}
.fa-tree-city::before {
  content: "\e587";
}
.fa-play::before {
  content: "\f04b";
}
.fa-font::before {
  content: "\f031";
}
.fa-table-cells-row-lock::before {
  content: "\e67a";
}
.fa-rupiah-sign::before {
  content: "\e23d";
}
.fa-magnifying-glass::before {
  content: "\f002";
}
.fa-search::before {
  content: "\f002";
}
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}
.fa-table-tennis::before {
  content: "\f45d";
}
.fa-person-dots-from-line::before {
  content: "\f470";
}
.fa-diagnoses::before {
  content: "\f470";
}
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}
.fa-trash-restore-alt::before {
  content: "\f82a";
}
.fa-naira-sign::before {
  content: "\e1f6";
}
.fa-cart-arrow-down::before {
  content: "\f218";
}
.fa-walkie-talkie::before {
  content: "\f8ef";
}
.fa-file-pen::before {
  content: "\f31c";
}
.fa-file-edit::before {
  content: "\f31c";
}
.fa-receipt::before {
  content: "\f543";
}
.fa-square-pen::before {
  content: "\f14b";
}
.fa-pen-square::before {
  content: "\f14b";
}
.fa-pencil-square::before {
  content: "\f14b";
}
.fa-suitcase-rolling::before {
  content: "\f5c1";
}
.fa-person-circle-exclamation::before {
  content: "\e53f";
}
.fa-chevron-down::before {
  content: "\f078";
}
.fa-battery-full::before {
  content: "\f240";
}
.fa-battery::before {
  content: "\f240";
}
.fa-battery-5::before {
  content: "\f240";
}
.fa-skull-crossbones::before {
  content: "\f714";
}
.fa-code-compare::before {
  content: "\e13a";
}
.fa-list-ul::before {
  content: "\f0ca";
}
.fa-list-dots::before {
  content: "\f0ca";
}
.fa-school-lock::before {
  content: "\e56f";
}
.fa-tower-cell::before {
  content: "\e585";
}
.fa-down-long::before {
  content: "\f309";
}
.fa-long-arrow-alt-down::before {
  content: "\f309";
}
.fa-ranking-star::before {
  content: "\e561";
}
.fa-chess-king::before {
  content: "\f43f";
}
.fa-person-harassing::before {
  content: "\e549";
}
.fa-brazilian-real-sign::before {
  content: "\e46c";
}
.fa-landmark-dome::before {
  content: "\f752";
}
.fa-landmark-alt::before {
  content: "\f752";
}
.fa-arrow-up::before {
  content: "\f062";
}
.fa-tv::before {
  content: "\f26c";
}
.fa-television::before {
  content: "\f26c";
}
.fa-tv-alt::before {
  content: "\f26c";
}
.fa-shrimp::before {
  content: "\e448";
}
.fa-list-check::before {
  content: "\f0ae";
}
.fa-tasks::before {
  content: "\f0ae";
}
.fa-jug-detergent::before {
  content: "\e519";
}
.fa-circle-user::before {
  content: "\f2bd";
}
.fa-user-circle::before {
  content: "\f2bd";
}
.fa-user-shield::before {
  content: "\f505";
}
.fa-wind::before {
  content: "\f72e";
}
.fa-car-burst::before {
  content: "\f5e1";
}
.fa-car-crash::before {
  content: "\f5e1";
}
.fa-y::before {
  content: "Y";
}
.fa-person-snowboarding::before {
  content: "\f7ce";
}
.fa-snowboarding::before {
  content: "\f7ce";
}
.fa-truck-fast::before {
  content: "\f48b";
}
.fa-shipping-fast::before {
  content: "\f48b";
}
.fa-fish::before {
  content: "\f578";
}
.fa-user-graduate::before {
  content: "\f501";
}
.fa-circle-half-stroke::before {
  content: "\f042";
}
.fa-adjust::before {
  content: "\f042";
}
.fa-clapperboard::before {
  content: "\e131";
}
.fa-circle-radiation::before {
  content: "\f7ba";
}
.fa-radiation-alt::before {
  content: "\f7ba";
}
.fa-baseball::before {
  content: "\f433";
}
.fa-baseball-ball::before {
  content: "\f433";
}
.fa-jet-fighter-up::before {
  content: "\e518";
}
.fa-diagram-project::before {
  content: "\f542";
}
.fa-project-diagram::before {
  content: "\f542";
}
.fa-copy::before {
  content: "\f0c5";
}
.fa-volume-xmark::before {
  content: "\f6a9";
}
.fa-volume-mute::before {
  content: "\f6a9";
}
.fa-volume-times::before {
  content: "\f6a9";
}
.fa-hand-sparkles::before {
  content: "\e05d";
}
.fa-grip::before {
  content: "\f58d";
}
.fa-grip-horizontal::before {
  content: "\f58d";
}
.fa-share-from-square::before {
  content: "\f14d";
}
.fa-share-square::before {
  content: "\f14d";
}
.fa-child-combatant::before {
  content: "\e4e0";
}
.fa-child-rifle::before {
  content: "\e4e0";
}
.fa-gun::before {
  content: "\e19b";
}
.fa-square-phone::before {
  content: "\f098";
}
.fa-phone-square::before {
  content: "\f098";
}
.fa-plus::before {
  content: "+";
}
.fa-add::before {
  content: "+";
}
.fa-expand::before {
  content: "\f065";
}
.fa-computer::before {
  content: "\e4e5";
}
.fa-xmark::before {
  content: "\f00d";
}
.fa-close::before {
  content: "\f00d";
}
.fa-multiply::before {
  content: "\f00d";
}
.fa-remove::before {
  content: "\f00d";
}
.fa-times::before {
  content: "\f00d";
}
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}
.fa-arrows::before {
  content: "\f047";
}
.fa-chalkboard-user::before {
  content: "\f51c";
}
.fa-chalkboard-teacher::before {
  content: "\f51c";
}
.fa-peso-sign::before {
  content: "\e222";
}
.fa-building-shield::before {
  content: "\e4d8";
}
.fa-baby::before {
  content: "\f77c";
}
.fa-users-line::before {
  content: "\e592";
}
.fa-quote-left::before {
  content: "\f10d";
}
.fa-quote-left-alt::before {
  content: "\f10d";
}
.fa-tractor::before {
  content: "\f722";
}
.fa-trash-arrow-up::before {
  content: "\f829";
}
.fa-trash-restore::before {
  content: "\f829";
}
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}
.fa-lines-leaning::before {
  content: "\e51e";
}
.fa-ruler-combined::before {
  content: "\f546";
}
.fa-copyright::before {
  content: "\f1f9";
}
.fa-equals::before {
  content: "=";
}
.fa-blender::before {
  content: "\f517";
}
.fa-teeth::before {
  content: "\f62e";
}
.fa-shekel-sign::before {
  content: "\f20b";
}
.fa-ils::before {
  content: "\f20b";
}
.fa-shekel::before {
  content: "\f20b";
}
.fa-sheqel::before {
  content: "\f20b";
}
.fa-sheqel-sign::before {
  content: "\f20b";
}
.fa-map::before {
  content: "\f279";
}
.fa-rocket::before {
  content: "\f135";
}
.fa-photo-film::before {
  content: "\f87c";
}
.fa-photo-video::before {
  content: "\f87c";
}
.fa-folder-minus::before {
  content: "\f65d";
}
.fa-store::before {
  content: "\f54e";
}
.fa-arrow-trend-up::before {
  content: "\e098";
}
.fa-plug-circle-minus::before {
  content: "\e55e";
}
.fa-sign-hanging::before {
  content: "\f4d9";
}
.fa-sign::before {
  content: "\f4d9";
}
.fa-bezier-curve::before {
  content: "\f55b";
}
.fa-bell-slash::before {
  content: "\f1f6";
}
.fa-tablet::before {
  content: "\f3fb";
}
.fa-tablet-android::before {
  content: "\f3fb";
}
.fa-school-flag::before {
  content: "\e56e";
}
.fa-fill::before {
  content: "\f575";
}
.fa-angle-up::before {
  content: "\f106";
}
.fa-drumstick-bite::before {
  content: "\f6d7";
}
.fa-holly-berry::before {
  content: "\f7aa";
}
.fa-chevron-left::before {
  content: "\f053";
}
.fa-bacteria::before {
  content: "\e059";
}
.fa-hand-lizard::before {
  content: "\f258";
}
.fa-notdef::before {
  content: "\e1fe";
}
.fa-disease::before {
  content: "\f7fa";
}
.fa-briefcase-medical::before {
  content: "\f469";
}
.fa-genderless::before {
  content: "\f22d";
}
.fa-chevron-right::before {
  content: "\f054";
}
.fa-retweet::before {
  content: "\f079";
}
.fa-car-rear::before {
  content: "\f5de";
}
.fa-car-alt::before {
  content: "\f5de";
}
.fa-pump-soap::before {
  content: "\e06b";
}
.fa-video-slash::before {
  content: "\f4e2";
}
.fa-battery-quarter::before {
  content: "\f243";
}
.fa-battery-2::before {
  content: "\f243";
}
.fa-radio::before {
  content: "\f8d7";
}
.fa-baby-carriage::before {
  content: "\f77d";
}
.fa-carriage-baby::before {
  content: "\f77d";
}
.fa-traffic-light::before {
  content: "\f637";
}
.fa-thermometer::before {
  content: "\f491";
}
.fa-vr-cardboard::before {
  content: "\f729";
}
.fa-hand-middle-finger::before {
  content: "\f806";
}
.fa-percent::before {
  content: "%";
}
.fa-percentage::before {
  content: "%";
}
.fa-truck-moving::before {
  content: "\f4df";
}
.fa-glass-water-droplet::before {
  content: "\e4f5";
}
.fa-display::before {
  content: "\e163";
}
.fa-face-smile::before {
  content: "\f118";
}
.fa-smile::before {
  content: "\f118";
}
.fa-thumbtack::before {
  content: "\f08d";
}
.fa-thumb-tack::before {
  content: "\f08d";
}
.fa-trophy::before {
  content: "\f091";
}
.fa-person-praying::before {
  content: "\f683";
}
.fa-pray::before {
  content: "\f683";
}
.fa-hammer::before {
  content: "\f6e3";
}
.fa-hand-peace::before {
  content: "\f25b";
}
.fa-rotate::before {
  content: "\f2f1";
}
.fa-sync-alt::before {
  content: "\f2f1";
}
.fa-spinner::before {
  content: "\f110";
}
.fa-robot::before {
  content: "\f544";
}
.fa-peace::before {
  content: "\f67c";
}
.fa-gears::before {
  content: "\f085";
}
.fa-cogs::before {
  content: "\f085";
}
.fa-warehouse::before {
  content: "\f494";
}
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}
.fa-splotch::before {
  content: "\f5bc";
}
.fa-face-grin-hearts::before {
  content: "\f584";
}
.fa-grin-hearts::before {
  content: "\f584";
}
.fa-dice-four::before {
  content: "\f524";
}
.fa-sim-card::before {
  content: "\f7c4";
}
.fa-transgender::before {
  content: "\f225";
}
.fa-transgender-alt::before {
  content: "\f225";
}
.fa-mercury::before {
  content: "\f223";
}
.fa-arrow-turn-down::before {
  content: "\f149";
}
.fa-level-down::before {
  content: "\f149";
}
.fa-person-falling-burst::before {
  content: "\e547";
}
.fa-award::before {
  content: "\f559";
}
.fa-ticket-simple::before {
  content: "\f3ff";
}
.fa-ticket-alt::before {
  content: "\f3ff";
}
.fa-building::before {
  content: "\f1ad";
}
.fa-angles-left::before {
  content: "\f100";
}
.fa-angle-double-left::before {
  content: "\f100";
}
.fa-qrcode::before {
  content: "\f029";
}
.fa-clock-rotate-left::before {
  content: "\f1da";
}
.fa-history::before {
  content: "\f1da";
}
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}
.fa-grin-beam-sweat::before {
  content: "\f583";
}
.fa-file-export::before {
  content: "\f56e";
}
.fa-arrow-right-from-file::before {
  content: "\f56e";
}
.fa-shield::before {
  content: "\f132";
}
.fa-shield-blank::before {
  content: "\f132";
}
.fa-arrow-up-short-wide::before {
  content: "\f885";
}
.fa-sort-amount-up-alt::before {
  content: "\f885";
}
.fa-house-medical::before {
  content: "\e3b2";
}
.fa-golf-ball-tee::before {
  content: "\f450";
}
.fa-golf-ball::before {
  content: "\f450";
}
.fa-circle-chevron-left::before {
  content: "\f137";
}
.fa-chevron-circle-left::before {
  content: "\f137";
}
.fa-house-chimney-window::before {
  content: "\e00d";
}
.fa-pen-nib::before {
  content: "\f5ad";
}
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}
.fa-tents::before {
  content: "\e582";
}
.fa-wand-magic::before {
  content: "\f0d0";
}
.fa-magic::before {
  content: "\f0d0";
}
.fa-dog::before {
  content: "\f6d3";
}
.fa-carrot::before {
  content: "\f787";
}
.fa-moon::before {
  content: "\f186";
}
.fa-wine-glass-empty::before {
  content: "\f5ce";
}
.fa-wine-glass-alt::before {
  content: "\f5ce";
}
.fa-cheese::before {
  content: "\f7ef";
}
.fa-yin-yang::before {
  content: "\f6ad";
}
.fa-music::before {
  content: "\f001";
}
.fa-code-commit::before {
  content: "\f386";
}
.fa-temperature-low::before {
  content: "\f76b";
}
.fa-person-biking::before {
  content: "\f84a";
}
.fa-biking::before {
  content: "\f84a";
}
.fa-broom::before {
  content: "\f51a";
}
.fa-shield-heart::before {
  content: "\e574";
}
.fa-gopuram::before {
  content: "\f664";
}
.fa-earth-oceania::before {
  content: "\e47b";
}
.fa-globe-oceania::before {
  content: "\e47b";
}
.fa-square-xmark::before {
  content: "\f2d3";
}
.fa-times-square::before {
  content: "\f2d3";
}
.fa-xmark-square::before {
  content: "\f2d3";
}
.fa-hashtag::before {
  content: "#";
}
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}
.fa-expand-alt::before {
  content: "\f424";
}
.fa-oil-can::before {
  content: "\f613";
}
.fa-t::before {
  content: "T";
}
.fa-hippo::before {
  content: "\f6ed";
}
.fa-chart-column::before {
  content: "\e0e3";
}
.fa-infinity::before {
  content: "\f534";
}
.fa-vial-circle-check::before {
  content: "\e596";
}
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}
.fa-voicemail::before {
  content: "\f897";
}
.fa-fan::before {
  content: "\f863";
}
.fa-person-walking-luggage::before {
  content: "\e554";
}
.fa-up-down::before {
  content: "\f338";
}
.fa-arrows-alt-v::before {
  content: "\f338";
}
.fa-cloud-moon-rain::before {
  content: "\f73c";
}
.fa-calendar::before {
  content: "\f133";
}
.fa-trailer::before {
  content: "\e041";
}
.fa-bahai::before {
  content: "\f666";
}
.fa-haykal::before {
  content: "\f666";
}
.fa-sd-card::before {
  content: "\f7c2";
}
.fa-dragon::before {
  content: "\f6d5";
}
.fa-shoe-prints::before {
  content: "\f54b";
}
.fa-circle-plus::before {
  content: "\f055";
}
.fa-plus-circle::before {
  content: "\f055";
}
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-grin-tongue-wink::before {
  content: "\f58b";
}
.fa-hand-holding::before {
  content: "\f4bd";
}
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}
.fa-link-slash::before {
  content: "\f127";
}
.fa-chain-broken::before {
  content: "\f127";
}
.fa-chain-slash::before {
  content: "\f127";
}
.fa-unlink::before {
  content: "\f127";
}
.fa-clone::before {
  content: "\f24d";
}
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}
.fa-arrow-up-z-a::before {
  content: "\f882";
}
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}
.fa-fire-flame-curved::before {
  content: "\f7e4";
}
.fa-fire-alt::before {
  content: "\f7e4";
}
.fa-tornado::before {
  content: "\f76f";
}
.fa-file-circle-plus::before {
  content: "\e494";
}
.fa-book-quran::before {
  content: "\f687";
}
.fa-quran::before {
  content: "\f687";
}
.fa-anchor::before {
  content: "\f13d";
}
.fa-border-all::before {
  content: "\f84c";
}
.fa-face-angry::before {
  content: "\f556";
}
.fa-angry::before {
  content: "\f556";
}
.fa-cookie-bite::before {
  content: "\f564";
}
.fa-arrow-trend-down::before {
  content: "\e097";
}
.fa-rss::before {
  content: "\f09e";
}
.fa-feed::before {
  content: "\f09e";
}
.fa-draw-polygon::before {
  content: "\f5ee";
}
.fa-scale-balanced::before {
  content: "\f24e";
}
.fa-balance-scale::before {
  content: "\f24e";
}
.fa-gauge-simple-high::before {
  content: "\f62a";
}
.fa-tachometer::before {
  content: "\f62a";
}
.fa-tachometer-fast::before {
  content: "\f62a";
}
.fa-shower::before {
  content: "\f2cc";
}
.fa-desktop::before {
  content: "\f390";
}
.fa-desktop-alt::before {
  content: "\f390";
}
.fa-m::before {
  content: "M";
}
.fa-table-list::before {
  content: "\f00b";
}
.fa-th-list::before {
  content: "\f00b";
}
.fa-comment-sms::before {
  content: "\f7cd";
}
.fa-sms::before {
  content: "\f7cd";
}
.fa-book::before {
  content: "\f02d";
}
.fa-user-plus::before {
  content: "\f234";
}
.fa-check::before {
  content: "\f00c";
}
.fa-battery-three-quarters::before {
  content: "\f241";
}
.fa-battery-4::before {
  content: "\f241";
}
.fa-house-circle-check::before {
  content: "\e509";
}
.fa-angle-left::before {
  content: "\f104";
}
.fa-diagram-successor::before {
  content: "\e47a";
}
.fa-truck-arrow-right::before {
  content: "\e58b";
}
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}
.fa-hand-fist::before {
  content: "\f6de";
}
.fa-fist-raised::before {
  content: "\f6de";
}
.fa-cloud-moon::before {
  content: "\f6c3";
}
.fa-briefcase::before {
  content: "\f0b1";
}
.fa-person-falling::before {
  content: "\e546";
}
.fa-image-portrait::before {
  content: "\f3e0";
}
.fa-portrait::before {
  content: "\f3e0";
}
.fa-user-tag::before {
  content: "\f507";
}
.fa-rug::before {
  content: "\e569";
}
.fa-earth-europe::before {
  content: "\f7a2";
}
.fa-globe-europe::before {
  content: "\f7a2";
}
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}
.fa-luggage-cart::before {
  content: "\f59d";
}
.fa-rectangle-xmark::before {
  content: "\f410";
}
.fa-rectangle-times::before {
  content: "\f410";
}
.fa-times-rectangle::before {
  content: "\f410";
}
.fa-window-close::before {
  content: "\f410";
}
.fa-baht-sign::before {
  content: "\e0ac";
}
.fa-book-open::before {
  content: "\f518";
}
.fa-book-journal-whills::before {
  content: "\f66a";
}
.fa-journal-whills::before {
  content: "\f66a";
}
.fa-handcuffs::before {
  content: "\e4f8";
}
.fa-triangle-exclamation::before {
  content: "\f071";
}
.fa-exclamation-triangle::before {
  content: "\f071";
}
.fa-warning::before {
  content: "\f071";
}
.fa-database::before {
  content: "\f1c0";
}
.fa-share::before {
  content: "\f064";
}
.fa-mail-forward::before {
  content: "\f064";
}
.fa-bottle-droplet::before {
  content: "\e4c4";
}
.fa-mask-face::before {
  content: "\e1d7";
}
.fa-hill-rockslide::before {
  content: "\e508";
}
.fa-right-left::before {
  content: "\f362";
}
.fa-exchange-alt::before {
  content: "\f362";
}
.fa-paper-plane::before {
  content: "\f1d8";
}
.fa-road-circle-exclamation::before {
  content: "\e565";
}
.fa-dungeon::before {
  content: "\f6d9";
}
.fa-align-right::before {
  content: "\f038";
}
.fa-money-bill-1-wave::before {
  content: "\f53b";
}
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}
.fa-life-ring::before {
  content: "\f1cd";
}
.fa-hands::before {
  content: "\f2a7";
}
.fa-sign-language::before {
  content: "\f2a7";
}
.fa-signing::before {
  content: "\f2a7";
}
.fa-calendar-day::before {
  content: "\f783";
}
.fa-water-ladder::before {
  content: "\f5c5";
}
.fa-ladder-water::before {
  content: "\f5c5";
}
.fa-swimming-pool::before {
  content: "\f5c5";
}
.fa-arrows-up-down::before {
  content: "\f07d";
}
.fa-arrows-v::before {
  content: "\f07d";
}
.fa-face-grimace::before {
  content: "\f57f";
}
.fa-grimace::before {
  content: "\f57f";
}
.fa-wheelchair-move::before {
  content: "\e2ce";
}
.fa-wheelchair-alt::before {
  content: "\e2ce";
}
.fa-turn-down::before {
  content: "\f3be";
}
.fa-level-down-alt::before {
  content: "\f3be";
}
.fa-person-walking-arrow-right::before {
  content: "\e552";
}
.fa-square-envelope::before {
  content: "\f199";
}
.fa-envelope-square::before {
  content: "\f199";
}
.fa-dice::before {
  content: "\f522";
}
.fa-bowling-ball::before {
  content: "\f436";
}
.fa-brain::before {
  content: "\f5dc";
}
.fa-bandage::before {
  content: "\f462";
}
.fa-band-aid::before {
  content: "\f462";
}
.fa-calendar-minus::before {
  content: "\f272";
}
.fa-circle-xmark::before {
  content: "\f057";
}
.fa-times-circle::before {
  content: "\f057";
}
.fa-xmark-circle::before {
  content: "\f057";
}
.fa-gifts::before {
  content: "\f79c";
}
.fa-hotel::before {
  content: "\f594";
}
.fa-earth-asia::before {
  content: "\f57e";
}
.fa-globe-asia::before {
  content: "\f57e";
}
.fa-id-card-clip::before {
  content: "\f47f";
}
.fa-id-card-alt::before {
  content: "\f47f";
}
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}
.fa-search-plus::before {
  content: "\f00e";
}
.fa-thumbs-up::before {
  content: "\f164";
}
.fa-user-clock::before {
  content: "\f4fd";
}
.fa-hand-dots::before {
  content: "\f461";
}
.fa-allergies::before {
  content: "\f461";
}
.fa-file-invoice::before {
  content: "\f570";
}
.fa-window-minimize::before {
  content: "\f2d1";
}
.fa-mug-saucer::before {
  content: "\f0f4";
}
.fa-coffee::before {
  content: "\f0f4";
}
.fa-brush::before {
  content: "\f55d";
}
.fa-mask::before {
  content: "\f6fa";
}
.fa-magnifying-glass-minus::before {
  content: "\f010";
}
.fa-search-minus::before {
  content: "\f010";
}
.fa-ruler-vertical::before {
  content: "\f548";
}
.fa-user-large::before {
  content: "\f406";
}
.fa-user-alt::before {
  content: "\f406";
}
.fa-train-tram::before {
  content: "\e5b4";
}
.fa-user-nurse::before {
  content: "\f82f";
}
.fa-syringe::before {
  content: "\f48e";
}
.fa-cloud-sun::before {
  content: "\f6c4";
}
.fa-stopwatch-20::before {
  content: "\e06f";
}
.fa-square-full::before {
  content: "\f45c";
}
.fa-magnet::before {
  content: "\f076";
}
.fa-jar::before {
  content: "\e516";
}
.fa-note-sticky::before {
  content: "\f249";
}
.fa-sticky-note::before {
  content: "\f249";
}
.fa-bug-slash::before {
  content: "\e490";
}
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}
.fa-bone::before {
  content: "\f5d7";
}
.fa-table-cells-row-unlock::before {
  content: "\e691";
}
.fa-user-injured::before {
  content: "\f728";
}
.fa-face-sad-tear::before {
  content: "\f5b4";
}
.fa-sad-tear::before {
  content: "\f5b4";
}
.fa-plane::before {
  content: "\f072";
}
.fa-tent-arrows-down::before {
  content: "\e581";
}
.fa-exclamation::before {
  content: "!";
}
.fa-arrows-spin::before {
  content: "\e4bb";
}
.fa-print::before {
  content: "\f02f";
}
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}
.fa-try::before {
  content: "\e2bb";
}
.fa-turkish-lira::before {
  content: "\e2bb";
}
.fa-dollar-sign::before {
  content: "$";
}
.fa-dollar::before {
  content: "$";
}
.fa-usd::before {
  content: "$";
}
.fa-x::before {
  content: "X";
}
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}
.fa-search-dollar::before {
  content: "\f688";
}
.fa-users-gear::before {
  content: "\f509";
}
.fa-users-cog::before {
  content: "\f509";
}
.fa-person-military-pointing::before {
  content: "\e54a";
}
.fa-building-columns::before {
  content: "\f19c";
}
.fa-bank::before {
  content: "\f19c";
}
.fa-institution::before {
  content: "\f19c";
}
.fa-museum::before {
  content: "\f19c";
}
.fa-university::before {
  content: "\f19c";
}
.fa-umbrella::before {
  content: "\f0e9";
}
.fa-trowel::before {
  content: "\e589";
}
.fa-d::before {
  content: "D";
}
.fa-stapler::before {
  content: "\e5af";
}
.fa-masks-theater::before {
  content: "\f630";
}
.fa-theater-masks::before {
  content: "\f630";
}
.fa-kip-sign::before {
  content: "\e1c4";
}
.fa-hand-point-left::before {
  content: "\f0a5";
}
.fa-handshake-simple::before {
  content: "\f4c6";
}
.fa-handshake-alt::before {
  content: "\f4c6";
}
.fa-jet-fighter::before {
  content: "\f0fb";
}
.fa-fighter-jet::before {
  content: "\f0fb";
}
.fa-square-share-nodes::before {
  content: "\f1e1";
}
.fa-share-alt-square::before {
  content: "\f1e1";
}
.fa-barcode::before {
  content: "\f02a";
}
.fa-plus-minus::before {
  content: "\e43c";
}
.fa-video::before {
  content: "\f03d";
}
.fa-video-camera::before {
  content: "\f03d";
}
.fa-graduation-cap::before {
  content: "\f19d";
}
.fa-mortar-board::before {
  content: "\f19d";
}
.fa-hand-holding-medical::before {
  content: "\e05c";
}
.fa-person-circle-check::before {
  content: "\e53e";
}
.fa-turn-up::before {
  content: "\f3bf";
}
.fa-level-up-alt::before {
  content: "\f3bf";
}
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* node_modules/@fortawesome/fontawesome-free/css/regular.css */
/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-regular-400-N56QV3DR.woff2") format("woff2"), url("./media/fa-regular-400-2FI4ICQD.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/* node_modules/@fortawesome/fontawesome-free/css/solid.css */
/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./media/fa-solid-900-Z3HFQTXF.woff2") format("woff2"), url("./media/fa-solid-900-XVWCCN5V.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* angular:styles/global:styles */
