/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/material-design-icons/iconfont/material-icons.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('MaterialIcons-Regular.1e50f5c2ffa6aba4.eot'); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('MaterialIcons-Regular.7ea2023eeca07427.woff2') format('woff2'),
       url('MaterialIcons-Regular.db852539204b1a34.woff') format('woff'),
       url('MaterialIcons-Regular.196fa4a92dd6fa73.ttf') format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/@fortawesome/fontawesome-free/css/all.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Font Awesome Free 6.7.2 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); }
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.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::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa); }
.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }
.fa-brands,
.fab {
  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); }
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30"; }
.fa-1 {
  --fa: "\31"; }
.fa-2 {
  --fa: "\32"; }
.fa-3 {
  --fa: "\33"; }
.fa-4 {
  --fa: "\34"; }
.fa-5 {
  --fa: "\35"; }
.fa-6 {
  --fa: "\36"; }
.fa-7 {
  --fa: "\37"; }
.fa-8 {
  --fa: "\38"; }
.fa-9 {
  --fa: "\39"; }
.fa-fill-drip {
  --fa: "\f576"; }
.fa-arrows-to-circle {
  --fa: "\e4bd"; }
.fa-circle-chevron-right {
  --fa: "\f138"; }
.fa-chevron-circle-right {
  --fa: "\f138"; }
.fa-at {
  --fa: "\40"; }
.fa-trash-can {
  --fa: "\f2ed"; }
.fa-trash-alt {
  --fa: "\f2ed"; }
.fa-text-height {
  --fa: "\f034"; }
.fa-user-xmark {
  --fa: "\f235"; }
.fa-user-times {
  --fa: "\f235"; }
.fa-stethoscope {
  --fa: "\f0f1"; }
.fa-message {
  --fa: "\f27a"; }
.fa-comment-alt {
  --fa: "\f27a"; }
.fa-info {
  --fa: "\f129"; }
.fa-down-left-and-up-right-to-center {
  --fa: "\f422"; }
.fa-compress-alt {
  --fa: "\f422"; }
.fa-explosion {
  --fa: "\e4e9"; }
.fa-file-lines {
  --fa: "\f15c"; }
.fa-file-alt {
  --fa: "\f15c"; }
.fa-file-text {
  --fa: "\f15c"; }
.fa-wave-square {
  --fa: "\f83e"; }
.fa-ring {
  --fa: "\f70b"; }
.fa-building-un {
  --fa: "\e4d9"; }
.fa-dice-three {
  --fa: "\f527"; }
.fa-calendar-days {
  --fa: "\f073"; }
.fa-calendar-alt {
  --fa: "\f073"; }
.fa-anchor-circle-check {
  --fa: "\e4aa"; }
.fa-building-circle-arrow-right {
  --fa: "\e4d1"; }
.fa-volleyball {
  --fa: "\f45f"; }
.fa-volleyball-ball {
  --fa: "\f45f"; }
.fa-arrows-up-to-line {
  --fa: "\e4c2"; }
.fa-sort-down {
  --fa: "\f0dd"; }
.fa-sort-desc {
  --fa: "\f0dd"; }
.fa-circle-minus {
  --fa: "\f056"; }
.fa-minus-circle {
  --fa: "\f056"; }
.fa-door-open {
  --fa: "\f52b"; }
.fa-right-from-bracket {
  --fa: "\f2f5"; }
.fa-sign-out-alt {
  --fa: "\f2f5"; }
.fa-atom {
  --fa: "\f5d2"; }
.fa-soap {
  --fa: "\e06e"; }
.fa-icons {
  --fa: "\f86d"; }
.fa-heart-music-camera-bolt {
  --fa: "\f86d"; }
.fa-microphone-lines-slash {
  --fa: "\f539"; }
.fa-microphone-alt-slash {
  --fa: "\f539"; }
.fa-bridge-circle-check {
  --fa: "\e4c9"; }
.fa-pump-medical {
  --fa: "\e06a"; }
.fa-fingerprint {
  --fa: "\f577"; }
.fa-hand-point-right {
  --fa: "\f0a4"; }
.fa-magnifying-glass-location {
  --fa: "\f689"; }
.fa-search-location {
  --fa: "\f689"; }
.fa-forward-step {
  --fa: "\f051"; }
.fa-step-forward {
  --fa: "\f051"; }
.fa-face-smile-beam {
  --fa: "\f5b8"; }
.fa-smile-beam {
  --fa: "\f5b8"; }
.fa-flag-checkered {
  --fa: "\f11e"; }
.fa-football {
  --fa: "\f44e"; }
.fa-football-ball {
  --fa: "\f44e"; }
.fa-school-circle-exclamation {
  --fa: "\e56c"; }
.fa-crop {
  --fa: "\f125"; }
.fa-angles-down {
  --fa: "\f103"; }
.fa-angle-double-down {
  --fa: "\f103"; }
.fa-users-rectangle {
  --fa: "\e594"; }
.fa-people-roof {
  --fa: "\e537"; }
.fa-people-line {
  --fa: "\e534"; }
.fa-beer-mug-empty {
  --fa: "\f0fc"; }
.fa-beer {
  --fa: "\f0fc"; }
.fa-diagram-predecessor {
  --fa: "\e477"; }
.fa-arrow-up-long {
  --fa: "\f176"; }
.fa-long-arrow-up {
  --fa: "\f176"; }
.fa-fire-flame-simple {
  --fa: "\f46a"; }
.fa-burn {
  --fa: "\f46a"; }
.fa-person {
  --fa: "\f183"; }
.fa-male {
  --fa: "\f183"; }
.fa-laptop {
  --fa: "\f109"; }
.fa-file-csv {
  --fa: "\f6dd"; }
.fa-menorah {
  --fa: "\f676"; }
.fa-truck-plane {
  --fa: "\e58f"; }
.fa-record-vinyl {
  --fa: "\f8d9"; }
.fa-face-grin-stars {
  --fa: "\f587"; }
.fa-grin-stars {
  --fa: "\f587"; }
.fa-bong {
  --fa: "\f55c"; }
.fa-spaghetti-monster-flying {
  --fa: "\f67b"; }
.fa-pastafarianism {
  --fa: "\f67b"; }
.fa-arrow-down-up-across-line {
  --fa: "\e4af"; }
.fa-spoon {
  --fa: "\f2e5"; }
.fa-utensil-spoon {
  --fa: "\f2e5"; }
.fa-jar-wheat {
  --fa: "\e517"; }
.fa-envelopes-bulk {
  --fa: "\f674"; }
.fa-mail-bulk {
  --fa: "\f674"; }
.fa-file-circle-exclamation {
  --fa: "\e4eb"; }
.fa-circle-h {
  --fa: "\f47e"; }
.fa-hospital-symbol {
  --fa: "\f47e"; }
.fa-pager {
  --fa: "\f815"; }
.fa-address-book {
  --fa: "\f2b9"; }
.fa-contact-book {
  --fa: "\f2b9"; }
.fa-strikethrough {
  --fa: "\f0cc"; }
.fa-k {
  --fa: "\4b"; }
.fa-landmark-flag {
  --fa: "\e51c"; }
.fa-pencil {
  --fa: "\f303"; }
.fa-pencil-alt {
  --fa: "\f303"; }
.fa-backward {
  --fa: "\f04a"; }
.fa-caret-right {
  --fa: "\f0da"; }
.fa-comments {
  --fa: "\f086"; }
.fa-paste {
  --fa: "\f0ea"; }
.fa-file-clipboard {
  --fa: "\f0ea"; }
.fa-code-pull-request {
  --fa: "\e13c"; }
.fa-clipboard-list {
  --fa: "\f46d"; }
.fa-truck-ramp-box {
  --fa: "\f4de"; }
.fa-truck-loading {
  --fa: "\f4de"; }
.fa-user-check {
  --fa: "\f4fc"; }
.fa-vial-virus {
  --fa: "\e597"; }
.fa-sheet-plastic {
  --fa: "\e571"; }
.fa-blog {
  --fa: "\f781"; }
.fa-user-ninja {
  --fa: "\f504"; }
.fa-person-arrow-up-from-line {
  --fa: "\e539"; }
.fa-scroll-torah {
  --fa: "\f6a0"; }
.fa-torah {
  --fa: "\f6a0"; }
.fa-broom-ball {
  --fa: "\f458"; }
.fa-quidditch {
  --fa: "\f458"; }
.fa-quidditch-broom-ball {
  --fa: "\f458"; }
.fa-toggle-off {
  --fa: "\f204"; }
.fa-box-archive {
  --fa: "\f187"; }
.fa-archive {
  --fa: "\f187"; }
.fa-person-drowning {
  --fa: "\e545"; }
.fa-arrow-down-9-1 {
  --fa: "\f886"; }
.fa-sort-numeric-desc {
  --fa: "\f886"; }
.fa-sort-numeric-down-alt {
  --fa: "\f886"; }
.fa-face-grin-tongue-squint {
  --fa: "\f58a"; }
.fa-grin-tongue-squint {
  --fa: "\f58a"; }
.fa-spray-can {
  --fa: "\f5bd"; }
.fa-truck-monster {
  --fa: "\f63b"; }
.fa-w {
  --fa: "\57"; }
.fa-earth-africa {
  --fa: "\f57c"; }
.fa-globe-africa {
  --fa: "\f57c"; }
.fa-rainbow {
  --fa: "\f75b"; }
.fa-circle-notch {
  --fa: "\f1ce"; }
.fa-tablet-screen-button {
  --fa: "\f3fa"; }
.fa-tablet-alt {
  --fa: "\f3fa"; }
.fa-paw {
  --fa: "\f1b0"; }
.fa-cloud {
  --fa: "\f0c2"; }
.fa-trowel-bricks {
  --fa: "\e58a"; }
.fa-face-flushed {
  --fa: "\f579"; }
.fa-flushed {
  --fa: "\f579"; }
.fa-hospital-user {
  --fa: "\f80d"; }
.fa-tent-arrow-left-right {
  --fa: "\e57f"; }
.fa-gavel {
  --fa: "\f0e3"; }
.fa-legal {
  --fa: "\f0e3"; }
.fa-binoculars {
  --fa: "\f1e5"; }
.fa-microphone-slash {
  --fa: "\f131"; }
.fa-box-tissue {
  --fa: "\e05b"; }
.fa-motorcycle {
  --fa: "\f21c"; }
.fa-bell-concierge {
  --fa: "\f562"; }
.fa-concierge-bell {
  --fa: "\f562"; }
.fa-pen-ruler {
  --fa: "\f5ae"; }
.fa-pencil-ruler {
  --fa: "\f5ae"; }
.fa-people-arrows {
  --fa: "\e068"; }
.fa-people-arrows-left-right {
  --fa: "\e068"; }
.fa-mars-and-venus-burst {
  --fa: "\e523"; }
.fa-square-caret-right {
  --fa: "\f152"; }
.fa-caret-square-right {
  --fa: "\f152"; }
.fa-scissors {
  --fa: "\f0c4"; }
.fa-cut {
  --fa: "\f0c4"; }
.fa-sun-plant-wilt {
  --fa: "\e57a"; }
.fa-toilets-portable {
  --fa: "\e584"; }
.fa-hockey-puck {
  --fa: "\f453"; }
.fa-table {
  --fa: "\f0ce"; }
.fa-magnifying-glass-arrow-right {
  --fa: "\e521"; }
.fa-tachograph-digital {
  --fa: "\f566"; }
.fa-digital-tachograph {
  --fa: "\f566"; }
.fa-users-slash {
  --fa: "\e073"; }
.fa-clover {
  --fa: "\e139"; }
.fa-reply {
  --fa: "\f3e5"; }
.fa-mail-reply {
  --fa: "\f3e5"; }
.fa-star-and-crescent {
  --fa: "\f699"; }
.fa-house-fire {
  --fa: "\e50c"; }
.fa-square-minus {
  --fa: "\f146"; }
.fa-minus-square {
  --fa: "\f146"; }
.fa-helicopter {
  --fa: "\f533"; }
.fa-compass {
  --fa: "\f14e"; }
.fa-square-caret-down {
  --fa: "\f150"; }
.fa-caret-square-down {
  --fa: "\f150"; }
.fa-file-circle-question {
  --fa: "\e4ef"; }
.fa-laptop-code {
  --fa: "\f5fc"; }
.fa-swatchbook {
  --fa: "\f5c3"; }
.fa-prescription-bottle {
  --fa: "\f485"; }
.fa-bars {
  --fa: "\f0c9"; }
.fa-navicon {
  --fa: "\f0c9"; }
.fa-people-group {
  --fa: "\e533"; }
.fa-hourglass-end {
  --fa: "\f253"; }
.fa-hourglass-3 {
  --fa: "\f253"; }
.fa-heart-crack {
  --fa: "\f7a9"; }
.fa-heart-broken {
  --fa: "\f7a9"; }
.fa-square-up-right {
  --fa: "\f360"; }
.fa-external-link-square-alt {
  --fa: "\f360"; }
.fa-face-kiss-beam {
  --fa: "\f597"; }
.fa-kiss-beam {
  --fa: "\f597"; }
.fa-film {
  --fa: "\f008"; }
.fa-ruler-horizontal {
  --fa: "\f547"; }
.fa-people-robbery {
  --fa: "\e536"; }
.fa-lightbulb {
  --fa: "\f0eb"; }
.fa-caret-left {
  --fa: "\f0d9"; }
.fa-circle-exclamation {
  --fa: "\f06a"; }
.fa-exclamation-circle {
  --fa: "\f06a"; }
.fa-school-circle-xmark {
  --fa: "\e56d"; }
.fa-arrow-right-from-bracket {
  --fa: "\f08b"; }
.fa-sign-out {
  --fa: "\f08b"; }
.fa-circle-chevron-down {
  --fa: "\f13a"; }
.fa-chevron-circle-down {
  --fa: "\f13a"; }
.fa-unlock-keyhole {
  --fa: "\f13e"; }
.fa-unlock-alt {
  --fa: "\f13e"; }
.fa-cloud-showers-heavy {
  --fa: "\f740"; }
.fa-headphones-simple {
  --fa: "\f58f"; }
.fa-headphones-alt {
  --fa: "\f58f"; }
.fa-sitemap {
  --fa: "\f0e8"; }
.fa-circle-dollar-to-slot {
  --fa: "\f4b9"; }
.fa-donate {
  --fa: "\f4b9"; }
.fa-memory {
  --fa: "\f538"; }
.fa-road-spikes {
  --fa: "\e568"; }
.fa-fire-burner {
  --fa: "\e4f1"; }
.fa-flag {
  --fa: "\f024"; }
.fa-hanukiah {
  --fa: "\f6e6"; }
.fa-feather {
  --fa: "\f52d"; }
.fa-volume-low {
  --fa: "\f027"; }
.fa-volume-down {
  --fa: "\f027"; }
.fa-comment-slash {
  --fa: "\f4b3"; }
.fa-cloud-sun-rain {
  --fa: "\f743"; }
.fa-compress {
  --fa: "\f066"; }
.fa-wheat-awn {
  --fa: "\e2cd"; }
.fa-wheat-alt {
  --fa: "\e2cd"; }
.fa-ankh {
  --fa: "\f644"; }
.fa-hands-holding-child {
  --fa: "\e4fa"; }
.fa-asterisk {
  --fa: "\2a"; }
.fa-square-check {
  --fa: "\f14a"; }
.fa-check-square {
  --fa: "\f14a"; }
.fa-peseta-sign {
  --fa: "\e221"; }
.fa-heading {
  --fa: "\f1dc"; }
.fa-header {
  --fa: "\f1dc"; }
.fa-ghost {
  --fa: "\f6e2"; }
.fa-list {
  --fa: "\f03a"; }
.fa-list-squares {
  --fa: "\f03a"; }
.fa-square-phone-flip {
  --fa: "\f87b"; }
.fa-phone-square-alt {
  --fa: "\f87b"; }
.fa-cart-plus {
  --fa: "\f217"; }
.fa-gamepad {
  --fa: "\f11b"; }
.fa-circle-dot {
  --fa: "\f192"; }
.fa-dot-circle {
  --fa: "\f192"; }
.fa-face-dizzy {
  --fa: "\f567"; }
.fa-dizzy {
  --fa: "\f567"; }
.fa-egg {
  --fa: "\f7fb"; }
.fa-house-medical-circle-xmark {
  --fa: "\e513"; }
.fa-campground {
  --fa: "\f6bb"; }
.fa-folder-plus {
  --fa: "\f65e"; }
.fa-futbol {
  --fa: "\f1e3"; }
.fa-futbol-ball {
  --fa: "\f1e3"; }
.fa-soccer-ball {
  --fa: "\f1e3"; }
.fa-paintbrush {
  --fa: "\f1fc"; }
.fa-paint-brush {
  --fa: "\f1fc"; }
.fa-lock {
  --fa: "\f023"; }
.fa-gas-pump {
  --fa: "\f52f"; }
.fa-hot-tub-person {
  --fa: "\f593"; }
.fa-hot-tub {
  --fa: "\f593"; }
.fa-map-location {
  --fa: "\f59f"; }
.fa-map-marked {
  --fa: "\f59f"; }
.fa-house-flood-water {
  --fa: "\e50e"; }
.fa-tree {
  --fa: "\f1bb"; }
.fa-bridge-lock {
  --fa: "\e4cc"; }
.fa-sack-dollar {
  --fa: "\f81d"; }
.fa-pen-to-square {
  --fa: "\f044"; }
.fa-edit {
  --fa: "\f044"; }
.fa-car-side {
  --fa: "\f5e4"; }
.fa-share-nodes {
  --fa: "\f1e0"; }
.fa-share-alt {
  --fa: "\f1e0"; }
.fa-heart-circle-minus {
  --fa: "\e4ff"; }
.fa-hourglass-half {
  --fa: "\f252"; }
.fa-hourglass-2 {
  --fa: "\f252"; }
.fa-microscope {
  --fa: "\f610"; }
.fa-sink {
  --fa: "\e06d"; }
.fa-bag-shopping {
  --fa: "\f290"; }
.fa-shopping-bag {
  --fa: "\f290"; }
.fa-arrow-down-z-a {
  --fa: "\f881"; }
.fa-sort-alpha-desc {
  --fa: "\f881"; }
.fa-sort-alpha-down-alt {
  --fa: "\f881"; }
.fa-mitten {
  --fa: "\f7b5"; }
.fa-person-rays {
  --fa: "\e54d"; }
.fa-users {
  --fa: "\f0c0"; }
.fa-eye-slash {
  --fa: "\f070"; }
.fa-flask-vial {
  --fa: "\e4f3"; }
.fa-hand {
  --fa: "\f256"; }
.fa-hand-paper {
  --fa: "\f256"; }
.fa-om {
  --fa: "\f679"; }
.fa-worm {
  --fa: "\e599"; }
.fa-house-circle-xmark {
  --fa: "\e50b"; }
.fa-plug {
  --fa: "\f1e6"; }
.fa-chevron-up {
  --fa: "\f077"; }
.fa-hand-spock {
  --fa: "\f259"; }
.fa-stopwatch {
  --fa: "\f2f2"; }
.fa-face-kiss {
  --fa: "\f596"; }
.fa-kiss {
  --fa: "\f596"; }
.fa-bridge-circle-xmark {
  --fa: "\e4cb"; }
.fa-face-grin-tongue {
  --fa: "\f589"; }
.fa-grin-tongue {
  --fa: "\f589"; }
.fa-chess-bishop {
  --fa: "\f43a"; }
.fa-face-grin-wink {
  --fa: "\f58c"; }
.fa-grin-wink {
  --fa: "\f58c"; }
.fa-ear-deaf {
  --fa: "\f2a4"; }
.fa-deaf {
  --fa: "\f2a4"; }
.fa-deafness {
  --fa: "\f2a4"; }
.fa-hard-of-hearing {
  --fa: "\f2a4"; }
.fa-road-circle-check {
  --fa: "\e564"; }
.fa-dice-five {
  --fa: "\f523"; }
.fa-square-rss {
  --fa: "\f143"; }
.fa-rss-square {
  --fa: "\f143"; }
.fa-land-mine-on {
  --fa: "\e51b"; }
.fa-i-cursor {
  --fa: "\f246"; }
.fa-stamp {
  --fa: "\f5bf"; }
.fa-stairs {
  --fa: "\e289"; }
.fa-i {
  --fa: "\49"; }
.fa-hryvnia-sign {
  --fa: "\f6f2"; }
.fa-hryvnia {
  --fa: "\f6f2"; }
.fa-pills {
  --fa: "\f484"; }
.fa-face-grin-wide {
  --fa: "\f581"; }
.fa-grin-alt {
  --fa: "\f581"; }
.fa-tooth {
  --fa: "\f5c9"; }
.fa-v {
  --fa: "\56"; }
.fa-bangladeshi-taka-sign {
  --fa: "\e2e6"; }
.fa-bicycle {
  --fa: "\f206"; }
.fa-staff-snake {
  --fa: "\e579"; }
.fa-rod-asclepius {
  --fa: "\e579"; }
.fa-rod-snake {
  --fa: "\e579"; }
.fa-staff-aesculapius {
  --fa: "\e579"; }
.fa-head-side-cough-slash {
  --fa: "\e062"; }
.fa-truck-medical {
  --fa: "\f0f9"; }
.fa-ambulance {
  --fa: "\f0f9"; }
.fa-wheat-awn-circle-exclamation {
  --fa: "\e598"; }
.fa-snowman {
  --fa: "\f7d0"; }
.fa-mortar-pestle {
  --fa: "\f5a7"; }
.fa-road-barrier {
  --fa: "\e562"; }
.fa-school {
  --fa: "\f549"; }
.fa-igloo {
  --fa: "\f7ae"; }
.fa-joint {
  --fa: "\f595"; }
.fa-angle-right {
  --fa: "\f105"; }
.fa-horse {
  --fa: "\f6f0"; }
.fa-q {
  --fa: "\51"; }
.fa-g {
  --fa: "\47"; }
.fa-notes-medical {
  --fa: "\f481"; }
.fa-temperature-half {
  --fa: "\f2c9"; }
.fa-temperature-2 {
  --fa: "\f2c9"; }
.fa-thermometer-2 {
  --fa: "\f2c9"; }
.fa-thermometer-half {
  --fa: "\f2c9"; }
.fa-dong-sign {
  --fa: "\e169"; }
.fa-capsules {
  --fa: "\f46b"; }
.fa-poo-storm {
  --fa: "\f75a"; }
.fa-poo-bolt {
  --fa: "\f75a"; }
.fa-face-frown-open {
  --fa: "\f57a"; }
.fa-frown-open {
  --fa: "\f57a"; }
.fa-hand-point-up {
  --fa: "\f0a6"; }
.fa-money-bill {
  --fa: "\f0d6"; }
.fa-bookmark {
  --fa: "\f02e"; }
.fa-align-justify {
  --fa: "\f039"; }
.fa-umbrella-beach {
  --fa: "\f5ca"; }
.fa-helmet-un {
  --fa: "\e503"; }
.fa-bullseye {
  --fa: "\f140"; }
.fa-bacon {
  --fa: "\f7e5"; }
.fa-hand-point-down {
  --fa: "\f0a7"; }
.fa-arrow-up-from-bracket {
  --fa: "\e09a"; }
.fa-folder {
  --fa: "\f07b"; }
.fa-folder-blank {
  --fa: "\f07b"; }
.fa-file-waveform {
  --fa: "\f478"; }
.fa-file-medical-alt {
  --fa: "\f478"; }
.fa-radiation {
  --fa: "\f7b9"; }
.fa-chart-simple {
  --fa: "\e473"; }
.fa-mars-stroke {
  --fa: "\f229"; }
.fa-vial {
  --fa: "\f492"; }
.fa-gauge {
  --fa: "\f624"; }
.fa-dashboard {
  --fa: "\f624"; }
.fa-gauge-med {
  --fa: "\f624"; }
.fa-tachometer-alt-average {
  --fa: "\f624"; }
.fa-wand-magic-sparkles {
  --fa: "\e2ca"; }
.fa-magic-wand-sparkles {
  --fa: "\e2ca"; }
.fa-e {
  --fa: "\45"; }
.fa-pen-clip {
  --fa: "\f305"; }
.fa-pen-alt {
  --fa: "\f305"; }
.fa-bridge-circle-exclamation {
  --fa: "\e4ca"; }
.fa-user {
  --fa: "\f007"; }
.fa-school-circle-check {
  --fa: "\e56b"; }
.fa-dumpster {
  --fa: "\f793"; }
.fa-van-shuttle {
  --fa: "\f5b6"; }
.fa-shuttle-van {
  --fa: "\f5b6"; }
.fa-building-user {
  --fa: "\e4da"; }
.fa-square-caret-left {
  --fa: "\f191"; }
.fa-caret-square-left {
  --fa: "\f191"; }
.fa-highlighter {
  --fa: "\f591"; }
.fa-key {
  --fa: "\f084"; }
.fa-bullhorn {
  --fa: "\f0a1"; }
.fa-globe {
  --fa: "\f0ac"; }
.fa-synagogue {
  --fa: "\f69b"; }
.fa-person-half-dress {
  --fa: "\e548"; }
.fa-road-bridge {
  --fa: "\e563"; }
.fa-location-arrow {
  --fa: "\f124"; }
.fa-c {
  --fa: "\43"; }
.fa-tablet-button {
  --fa: "\f10a"; }
.fa-building-lock {
  --fa: "\e4d6"; }
.fa-pizza-slice {
  --fa: "\f818"; }
.fa-money-bill-wave {
  --fa: "\f53a"; }
.fa-chart-area {
  --fa: "\f1fe"; }
.fa-area-chart {
  --fa: "\f1fe"; }
.fa-house-flag {
  --fa: "\e50d"; }
.fa-person-circle-minus {
  --fa: "\e540"; }
.fa-ban {
  --fa: "\f05e"; }
.fa-cancel {
  --fa: "\f05e"; }
.fa-camera-rotate {
  --fa: "\e0d8"; }
.fa-spray-can-sparkles {
  --fa: "\f5d0"; }
.fa-air-freshener {
  --fa: "\f5d0"; }
.fa-star {
  --fa: "\f005"; }
.fa-repeat {
  --fa: "\f363"; }
.fa-cross {
  --fa: "\f654"; }
.fa-box {
  --fa: "\f466"; }
.fa-venus-mars {
  --fa: "\f228"; }
.fa-arrow-pointer {
  --fa: "\f245"; }
.fa-mouse-pointer {
  --fa: "\f245"; }
.fa-maximize {
  --fa: "\f31e"; }
.fa-expand-arrows-alt {
  --fa: "\f31e"; }
.fa-charging-station {
  --fa: "\f5e7"; }
.fa-shapes {
  --fa: "\f61f"; }
.fa-triangle-circle-square {
  --fa: "\f61f"; }
.fa-shuffle {
  --fa: "\f074"; }
.fa-random {
  --fa: "\f074"; }
.fa-person-running {
  --fa: "\f70c"; }
.fa-running {
  --fa: "\f70c"; }
.fa-mobile-retro {
  --fa: "\e527"; }
.fa-grip-lines-vertical {
  --fa: "\f7a5"; }
.fa-spider {
  --fa: "\f717"; }
.fa-hands-bound {
  --fa: "\e4f9"; }
.fa-file-invoice-dollar {
  --fa: "\f571"; }
.fa-plane-circle-exclamation {
  --fa: "\e556"; }
.fa-x-ray {
  --fa: "\f497"; }
.fa-spell-check {
  --fa: "\f891"; }
.fa-slash {
  --fa: "\f715"; }
.fa-computer-mouse {
  --fa: "\f8cc"; }
.fa-mouse {
  --fa: "\f8cc"; }
.fa-arrow-right-to-bracket {
  --fa: "\f090"; }
.fa-sign-in {
  --fa: "\f090"; }
.fa-shop-slash {
  --fa: "\e070"; }
.fa-store-alt-slash {
  --fa: "\e070"; }
.fa-server {
  --fa: "\f233"; }
.fa-virus-covid-slash {
  --fa: "\e4a9"; }
.fa-shop-lock {
  --fa: "\e4a5"; }
.fa-hourglass-start {
  --fa: "\f251"; }
.fa-hourglass-1 {
  --fa: "\f251"; }
.fa-blender-phone {
  --fa: "\f6b6"; }
.fa-building-wheat {
  --fa: "\e4db"; }
.fa-person-breastfeeding {
  --fa: "\e53a"; }
.fa-right-to-bracket {
  --fa: "\f2f6"; }
.fa-sign-in-alt {
  --fa: "\f2f6"; }
.fa-venus {
  --fa: "\f221"; }
.fa-passport {
  --fa: "\f5ab"; }
.fa-thumbtack-slash {
  --fa: "\e68f"; }
.fa-thumb-tack-slash {
  --fa: "\e68f"; }
.fa-heart-pulse {
  --fa: "\f21e"; }
.fa-heartbeat {
  --fa: "\f21e"; }
.fa-people-carry-box {
  --fa: "\f4ce"; }
.fa-people-carry {
  --fa: "\f4ce"; }
.fa-temperature-high {
  --fa: "\f769"; }
.fa-microchip {
  --fa: "\f2db"; }
.fa-crown {
  --fa: "\f521"; }
.fa-weight-hanging {
  --fa: "\f5cd"; }
.fa-xmarks-lines {
  --fa: "\e59a"; }
.fa-file-prescription {
  --fa: "\f572"; }
.fa-weight-scale {
  --fa: "\f496"; }
.fa-weight {
  --fa: "\f496"; }
.fa-user-group {
  --fa: "\f500"; }
.fa-user-friends {
  --fa: "\f500"; }
.fa-arrow-up-a-z {
  --fa: "\f15e"; }
.fa-sort-alpha-up {
  --fa: "\f15e"; }
.fa-chess-knight {
  --fa: "\f441"; }
.fa-face-laugh-squint {
  --fa: "\f59b"; }
.fa-laugh-squint {
  --fa: "\f59b"; }
.fa-wheelchair {
  --fa: "\f193"; }
.fa-circle-arrow-up {
  --fa: "\f0aa"; }
.fa-arrow-circle-up {
  --fa: "\f0aa"; }
.fa-toggle-on {
  --fa: "\f205"; }
.fa-person-walking {
  --fa: "\f554"; }
.fa-walking {
  --fa: "\f554"; }
.fa-l {
  --fa: "\4c"; }
.fa-fire {
  --fa: "\f06d"; }
.fa-bed-pulse {
  --fa: "\f487"; }
.fa-procedures {
  --fa: "\f487"; }
.fa-shuttle-space {
  --fa: "\f197"; }
.fa-space-shuttle {
  --fa: "\f197"; }
.fa-face-laugh {
  --fa: "\f599"; }
.fa-laugh {
  --fa: "\f599"; }
.fa-folder-open {
  --fa: "\f07c"; }
.fa-heart-circle-plus {
  --fa: "\e500"; }
.fa-code-fork {
  --fa: "\e13b"; }
.fa-city {
  --fa: "\f64f"; }
.fa-microphone-lines {
  --fa: "\f3c9"; }
.fa-microphone-alt {
  --fa: "\f3c9"; }
.fa-pepper-hot {
  --fa: "\f816"; }
.fa-unlock {
  --fa: "\f09c"; }
.fa-colon-sign {
  --fa: "\e140"; }
.fa-headset {
  --fa: "\f590"; }
.fa-store-slash {
  --fa: "\e071"; }
.fa-road-circle-xmark {
  --fa: "\e566"; }
.fa-user-minus {
  --fa: "\f503"; }
.fa-mars-stroke-up {
  --fa: "\f22a"; }
.fa-mars-stroke-v {
  --fa: "\f22a"; }
.fa-champagne-glasses {
  --fa: "\f79f"; }
.fa-glass-cheers {
  --fa: "\f79f"; }
.fa-clipboard {
  --fa: "\f328"; }
.fa-house-circle-exclamation {
  --fa: "\e50a"; }
.fa-file-arrow-up {
  --fa: "\f574"; }
.fa-file-upload {
  --fa: "\f574"; }
.fa-wifi {
  --fa: "\f1eb"; }
.fa-wifi-3 {
  --fa: "\f1eb"; }
.fa-wifi-strong {
  --fa: "\f1eb"; }
.fa-bath {
  --fa: "\f2cd"; }
.fa-bathtub {
  --fa: "\f2cd"; }
.fa-underline {
  --fa: "\f0cd"; }
.fa-user-pen {
  --fa: "\f4ff"; }
.fa-user-edit {
  --fa: "\f4ff"; }
.fa-signature {
  --fa: "\f5b7"; }
.fa-stroopwafel {
  --fa: "\f551"; }
.fa-bold {
  --fa: "\f032"; }
.fa-anchor-lock {
  --fa: "\e4ad"; }
.fa-building-ngo {
  --fa: "\e4d7"; }
.fa-manat-sign {
  --fa: "\e1d5"; }
.fa-not-equal {
  --fa: "\f53e"; }
.fa-border-top-left {
  --fa: "\f853"; }
.fa-border-style {
  --fa: "\f853"; }
.fa-map-location-dot {
  --fa: "\f5a0"; }
.fa-map-marked-alt {
  --fa: "\f5a0"; }
.fa-jedi {
  --fa: "\f669"; }
.fa-square-poll-vertical {
  --fa: "\f681"; }
.fa-poll {
  --fa: "\f681"; }
.fa-mug-hot {
  --fa: "\f7b6"; }
.fa-car-battery {
  --fa: "\f5df"; }
.fa-battery-car {
  --fa: "\f5df"; }
.fa-gift {
  --fa: "\f06b"; }
.fa-dice-two {
  --fa: "\f528"; }
.fa-chess-queen {
  --fa: "\f445"; }
.fa-glasses {
  --fa: "\f530"; }
.fa-chess-board {
  --fa: "\f43c"; }
.fa-building-circle-check {
  --fa: "\e4d2"; }
.fa-person-chalkboard {
  --fa: "\e53d"; }
.fa-mars-stroke-right {
  --fa: "\f22b"; }
.fa-mars-stroke-h {
  --fa: "\f22b"; }
.fa-hand-back-fist {
  --fa: "\f255"; }
.fa-hand-rock {
  --fa: "\f255"; }
.fa-square-caret-up {
  --fa: "\f151"; }
.fa-caret-square-up {
  --fa: "\f151"; }
.fa-cloud-showers-water {
  --fa: "\e4e4"; }
.fa-chart-bar {
  --fa: "\f080"; }
.fa-bar-chart {
  --fa: "\f080"; }
.fa-hands-bubbles {
  --fa: "\e05e"; }
.fa-hands-wash {
  --fa: "\e05e"; }
.fa-less-than-equal {
  --fa: "\f537"; }
.fa-train {
  --fa: "\f238"; }
.fa-eye-low-vision {
  --fa: "\f2a8"; }
.fa-low-vision {
  --fa: "\f2a8"; }
.fa-crow {
  --fa: "\f520"; }
.fa-sailboat {
  --fa: "\e445"; }
.fa-window-restore {
  --fa: "\f2d2"; }
.fa-square-plus {
  --fa: "\f0fe"; }
.fa-plus-square {
  --fa: "\f0fe"; }
.fa-torii-gate {
  --fa: "\f6a1"; }
.fa-frog {
  --fa: "\f52e"; }
.fa-bucket {
  --fa: "\e4cf"; }
.fa-image {
  --fa: "\f03e"; }
.fa-microphone {
  --fa: "\f130"; }
.fa-cow {
  --fa: "\f6c8"; }
.fa-caret-up {
  --fa: "\f0d8"; }
.fa-screwdriver {
  --fa: "\f54a"; }
.fa-folder-closed {
  --fa: "\e185"; }
.fa-house-tsunami {
  --fa: "\e515"; }
.fa-square-nfi {
  --fa: "\e576"; }
.fa-arrow-up-from-ground-water {
  --fa: "\e4b5"; }
.fa-martini-glass {
  --fa: "\f57b"; }
.fa-glass-martini-alt {
  --fa: "\f57b"; }
.fa-square-binary {
  --fa: "\e69b"; }
.fa-rotate-left {
  --fa: "\f2ea"; }
.fa-rotate-back {
  --fa: "\f2ea"; }
.fa-rotate-backward {
  --fa: "\f2ea"; }
.fa-undo-alt {
  --fa: "\f2ea"; }
.fa-table-columns {
  --fa: "\f0db"; }
.fa-columns {
  --fa: "\f0db"; }
.fa-lemon {
  --fa: "\f094"; }
.fa-head-side-mask {
  --fa: "\e063"; }
.fa-handshake {
  --fa: "\f2b5"; }
.fa-gem {
  --fa: "\f3a5"; }
.fa-dolly {
  --fa: "\f472"; }
.fa-dolly-box {
  --fa: "\f472"; }
.fa-smoking {
  --fa: "\f48d"; }
.fa-minimize {
  --fa: "\f78c"; }
.fa-compress-arrows-alt {
  --fa: "\f78c"; }
.fa-monument {
  --fa: "\f5a6"; }
.fa-snowplow {
  --fa: "\f7d2"; }
.fa-angles-right {
  --fa: "\f101"; }
.fa-angle-double-right {
  --fa: "\f101"; }
.fa-cannabis {
  --fa: "\f55f"; }
.fa-circle-play {
  --fa: "\f144"; }
.fa-play-circle {
  --fa: "\f144"; }
.fa-tablets {
  --fa: "\f490"; }
.fa-ethernet {
  --fa: "\f796"; }
.fa-euro-sign {
  --fa: "\f153"; }
.fa-eur {
  --fa: "\f153"; }
.fa-euro {
  --fa: "\f153"; }
.fa-chair {
  --fa: "\f6c0"; }
.fa-circle-check {
  --fa: "\f058"; }
.fa-check-circle {
  --fa: "\f058"; }
.fa-circle-stop {
  --fa: "\f28d"; }
.fa-stop-circle {
  --fa: "\f28d"; }
.fa-compass-drafting {
  --fa: "\f568"; }
.fa-drafting-compass {
  --fa: "\f568"; }
.fa-plate-wheat {
  --fa: "\e55a"; }
.fa-icicles {
  --fa: "\f7ad"; }
.fa-person-shelter {
  --fa: "\e54f"; }
.fa-neuter {
  --fa: "\f22c"; }
.fa-id-badge {
  --fa: "\f2c1"; }
.fa-marker {
  --fa: "\f5a1"; }
.fa-face-laugh-beam {
  --fa: "\f59a"; }
.fa-laugh-beam {
  --fa: "\f59a"; }
.fa-helicopter-symbol {
  --fa: "\e502"; }
.fa-universal-access {
  --fa: "\f29a"; }
.fa-circle-chevron-up {
  --fa: "\f139"; }
.fa-chevron-circle-up {
  --fa: "\f139"; }
.fa-lari-sign {
  --fa: "\e1c8"; }
.fa-volcano {
  --fa: "\f770"; }
.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553"; }
.fa-sterling-sign {
  --fa: "\f154"; }
.fa-gbp {
  --fa: "\f154"; }
.fa-pound-sign {
  --fa: "\f154"; }
.fa-viruses {
  --fa: "\e076"; }
.fa-square-person-confined {
  --fa: "\e577"; }
.fa-user-tie {
  --fa: "\f508"; }
.fa-arrow-down-long {
  --fa: "\f175"; }
.fa-long-arrow-down {
  --fa: "\f175"; }
.fa-tent-arrow-down-to-line {
  --fa: "\e57e"; }
.fa-certificate {
  --fa: "\f0a3"; }
.fa-reply-all {
  --fa: "\f122"; }
.fa-mail-reply-all {
  --fa: "\f122"; }
.fa-suitcase {
  --fa: "\f0f2"; }
.fa-person-skating {
  --fa: "\f7c5"; }
.fa-skating {
  --fa: "\f7c5"; }
.fa-filter-circle-dollar {
  --fa: "\f662"; }
.fa-funnel-dollar {
  --fa: "\f662"; }
.fa-camera-retro {
  --fa: "\f083"; }
.fa-circle-arrow-down {
  --fa: "\f0ab"; }
.fa-arrow-circle-down {
  --fa: "\f0ab"; }
.fa-file-import {
  --fa: "\f56f"; }
.fa-arrow-right-to-file {
  --fa: "\f56f"; }
.fa-square-arrow-up-right {
  --fa: "\f14c"; }
.fa-external-link-square {
  --fa: "\f14c"; }
.fa-box-open {
  --fa: "\f49e"; }
.fa-scroll {
  --fa: "\f70e"; }
.fa-spa {
  --fa: "\f5bb"; }
.fa-location-pin-lock {
  --fa: "\e51f"; }
.fa-pause {
  --fa: "\f04c"; }
.fa-hill-avalanche {
  --fa: "\e507"; }
.fa-temperature-empty {
  --fa: "\f2cb"; }
.fa-temperature-0 {
  --fa: "\f2cb"; }
.fa-thermometer-0 {
  --fa: "\f2cb"; }
.fa-thermometer-empty {
  --fa: "\f2cb"; }
.fa-bomb {
  --fa: "\f1e2"; }
.fa-registered {
  --fa: "\f25d"; }
.fa-address-card {
  --fa: "\f2bb"; }
.fa-contact-card {
  --fa: "\f2bb"; }
.fa-vcard {
  --fa: "\f2bb"; }
.fa-scale-unbalanced-flip {
  --fa: "\f516"; }
.fa-balance-scale-right {
  --fa: "\f516"; }
.fa-subscript {
  --fa: "\f12c"; }
.fa-diamond-turn-right {
  --fa: "\f5eb"; }
.fa-directions {
  --fa: "\f5eb"; }
.fa-burst {
  --fa: "\e4dc"; }
.fa-house-laptop {
  --fa: "\e066"; }
.fa-laptop-house {
  --fa: "\e066"; }
.fa-face-tired {
  --fa: "\f5c8"; }
.fa-tired {
  --fa: "\f5c8"; }
.fa-money-bills {
  --fa: "\e1f3"; }
.fa-smog {
  --fa: "\f75f"; }
.fa-crutch {
  --fa: "\f7f7"; }
.fa-cloud-arrow-up {
  --fa: "\f0ee"; }
.fa-cloud-upload {
  --fa: "\f0ee"; }
.fa-cloud-upload-alt {
  --fa: "\f0ee"; }
.fa-palette {
  --fa: "\f53f"; }
.fa-arrows-turn-right {
  --fa: "\e4c0"; }
.fa-vest {
  --fa: "\e085"; }
.fa-ferry {
  --fa: "\e4ea"; }
.fa-arrows-down-to-people {
  --fa: "\e4b9"; }
.fa-seedling {
  --fa: "\f4d8"; }
.fa-sprout {
  --fa: "\f4d8"; }
.fa-left-right {
  --fa: "\f337"; }
.fa-arrows-alt-h {
  --fa: "\f337"; }
.fa-boxes-packing {
  --fa: "\e4c7"; }
.fa-circle-arrow-left {
  --fa: "\f0a8"; }
.fa-arrow-circle-left {
  --fa: "\f0a8"; }
.fa-group-arrows-rotate {
  --fa: "\e4f6"; }
.fa-bowl-food {
  --fa: "\e4c6"; }
.fa-candy-cane {
  --fa: "\f786"; }
.fa-arrow-down-wide-short {
  --fa: "\f160"; }
.fa-sort-amount-asc {
  --fa: "\f160"; }
.fa-sort-amount-down {
  --fa: "\f160"; }
.fa-cloud-bolt {
  --fa: "\f76c"; }
.fa-thunderstorm {
  --fa: "\f76c"; }
.fa-text-slash {
  --fa: "\f87d"; }
.fa-remove-format {
  --fa: "\f87d"; }
.fa-face-smile-wink {
  --fa: "\f4da"; }
.fa-smile-wink {
  --fa: "\f4da"; }
.fa-file-word {
  --fa: "\f1c2"; }
.fa-file-powerpoint {
  --fa: "\f1c4"; }
.fa-arrows-left-right {
  --fa: "\f07e"; }
.fa-arrows-h {
  --fa: "\f07e"; }
.fa-house-lock {
  --fa: "\e510"; }
.fa-cloud-arrow-down {
  --fa: "\f0ed"; }
.fa-cloud-download {
  --fa: "\f0ed"; }
.fa-cloud-download-alt {
  --fa: "\f0ed"; }
.fa-children {
  --fa: "\e4e1"; }
.fa-chalkboard {
  --fa: "\f51b"; }
.fa-blackboard {
  --fa: "\f51b"; }
.fa-user-large-slash {
  --fa: "\f4fa"; }
.fa-user-alt-slash {
  --fa: "\f4fa"; }
.fa-envelope-open {
  --fa: "\f2b6"; }
.fa-handshake-simple-slash {
  --fa: "\e05f"; }
.fa-handshake-alt-slash {
  --fa: "\e05f"; }
.fa-mattress-pillow {
  --fa: "\e525"; }
.fa-guarani-sign {
  --fa: "\e19a"; }
.fa-arrows-rotate {
  --fa: "\f021"; }
.fa-refresh {
  --fa: "\f021"; }
.fa-sync {
  --fa: "\f021"; }
.fa-fire-extinguisher {
  --fa: "\f134"; }
.fa-cruzeiro-sign {
  --fa: "\e152"; }
.fa-greater-than-equal {
  --fa: "\f532"; }
.fa-shield-halved {
  --fa: "\f3ed"; }
.fa-shield-alt {
  --fa: "\f3ed"; }
.fa-book-atlas {
  --fa: "\f558"; }
.fa-atlas {
  --fa: "\f558"; }
.fa-virus {
  --fa: "\e074"; }
.fa-envelope-circle-check {
  --fa: "\e4e8"; }
.fa-layer-group {
  --fa: "\f5fd"; }
.fa-arrows-to-dot {
  --fa: "\e4be"; }
.fa-archway {
  --fa: "\f557"; }
.fa-heart-circle-check {
  --fa: "\e4fd"; }
.fa-house-chimney-crack {
  --fa: "\f6f1"; }
.fa-house-damage {
  --fa: "\f6f1"; }
.fa-file-zipper {
  --fa: "\f1c6"; }
.fa-file-archive {
  --fa: "\f1c6"; }
.fa-square {
  --fa: "\f0c8"; }
.fa-martini-glass-empty {
  --fa: "\f000"; }
.fa-glass-martini {
  --fa: "\f000"; }
.fa-couch {
  --fa: "\f4b8"; }
.fa-cedi-sign {
  --fa: "\e0df"; }
.fa-italic {
  --fa: "\f033"; }
.fa-table-cells-column-lock {
  --fa: "\e678"; }
.fa-church {
  --fa: "\f51d"; }
.fa-comments-dollar {
  --fa: "\f653"; }
.fa-democrat {
  --fa: "\f747"; }
.fa-z {
  --fa: "\5a"; }
.fa-person-skiing {
  --fa: "\f7c9"; }
.fa-skiing {
  --fa: "\f7c9"; }
.fa-road-lock {
  --fa: "\e567"; }
.fa-a {
  --fa: "\41"; }
.fa-temperature-arrow-down {
  --fa: "\e03f"; }
.fa-temperature-down {
  --fa: "\e03f"; }
.fa-feather-pointed {
  --fa: "\f56b"; }
.fa-feather-alt {
  --fa: "\f56b"; }
.fa-p {
  --fa: "\50"; }
.fa-snowflake {
  --fa: "\f2dc"; }
.fa-newspaper {
  --fa: "\f1ea"; }
.fa-rectangle-ad {
  --fa: "\f641"; }
.fa-ad {
  --fa: "\f641"; }
.fa-circle-arrow-right {
  --fa: "\f0a9"; }
.fa-arrow-circle-right {
  --fa: "\f0a9"; }
.fa-filter-circle-xmark {
  --fa: "\e17b"; }
.fa-locust {
  --fa: "\e520"; }
.fa-sort {
  --fa: "\f0dc"; }
.fa-unsorted {
  --fa: "\f0dc"; }
.fa-list-ol {
  --fa: "\f0cb"; }
.fa-list-1-2 {
  --fa: "\f0cb"; }
.fa-list-numeric {
  --fa: "\f0cb"; }
.fa-person-dress-burst {
  --fa: "\e544"; }
.fa-money-check-dollar {
  --fa: "\f53d"; }
.fa-money-check-alt {
  --fa: "\f53d"; }
.fa-vector-square {
  --fa: "\f5cb"; }
.fa-bread-slice {
  --fa: "\f7ec"; }
.fa-language {
  --fa: "\f1ab"; }
.fa-face-kiss-wink-heart {
  --fa: "\f598"; }
.fa-kiss-wink-heart {
  --fa: "\f598"; }
.fa-filter {
  --fa: "\f0b0"; }
.fa-question {
  --fa: "\3f"; }
.fa-file-signature {
  --fa: "\f573"; }
.fa-up-down-left-right {
  --fa: "\f0b2"; }
.fa-arrows-alt {
  --fa: "\f0b2"; }
.fa-house-chimney-user {
  --fa: "\e065"; }
.fa-hand-holding-heart {
  --fa: "\f4be"; }
.fa-puzzle-piece {
  --fa: "\f12e"; }
.fa-money-check {
  --fa: "\f53c"; }
.fa-star-half-stroke {
  --fa: "\f5c0"; }
.fa-star-half-alt {
  --fa: "\f5c0"; }
.fa-code {
  --fa: "\f121"; }
.fa-whiskey-glass {
  --fa: "\f7a0"; }
.fa-glass-whiskey {
  --fa: "\f7a0"; }
.fa-building-circle-exclamation {
  --fa: "\e4d3"; }
.fa-magnifying-glass-chart {
  --fa: "\e522"; }
.fa-arrow-up-right-from-square {
  --fa: "\f08e"; }
.fa-external-link {
  --fa: "\f08e"; }
.fa-cubes-stacked {
  --fa: "\e4e6"; }
.fa-won-sign {
  --fa: "\f159"; }
.fa-krw {
  --fa: "\f159"; }
.fa-won {
  --fa: "\f159"; }
.fa-virus-covid {
  --fa: "\e4a8"; }
.fa-austral-sign {
  --fa: "\e0a9"; }
.fa-f {
  --fa: "\46"; }
.fa-leaf {
  --fa: "\f06c"; }
.fa-road {
  --fa: "\f018"; }
.fa-taxi {
  --fa: "\f1ba"; }
.fa-cab {
  --fa: "\f1ba"; }
.fa-person-circle-plus {
  --fa: "\e541"; }
.fa-chart-pie {
  --fa: "\f200"; }
.fa-pie-chart {
  --fa: "\f200"; }
.fa-bolt-lightning {
  --fa: "\e0b7"; }
.fa-sack-xmark {
  --fa: "\e56a"; }
.fa-file-excel {
  --fa: "\f1c3"; }
.fa-file-contract {
  --fa: "\f56c"; }
.fa-fish-fins {
  --fa: "\e4f2"; }
.fa-building-flag {
  --fa: "\e4d5"; }
.fa-face-grin-beam {
  --fa: "\f582"; }
.fa-grin-beam {
  --fa: "\f582"; }
.fa-object-ungroup {
  --fa: "\f248"; }
.fa-poop {
  --fa: "\f619"; }
.fa-location-pin {
  --fa: "\f041"; }
.fa-map-marker {
  --fa: "\f041"; }
.fa-kaaba {
  --fa: "\f66b"; }
.fa-toilet-paper {
  --fa: "\f71e"; }
.fa-helmet-safety {
  --fa: "\f807"; }
.fa-hard-hat {
  --fa: "\f807"; }
.fa-hat-hard {
  --fa: "\f807"; }
.fa-eject {
  --fa: "\f052"; }
.fa-circle-right {
  --fa: "\f35a"; }
.fa-arrow-alt-circle-right {
  --fa: "\f35a"; }
.fa-plane-circle-check {
  --fa: "\e555"; }
.fa-face-rolling-eyes {
  --fa: "\f5a5"; }
.fa-meh-rolling-eyes {
  --fa: "\f5a5"; }
.fa-object-group {
  --fa: "\f247"; }
.fa-chart-line {
  --fa: "\f201"; }
.fa-line-chart {
  --fa: "\f201"; }
.fa-mask-ventilator {
  --fa: "\e524"; }
.fa-arrow-right {
  --fa: "\f061"; }
.fa-signs-post {
  --fa: "\f277"; }
.fa-map-signs {
  --fa: "\f277"; }
.fa-cash-register {
  --fa: "\f788"; }
.fa-person-circle-question {
  --fa: "\e542"; }
.fa-h {
  --fa: "\48"; }
.fa-tarp {
  --fa: "\e57b"; }
.fa-screwdriver-wrench {
  --fa: "\f7d9"; }
.fa-tools {
  --fa: "\f7d9"; }
.fa-arrows-to-eye {
  --fa: "\e4bf"; }
.fa-plug-circle-bolt {
  --fa: "\e55b"; }
.fa-heart {
  --fa: "\f004"; }
.fa-mars-and-venus {
  --fa: "\f224"; }
.fa-house-user {
  --fa: "\e1b0"; }
.fa-home-user {
  --fa: "\e1b0"; }
.fa-dumpster-fire {
  --fa: "\f794"; }
.fa-house-crack {
  --fa: "\e3b1"; }
.fa-martini-glass-citrus {
  --fa: "\f561"; }
.fa-cocktail {
  --fa: "\f561"; }
.fa-face-surprise {
  --fa: "\f5c2"; }
.fa-surprise {
  --fa: "\f5c2"; }
.fa-bottle-water {
  --fa: "\e4c5"; }
.fa-circle-pause {
  --fa: "\f28b"; }
.fa-pause-circle {
  --fa: "\f28b"; }
.fa-toilet-paper-slash {
  --fa: "\e072"; }
.fa-apple-whole {
  --fa: "\f5d1"; }
.fa-apple-alt {
  --fa: "\f5d1"; }
.fa-kitchen-set {
  --fa: "\e51a"; }
.fa-r {
  --fa: "\52"; }
.fa-temperature-quarter {
  --fa: "\f2ca"; }
.fa-temperature-1 {
  --fa: "\f2ca"; }
.fa-thermometer-1 {
  --fa: "\f2ca"; }
.fa-thermometer-quarter {
  --fa: "\f2ca"; }
.fa-cube {
  --fa: "\f1b2"; }
.fa-bitcoin-sign {
  --fa: "\e0b4"; }
.fa-shield-dog {
  --fa: "\e573"; }
.fa-solar-panel {
  --fa: "\f5ba"; }
.fa-lock-open {
  --fa: "\f3c1"; }
.fa-elevator {
  --fa: "\e16d"; }
.fa-money-bill-transfer {
  --fa: "\e528"; }
.fa-money-bill-trend-up {
  --fa: "\e529"; }
.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f"; }
.fa-square-poll-horizontal {
  --fa: "\f682"; }
.fa-poll-h {
  --fa: "\f682"; }
.fa-circle {
  --fa: "\f111"; }
.fa-backward-fast {
  --fa: "\f049"; }
.fa-fast-backward {
  --fa: "\f049"; }
.fa-recycle {
  --fa: "\f1b8"; }
.fa-user-astronaut {
  --fa: "\f4fb"; }
.fa-plane-slash {
  --fa: "\e069"; }
.fa-trademark {
  --fa: "\f25c"; }
.fa-basketball {
  --fa: "\f434"; }
.fa-basketball-ball {
  --fa: "\f434"; }
.fa-satellite-dish {
  --fa: "\f7c0"; }
.fa-circle-up {
  --fa: "\f35b"; }
.fa-arrow-alt-circle-up {
  --fa: "\f35b"; }
.fa-mobile-screen-button {
  --fa: "\f3cd"; }
.fa-mobile-alt {
  --fa: "\f3cd"; }
.fa-volume-high {
  --fa: "\f028"; }
.fa-volume-up {
  --fa: "\f028"; }
.fa-users-rays {
  --fa: "\e593"; }
.fa-wallet {
  --fa: "\f555"; }
.fa-clipboard-check {
  --fa: "\f46c"; }
.fa-file-audio {
  --fa: "\f1c7"; }
.fa-burger {
  --fa: "\f805"; }
.fa-hamburger {
  --fa: "\f805"; }
.fa-wrench {
  --fa: "\f0ad"; }
.fa-bugs {
  --fa: "\e4d0"; }
.fa-rupee-sign {
  --fa: "\f156"; }
.fa-rupee {
  --fa: "\f156"; }
.fa-file-image {
  --fa: "\f1c5"; }
.fa-circle-question {
  --fa: "\f059"; }
.fa-question-circle {
  --fa: "\f059"; }
.fa-plane-departure {
  --fa: "\f5b0"; }
.fa-handshake-slash {
  --fa: "\e060"; }
.fa-book-bookmark {
  --fa: "\e0bb"; }
.fa-code-branch {
  --fa: "\f126"; }
.fa-hat-cowboy {
  --fa: "\f8c0"; }
.fa-bridge {
  --fa: "\e4c8"; }
.fa-phone-flip {
  --fa: "\f879"; }
.fa-phone-alt {
  --fa: "\f879"; }
.fa-truck-front {
  --fa: "\e2b7"; }
.fa-cat {
  --fa: "\f6be"; }
.fa-anchor-circle-exclamation {
  --fa: "\e4ab"; }
.fa-truck-field {
  --fa: "\e58d"; }
.fa-route {
  --fa: "\f4d7"; }
.fa-clipboard-question {
  --fa: "\e4e3"; }
.fa-panorama {
  --fa: "\e209"; }
.fa-comment-medical {
  --fa: "\f7f5"; }
.fa-teeth-open {
  --fa: "\f62f"; }
.fa-file-circle-minus {
  --fa: "\e4ed"; }
.fa-tags {
  --fa: "\f02c"; }
.fa-wine-glass {
  --fa: "\f4e3"; }
.fa-forward-fast {
  --fa: "\f050"; }
.fa-fast-forward {
  --fa: "\f050"; }
.fa-face-meh-blank {
  --fa: "\f5a4"; }
.fa-meh-blank {
  --fa: "\f5a4"; }
.fa-square-parking {
  --fa: "\f540"; }
.fa-parking {
  --fa: "\f540"; }
.fa-house-signal {
  --fa: "\e012"; }
.fa-bars-progress {
  --fa: "\f828"; }
.fa-tasks-alt {
  --fa: "\f828"; }
.fa-faucet-drip {
  --fa: "\e006"; }
.fa-cart-flatbed {
  --fa: "\f474"; }
.fa-dolly-flatbed {
  --fa: "\f474"; }
.fa-ban-smoking {
  --fa: "\f54d"; }
.fa-smoking-ban {
  --fa: "\f54d"; }
.fa-terminal {
  --fa: "\f120"; }
.fa-mobile-button {
  --fa: "\f10b"; }
.fa-house-medical-flag {
  --fa: "\e514"; }
.fa-basket-shopping {
  --fa: "\f291"; }
.fa-shopping-basket {
  --fa: "\f291"; }
.fa-tape {
  --fa: "\f4db"; }
.fa-bus-simple {
  --fa: "\f55e"; }
.fa-bus-alt {
  --fa: "\f55e"; }
.fa-eye {
  --fa: "\f06e"; }
.fa-face-sad-cry {
  --fa: "\f5b3"; }
.fa-sad-cry {
  --fa: "\f5b3"; }
.fa-audio-description {
  --fa: "\f29e"; }
.fa-person-military-to-person {
  --fa: "\e54c"; }
.fa-file-shield {
  --fa: "\e4f0"; }
.fa-user-slash {
  --fa: "\f506"; }
.fa-pen {
  --fa: "\f304"; }
.fa-tower-observation {
  --fa: "\e586"; }
.fa-file-code {
  --fa: "\f1c9"; }
.fa-signal {
  --fa: "\f012"; }
.fa-signal-5 {
  --fa: "\f012"; }
.fa-signal-perfect {
  --fa: "\f012"; }
.fa-bus {
  --fa: "\f207"; }
.fa-heart-circle-xmark {
  --fa: "\e501"; }
.fa-house-chimney {
  --fa: "\e3af"; }
.fa-home-lg {
  --fa: "\e3af"; }
.fa-window-maximize {
  --fa: "\f2d0"; }
.fa-face-frown {
  --fa: "\f119"; }
.fa-frown {
  --fa: "\f119"; }
.fa-prescription {
  --fa: "\f5b1"; }
.fa-shop {
  --fa: "\f54f"; }
.fa-store-alt {
  --fa: "\f54f"; }
.fa-floppy-disk {
  --fa: "\f0c7"; }
.fa-save {
  --fa: "\f0c7"; }
.fa-vihara {
  --fa: "\f6a7"; }
.fa-scale-unbalanced {
  --fa: "\f515"; }
.fa-balance-scale-left {
  --fa: "\f515"; }
.fa-sort-up {
  --fa: "\f0de"; }
.fa-sort-asc {
  --fa: "\f0de"; }
.fa-comment-dots {
  --fa: "\f4ad"; }
.fa-commenting {
  --fa: "\f4ad"; }
.fa-plant-wilt {
  --fa: "\e5aa"; }
.fa-diamond {
  --fa: "\f219"; }
.fa-face-grin-squint {
  --fa: "\f585"; }
.fa-grin-squint {
  --fa: "\f585"; }
.fa-hand-holding-dollar {
  --fa: "\f4c0"; }
.fa-hand-holding-usd {
  --fa: "\f4c0"; }
.fa-chart-diagram {
  --fa: "\e695"; }
.fa-bacterium {
  --fa: "\e05a"; }
.fa-hand-pointer {
  --fa: "\f25a"; }
.fa-drum-steelpan {
  --fa: "\f56a"; }
.fa-hand-scissors {
  --fa: "\f257"; }
.fa-hands-praying {
  --fa: "\f684"; }
.fa-praying-hands {
  --fa: "\f684"; }
.fa-arrow-rotate-right {
  --fa: "\f01e"; }
.fa-arrow-right-rotate {
  --fa: "\f01e"; }
.fa-arrow-rotate-forward {
  --fa: "\f01e"; }
.fa-redo {
  --fa: "\f01e"; }
.fa-biohazard {
  --fa: "\f780"; }
.fa-location-crosshairs {
  --fa: "\f601"; }
.fa-location {
  --fa: "\f601"; }
.fa-mars-double {
  --fa: "\f227"; }
.fa-child-dress {
  --fa: "\e59c"; }
.fa-users-between-lines {
  --fa: "\e591"; }
.fa-lungs-virus {
  --fa: "\e067"; }
.fa-face-grin-tears {
  --fa: "\f588"; }
.fa-grin-tears {
  --fa: "\f588"; }
.fa-phone {
  --fa: "\f095"; }
.fa-calendar-xmark {
  --fa: "\f273"; }
.fa-calendar-times {
  --fa: "\f273"; }
.fa-child-reaching {
  --fa: "\e59d"; }
.fa-head-side-virus {
  --fa: "\e064"; }
.fa-user-gear {
  --fa: "\f4fe"; }
.fa-user-cog {
  --fa: "\f4fe"; }
.fa-arrow-up-1-9 {
  --fa: "\f163"; }
.fa-sort-numeric-up {
  --fa: "\f163"; }
.fa-door-closed {
  --fa: "\f52a"; }
.fa-shield-virus {
  --fa: "\e06c"; }
.fa-dice-six {
  --fa: "\f526"; }
.fa-mosquito-net {
  --fa: "\e52c"; }
.fa-file-fragment {
  --fa: "\e697"; }
.fa-bridge-water {
  --fa: "\e4ce"; }
.fa-person-booth {
  --fa: "\f756"; }
.fa-text-width {
  --fa: "\f035"; }
.fa-hat-wizard {
  --fa: "\f6e8"; }
.fa-pen-fancy {
  --fa: "\f5ac"; }
.fa-person-digging {
  --fa: "\f85e"; }
.fa-digging {
  --fa: "\f85e"; }
.fa-trash {
  --fa: "\f1f8"; }
.fa-gauge-simple {
  --fa: "\f629"; }
.fa-gauge-simple-med {
  --fa: "\f629"; }
.fa-tachometer-average {
  --fa: "\f629"; }
.fa-book-medical {
  --fa: "\f7e6"; }
.fa-poo {
  --fa: "\f2fe"; }
.fa-quote-right {
  --fa: "\f10e"; }
.fa-quote-right-alt {
  --fa: "\f10e"; }
.fa-shirt {
  --fa: "\f553"; }
.fa-t-shirt {
  --fa: "\f553"; }
.fa-tshirt {
  --fa: "\f553"; }
.fa-cubes {
  --fa: "\f1b3"; }
.fa-divide {
  --fa: "\f529"; }
.fa-tenge-sign {
  --fa: "\f7d7"; }
.fa-tenge {
  --fa: "\f7d7"; }
.fa-headphones {
  --fa: "\f025"; }
.fa-hands-holding {
  --fa: "\f4c2"; }
.fa-hands-clapping {
  --fa: "\e1a8"; }
.fa-republican {
  --fa: "\f75e"; }
.fa-arrow-left {
  --fa: "\f060"; }
.fa-person-circle-xmark {
  --fa: "\e543"; }
.fa-ruler {
  --fa: "\f545"; }
.fa-align-left {
  --fa: "\f036"; }
.fa-dice-d6 {
  --fa: "\f6d1"; }
.fa-restroom {
  --fa: "\f7bd"; }
.fa-j {
  --fa: "\4a"; }
.fa-users-viewfinder {
  --fa: "\e595"; }
.fa-file-video {
  --fa: "\f1c8"; }
.fa-up-right-from-square {
  --fa: "\f35d"; }
.fa-external-link-alt {
  --fa: "\f35d"; }
.fa-table-cells {
  --fa: "\f00a"; }
.fa-th {
  --fa: "\f00a"; }
.fa-file-pdf {
  --fa: "\f1c1"; }
.fa-book-bible {
  --fa: "\f647"; }
.fa-bible {
  --fa: "\f647"; }
.fa-o {
  --fa: "\4f"; }
.fa-suitcase-medical {
  --fa: "\f0fa"; }
.fa-medkit {
  --fa: "\f0fa"; }
.fa-user-secret {
  --fa: "\f21b"; }
.fa-otter {
  --fa: "\f700"; }
.fa-person-dress {
  --fa: "\f182"; }
.fa-female {
  --fa: "\f182"; }
.fa-comment-dollar {
  --fa: "\f651"; }
.fa-business-time {
  --fa: "\f64a"; }
.fa-briefcase-clock {
  --fa: "\f64a"; }
.fa-table-cells-large {
  --fa: "\f009"; }
.fa-th-large {
  --fa: "\f009"; }
.fa-book-tanakh {
  --fa: "\f827"; }
.fa-tanakh {
  --fa: "\f827"; }
.fa-phone-volume {
  --fa: "\f2a0"; }
.fa-volume-control-phone {
  --fa: "\f2a0"; }
.fa-hat-cowboy-side {
  --fa: "\f8c1"; }
.fa-clipboard-user {
  --fa: "\f7f3"; }
.fa-child {
  --fa: "\f1ae"; }
.fa-lira-sign {
  --fa: "\f195"; }
.fa-satellite {
  --fa: "\f7bf"; }
.fa-plane-lock {
  --fa: "\e558"; }
.fa-tag {
  --fa: "\f02b"; }
.fa-comment {
  --fa: "\f075"; }
.fa-cake-candles {
  --fa: "\f1fd"; }
.fa-birthday-cake {
  --fa: "\f1fd"; }
.fa-cake {
  --fa: "\f1fd"; }
.fa-envelope {
  --fa: "\f0e0"; }
.fa-angles-up {
  --fa: "\f102"; }
.fa-angle-double-up {
  --fa: "\f102"; }
.fa-paperclip {
  --fa: "\f0c6"; }
.fa-arrow-right-to-city {
  --fa: "\e4b3"; }
.fa-ribbon {
  --fa: "\f4d6"; }
.fa-lungs {
  --fa: "\f604"; }
.fa-arrow-up-9-1 {
  --fa: "\f887"; }
.fa-sort-numeric-up-alt {
  --fa: "\f887"; }
.fa-litecoin-sign {
  --fa: "\e1d3"; }
.fa-border-none {
  --fa: "\f850"; }
.fa-circle-nodes {
  --fa: "\e4e2"; }
.fa-parachute-box {
  --fa: "\f4cd"; }
.fa-indent {
  --fa: "\f03c"; }
.fa-truck-field-un {
  --fa: "\e58e"; }
.fa-hourglass {
  --fa: "\f254"; }
.fa-hourglass-empty {
  --fa: "\f254"; }
.fa-mountain {
  --fa: "\f6fc"; }
.fa-user-doctor {
  --fa: "\f0f0"; }
.fa-user-md {
  --fa: "\f0f0"; }
.fa-circle-info {
  --fa: "\f05a"; }
.fa-info-circle {
  --fa: "\f05a"; }
.fa-cloud-meatball {
  --fa: "\f73b"; }
.fa-camera {
  --fa: "\f030"; }
.fa-camera-alt {
  --fa: "\f030"; }
.fa-square-virus {
  --fa: "\e578"; }
.fa-meteor {
  --fa: "\f753"; }
.fa-car-on {
  --fa: "\e4dd"; }
.fa-sleigh {
  --fa: "\f7cc"; }
.fa-arrow-down-1-9 {
  --fa: "\f162"; }
.fa-sort-numeric-asc {
  --fa: "\f162"; }
.fa-sort-numeric-down {
  --fa: "\f162"; }
.fa-hand-holding-droplet {
  --fa: "\f4c1"; }
.fa-hand-holding-water {
  --fa: "\f4c1"; }
.fa-water {
  --fa: "\f773"; }
.fa-calendar-check {
  --fa: "\f274"; }
.fa-braille {
  --fa: "\f2a1"; }
.fa-prescription-bottle-medical {
  --fa: "\f486"; }
.fa-prescription-bottle-alt {
  --fa: "\f486"; }
.fa-landmark {
  --fa: "\f66f"; }
.fa-truck {
  --fa: "\f0d1"; }
.fa-crosshairs {
  --fa: "\f05b"; }
.fa-person-cane {
  --fa: "\e53c"; }
.fa-tent {
  --fa: "\e57d"; }
.fa-vest-patches {
  --fa: "\e086"; }
.fa-check-double {
  --fa: "\f560"; }
.fa-arrow-down-a-z {
  --fa: "\f15d"; }
.fa-sort-alpha-asc {
  --fa: "\f15d"; }
.fa-sort-alpha-down {
  --fa: "\f15d"; }
.fa-money-bill-wheat {
  --fa: "\e52a"; }
.fa-cookie {
  --fa: "\f563"; }
.fa-arrow-rotate-left {
  --fa: "\f0e2"; }
.fa-arrow-left-rotate {
  --fa: "\f0e2"; }
.fa-arrow-rotate-back {
  --fa: "\f0e2"; }
.fa-arrow-rotate-backward {
  --fa: "\f0e2"; }
.fa-undo {
  --fa: "\f0e2"; }
.fa-hard-drive {
  --fa: "\f0a0"; }
.fa-hdd {
  --fa: "\f0a0"; }
.fa-face-grin-squint-tears {
  --fa: "\f586"; }
.fa-grin-squint-tears {
  --fa: "\f586"; }
.fa-dumbbell {
  --fa: "\f44b"; }
.fa-rectangle-list {
  --fa: "\f022"; }
.fa-list-alt {
  --fa: "\f022"; }
.fa-tarp-droplet {
  --fa: "\e57c"; }
.fa-house-medical-circle-check {
  --fa: "\e511"; }
.fa-person-skiing-nordic {
  --fa: "\f7ca"; }
.fa-skiing-nordic {
  --fa: "\f7ca"; }
.fa-calendar-plus {
  --fa: "\f271"; }
.fa-plane-arrival {
  --fa: "\f5af"; }
.fa-circle-left {
  --fa: "\f359"; }
.fa-arrow-alt-circle-left {
  --fa: "\f359"; }
.fa-train-subway {
  --fa: "\f239"; }
.fa-subway {
  --fa: "\f239"; }
.fa-chart-gantt {
  --fa: "\e0e4"; }
.fa-indian-rupee-sign {
  --fa: "\e1bc"; }
.fa-indian-rupee {
  --fa: "\e1bc"; }
.fa-inr {
  --fa: "\e1bc"; }
.fa-crop-simple {
  --fa: "\f565"; }
.fa-crop-alt {
  --fa: "\f565"; }
.fa-money-bill-1 {
  --fa: "\f3d1"; }
.fa-money-bill-alt {
  --fa: "\f3d1"; }
.fa-left-long {
  --fa: "\f30a"; }
.fa-long-arrow-alt-left {
  --fa: "\f30a"; }
.fa-dna {
  --fa: "\f471"; }
.fa-virus-slash {
  --fa: "\e075"; }
.fa-minus {
  --fa: "\f068"; }
.fa-subtract {
  --fa: "\f068"; }
.fa-chess {
  --fa: "\f439"; }
.fa-arrow-left-long {
  --fa: "\f177"; }
.fa-long-arrow-left {
  --fa: "\f177"; }
.fa-plug-circle-check {
  --fa: "\e55c"; }
.fa-street-view {
  --fa: "\f21d"; }
.fa-franc-sign {
  --fa: "\e18f"; }
.fa-volume-off {
  --fa: "\f026"; }
.fa-hands-asl-interpreting {
  --fa: "\f2a3"; }
.fa-american-sign-language-interpreting {
  --fa: "\f2a3"; }
.fa-asl-interpreting {
  --fa: "\f2a3"; }
.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3"; }
.fa-gear {
  --fa: "\f013"; }
.fa-cog {
  --fa: "\f013"; }
.fa-droplet-slash {
  --fa: "\f5c7"; }
.fa-tint-slash {
  --fa: "\f5c7"; }
.fa-mosque {
  --fa: "\f678"; }
.fa-mosquito {
  --fa: "\e52b"; }
.fa-star-of-david {
  --fa: "\f69a"; }
.fa-person-military-rifle {
  --fa: "\e54b"; }
.fa-cart-shopping {
  --fa: "\f07a"; }
.fa-shopping-cart {
  --fa: "\f07a"; }
.fa-vials {
  --fa: "\f493"; }
.fa-plug-circle-plus {
  --fa: "\e55f"; }
.fa-place-of-worship {
  --fa: "\f67f"; }
.fa-grip-vertical {
  --fa: "\f58e"; }
.fa-hexagon-nodes {
  --fa: "\e699"; }
.fa-arrow-turn-up {
  --fa: "\f148"; }
.fa-level-up {
  --fa: "\f148"; }
.fa-u {
  --fa: "\55"; }
.fa-square-root-variable {
  --fa: "\f698"; }
.fa-square-root-alt {
  --fa: "\f698"; }
.fa-clock {
  --fa: "\f017"; }
.fa-clock-four {
  --fa: "\f017"; }
.fa-backward-step {
  --fa: "\f048"; }
.fa-step-backward {
  --fa: "\f048"; }
.fa-pallet {
  --fa: "\f482"; }
.fa-faucet {
  --fa: "\e005"; }
.fa-baseball-bat-ball {
  --fa: "\f432"; }
.fa-s {
  --fa: "\53"; }
.fa-timeline {
  --fa: "\e29c"; }
.fa-keyboard {
  --fa: "\f11c"; }
.fa-caret-down {
  --fa: "\f0d7"; }
.fa-house-chimney-medical {
  --fa: "\f7f2"; }
.fa-clinic-medical {
  --fa: "\f7f2"; }
.fa-temperature-three-quarters {
  --fa: "\f2c8"; }
.fa-temperature-3 {
  --fa: "\f2c8"; }
.fa-thermometer-3 {
  --fa: "\f2c8"; }
.fa-thermometer-three-quarters {
  --fa: "\f2c8"; }
.fa-mobile-screen {
  --fa: "\f3cf"; }
.fa-mobile-android-alt {
  --fa: "\f3cf"; }
.fa-plane-up {
  --fa: "\e22d"; }
.fa-piggy-bank {
  --fa: "\f4d3"; }
.fa-battery-half {
  --fa: "\f242"; }
.fa-battery-3 {
  --fa: "\f242"; }
.fa-mountain-city {
  --fa: "\e52e"; }
.fa-coins {
  --fa: "\f51e"; }
.fa-khanda {
  --fa: "\f66d"; }
.fa-sliders {
  --fa: "\f1de"; }
.fa-sliders-h {
  --fa: "\f1de"; }
.fa-folder-tree {
  --fa: "\f802"; }
.fa-network-wired {
  --fa: "\f6ff"; }
.fa-map-pin {
  --fa: "\f276"; }
.fa-hamsa {
  --fa: "\f665"; }
.fa-cent-sign {
  --fa: "\e3f5"; }
.fa-flask {
  --fa: "\f0c3"; }
.fa-person-pregnant {
  --fa: "\e31e"; }
.fa-wand-sparkles {
  --fa: "\f72b"; }
.fa-ellipsis-vertical {
  --fa: "\f142"; }
.fa-ellipsis-v {
  --fa: "\f142"; }
.fa-ticket {
  --fa: "\f145"; }
.fa-power-off {
  --fa: "\f011"; }
.fa-right-long {
  --fa: "\f30b"; }
.fa-long-arrow-alt-right {
  --fa: "\f30b"; }
.fa-flag-usa {
  --fa: "\f74d"; }
.fa-laptop-file {
  --fa: "\e51d"; }
.fa-tty {
  --fa: "\f1e4"; }
.fa-teletype {
  --fa: "\f1e4"; }
.fa-diagram-next {
  --fa: "\e476"; }
.fa-person-rifle {
  --fa: "\e54e"; }
.fa-house-medical-circle-exclamation {
  --fa: "\e512"; }
.fa-closed-captioning {
  --fa: "\f20a"; }
.fa-person-hiking {
  --fa: "\f6ec"; }
.fa-hiking {
  --fa: "\f6ec"; }
.fa-venus-double {
  --fa: "\f226"; }
.fa-images {
  --fa: "\f302"; }
.fa-calculator {
  --fa: "\f1ec"; }
.fa-people-pulling {
  --fa: "\e535"; }
.fa-n {
  --fa: "\4e"; }
.fa-cable-car {
  --fa: "\f7da"; }
.fa-tram {
  --fa: "\f7da"; }
.fa-cloud-rain {
  --fa: "\f73d"; }
.fa-building-circle-xmark {
  --fa: "\e4d4"; }
.fa-ship {
  --fa: "\f21a"; }
.fa-arrows-down-to-line {
  --fa: "\e4b8"; }
.fa-download {
  --fa: "\f019"; }
.fa-face-grin {
  --fa: "\f580"; }
.fa-grin {
  --fa: "\f580"; }
.fa-delete-left {
  --fa: "\f55a"; }
.fa-backspace {
  --fa: "\f55a"; }
.fa-eye-dropper {
  --fa: "\f1fb"; }
.fa-eye-dropper-empty {
  --fa: "\f1fb"; }
.fa-eyedropper {
  --fa: "\f1fb"; }
.fa-file-circle-check {
  --fa: "\e5a0"; }
.fa-forward {
  --fa: "\f04e"; }
.fa-mobile {
  --fa: "\f3ce"; }
.fa-mobile-android {
  --fa: "\f3ce"; }
.fa-mobile-phone {
  --fa: "\f3ce"; }
.fa-face-meh {
  --fa: "\f11a"; }
.fa-meh {
  --fa: "\f11a"; }
.fa-align-center {
  --fa: "\f037"; }
.fa-book-skull {
  --fa: "\f6b7"; }
.fa-book-dead {
  --fa: "\f6b7"; }
.fa-id-card {
  --fa: "\f2c2"; }
.fa-drivers-license {
  --fa: "\f2c2"; }
.fa-outdent {
  --fa: "\f03b"; }
.fa-dedent {
  --fa: "\f03b"; }
.fa-heart-circle-exclamation {
  --fa: "\e4fe"; }
.fa-house {
  --fa: "\f015"; }
.fa-home {
  --fa: "\f015"; }
.fa-home-alt {
  --fa: "\f015"; }
.fa-home-lg-alt {
  --fa: "\f015"; }
.fa-calendar-week {
  --fa: "\f784"; }
.fa-laptop-medical {
  --fa: "\f812"; }
.fa-b {
  --fa: "\42"; }
.fa-file-medical {
  --fa: "\f477"; }
.fa-dice-one {
  --fa: "\f525"; }
.fa-kiwi-bird {
  --fa: "\f535"; }
.fa-arrow-right-arrow-left {
  --fa: "\f0ec"; }
.fa-exchange {
  --fa: "\f0ec"; }
.fa-rotate-right {
  --fa: "\f2f9"; }
.fa-redo-alt {
  --fa: "\f2f9"; }
.fa-rotate-forward {
  --fa: "\f2f9"; }
.fa-utensils {
  --fa: "\f2e7"; }
.fa-cutlery {
  --fa: "\f2e7"; }
.fa-arrow-up-wide-short {
  --fa: "\f161"; }
.fa-sort-amount-up {
  --fa: "\f161"; }
.fa-mill-sign {
  --fa: "\e1ed"; }
.fa-bowl-rice {
  --fa: "\e2eb"; }
.fa-skull {
  --fa: "\f54c"; }
.fa-tower-broadcast {
  --fa: "\f519"; }
.fa-broadcast-tower {
  --fa: "\f519"; }
.fa-truck-pickup {
  --fa: "\f63c"; }
.fa-up-long {
  --fa: "\f30c"; }
.fa-long-arrow-alt-up {
  --fa: "\f30c"; }
.fa-stop {
  --fa: "\f04d"; }
.fa-code-merge {
  --fa: "\f387"; }
.fa-upload {
  --fa: "\f093"; }
.fa-hurricane {
  --fa: "\f751"; }
.fa-mound {
  --fa: "\e52d"; }
.fa-toilet-portable {
  --fa: "\e583"; }
.fa-compact-disc {
  --fa: "\f51f"; }
.fa-file-arrow-down {
  --fa: "\f56d"; }
.fa-file-download {
  --fa: "\f56d"; }
.fa-caravan {
  --fa: "\f8ff"; }
.fa-shield-cat {
  --fa: "\e572"; }
.fa-bolt {
  --fa: "\f0e7"; }
.fa-zap {
  --fa: "\f0e7"; }
.fa-glass-water {
  --fa: "\e4f4"; }
.fa-oil-well {
  --fa: "\e532"; }
.fa-vault {
  --fa: "\e2c5"; }
.fa-mars {
  --fa: "\f222"; }
.fa-toilet {
  --fa: "\f7d8"; }
.fa-plane-circle-xmark {
  --fa: "\e557"; }
.fa-yen-sign {
  --fa: "\f157"; }
.fa-cny {
  --fa: "\f157"; }
.fa-jpy {
  --fa: "\f157"; }
.fa-rmb {
  --fa: "\f157"; }
.fa-yen {
  --fa: "\f157"; }
.fa-ruble-sign {
  --fa: "\f158"; }
.fa-rouble {
  --fa: "\f158"; }
.fa-rub {
  --fa: "\f158"; }
.fa-ruble {
  --fa: "\f158"; }
.fa-sun {
  --fa: "\f185"; }
.fa-guitar {
  --fa: "\f7a6"; }
.fa-face-laugh-wink {
  --fa: "\f59c"; }
.fa-laugh-wink {
  --fa: "\f59c"; }
.fa-horse-head {
  --fa: "\f7ab"; }
.fa-bore-hole {
  --fa: "\e4c3"; }
.fa-industry {
  --fa: "\f275"; }
.fa-circle-down {
  --fa: "\f358"; }
.fa-arrow-alt-circle-down {
  --fa: "\f358"; }
.fa-arrows-turn-to-dots {
  --fa: "\e4c1"; }
.fa-florin-sign {
  --fa: "\e184"; }
.fa-arrow-down-short-wide {
  --fa: "\f884"; }
.fa-sort-amount-desc {
  --fa: "\f884"; }
.fa-sort-amount-down-alt {
  --fa: "\f884"; }
.fa-less-than {
  --fa: "\3c"; }
.fa-angle-down {
  --fa: "\f107"; }
.fa-car-tunnel {
  --fa: "\e4de"; }
.fa-head-side-cough {
  --fa: "\e061"; }
.fa-grip-lines {
  --fa: "\f7a4"; }
.fa-thumbs-down {
  --fa: "\f165"; }
.fa-user-lock {
  --fa: "\f502"; }
.fa-arrow-right-long {
  --fa: "\f178"; }
.fa-long-arrow-right {
  --fa: "\f178"; }
.fa-anchor-circle-xmark {
  --fa: "\e4ac"; }
.fa-ellipsis {
  --fa: "\f141"; }
.fa-ellipsis-h {
  --fa: "\f141"; }
.fa-chess-pawn {
  --fa: "\f443"; }
.fa-kit-medical {
  --fa: "\f479"; }
.fa-first-aid {
  --fa: "\f479"; }
.fa-person-through-window {
  --fa: "\e5a9"; }
.fa-toolbox {
  --fa: "\f552"; }
.fa-hands-holding-circle {
  --fa: "\e4fb"; }
.fa-bug {
  --fa: "\f188"; }
.fa-credit-card {
  --fa: "\f09d"; }
.fa-credit-card-alt {
  --fa: "\f09d"; }
.fa-car {
  --fa: "\f1b9"; }
.fa-automobile {
  --fa: "\f1b9"; }
.fa-hand-holding-hand {
  --fa: "\e4f7"; }
.fa-book-open-reader {
  --fa: "\f5da"; }
.fa-book-reader {
  --fa: "\f5da"; }
.fa-mountain-sun {
  --fa: "\e52f"; }
.fa-arrows-left-right-to-line {
  --fa: "\e4ba"; }
.fa-dice-d20 {
  --fa: "\f6cf"; }
.fa-truck-droplet {
  --fa: "\e58c"; }
.fa-file-circle-xmark {
  --fa: "\e5a1"; }
.fa-temperature-arrow-up {
  --fa: "\e040"; }
.fa-temperature-up {
  --fa: "\e040"; }
.fa-medal {
  --fa: "\f5a2"; }
.fa-bed {
  --fa: "\f236"; }
.fa-square-h {
  --fa: "\f0fd"; }
.fa-h-square {
  --fa: "\f0fd"; }
.fa-podcast {
  --fa: "\f2ce"; }
.fa-temperature-full {
  --fa: "\f2c7"; }
.fa-temperature-4 {
  --fa: "\f2c7"; }
.fa-thermometer-4 {
  --fa: "\f2c7"; }
.fa-thermometer-full {
  --fa: "\f2c7"; }
.fa-bell {
  --fa: "\f0f3"; }
.fa-superscript {
  --fa: "\f12b"; }
.fa-plug-circle-xmark {
  --fa: "\e560"; }
.fa-star-of-life {
  --fa: "\f621"; }
.fa-phone-slash {
  --fa: "\f3dd"; }
.fa-paint-roller {
  --fa: "\f5aa"; }
.fa-handshake-angle {
  --fa: "\f4c4"; }
.fa-hands-helping {
  --fa: "\f4c4"; }
.fa-location-dot {
  --fa: "\f3c5"; }
.fa-map-marker-alt {
  --fa: "\f3c5"; }
.fa-file {
  --fa: "\f15b"; }
.fa-greater-than {
  --fa: "\3e"; }
.fa-person-swimming {
  --fa: "\f5c4"; }
.fa-swimmer {
  --fa: "\f5c4"; }
.fa-arrow-down {
  --fa: "\f063"; }
.fa-droplet {
  --fa: "\f043"; }
.fa-tint {
  --fa: "\f043"; }
.fa-eraser {
  --fa: "\f12d"; }
.fa-earth-americas {
  --fa: "\f57d"; }
.fa-earth {
  --fa: "\f57d"; }
.fa-earth-america {
  --fa: "\f57d"; }
.fa-globe-americas {
  --fa: "\f57d"; }
.fa-person-burst {
  --fa: "\e53b"; }
.fa-dove {
  --fa: "\f4ba"; }
.fa-battery-empty {
  --fa: "\f244"; }
.fa-battery-0 {
  --fa: "\f244"; }
.fa-socks {
  --fa: "\f696"; }
.fa-inbox {
  --fa: "\f01c"; }
.fa-section {
  --fa: "\e447"; }
.fa-gauge-high {
  --fa: "\f625"; }
.fa-tachometer-alt {
  --fa: "\f625"; }
.fa-tachometer-alt-fast {
  --fa: "\f625"; }
.fa-envelope-open-text {
  --fa: "\f658"; }
.fa-hospital {
  --fa: "\f0f8"; }
.fa-hospital-alt {
  --fa: "\f0f8"; }
.fa-hospital-wide {
  --fa: "\f0f8"; }
.fa-wine-bottle {
  --fa: "\f72f"; }
.fa-chess-rook {
  --fa: "\f447"; }
.fa-bars-staggered {
  --fa: "\f550"; }
.fa-reorder {
  --fa: "\f550"; }
.fa-stream {
  --fa: "\f550"; }
.fa-dharmachakra {
  --fa: "\f655"; }
.fa-hotdog {
  --fa: "\f80f"; }
.fa-person-walking-with-cane {
  --fa: "\f29d"; }
.fa-blind {
  --fa: "\f29d"; }
.fa-drum {
  --fa: "\f569"; }
.fa-ice-cream {
  --fa: "\f810"; }
.fa-heart-circle-bolt {
  --fa: "\e4fc"; }
.fa-fax {
  --fa: "\f1ac"; }
.fa-paragraph {
  --fa: "\f1dd"; }
.fa-check-to-slot {
  --fa: "\f772"; }
.fa-vote-yea {
  --fa: "\f772"; }
.fa-star-half {
  --fa: "\f089"; }
.fa-boxes-stacked {
  --fa: "\f468"; }
.fa-boxes {
  --fa: "\f468"; }
.fa-boxes-alt {
  --fa: "\f468"; }
.fa-link {
  --fa: "\f0c1"; }
.fa-chain {
  --fa: "\f0c1"; }
.fa-ear-listen {
  --fa: "\f2a2"; }
.fa-assistive-listening-systems {
  --fa: "\f2a2"; }
.fa-tree-city {
  --fa: "\e587"; }
.fa-play {
  --fa: "\f04b"; }
.fa-font {
  --fa: "\f031"; }
.fa-table-cells-row-lock {
  --fa: "\e67a"; }
.fa-rupiah-sign {
  --fa: "\e23d"; }
.fa-magnifying-glass {
  --fa: "\f002"; }
.fa-search {
  --fa: "\f002"; }
.fa-table-tennis-paddle-ball {
  --fa: "\f45d"; }
.fa-ping-pong-paddle-ball {
  --fa: "\f45d"; }
.fa-table-tennis {
  --fa: "\f45d"; }
.fa-person-dots-from-line {
  --fa: "\f470"; }
.fa-diagnoses {
  --fa: "\f470"; }
.fa-trash-can-arrow-up {
  --fa: "\f82a"; }
.fa-trash-restore-alt {
  --fa: "\f82a"; }
.fa-naira-sign {
  --fa: "\e1f6"; }
.fa-cart-arrow-down {
  --fa: "\f218"; }
.fa-walkie-talkie {
  --fa: "\f8ef"; }
.fa-file-pen {
  --fa: "\f31c"; }
.fa-file-edit {
  --fa: "\f31c"; }
.fa-receipt {
  --fa: "\f543"; }
.fa-square-pen {
  --fa: "\f14b"; }
.fa-pen-square {
  --fa: "\f14b"; }
.fa-pencil-square {
  --fa: "\f14b"; }
.fa-suitcase-rolling {
  --fa: "\f5c1"; }
.fa-person-circle-exclamation {
  --fa: "\e53f"; }
.fa-chevron-down {
  --fa: "\f078"; }
.fa-battery-full {
  --fa: "\f240"; }
.fa-battery {
  --fa: "\f240"; }
.fa-battery-5 {
  --fa: "\f240"; }
.fa-skull-crossbones {
  --fa: "\f714"; }
.fa-code-compare {
  --fa: "\e13a"; }
.fa-list-ul {
  --fa: "\f0ca"; }
.fa-list-dots {
  --fa: "\f0ca"; }
.fa-school-lock {
  --fa: "\e56f"; }
.fa-tower-cell {
  --fa: "\e585"; }
.fa-down-long {
  --fa: "\f309"; }
.fa-long-arrow-alt-down {
  --fa: "\f309"; }
.fa-ranking-star {
  --fa: "\e561"; }
.fa-chess-king {
  --fa: "\f43f"; }
.fa-person-harassing {
  --fa: "\e549"; }
.fa-brazilian-real-sign {
  --fa: "\e46c"; }
.fa-landmark-dome {
  --fa: "\f752"; }
.fa-landmark-alt {
  --fa: "\f752"; }
.fa-arrow-up {
  --fa: "\f062"; }
.fa-tv {
  --fa: "\f26c"; }
.fa-television {
  --fa: "\f26c"; }
.fa-tv-alt {
  --fa: "\f26c"; }
.fa-shrimp {
  --fa: "\e448"; }
.fa-list-check {
  --fa: "\f0ae"; }
.fa-tasks {
  --fa: "\f0ae"; }
.fa-jug-detergent {
  --fa: "\e519"; }
.fa-circle-user {
  --fa: "\f2bd"; }
.fa-user-circle {
  --fa: "\f2bd"; }
.fa-user-shield {
  --fa: "\f505"; }
.fa-wind {
  --fa: "\f72e"; }
.fa-car-burst {
  --fa: "\f5e1"; }
.fa-car-crash {
  --fa: "\f5e1"; }
.fa-y {
  --fa: "\59"; }
.fa-person-snowboarding {
  --fa: "\f7ce"; }
.fa-snowboarding {
  --fa: "\f7ce"; }
.fa-truck-fast {
  --fa: "\f48b"; }
.fa-shipping-fast {
  --fa: "\f48b"; }
.fa-fish {
  --fa: "\f578"; }
.fa-user-graduate {
  --fa: "\f501"; }
.fa-circle-half-stroke {
  --fa: "\f042"; }
.fa-adjust {
  --fa: "\f042"; }
.fa-clapperboard {
  --fa: "\e131"; }
.fa-circle-radiation {
  --fa: "\f7ba"; }
.fa-radiation-alt {
  --fa: "\f7ba"; }
.fa-baseball {
  --fa: "\f433"; }
.fa-baseball-ball {
  --fa: "\f433"; }
.fa-jet-fighter-up {
  --fa: "\e518"; }
.fa-diagram-project {
  --fa: "\f542"; }
.fa-project-diagram {
  --fa: "\f542"; }
.fa-copy {
  --fa: "\f0c5"; }
.fa-volume-xmark {
  --fa: "\f6a9"; }
.fa-volume-mute {
  --fa: "\f6a9"; }
.fa-volume-times {
  --fa: "\f6a9"; }
.fa-hand-sparkles {
  --fa: "\e05d"; }
.fa-grip {
  --fa: "\f58d"; }
.fa-grip-horizontal {
  --fa: "\f58d"; }
.fa-share-from-square {
  --fa: "\f14d"; }
.fa-share-square {
  --fa: "\f14d"; }
.fa-child-combatant {
  --fa: "\e4e0"; }
.fa-child-rifle {
  --fa: "\e4e0"; }
.fa-gun {
  --fa: "\e19b"; }
.fa-square-phone {
  --fa: "\f098"; }
.fa-phone-square {
  --fa: "\f098"; }
.fa-plus {
  --fa: "\2b"; }
.fa-add {
  --fa: "\2b"; }
.fa-expand {
  --fa: "\f065"; }
.fa-computer {
  --fa: "\e4e5"; }
.fa-xmark {
  --fa: "\f00d"; }
.fa-close {
  --fa: "\f00d"; }
.fa-multiply {
  --fa: "\f00d"; }
.fa-remove {
  --fa: "\f00d"; }
.fa-times {
  --fa: "\f00d"; }
.fa-arrows-up-down-left-right {
  --fa: "\f047"; }
.fa-arrows {
  --fa: "\f047"; }
.fa-chalkboard-user {
  --fa: "\f51c"; }
.fa-chalkboard-teacher {
  --fa: "\f51c"; }
.fa-peso-sign {
  --fa: "\e222"; }
.fa-building-shield {
  --fa: "\e4d8"; }
.fa-baby {
  --fa: "\f77c"; }
.fa-users-line {
  --fa: "\e592"; }
.fa-quote-left {
  --fa: "\f10d"; }
.fa-quote-left-alt {
  --fa: "\f10d"; }
.fa-tractor {
  --fa: "\f722"; }
.fa-trash-arrow-up {
  --fa: "\f829"; }
.fa-trash-restore {
  --fa: "\f829"; }
.fa-arrow-down-up-lock {
  --fa: "\e4b0"; }
.fa-lines-leaning {
  --fa: "\e51e"; }
.fa-ruler-combined {
  --fa: "\f546"; }
.fa-copyright {
  --fa: "\f1f9"; }
.fa-equals {
  --fa: "\3d"; }
.fa-blender {
  --fa: "\f517"; }
.fa-teeth {
  --fa: "\f62e"; }
.fa-shekel-sign {
  --fa: "\f20b"; }
.fa-ils {
  --fa: "\f20b"; }
.fa-shekel {
  --fa: "\f20b"; }
.fa-sheqel {
  --fa: "\f20b"; }
.fa-sheqel-sign {
  --fa: "\f20b"; }
.fa-map {
  --fa: "\f279"; }
.fa-rocket {
  --fa: "\f135"; }
.fa-photo-film {
  --fa: "\f87c"; }
.fa-photo-video {
  --fa: "\f87c"; }
.fa-folder-minus {
  --fa: "\f65d"; }
.fa-hexagon-nodes-bolt {
  --fa: "\e69a"; }
.fa-store {
  --fa: "\f54e"; }
.fa-arrow-trend-up {
  --fa: "\e098"; }
.fa-plug-circle-minus {
  --fa: "\e55e"; }
.fa-sign-hanging {
  --fa: "\f4d9"; }
.fa-sign {
  --fa: "\f4d9"; }
.fa-bezier-curve {
  --fa: "\f55b"; }
.fa-bell-slash {
  --fa: "\f1f6"; }
.fa-tablet {
  --fa: "\f3fb"; }
.fa-tablet-android {
  --fa: "\f3fb"; }
.fa-school-flag {
  --fa: "\e56e"; }
.fa-fill {
  --fa: "\f575"; }
.fa-angle-up {
  --fa: "\f106"; }
.fa-drumstick-bite {
  --fa: "\f6d7"; }
.fa-holly-berry {
  --fa: "\f7aa"; }
.fa-chevron-left {
  --fa: "\f053"; }
.fa-bacteria {
  --fa: "\e059"; }
.fa-hand-lizard {
  --fa: "\f258"; }
.fa-notdef {
  --fa: "\e1fe"; }
.fa-disease {
  --fa: "\f7fa"; }
.fa-briefcase-medical {
  --fa: "\f469"; }
.fa-genderless {
  --fa: "\f22d"; }
.fa-chevron-right {
  --fa: "\f054"; }
.fa-retweet {
  --fa: "\f079"; }
.fa-car-rear {
  --fa: "\f5de"; }
.fa-car-alt {
  --fa: "\f5de"; }
.fa-pump-soap {
  --fa: "\e06b"; }
.fa-video-slash {
  --fa: "\f4e2"; }
.fa-battery-quarter {
  --fa: "\f243"; }
.fa-battery-2 {
  --fa: "\f243"; }
.fa-radio {
  --fa: "\f8d7"; }
.fa-baby-carriage {
  --fa: "\f77d"; }
.fa-carriage-baby {
  --fa: "\f77d"; }
.fa-traffic-light {
  --fa: "\f637"; }
.fa-thermometer {
  --fa: "\f491"; }
.fa-vr-cardboard {
  --fa: "\f729"; }
.fa-hand-middle-finger {
  --fa: "\f806"; }
.fa-percent {
  --fa: "\25"; }
.fa-percentage {
  --fa: "\25"; }
.fa-truck-moving {
  --fa: "\f4df"; }
.fa-glass-water-droplet {
  --fa: "\e4f5"; }
.fa-display {
  --fa: "\e163"; }
.fa-face-smile {
  --fa: "\f118"; }
.fa-smile {
  --fa: "\f118"; }
.fa-thumbtack {
  --fa: "\f08d"; }
.fa-thumb-tack {
  --fa: "\f08d"; }
.fa-trophy {
  --fa: "\f091"; }
.fa-person-praying {
  --fa: "\f683"; }
.fa-pray {
  --fa: "\f683"; }
.fa-hammer {
  --fa: "\f6e3"; }
.fa-hand-peace {
  --fa: "\f25b"; }
.fa-rotate {
  --fa: "\f2f1"; }
.fa-sync-alt {
  --fa: "\f2f1"; }
.fa-spinner {
  --fa: "\f110"; }
.fa-robot {
  --fa: "\f544"; }
.fa-peace {
  --fa: "\f67c"; }
.fa-gears {
  --fa: "\f085"; }
.fa-cogs {
  --fa: "\f085"; }
.fa-warehouse {
  --fa: "\f494"; }
.fa-arrow-up-right-dots {
  --fa: "\e4b7"; }
.fa-splotch {
  --fa: "\f5bc"; }
.fa-face-grin-hearts {
  --fa: "\f584"; }
.fa-grin-hearts {
  --fa: "\f584"; }
.fa-dice-four {
  --fa: "\f524"; }
.fa-sim-card {
  --fa: "\f7c4"; }
.fa-transgender {
  --fa: "\f225"; }
.fa-transgender-alt {
  --fa: "\f225"; }
.fa-mercury {
  --fa: "\f223"; }
.fa-arrow-turn-down {
  --fa: "\f149"; }
.fa-level-down {
  --fa: "\f149"; }
.fa-person-falling-burst {
  --fa: "\e547"; }
.fa-award {
  --fa: "\f559"; }
.fa-ticket-simple {
  --fa: "\f3ff"; }
.fa-ticket-alt {
  --fa: "\f3ff"; }
.fa-building {
  --fa: "\f1ad"; }
.fa-angles-left {
  --fa: "\f100"; }
.fa-angle-double-left {
  --fa: "\f100"; }
.fa-qrcode {
  --fa: "\f029"; }
.fa-clock-rotate-left {
  --fa: "\f1da"; }
.fa-history {
  --fa: "\f1da"; }
.fa-face-grin-beam-sweat {
  --fa: "\f583"; }
.fa-grin-beam-sweat {
  --fa: "\f583"; }
.fa-file-export {
  --fa: "\f56e"; }
.fa-arrow-right-from-file {
  --fa: "\f56e"; }
.fa-shield {
  --fa: "\f132"; }
.fa-shield-blank {
  --fa: "\f132"; }
.fa-arrow-up-short-wide {
  --fa: "\f885"; }
.fa-sort-amount-up-alt {
  --fa: "\f885"; }
.fa-comment-nodes {
  --fa: "\e696"; }
.fa-house-medical {
  --fa: "\e3b2"; }
.fa-golf-ball-tee {
  --fa: "\f450"; }
.fa-golf-ball {
  --fa: "\f450"; }
.fa-circle-chevron-left {
  --fa: "\f137"; }
.fa-chevron-circle-left {
  --fa: "\f137"; }
.fa-house-chimney-window {
  --fa: "\e00d"; }
.fa-pen-nib {
  --fa: "\f5ad"; }
.fa-tent-arrow-turn-left {
  --fa: "\e580"; }
.fa-tents {
  --fa: "\e582"; }
.fa-wand-magic {
  --fa: "\f0d0"; }
.fa-magic {
  --fa: "\f0d0"; }
.fa-dog {
  --fa: "\f6d3"; }
.fa-carrot {
  --fa: "\f787"; }
.fa-moon {
  --fa: "\f186"; }
.fa-wine-glass-empty {
  --fa: "\f5ce"; }
.fa-wine-glass-alt {
  --fa: "\f5ce"; }
.fa-cheese {
  --fa: "\f7ef"; }
.fa-yin-yang {
  --fa: "\f6ad"; }
.fa-music {
  --fa: "\f001"; }
.fa-code-commit {
  --fa: "\f386"; }
.fa-temperature-low {
  --fa: "\f76b"; }
.fa-person-biking {
  --fa: "\f84a"; }
.fa-biking {
  --fa: "\f84a"; }
.fa-broom {
  --fa: "\f51a"; }
.fa-shield-heart {
  --fa: "\e574"; }
.fa-gopuram {
  --fa: "\f664"; }
.fa-earth-oceania {
  --fa: "\e47b"; }
.fa-globe-oceania {
  --fa: "\e47b"; }
.fa-square-xmark {
  --fa: "\f2d3"; }
.fa-times-square {
  --fa: "\f2d3"; }
.fa-xmark-square {
  --fa: "\f2d3"; }
.fa-hashtag {
  --fa: "\23"; }
.fa-up-right-and-down-left-from-center {
  --fa: "\f424"; }
.fa-expand-alt {
  --fa: "\f424"; }
.fa-oil-can {
  --fa: "\f613"; }
.fa-t {
  --fa: "\54"; }
.fa-hippo {
  --fa: "\f6ed"; }
.fa-chart-column {
  --fa: "\e0e3"; }
.fa-infinity {
  --fa: "\f534"; }
.fa-vial-circle-check {
  --fa: "\e596"; }
.fa-person-arrow-down-to-line {
  --fa: "\e538"; }
.fa-voicemail {
  --fa: "\f897"; }
.fa-fan {
  --fa: "\f863"; }
.fa-person-walking-luggage {
  --fa: "\e554"; }
.fa-up-down {
  --fa: "\f338"; }
.fa-arrows-alt-v {
  --fa: "\f338"; }
.fa-cloud-moon-rain {
  --fa: "\f73c"; }
.fa-calendar {
  --fa: "\f133"; }
.fa-trailer {
  --fa: "\e041"; }
.fa-bahai {
  --fa: "\f666"; }
.fa-haykal {
  --fa: "\f666"; }
.fa-sd-card {
  --fa: "\f7c2"; }
.fa-dragon {
  --fa: "\f6d5"; }
.fa-shoe-prints {
  --fa: "\f54b"; }
.fa-circle-plus {
  --fa: "\f055"; }
.fa-plus-circle {
  --fa: "\f055"; }
.fa-face-grin-tongue-wink {
  --fa: "\f58b"; }
.fa-grin-tongue-wink {
  --fa: "\f58b"; }
.fa-hand-holding {
  --fa: "\f4bd"; }
.fa-plug-circle-exclamation {
  --fa: "\e55d"; }
.fa-link-slash {
  --fa: "\f127"; }
.fa-chain-broken {
  --fa: "\f127"; }
.fa-chain-slash {
  --fa: "\f127"; }
.fa-unlink {
  --fa: "\f127"; }
.fa-clone {
  --fa: "\f24d"; }
.fa-person-walking-arrow-loop-left {
  --fa: "\e551"; }
.fa-arrow-up-z-a {
  --fa: "\f882"; }
.fa-sort-alpha-up-alt {
  --fa: "\f882"; }
.fa-fire-flame-curved {
  --fa: "\f7e4"; }
.fa-fire-alt {
  --fa: "\f7e4"; }
.fa-tornado {
  --fa: "\f76f"; }
.fa-file-circle-plus {
  --fa: "\e494"; }
.fa-book-quran {
  --fa: "\f687"; }
.fa-quran {
  --fa: "\f687"; }
.fa-anchor {
  --fa: "\f13d"; }
.fa-border-all {
  --fa: "\f84c"; }
.fa-face-angry {
  --fa: "\f556"; }
.fa-angry {
  --fa: "\f556"; }
.fa-cookie-bite {
  --fa: "\f564"; }
.fa-arrow-trend-down {
  --fa: "\e097"; }
.fa-rss {
  --fa: "\f09e"; }
.fa-feed {
  --fa: "\f09e"; }
.fa-draw-polygon {
  --fa: "\f5ee"; }
.fa-scale-balanced {
  --fa: "\f24e"; }
.fa-balance-scale {
  --fa: "\f24e"; }
.fa-gauge-simple-high {
  --fa: "\f62a"; }
.fa-tachometer {
  --fa: "\f62a"; }
.fa-tachometer-fast {
  --fa: "\f62a"; }
.fa-shower {
  --fa: "\f2cc"; }
.fa-desktop {
  --fa: "\f390"; }
.fa-desktop-alt {
  --fa: "\f390"; }
.fa-m {
  --fa: "\4d"; }
.fa-table-list {
  --fa: "\f00b"; }
.fa-th-list {
  --fa: "\f00b"; }
.fa-comment-sms {
  --fa: "\f7cd"; }
.fa-sms {
  --fa: "\f7cd"; }
.fa-book {
  --fa: "\f02d"; }
.fa-user-plus {
  --fa: "\f234"; }
.fa-check {
  --fa: "\f00c"; }
.fa-battery-three-quarters {
  --fa: "\f241"; }
.fa-battery-4 {
  --fa: "\f241"; }
.fa-house-circle-check {
  --fa: "\e509"; }
.fa-angle-left {
  --fa: "\f104"; }
.fa-diagram-successor {
  --fa: "\e47a"; }
.fa-truck-arrow-right {
  --fa: "\e58b"; }
.fa-arrows-split-up-and-left {
  --fa: "\e4bc"; }
.fa-hand-fist {
  --fa: "\f6de"; }
.fa-fist-raised {
  --fa: "\f6de"; }
.fa-cloud-moon {
  --fa: "\f6c3"; }
.fa-briefcase {
  --fa: "\f0b1"; }
.fa-person-falling {
  --fa: "\e546"; }
.fa-image-portrait {
  --fa: "\f3e0"; }
.fa-portrait {
  --fa: "\f3e0"; }
.fa-user-tag {
  --fa: "\f507"; }
.fa-rug {
  --fa: "\e569"; }
.fa-earth-europe {
  --fa: "\f7a2"; }
.fa-globe-europe {
  --fa: "\f7a2"; }
.fa-cart-flatbed-suitcase {
  --fa: "\f59d"; }
.fa-luggage-cart {
  --fa: "\f59d"; }
.fa-rectangle-xmark {
  --fa: "\f410"; }
.fa-rectangle-times {
  --fa: "\f410"; }
.fa-times-rectangle {
  --fa: "\f410"; }
.fa-window-close {
  --fa: "\f410"; }
.fa-baht-sign {
  --fa: "\e0ac"; }
.fa-book-open {
  --fa: "\f518"; }
.fa-book-journal-whills {
  --fa: "\f66a"; }
.fa-journal-whills {
  --fa: "\f66a"; }
.fa-handcuffs {
  --fa: "\e4f8"; }
.fa-triangle-exclamation {
  --fa: "\f071"; }
.fa-exclamation-triangle {
  --fa: "\f071"; }
.fa-warning {
  --fa: "\f071"; }
.fa-database {
  --fa: "\f1c0"; }
.fa-share {
  --fa: "\f064"; }
.fa-mail-forward {
  --fa: "\f064"; }
.fa-bottle-droplet {
  --fa: "\e4c4"; }
.fa-mask-face {
  --fa: "\e1d7"; }
.fa-hill-rockslide {
  --fa: "\e508"; }
.fa-right-left {
  --fa: "\f362"; }
.fa-exchange-alt {
  --fa: "\f362"; }
.fa-paper-plane {
  --fa: "\f1d8"; }
.fa-road-circle-exclamation {
  --fa: "\e565"; }
.fa-dungeon {
  --fa: "\f6d9"; }
.fa-align-right {
  --fa: "\f038"; }
.fa-money-bill-1-wave {
  --fa: "\f53b"; }
.fa-money-bill-wave-alt {
  --fa: "\f53b"; }
.fa-life-ring {
  --fa: "\f1cd"; }
.fa-hands {
  --fa: "\f2a7"; }
.fa-sign-language {
  --fa: "\f2a7"; }
.fa-signing {
  --fa: "\f2a7"; }
.fa-calendar-day {
  --fa: "\f783"; }
.fa-water-ladder {
  --fa: "\f5c5"; }
.fa-ladder-water {
  --fa: "\f5c5"; }
.fa-swimming-pool {
  --fa: "\f5c5"; }
.fa-arrows-up-down {
  --fa: "\f07d"; }
.fa-arrows-v {
  --fa: "\f07d"; }
.fa-face-grimace {
  --fa: "\f57f"; }
.fa-grimace {
  --fa: "\f57f"; }
.fa-wheelchair-move {
  --fa: "\e2ce"; }
.fa-wheelchair-alt {
  --fa: "\e2ce"; }
.fa-turn-down {
  --fa: "\f3be"; }
.fa-level-down-alt {
  --fa: "\f3be"; }
.fa-person-walking-arrow-right {
  --fa: "\e552"; }
.fa-square-envelope {
  --fa: "\f199"; }
.fa-envelope-square {
  --fa: "\f199"; }
.fa-dice {
  --fa: "\f522"; }
.fa-bowling-ball {
  --fa: "\f436"; }
.fa-brain {
  --fa: "\f5dc"; }
.fa-bandage {
  --fa: "\f462"; }
.fa-band-aid {
  --fa: "\f462"; }
.fa-calendar-minus {
  --fa: "\f272"; }
.fa-circle-xmark {
  --fa: "\f057"; }
.fa-times-circle {
  --fa: "\f057"; }
.fa-xmark-circle {
  --fa: "\f057"; }
.fa-gifts {
  --fa: "\f79c"; }
.fa-hotel {
  --fa: "\f594"; }
.fa-earth-asia {
  --fa: "\f57e"; }
.fa-globe-asia {
  --fa: "\f57e"; }
.fa-id-card-clip {
  --fa: "\f47f"; }
.fa-id-card-alt {
  --fa: "\f47f"; }
.fa-magnifying-glass-plus {
  --fa: "\f00e"; }
.fa-search-plus {
  --fa: "\f00e"; }
.fa-thumbs-up {
  --fa: "\f164"; }
.fa-user-clock {
  --fa: "\f4fd"; }
.fa-hand-dots {
  --fa: "\f461"; }
.fa-allergies {
  --fa: "\f461"; }
.fa-file-invoice {
  --fa: "\f570"; }
.fa-window-minimize {
  --fa: "\f2d1"; }
.fa-mug-saucer {
  --fa: "\f0f4"; }
.fa-coffee {
  --fa: "\f0f4"; }
.fa-brush {
  --fa: "\f55d"; }
.fa-file-half-dashed {
  --fa: "\e698"; }
.fa-mask {
  --fa: "\f6fa"; }
.fa-magnifying-glass-minus {
  --fa: "\f010"; }
.fa-search-minus {
  --fa: "\f010"; }
.fa-ruler-vertical {
  --fa: "\f548"; }
.fa-user-large {
  --fa: "\f406"; }
.fa-user-alt {
  --fa: "\f406"; }
.fa-train-tram {
  --fa: "\e5b4"; }
.fa-user-nurse {
  --fa: "\f82f"; }
.fa-syringe {
  --fa: "\f48e"; }
.fa-cloud-sun {
  --fa: "\f6c4"; }
.fa-stopwatch-20 {
  --fa: "\e06f"; }
.fa-square-full {
  --fa: "\f45c"; }
.fa-magnet {
  --fa: "\f076"; }
.fa-jar {
  --fa: "\e516"; }
.fa-note-sticky {
  --fa: "\f249"; }
.fa-sticky-note {
  --fa: "\f249"; }
.fa-bug-slash {
  --fa: "\e490"; }
.fa-arrow-up-from-water-pump {
  --fa: "\e4b6"; }
.fa-bone {
  --fa: "\f5d7"; }
.fa-table-cells-row-unlock {
  --fa: "\e691"; }
.fa-user-injured {
  --fa: "\f728"; }
.fa-face-sad-tear {
  --fa: "\f5b4"; }
.fa-sad-tear {
  --fa: "\f5b4"; }
.fa-plane {
  --fa: "\f072"; }
.fa-tent-arrows-down {
  --fa: "\e581"; }
.fa-exclamation {
  --fa: "\21"; }
.fa-arrows-spin {
  --fa: "\e4bb"; }
.fa-print {
  --fa: "\f02f"; }
.fa-turkish-lira-sign {
  --fa: "\e2bb"; }
.fa-try {
  --fa: "\e2bb"; }
.fa-turkish-lira {
  --fa: "\e2bb"; }
.fa-dollar-sign {
  --fa: "\24"; }
.fa-dollar {
  --fa: "\24"; }
.fa-usd {
  --fa: "\24"; }
.fa-x {
  --fa: "\58"; }
.fa-magnifying-glass-dollar {
  --fa: "\f688"; }
.fa-search-dollar {
  --fa: "\f688"; }
.fa-users-gear {
  --fa: "\f509"; }
.fa-users-cog {
  --fa: "\f509"; }
.fa-person-military-pointing {
  --fa: "\e54a"; }
.fa-building-columns {
  --fa: "\f19c"; }
.fa-bank {
  --fa: "\f19c"; }
.fa-institution {
  --fa: "\f19c"; }
.fa-museum {
  --fa: "\f19c"; }
.fa-university {
  --fa: "\f19c"; }
.fa-umbrella {
  --fa: "\f0e9"; }
.fa-trowel {
  --fa: "\e589"; }
.fa-d {
  --fa: "\44"; }
.fa-stapler {
  --fa: "\e5af"; }
.fa-masks-theater {
  --fa: "\f630"; }
.fa-theater-masks {
  --fa: "\f630"; }
.fa-kip-sign {
  --fa: "\e1c4"; }
.fa-hand-point-left {
  --fa: "\f0a5"; }
.fa-handshake-simple {
  --fa: "\f4c6"; }
.fa-handshake-alt {
  --fa: "\f4c6"; }
.fa-jet-fighter {
  --fa: "\f0fb"; }
.fa-fighter-jet {
  --fa: "\f0fb"; }
.fa-square-share-nodes {
  --fa: "\f1e1"; }
.fa-share-alt-square {
  --fa: "\f1e1"; }
.fa-barcode {
  --fa: "\f02a"; }
.fa-plus-minus {
  --fa: "\e43c"; }
.fa-video {
  --fa: "\f03d"; }
.fa-video-camera {
  --fa: "\f03d"; }
.fa-graduation-cap {
  --fa: "\f19d"; }
.fa-mortar-board {
  --fa: "\f19d"; }
.fa-hand-holding-medical {
  --fa: "\e05c"; }
.fa-person-circle-check {
  --fa: "\e53e"; }
.fa-turn-up {
  --fa: "\f3bf"; }
.fa-level-up-alt {
  --fa: "\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; }
: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('fa-brands-400.86ee2658f0f3b5a5.woff2') format("woff2"), url('fa-brands-400.8eaf0c8893de015e.ttf') format("truetype"); }
.fab,
.fa-brands {
  font-weight: 400; }
.fa-monero {
  --fa: "\f3d0"; }
.fa-hooli {
  --fa: "\f427"; }
.fa-yelp {
  --fa: "\f1e9"; }
.fa-cc-visa {
  --fa: "\f1f0"; }
.fa-lastfm {
  --fa: "\f202"; }
.fa-shopware {
  --fa: "\f5b5"; }
.fa-creative-commons-nc {
  --fa: "\f4e8"; }
.fa-aws {
  --fa: "\f375"; }
.fa-redhat {
  --fa: "\f7bc"; }
.fa-yoast {
  --fa: "\f2b1"; }
.fa-cloudflare {
  --fa: "\e07d"; }
.fa-ups {
  --fa: "\f7e0"; }
.fa-pixiv {
  --fa: "\e640"; }
.fa-wpexplorer {
  --fa: "\f2de"; }
.fa-dyalog {
  --fa: "\f399"; }
.fa-bity {
  --fa: "\f37a"; }
.fa-stackpath {
  --fa: "\f842"; }
.fa-buysellads {
  --fa: "\f20d"; }
.fa-first-order {
  --fa: "\f2b0"; }
.fa-modx {
  --fa: "\f285"; }
.fa-guilded {
  --fa: "\e07e"; }
.fa-vnv {
  --fa: "\f40b"; }
.fa-square-js {
  --fa: "\f3b9"; }
.fa-js-square {
  --fa: "\f3b9"; }
.fa-microsoft {
  --fa: "\f3ca"; }
.fa-qq {
  --fa: "\f1d6"; }
.fa-orcid {
  --fa: "\f8d2"; }
.fa-java {
  --fa: "\f4e4"; }
.fa-invision {
  --fa: "\f7b0"; }
.fa-creative-commons-pd-alt {
  --fa: "\f4ed"; }
.fa-centercode {
  --fa: "\f380"; }
.fa-glide-g {
  --fa: "\f2a6"; }
.fa-drupal {
  --fa: "\f1a9"; }
.fa-jxl {
  --fa: "\e67b"; }
.fa-dart-lang {
  --fa: "\e693"; }
.fa-hire-a-helper {
  --fa: "\f3b0"; }
.fa-creative-commons-by {
  --fa: "\f4e7"; }
.fa-unity {
  --fa: "\e049"; }
.fa-whmcs {
  --fa: "\f40d"; }
.fa-rocketchat {
  --fa: "\f3e8"; }
.fa-vk {
  --fa: "\f189"; }
.fa-untappd {
  --fa: "\f405"; }
.fa-mailchimp {
  --fa: "\f59e"; }
.fa-css3-alt {
  --fa: "\f38b"; }
.fa-square-reddit {
  --fa: "\f1a2"; }
.fa-reddit-square {
  --fa: "\f1a2"; }
.fa-vimeo-v {
  --fa: "\f27d"; }
.fa-contao {
  --fa: "\f26d"; }
.fa-square-font-awesome {
  --fa: "\e5ad"; }
.fa-deskpro {
  --fa: "\f38f"; }
.fa-brave {
  --fa: "\e63c"; }
.fa-sistrix {
  --fa: "\f3ee"; }
.fa-square-instagram {
  --fa: "\e055"; }
.fa-instagram-square {
  --fa: "\e055"; }
.fa-battle-net {
  --fa: "\f835"; }
.fa-the-red-yeti {
  --fa: "\f69d"; }
.fa-square-hacker-news {
  --fa: "\f3af"; }
.fa-hacker-news-square {
  --fa: "\f3af"; }
.fa-edge {
  --fa: "\f282"; }
.fa-threads {
  --fa: "\e618"; }
.fa-napster {
  --fa: "\f3d2"; }
.fa-square-snapchat {
  --fa: "\f2ad"; }
.fa-snapchat-square {
  --fa: "\f2ad"; }
.fa-google-plus-g {
  --fa: "\f0d5"; }
.fa-artstation {
  --fa: "\f77a"; }
.fa-markdown {
  --fa: "\f60f"; }
.fa-sourcetree {
  --fa: "\f7d3"; }
.fa-google-plus {
  --fa: "\f2b3"; }
.fa-diaspora {
  --fa: "\f791"; }
.fa-foursquare {
  --fa: "\f180"; }
.fa-stack-overflow {
  --fa: "\f16c"; }
.fa-github-alt {
  --fa: "\f113"; }
.fa-phoenix-squadron {
  --fa: "\f511"; }
.fa-pagelines {
  --fa: "\f18c"; }
.fa-algolia {
  --fa: "\f36c"; }
.fa-red-river {
  --fa: "\f3e3"; }
.fa-creative-commons-sa {
  --fa: "\f4ef"; }
.fa-safari {
  --fa: "\f267"; }
.fa-google {
  --fa: "\f1a0"; }
.fa-square-font-awesome-stroke {
  --fa: "\f35c"; }
.fa-font-awesome-alt {
  --fa: "\f35c"; }
.fa-atlassian {
  --fa: "\f77b"; }
.fa-linkedin-in {
  --fa: "\f0e1"; }
.fa-digital-ocean {
  --fa: "\f391"; }
.fa-nimblr {
  --fa: "\f5a8"; }
.fa-chromecast {
  --fa: "\f838"; }
.fa-evernote {
  --fa: "\f839"; }
.fa-hacker-news {
  --fa: "\f1d4"; }
.fa-creative-commons-sampling {
  --fa: "\f4f0"; }
.fa-adversal {
  --fa: "\f36a"; }
.fa-creative-commons {
  --fa: "\f25e"; }
.fa-watchman-monitoring {
  --fa: "\e087"; }
.fa-fonticons {
  --fa: "\f280"; }
.fa-weixin {
  --fa: "\f1d7"; }
.fa-shirtsinbulk {
  --fa: "\f214"; }
.fa-codepen {
  --fa: "\f1cb"; }
.fa-git-alt {
  --fa: "\f841"; }
.fa-lyft {
  --fa: "\f3c3"; }
.fa-rev {
  --fa: "\f5b2"; }
.fa-windows {
  --fa: "\f17a"; }
.fa-wizards-of-the-coast {
  --fa: "\f730"; }
.fa-square-viadeo {
  --fa: "\f2aa"; }
.fa-viadeo-square {
  --fa: "\f2aa"; }
.fa-meetup {
  --fa: "\f2e0"; }
.fa-centos {
  --fa: "\f789"; }
.fa-adn {
  --fa: "\f170"; }
.fa-cloudsmith {
  --fa: "\f384"; }
.fa-opensuse {
  --fa: "\e62b"; }
.fa-pied-piper-alt {
  --fa: "\f1a8"; }
.fa-square-dribbble {
  --fa: "\f397"; }
.fa-dribbble-square {
  --fa: "\f397"; }
.fa-codiepie {
  --fa: "\f284"; }
.fa-node {
  --fa: "\f419"; }
.fa-mix {
  --fa: "\f3cb"; }
.fa-steam {
  --fa: "\f1b6"; }
.fa-cc-apple-pay {
  --fa: "\f416"; }
.fa-scribd {
  --fa: "\f28a"; }
.fa-debian {
  --fa: "\e60b"; }
.fa-openid {
  --fa: "\f19b"; }
.fa-instalod {
  --fa: "\e081"; }
.fa-files-pinwheel {
  --fa: "\e69f"; }
.fa-expeditedssl {
  --fa: "\f23e"; }
.fa-sellcast {
  --fa: "\f2da"; }
.fa-square-twitter {
  --fa: "\f081"; }
.fa-twitter-square {
  --fa: "\f081"; }
.fa-r-project {
  --fa: "\f4f7"; }
.fa-delicious {
  --fa: "\f1a5"; }
.fa-freebsd {
  --fa: "\f3a4"; }
.fa-vuejs {
  --fa: "\f41f"; }
.fa-accusoft {
  --fa: "\f369"; }
.fa-ioxhost {
  --fa: "\f208"; }
.fa-fonticons-fi {
  --fa: "\f3a2"; }
.fa-app-store {
  --fa: "\f36f"; }
.fa-cc-mastercard {
  --fa: "\f1f1"; }
.fa-itunes-note {
  --fa: "\f3b5"; }
.fa-golang {
  --fa: "\e40f"; }
.fa-kickstarter {
  --fa: "\f3bb"; }
.fa-square-kickstarter {
  --fa: "\f3bb"; }
.fa-grav {
  --fa: "\f2d6"; }
.fa-weibo {
  --fa: "\f18a"; }
.fa-uncharted {
  --fa: "\e084"; }
.fa-firstdraft {
  --fa: "\f3a1"; }
.fa-square-youtube {
  --fa: "\f431"; }
.fa-youtube-square {
  --fa: "\f431"; }
.fa-wikipedia-w {
  --fa: "\f266"; }
.fa-wpressr {
  --fa: "\f3e4"; }
.fa-rendact {
  --fa: "\f3e4"; }
.fa-angellist {
  --fa: "\f209"; }
.fa-galactic-republic {
  --fa: "\f50c"; }
.fa-nfc-directional {
  --fa: "\e530"; }
.fa-skype {
  --fa: "\f17e"; }
.fa-joget {
  --fa: "\f3b7"; }
.fa-fedora {
  --fa: "\f798"; }
.fa-stripe-s {
  --fa: "\f42a"; }
.fa-meta {
  --fa: "\e49b"; }
.fa-laravel {
  --fa: "\f3bd"; }
.fa-hotjar {
  --fa: "\f3b1"; }
.fa-bluetooth-b {
  --fa: "\f294"; }
.fa-square-letterboxd {
  --fa: "\e62e"; }
.fa-sticker-mule {
  --fa: "\f3f7"; }
.fa-creative-commons-zero {
  --fa: "\f4f3"; }
.fa-hips {
  --fa: "\f452"; }
.fa-css {
  --fa: "\e6a2"; }
.fa-behance {
  --fa: "\f1b4"; }
.fa-reddit {
  --fa: "\f1a1"; }
.fa-discord {
  --fa: "\f392"; }
.fa-chrome {
  --fa: "\f268"; }
.fa-app-store-ios {
  --fa: "\f370"; }
.fa-cc-discover {
  --fa: "\f1f2"; }
.fa-wpbeginner {
  --fa: "\f297"; }
.fa-confluence {
  --fa: "\f78d"; }
.fa-shoelace {
  --fa: "\e60c"; }
.fa-mdb {
  --fa: "\f8ca"; }
.fa-dochub {
  --fa: "\f394"; }
.fa-accessible-icon {
  --fa: "\f368"; }
.fa-ebay {
  --fa: "\f4f4"; }
.fa-amazon {
  --fa: "\f270"; }
.fa-unsplash {
  --fa: "\e07c"; }
.fa-yarn {
  --fa: "\f7e3"; }
.fa-square-steam {
  --fa: "\f1b7"; }
.fa-steam-square {
  --fa: "\f1b7"; }
.fa-500px {
  --fa: "\f26e"; }
.fa-square-vimeo {
  --fa: "\f194"; }
.fa-vimeo-square {
  --fa: "\f194"; }
.fa-asymmetrik {
  --fa: "\f372"; }
.fa-font-awesome {
  --fa: "\f2b4"; }
.fa-font-awesome-flag {
  --fa: "\f2b4"; }
.fa-font-awesome-logo-full {
  --fa: "\f2b4"; }
.fa-gratipay {
  --fa: "\f184"; }
.fa-apple {
  --fa: "\f179"; }
.fa-hive {
  --fa: "\e07f"; }
.fa-gitkraken {
  --fa: "\f3a6"; }
.fa-keybase {
  --fa: "\f4f5"; }
.fa-apple-pay {
  --fa: "\f415"; }
.fa-padlet {
  --fa: "\e4a0"; }
.fa-amazon-pay {
  --fa: "\f42c"; }
.fa-square-github {
  --fa: "\f092"; }
.fa-github-square {
  --fa: "\f092"; }
.fa-stumbleupon {
  --fa: "\f1a4"; }
.fa-fedex {
  --fa: "\f797"; }
.fa-phoenix-framework {
  --fa: "\f3dc"; }
.fa-shopify {
  --fa: "\e057"; }
.fa-neos {
  --fa: "\f612"; }
.fa-square-threads {
  --fa: "\e619"; }
.fa-hackerrank {
  --fa: "\f5f7"; }
.fa-researchgate {
  --fa: "\f4f8"; }
.fa-swift {
  --fa: "\f8e1"; }
.fa-angular {
  --fa: "\f420"; }
.fa-speakap {
  --fa: "\f3f3"; }
.fa-angrycreative {
  --fa: "\f36e"; }
.fa-y-combinator {
  --fa: "\f23b"; }
.fa-empire {
  --fa: "\f1d1"; }
.fa-envira {
  --fa: "\f299"; }
.fa-google-scholar {
  --fa: "\e63b"; }
.fa-square-gitlab {
  --fa: "\e5ae"; }
.fa-gitlab-square {
  --fa: "\e5ae"; }
.fa-studiovinari {
  --fa: "\f3f8"; }
.fa-pied-piper {
  --fa: "\f2ae"; }
.fa-wordpress {
  --fa: "\f19a"; }
.fa-product-hunt {
  --fa: "\f288"; }
.fa-firefox {
  --fa: "\f269"; }
.fa-linode {
  --fa: "\f2b8"; }
.fa-goodreads {
  --fa: "\f3a8"; }
.fa-square-odnoklassniki {
  --fa: "\f264"; }
.fa-odnoklassniki-square {
  --fa: "\f264"; }
.fa-jsfiddle {
  --fa: "\f1cc"; }
.fa-sith {
  --fa: "\f512"; }
.fa-themeisle {
  --fa: "\f2b2"; }
.fa-page4 {
  --fa: "\f3d7"; }
.fa-hashnode {
  --fa: "\e499"; }
.fa-react {
  --fa: "\f41b"; }
.fa-cc-paypal {
  --fa: "\f1f4"; }
.fa-squarespace {
  --fa: "\f5be"; }
.fa-cc-stripe {
  --fa: "\f1f5"; }
.fa-creative-commons-share {
  --fa: "\f4f2"; }
.fa-bitcoin {
  --fa: "\f379"; }
.fa-keycdn {
  --fa: "\f3ba"; }
.fa-opera {
  --fa: "\f26a"; }
.fa-itch-io {
  --fa: "\f83a"; }
.fa-umbraco {
  --fa: "\f8e8"; }
.fa-galactic-senate {
  --fa: "\f50d"; }
.fa-ubuntu {
  --fa: "\f7df"; }
.fa-draft2digital {
  --fa: "\f396"; }
.fa-stripe {
  --fa: "\f429"; }
.fa-houzz {
  --fa: "\f27c"; }
.fa-gg {
  --fa: "\f260"; }
.fa-dhl {
  --fa: "\f790"; }
.fa-square-pinterest {
  --fa: "\f0d3"; }
.fa-pinterest-square {
  --fa: "\f0d3"; }
.fa-xing {
  --fa: "\f168"; }
.fa-blackberry {
  --fa: "\f37b"; }
.fa-creative-commons-pd {
  --fa: "\f4ec"; }
.fa-playstation {
  --fa: "\f3df"; }
.fa-quinscape {
  --fa: "\f459"; }
.fa-less {
  --fa: "\f41d"; }
.fa-blogger-b {
  --fa: "\f37d"; }
.fa-opencart {
  --fa: "\f23d"; }
.fa-vine {
  --fa: "\f1ca"; }
.fa-signal-messenger {
  --fa: "\e663"; }
.fa-paypal {
  --fa: "\f1ed"; }
.fa-gitlab {
  --fa: "\f296"; }
.fa-typo3 {
  --fa: "\f42b"; }
.fa-reddit-alien {
  --fa: "\f281"; }
.fa-yahoo {
  --fa: "\f19e"; }
.fa-dailymotion {
  --fa: "\e052"; }
.fa-affiliatetheme {
  --fa: "\f36b"; }
.fa-pied-piper-pp {
  --fa: "\f1a7"; }
.fa-bootstrap {
  --fa: "\f836"; }
.fa-odnoklassniki {
  --fa: "\f263"; }
.fa-nfc-symbol {
  --fa: "\e531"; }
.fa-mintbit {
  --fa: "\e62f"; }
.fa-ethereum {
  --fa: "\f42e"; }
.fa-speaker-deck {
  --fa: "\f83c"; }
.fa-creative-commons-nc-eu {
  --fa: "\f4e9"; }
.fa-patreon {
  --fa: "\f3d9"; }
.fa-avianex {
  --fa: "\f374"; }
.fa-ello {
  --fa: "\f5f1"; }
.fa-gofore {
  --fa: "\f3a7"; }
.fa-bimobject {
  --fa: "\f378"; }
.fa-brave-reverse {
  --fa: "\e63d"; }
.fa-facebook-f {
  --fa: "\f39e"; }
.fa-square-google-plus {
  --fa: "\f0d4"; }
.fa-google-plus-square {
  --fa: "\f0d4"; }
.fa-web-awesome {
  --fa: "\e682"; }
.fa-mandalorian {
  --fa: "\f50f"; }
.fa-first-order-alt {
  --fa: "\f50a"; }
.fa-osi {
  --fa: "\f41a"; }
.fa-google-wallet {
  --fa: "\f1ee"; }
.fa-d-and-d-beyond {
  --fa: "\f6ca"; }
.fa-periscope {
  --fa: "\f3da"; }
.fa-fulcrum {
  --fa: "\f50b"; }
.fa-cloudscale {
  --fa: "\f383"; }
.fa-forumbee {
  --fa: "\f211"; }
.fa-mizuni {
  --fa: "\f3cc"; }
.fa-schlix {
  --fa: "\f3ea"; }
.fa-square-xing {
  --fa: "\f169"; }
.fa-xing-square {
  --fa: "\f169"; }
.fa-bandcamp {
  --fa: "\f2d5"; }
.fa-wpforms {
  --fa: "\f298"; }
.fa-cloudversify {
  --fa: "\f385"; }
.fa-usps {
  --fa: "\f7e1"; }
.fa-megaport {
  --fa: "\f5a3"; }
.fa-magento {
  --fa: "\f3c4"; }
.fa-spotify {
  --fa: "\f1bc"; }
.fa-optin-monster {
  --fa: "\f23c"; }
.fa-fly {
  --fa: "\f417"; }
.fa-square-bluesky {
  --fa: "\e6a3"; }
.fa-aviato {
  --fa: "\f421"; }
.fa-itunes {
  --fa: "\f3b4"; }
.fa-cuttlefish {
  --fa: "\f38c"; }
.fa-blogger {
  --fa: "\f37c"; }
.fa-flickr {
  --fa: "\f16e"; }
.fa-viber {
  --fa: "\f409"; }
.fa-soundcloud {
  --fa: "\f1be"; }
.fa-digg {
  --fa: "\f1a6"; }
.fa-tencent-weibo {
  --fa: "\f1d5"; }
.fa-letterboxd {
  --fa: "\e62d"; }
.fa-symfony {
  --fa: "\f83d"; }
.fa-maxcdn {
  --fa: "\f136"; }
.fa-etsy {
  --fa: "\f2d7"; }
.fa-facebook-messenger {
  --fa: "\f39f"; }
.fa-audible {
  --fa: "\f373"; }
.fa-think-peaks {
  --fa: "\f731"; }
.fa-bilibili {
  --fa: "\e3d9"; }
.fa-erlang {
  --fa: "\f39d"; }
.fa-x-twitter {
  --fa: "\e61b"; }
.fa-cotton-bureau {
  --fa: "\f89e"; }
.fa-dashcube {
  --fa: "\f210"; }
.fa-42-group {
  --fa: "\e080"; }
.fa-innosoft {
  --fa: "\e080"; }
.fa-stack-exchange {
  --fa: "\f18d"; }
.fa-elementor {
  --fa: "\f430"; }
.fa-square-pied-piper {
  --fa: "\e01e"; }
.fa-pied-piper-square {
  --fa: "\e01e"; }
.fa-creative-commons-nd {
  --fa: "\f4eb"; }
.fa-palfed {
  --fa: "\f3d8"; }
.fa-superpowers {
  --fa: "\f2dd"; }
.fa-resolving {
  --fa: "\f3e7"; }
.fa-xbox {
  --fa: "\f412"; }
.fa-square-web-awesome-stroke {
  --fa: "\e684"; }
.fa-searchengin {
  --fa: "\f3eb"; }
.fa-tiktok {
  --fa: "\e07b"; }
.fa-square-facebook {
  --fa: "\f082"; }
.fa-facebook-square {
  --fa: "\f082"; }
.fa-renren {
  --fa: "\f18b"; }
.fa-linux {
  --fa: "\f17c"; }
.fa-glide {
  --fa: "\f2a5"; }
.fa-linkedin {
  --fa: "\f08c"; }
.fa-hubspot {
  --fa: "\f3b2"; }
.fa-deploydog {
  --fa: "\f38e"; }
.fa-twitch {
  --fa: "\f1e8"; }
.fa-flutter {
  --fa: "\e694"; }
.fa-ravelry {
  --fa: "\f2d9"; }
.fa-mixer {
  --fa: "\e056"; }
.fa-square-lastfm {
  --fa: "\f203"; }
.fa-lastfm-square {
  --fa: "\f203"; }
.fa-vimeo {
  --fa: "\f40a"; }
.fa-mendeley {
  --fa: "\f7b3"; }
.fa-uniregistry {
  --fa: "\f404"; }
.fa-figma {
  --fa: "\f799"; }
.fa-creative-commons-remix {
  --fa: "\f4ee"; }
.fa-cc-amazon-pay {
  --fa: "\f42d"; }
.fa-dropbox {
  --fa: "\f16b"; }
.fa-instagram {
  --fa: "\f16d"; }
.fa-cmplid {
  --fa: "\e360"; }
.fa-upwork {
  --fa: "\e641"; }
.fa-facebook {
  --fa: "\f09a"; }
.fa-gripfire {
  --fa: "\f3ac"; }
.fa-jedi-order {
  --fa: "\f50e"; }
.fa-uikit {
  --fa: "\f403"; }
.fa-fort-awesome-alt {
  --fa: "\f3a3"; }
.fa-phabricator {
  --fa: "\f3db"; }
.fa-ussunnah {
  --fa: "\f407"; }
.fa-earlybirds {
  --fa: "\f39a"; }
.fa-trade-federation {
  --fa: "\f513"; }
.fa-autoprefixer {
  --fa: "\f41c"; }
.fa-whatsapp {
  --fa: "\f232"; }
.fa-square-upwork {
  --fa: "\e67c"; }
.fa-slideshare {
  --fa: "\f1e7"; }
.fa-google-play {
  --fa: "\f3ab"; }
.fa-viadeo {
  --fa: "\f2a9"; }
.fa-line {
  --fa: "\f3c0"; }
.fa-google-drive {
  --fa: "\f3aa"; }
.fa-servicestack {
  --fa: "\f3ec"; }
.fa-simplybuilt {
  --fa: "\f215"; }
.fa-bitbucket {
  --fa: "\f171"; }
.fa-imdb {
  --fa: "\f2d8"; }
.fa-deezer {
  --fa: "\e077"; }
.fa-raspberry-pi {
  --fa: "\f7bb"; }
.fa-jira {
  --fa: "\f7b1"; }
.fa-docker {
  --fa: "\f395"; }
.fa-screenpal {
  --fa: "\e570"; }
.fa-bluetooth {
  --fa: "\f293"; }
.fa-gitter {
  --fa: "\f426"; }
.fa-d-and-d {
  --fa: "\f38d"; }
.fa-microblog {
  --fa: "\e01a"; }
.fa-cc-diners-club {
  --fa: "\f24c"; }
.fa-gg-circle {
  --fa: "\f261"; }
.fa-pied-piper-hat {
  --fa: "\f4e5"; }
.fa-kickstarter-k {
  --fa: "\f3bc"; }
.fa-yandex {
  --fa: "\f413"; }
.fa-readme {
  --fa: "\f4d5"; }
.fa-html5 {
  --fa: "\f13b"; }
.fa-sellsy {
  --fa: "\f213"; }
.fa-square-web-awesome {
  --fa: "\e683"; }
.fa-sass {
  --fa: "\f41e"; }
.fa-wirsindhandwerk {
  --fa: "\e2d0"; }
.fa-wsh {
  --fa: "\e2d0"; }
.fa-buromobelexperte {
  --fa: "\f37f"; }
.fa-salesforce {
  --fa: "\f83b"; }
.fa-octopus-deploy {
  --fa: "\e082"; }
.fa-medapps {
  --fa: "\f3c6"; }
.fa-ns8 {
  --fa: "\f3d5"; }
.fa-pinterest-p {
  --fa: "\f231"; }
.fa-apper {
  --fa: "\f371"; }
.fa-fort-awesome {
  --fa: "\f286"; }
.fa-waze {
  --fa: "\f83f"; }
.fa-bluesky {
  --fa: "\e671"; }
.fa-cc-jcb {
  --fa: "\f24b"; }
.fa-snapchat {
  --fa: "\f2ab"; }
.fa-snapchat-ghost {
  --fa: "\f2ab"; }
.fa-fantasy-flight-games {
  --fa: "\f6dc"; }
.fa-rust {
  --fa: "\e07a"; }
.fa-wix {
  --fa: "\f5cf"; }
.fa-square-behance {
  --fa: "\f1b5"; }
.fa-behance-square {
  --fa: "\f1b5"; }
.fa-supple {
  --fa: "\f3f9"; }
.fa-webflow {
  --fa: "\e65c"; }
.fa-rebel {
  --fa: "\f1d0"; }
.fa-css3 {
  --fa: "\f13c"; }
.fa-staylinked {
  --fa: "\f3f5"; }
.fa-kaggle {
  --fa: "\f5fa"; }
.fa-space-awesome {
  --fa: "\e5ac"; }
.fa-deviantart {
  --fa: "\f1bd"; }
.fa-cpanel {
  --fa: "\f388"; }
.fa-goodreads-g {
  --fa: "\f3a9"; }
.fa-square-git {
  --fa: "\f1d2"; }
.fa-git-square {
  --fa: "\f1d2"; }
.fa-square-tumblr {
  --fa: "\f174"; }
.fa-tumblr-square {
  --fa: "\f174"; }
.fa-trello {
  --fa: "\f181"; }
.fa-creative-commons-nc-jp {
  --fa: "\f4ea"; }
.fa-get-pocket {
  --fa: "\f265"; }
.fa-perbyte {
  --fa: "\e083"; }
.fa-grunt {
  --fa: "\f3ad"; }
.fa-weebly {
  --fa: "\f5cc"; }
.fa-connectdevelop {
  --fa: "\f20e"; }
.fa-leanpub {
  --fa: "\f212"; }
.fa-black-tie {
  --fa: "\f27e"; }
.fa-themeco {
  --fa: "\f5c6"; }
.fa-python {
  --fa: "\f3e2"; }
.fa-android {
  --fa: "\f17b"; }
.fa-bots {
  --fa: "\e340"; }
.fa-free-code-camp {
  --fa: "\f2c5"; }
.fa-hornbill {
  --fa: "\f592"; }
.fa-js {
  --fa: "\f3b8"; }
.fa-ideal {
  --fa: "\e013"; }
.fa-git {
  --fa: "\f1d3"; }
.fa-dev {
  --fa: "\f6cc"; }
.fa-sketch {
  --fa: "\f7c6"; }
.fa-yandex-international {
  --fa: "\f414"; }
.fa-cc-amex {
  --fa: "\f1f3"; }
.fa-uber {
  --fa: "\f402"; }
.fa-github {
  --fa: "\f09b"; }
.fa-php {
  --fa: "\f457"; }
.fa-alipay {
  --fa: "\f642"; }
.fa-youtube {
  --fa: "\f167"; }
.fa-skyatlas {
  --fa: "\f216"; }
.fa-firefox-browser {
  --fa: "\e007"; }
.fa-replyd {
  --fa: "\f3e6"; }
.fa-suse {
  --fa: "\f7d6"; }
.fa-jenkins {
  --fa: "\f3b6"; }
.fa-twitter {
  --fa: "\f099"; }
.fa-rockrms {
  --fa: "\f3e9"; }
.fa-pinterest {
  --fa: "\f0d2"; }
.fa-buffer {
  --fa: "\f837"; }
.fa-npm {
  --fa: "\f3d4"; }
.fa-yammer {
  --fa: "\f840"; }
.fa-btc {
  --fa: "\f15a"; }
.fa-dribbble {
  --fa: "\f17d"; }
.fa-stumbleupon-circle {
  --fa: "\f1a3"; }
.fa-internet-explorer {
  --fa: "\f26b"; }
.fa-stubber {
  --fa: "\e5c7"; }
.fa-telegram {
  --fa: "\f2c6"; }
.fa-telegram-plane {
  --fa: "\f2c6"; }
.fa-old-republic {
  --fa: "\f510"; }
.fa-odysee {
  --fa: "\e5c6"; }
.fa-square-whatsapp {
  --fa: "\f40c"; }
.fa-whatsapp-square {
  --fa: "\f40c"; }
.fa-node-js {
  --fa: "\f3d3"; }
.fa-edge-legacy {
  --fa: "\e078"; }
.fa-slack {
  --fa: "\f198"; }
.fa-slack-hash {
  --fa: "\f198"; }
.fa-medrt {
  --fa: "\f3c8"; }
.fa-usb {
  --fa: "\f287"; }
.fa-tumblr {
  --fa: "\f173"; }
.fa-vaadin {
  --fa: "\f408"; }
.fa-quora {
  --fa: "\f2c4"; }
.fa-square-x-twitter {
  --fa: "\e61a"; }
.fa-reacteurope {
  --fa: "\f75d"; }
.fa-medium {
  --fa: "\f23a"; }
.fa-medium-m {
  --fa: "\f23a"; }
.fa-amilia {
  --fa: "\f36d"; }
.fa-mixcloud {
  --fa: "\f289"; }
.fa-flipboard {
  --fa: "\f44d"; }
.fa-viacoin {
  --fa: "\f237"; }
.fa-critical-role {
  --fa: "\f6c9"; }
.fa-sitrox {
  --fa: "\e44a"; }
.fa-discourse {
  --fa: "\f393"; }
.fa-joomla {
  --fa: "\f1aa"; }
.fa-mastodon {
  --fa: "\f4f6"; }
.fa-airbnb {
  --fa: "\f834"; }
.fa-wolf-pack-battalion {
  --fa: "\f514"; }
.fa-buy-n-large {
  --fa: "\f8a6"; }
.fa-gulp {
  --fa: "\f3ae"; }
.fa-creative-commons-sampling-plus {
  --fa: "\f4f1"; }
.fa-strava {
  --fa: "\f428"; }
.fa-ember {
  --fa: "\f423"; }
.fa-canadian-maple-leaf {
  --fa: "\f785"; }
.fa-teamspeak {
  --fa: "\f4f9"; }
.fa-pushed {
  --fa: "\f3e1"; }
.fa-wordpress-simple {
  --fa: "\f411"; }
.fa-nutritionix {
  --fa: "\f3d6"; }
.fa-wodu {
  --fa: "\e088"; }
.fa-google-pay {
  --fa: "\e079"; }
.fa-intercom {
  --fa: "\f7af"; }
.fa-zhihu {
  --fa: "\f63f"; }
.fa-korvue {
  --fa: "\f42f"; }
.fa-pix {
  --fa: "\e43a"; }
.fa-steam-symbol {
  --fa: "\f3f6"; }
: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('fa-regular-400.849b82e233cfe2f9.woff2') format("woff2"), url('fa-regular-400.bd1cf947e4932a4d.ttf') format("truetype"); }
.far,
.fa-regular {
  font-weight: 400; }
: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('fa-solid-900.ee6983981ffcbb41.woff2') format("woff2"), url('fa-solid-900.7a5aa5abd625137f.ttf') format("truetype"); }
.fas,
.fa-solid {
  font-weight: 900; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url('fa-brands-400.86ee2658f0f3b5a5.woff2') format("woff2"), url('fa-brands-400.8eaf0c8893de015e.ttf') format("truetype"); }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url('fa-solid-900.ee6983981ffcbb41.woff2') format("woff2"), url('fa-solid-900.7a5aa5abd625137f.ttf') format("truetype"); }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url('fa-regular-400.849b82e233cfe2f9.woff2') format("woff2"), url('fa-regular-400.bd1cf947e4932a4d.ttf') format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url('fa-solid-900.ee6983981ffcbb41.woff2') format("woff2"), url('fa-solid-900.7a5aa5abd625137f.ttf') format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url('fa-brands-400.86ee2658f0f3b5a5.woff2') format("woff2"), url('fa-brands-400.8eaf0c8893de015e.ttf') format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url('fa-regular-400.849b82e233cfe2f9.woff2') format("woff2"), url('fa-regular-400.bd1cf947e4932a4d.ttf') format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url('fa-v4compatibility.59487ca3d8487240.woff2') format("woff2"), url('fa-v4compatibility.c63df8a6c67912d1.ttf') format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }

/*!******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************/
.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}
.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}
.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}
/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}
.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}
.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}
.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/@adyen/adyen-web/dist/adyen.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.adyen-checkout__spinner__wrapper{align-items:center;display:flex;height:100%;justify-content:center}.adyen-checkout__spinner__wrapper--inline{display:inline-block;height:auto;margin-right:8px}[dir=rtl] .adyen-checkout__spinner__wrapper--inline{margin-left:8px;margin-right:0}.adyen-checkout__spinner{animation:rotate-spinner 1.5s linear infinite;border:3px solid #0075ff;border-radius:50%;border-top-color:transparent;height:43px;width:43px}.adyen-checkout__spinner--large{height:43px;width:43px}.adyen-checkout__spinner--small{border-width:2px;height:16px;width:16px}.adyen-checkout__spinner--medium{height:28px;width:28px}@keyframes rotate-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.adyen-checkout__button{background:#00112c;border:0;border-radius:6px;color:#fff;cursor:pointer;font-size:1em;font-weight:500;height:48px;margin:0;padding:15px;text-decoration:none;transition:background .3s ease-out,box-shadow .3s ease-out;width:100%}.adyen-checkout__button:focus{box-shadow:0 0 0 2px #3070ED;outline:0}.adyen-checkout__button:hover{background:#1c3045;box-shadow:0 0,0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14)}.adyen-checkout__button:active{background:#3a4a5c}.adyen-checkout__button:hover:focus{box-shadow:0 0 0 2px #3070ED,0 3px 4px rgba(0,15,45,.2)}.adyen-checkout__button:disabled,.adyen-checkout__button:disabled:hover{box-shadow:none;cursor:not-allowed;opacity:.4;-webkit-user-select:all;user-select:all}.adyen-checkout__button.adyen-checkout__button--loading{background:#687282;box-shadow:none;pointer-events:none;-webkit-user-select:none;user-select:none}.adyen-checkout__button.adyen-checkout__button--pay{display:flex;justify-content:center;margin-top:24px}.adyen-checkout__button.adyen-checkout__button--pay:disabled{opacity:.4}.adyen-checkout__button.adyen-checkout__button--standalone{margin-top:0}.adyen-checkout__button.adyen-checkout__button--inline{display:block;font-size:.81em;height:auto;padding:10px 8px;width:auto}.adyen-checkout__button.adyen-checkout__button--ghost{background:none;border:0;color:#00112c}.adyen-checkout__button.adyen-checkout__button--ghost:hover{background:#f7f8f9;box-shadow:none}.adyen-checkout__button.adyen-checkout__button--ghost:active{background:#e6e9eb;box-shadow:none}.adyen-checkout__button.adyen-checkout__button--secondary{background:#fff;border:1px solid #00112c;color:#00112c;padding:10px 12px}.adyen-checkout__button.adyen-checkout__button--secondary:hover{background:#f7f8f9;box-shadow:0 2px 4px rgba(27,42,60,.2),0 4px 5px rgba(27,42,60,.14)}.adyen-checkout__button.adyen-checkout__button--secondary:active,.adyen-checkout__button.adyen-checkout__button--secondary:active:hover{background:#f7f8f9;box-shadow:none}.adyen-checkout__button.adyen-checkout__button--secondary:disabled,.adyen-checkout__button.adyen-checkout__button--secondary:disabled:hover{background-color:#f7f8f9;border-color:#99a3ad;box-shadow:none;cursor:not-allowed;opacity:.5;-webkit-user-select:all;user-select:all}.adyen-checkout__button.adyen-checkout__button--secondary .adyen-checkout__spinner{border-color:transparent #00112c #00112c}.adyen-checkout__button.adyen-checkout__button--action{background:rgba(0,102,255,.1);border:1px solid transparent;color:#0075ff;padding:10px 12px}.adyen-checkout__button.adyen-checkout__button--action:hover{background:rgba(0,102,255,.2);box-shadow:none}.adyen-checkout__button.adyen-checkout__button--action:active,.adyen-checkout__button.adyen-checkout__button--action:active:hover{background:rgba(0,102,255,.3);box-shadow:none}.adyen-checkout__button.adyen-checkout__button--link{background:transparent;border:1px solid transparent;border-radius:3px;color:#0075ff;font-weight:400;padding:2px}.adyen-checkout__button.adyen-checkout__button--link:hover{background:transparent;box-shadow:none;text-decoration:underline}.adyen-checkout__button.adyen-checkout__button--completed,.adyen-checkout__button.adyen-checkout__button--completed:active,.adyen-checkout__button.adyen-checkout__button--completed:active:hover,.adyen-checkout__button.adyen-checkout__button--completed:hover{background:#089a43;color:#fff}.adyen-checkout__button.adyen-checkout__button--completed .adyen-checkout__button__icon{filter:brightness(0) invert(1)}.adyen-checkout__button__content{align-items:center;display:flex;height:100%;justify-content:center}.adyen-checkout__button__icon{margin-right:12px}[dir=rtl] .adyen-checkout__button__icon{margin-left:12px;margin-right:0}.adyen-checkout__button__text{display:block;justify-content:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adyen-checkout__button__text--sr-only{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.adyen-checkout__button .adyen-checkout__spinner{border-color:transparent #fff #fff}.checkout-secondary-button__text{font-size:.85em;margin-left:5px;margin-top:1px}.adyen-checkout__iframe{border:0}.adyen-checkout__fieldset{border:none;display:block;margin-inline-end:0;margin-inline-start:0;margin:0;padding-block-start:0;padding-bottom:8px;padding-block-end:0;padding-inline-end:0;padding-inline-start:0;width:100%}.adyen-checkout__fieldset:last-of-type{padding-bottom:0}.adyen-checkout__fieldset+.adyen-checkout__fieldset{margin-top:16px}.adyen-checkout__fieldset__title{color:#687282;display:block;font-size:.68em;font-weight:700;letter-spacing:1px;margin:0;padding:0 0 12px;text-transform:uppercase}.adyen-checkout__field-group,.adyen-checkout__fieldset__fields{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}@media (min-width:480px){.adyen-checkout__field-group:last-of-type .adyen-checkout__field{margin-bottom:0}}.adyen-checkout__field-group:last-of-type .adyen-checkout__field:last-of-type,:not(.adyen-checkout__field-group)>.adyen-checkout__field:last-of-type{margin-bottom:0}.adyen-checkout__fieldset--readonly .adyen-checkout__fieldset__fields{color:#00112c;font-size:.81em;line-height:19px;margin:0}.adyen-checkout__field{display:block;margin-bottom:16px;width:100%}.adyen-checkout__label{display:block;position:relative}.adyen-checkout__helper-text,.adyen-checkout__label__text{color:#00112c;display:block;font-size:.81em;font-weight:400;line-height:13px;padding-bottom:5px}.adyen-checkout__label-adornment--end{position:absolute;right:0;top:0}.adyen-checkout__helper-text{color:#687282}.adyen-checkout__label__text{display:block;overflow:hidden;text-overflow:ellipsis;transition:color .1s ease-out;white-space:nowrap}.adyen-checkout__label__text--error{color:#c12424}.adyen-checkout__label--focused .adyen-checkout__label__text{color:#0075ff}.adyen-checkout__error-text{align-items:center;color:#c12424;display:flex;font-size:.75em;font-weight:400;margin-top:4px}.adyen-checkout__field-wrapper{display:flex;width:100%}@media (min-width:480px){.adyen-checkout__field--20{width:20%}.adyen-checkout__field--30{width:30%}.adyen-checkout__field--40{width:40%}.adyen-checkout__field--50{width:50%}.adyen-checkout__field--60{width:60%}.adyen-checkout__field--70{width:70%}.adyen-checkout__field--80{width:80%}.adyen-checkout__field--col-70{width:calc(70% - 8px)}.adyen-checkout__field--col-30{width:calc(30% - 8px)}.adyen-checkout__field--col-50{width:calc(50% - 8px)}}.adyen-checkout__field-wrapper>.adyen-checkout__field:first-child{margin-right:8px}[dir=rtl] .adyen-checkout__field-wrapper>.adyen-checkout__field:first-child{margin-left:8px;margin-right:0}.adyen-checkout__field-wrapper>.adyen-checkout__field:nth-child(2){margin-left:8px}[dir=rtl] .adyen-checkout__field-wrapper>.adyen-checkout__field:nth-child(2){margin-left:0;margin-right:8px}.adyen-checkout__field-wrapper:last-of-type>.adyen-checkout__field{margin-bottom:0}.adyen-checkout__input{background:#fff;border:1px solid #b9c4c9;border-radius:6px;box-sizing:border-box;caret-color:#0075ff;color:#00112c;display:block;font-family:inherit;font-size:1em;height:40px;outline:none;padding:5px 8px;position:relative;transition:border .2s ease-out,box-shadow .2s ease-out;width:100%}.adyen-checkout__input:hover{border-color:#99a3ad}.adyen-checkout__input:required{box-shadow:none}.adyen-checkout__input--disabled,.adyen-checkout__input[readonly]{background:#e6e9eb;border-color:#e6e9eb}.adyen-checkout__input--disabled:hover{border-color:#e6e9eb}.adyen-checkout__input-wrapper{display:block;position:relative}.adyen-checkout__input-wrapper--block{display:block}.adyen-checkout-input__inline-validation{height:16px;position:absolute;right:14px;top:50%;transform:translateY(-50%);width:16px}[dir=rtl] .adyen-checkout-input__inline-validation{left:14px;right:auto}[dir=ltr] .adyen-checkout-input__inline-validation{left:auto;right:14px}.adyen-checkout-input__inline-validation--valid{color:#089a43}.adyen-checkout-input__inline-validation--invalid{color:#c12424}.adyen-checkout__input--valid{border-bottom-color:#089a43}.adyen-checkout__input--error,.adyen-checkout__input--error:hover,.adyen-checkout__input--invalid,.adyen-checkout__input--invalid:hover{border-color:#c12424}.adyen-checkout__input::placeholder{color:#707070;font-weight:200}.adyen-checkout__input--date{padding-right:30px}.adyen-checkout__input--focus,.adyen-checkout__input--focus:hover,.adyen-checkout__input:active,.adyen-checkout__input:active:hover,.adyen-checkout__input:focus,.adyen-checkout__input:focus:hover{border:1px solid #0075ff;box-shadow:0 0 0 2px #3070ED}.adyen-checkout__input[readonly],.adyen-checkout__input[readonly]:hover{background-color:#e6e9eb;border-color:transparent;color:#687282;cursor:default}.adyen-checkout__fieldset--personalDetails .adyen-checkout__field--gender .adyen-checkout__radio_group{display:flex}.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group{display:flex;margin:8px 0}.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group__input-wrapper{margin-right:20px}.adyen-checkout__fieldset--personalDetails .adyen-checkout__radio_group__input-wrapper:last-child{margin:0}.adyen-checkout__radio_group+.adyen-checkout-input__inline-validation{display:none}.adyen-checkout__radio_group__input{opacity:0;position:absolute}.adyen-checkout__radio_group__label{color:inherit;display:block;font-size:.81em;font-weight:400;line-height:16px;overflow:visible;padding-bottom:0;padding-left:24px;position:relative}.adyen-checkout__label--focused .adyen-checkout__radio_group__label{color:inherit}.adyen-checkout__radio_group__label:before{background-color:#fff;border:1px solid #b9c4c9;border-radius:50%;content:"";height:16px;left:0;position:absolute;top:0;transition:border-color .2s ease-out,box-shadow .2s ease-out;width:16px}.adyen-checkout__radio_group__label:hover:before{border-color:#99a3ad;box-shadow:0 0 0 2px #d4d9db;cursor:pointer}.adyen-checkout__radio_group__label:after{background-color:#fff;border-radius:50%;box-shadow:0 1px 1px rgba(0,15,45,.25);content:"";display:block;height:6px;left:5px;margin:0 auto;position:absolute;top:5px;transform:scale(0);transition:transform .2s ease-out;width:6px}.adyen-checkout__radio_group__label:hover{border-color:#0075ff;cursor:pointer}.adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:before,.adyen-checkout__radio_group__label--selected{background-color:#0075ff;border:0;transition:all .2s ease-out}.adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:after{transform:scale(1)}.adyen-checkout__radio_group__input:focus+.adyen-checkout__radio_group__label:before{border-color:#0075ff;box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout__radio_group__input:checked+.adyen-checkout__radio_group__label:hover:before,.adyen-checkout__radio_group__input:checked:active+.adyen-checkout__radio_group__label:before,.adyen-checkout__radio_group__input:checked:focus+.adyen-checkout__radio_group__label:before{box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout__radio_group__label.adyen-checkout__radio_group__label--invalid:before{border:1px solid #c12424}.Select-module_adyen-checkout__dropdown__0Mj-n{position:relative}.Select-module_adyen-checkout__dropdown__button__yTyqq{align-items:center;cursor:pointer;display:flex}.Select-module_adyen-checkout__dropdown__button__yTyqq:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' fill='none'%3E%3Cpath fill='%23687282' d='M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6l2.983 3.982Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";height:6px;position:absolute;right:16px;width:8px}[dir=rtl] .Select-module_adyen-checkout__dropdown__button__yTyqq:after{left:16px;right:auto}.Select-module_adyen-checkout__dropdown__button--active__Ej-JR:after{transform:rotate(180deg)}.Select-module_adyen-checkout__filter-input__CwPBS{background:#fff;border:0;caret-color:#0075ff;color:#00112c;font-family:inherit;font-size:1em;height:100%;padding:0;width:100%}.Select-module_adyen-checkout__filter-input__CwPBS::placeholder{color:#b9c4c9;font-weight:200}.Select-module_adyen-checkout__filter-input__CwPBS:active,.Select-module_adyen-checkout__filter-input__CwPBS:focus{outline:0}.Select-module_adyen-checkout__filter-input__CwPBS[readonly]{background:#e6e9eb;border-color:transparent;color:#00112c;cursor:not-allowed}.Select-module_adyen-checkout__dropdown__list__YtEzj{background:#fff;display:none;list-style:none;margin:0 0 50px;overflow-y:auto;padding:0;position:absolute;width:100%;z-index:1}.Select-module_adyen-checkout__dropdown__list__YtEzj.Select-module_adyen-checkout__dropdown__list--active__Gegw2{display:block}.Select-module_adyen-checkout__dropdown__element__ORU4-{align-items:center;display:flex}.adyen-checkout__image{opacity:0;transition:opacity .6s ease-out}.adyen-checkout__image--loaded{opacity:1}.adyen-checkout__dropdown__button-icon--left{flex-direction:row-reverse;justify-content:flex-end}.adyen-checkout__dropdown__button-icon--left>img{margin-left:0;margin-right:12px}.adyen-checkout__dropdown{font-size:1em;max-width:100%;width:100%}.adyen-checkout__dropdown__button{background:#fff;border:1px solid #b9c4c9;border-radius:6px;color:#00112c;font-size:1em;height:40px;line-height:20px;outline:0;padding:7px 24px 7px 12px;text-decoration:none;transition:border .2s ease-out,box-shadow .2s ease-out;-webkit-user-select:none;user-select:none;width:100%}[dir=rtl] .adyen-checkout__dropdown__button{padding:7px 12px 7px 24px}.adyen-checkout__dropdown__button:hover{border-color:#99a3ad}.adyen-checkout__dropdown__button__icon{border-radius:3px;height:26px;margin-right:12px;max-width:40px}.adyen-checkout__dropdown__button--disabled{opacity:.4}.adyen-checkout__dropdown__button--active,.adyen-checkout__dropdown__button--active:hover,.adyen-checkout__dropdown__button:active,.adyen-checkout__dropdown__button:focus{border-color:#0075ff;box-shadow:0 0 0 2px #3070ED}.adyen-checkout__dropdown__button--readonly,.adyen-checkout__dropdown__button--readonly--active,.adyen-checkout__dropdown__button--readonly:focus,.adyen-checkout__dropdown__button--readonly:hover{background:#e6e9eb;border-color:transparent;color:#00112c;cursor:not-allowed}.adyen-checkout__dropdown__button--readonly:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' fill='none'%3E%3Cpath fill='%23B9C4C9' d='M3.195 6.565a1 1 0 0 0 1.6 0l2.992-3.98a1 1 0 0 0-.8-1.602H1.013a1 1 0 0 0-.8 1.6l2.983 3.982Z'/%3E%3C/svg%3E")}.adyen-checkout__dropdown__button--invalid{border-color:#c12424}.adyen-checkout__dropdown__button--valid{border-bottom-color:#089a43}.adyen-checkout__dropdown__button__text{flex-grow:1;overflow:hidden;pointer-events:none;text-align:left;text-overflow:ellipsis;white-space:nowrap}.adyen-checkout__dropdown__button__secondary-text{margin-right:16px}.adyen-checkout__dropdown__list{border-radius:6px;box-shadow:0 2px 7px rgba(0,15,45,.3);max-height:375px;z-index:2}.adyen-checkout__dropdown__list.adyen-checkout__dropdown__list--active{margin-top:2px}.adyen-checkout__dropdown__element{border:1px solid transparent;cursor:pointer;font-size:.81em;hyphens:auto;line-height:20px;outline:0;padding:8px;transition:background .2s ease-out,border-color .2s ease-out;-webkit-user-select:none;user-select:none;word-break:break-word}.adyen-checkout__dropdown__element .adyen-checkout__icon{position:absolute;right:8px}.adyen-checkout__dropdown__element:last-child{border-bottom:0}.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--active{background:rgba(230,233,235,.6)}.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected{background:rgba(0,102,255,.1)}.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:active,.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:focus,.adyen-checkout__dropdown__element.adyen-checkout__dropdown__element--selected:hover{background:rgba(0,102,255,.15)}.adyen-checkout__dropdown__element--disabled{cursor:not-allowed;opacity:.4}.adyen-checkout__dropdown__element__icon{border-radius:3px;margin-right:12px;max-height:26px;max-width:40px}.adyen-checkout__dropdown__element__text{flex-grow:1}.adyen-checkout__dropdown__element__secondary-text:not(:last-child){margin-right:8px}.adyen-checkout__dropdown__element__flag{margin-left:8px;margin-right:10px;max-height:18px;max-width:27px}.adyen-checkout__dropdown+.adyen-checkout-input__inline-validation{right:32px}.adyen-checkout__address-search{position:relative}.adyen-checkout__address-search .adyen-checkout__dropdown__button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23687282' d='M6.5 11.9a4.5 4.5 0 0 0 2.6-.83l2.77 2.74c.13.13.3.19.48.19.38 0 .65-.29.65-.66a.63.63 0 0 0-.19-.46l-2.75-2.73a4.4 4.4 0 0 0 .92-2.7 4.48 4.48 0 0 0-8.98 0 4.48 4.48 0 0 0 4.5 4.45Zm0-.96a3.53 3.53 0 0 1-3.53-3.49 3.52 3.52 0 0 1 7.04 0c0 1.9-1.59 3.49-3.52 3.49Z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;content:"";height:16px;left:12px;position:absolute;width:16px}.adyen-checkout__address-search .adyen-checkout__dropdown__button--active:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%2300112C' d='M6.5 11.9a4.5 4.5 0 0 0 2.6-.83l2.77 2.74c.13.13.3.19.48.19.38 0 .65-.29.65-.66a.63.63 0 0 0-.19-.46l-2.75-2.73a4.4 4.4 0 0 0 .92-2.7 4.48 4.48 0 0 0-8.98 0 4.48 4.48 0 0 0 4.5 4.45Zm0-.96a3.53 3.53 0 0 1-3.53-3.49 3.52 3.52 0 0 1 7.04 0c0 1.9-1.59 3.49-3.52 3.49Z'/%3E%3C/svg%3E");transform:none}.adyen-checkout__address-search .adyen-checkout__filter-input{padding-left:24px}.adyen-checkout__address-search__manual-add{position:absolute;right:0;top:0}.adyen-checkout__address-search__manual-add .adyen-checkout__address-search__manual-add__button{border:0;padding:0}.adyen-checkout__checkbox{display:block}.adyen-checkout__checkbox__label{color:#00112c;cursor:pointer;font-size:.81em;font-weight:400;line-height:19px;padding-left:24px;position:relative;-webkit-user-select:none;user-select:none}[dir=rtl] .adyen-checkout__checkbox__label{padding-left:0;padding-right:24px}.adyen-checkout__checkbox__input{opacity:0;pointer-events:none;position:absolute}.adyen-checkout__checkbox__input:checked+.adyen-checkout__checkbox__label:before{opacity:1}.adyen-checkout__checkbox__input:checked+.adyen-checkout__checkbox__label:after{background-color:#0075ff;border:1px solid #0075ff}.adyen-checkout__checkbox__input:checked:hover+.adyen-checkout__checkbox__label:after{border-color:#0075ff;box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout__checkbox__input:focus+.adyen-checkout__checkbox__label:after{border:1px solid #0075ff;box-shadow:0 0 0 2px #3070ED}.adyen-checkout__checkbox__input:hover:not(:focus)+.adyen-checkout__checkbox__label:after{border-color:#99a3ad;box-shadow:0 0 0 2px #d4d9db}.adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:before{border-color:transparent #fff #fff transparent;border-radius:0 2px 1px;border-style:solid;border-width:1px 2px 2px 1px;content:"";height:11px;left:1px;opacity:0;position:absolute;top:2px;transform:rotate(37deg);transform-origin:100% 100%;transition:opacity .2s ease-out;width:6px;z-index:1}[dir=rtl] .adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:before{left:auto;right:8px}.adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:after{background-color:#fff;border:1px solid #b9c4c9;border-radius:3px;content:"";height:16px;left:0;position:absolute;top:0;transition:background .15s ease-out,border .05s ease-out,box-shadow .1s ease-out;width:16px;z-index:0}[dir=rtl] .adyen-checkout__checkbox__input+.adyen-checkout__checkbox__label:after{left:auto;right:0}.adyen-checkout__field--consentCheckbox{background:#e6e9eb;border:1px solid #e6e9eb;border-radius:6px;padding:14px 14px 13px}[dir=rtl] .adyen-checkout__field--consentCheckbox{padding:14px 14px 13px}.adyen-checkout__field--consentCheckbox.adyen-checkout__field--error{border-color:#c12424}.adyen-checkout__field--consentCheckbox .adyen-checkout-input__inline-validation{right:-5px;top:10px}.adyen-checkout__open-invoice .adyen-checkout__fieldset--billingAddress{margin-bottom:16px}.adyen-checkout__open-invoice .adyen-checkout__fieldset--deliveryAddress{margin-top:24px;padding-bottom:8px}.adyen-checkout__open-invoice .adyen-checkout__input--separateDeliveryAddress{margin-bottom:0}.adyen-checkout__input--separateDeliveryAddress+.adyen-checkout__checkbox__label,.adyen-checkout__open-invoice .adyen-checkout__field--consentCheckbox{margin-top:16px}.adyen-checkout-form-instruction{color:#687282;font-size:.81em;font-weight:400;line-height:19px;margin-top:0}[dir=rtl] .adyen-checkout-form-instruction{padding-right:0}.adyen-checkout__amazonpay__button{margin:auto}.adyen-checkout__amazonpay .adyen-checkout__button--ghost{display:block;margin:8px auto 0;width:auto}@supports (-webkit-appearance:-apple-pay-button){.ApplePayButton-module_apple-pay-button__l5g-d,.ApplePayButton-module_apple-pay__gYjuP{-webkit-appearance:-apple-pay-button}.ApplePayButton-module_apple-pay-button__l5g-d{cursor:pointer;display:inline-block}.ApplePayButton-module_apple-pay-button-black__istwW{-apple-pay-button-style:black}.ApplePayButton-module_apple-pay-button-white__-wLaE{-apple-pay-button-style:white}.ApplePayButton-module_apple-pay-button-white-with-line__MlRq7{-apple-pay-button-style:white-outline}.ApplePayButton-module_apple-pay-button--type-plain__ycfNl{-apple-pay-button-type:plain}.ApplePayButton-module_apple-pay-button--type-buy__9m8AB{-apple-pay-button-type:buy}.ApplePayButton-module_apple-pay-button--type-donate__HmRdK{-apple-pay-button-type:donate}.ApplePayButton-module_apple-pay-button--type-check-out__XdGWd{-apple-pay-button-type:check-out}.ApplePayButton-module_apple-pay-button--type-book__-v-VY{-apple-pay-button-type:book}.ApplePayButton-module_apple-pay-button--type-subscribe__WxWIF{-apple-pay-button-type:subscribe}.ApplePayButton-module_apple-pay-button--type-add-money__zeBA8{-apple-pay-button-type:add-money}.ApplePayButton-module_apple-pay-button--type-contribute__G3E8e{-apple-pay-button-type:contribute}.ApplePayButton-module_apple-pay-button--type-order__ggI6j{-apple-pay-button-type:order}.ApplePayButton-module_apple-pay-button--type-reload__QbgLd{-apple-pay-button-type:reload}.ApplePayButton-module_apple-pay-button--type-rent__VzC-E{-apple-pay-button-type:rent}.ApplePayButton-module_apple-pay-button--type-support__6EjmY{-apple-pay-button-type:support}.ApplePayButton-module_apple-pay-button--type-tip__bdzGK{-apple-pay-button-type:tip}.ApplePayButton-module_apple-pay-button--type-top-up__Eb3qR{-apple-pay-button-type:top-up}}@supports not (-webkit-appearance:-apple-pay-button){.ApplePayButton-module_apple-pay-button__l5g-d{background-position:50% 50%;background-repeat:no-repeat;background-size:100% 60%;border-radius:5px;box-sizing:border-box;display:inline-block;max-height:64px;min-height:32px;min-width:200px;padding:0}.ApplePayButton-module_apple-pay-button-black__istwW{background-color:black;background-image:-webkit-named-image(apple-pay-logo-white)}.ApplePayButton-module_apple-pay-button-white-with-line__MlRq7,.ApplePayButton-module_apple-pay-button-white__-wLaE{background-color:white;background-image:-webkit-named-image(apple-pay-logo-black)}.ApplePayButton-module_apple-pay-button-white-with-line__MlRq7{border:.5px solid black}}.adyen-checkout__applepay__button{height:48px;width:240px}.adyen-checkout__dropin .adyen-checkout__applepay__button{width:100%}.adyen-checkout__issuer-button{align-items:center;background-color:#fff;border:none;border-radius:6px;box-shadow:inset 0 0 0 1px #b9c4c9;cursor:pointer;display:flex;flex-basis:47%;flex-grow:2;font-size:.81em;height:40px;padding:0 12px;transition:background .3s ease-out,box-shadow .3s ease-out}.adyen-checkout__issuer-button:active{color:black}.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus{box-shadow:inset 0 0 0 2px #99a3ad;outline:none}.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):focus-visible{box-shadow:inset 0 0 0 2px #99a3ad;outline:none}.adyen-checkout__issuer-button:not(.adyen-checkout__issuer-button--selected):hover{box-shadow:inset 0 0 0 2px #99a3ad;outline:none}.adyen-checkout__issuer-button--selected{background:#fff;box-shadow:inset 0 0 0 2px #0075ff;color:#0075ff;font-weight:500;height:40px;transition:none}.adyen-checkout__issuer-button-img{margin-right:8px;max-height:26px}.adyen-checkout__issuer-button-group{display:flex;flex-wrap:wrap;gap:16px 16px}.adyen-checkout__content-separator{align-items:center;color:#687282;display:flex;font-size:13px;justify-content:center;line-height:19px;margin-bottom:16px;margin-top:16px;white-space:nowrap}.adyen-checkout__content-separator:after,.adyen-checkout__content-separator:before{background:#e6e9eb;content:"";display:block;height:1px;width:100%}.adyen-checkout__content-separator:after{margin-left:20px}.adyen-checkout__content-separator:before{margin-right:20px}.adyen-checkout__field--issuer-list{margin-bottom:0}.adyen-checkout__issuer-list__termsAndConditions{text-align:center}.adyen-checkout-disclaimer__label{color:#687282;display:inline-block;font-size:.81em;font-weight:400;line-height:19px;margin-top:16px;padding-left:0}[dir=rtl] .adyen-checkout-disclaimer__label{padding-right:0}.js-iframe{border:none;height:100%;overflow:hidden;width:100%}.adyen-checkout__card-input__form{transition:opacity .25s ease-out}.adyen-checkout__card__cardNumber{max-width:400px}.adyen-checkout__card__cardNumber__input{padding:5px 8px}.adyen-checkout__card__exp-date__input--oneclick{font-weight:400;line-height:30px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.adyen-checkout__field--storedCard .adyen-checkout__input[readonly],.adyen-checkout__field--storedCard .adyen-checkout__input[readonly]:hover{color:#00112c}.adyen-checkout__card__holderName,.adyen-checkout__field--expiryDate,.adyen-checkout__field--storedCard{margin-bottom:0}.adyen-checkout__card-input .adyen-checkout__fieldset--billingAddress,.adyen-checkout__card__holderName,.adyen-checkout__card__kcp-authentication,.adyen-checkout__card__socialSecurityNumber,.adyen-checkout__installments,.adyen-checkout__store-details{margin-top:16px}.adyen-checkout__card-input.adyen-checkout__card-input--loading{pointer-events:none}.adyen-checkout__card__holderName:first-child{margin:0 0 16px}.adyen-checkout__field--cardNumber .adyen-checkout__input--error .adyen-checkout__card__cardNumber__brandIcon,.adyen-checkout__field--cardNumber .adyen-checkout__input--valid:not(.adyen-checkout__card__cardNumber__input--noBrand)+.adyen-checkout-input__inline-validation--valid{display:none}.adyen-checkout__field--securityCode.adyen-checkout__field--error .adyen-checkout__card__cvc__hint,.adyen-checkout__field--securityCode.adyen-checkout__field--valid .adyen-checkout__card__cvc__hint{opacity:0}@keyframes cvc-indicate-location{0%{opacity:1}to{opacity:.3}}.adyen-checkout__label--focused .adyen-checkout__field__cvc--back-hint .adyen-checkout__card__cvc__hint--back .adyen-checkout__card__cvc__hint__location,.adyen-checkout__label--focused .adyen-checkout__field__cvc--front-hint .adyen-checkout__card__cvc__hint--front .adyen-checkout__card__cvc__hint__location{animation-direction:alternate;animation-duration:1s;animation-iteration-count:infinite;animation-name:cvc-indicate-location}.adyen-checkout__card__cvc__hint__wrapper{align-items:center;backface-visibility:visible;display:flex;height:100%;margin:0 10px;position:absolute;right:0;top:0;transform:translateZ(0);transform-origin:center;transform-style:preserve-3d;transition:transform .3s cubic-bezier(.455,.03,.515,.955);width:27px;will-change:transform}.adyen-checkout__field__cvc--front-hint.adyen-checkout__card__cvc__hint__wrapper{transform:rotateY(180deg)}.adyen-checkout__card__cvc__hint{backface-visibility:hidden;position:absolute;transition:opacity .1s linear}.adyen-checkout__field__exp-date_hint_wrapper{align-items:center;bottom:0;display:flex;position:absolute;right:0;top:0;transition:opacity .1s linear}.adyen-checkout__field__exp-date_hint_wrapper.adyen-checkout__field__exp-date_hint_wrapper--hidden{opacity:0}.adyen-checkout__field__exp-date_hint{height:18px;margin:0 10px 0 0;width:27px}.adyen-checkout__card__cvc__hint--front{transform:rotateY(180deg)}@media (prefers-reduced-motion:reduce){.adyen-checkout__card__cvc__hint__wrapper{transition:none}}.adyen-checkout__fieldset--revolving-plan .adyen-checkout__fieldset__fields{justify-content:left}.adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group{display:flex;flex-direction:column}.adyen-checkout__fieldset--revolving-plan .adyen-checkout__radio_group__input-wrapper{margin-top:20px}.adyen-checkout__fieldset--revolving-plan .adyen-checkout__field--revolving-plan-installments{margin-left:15px;position:relative;top:42px;width:30%}.LoadingWrapper-module_loading-input__form__ffCKa{opacity:1}.LoadingWrapper-module_loading-input__form--loading__7GmVo{opacity:0}.LoadingWrapper-module_loading-input__spinner__GxA51{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.LoadingWrapper-module_loading-input__spinner--active__ENNBS{display:block}.CardInput-module_card-input__wrapper__wXSCw{position:relative}.CardInput-module_card-input__wrapper__wXSCw *,.CardInput-module_card-input__wrapper__wXSCw :after,.CardInput-module_card-input__wrapper__wXSCw :before{box-sizing:border-box}.CardInput-module_card-input__icon__3Cz5M{border-radius:3px;height:18px;margin-left:7px;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:27px}.CardInput-module_card-input__form__fRo1r{opacity:1}.CardInput-module_card-input__spinner__-j2Qi{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.CardInput-module_card-input__spinner--active__slD7w{display:block}.CardInput-module_card-input__form--loading__rrmdj{opacity:0}.CardInput-module_adyen-checkout__input__11tlB{display:block;max-height:100px}.CardInput-module_adyen-checkout__card__cvc__input--hidden__VIlHV,.CardInput-module_adyen-checkout__card__exp-date__input--hidden__evi6-{display:none}.CardInput-module_adyen-checkout__card__exp-cvc__exp-date__input--hidden__YC3VT{justify-content:flex-end}.CardInput-module_revolving-plan-installments__disabled__VhNj2{opacity:.4;pointer-events:none}.adyen-checkout__card__dual-branding__buttons{display:flex;opacity:.4;pointer-events:none}.adyen-checkout__card__dual-branding__buttons--active{opacity:1;pointer-events:auto}.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon{cursor:pointer;opacity:1}.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon:first-child{right:40px}.adyen-checkout__card__dual-branding__buttons .adyen-checkout__card__cardNumber__brandIcon--not-selected{opacity:.5}.adyen-checkout__card__brands{display:flex;flex-basis:auto;flex-shrink:1;flex-wrap:wrap;gap:4px;height:16px;margin-bottom:16px;margin-top:-8px;overflow:hidden;transition:all .2s ease-out}.adyen-checkout__card__brands--hidden{height:0;margin:-8px 0 8px;opacity:0}.adyen-checkout__card__brands img{border-radius:3px;height:16px;width:24px}.adyen-checkout__card__brands__brand-wrapper{display:inline-block;height:16px;position:relative;width:24px}.adyen-checkout__card__brands__brand-wrapper:after{border:1px solid rgba(0,27,43,.17);border-radius:3px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.adyen-checkout-ctp__otp-resend-code{color:#0075ff;cursor:pointer;font-size:13px;font-weight:400;margin-left:auto}.adyen-checkout-ctp__otp-resend-code--confirmation,.adyen-checkout-ctp__otp-resend-code--disabled{color:#687282;cursor:default;font-size:13px;font-weight:400;margin-left:auto;pointer-events:none}.adyen-checkout-ctp__otp-resend-code--confirmation{align-items:center;display:flex}.adyen-checkout-ctp__otp-resend-code--confirmation>img{margin-left:4px}.adyen-checkout-ctp__otp-resend-code-counter{color:black;cursor:default;display:inline-block;font-size:13px;font-weight:400;margin-left:auto;text-align:right}.adyen-checkout-ctp__section>.adyen-checkout__field.adyen-checkout__field--otp{margin-bottom:12px}.adyen_checkout-ctp__brand-wrapper{align-items:center;display:flex;height:18px}.adyen_checkout-ctp__brand-logo{margin-right:6px;width:24px}.adyen_checkout-ctp__brand-pipe{height:15px;margin-right:6px}.adyen_checkout-ctp__brand-scheme{margin-right:6px;object-fit:none}.adyen_checkout-ctp__brand-scheme-mc{width:27px}.adyen_checkout-ctp__brand-scheme-visa{width:35px}.adyen-checkout__modal-wrapper{align-items:center;display:flex;height:100%;left:0;overflow-y:auto;overscroll-behavior-y:contain;padding:24px;position:fixed;top:0;visibility:hidden;width:100%;z-index:10}.adyen-checkout__modal-wrapper:before{background:rgba(0,17,44,.5);content:"";height:100%;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s linear;width:100%;z-index:10}.adyen-checkout__modal-wrapper--open{visibility:visible}.adyen-checkout__modal-wrapper--open .adyen-checkout__modal,.adyen-checkout__modal-wrapper--open:before{opacity:1}.adyen-checkout__modal{background-color:#fff;border-radius:12px;box-shadow:0 8px 24px rgba(0,17,44,.15);margin:auto;opacity:0;padding:16px;position:relative;transition:opacity .2s ease,visibility .2s ease;z-index:11}@media (max-width:480px){.adyen-checkout__modal-wrapper{padding:0}.adyen-checkout__modal{border-radius:0;height:100%}}.adyen-checkout__ctp-modal-header-image{display:block;margin:auto}.adyen-checkout__ctp-modal-title{font-size:20px;font-weight:700;line-height:24px;margin:0 0 12px;padding:0}.adyen-checkout__ctp-modal-text{font-size:13px;font-weight:400;line-height:19px;margin-bottom:16px}.adyen-checkout__ctp-modal-benefits{margin-left:0;padding-left:20px}.adyen-checkout__ctp-modal-benefits li{list-style:disc;margin-bottom:16px}.adyen-checkout__modal-wrapper--ctp .adyen-checkout__modal{max-width:464px}.adyen_checkout-ctp__brand-wrapper--popup{justify-content:center;margin-bottom:24px}.adyen-web__ctp-info-button{background-color:transparent;border:0;cursor:pointer;padding:0}.adyen-checkout-ctp__section-logout-button{color:#0075ff;cursor:pointer;font-size:13px;font-weight:400;line-height:19px;margin-left:auto}.adyen-checkout-ctp__section-logout-button--disabled{color:#687282;pointer-events:none}.adyen-checkout-ctp__section{background-color:white;border-radius:12px;box-shadow:0 6px 12px rgba(0,17,44,.08),0 2px 4px rgba(0,17,44,.04);padding:16px;position:relative}.adyen-checkout-ctp__section-brand{align-items:center;display:flex;height:18px;margin-bottom:16px}.adyen-checkout-ctp__section--standalone{all:unset}.adyen-checkout-ctp__section .adyen-checkout__fieldset{margin-bottom:24px}.adyen-checkout-ctp__section-header{align-items:center;display:flex}.adyen-checkout-ctp__section-header-title{font-size:17px;font-weight:600;line-height:22px;margin:0;padding:0;width:auto}@media screen and (max-width:400px){.adyen-checkout-ctp__section-header-title{font-size:15px}}.adyen-checkout-ctp__section-header-adornment{margin-left:5px}.adyen-checkout-ctp__section-text{color:#707070;font-size:13px;font-weight:400;line-height:19px;margin:0 0 16px}.adyen-checkout-ctp__separator{color:#00112c;font-size:13px;font-weight:400}.adyen-checkout-ctp__otp-subtitle--highlighted{color:#00112c;font-weight:500}.adyen-checkout-ctp__otp-checkbox-container{background-color:#f7f8f9;border-radius:6px;margin-bottom:16px;padding:12px}.adyen-checkout-ctp__otp-checkbox-container--checked{background-color:#F2F8FF}.adyen-checkout-ctp__otp-checkbox-container label{cursor:pointer}.adyen-checkout-ctp__section .adyen-checkout__field.adyen-checkout-ctp__otp-checkbox-container{margin-bottom:4px}.adyen-checkout-ctp__otp-checkbox-info{color:#707070;font-size:13px;font-weight:400;line-height:19px;margin:4px 0 0}.adyen-checkout-ctp__otp-readmore-button{all:unset;color:#0075ff;cursor:pointer;text-transform:lowercase}.adyen-checkout-ctp__card-list-single-card{align-items:center;background-color:#f7f8f9;border-radius:6px;display:flex;font-size:13px;font-weight:400;height:40px;line-height:19px;padding:12px}.adyen-checkout-ctp__card-list-single-card-expired{color:#687282;text-decoration:line-through}.adyen-checkout-ctp__expired-label{color:#687282;font-weight:500;line-height:17px;margin-left:auto}.adyen-checkout-ctp__card-image{border-radius:3px;height:24px;margin-right:8px}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled{opacity:1}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled .adyen-checkout__dropdown__element__text{margin:0;opacity:.4;text-decoration:line-through}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__element--disabled .adyen-checkout__dropdown__element__secondary-text{color:#687282;font-weight:500;line-height:17px}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled{opacity:1}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled .adyen-checkout__dropdown__button__text{opacity:.4;text-decoration:line-through}.adyen-checkout-ctp__cards-list-dropdown .adyen-checkout__dropdown__button--disabled .adyen-checkout__dropdown__button__secondary-text{color:#687282;font-weight:500;opacity:1}.adyen-checkout-ctp__card{background-color:white;border:none;border-radius:4px;box-shadow:0 0 0 2px #999595;cursor:pointer;height:40px;margin:0 0 20px;width:100%}.adyen-checkout-ctp__empty-cards{align-items:center;background-color:#f7f8f9;border-radius:6px;color:#687282;display:flex;font-size:13px;font-weight:400;height:40px;line-height:19px;margin-bottom:24px;padding:12px 16px}.adyen-checkout__iframe--ctpIframe{pointer-events:auto}.adyen-checkout__iframe--ctpIframe-hidden{display:none}@keyframes card-bounce{0%{animation-timing-function:cubic-bezier(.17,.17,.32,1);-webkit-translate:0 -60%;-moz-translate:0 -60%;-ms-translate:0 -60%;translate:0 -60%}9.70874%{animation-timing-function:cubic-bezier(.41,0,.49,1);-webkit-translate:0 8.5%;-moz-translate:0 8.5%;-ms-translate:0 8.5%;translate:0 8.5%}23.4466%{animation-timing-function:cubic-bezier(.29,0,.26,1);-webkit-translate:0 -22.5%;-moz-translate:0 -22.5%;-ms-translate:0 -22.5%;translate:0 -22.5%}47.7184%{-webkit-translate:0;-moz-translate:0;-ms-translate:0;translate:0}63.8835%{animation-timing-function:cubic-bezier(1,0,.78,1);-webkit-translate:0;-moz-translate:0;-ms-translate:0;translate:0}86.5534%{-webkit-translate:0 40.7%;-moz-translate:0 40.7%;-ms-translate:0 40.7%;translate:0 40.7%}to{-webkit-translate:0 40.7%;-moz-translate:0 40.7%;-ms-translate:0 40.7%;translate:0 40.7%}}@keyframes card-fade-100{0%{animation-timing-function:linear;opacity:0}8.1068%{opacity:1}78.4466%{opacity:1}86.5534%{opacity:0}to{opacity:0}}@keyframes card-fade-60{0%{animation-timing-function:linear;opacity:0}8.1068%{opacity:.6}78.4466%{opacity:.6}86.5534%{opacity:0}to{opacity:0}}@keyframes card-fade-20{0%{animation-timing-function:linear;opacity:0}8.1068%{opacity:.2}78.4466%{opacity:.2}86.5534%{opacity:0}to{opacity:0}}.adyen-checkout-ctp__card-animation{aspect-ratio:1/.438;filter:grayscale(1);margin:40px auto 50px;max-width:100%;position:relative;width:140px}.adyen-checkout-ctp__card-animation>.adyen-checkout-ctp__card-animation-layer{background-size:contain!important;height:100%;opacity:0;position:absolute;width:100%}.adyen-checkout-ctp__card-animation>.adyen-checkout-ctp__card-animation-layer:first-of-type{animation:card-bounce 2.06s linear infinite both,card-fade-100 2.06s linear infinite both;animation-delay:.1s;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1064' height='466' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m895.31 228.862-46.416-10.988c-1.172-.381-2.528-.481-3.565-.203-1.582.424-1.825 1.567-.543 2.554.676.52 1.641.893 2.634 1.067l42.816 10.545-.537 21.742-2.328.624-6.897 1.848 1.146-20.056c.002-.012.002-.025.003-.037h.005c.061-.536-.274-1.054-.864-1.494-.563-.447-1.399-.831-2.462-1.065l-.003.001-.072-.016-46.587-10.849a.3.3 0 0 1-.032-.008c-1.18-.39-2.554-.496-3.601-.215l-16.926 4.535c-1.582.424-1.825 1.568-.542 2.555.389.299.859.593 1.407.742l44.453 10.938-.526 19.429c-.021.101.234 2.007-2.662 2.783l-22.831 6.118c-3.105.832-7.644.01-10.253-1.998l-32.227-24.8c-2.271-1.748-2.029-4.233 1.146-5.083l14.204-3.806c1.674-.449 1.938-1.481.58-2.526s-3.556-1.501-5.23-1.053l-14.297 3.879c-6.795 1.82-6.817 6.539-2.199 10.093l32.275 24.837c4.972 3.826 14.615 5.636 20.567 4.042l22.824-6.116c1.151-.309 2.067-.696 2.797-1.118.104-.061.204-.122.301-.183 2.32-1.48 2.521-3.296 2.528-3.671l1.19-21.406c.081-.992-1.14-2.073-3.289-2.548l-.003.002-.072-.017-39.385-9.196 7.065-1.893 2.329-.624 41.998 10.256-.496 22.836c-.001.007.031.018.093.032.113.304.361.618.75.918 1.283.987 3.605 1.443 5.187 1.02l16.925-4.535c1.048-.281 1.507-.878 1.326-1.536l1.612-23.779.002-.037.005-.001c.123-1.083-1.369-2.092-3.323-2.539z'/%3E%3Cpath stroke='%23fff' d='m895.31 228.862-46.416-10.988c-1.172-.381-2.528-.481-3.565-.203-1.582.424-1.825 1.567-.543 2.554.676.52 1.641.893 2.634 1.067l42.816 10.545-.537 21.742-2.328.624-6.897 1.848 1.146-20.056c.002-.012.002-.025.003-.037h.005c.061-.536-.274-1.054-.864-1.494-.563-.447-1.399-.831-2.462-1.065l-.003.001-.072-.016-46.587-10.849a.3.3 0 0 1-.032-.008c-1.18-.39-2.554-.496-3.601-.215l-16.926 4.535c-1.582.424-1.825 1.568-.542 2.555.389.299.859.593 1.407.742l44.453 10.938-.526 19.429c-.021.101.234 2.007-2.662 2.783l-22.831 6.118c-3.105.832-7.644.01-10.253-1.998l-32.227-24.8c-2.271-1.748-2.029-4.233 1.146-5.083l14.204-3.806c1.674-.449 1.938-1.481.58-2.526s-3.556-1.501-5.23-1.053l-14.297 3.879c-6.795 1.82-6.817 6.539-2.199 10.093l32.275 24.837c4.972 3.826 14.615 5.636 20.567 4.042l22.824-6.116c1.151-.309 2.067-.696 2.797-1.118.104-.061.204-.122.301-.183 2.32-1.48 2.521-3.296 2.528-3.671l1.19-21.406c.081-.992-1.14-2.073-3.289-2.548l-.003.002-.072-.017-39.385-9.196 7.065-1.893 2.329-.624 41.998 10.256-.496 22.836c-.001.007.031.018.093.032.113.304.361.618.75.918 1.283.987 3.605 1.443 5.187 1.02l16.925-4.535c1.048-.281 1.507-.878 1.326-1.536l1.612-23.779.002-.037.005-.001c.123-1.083-1.369-2.092-3.323-2.539'/%3E%3Cpath fill='%23fff' fill-opacity='.9' fill-rule='evenodd' d='M418.95 242.813c-1.166.08-3.042-.372-4.121-.994-.702-.405-.941-.755-1.527-2.243-2.373-6.017-6.517-11.028-13.679-16.54-6.921-5.325-13.863-9.053-24.178-12.987-2.215-.844-4.182-1.652-4.368-1.795-.687-.528-.979-1.482-.612-1.986.505-.691 2.349-1.081 3.824-.809.567.103 2.521.743 4.345 1.421 7.215 2.687 13.99 5.937 20.009 9.598 3.723 2.267 9.803 6.823 12.219 9.164 4.462 4.317 7.493 8.422 9.4 12.73 1.153 2.604 1.269 3.77.4 4.003a2.41 2.41 0 0 0-.548.23c-.132.08-.653.173-1.164.208zm-16.069-.701c-1.791.122-4.29-.719-4.965-1.671-.163-.23-.697-1.349-1.19-2.485-2.083-4.815-6.346-9.43-12.427-13.455-4.994-3.305-8.797-5.218-15.392-7.737-4.424-1.69-4.929-2-5.087-3.117-.146-1.06 1.961-1.804 4.061-1.431 1.457.258 8.467 2.972 11.969 4.634 11.594 5.498 19.993 12.484 23.913 19.889 2.008 3.792 1.779 5.192-.882 5.373zm-16.492-.659c-1.224-.015-2.768-.406-3.758-.951-.603-.332-.912-.797-1.614-2.437-2.575-6.024-8.768-10.833-18.898-14.676-4.447-1.688-5.038-2.104-4.718-3.324.158-.605.358-.757 1.34-1.02 1.642-.44 3.175-.146 7.121 1.365 6.068 2.325 10.298 4.621 14.525 7.881 4.345 3.352 6.465 5.882 8.069 9.62.915 2.141.839 2.79-.389 3.282-.375.149-1.131.266-1.678.26zm-15.379-.611c-.949.006-2.546-.385-3.476-.851-1.035-.519-1.424-1.045-1.796-2.434-.477-1.786-1.147-2.632-3.558-4.488s-3.719-2.531-6.931-3.584c-1.089-.356-2.302-.809-2.698-1.003-1.658-.818-1.914-2.296-.508-2.936 1.187-.544 2.67-.406 5.617.522 8.533 2.685 14.934 7.611 15.941 12.27.357 1.645-.521 2.495-2.591 2.504z'/%3E%3Crect width='110' height='74' fill='url(%23a)' rx='10' transform='matrix(.96593 -.25882 .7925 .60987 199.717 245.906)'/%3E%3Cg stroke='%23000' stroke-opacity='.8' stroke-width='2'%3E%3Cpath d='m233.447 236.868 46.846 36.05c.876.673.72 1.451-.347 1.737l-31.799 8.521M266.657 262.424l-33.731 9.038m17.126-21.816-33.73 9.038m115.215 13.423-46.846-36.05c-.875-.673-.72-1.451.347-1.737l31.799-8.52M298.327 246.551l33.731-9.038m-17.126 21.816 33.731-9.038'/%3E%3Crect width='112' height='76' x='-1.758' y='-.351' rx='11' style='mix-blend-mode:soft-light' transform='matrix(.96593 -.25882 .7925 .60987 199.935 245.314)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='a' x1='-12.604' x2='99.193' y1='0' y2='88.114' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='.484' stop-color='%23b3b3b3'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat,url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1064' height='466' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='728' height='455' fill='url(%23b)' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3Cg fill='%23033783'%3E%3Cpath fill-opacity='.2' d='M638.209-50.009C376.564 99.506 477.408 320.518 560.535 412.335L1063.78 277.49 638.209-50.009z'/%3E%3Cpath fill-opacity='.4' d='M711.119 6.099C494.132 130.043 577.63 313.21 646.503 389.3l417.277-111.81L711.119 6.099z'/%3E%3C/g%3E%3Cpath fill='%23003780' d='M791.162 67.695C624.04 163.343 688.839 304.87 742.129 363.677l321.651-86.187L791.162 67.695z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='72.545' x2='249.224' y1='26.435' y2='498.002' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233382ea'/%3E%3Cstop offset='1' stop-color='%23003ea9'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Crect width='728' height='455' fill='%23fff' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat;opacity:1;z-index:3}.adyen-checkout-ctp__card-animation>.adyen-checkout-ctp__card-animation-layer:nth-of-type(2){animation:card-bounce 2.06s linear infinite both,card-fade-60 2.06s linear infinite both;animation-delay:50ms;opacity:.6;transform:translateY(25%);z-index:2}.adyen-checkout-ctp__card-animation>.adyen-checkout-ctp__card-animation-layer:nth-of-type(2),.adyen-checkout-ctp__card-animation>.adyen-checkout-ctp__card-animation-layer:nth-of-type(3){background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1064' height='466' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Crect width='728' height='455' fill='url(%23b)' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3Cg fill='%23033783'%3E%3Cpath fill-opacity='.2' d='M638.209-50.009C376.564 99.506 477.408 320.518 560.535 412.335L1063.78 277.49 638.209-50.009z'/%3E%3Cpath fill-opacity='.4' d='M711.119 6.099C494.132 130.043 577.63 313.21 646.503 389.3l417.277-111.81L711.119 6.099z'/%3E%3C/g%3E%3Cpath fill='%23003780' d='M791.162 67.695C624.04 163.343 688.839 304.87 742.129 363.677l321.651-86.187L791.162 67.695z'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='72.545' x2='249.224' y1='26.435' y2='498.002' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233382ea'/%3E%3Cstop offset='1' stop-color='%23003ea9'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Crect width='728' height='455' fill='%23fff' rx='24' transform='matrix(.96593 -.25882 .7925 .60987 0 188.42)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") 0 0 no-repeat}.adyen-checkout-ctp__card-animation>.adyen-checkout-ctp__card-animation-layer:nth-of-type(3){animation:card-bounce 2.06s linear infinite both,card-fade-20 2.06s linear infinite both;opacity:.2;transform:translateY(50%);z-index:1}.adyen-checkout-ctp__loading-subtitle{font-size:16px;line-height:19px;margin:0 auto 58px;max-width:280px;text-align:center}.adyen-checkout-ctp__section>.adyen-checkout__field.adyen-checkout__field--shopperLogin{margin-bottom:20px}.adyen-checkout__cashapp>.adyen-checkout__store-details{margin-bottom:16px;margin-top:0}.adyen-checkout__button-group{background:transparent;display:flex;justify-content:space-between}.adyen-checkout__button-group .adyen-checkout__button{background:transparent;border:0;box-shadow:inset 0 0 0 1px #99a3ad;color:#00112c;font-size:.81em;font-weight:400;height:40px;line-height:40px;margin-right:8px;padding:0;text-align:center}.adyen-checkout__button-group .adyen-checkout__button:last-child{margin-right:0}.adyen-checkout__button-group .adyen-checkout__button:hover{background:transparent;box-shadow:inset 0 0 0 2px #99a3ad}.adyen-checkout__button-group .adyen-checkout__button:active{background:#f7f8f9;box-shadow:inset 0 0 0 2px #99a3ad}.adyen-checkout__button-group .adyen-checkout__button--disabled,.adyen-checkout__button-group .adyen-checkout__button--disabled:hover{cursor:not-allowed;opacity:.4;-webkit-user-select:none;user-select:none}.adyen-checkout__button-group .adyen-checkout__button--selected,.adyen-checkout__button-group .adyen-checkout__button--selected:active,.adyen-checkout__button-group .adyen-checkout__button--selected:active:hover,.adyen-checkout__button-group .adyen-checkout__button--selected:hover{background:#e5efff;box-shadow:inset 0 0 0 2px #0075ff;color:#0075ff;font-weight:500;height:40px;transition:none}.adyen-checkout__button-group .adyen-checkout__button .adyen-checkout__button-group__input{opacity:0;pointer-events:none;position:absolute}.adyen-checkout__adyen-giving .adyen-checkout__status__icon{display:block;margin:56px auto 32px}.adyen-checkout__adyen-giving .adyen-checkout__status__text{color:#00112c;margin-bottom:56px;text-align:center}.adyen-checkout__campaign{background:#00112c;border-radius:6px;height:227px;overflow:hidden;position:relative}.adyen-checkout__campaign-link:hover .adyen-checkout__campaign-description{text-decoration:underline}.adyen-checkout__campaign-container{height:100%}.adyen-checkout__campaign-logo{border:2px solid rgba(255,255,255,.4);border-radius:3px;display:block;height:48px;margin-bottom:16px;overflow:hidden;width:48px}.adyen-checkout__campaign-background-image{background-color:#00112c;background-position:50%;background-size:cover;height:100%}.adyen-checkout__campaign-link .adyen-checkout__campaign-background-image:before{background:inherit;content:"";height:100%;position:absolute;transition:transform .6s ease-out;width:100%}.adyen-checkout__campaign-link .adyen-checkout__campaign-background-image:hover:before{transform:scale(1.1)}.adyen-checkout__campaign-link .adyen-checkout__campaign-content{pointer-events:none}.adyen-checkout__campaign-content{bottom:0;padding:16px;position:absolute;z-index:2}.adyen-checkout__campaign-description,.adyen-checkout__campaign-title{color:#fff;font-weight:400;margin:0}.adyen-checkout__campaign-title{font-size:1em;margin-bottom:8px}.adyen-checkout__campaign-description{font-size:.81em;line-height:19px}.adyen-checkout__adyen-giving-actions{margin-top:16px;text-align:center}.adyen-checkout__button.adyen-checkout__button--donate{margin:16px auto 8px}.adyen-checkout__button.adyen-checkout__button--decline{display:block;margin:auto;width:auto}.adyen-checkout__paywithgoogle{height:48px}.adyen-checkout__paywithgoogle>div>button,.adyen-checkout__paywithgoogle>div>button.long,.adyen-checkout__paywithgoogle>div>button.short{height:48px;transition:background-color .3s ease-out,box-shadow .3s ease-out}.adyen-checkout__paywithgoogle>div>button.long:focus,.adyen-checkout__paywithgoogle>div>button.short:focus,.adyen-checkout__paywithgoogle>div>button:focus{box-shadow:0 0 0 2px #99c2ff;outline:0}.adyen-checkout__paywithgoogle>div>button.gpay-button{padding:15px 24px 13px}.adyen-checkout__econtext-input__field>.adyen-checkout__button--pay:only-child{margin-top:0}.adyen-checkout__voucher-result{border-radius:12px;box-sizing:border-box;position:relative;text-align:center}.adyen-checkout__voucher-result__bottom,.adyen-checkout__voucher-result__top{background:#fff;border:1px solid #d4d9db}.adyen-checkout__voucher-result__top{border-bottom:0;border-radius:12px 12px 0 0;padding:40px 0 24px}.adyen-checkout__voucher-result__bottom{border-radius:0 0 12px 12px;border-top:0}.adyen-checkout__voucher-result__separator{align-items:center;background:#fff;display:flex;height:13px;margin:0 auto;position:relative;width:calc(100% - 14px)}.adyen-checkout__voucher-result__separator:after,.adyen-checkout__voucher-result__separator:before{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3IiBoZWlnaHQ9IjEzIiBmaWxsPSJub25lIj48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0ibTAgMCA1IDIgMS41IDRIN1YwSDBabTAgMTMgNS0yIDEuNS00SDd2NkgwWiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggc3Ryb2tlPSIjRDREOURCIiBkPSJNNi40MjMgNi41QzYuNDIzIDMuMzEyIDMuNzgzLjc1Ni41LjUxOGMzLjM4Ni4yMzYgNiAyLjg1NSA2IDUuOTgyIDAgMy4xMjctMi42MTQgNS43NDYtNiA1Ljk4M3YtLjAwMWMzLjI4NC0uMjM3IDUuOTIzLTIuNzk0IDUuOTIzLTUuOTgyWiIvPjxwYXRoIGZpbGw9IiNENEQ5REIiIGQ9Ik0wIDBoMXYxSDB6TTAgMTJoMXYxSDB6Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGg3djEzSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+")}.adyen-checkout__voucher-result__separator:before{left:-7px}.adyen-checkout__voucher-result__separator:after,.adyen-checkout__voucher-result__separator:before{background-position:100%;background-repeat:no-repeat;content:"";height:13px;position:absolute;top:0;width:7px}.adyen-checkout__voucher-result__separator:after{right:-7px;transform:rotate(-180deg)}.adyen-checkout__voucher-result__separator__inner{border-top:1px solid #e6e9eb;width:100%}.adyen-checkout__voucher-result__image{align-items:center;display:flex;justify-content:center;margin-bottom:40px;width:100%}.adyen-checkout__link--voucher-result-instructions{display:inline-block}.adyen-checkout__voucher-result__image__wrapper{display:block;height:48px;margin:0 24px;position:relative}.adyen-checkout__voucher-result__image__wrapper:after{border:1px solid rgba(0,27,43,.17);border-radius:3px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.adyen-checkout__voucher-result__image__wrapper:nth-child(2):before{border-left:1px solid #d4d9db;content:"";height:64px;left:-24.5px;position:absolute;top:-8px;width:1px}.adyen-checkout__voucher-result__image__brand,.adyen-checkout__voucher-result__image__issuer{border-radius:3px;height:48px}.adyen-checkout__voucher-result__introduction{color:#00112c;font-size:.81em;line-height:19px;margin:0 auto;max-width:400px;text-align:center}.adyen-checkout__voucher-result__amount{color:#00112c;font-size:1em;font-weight:700;margin:24px auto 0;text-align:center}.adyen-checkout__voucher-result__surcharge{color:#687282;display:block;font-size:.81em;font-weight:400;line-height:19px;text-align:center}.adyen-checkout__voucher-result__code__label{display:block;font-weight:400;left:0;line-height:19px;margin:0 auto;position:absolute;right:0;top:-2px;-webkit-user-select:none;user-select:none;width:auto}.adyen-checkout__voucher-result__code__label:before{content:"";position:absolute}.adyen-checkout__voucher-result__code__label__text{background:#fff;color:#00112c;font-size:13px;letter-spacing:normal;line-height:1;padding:0 8px}.adyen-checkout__voucher-result__code__barcode{display:block;height:56px;margin:0 auto 8px;max-width:100%;-webkit-user-select:none;user-select:none}.adyen-checkout__voucher-result__code{border-width:1px 0;color:#00112c;display:inline-block;font-size:1.5em;font-weight:700;letter-spacing:1px;line-height:1.2;margin:0 auto;padding:16px 48px;position:relative;text-align:center;-webkit-user-select:all;user-select:all;width:100%;word-break:break-word}.adyen-checkout__voucher-result__details{list-style:none;margin:-1px auto 0;padding:0}.adyen-checkout__voucher-result__details__item{border-top:1px solid #e6e9eb;color:#00112c;display:flex;font-size:.81em;justify-content:space-between;padding:16px 24px;word-break:break-word}.adyen-checkout__voucher-result__details__item:last-child{margin-bottom:0}.adyen-checkout__voucher-result__details__label{max-width:50%;text-align:left}.adyen-checkout__voucher-result__details__value{font-weight:700;max-width:50%;text-align:right}.adyen-checkout__voucher-result__actions{align-items:center;display:flex;justify-content:center;list-style:none;margin:0 auto 32px;max-width:100%;min-width:200px;padding:0;width:300px}.adyen-checkout__voucher-result__actions__item{margin:0 4px}.adyen-checkout__paypal__buttons{position:relative;z-index:0}.adyen-checkout__paypal__button{display:flex;margin-bottom:16px}.adyen-checkout__paypal__button:empty{display:none}.adyen-checkout__paypal__status--pending{margin:16px 0}.adyen-checkout__paypal__status--processing{align-items:center;display:flex;font-size:13px;justify-content:center;padding:24px 0}.adyen-checkout__paypal-processing .adyen-checkout__paypal__button{display:none}.adyen-checkout__payment-method .adyen-checkout__paypal__status--pending{margin:-16px 0 38px}.adyen-checkout__payment-method .adyen-checkout__paypal__status--processing{padding:20px 0 65px}.adyen-checkout__phone-input{direction:ltr}.adyen-checkout__phone-input .adyen-checkout__input-wrapper{width:100%}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input{height:auto;padding:0}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input:focus{border:1px solid #0075ff;box-shadow:0 0 0 2px #99c2ff}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button{border:0;border-bottom-right-radius:0;border-top-right-radius:0;height:35px;width:auto}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button:after{box-sizing:revert;height:10px;left:60px}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input--phoneNumber{border:1px solid transparent;height:35px;margin-left:8px;padding-left:15px}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input-wrapper--phoneInput{align-items:center;display:flex}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__input-wrapper--phoneInput:focus{border:1px solid #0075ff;box-shadow:0 0 0 2px #99c2ff}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__phoneNumber{align-items:center;display:flex;margin-left:65px;width:100%}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__countryFlag{position:absolute}.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active,.adyen-checkout__phone-input .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active:hover{box-shadow:none}.adyen-checkout__threeds2__challenge,.adyen-checkout__threeds2__challenge-container{background-color:transparent;box-sizing:border-box;display:block;height:inherit;min-height:400px;overflow:hidden;position:relative;width:100%}.adyen-checkout__threeds2__challenge--01,.adyen-checkout__threeds2__challenge--01 .adyen-checkout__iframe--threeDSIframe{height:400px;width:250px}.adyen-checkout__threeds2__challenge--02,.adyen-checkout__threeds2__challenge--02 .adyen-checkout__iframe--threeDSIframe{height:400px;width:390px}.adyen-checkout__threeds2__challenge--03,.adyen-checkout__threeds2__challenge--03 .adyen-checkout__iframe--threeDSIframe{height:600px;width:500px}.adyen-checkout__threeds2__challenge--04,.adyen-checkout__threeds2__challenge--04 .adyen-checkout__iframe--threeDSIframe{height:400px;width:600px}.adyen-checkout__threeds2__challenge--05,.adyen-checkout__threeds2__challenge--05 .adyen-checkout__iframe--threeDSIframe{height:100%;width:100%}.adyen-checkout__iframe--threeDSIframe{border:0;left:0;position:absolute;top:0}.adyen-checkout__threeds2-challenge-error .adyen-checkout__status__icon{display:block;margin:56px auto 32px}.adyen-checkout__threeds2-challenge-error .adyen-checkout__status__text{color:#c12424;margin-bottom:56px;text-align:center}.adyen-checkout__qr-loader{background:#fff;border:1px solid #d4d9db;border-radius:12px;padding:40px;text-align:center}.adyen-checkout__qr-loader--result{padding:100px}.adyen-checkout__qr-loader--app{border:0;border-radius:0;padding:0}.adyen-checkout__qr-loader__brand-logo{border-radius:3px;width:74px}.adyen-checkout__qr-loader__subtitle{margin:32px auto 0;max-width:400px}.adyen-checkout__qr-loader__subtitle--result{margin-bottom:32px}.adyen-checkout__qr-loader__payment_amount,.adyen-checkout__qr-loader__subtitle{color:#00112c;font-size:1em;line-height:19px}.adyen-checkout__qr-loader__icon{height:88px;width:88px}.adyen-checkout__qr-loader__payment_amount{font-weight:700}.adyen-checkout__qr-loader__progress{background:#d4d9db;border-radius:24px;height:4px;margin:32px auto 12px;padding-right:3%;width:152px}[dir=rtl] .adyen-checkout__qr-loader__progress{padding-left:3%;padding-right:0}.adyen-checkout__qr-loader__percentage{background:#0075ff;border-radius:24px;display:block;height:100%}.adyen-checkout__qr-loader__countdown{color:#687282;font-size:.81em}.adyen-checkout__qr-loader>.adyen-checkout__spinner__wrapper{margin:60px 0}.adyen-checkout__qr-loader__app-link{display:none}.adyen-checkout__button.adyen-checkout__button--qr-loader{margin-top:24px;text-decoration:none}.adyen-checkout__qr-loader__instructions{color:#687282;font-size:1em;line-height:1.5;margin-top:32px}.adyen-checkout__qr-loader__actions{align-items:center;display:flex;justify-content:center;margin-top:32px}@media only screen and (max-device-width:1200px){.adyen-checkout__qr-loader__app-link{display:block}}.adyen-checkout__voucher-result--boletobancario .adyen-checkout__voucher-result__code{font-size:.81em;line-height:19px;padding:24px;word-break:break-all}.adyen-checkout__voucher-result--oxxo .adyen-checkout__voucher-result__code{font-size:.81em;line-height:19px;padding:24px;word-break:break-all}.adyen-checkout__alert-message{border-radius:6px;display:flex;font-size:.81em;margin:0 0 16px;padding:12px;text-align:left}.adyen-checkout__alert-message--error{background:#fbe6ed}.adyen-checkout__alert-message--warning{background:#ffeacc}.adyen-checkout__alert-message--info{background:#e5efff}.adyen-checkout__alert-message__icon{height:14px;margin-right:8px;width:14px}.adyen-checkout__giftcard-result__header{align-items:center;display:flex;flex-wrap:nowrap;font-size:1em;font-weight:400;justify-content:space-between;position:relative;width:100%}.adyen-checkout__giftcard-result__header__title{align-items:center;display:flex}.adyen-checkout__giftcard-result__name{margin-left:8px}.adyen-checkout__giftcard-result__balance{list-style:none;margin:16px 0 0;padding:0}.adyen-checkout__giftcard-result__balance__item{display:flex;justify-content:space-between;margin-bottom:8px}.adyen-checkout__giftcard-result__balance__item .adyen-checkout__giftcard-result__balance__title--transactionLimit{color:#687282}.adyen-checkout__giftcard-result__balance__item:last-child{margin-bottom:0}.adyen-checkout__giftcard-result__balance__value--amount{font-weight:700}.adyen-checkout__giftcard-result__remaining-balance{color:#687282;font-size:13px;line-height:19px;margin:8px auto 0;text-align:center}.DropinComponent-module_adyen-checkout__payment-methods-list__mAjAm{list-style:none;margin:0;padding:0}.DropinComponent-module_adyen-checkout__payment-method__nWdwg{display:block;max-height:60px}.DropinComponent-module_adyen-checkout__payment-method__details__-rsW7{display:none}.DropinComponent-module_adyen-checkout__payment-method__image__nB80V{height:26px;width:40px}.DropinComponent-module_adyen-checkout__payment-method__image__wrapper__6NWzA{margin-right:8px}[dir=rtl] .DropinComponent-module_adyen-checkout__payment-method__image__wrapper__6NWzA{margin-left:8px;margin-right:0}.DropinComponent-module_adyen-checkout__payment-method--selected__6egZF{max-height:100%}.DropinComponent-module_adyen-checkout__payment-method--selected__6egZF .DropinComponent-module_adyen-checkout__payment-method__details__-rsW7{display:block}.adyen-checkout__payment-method__disable-confirmation{background:#c12424;border-left:1px solid #b82222;border-right:1px solid #b82222;color:#fff;font-size:.81em;margin:0 -17px;max-height:0;opacity:0;overflow:hidden;transition:opacity .15s ease-out,max-height .15s linear,margin-bottom .1s linear}.adyen-checkout__payment-method__disable-confirmation.adyen-checkout__payment-method__disable-confirmation--open{margin-bottom:16px;max-height:62px;opacity:1}.adyen-checkout__payment-method__disable-confirmation__content{align-items:center;display:flex;justify-content:space-between;padding:8px 16px}.adyen-checkout__payment-method__disable-confirmation__buttons{display:flex}.adyen-checkout__payment-method__disable-confirmation__button{background:#c12424;border:1px solid transparent;border-radius:6px;color:#fff;cursor:pointer;display:block;height:auto;line-height:14px;margin:0 0 0 8px;padding:8px;width:auto}.adyen-checkout__payment-method__disable-confirmation__button:hover,.adyen-checkout__payment-method__disable-confirmation__button:hover:focus{background:#ac2020;box-shadow:none}.adyen-checkout__payment-method__disable-confirmation__button:active,.adyen-checkout__payment-method__disable-confirmation__button:hover:active{background:#961c1c;box-shadow:none}.adyen-checkout__payment-method__disable-confirmation__button--remove,.adyen-checkout__payment-method__disable-confirmation__button--remove:disabled{border-color:#fff}.adyen-checkout__payment-method__disable-confirmation__button--cancel,.adyen-checkout__payment-method__disable-confirmation__button--cancel:disabled{border-color:transparent}.adyen-checkout__payment-method{background:#fff;border:1px solid #e6e9eb;cursor:pointer;margin-top:-1px;position:relative;transition:opacity .3s ease-out;width:100%}.adyen-checkout__payment-method:focus{outline:0}.adyen-checkout__payment-method--selected+.adyen-checkout__payment-method,.adyen-checkout__payment-method:first-child{border-top-left-radius:12px;border-top-right-radius:12px;margin-top:0}.adyen-checkout__payment-method--next-selected,.adyen-checkout__payment-method:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px;margin-bottom:0}.adyen-checkout__payment-method--loading{opacity:.2}.adyen-checkout__payment-method--selected.adyen-checkout__payment-method--loading{opacity:.9}.adyen-checkout__payment-method--confirming .adyen-checkout__payment-method__details__content,.adyen-checkout__payment-method--disabling{pointer-events:none;-webkit-user-select:none;user-select:none}.adyen-checkout__payment-method--disabling{opacity:.3}.adyen-checkout__payment-method__header{align-items:center;color:#00112c;display:flex;flex-wrap:nowrap;font-size:1em;font-weight:400;justify-content:space-between;padding:12px 16px 12px 44px;position:relative;transition:background .1s ease-out;width:100%}[dir=rtl] .adyen-checkout__payment-method__header{padding:12px 44px 12px 12px}.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__header{padding:16px}.adyen-checkout__payment-method__header__title{align-items:center;background:none;border:none;color:#00112c;cursor:pointer;display:flex;flex-shrink:0;font-size:1em;font-weight:400;margin-right:16px;max-width:100%;padding:4px}[dir=rtl] .adyen-checkout__payment-method__header__title{margin-left:16px;margin-right:0}.adyen-checkout__payment-method__surcharge{color:#687282;margin-left:5px}.adyen-checkout__payment-method--selected{background:#f7f8f9;border:1px solid #e6e9eb;border-radius:12px;cursor:default;margin:8px 0;transition:margin .15s cubic-bezier(.4,0,.2,1) 0ms,opacity .3s ease-out}.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__header{flex-wrap:wrap}.adyen-checkout__payment-method__details{padding:0 16px;position:relative}.adyen-checkout__payment-method__details__content>:last-child{margin-bottom:16px}.adyen-checkout__payment-method__image__wrapper{height:26px;position:relative;width:40px}.adyen-checkout__payment-method__image__wrapper--outline:after{border:1px solid rgba(0,27,43,.17);border-radius:3px;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.adyen-checkout__payment-method__image{border-radius:3px;display:block}.adyen-checkout__payment-method__brands{display:flex;flex-basis:auto;flex-shrink:1;flex-wrap:wrap;height:16px;margin:4px 0;overflow:hidden;text-align:right}.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__brand-number{color:#687282;font-size:13px}.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands{height:auto;overflow:visible;text-align:left}.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper{display:inline-block;height:16px;margin-right:4px;transition:opacity .2s ease-out;width:24px}.adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:last-child{margin:0}.adyen-checkout__payment-method--selected .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper{margin-bottom:4px}.adyen-checkout__payment-method__brands img{height:16px;width:24px}.adyen-checkout__payment-method__image__wrapper--disabled{opacity:.25}.adyen-checkout__payment-method__radio{background-color:#fff;border:1px solid #b9c4c9;border-radius:50%;height:16px;left:16px;position:absolute;transition:border-color .2s ease-out,box-shadow .2s ease-out;width:16px}[dir=rtl] .adyen-checkout__payment-method__radio{left:auto;right:16px}.adyen-checkout__payment-method--standalone .adyen-checkout__payment-method__radio{display:none}.adyen-checkout__payment-method__radio:after{background-color:#fff;border-radius:50%;content:"";display:block;height:6px;left:0;margin:0 auto;position:absolute;right:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease-out;width:6px}.adyen-checkout__payment-method:hover:not(.adyen-checkout__payment-method--selected) .adyen-checkout__payment-method__radio{border-color:#99a3ad;box-shadow:0 0 0 2px #d4d9db;cursor:pointer}.adyen-checkout__payment-method__radio--selected{background-color:#0075ff;border:0;transition:all .3s ease-out}.adyen-checkout__payment-method__radio--selected:hover{box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout__payment-method__radio--selected:after{transform:translateY(-50%) scale(1)}.adyen-checkout__payment-method__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.adyen-checkout__payment-method__name--selected{font-weight:500}.adyen-checkout__payment-method__additional-info{color:#687282;font-size:.81em}.adyen-checkout__payment-method__name_wrapper{align-items:flex-start;display:flex;flex-direction:column}.adyen-checkout__order-payment-methods-list{list-style:none;margin:0 auto 16px;padding:0}.adyen-checkout__order-payment-method{background:#fff;border:1px solid #e6e9eb;margin-top:-1px;position:relative;width:100%}.adyen-checkout__order-payment-method:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.adyen-checkout__order-payment-method:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.adyen-checkout__order-payment-method__header{align-items:center;color:#00112c;display:flex;flex-wrap:nowrap;font-size:1em;font-weight:500;justify-content:space-between;padding:16px;position:relative;transition:background .1s ease-out;width:100%}.adyen-checkout__order-payment-method__header .adyen-checkout__payment-method__header__title{padding:0}.adyen-checkout__order-payment-method__details{padding:0 16px 16px}.adyen-checkout__order-payment-method__deducted-amount{display:flex;font-size:1em;justify-content:space-between;line-height:1em}.adyen-checkout__order-payment-method__deducted-amount__label{font-size:.81em}.adyen-checkout__order-payment-method__deducted-amount__value{font-weight:500}.adyen-checkout__order-remaining-amount{background:#ffeacc;border-radius:6px;color:#7f4a00;display:block;font-size:.81em;margin-bottom:16px;padding:8px 16px;width:100%}.adyen-checkout__order-remaining-amount strong{font-weight:700}.adyen-checkout__status{align-items:center;background-color:#fff;border:1px solid #d4d9db;border-radius:6px;color:#00112c;display:flex;flex-direction:column;font-size:1em;height:350px;justify-content:center;margin:0;padding:32px;text-align:center}.adyen-checkout__status__icon{margin-bottom:24px}.adyen-checkout__status .adyen-checkout__spinner__wrapper{max-height:88px}.adyen-checkout__dropin,.adyen-checkout__dropin *,.adyen-checkout__dropin :after,.adyen-checkout__dropin :before{box-sizing:border-box}.adyen-checkout__payment-methods-list--loading{pointer-events:none;-webkit-user-select:none;user-select:none}.adyen-checkout__instant-payment-methods-list{list-style:none;margin:0;padding:0}.adyen-checkout__instant-payment-methods-list li:not(:last-child){margin-bottom:8px}.adyen-checkout__link{color:#0075ff;text-decoration:none}.adyen-checkout__link:hover{text-decoration:underline}.AchInput-module_sf-input__wrapper__lfdiv{position:relative}.AchInput-module_sf-input__wrapper__lfdiv *,.AchInput-module_sf-input__wrapper__lfdiv :after,.AchInput-module_sf-input__wrapper__lfdiv :before{box-sizing:border-box}.AchInput-module_adyen-checkout__input__8WwCR{display:block;max-height:100px}.adyen-checkout__loading-input__form{transition:opacity .25s ease-out}.adyen-checkout__pm__holderName{margin-bottom:0}.adyen-checkout__fieldset__title+.adyen-checkout__ach-sf__form{margin-top:0}.adyen-checkout__ach-input .adyen-checkout__fieldset--address,.adyen-checkout__ach-sf__form{margin-top:16px}.adyen-checkout__ach-input .adyen-checkout__radio_group__input-wrapper:not(:last-child){margin-bottom:12px}.adyen-checkout__loading-input__form{transition:opacity .25s ease-out}.adyen-checkout-phone-input--new{direction:ltr}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper{width:100%}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input{height:auto;padding:0}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input:focus-within{border:1px solid #0075ff}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__input:focus-within .adyen-checkout-dropdown--countrycode-selector{border-right:1px solid #0075ff}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button{border:0;border-bottom-right-radius:0;border-top-right-radius:0;height:35px;width:auto}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button:after{box-sizing:revert;height:10px}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active,.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout__dropdown__button--active:hover{box-shadow:none}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input--phone-number{border:1px solid transparent;height:35px;line-height:35px;min-height:35px;padding-bottom:0;padding-left:15px;padding-top:0}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input--phone-number:focus-within{border:1px solid #0075ff;box-shadow:0 0 0 2px #99c2ff}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-dropdown--countrycode-selector{border-right:1px solid #dce0e5;min-width:144px;width:144px}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-input-holder--phone-input{align-items:center;display:flex}.adyen-checkout-phone-input--new .adyen-checkout__input-wrapper .adyen-checkout-phone-number{align-items:center;display:flex;flex:3}.adyen-checkout-phone-input--new .adyen-checkout-phone-input__error-holder{margin-top:-10px}.adyen-checkout__await{background:#fff;border:1px solid #d4d9db;border-radius:12px;padding:40px;text-align:center}.adyen-checkout__await--result{padding:100px}.adyen-checkout__qr-loader--app{border:0;border-radius:0;padding:0}.adyen-checkout__await__brand-logo{border-radius:3px;width:74px}.adyen-checkout__await__indicator-text,.adyen-checkout__await__subtitle{color:#00112c;font-size:1em;line-height:19px;margin-top:32px}.adyen-checkout__await__indicator-holder .adyen-checkout__await__indicator-text{margin-left:10px;margin-top:6px}.adyen-checkout__await__indicator-holder{display:flex;justify-content:center;margin-bottom:20px;margin-top:32px}.adyen-checkout__await__subtitle--result{margin-bottom:32px}.adyen-checkout__await__icon{height:88px;width:88px}.adyen-checkout__await__progress{background:#d4d9db;border-radius:24px;height:4px;margin:32px auto 12px;width:152px}.adyen-checkout__await__percentage{background:#0075ff;border-radius:24px;display:block;height:100%}.adyen-checkout__await__countdown{color:#687282;font-size:.81em}.adyen-checkout__await>.adyen-checkout__spinner__wrapper{margin:60px 0}.adyen-checkout__await__app-link{display:none;margin-top:16px}@media only screen and (max-device-width:1200px){.adyen-checkout__await__app-link{display:block}}.adyen-checkout__blik__helper{color:#00112c;font-size:1em;font-weight:400;margin:0 0 16px;padding:0}.adyen-checkout__bankTransfer__introduction{color:#00112c;font-size:.81em;font-weight:400;margin:0 0 16px;padding:0}.adyen-checkout__bankTransfer__emailField{margin:0 0 16px}.adyen-checkout__bacs--confirm{position:relative}.adyen-checkout__bacs--confirm .adyen-checkout-input__inline-validation--valid{display:none}.adyen-checkout__bacs .adyen-checkout__field--inactive{pointer-events:none}.adyen-checkout__bacs .adyen-checkout__bacs--edit{cursor:pointer;position:absolute;right:0;top:-25px;width:20%}.adyen-checkout__bacs .adyen-checkout__bacs--edit-dropin{top:-50px}.adyen-checkout__bacs .adyen-checkout__bacs--edit .adyen-checkout__bacs--edit-button{background:none;border:none;color:#0075ff;cursor:pointer;text-align:end;text-decoration:underline}.adyen-checkout__voucher-result__introduction{font-size:1em;max-width:420px}.adyen-checkout__klarna-widget{pointer-events:all}.adyen-checkout__field--vpa{margin-bottom:0}.adyen-checkout__segmented-control{background:#fff;border:1px solid #b9c4c9;border-radius:6px;display:flex;gap:4px;justify-content:space-between;padding:4px 5px}.adyen-checkout__segmented-control--disabled{pointer-events:none}.adyen-checkout__segmented-control--disabled>.adyen-checkout__segmented-control-segment{color:#8390a3}.adyen-checkout__segmented-control--disabled>.adyen-checkout__segmented-control-segment--selected{background:#f3f6f9;border:1.5px solid #8390a3}.adyen-checkout__segmented-control-segment{background:#fff;border:0;border-radius:6px;color:#0075ff;cursor:pointer;flex-grow:1;font-weight:500;height:40px;text-align:center;transition:background .3s ease-out;width:100%}.adyen-checkout__segmented-control-segment:not(.adyen-checkout__segmented-control-segment--selected):hover{background-color:#f7f8f9}.adyen-checkout__segmented-control-segment:active{background-color:#f7f8f9;border:1.5px solid #687282}.adyen-checkout__segmented-control-segment--selected{background:#e5f1ff;border:1.5px solid #0075ff;color:#0075ff;font-weight:700}.adyen-checkout-radio-button{align-items:center;background:none;border:none;color:#00112c;cursor:pointer;display:flex;flex-shrink:0;font-size:1em;font-weight:400;max-width:100%;padding:4px}.adyen-checkout-radio-button[aria-checked=false]:hover>.adyen-checkout-radio-button__radio{border-color:#99a3ad;box-shadow:0 0 0 2px #d4d9db;cursor:pointer}.adyen-checkout-radio-button__radio{background-color:#fff;border:1px solid #b9c4c9;border-radius:50%;height:16px;transition:border-color .2s ease-out,box-shadow .2s ease-out;width:16px}[dir=rtl] .adyen-checkout-radio-button__radio{left:auto;right:16px}.adyen-checkout-radio-button__radio:after{background-color:#fff;border-radius:50%;content:"";display:block;height:6px;left:0;margin:0 auto;position:relative;right:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease-out;width:6px}.adyen-checkout-radio-button__radio--selected{background-color:#0075ff;border:0;transition:all .3s ease-out}.adyen-checkout-radio-button__radio--selected:hover{box-shadow:0 0 0 2px rgba(0,102,255,.4)}.adyen-checkout-radio-button__radio--selected:after{transform:translateY(-50%) scale(1)}.adyen-checkout-upi-app-item-header{padding:6px 16px 6px 32px;position:relative}.adyen-checkout-upi-app-item{cursor:pointer;margin-top:-1px;transition:opacity .3s ease-out;width:100%}.adyen-checkout-upi-app-item:first-child{margin-top:0}.adyen-checkout-upi-app-item--selected{cursor:default;transition:margin .15s cubic-bezier(.4,0,.2,1) 0ms,opacity .3s ease-out}.adyen-checkout-upi-app-item .adyen-checkout-radio-button__radio{left:0;position:absolute}.adyen-checkout-upi-app-list{list-style:none;margin:0;padding:0}.adyen-checkout-upi-app-list--loading{pointer-events:none;-webkit-user-select:none;user-select:none}.adyen-checkout_upi-mode-selection-text{font-size:13px;font-weight:400;line-height:19px;margin-bottom:7px;margin-top:0}.adyen-checkout__segmented-control--upi-margin-bottom{margin-bottom:16px}.adyen-checkout-upi-area-intent .adyen-checkout__button--pay{margin-top:16px}.adyen-checkout-upi-area-qr-code .adyen-checkout__button--pay{margin-top:0}.adyen-checkout-trustly{margin-bottom:16px}.adyen-checkout-trustly__descriptor{font-size:1em;font-weight:500;margin:0 0 4px}.adyen-checkout-trustly__description-list{font-size:.81em;line-height:1.5;list-style-type:disc;margin:0;padding-left:20px}.adyen-checkout-payme-instructions{color:#5c687c;font-size:.81em;line-height:20px;text-align:center}.adyen-checkout-payme-instructions__steps{list-style-position:inside;margin:16px 0;padding-bottom:8px;padding-inline-start:0}.adyen-checkout-paybybank_AIS_DD{margin-bottom:16px}.adyen-checkout-paybybank_AIS_DD__description-header{color:#00112c;font-size:16px;font-weight:500;margin:0 0 4px}.adyen-checkout-paybybank_AIS_DD__description-body{color:#687282;font-size:14px;font-weight:400;line-height:1.5;list-style-type:disc;margin:0}@media (max-width:330px){.adyen-checkout__payment-method--paybybank_AIS_DD .adyen-checkout__payment-method__brands{display:none}}@media (max-width:360px){.adyen-checkout__payment-method--paybybank_AIS_DD .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:nth-child(2){display:none}}@media (max-width:390px){.adyen-checkout__payment-method--paybybank_AIS_DD .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:nth-child(3){display:none}}@media (max-width:420px){.adyen-checkout__payment-method--paybybank_AIS_DD .adyen-checkout__payment-method__brands .adyen-checkout__payment-method__image__wrapper:nth-child(4){display:none}}.adyen-checkout__payment-method--paybybank_AIS_DD .adyen-checkout__payment-method__brand-number{text-overflow:clip;white-space:nowrap}.adyen-checkout-sr-panel{font-size:.75em;margin-bottom:20px}.adyen-checkout-sr-panel--sr-only{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/intl-tel-input/build/css/intlTelInput.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
.iti {
  position: relative;
  display: inline-block; }
  .iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .iti__hide {
    display: none; }
  .iti__v-hide {
    visibility: hidden; }
  .iti input, .iti input[type=text], .iti input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px; }
  .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555; }
  .iti__arrow--up {
      border-top: none;
      border-bottom: 4px solid #555; }
  .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
  .iti__country-list--dropup {
      bottom: 100%;
      margin-bottom: -1px; }
  @media (max-width: 500px) {
      .iti__country-list {
        white-space: normal; } }
  .iti__flag-box {
    display: inline-block;
    width: 20px; }
  .iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC; }
  .iti__country {
    padding: 5px 10px;
    outline: none; }
  .iti__dial-code {
    color: #999; }
  .iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti__flag-box, .iti__country-name, .iti__dial-code {
    vertical-align: middle; }
  .iti__flag-box, .iti__country-name {
    margin-right: 6px; }
  .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0; }
  .iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer; }
  .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
  .iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default; }
  .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
      background-color: transparent; }
  .iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05); }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px; }
  .iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
  .iti--container:hover {
      cursor: pointer; }
  .iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }
  .iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em; }
  .iti__flag {
  width: 20px; }
  .iti__flag.iti__be {
    width: 18px; }
  .iti__flag.iti__ch {
    width: 15px; }
  .iti__flag.iti__mc {
    width: 19px; }
  .iti__flag.iti__ne {
    width: 18px; }
  .iti__flag.iti__np {
    width: 13px; }
  .iti__flag.iti__va {
    width: 15px; }
  @media (min-resolution: 192dpi) {
    .iti__flag {
      background-size: 5652px 15px; } }
  .iti__flag.iti__ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0px; }
  .iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0px; }
  .iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0px; }
  .iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0px; }
  .iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0px; }
  .iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0px; }
  .iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0px; }
  .iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0px; }
  .iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0px; }
  .iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0px; }
  .iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0px; }
  .iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('flags.f73aa829a0084837.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url('flags@2x.2704c069d12ee746.png'); } }
  .iti__flag.iti__np {
  background-color: transparent; }

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./projects/axabe/src/styles/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
* Show/hide for breakpoint and down:
*
* hidden-xs-down (hidden-xs) = d-none d-sm-block
* hidden-sm-down (hidden-sm hidden-xs) = d-none d-md-block
* hidden-md-down (hidden-md hidden-sm hidden-xs) = d-none d-lg-block
* hidden-lg-down = d-none d-xl-block
* hidden-xl-down (n/a 3.x) = d-none (same as hidden)
* Show/hide for breakpoint and up:
*
* hidden-xs-up = d-none (same as hidden)
* hidden-sm-up = d-sm-none
* hidden-md-up = d-md-none
* hidden-lg-up = d-lg-none
* hidden-xl-up (n/a 3.x) = d-xl-none
* Show/hide only for a single breakpoint:
*
* hidden-xs (only) = d-none d-sm-block (same as hidden-xs-down)
* hidden-sm (only) = d-block d-sm-none d-md-block
* hidden-md (only) = d-block d-md-none d-lg-block
* hidden-lg (only) = d-block d-lg-none d-xl-block
* hidden-xl (n/a 3.x) = d-block d-xl-none
* visible-xs (only) = d-block d-sm-none
* visible-sm (only) = d-none d-sm-block d-md-none
* visible-md (only) = d-none d-md-block d-lg-none
* visible-lg (only) = d-none d-lg-block d-xl-none
* visible-xl (n/a 3.x) = d-none d-xl-block
*/
/* IMPORT ----------------------------------------------- */
/* color GREY ----------------------------------------------- */
/* color GENERAL ----------------------------------------------- */
/* color ROOT ----------------------------------------------- */
:root {
  --blue: rgb(0, 0, 143);
  --blue-dark: #00005c;
  --light-blue: rgb(179, 208, 238);
  --light-blue-dark-10: #89b6e5;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: rgb(255, 23, 33);
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: rgb(28, 197, 78);
  --teal: rgb(2, 113, 128);
  --cyan: #00adc6;
  --white: rgb(255, 255, 255);
  --white-transparent: rgba(255, 255, 255, 0);
  --tropaz: rgb(36, 37, 170);
  --gray-100: #fafafa;
  --gray-200: rgb(245, 245, 245);
  --gray-300: rgb(229, 229, 229);
  --gray-400: rgb(204, 204, 204);
  --gray-500: rgb(153, 153, 153);
  --gray-600: rgb(127, 127, 127);
  --gray-700: rgb(95, 95, 95);
  --gray-800: #333333;
  --gray-900: #212529;
  --gray: rgb(127, 127, 127);
  --gray-dark: #333333;
  --burnt-sienna: #D24723;
  --burnt-sienna-dark: #903118;
  --ocean-blue: rgb(73, 118, 186);
  --ocean-blue-dark: #395e97;
  --ocean-blue-darken: #274168;
  --pastel-pink: rgb(250, 215, 220);
  --liquid-blue: rgb(235, 240, 255);
  --disable-dark: rgb(95, 95, 95);
  --disable-medium: rgb(229, 229, 229);
  --disable-light: rgb(250, 250, 250);
  --primary: rgb(0, 0, 143);
  --primary-200: rgba(0, 0, 143, 0.2);
  --primary-dark-10: #00005c;
  --primary-dark-30: black;
  --primary-light-10: #0000c2;
  --secondary: #333333;
  --secondary-light-30: gray;
  --success: rgb(28, 197, 78);
  --info: #00adc6;
  --warning: #ffc107;
  --danger: rgb(255, 23, 33);
  --light: #fafafa;
  --dark: #333333;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
@supports (color: rgb(0 0 0 / 0)){
:root {
  --teal: rgb(2, 113, 128);
}
}
@supports (color: rgb(0 0 0 / 0)){
:root {
  --ocean-blue: rgb(73, 118, 186);
}
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: "source_sans_proregular";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: left;
  background-color: rgb(255, 255, 255);
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
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 {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgb(0, 0, 143);
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #00005c;
  text-decoration: underline;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(127, 127, 127);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
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;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
  font-size: 2.5rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.75rem;
}
h4, .h4 {
  font-size: 1.5rem;
}
h5, .h5 {
  font-size: 1.25rem;
}
h6, .h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.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: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: rgb(127, 127, 127);
}
.blockquote-footer::before {
  content: "— ";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(229, 229, 229);
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: rgb(127, 127, 127);
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: rgb(255, 255, 255);
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.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;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #333333;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgb(229, 229, 229);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgb(229, 229, 229);
}
.table tbody + tbody {
  border-top: 2px solid rgb(229, 229, 229);
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid rgb(229, 229, 229);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid rgb(229, 229, 229);
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #333333;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8b8e0;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7a7ac5;
}
.table-hover .table-primary:hover {
  background-color: #a6a6d8;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a6a6d8;
}
.table-primary-200,
.table-primary-200 > th,
.table-primary-200 > td {
  background-color: rgba(244, 244, 250, 0.776);
}
.table-primary-200 th,
.table-primary-200 td,
.table-primary-200 thead th,
.table-primary-200 tbody + tbody {
  border-color: rgba(228, 228, 243, 0.584);
}
.table-hover .table-primary-200:hover {
  background-color: rgba(226, 226, 242, 0.776);
}
.table-hover .table-primary-200:hover > td,
.table-hover .table-primary-200:hover > th {
  background-color: rgba(226, 226, 242, 0.776);
}
.table-primary-dark-10,
.table-primary-dark-10 > th,
.table-primary-dark-10 > td {
  background-color: #b8b8d1;
}
.table-primary-dark-10 th,
.table-primary-dark-10 td,
.table-primary-dark-10 thead th,
.table-primary-dark-10 tbody + tbody {
  border-color: #7a7aaa;
}
.table-hover .table-primary-dark-10:hover {
  background-color: #a9a9c7;
}
.table-hover .table-primary-dark-10:hover > td,
.table-hover .table-primary-dark-10:hover > th {
  background-color: #a9a9c7;
}
.table-primary-dark-30,
.table-primary-dark-30 > th,
.table-primary-dark-30 > td {
  background-color: #b8b8b8;
}
.table-primary-dark-30 th,
.table-primary-dark-30 td,
.table-primary-dark-30 thead th,
.table-primary-dark-30 tbody + tbody {
  border-color: #7a7a7a;
}
.table-hover .table-primary-dark-30:hover {
  background-color: #ababab;
}
.table-hover .table-primary-dark-30:hover > td,
.table-hover .table-primary-dark-30:hover > th {
  background-color: #ababab;
}
.table-primary-light-10,
.table-primary-light-10 > th,
.table-primary-light-10 > td {
  background-color: #b8b8ee;
}
.table-primary-light-10 th,
.table-primary-light-10 td,
.table-primary-light-10 thead th,
.table-primary-light-10 tbody + tbody {
  border-color: #7a7adf;
}
.table-hover .table-primary-light-10:hover {
  background-color: #a3a3e9;
}
.table-hover .table-primary-light-10:hover > td,
.table-hover .table-primary-light-10:hover > th {
  background-color: #a3a3e9;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c6c6c6;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #959595;
}
.table-hover .table-secondary:hover {
  background-color: #b9b9b9;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #b9b9b9;
}
.table-secondary-light-30,
.table-secondary-light-30 > th,
.table-secondary-light-30 > td {
  background-color: #dbdbdb;
}
.table-secondary-light-30 th,
.table-secondary-light-30 td,
.table-secondary-light-30 thead th,
.table-secondary-light-30 tbody + tbody {
  border-color: #bdbdbd;
}
.table-hover .table-secondary-light-30:hover {
  background-color: #cecece;
}
.table-hover .table-secondary-light-30:hover > td,
.table-hover .table-secondary-light-30:hover > th {
  background-color: #cecece;
}
.table-success,
.table-success > th,
.table-success > td {
  background-color: #bfefcd;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #89e1a3;
}
.table-hover .table-success:hover {
  background-color: #abeabd;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #abeabd;
}
.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8e8ef;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7ad4e1;
}
.table-hover .table-info:hover {
  background-color: #a3e1ea;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a3e1ea;
}
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffbec1;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ff868c;
}
.table-hover .table-danger:hover {
  background-color: #ffa5a9;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ffa5a9;
}
.table-teal,
.table-teal > th,
.table-teal > td {
  background-color: #b8d7db;
}
.table-teal th,
.table-teal td,
.table-teal thead th,
.table-teal tbody + tbody {
  border-color: #7bb5bd;
}
.table-hover .table-teal:hover {
  background-color: #a7cdd2;
}
.table-hover .table-teal:hover > td,
.table-hover .table-teal:hover > th {
  background-color: #a7cdd2;
}
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fefefe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fcfcfc;
}
.table-hover .table-light:hover {
  background-color: #f1f1f1;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f1f1f1;
}
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c6c6;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #959595;
}
.table-hover .table-dark:hover {
  background-color: #b9b9b9;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9b9b9;
}
.table-ocean-blue,
.table-ocean-blue > th,
.table-ocean-blue > td {
  background-color: #ccd9ec;
}
.table-ocean-blue th,
.table-ocean-blue td,
.table-ocean-blue thead th,
.table-ocean-blue tbody + tbody {
  border-color: #a0b8db;
}
.table-hover .table-ocean-blue:hover {
  background-color: #b9cbe5;
}
.table-hover .table-ocean-blue:hover > td,
.table-hover .table-ocean-blue:hover > th {
  background-color: #b9cbe5;
}
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: rgb(255, 255, 255);
  background-color: #333333;
  border-color: #464646;
}
.table .thead-light th {
  color: rgb(95, 95, 95);
  background-color: rgb(245, 245, 245);
  border-color: rgb(229, 229, 229);
}
.table-dark {
  color: rgb(255, 255, 255);
  background-color: #333333;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #464646;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.075);
}
@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(95, 95, 95);
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 0.25rem;
  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::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 rgb(95, 95, 95);
}
.form-control:focus {
  color: rgb(95, 95, 95);
  background-color: rgb(255, 255, 255);
  border-color: #1010ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 143, 0.25);
}
.form-control::placeholder {
  color: rgb(127, 127, 127);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: rgb(245, 245, 245);
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: rgb(95, 95, 95);
  background-color: rgb(255, 255, 255);
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #333333;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size], select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 2rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: rgb(127, 127, 127);
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: rgb(28, 197, 78);
}
.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.875rem;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  background-color: rgba(28, 197, 78, 0.9);
  border-radius: 0.25rem;
}
.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: rgb(28, 197, 78);
  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='rgb(28, 197, 78)' d='M2.3 6.73L.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: rgb(28, 197, 78);
  box-shadow: 0 0 0 0.2rem rgba(28, 197, 78, 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 .custom-select:valid, .custom-select.is-valid {
  border-color: rgb(28, 197, 78);
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='rgb(28, 197, 78)' d='M2.3 6.73L.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") rgb(255, 255, 255) no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: rgb(28, 197, 78);
  box-shadow: 0 0 0 0.2rem rgba(28, 197, 78, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: rgb(28, 197, 78);
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: rgb(28, 197, 78);
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: rgb(28, 197, 78);
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #32e266;
  background-color: #32e266;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(28, 197, 78, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(28, 197, 78);
}
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: rgb(28, 197, 78);
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: rgb(28, 197, 78);
  box-shadow: 0 0 0 0.2rem rgba(28, 197, 78, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: rgb(255, 23, 33);
}
.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.875rem;
  line-height: 1.5;
  color: rgb(255, 255, 255);
  background-color: rgba(255, 23, 33, 0.9);
  border-radius: 0.25rem;
}
.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: rgb(255, 23, 33);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255, 23, 33)' viewBox='-2 -2 7 7'%3e%3cpath stroke='rgb(255, 23, 33)' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%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: rgb(255, 23, 33);
  box-shadow: 0 0 0 0.2rem rgba(255, 23, 33, 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 .custom-select:invalid, .custom-select.is-invalid {
  border-color: rgb(255, 23, 33);
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255, 23, 33)' viewBox='-2 -2 7 7'%3e%3cpath stroke='rgb(255, 23, 33)' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") rgb(255, 255, 255) no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: rgb(255, 23, 33);
  box-shadow: 0 0 0 0.2rem rgba(255, 23, 33, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: rgb(255, 23, 33);
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: rgb(255, 23, 33);
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: rgb(255, 23, 33);
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff4a52;
  background-color: #ff4a52;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 23, 33, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(255, 23, 33);
}
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: rgb(255, 23, 33);
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: rgb(255, 23, 33);
  box-shadow: 0 0 0 0.2rem rgba(255, 23, 33, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 768px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #333333;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 143, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 143);
  border-color: rgb(0, 0, 143);
}
.btn-primary:hover {
  color: rgb(255, 255, 255);
  background-color: #000069;
  border-color: #00005c;
}
.btn-primary:focus, .btn-primary.focus {
  color: rgb(255, 255, 255);
  background-color: #000069;
  border-color: #00005c;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 160, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 143);
  border-color: rgb(0, 0, 143);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #00005c;
  border-color: #00004f;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 160, 0.5);
}
.btn-primary-200 {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 143, 0.2);
  border-color: rgba(0, 0, 143, 0.2);
}
.btn-primary-200:hover {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 105, 0.2);
  border-color: rgba(0, 0, 92, 0.2);
}
.btn-primary-200:focus, .btn-primary-200.focus {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 105, 0.2);
  border-color: rgba(0, 0, 92, 0.2);
  box-shadow: 0 0 0 0.2rem rgba(156, 156, 212, 0.5);
}
.btn-primary-200.disabled, .btn-primary-200:disabled {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 143, 0.2);
  border-color: rgba(0, 0, 143, 0.2);
}
.btn-primary-200:not(:disabled):not(.disabled):active, .btn-primary-200:not(:disabled):not(.disabled).active, .show > .btn-primary-200.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 92, 0.2);
  border-color: rgba(0, 0, 79, 0.2);
}
.btn-primary-200:not(:disabled):not(.disabled):active:focus, .btn-primary-200:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 156, 212, 0.5);
}
.btn-primary-dark-10 {
  color: rgb(255, 255, 255);
  background-color: #00005c;
  border-color: #00005c;
}
.btn-primary-dark-10:hover {
  color: rgb(255, 255, 255);
  background-color: #000036;
  border-color: #000029;
}
.btn-primary-dark-10:focus, .btn-primary-dark-10.focus {
  color: rgb(255, 255, 255);
  background-color: #000036;
  border-color: #000029;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 116, 0.5);
}
.btn-primary-dark-10.disabled, .btn-primary-dark-10:disabled {
  color: rgb(255, 255, 255);
  background-color: #00005c;
  border-color: #00005c;
}
.btn-primary-dark-10:not(:disabled):not(.disabled):active, .btn-primary-dark-10:not(:disabled):not(.disabled).active, .show > .btn-primary-dark-10.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #000029;
  border-color: #00001c;
}
.btn-primary-dark-10:not(:disabled):not(.disabled):active:focus, .btn-primary-dark-10:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-dark-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 116, 0.5);
}
.btn-primary-dark-30 {
  color: rgb(255, 255, 255);
  background-color: black;
  border-color: black;
}
.btn-primary-dark-30:hover {
  color: rgb(255, 255, 255);
  background-color: black;
  border-color: black;
}
.btn-primary-dark-30:focus, .btn-primary-dark-30.focus {
  color: rgb(255, 255, 255);
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-primary-dark-30.disabled, .btn-primary-dark-30:disabled {
  color: rgb(255, 255, 255);
  background-color: black;
  border-color: black;
}
.btn-primary-dark-30:not(:disabled):not(.disabled):active, .btn-primary-dark-30:not(:disabled):not(.disabled).active, .show > .btn-primary-dark-30.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: black;
  border-color: black;
}
.btn-primary-dark-30:not(:disabled):not(.disabled):active:focus, .btn-primary-dark-30:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-dark-30.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}
.btn-primary-light-10 {
  color: rgb(255, 255, 255);
  background-color: #0000c2;
  border-color: #0000c2;
}
.btn-primary-light-10:hover {
  color: rgb(255, 255, 255);
  background-color: #00009c;
  border-color: #00008f;
}
.btn-primary-light-10:focus, .btn-primary-light-10.focus {
  color: rgb(255, 255, 255);
  background-color: #00009c;
  border-color: #00008f;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 203, 0.5);
}
.btn-primary-light-10.disabled, .btn-primary-light-10:disabled {
  color: rgb(255, 255, 255);
  background-color: #0000c2;
  border-color: #0000c2;
}
.btn-primary-light-10:not(:disabled):not(.disabled):active, .btn-primary-light-10:not(:disabled):not(.disabled).active, .show > .btn-primary-light-10.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #00008f;
  border-color: #000082;
}
.btn-primary-light-10:not(:disabled):not(.disabled):active:focus, .btn-primary-light-10:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-light-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 203, 0.5);
}
.btn-secondary {
  color: rgb(255, 255, 255);
  background-color: #333333;
  border-color: #333333;
}
.btn-secondary:hover {
  color: rgb(255, 255, 255);
  background-color: #202020;
  border-color: #1a1a1a;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: rgb(255, 255, 255);
  background-color: #202020;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: rgb(255, 255, 255);
  background-color: #333333;
  border-color: #333333;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #1a1a1a;
  border-color: #131313;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-secondary-light-30 {
  color: rgb(255, 255, 255);
  background-color: gray;
  border-color: gray;
}
.btn-secondary-light-30:hover {
  color: rgb(255, 255, 255);
  background-color: #6c6c6c;
  border-color: #666666;
}
.btn-secondary-light-30:focus, .btn-secondary-light-30.focus {
  color: rgb(255, 255, 255);
  background-color: #6c6c6c;
  border-color: #666666;
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}
.btn-secondary-light-30.disabled, .btn-secondary-light-30:disabled {
  color: rgb(255, 255, 255);
  background-color: gray;
  border-color: gray;
}
.btn-secondary-light-30:not(:disabled):not(.disabled):active, .btn-secondary-light-30:not(:disabled):not(.disabled).active, .show > .btn-secondary-light-30.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #666666;
  border-color: #606060;
}
.btn-secondary-light-30:not(:disabled):not(.disabled):active:focus, .btn-secondary-light-30:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-light-30.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}
.btn-success {
  color: rgb(255, 255, 255);
  background-color: rgb(28, 197, 78);
  border-color: rgb(28, 197, 78);
}
.btn-success:hover {
  color: rgb(255, 255, 255);
  background-color: #17a441;
  border-color: #16983c;
}
.btn-success:focus, .btn-success.focus {
  color: rgb(255, 255, 255);
  background-color: #17a441;
  border-color: #16983c;
  box-shadow: 0 0 0 0.2rem rgba(62, 206, 105, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: rgb(255, 255, 255);
  background-color: rgb(28, 197, 78);
  border-color: rgb(28, 197, 78);
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #16983c;
  border-color: #148d38;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 206, 105, 0.5);
}
.btn-info {
  color: rgb(255, 255, 255);
  background-color: #00adc6;
  border-color: #00adc6;
}
.btn-info:hover {
  color: rgb(255, 255, 255);
  background-color: #008ca0;
  border-color: #008093;
}
.btn-info:focus, .btn-info.focus {
  color: rgb(255, 255, 255);
  background-color: #008ca0;
  border-color: #008093;
  box-shadow: 0 0 0 0.2rem rgba(38, 185, 207, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: rgb(255, 255, 255);
  background-color: #00adc6;
  border-color: #00adc6;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #008093;
  border-color: #007586;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 185, 207, 0.5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 23, 33);
  border-color: rgb(255, 23, 33);
}
.btn-danger:hover {
  color: rgb(255, 255, 255);
  background-color: #f0000a;
  border-color: #e3000a;
}
.btn-danger:focus, .btn-danger.focus {
  color: rgb(255, 255, 255);
  background-color: #f0000a;
  border-color: #e3000a;
  box-shadow: 0 0 0 0.2rem rgba(255, 58, 66, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 23, 33);
  border-color: rgb(255, 23, 33);
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #e3000a;
  border-color: #d60009;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 58, 66, 0.5);
}
.btn-teal {
  color: rgb(255, 255, 255);
  background-color: rgb(2, 113, 128);
  border-color: rgb(2, 113, 128);
}
.btn-teal:hover {
  color: rgb(255, 255, 255);
  background-color: #01505a;
  border-color: #01454e;
}
.btn-teal:focus, .btn-teal.focus {
  color: rgb(255, 255, 255);
  background-color: #01505a;
  border-color: #01454e;
  box-shadow: 0 0 0 0.2rem rgba(40, 134, 147, 0.5);
}
.btn-teal.disabled, .btn-teal:disabled {
  color: rgb(255, 255, 255);
  background-color: rgb(2, 113, 128);
  border-color: rgb(2, 113, 128);
}
.btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active, .show > .btn-teal.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #01454e;
  border-color: #013a41;
}
.btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 134, 147, 0.5);
}
.btn-light {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
  box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #e1e1e1;
  border-color: #dadada;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 218, 219, 0.5);
}
.btn-dark {
  color: rgb(255, 255, 255);
  background-color: #333333;
  border-color: #333333;
}
.btn-dark:hover {
  color: rgb(255, 255, 255);
  background-color: #202020;
  border-color: #1a1a1a;
}
.btn-dark:focus, .btn-dark.focus {
  color: rgb(255, 255, 255);
  background-color: #202020;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: rgb(255, 255, 255);
  background-color: #333333;
  border-color: #333333;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #1a1a1a;
  border-color: #131313;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5);
}
.btn-ocean-blue {
  color: rgb(255, 255, 255);
  background-color: rgb(73, 118, 186);
  border-color: rgb(73, 118, 186);
}
.btn-ocean-blue:hover {
  color: rgb(255, 255, 255);
  background-color: #3d64a0;
  border-color: #395e97;
}
.btn-ocean-blue:focus, .btn-ocean-blue.focus {
  color: rgb(255, 255, 255);
  background-color: #3d64a0;
  border-color: #395e97;
  box-shadow: 0 0 0 0.2rem rgba(100, 139, 196, 0.5);
}
.btn-ocean-blue.disabled, .btn-ocean-blue:disabled {
  color: rgb(255, 255, 255);
  background-color: rgb(73, 118, 186);
  border-color: rgb(73, 118, 186);
}
.btn-ocean-blue:not(:disabled):not(.disabled):active, .btn-ocean-blue:not(:disabled):not(.disabled).active, .show > .btn-ocean-blue.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #395e97;
  border-color: #36598e;
}
.btn-ocean-blue:not(:disabled):not(.disabled):active:focus, .btn-ocean-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-ocean-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 139, 196, 0.5);
}
.btn-outline-primary {
  color: rgb(0, 0, 143);
  border-color: rgb(0, 0, 143);
}
.btn-outline-primary:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 143);
  border-color: rgb(0, 0, 143);
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 143, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: rgb(0, 0, 143);
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 143);
  border-color: rgb(0, 0, 143);
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 143, 0.5);
}
.btn-outline-primary-200 {
  color: rgba(0, 0, 143, 0.2);
  border-color: rgba(0, 0, 143, 0.2);
}
.btn-outline-primary-200:hover {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 143, 0.2);
  border-color: rgba(0, 0, 143, 0.2);
}
.btn-outline-primary-200:focus, .btn-outline-primary-200.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 143, 0.5);
}
.btn-outline-primary-200.disabled, .btn-outline-primary-200:disabled {
  color: rgba(0, 0, 143, 0.2);
  background-color: transparent;
}
.btn-outline-primary-200:not(:disabled):not(.disabled):active, .btn-outline-primary-200:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-200.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 143, 0.2);
  border-color: rgba(0, 0, 143, 0.2);
}
.btn-outline-primary-200:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 143, 0.5);
}
.btn-outline-primary-dark-10 {
  color: #00005c;
  border-color: #00005c;
}
.btn-outline-primary-dark-10:hover {
  color: rgb(255, 255, 255);
  background-color: #00005c;
  border-color: #00005c;
}
.btn-outline-primary-dark-10:focus, .btn-outline-primary-dark-10.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 92, 0.5);
}
.btn-outline-primary-dark-10.disabled, .btn-outline-primary-dark-10:disabled {
  color: #00005c;
  background-color: transparent;
}
.btn-outline-primary-dark-10:not(:disabled):not(.disabled):active, .btn-outline-primary-dark-10:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-dark-10.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #00005c;
  border-color: #00005c;
}
.btn-outline-primary-dark-10:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-dark-10:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-dark-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 92, 0.5);
}
.btn-outline-primary-dark-30 {
  color: black;
  border-color: black;
}
.btn-outline-primary-dark-30:hover {
  color: rgb(255, 255, 255);
  background-color: black;
  border-color: black;
}
.btn-outline-primary-dark-30:focus, .btn-outline-primary-dark-30.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary-dark-30.disabled, .btn-outline-primary-dark-30:disabled {
  color: black;
  background-color: transparent;
}
.btn-outline-primary-dark-30:not(:disabled):not(.disabled):active, .btn-outline-primary-dark-30:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-dark-30.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: black;
  border-color: black;
}
.btn-outline-primary-dark-30:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-dark-30:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-dark-30.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-primary-light-10 {
  color: #0000c2;
  border-color: #0000c2;
}
.btn-outline-primary-light-10:hover {
  color: rgb(255, 255, 255);
  background-color: #0000c2;
  border-color: #0000c2;
}
.btn-outline-primary-light-10:focus, .btn-outline-primary-light-10.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 194, 0.5);
}
.btn-outline-primary-light-10.disabled, .btn-outline-primary-light-10:disabled {
  color: #0000c2;
  background-color: transparent;
}
.btn-outline-primary-light-10:not(:disabled):not(.disabled):active, .btn-outline-primary-light-10:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-light-10.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #0000c2;
  border-color: #0000c2;
}
.btn-outline-primary-light-10:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-light-10:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-light-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 194, 0.5);
}
.btn-outline-secondary {
  color: #333333;
  border-color: #333333;
}
.btn-outline-secondary:hover {
  color: rgb(255, 255, 255);
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-secondary-light-30 {
  color: gray;
  border-color: gray;
}
.btn-outline-secondary-light-30:hover {
  color: rgb(255, 255, 255);
  background-color: gray;
  border-color: gray;
}
.btn-outline-secondary-light-30:focus, .btn-outline-secondary-light-30.focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
}
.btn-outline-secondary-light-30.disabled, .btn-outline-secondary-light-30:disabled {
  color: gray;
  background-color: transparent;
}
.btn-outline-secondary-light-30:not(:disabled):not(.disabled):active, .btn-outline-secondary-light-30:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-light-30.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: gray;
  border-color: gray;
}
.btn-outline-secondary-light-30:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-light-30:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-light-30.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
}
.btn-outline-success {
  color: rgb(28, 197, 78);
  border-color: rgb(28, 197, 78);
}
.btn-outline-success:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(28, 197, 78);
  border-color: rgb(28, 197, 78);
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 197, 78, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: rgb(28, 197, 78);
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: rgb(28, 197, 78);
  border-color: rgb(28, 197, 78);
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 197, 78, 0.5);
}
.btn-outline-info {
  color: #00adc6;
  border-color: #00adc6;
}
.btn-outline-info:hover {
  color: rgb(255, 255, 255);
  background-color: #00adc6;
  border-color: #00adc6;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 173, 198, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00adc6;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #00adc6;
  border-color: #00adc6;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 173, 198, 0.5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  color: rgb(255, 23, 33);
  border-color: rgb(255, 23, 33);
}
.btn-outline-danger:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 23, 33);
  border-color: rgb(255, 23, 33);
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 23, 33, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: rgb(255, 23, 33);
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 23, 33);
  border-color: rgb(255, 23, 33);
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 23, 33, 0.5);
}
.btn-outline-teal {
  color: rgb(2, 113, 128);
  border-color: rgb(2, 113, 128);
}
.btn-outline-teal:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(2, 113, 128);
  border-color: rgb(2, 113, 128);
}
.btn-outline-teal:focus, .btn-outline-teal.focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 113, 128, 0.5);
}
.btn-outline-teal.disabled, .btn-outline-teal:disabled {
  color: rgb(2, 113, 128);
  background-color: transparent;
}
.btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active, .show > .btn-outline-teal.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: rgb(2, 113, 128);
  border-color: rgb(2, 113, 128);
}
.btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(2, 113, 128, 0.5);
}
.btn-outline-light {
  color: #fafafa;
  border-color: #fafafa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fafafa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}
.btn-outline-dark {
  color: #333333;
  border-color: #333333;
}
.btn-outline-dark:hover {
  color: rgb(255, 255, 255);
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.btn-outline-ocean-blue {
  color: rgb(73, 118, 186);
  border-color: rgb(73, 118, 186);
}
.btn-outline-ocean-blue:hover {
  color: rgb(255, 255, 255);
  background-color: rgb(73, 118, 186);
  border-color: rgb(73, 118, 186);
}
.btn-outline-ocean-blue:focus, .btn-outline-ocean-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 118, 186, 0.5);
}
.btn-outline-ocean-blue.disabled, .btn-outline-ocean-blue:disabled {
  color: rgb(73, 118, 186);
  background-color: transparent;
}
.btn-outline-ocean-blue:not(:disabled):not(.disabled):active, .btn-outline-ocean-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-ocean-blue.dropdown-toggle {
  color: rgb(255, 255, 255);
  background-color: rgb(73, 118, 186);
  border-color: rgb(73, 118, 186);
}
.btn-outline-ocean-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-ocean-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-ocean-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(73, 118, 186, 0.5);
}
.btn-link {
  font-weight: 400;
  color: rgb(0, 0, 143);
  text-decoration: none;
}
.btn-link:hover {
  color: #00005c;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: rgb(127, 127, 127);
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  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 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 768px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.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;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .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;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .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;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgb(245, 245, 245);
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #fafafa;
}
.dropdown-item.active, .dropdown-item:active {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(0, 0, 143);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: rgb(127, 127, 127);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #333333;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  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, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(95, 95, 95);
  text-align: center;
  white-space: nowrap;
  background-color: rgb(245, 245, 245);
  border: 1px solid rgb(204, 204, 204);
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 143);
  background-color: rgb(0, 0, 143);
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 143, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1010ff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: rgb(255, 255, 255);
  background-color: #4343ff;
  border-color: #4343ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: rgb(127, 127, 127);
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: rgb(245, 245, 245);
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: rgb(255, 255, 255);
  border: rgb(153, 153, 153) solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='rgb(255, 255, 255)' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: rgb(0, 0, 143);
  background-color: rgb(0, 0, 143);
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='rgb(255, 255, 255)' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 143, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 0, 143, 0.5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb(255, 255, 255)'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 143, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: rgb(153, 153, 153);
  border-radius: 0.5rem;
  transition: transform 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) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: rgb(255, 255, 255);
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 143, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(95, 95, 95);
  vertical-align: middle;
  background: rgb(255, 255, 255) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23333333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #1010ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 143, 0.25);
}
.custom-select:focus::-ms-value {
  color: rgb(95, 95, 95);
  background-color: rgb(255, 255, 255);
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: rgb(127, 127, 127);
  background-color: rgb(245, 245, 245);
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 rgb(95, 95, 95);
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #1010ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 143, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: rgb(245, 245, 245);
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(95, 95, 95);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(204, 204, 204);
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: rgb(95, 95, 95);
  content: "Browse";
  background-color: rgb(245, 245, 245);
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px rgb(255, 255, 255), 0 0 0 0.2rem rgba(0, 0, 143, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px rgb(255, 255, 255), 0 0 0 0.2rem rgba(0, 0, 143, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px rgb(255, 255, 255), 0 0 0 0.2rem rgba(0, 0, 143, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: rgb(0, 0, 143);
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #4343ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: rgb(229, 229, 229);
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: rgb(0, 0, 143);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #4343ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: rgb(229, 229, 229);
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: rgb(0, 0, 143);
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #4343ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: rgb(229, 229, 229);
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: rgb(229, 229, 229);
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: rgb(153, 153, 153);
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: rgb(153, 153, 153);
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: rgb(153, 153, 153);
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  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) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: rgb(127, 127, 127);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid rgb(229, 229, 229);
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: rgb(245, 245, 245) rgb(245, 245, 245) rgb(229, 229, 229);
}
.nav-tabs .nav-link.disabled {
  color: rgb(127, 127, 127);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: rgb(95, 95, 95);
  background-color: rgb(255, 255, 255);
  border-color: rgb(229, 229, 229) rgb(229, 229, 229) rgb(255, 255, 255);
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 143);
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 767.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-sm {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-lg {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: rgb(255, 255, 255);
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgb(255, 255, 255);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .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;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: rgb(245, 245, 245);
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: rgb(127, 127, 127);
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: rgb(127, 127, 127);
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: rgb(0, 0, 143);
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(229, 229, 229);
}
.page-link:hover {
  z-index: 2;
  color: #00005c;
  text-decoration: none;
  background-color: rgb(245, 245, 245);
  border-color: rgb(229, 229, 229);
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 143, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 143);
  border-color: rgb(0, 0, 143);
}
.page-item.disabled .page-link {
  color: rgb(127, 127, 127);
  pointer-events: none;
  cursor: auto;
  background-color: rgb(255, 255, 255);
  border-color: rgb(229, 229, 229);
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 143);
}
a.badge-primary:hover, a.badge-primary:focus {
  color: rgb(255, 255, 255);
  background-color: #00005c;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 143, 0.5);
}
.badge-primary-200 {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 143, 0.2);
}
a.badge-primary-200:hover, a.badge-primary-200:focus {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 92, 0.2);
}
a.badge-primary-200:focus, a.badge-primary-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 143, 0.5);
}
.badge-primary-dark-10 {
  color: rgb(255, 255, 255);
  background-color: #00005c;
}
a.badge-primary-dark-10:hover, a.badge-primary-dark-10:focus {
  color: rgb(255, 255, 255);
  background-color: #000029;
}
a.badge-primary-dark-10:focus, a.badge-primary-dark-10.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 92, 0.5);
}
.badge-primary-dark-30 {
  color: rgb(255, 255, 255);
  background-color: black;
}
a.badge-primary-dark-30:hover, a.badge-primary-dark-30:focus {
  color: rgb(255, 255, 255);
  background-color: black;
}
a.badge-primary-dark-30:focus, a.badge-primary-dark-30.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.badge-primary-light-10 {
  color: rgb(255, 255, 255);
  background-color: #0000c2;
}
a.badge-primary-light-10:hover, a.badge-primary-light-10:focus {
  color: rgb(255, 255, 255);
  background-color: #00008f;
}
a.badge-primary-light-10:focus, a.badge-primary-light-10.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 194, 0.5);
}
.badge-secondary {
  color: rgb(255, 255, 255);
  background-color: #333333;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: rgb(255, 255, 255);
  background-color: #1a1a1a;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.badge-secondary-light-30 {
  color: rgb(255, 255, 255);
  background-color: gray;
}
a.badge-secondary-light-30:hover, a.badge-secondary-light-30:focus {
  color: rgb(255, 255, 255);
  background-color: #666666;
}
a.badge-secondary-light-30:focus, a.badge-secondary-light-30.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 128, 128, 0.5);
}
.badge-success {
  color: rgb(255, 255, 255);
  background-color: rgb(28, 197, 78);
}
a.badge-success:hover, a.badge-success:focus {
  color: rgb(255, 255, 255);
  background-color: #16983c;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 197, 78, 0.5);
}
.badge-info {
  color: rgb(255, 255, 255);
  background-color: #00adc6;
}
a.badge-info:hover, a.badge-info:focus {
  color: rgb(255, 255, 255);
  background-color: #008093;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 173, 198, 0.5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
  color: rgb(255, 255, 255);
  background-color: rgb(255, 23, 33);
}
a.badge-danger:hover, a.badge-danger:focus {
  color: rgb(255, 255, 255);
  background-color: #e3000a;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 23, 33, 0.5);
}
.badge-teal {
  color: rgb(255, 255, 255);
  background-color: rgb(2, 113, 128);
}
a.badge-teal:hover, a.badge-teal:focus {
  color: rgb(255, 255, 255);
  background-color: #01454e;
}
a.badge-teal:focus, a.badge-teal.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(2, 113, 128, 0.5);
}
.badge-light {
  color: #212529;
  background-color: #fafafa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #e1e1e1;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(250, 250, 250, 0.5);
}
.badge-dark {
  color: rgb(255, 255, 255);
  background-color: #333333;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: rgb(255, 255, 255);
  background-color: #1a1a1a;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5);
}
.badge-ocean-blue {
  color: rgb(255, 255, 255);
  background-color: rgb(73, 118, 186);
}
a.badge-ocean-blue:hover, a.badge-ocean-blue:focus {
  color: rgb(255, 255, 255);
  background-color: #395e97;
}
a.badge-ocean-blue:focus, a.badge-ocean-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(73, 118, 186, 0.5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: rgb(245, 245, 245);
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #00004a;
  background-color: #cccce9;
  border-color: #b8b8e0;
}
.alert-primary hr {
  border-top-color: #a6a6d8;
}
.alert-primary .alert-link {
  color: #000017;
}
.alert-primary-200 {
  color: rgba(0, 0, 15, 0.584);
  background-color: rgba(248, 248, 252, 0.84);
  border-color: rgba(244, 244, 250, 0.776);
}
.alert-primary-200 hr {
  border-top-color: rgba(226, 226, 242, 0.776);
}
.alert-primary-200 .alert-link {
  color: rgba(0, 0, 0, 0.584);
}
.alert-primary-dark-10 {
  color: #000030;
  background-color: #ccccde;
  border-color: #b8b8d1;
}
.alert-primary-dark-10 hr {
  border-top-color: #a9a9c7;
}
.alert-primary-dark-10 .alert-link {
  color: black;
}
.alert-primary-dark-30 {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-primary-dark-30 hr {
  border-top-color: #ababab;
}
.alert-primary-dark-30 .alert-link {
  color: black;
}
.alert-primary-light-10 {
  color: #000065;
  background-color: #ccccf3;
  border-color: #b8b8ee;
}
.alert-primary-light-10 hr {
  border-top-color: #a3a3e9;
}
.alert-primary-light-10 .alert-link {
  color: #000032;
}
.alert-secondary {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}
.alert-secondary hr {
  border-top-color: #b9b9b9;
}
.alert-secondary .alert-link {
  color: #020202;
}
.alert-secondary-light-30 {
  color: #434343;
  background-color: #e6e6e6;
  border-color: #dbdbdb;
}
.alert-secondary-light-30 hr {
  border-top-color: #cecece;
}
.alert-secondary-light-30 .alert-link {
  color: #2a2a2a;
}
.alert-success {
  color: #0f6629;
  background-color: #d2f3dc;
  border-color: #bfefcd;
}
.alert-success hr {
  border-top-color: #abeabd;
}
.alert-success .alert-link {
  color: #083a17;
}
.alert-info {
  color: #005a67;
  background-color: #cceff4;
  border-color: #b8e8ef;
}
.alert-info hr {
  border-top-color: #a3e1ea;
}
.alert-info .alert-link {
  color: #002d34;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #850c11;
  background-color: #ffd1d3;
  border-color: #ffbec1;
}
.alert-danger hr {
  border-top-color: #ffa5a9;
}
.alert-danger .alert-link {
  color: #56080b;
}
.alert-teal {
  color: #013b43;
  background-color: #cce3e6;
  border-color: #b8d7db;
}
.alert-teal hr {
  border-top-color: #a7cdd2;
}
.alert-teal .alert-link {
  color: #000f11;
}
.alert-light {
  color: #828282;
  background-color: #fefefe;
  border-color: #fefefe;
}
.alert-light hr {
  border-top-color: #f1f1f1;
}
.alert-light .alert-link {
  color: dimgray;
}
.alert-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6;
}
.alert-dark hr {
  border-top-color: #b9b9b9;
}
.alert-dark .alert-link {
  color: #020202;
}
.alert-ocean-blue {
  color: #263d61;
  background-color: #dbe4f1;
  border-color: #ccd9ec;
}
.alert-ocean-blue hr {
  border-top-color: #b9cbe5;
}
.alert-ocean-blue .alert-link {
  color: #18263c;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: rgb(245, 245, 245);
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: rgb(255, 255, 255);
  text-align: center;
  white-space: nowrap;
  background-color: rgb(0, 0, 143);
  transition: width 0.6s ease;
}
@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: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: rgb(95, 95, 95);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: rgb(95, 95, 95);
  text-decoration: none;
  background-color: #fafafa;
}
.list-group-item-action:active {
  color: #333333;
  background-color: rgb(245, 245, 245);
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: rgb(127, 127, 127);
  pointer-events: none;
  background-color: rgb(255, 255, 255);
}
.list-group-item.active {
  z-index: 2;
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 143);
  border-color: rgb(0, 0, 143);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  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: 1px;
  border-left-width: 0;
}
.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 768px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #00004a;
  background-color: #b8b8e0;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00004a;
  background-color: #a6a6d8;
}
.list-group-item-primary.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #00004a;
  border-color: #00004a;
}
.list-group-item-primary-200 {
  color: rgba(0, 0, 15, 0.584);
  background-color: rgba(244, 244, 250, 0.776);
}
.list-group-item-primary-200.list-group-item-action:hover, .list-group-item-primary-200.list-group-item-action:focus {
  color: rgba(0, 0, 15, 0.584);
  background-color: rgba(226, 226, 242, 0.776);
}
.list-group-item-primary-200.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: rgba(0, 0, 15, 0.584);
  border-color: rgba(0, 0, 15, 0.584);
}
.list-group-item-primary-dark-10 {
  color: #000030;
  background-color: #b8b8d1;
}
.list-group-item-primary-dark-10.list-group-item-action:hover, .list-group-item-primary-dark-10.list-group-item-action:focus {
  color: #000030;
  background-color: #a9a9c7;
}
.list-group-item-primary-dark-10.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #000030;
  border-color: #000030;
}
.list-group-item-primary-dark-30 {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-primary-dark-30.list-group-item-action:hover, .list-group-item-primary-dark-30.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-primary-dark-30.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: black;
  border-color: black;
}
.list-group-item-primary-light-10 {
  color: #000065;
  background-color: #b8b8ee;
}
.list-group-item-primary-light-10.list-group-item-action:hover, .list-group-item-primary-light-10.list-group-item-action:focus {
  color: #000065;
  background-color: #a3a3e9;
}
.list-group-item-primary-light-10.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #000065;
  border-color: #000065;
}
.list-group-item-secondary {
  color: #1b1b1b;
  background-color: #c6c6c6;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #1b1b1b;
  background-color: #b9b9b9;
}
.list-group-item-secondary.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.list-group-item-secondary-light-30 {
  color: #434343;
  background-color: #dbdbdb;
}
.list-group-item-secondary-light-30.list-group-item-action:hover, .list-group-item-secondary-light-30.list-group-item-action:focus {
  color: #434343;
  background-color: #cecece;
}
.list-group-item-secondary-light-30.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #434343;
  border-color: #434343;
}
.list-group-item-success {
  color: #0f6629;
  background-color: #bfefcd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f6629;
  background-color: #abeabd;
}
.list-group-item-success.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #0f6629;
  border-color: #0f6629;
}
.list-group-item-info {
  color: #005a67;
  background-color: #b8e8ef;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #005a67;
  background-color: #a3e1ea;
}
.list-group-item-info.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #005a67;
  border-color: #005a67;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #850c11;
  background-color: #ffbec1;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #850c11;
  background-color: #ffa5a9;
}
.list-group-item-danger.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #850c11;
  border-color: #850c11;
}
.list-group-item-teal {
  color: #013b43;
  background-color: #b8d7db;
}
.list-group-item-teal.list-group-item-action:hover, .list-group-item-teal.list-group-item-action:focus {
  color: #013b43;
  background-color: #a7cdd2;
}
.list-group-item-teal.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #013b43;
  border-color: #013b43;
}
.list-group-item-light {
  color: #828282;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #828282;
  background-color: #f1f1f1;
}
.list-group-item-light.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #828282;
  border-color: #828282;
}
.list-group-item-dark {
  color: #1b1b1b;
  background-color: #c6c6c6;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1b1b;
  background-color: #b9b9b9;
}
.list-group-item-dark.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #1b1b1b;
  border-color: #1b1b1b;
}
.list-group-item-ocean-blue {
  color: #263d61;
  background-color: #ccd9ec;
}
.list-group-item-ocean-blue.list-group-item-action:hover, .list-group-item-ocean-blue.list-group-item-action:focus {
  color: #263d61;
  background-color: #b9cbe5;
}
.list-group-item-ocean-blue.list-group-item-action.active {
  color: rgb(255, 255, 255);
  background-color: #263d61;
  border-color: #263d61;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: rgb(0, 0, 0);
  text-shadow: 0 1px 0 rgb(255, 255, 255);
  opacity: 0.5;
}
.close:hover {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: rgb(127, 127, 127);
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  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 {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid rgb(229, 229, 229);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid rgb(229, 229, 229);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "source_sans_proregular";
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: rgb(0, 0, 0);
}
.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: rgb(0, 0, 0);
}
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: rgb(0, 0, 0);
}
.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: rgb(0, 0, 0);
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: rgb(255, 255, 255);
  text-align: center;
  background-color: rgb(0, 0, 0);
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "source_sans_proregular";
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgb(255, 255, 255);
}
.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgb(255, 255, 255);
}
.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgb(255, 255, 255);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgb(255, 255, 255);
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #333333;
}
.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-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  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-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    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%;
  color: rgb(255, 255, 255);
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: rgb(255, 255, 255);
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255, 255, 255)' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(255, 255, 255)' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  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 li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: rgb(255, 255, 255);
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.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;
}
.bg-primary {
  background-color: rgb(0, 0, 143) !important;
}
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #00005c !important;
}
.bg-primary-200 {
  background-color: rgba(0, 0, 143, 0.2) !important;
}
a.bg-primary-200:hover, a.bg-primary-200:focus,
button.bg-primary-200:hover,
button.bg-primary-200:focus {
  background-color: rgba(0, 0, 92, 0.2) !important;
}
.bg-primary-dark-10 {
  background-color: #00005c !important;
}
a.bg-primary-dark-10:hover, a.bg-primary-dark-10:focus,
button.bg-primary-dark-10:hover,
button.bg-primary-dark-10:focus {
  background-color: #000029 !important;
}
.bg-primary-dark-30 {
  background-color: black !important;
}
a.bg-primary-dark-30:hover, a.bg-primary-dark-30:focus,
button.bg-primary-dark-30:hover,
button.bg-primary-dark-30:focus {
  background-color: black !important;
}
.bg-primary-light-10 {
  background-color: #0000c2 !important;
}
a.bg-primary-light-10:hover, a.bg-primary-light-10:focus,
button.bg-primary-light-10:hover,
button.bg-primary-light-10:focus {
  background-color: #00008f !important;
}
.bg-secondary {
  background-color: #333333 !important;
}
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #1a1a1a !important;
}
.bg-secondary-light-30 {
  background-color: gray !important;
}
a.bg-secondary-light-30:hover, a.bg-secondary-light-30:focus,
button.bg-secondary-light-30:hover,
button.bg-secondary-light-30:focus {
  background-color: #666666 !important;
}
.bg-success {
  background-color: rgb(28, 197, 78) !important;
}
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #16983c !important;
}
.bg-info {
  background-color: #00adc6 !important;
}
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #008093 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: rgb(255, 23, 33) !important;
}
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #e3000a !important;
}
.bg-teal {
  background-color: rgb(2, 113, 128) !important;
}
a.bg-teal:hover, a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #01454e !important;
}
.bg-light {
  background-color: #fafafa !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e1e1e1 !important;
}
.bg-dark {
  background-color: #333333 !important;
}
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1a1a1a !important;
}
.bg-ocean-blue {
  background-color: rgb(73, 118, 186) !important;
}
a.bg-ocean-blue:hover, a.bg-ocean-blue:focus,
button.bg-ocean-blue:hover,
button.bg-ocean-blue:focus {
  background-color: #395e97 !important;
}
.bg-white {
  background-color: rgb(255, 255, 255) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid rgb(229, 229, 229) !important;
}
.border-top {
  border-top: 1px solid rgb(229, 229, 229) !important;
}
.border-right {
  border-right: 1px solid rgb(229, 229, 229) !important;
}
.border-bottom {
  border-bottom: 1px solid rgb(229, 229, 229) !important;
}
.border-left {
  border-left: 1px solid rgb(229, 229, 229) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: rgb(0, 0, 143) !important;
}
.border-primary-200 {
  border-color: rgba(0, 0, 143, 0.2) !important;
}
.border-primary-dark-10 {
  border-color: #00005c !important;
}
.border-primary-dark-30 {
  border-color: black !important;
}
.border-primary-light-10 {
  border-color: #0000c2 !important;
}
.border-secondary {
  border-color: #333333 !important;
}
.border-secondary-light-30 {
  border-color: gray !important;
}
.border-success {
  border-color: rgb(28, 197, 78) !important;
}
.border-info {
  border-color: #00adc6 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: rgb(255, 23, 33) !important;
}
.border-teal {
  border-color: rgb(2, 113, 128) !important;
}
.border-light {
  border-color: #fafafa !important;
}
.border-dark {
  border-color: #333333 !important;
}
.border-ocean-blue {
  border-color: rgb(73, 118, 186) !important;
}
.border-white {
  border-color: rgb(255, 255, 255) !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !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;
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.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-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !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;
}
.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;
}
.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;
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 768px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.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;
}
.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;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.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;
}
.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;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: rgb(255, 255, 255) !important;
}
.text-primary {
  color: rgb(0, 0, 143) !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #000043 !important;
}
.text-primary-200 {
  color: rgba(0, 0, 143, 0.2) !important;
}
a.text-primary-200:hover, a.text-primary-200:focus {
  color: rgba(0, 0, 67, 0.2) !important;
}
.text-primary-dark-10 {
  color: #00005c !important;
}
a.text-primary-dark-10:hover, a.text-primary-dark-10:focus {
  color: #000010 !important;
}
.text-primary-dark-30 {
  color: black !important;
}
a.text-primary-dark-30:hover, a.text-primary-dark-30:focus {
  color: black !important;
}
.text-primary-light-10 {
  color: #0000c2 !important;
}
a.text-primary-light-10:hover, a.text-primary-light-10:focus {
  color: #000076 !important;
}
.text-secondary {
  color: #333333 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
  color: #0d0d0d !important;
}
.text-secondary-light-30 {
  color: gray !important;
}
a.text-secondary-light-30:hover, a.text-secondary-light-30:focus {
  color: #595959 !important;
}
.text-success {
  color: rgb(28, 197, 78) !important;
}
a.text-success:hover, a.text-success:focus {
  color: #128233 !important;
}
.text-info {
  color: #00adc6 !important;
}
a.text-info:hover, a.text-info:focus {
  color: #006a7a !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}
.text-danger {
  color: rgb(255, 23, 33) !important;
}
a.text-danger:hover, a.text-danger:focus {
  color: #ca0009 !important;
}
.text-teal {
  color: rgb(2, 113, 128) !important;
}
a.text-teal:hover, a.text-teal:focus {
  color: #012f35 !important;
}
.text-light {
  color: #fafafa !important;
}
a.text-light:hover, a.text-light:focus {
  color: #d4d4d4 !important;
}
.text-dark {
  color: #333333 !important;
}
a.text-dark:hover, a.text-dark:focus {
  color: #0d0d0d !important;
}
.text-ocean-blue {
  color: rgb(73, 118, 186) !important;
}
a.text-ocean-blue:hover, a.text-ocean-blue:focus {
  color: #325384 !important;
}
.text-body {
  color: #333333 !important;
}
.text-muted {
  color: rgb(127, 127, 127) !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid rgb(153, 153, 153);
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1200px !important;
  }
  .container {
    min-width: 1200px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid rgb(0, 0, 0);
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: rgb(255, 255, 255) !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid rgb(229, 229, 229) !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: rgb(229, 229, 229);
  }
  .table .thead-dark th {
    color: inherit;
    border-color: rgb(229, 229, 229);
  }
}
/* custom MIXINS
-------------------------------------------------------------------------------------------- */
/* SOURCES FONT
-------------------------------------------------------- */
@font-face {
  font-family: "source_sans_probold";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("/assets/fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("/assets/fonts/sourcesanspro-bold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "source_sans_proregular";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("/assets/fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("/assets/fonts/sourcesanspro-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "source_sans_prosemibold";
  font-style: normal;
  font-weight: normal;
  src: url("/assets/fonts/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("/assets/fonts/sourcesanspro-semibold-webfont.woff") format("woff"), url("/assets/fonts/sourcesanspro-semibold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Publico Headline Web";
  src: url("/assets/fonts/PublicoHeadline-Bold.woff2") format("woff2"), url("/assets/fonts/PublicoHeadline-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: inherit;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-family: inherit;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: inherit;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: inherit;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: inherit;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font-size: calc(14px * 0.83);
  font-weight: 400;
  line-height: 20px;
  font-family: inherit;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font-size: calc(14px * 0.67);
  font-weight: 400;
  line-height: 20px;
  font-family: inherit;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font-size: 112px;
  font-weight: 300;
  line-height: 112px;
  font-family: inherit;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  font-family: inherit;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
  font-family: inherit;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: inherit;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: inherit;
}
.mat-card {
  font-family: inherit;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: inherit;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: inherit;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: inherit;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: inherit;
  font-size: 12px;
}
.mat-radio-button {
  font-family: inherit;
}
.mat-select {
  font-family: inherit;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: inherit;
}
.mat-slider-thumb-label-text {
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: inherit;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: inherit;
}
.mat-tab-label, .mat-tab-link {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: inherit;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: inherit;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: inherit;
}
.mat-list-option {
  font-family: inherit;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: inherit;
  font-size: 16px;
}
.mat-optgroup-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: inherit;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: inherit;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.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: transparent;
  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: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 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;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: inherit;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1,
.mat-headline,
.mat-typography .mat-h1,
.mat-typography .mat-headline,
.mat-typography h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-family: inherit;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: inherit;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h3,
.mat-subheading-2,
.mat-typography .mat-h3,
.mat-typography .mat-subheading-2,
.mat-typography h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: inherit;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h4,
.mat-subheading-1,
.mat-typography .mat-h4,
.mat-typography .mat-subheading-1,
.mat-typography h4 {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: inherit;
  letter-spacing: normal;
  margin: 0 0 16px;
}
.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font-size: calc(14px * 0.83);
  font-weight: 400;
  line-height: 20px;
  font-family: inherit;
  margin: 0 0 12px;
}
.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font-size: calc(14px * 0.67);
  font-weight: 400;
  line-height: 20px;
  font-family: inherit;
  margin: 0 0 12px;
}
.mat-body-strong,
.mat-body-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-body-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-body,
.mat-body-1,
.mat-typography .mat-body,
.mat-typography .mat-body-1,
.mat-typography {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-1 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-1 p,
.mat-typography p {
  margin: 0 0 12px;
}
.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-display-4,
.mat-typography .mat-display-4 {
  font-size: 112px;
  font-weight: 300;
  line-height: 112px;
  font-family: inherit;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3,
.mat-typography .mat-display-3 {
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
  font-family: inherit;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2,
.mat-typography .mat-display-2 {
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
  font-family: inherit;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1,
.mat-typography .mat-display-1 {
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  font-family: inherit;
  letter-spacing: normal;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: inherit;
}
.mat-card {
  font-family: inherit;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: inherit;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: inherit;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: inherit;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-expansion-panel-header {
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00106px);
  width: 133.3333933333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00107px);
  width: 133.3334033333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00108px);
  width: 133.3334133333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28116em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28115em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28114em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: inherit;
  font-size: 12px;
}
.mat-radio-button {
  font-family: inherit;
}
.mat-select {
  font-family: inherit;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: inherit;
}
.mat-slider-thumb-label-text {
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: inherit;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: inherit;
}
.mat-tab-label, .mat-tab-link {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: inherit;
  letter-spacing: normal;
  margin: 0;
}
.mat-tooltip {
  font-family: inherit;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: inherit;
}
.mat-list-option {
  font-family: inherit;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: inherit;
  font-size: 16px;
}
.mat-optgroup-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: inherit;
  letter-spacing: normal;
}
.mat-simple-snackbar {
  font-family: inherit;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: inherit;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-form-field--no-underline .mat-form-field-underline {
  background-color: transparent !important;
  height: 1px;
}
.mat-form-field--no-underline .mat-form-field-underline .mat-form-field-ripple {
  height: 0;
}
.suggestion_reason_select {
  background-color: var(--white);
}
.mat-select-chevron .mat-select-arrow-wrapper .mat-select-arrow {
  display: none;
}
.mat-select-chevron .mat-select-arrow-wrapper::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.mat-select-chevron .mat-select-arrow-wrapper::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
}
/* padding top pour les telephones ios
-------------------------------------------------------------------------------------------- */
html.plt-ios {
  --ios-statusbar-margin: 20px;
}
@supports (margin-top: 20px) {
  html {
    --ion-safe-area-top: var(--ios-statusbar-margin);
    margin-top: var(--ion-safe-area-top, 0);
  }
}
@supports (margin-top: constant(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: constant(safe-area-inset-top);
    --ion-safe-area-bottom: constant(safe-area-inset-bottom);
    --ion-safe-area-left: constant(safe-area-inset-left);
    --ion-safe-area-right: constant(safe-area-inset-right);
  }
}
@supports (margin-top: env(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: env(safe-area-inset-top);
    --ion-safe-area-bottom: env(safe-area-inset-bottom);
    --ion-safe-area-left: env(safe-area-inset-left);
    --ion-safe-area-right: env(safe-area-inset-right);
  }
}
* {
  box-sizing: border-box;
}
*:active, *:hover, *:focus {
  outline: 0;
}
a {
  cursor: pointer;
}
html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "source_sans_proregular";
  font-size: 1rem;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  color: #333333;
  font-weight: 400;
  padding: 0;
  margin: 0;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility;
  touch-action: manipulation;
  -ms-text-size-adjust: none;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
}
.plt-ios {
  overflow-y: hidden;
}
.plt-ios > body {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100vw;
}
::selection {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 143);
}
.accordion .card {
  border-radius: 0;
}
.accordion .card .card-header {
  border-radius: 0;
  background-color: rgb(73, 118, 186);
  border-bottom: 1px solid rgb(255, 255, 255);
}
.accordion .card .card-header .btn-link-secondary {
  font-weight: 700;
}
.accordion .card .card-body {
  background-color: #395e97;
  padding: 0;
}
.accordion .card .card-body .link_group_content_wrapper {
  cursor: pointer;
  margin-bottom: 0;
  margin-left: -40px;
}
.accordion .card .card-body .link_group_content_wrapper .list_link_wrapper {
  padding: 20px 20px;
  border-bottom: 1px solid rgb(255, 255, 255);
}
.accordion .card .card-body .link_group_content_wrapper .list_link_wrapper:first-child {
  border-top: 1px solid rgb(255, 255, 255);
}
.accordion .card .card-body .link_group_content_wrapper .list_link_wrapper:last-child {
  border-bottom: none;
}
app-register input[type=text],
app-register input[type=password] {
  height: 38px !important;
}
.form-group .input-group-append button {
  border: 1px solid rgb(204, 204, 204);
  background: transparent;
}
.form-group .input-group-append button i {
  color: rgb(0, 0, 143);
}
.input-group.datepicker span {
  padding: 0;
  background-color: transparent !important;
  border: none;
}
.input-group.datepicker span mat-datepicker-toggle {
  color: rgb(0, 0, 143);
}
.input-group.datepicker span mat-datepicker-toggle button {
  border-radius: 0;
  height: 38px;
  line-height: 0px;
  width: 60px;
}
mat-datepicker-content {
  font-family: "source_sans_proregular";
}
mat-datepicker-content .mat-calendar {
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.1);
  position: absolute;
}
mat-datepicker-content .mat-calendar .mat-calendar-header {
  padding: 0;
  background-color: rgb(0, 0, 143);
}
mat-datepicker-content .mat-calendar .mat-calendar-header .mat-calendar-controls {
  margin-top: 0px;
}
mat-datepicker-content .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-period-button {
  background-color: transparent;
  color: rgb(255, 255, 255);
}
mat-datepicker-content .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-previous-button,
mat-datepicker-content .mat-calendar .mat-calendar-header .mat-calendar-controls .mat-calendar-next-button {
  border-radius: 0;
  background: transparent;
  color: rgb(255, 255, 255);
}
mat-datepicker-content .mat-calendar .mat-calendar-body-cell-content {
  border-style: hidden;
  color: rgb(0, 0, 143);
}
mat-datepicker-content .mat-calendar .mat-calendar-body-disabled .mat-calendar-body-cell-content {
  color: var(--gray-400);
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  margin: inherit;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgb(255, 255, 255) inset;
}
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgb(245, 245, 245) inset;
}
/* custom MODAL
-------------------------------------------------------------------------------------------- */
.cdk-overlay-dark-backdrop {
  opacity: 1;
  background-color: var(--white);
}
.cdk-overlay-dark-backdrop.transparent_backdrop {
  opacity: 0;
}
@media (min-width: 1200px) {
  .cdk-overlay-dark-backdrop {
    background-color: rgba(0, 0, 0, 0.32);
  }
}
mat-dialog-container.mat-dialog-container {
  height: auto !important;
  width: 100% !important;
  scrollbar-width: thin !important;
  -ms-overflow-style: none !important;
}
mat-dialog-container.mat-dialog-container::-webkit-scrollbar {
  display: none !important;
}
.survey_answered_modal {
  width: 100vw !important;
  height: 100vh !important;
}
.cdk-overlay-container .cdk-overlay-pane {
  /* specif JEU INDICE */
}
@media (max-width: 1199.98px) {
  .cdk-overlay-container .cdk-overlay-pane.survey_welcome_modal, .cdk-overlay-container .cdk-overlay-pane.survey_question_modal, .cdk-overlay-container .cdk-overlay-pane.survey_thanks_modal {
    align-self: baseline;
  }
}
@media (max-width: 767.98px) {
  .cdk-overlay-container .cdk-overlay-pane.survey_welcome_modal, .cdk-overlay-container .cdk-overlay-pane.survey_question_modal, .cdk-overlay-container .cdk-overlay-pane.survey_thanks_modal {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .cdk-overlay-container .cdk-overlay-pane.survey_welcome_modal, .cdk-overlay-container .cdk-overlay-pane.survey_question_modal, .cdk-overlay-container .cdk-overlay-pane.survey_thanks_modal {
    width: 900px !important;
  }
}
@media (max-width: 1199.98px) {
  .cdk-overlay-container .cdk-overlay-pane app-survey-hint {
    position: relative;
    display: block;
    height: 0;
  }
}
@media (max-width: 767.98px) {
  .cdk-overlay-container .cdk-overlay-pane {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .cdk-overlay-container .cdk-overlay-pane {
    max-width: 100vw !important;
    width: 100vw !important;
  }
}
@media (min-width: 768px) {
  .cdk-overlay-container .cdk-overlay-pane {
    max-width: 95vw;
    width: 95vw;
  }
}
.mat-dialog-container {
  margin: 0 auto !important;
  padding: 0px !important;
  background-color: rgb(255, 255, 255);
  border-radius: 0 !important;
  width: fit-content !important;
}
.mat-dialog-container img {
  margin: 0 auto;
}
.info_courtier_modal,
.product_detail_cart_modal,
.event_modal,
.find_card_number_modal {
  width: 100vw;
  height: 100vh;
  padding: 16px;
}
@media (min-width: 1200px) {
  .info_courtier_modal,
.product_detail_cart_modal,
.event_modal,
.find_card_number_modal {
    width: 70vw !important;
    height: auto;
    padding: 0;
  }
}
.event_modal {
  width: 40vw;
}
.find_card_number_modal {
  padding: 0;
  max-width: 100vw;
  width: 100vw;
  height: 100vh;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .find_card_number_modal {
    padding: 0;
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
  }
}
@media (min-width: 1200px) {
  .find_card_number_modal {
    padding: 0;
    max-width: 80vw;
    width: 80vw;
    height: 100vh;
  }
}
.guest_modal {
  width: 55vw;
  max-width: 55vw;
}
.guest_modal .modal_cross_close {
  z-index: 100;
}
.guest_modal .modal_banner_img {
  margin-top: -60px;
  margin-bottom: 20px;
  height: 130px;
  overflow: hidden;
}
.guest_modal .modal_banner_img img {
  width: 100%;
}
.guest_modal h2,
.guest_modal h3 {
  margin: 0;
}
.guest_modal h2 {
  font-size: 1.8rem;
}
.guest_modal h3 {
  font-size: 1.3rem;
}
.guest_modal .btn {
  width: fit-content;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .guest_modal {
    width: 100vw;
    max-width: 100vw;
  }
}
@media (max-width: 767.98px) {
  .guest_modal {
    width: 100vw;
    max-width: 100vw;
    height: 100%;
  }
  .guest_modal .modal_banner_img {
    margin-bottom: 10px;
    height: 80px;
  }
  .guest_modal h2 {
    font-size: 1.2rem;
    word-break: break-all;
  }
  .guest_modal h3 {
    font-size: 0.8rem;
    word-break: break-all;
  }
}
.cookie_modal,
.cookie_config_modal {
  max-width: 100vw !important;
  height: 100vh;
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .cookie_modal,
.cookie_config_modal {
    max-width: 100vw !important;
    height: auto;
  }
}
.cookie_modal.cookie_config_modal_quick,
.cookie_config_modal.cookie_config_modal_quick {
  width: 45%;
}
@media (max-width: 1199.98px) {
  .cookie_modal.cookie_config_modal_quick,
.cookie_config_modal.cookie_config_modal_quick {
    width: 100%;
  }
}
.cookie_modal.cookie_config_modal_quick a,
.cookie_config_modal.cookie_config_modal_quick a {
  color: var(--white) !important;
  text-decoration: underline;
}
.cookie_modal.cookie_config_modal_complete,
.cookie_config_modal.cookie_config_modal_complete {
  width: 50%;
}
@media (max-width: 1199.98px) {
  .cookie_modal.cookie_config_modal_complete,
.cookie_config_modal.cookie_config_modal_complete {
    width: 100%;
  }
}
.modal-optin {
  max-width: 100vw !important;
  height: 100vh;
  overflow-y: auto;
  background-color: rgb(255, 255, 255);
}
@media (min-width: 1200px) {
  .modal-optin {
    max-width: 100vw !important;
    height: auto;
  }
}
.modal-optin .pop_up_head button.cta_remove {
  border: none;
  background: transparent;
  font-size: 24px;
  color: rgb(0, 0, 143);
  outline: 0;
}
.modal-optin .pop_up_head button.cta_remove:focus {
  box-shadow: none;
}
.modal-optin .pop_up_head .typo36 {
  color: rgb(0, 0, 143);
  font-size: 20px;
}
@media (min-width: 1200px) {
  .modal-optin .pop_up_head .typo36 {
    font-size: 25px;
  }
}
.modal-optin .pop_up_body {
  padding: 25px 0;
}
.modal-optin .pop_up_cta {
  padding-bottom: 5px;
}
.modal-optin .pop_up_cta button {
  width: 95%;
}
.modal-optin .pop_up_cta button:nth-child(1) {
  height: 98%;
}
@media (min-width: 1200px) {
  .modal-optin {
    max-width: 80% !important;
    width: 80% !important;
  }
}
.kv_modal {
  height: 400px !important;
  background-color: var(--white);
  width: 500px !important;
  max-width: 500px !important;
}
.kv_modal .mat-dialog-container {
  padding: 0 !important;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .kv_modal {
    width: 500px !important;
    max-width: 500px !important;
  }
}
@media (max-width: 767.98px) {
  .kv_modal {
    width: 500px !important;
    max-width: 500px !important;
    height: 500px !important;
  }
}
.pot_counter_modal {
  width: 100%;
  max-width: 100%;
}
/* modal - PWA IOS */
.app_update_modal_component {
  height: 90vh;
  width: 100vw !important;
  max-width: 100vw !important;
  padding: 10px !important;
}
typeahead-container.dropdown-menu {
  width: 210px;
  top: 0px !important;
  border-radius: 0;
  border: none;
  box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.1);
}
typeahead-container.dropdown-menu .dropdown-item.active {
  color: #333333;
  background-color: rgb(245, 245, 245);
}
@media (min-width: 768px) {
  typeahead-container.dropdown-menu {
    width: 420px;
  }
}
html.noscroll {
  overflow: hidden;
  height: 100%;
  display: block;
}
body.noscroll {
  overflow: hidden;
  height: 100%;
  display: block;
}
.cdk-overlay-pane.image_gallery_config_modal {
  width: fit-content !important;
}
core-partner-image-gallery .cta-gallery-previous,
core-partner-image-gallery .cta-gallery-next {
  background-color: rgb(0, 0, 143);
  height: 60px;
  width: 60px;
  border: 0;
  color: rgb(255, 255, 255);
  font-size: 25px;
}
core-partner-image-gallery .cta-gallery-previous:hover,
core-partner-image-gallery .cta-gallery-next:hover {
  background-color: #00005c;
}
core-partner-image-gallery .cta-gallery-previous:focus,
core-partner-image-gallery .cta-gallery-next:focus {
  border: 0;
}
core-partner-image-gallery img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
app-partner-pagination {
  width: 100%;
  display: block;
}
.leaflet-top,
.leaflet-bottom {
  z-index: 500;
}
.red {
  color: rgb(255, 23, 33);
}
.text-cyan {
  color: #00adc6;
}
.text-ucfirst {
  text-transform: lowercase !important;
}
.text-ucfirst:first-letter {
  text-transform: uppercase !important;
}
a:not([href]):not([tabindex]):hover {
  color: inherit;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cdk-global-overlay-wrapper {
    display: block;
  }
  .cdk-global-overlay-wrapper .cdk-overlay-pane {
    margin: 10% auto;
  }
}
.kv_wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline;
  float: right;
}
.kv_wrapper button {
  opacity: 0.7;
  display: block;
  position: absolute;
  right: -54px;
  top: -25px;
  width: 15px;
  height: 15px;
  z-index: 500;
}
.cursor-pointer {
  cursor: pointer;
}
/* bloc CAGNOTTAGE
-------------------------------------------------------------------------------------------- */
app-cart-summary .pot_wrapper .pot_form_content button {
  padding: 17px 0 16px 0 !important;
}
app-cart-summary .giftcode_wrapper .giftcode_form_wrapper button {
  padding: 17px 0 16px 0 !important;
}
app-account-order-detail .pot_wrapper {
  background-color: var(--gray-200);
}
/* bloc BANNER WELCOMME
-------------------------------------------------------------------------------------------- */
.content_wrapper_welcomebanner,
.welcomebanner_imgpartner,
.welcomebanner_header,
.welcomebanner_header:before {
  height: 200px;
}
::ng-deep .communicationbanner_title,
::ng-deep .welcomebanner_title,
::ng-deep .welcomebanner_subtitle {
  color: var(--white);
}
::ng-deep .communicationbanner_title *,
::ng-deep .communicationbanner_title p,
::ng-deep .welcomebanner_title *,
::ng-deep .welcomebanner_title p,
::ng-deep .welcomebanner_subtitle *,
::ng-deep .welcomebanner_subtitle p {
  color: var(--white) !important;
}
.content_wrapper_welcomebanner {
  overflow: hidden;
  cursor: pointer;
  border-radius: 0 !important;
}
.content_wrapper_welcomebanner.wbg_color .welcomebanner_imgpartner {
  margin-top: -200px;
}
.content_wrapper_welcomebanner.wbg_color .welcomebanner_imgpartner img {
  width: 100%;
}
.content_wrapper_welcomebanner.wbg_color .welcomebanner_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content_wrapper_welcomebanner.wbg_color .welcomebanner_header:before {
  content: "";
  background-color: var(--primary);
  position: absolute;
  z-index: 0;
  display: block;
  width: 650px;
  border-radius: 50px 250px 250px 50px;
}
.content_wrapper_welcomebanner.wbg_color .welcomebanner_header h3 {
  font-family: "Publico Headline Web" !important;
  font-size: 2rem;
}
.content_wrapper_welcomebanner.wbg_color .welcomebanner_header p {
  font-size: 1rem;
}
.content_wrapper_welcomebanner.wbg_color .welcomebanner_cta .btn {
  margin-left: 40px;
  border-radius: 0;
}
.content_wrapper_welcomebanner.wbg_transparent .welcomebanner_imgpartner {
  margin-top: -200px;
}
.content_wrapper_welcomebanner.wbg_transparent .welcomebanner_imgpartner img {
  width: 100%;
}
.content_wrapper_welcomebanner.wbg_transparent .welcomebanner_header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content_wrapper_welcomebanner.wbg_transparent .welcomebanner_header h3 {
  font-family: "Publico Headline Web" !important;
  font-size: 2rem;
}
.content_wrapper_welcomebanner.wbg_transparent .welcomebanner_header p {
  font-size: 1rem;
}
.content_wrapper_welcomebanner.wbg_transparent .welcomebanner_cta .btn {
  margin-left: 0;
  border-radius: 0;
}
.content_wrapper_welcomebanner .welcomebanner_logo {
  overflow: hidden;
  width: 150px;
  height: 150px;
}
.content_wrapper_welcomebanner .welcomebanner_logo img {
  width: 80%;
  height: 80%;
}
.content_wrapper_welcomebanner .welcomebanner_cta {
  align-content: flex-end;
}
.content_wrapper_welcomebanner .welcomebanner_cta .btn {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .content_wrapper_welcomebanner {
    height: 320px;
  }
  .content_wrapper_welcomebanner.wbg_color .welcomebanner_imgpartner {
    margin-top: -140px;
    height: 180px;
  }
  .content_wrapper_welcomebanner.wbg_color .welcomebanner_imgpartner img {
    margin-top: 30px;
  }
  .content_wrapper_welcomebanner.wbg_color .welcomebanner_header:before {
    width: 720px;
  }
  .content_wrapper_welcomebanner.wbg_color .welcomebanner_header h3 {
    font-size: 1.5rem;
  }
  .content_wrapper_welcomebanner.wbg_color .welcomebanner_header p {
    font-size: 0.8rem;
  }
  .content_wrapper_welcomebanner.wbg_color .welcomebanner_cta .btn {
    margin-top: 50px;
    margin-bottom: 0;
    margin-left: 0;
  }
  .content_wrapper_welcomebanner.wbg_transparent {
    height: 220px;
  }
  .content_wrapper_welcomebanner.wbg_transparent .welcomebanner_imgpartner {
    margin-top: -235px;
    height: 170px;
  }
  .content_wrapper_welcomebanner.wbg_transparent .welcomebanner_imgpartner img {
    margin-top: 15px;
    margin-left: -80px;
    width: 135%;
  }
  .content_wrapper_welcomebanner.wbg_transparent .welcomebanner_header {
    height: 150px;
  }
  .content_wrapper_welcomebanner.wbg_transparent .welcomebanner_header:before {
    width: 720px;
  }
  .content_wrapper_welcomebanner.wbg_transparent .welcomebanner_header h3 {
    font-size: 1.5rem;
  }
  .content_wrapper_welcomebanner.wbg_transparent .welcomebanner_header p {
    font-size: 0.8rem;
  }
  .content_wrapper_welcomebanner .welcomebanner_logo {
    justify-self: center;
  }
}
@media (max-width: 767.98px) {
  .content_wrapper_welcomebanner {
    height: 400px;
    border-radius: 0;
    overflow: hidden;
  }
  .content_wrapper_welcomebanner.wbg_color .welcomebanner_imgpartner {
    margin-top: -180px;
    height: 220px;
    border-radius: 0;
  }
  .content_wrapper_welcomebanner.wbg_color .welcomebanner_imgpartner img {
    margin-left: -600px;
    margin-top: -30px;
    width: 1140px;
  }
  .content_wrapper_welcomebanner.wbg_color .welcomebanner_header:before {
    border-radius: 0;
  }
  .content_wrapper_welcomebanner.wbg_color .welcomebanner_header h3 {
    font-size: 1.5rem;
  }
  .content_wrapper_welcomebanner.wbg_color .welcomebanner_header p {
    font-size: 0.8rem;
  }
  .content_wrapper_welcomebanner.wbg_color .welcomebanner_cta .btn {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 130px;
  }
  .content_wrapper_welcomebanner.wbg_transparent {
    height: 350px;
  }
  .content_wrapper_welcomebanner.wbg_transparent .welcomebanner_imgpartner {
    margin-top: 0;
    border-radius: 0;
    height: 350px;
  }
  .content_wrapper_welcomebanner.wbg_transparent .welcomebanner_imgpartner img {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
  .content_wrapper_welcomebanner.wbg_transparent .welcomebanner_header {
    height: 0;
  }
  .content_wrapper_welcomebanner .welcomebanner_logo {
    position: absolute;
    z-index: 10;
    top: -50px;
    right: 30px;
  }
}
/* bloc TUNNEL PANIER
-------------------------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  app-cart-v2-accept-cgu .content-cgu .form-check {
    display: flex !important;
    justify-content: center !important;
    justify-self: center !important;
    width: 90% !important;
  }
  app-cart-v2-accept-cgu .content-cgu .form-check .form-check-label div {
    padding-left: 0.3rem !important;
  }
}
app-cart-v2-delivery-add-address app-forms-radio-field > div {
  padding: 0 15px !important;
}
app-cart-v2-delivery-add-address app-forms-radio-field app-forms-radio-button input[type=radio]:checked + span::before {
  border: 2px solid var(--primary) !important;
  background: var(--primary) !important;
  position: absolute !important;
  left: 0 !important;
  width: 1.5em !important;
  height: 1.5em !important;
}
app-cart-v2-delivery-add-address app-forms-radio-field app-forms-radio-button input[type=radio] + span::before {
  position: absolute !important;
  left: 0 !important;
  width: 1.5em !important;
  height: 1.5em !important;
  border: 2px solid var(--gray-300) !important;
}
app-cart-v2-delivery-add-address app-forms-radio-field app-forms-radio-button input[type=radio]:checked + span:before {
  border: 1px solid var(--primary) !important;
}
app-cart-v2-delivery-add-address app-forms-radio-field app-forms-radio-button input[type=radio]:checked + span:after {
  content: " ";
  background: var(--primary) !important;
  display: block;
  width: 0.4em;
  height: 0.8em;
  position: absolute;
  left: 0;
  top: 4px;
  transform: rotateZ(45deg);
  border-bottom: 3px solid var(--white);
  border-right: 3px solid var(--white);
  margin-left: 8px;
}
app-cart-v2-delivery-add-address app-forms-radio-field app-forms-radio-button .form-check-label input {
  opacity: 0;
}
app-cart-v2-delivery-add-address app-forms-radio-field app-forms-radio-button.selected {
  border: 1px solid var(--primary) !important;
}
app-cart-v2-delivery-add-address .base_valid_optins_wrapper .btn-primary:disabled {
  border-color: var(--gray-400) !important;
}
app-cart-v2-delivery-add-address .base_valid_optins_wrapper .btn-primary:disabled:hover {
  background-color: var(--gray-100) !important;
  border-color: var(--gray-400) !important;
  color: var(--gray-700) !important;
}
@media (max-width: 767.98px) {
  app-cart-v2-delivery-add-address .base_valid_optins_wrapper .btn.btn-primary {
    width: 95% !important;
  }
}
/* bloc CONNEXION V2
-------------------------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
  .banner_home_deconnecte {
    background-size: 2200px !important;
  }
}
.content_banner_classique {
  height: 100% !important;
}
.content_banner_classique h1 {
  font-family: "Publico Headline Web" !important;
  color: var(--primary) !important;
}
.content_banner_classique p {
  font-family: "source_sans_proregular" !important;
  color: var(--primary) !important;
}
.content_banner_classique .banner_classique_formmail .form-control,
.content_banner_classique .banner_classique_password .form-control {
  padding: 23px 20px !important;
}
.content_banner_classique .banner_classique_formmail .btn.btn-primary,
.content_banner_classique .banner_classique_password .btn.btn-primary {
  background-color: var(--primary);
  border-radius: 0 !important;
  border: none !important;
}
.content_banner_classique .banner_classique_formmail .btn.btn-primary .fa-arrow-right,
.content_banner_classique .banner_classique_password .btn.btn-primary .fa-arrow-right {
  color: var(--white);
}
.content_banner_classique .banner_classique_formmail .btn.btn-primary:hover,
.content_banner_classique .banner_classique_password .btn.btn-primary:hover {
  background-color: var(--primary-dark-10) !important;
  border: none !important;
}
.content_banner_classique .input-group-append button {
  border-radius: 0 !important;
}
.content_banner_classique .banner_classique_forgetpassword a {
  font-size: 1rem !important;
  text-decoration: underline;
  color: var(--primary) !important;
}
.content_banner_classique .banner_classique_password .container-email-sent {
  border: 1px solid var(--primary) !important;
}
.content_banner_classique .banner_classique_password span {
  color: var(--primary) !important;
}
.content_banner_classique .invalid-feedback {
  color: var(--primary) !important;
}
.content_banner_classique .invalid-feedback span {
  color: var(--primary) !important;
}
@media (max-width: 767.98px) {
  .content_banner_classique {
    padding: 50px 0 !important;
  }
}
app-cart-v2-delivery-summary .delivery-summary-products-list-instant .delivery-card,
app-cart-v2-delivery-summary .delivery-summary-contact-details .delivery-summary-contact-details-item-swap-address,
app-cart-v2-delivery-summary app-cart-v2-use-pot .container-input-cta,
app-cart-v2-delivery-summary app-cart-v2-use-pot input,
app-cart-v2-delivery-summary app-cart-v2-use-pot button,
app-cart-v2-delivery-summary app-cart-v2-use-gift-code input,
app-cart-v2-delivery-summary app-cart-v2-use-gift-code button,
app-cart-v2-summary .delivery-summary-products-list-instant .delivery-card,
app-cart-v2-summary .delivery-summary-contact-details .delivery-summary-contact-details-item-swap-address,
app-cart-v2-summary app-cart-v2-use-pot .container-input-cta,
app-cart-v2-summary app-cart-v2-use-pot input,
app-cart-v2-summary app-cart-v2-use-pot button,
app-cart-v2-summary app-cart-v2-use-gift-code input,
app-cart-v2-summary app-cart-v2-use-gift-code button {
  border-radius: 0 !important;
}
app-cart-v2-delivery-summary .delivery-summary-products-list-postal-options .delivery-card,
app-cart-v2-summary .delivery-summary-products-list-postal-options .delivery-card {
  border-color: var(--primary) !important;
}
app-cart-v2-delivery-summary .delivery-summary-products-list-postal-options .delivery-card .custom-radio input[type=radio]:checked + .radio-mark,
app-cart-v2-summary .delivery-summary-products-list-postal-options .delivery-card .custom-radio input[type=radio]:checked + .radio-mark {
  border-color: var(--primary) !important;
}
app-cart-v2-delivery-summary .delivery-summary-products-list-postal-options .delivery-card .custom-radio input[type=radio]:checked + .radio-mark::after,
app-cart-v2-summary .delivery-summary-products-list-postal-options .delivery-card .custom-radio input[type=radio]:checked + .radio-mark::after {
  background: var(--primary) !important;
}
app-cart-v2-delivery-summary .delivery-summary-contact-details-item-swap-address span,
app-cart-v2-delivery-summary .delivery-summary-contact-details-item-swap-address span,
app-cart-v2-summary .delivery-summary-contact-details-item-swap-address span,
app-cart-v2-summary .delivery-summary-contact-details-item-swap-address span {
  font-size: 0.9rem !important;
}
app-cart-v2-delivery-summary app-cart-v2-summary app-cart-v2-button button[disabled].btn.btn-primary,
app-cart-v2-summary app-cart-v2-summary app-cart-v2-button button[disabled].btn.btn-primary {
  border-color: var(--gray-500) !important;
}
app-cart-v2-delivery-summary app-cart-v2-summary app-cart-v2-button button[disabled].btn.btn-primary:hover,
app-cart-v2-summary app-cart-v2-summary app-cart-v2-button button[disabled].btn.btn-primary:hover {
  background-color: var(--gray-100) !important;
  color: var(--gray-600) !important;
}
@media (max-width: 767.98px) {
  app-cart-v2-delivery-summary .container-stepper,
app-cart-v2-summary .container-stepper {
    width: 100% !important;
  }
}
app-cart-v2-product .leaflet-clickable,
app-cart-v2-address .leaflet-clickable {
  background-color: transparent !important;
}
app-cart-v2-address-modal .modal-address-container .modal-address-list {
  border-radius: 0px !important;
}
app-cart-v2-address-modal .modal-address-container .delivery-card {
  border-radius: 0px !important;
  border-color: var(--primary) !important;
}
app-cart-v2-address-modal .modal-address-container .delivery-card .custom-radio input[type=radio]:checked + .radio-mark {
  border-color: var(--primary) !important;
}
app-cart-v2-address-modal .modal-address-container .delivery-card .custom-radio input[type=radio]:checked + .radio-mark::after {
  background: var(--primary) !important;
}
@media (max-width: 767.98px) {
  app-cart-v2-address-modal {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
/* TAILLES FONT MOBILE ----------------------------------------------- */
.typo62 {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.02em;
  font-family: "Publico Headline Web";
  font-weight: bold;
}
.typo60 {
  font-size: 50px;
  line-height: 30px;
  letter-spacing: 0em;
  font-family: "source_sans_probold";
}
.typo48 {
  font-size: 36px;
  line-height: 34px;
  letter-spacing: 0.02em;
  font-family: "Publico Headline Web";
  font-weight: bold;
}
.typo45 {
  font-size: 33px;
  line-height: 37px;
  font-family: "source_sans_probold";
  font-weight: bold;
  letter-spacing: -4px;
}
.typo40 {
  font-size: 28px;
  line-height: 32px;
  font-family: "source_sans_proregular";
  font-weight: bold;
}
.typo36 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-family: "Publico Headline Web";
  font-weight: bold;
}
.typo36-primary {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.01em;
  font-family: "source_sans_probold";
  font-weight: bold;
}
.typo28 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.01em;
  font-family: "source_sans_proregular";
}
.typo24 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  font-family: "source_sans_proregular";
}
.typo20 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  font-family: "source_sans_proregular";
}
.typo18 {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.01em;
  font-family: "source_sans_proregular";
}
.typo16 {
  font-size: 12px;
  line-height: 18px;
  font-family: "source_sans_proregular";
}
.typo16-bold {
  font-size: 12px;
  line-height: 18px;
  font-family: "source_sans_probold";
}
.typo14 {
  font-size: 12px;
  line-height: 18px;
  font-family: "source_sans_proregular";
}
.typo13 {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  font-family: "source_sans_proregular";
  word-break: break-word;
  white-space: nowrap;
}
/* TAILLES FONT TABLETTE ----------------------------------------------- */
@media (min-width: 768px) {
  .typo62 {
    font-size: 62px;
    line-height: 72px;
  }
  .typo60 {
    font-size: 50px;
    line-height: 70px;
  }
  .typo48 {
    font-size: 48px;
    line-height: 54px;
  }
  .typo45 {
    font-size: 45px;
    line-height: 53px;
  }
  .typo40 {
    font-size: 40px;
    line-height: 46px;
  }
  .typo36 {
    font-size: 36px;
    line-height: 42px;
  }
  .typo36-primary {
    font-size: 36px;
    line-height: 42px;
  }
  .typo28 {
    font-size: 28px;
    line-height: 29px;
  }
  .typo24 {
    font-size: 24px;
    line-height: 30px;
  }
  .typo20 {
    font-size: 20px;
    line-height: 30px;
  }
  .typo18 {
    font-size: 18px;
    line-height: 27px;
  }
  .typo16 {
    font-size: 16px;
    line-height: 24px;
  }
  .typo16-bold {
    font-size: 16px;
    line-height: 24px;
  }
  .typo14 {
    font-size: 14px;
    line-height: 17px;
  }
  .typo13 {
    font-size: 13px;
    line-height: 18px;
  }
}
/* TAILLES FONT DESKTOP ----------------------------------------------- */
@media (min-width: 1200px) {
  .typo62 {
    font-size: 62px;
    line-height: 72px;
  }
  .typo60 {
    font-size: 60px;
    line-height: 70px;
  }
  .typo48 {
    font-size: 48px;
    line-height: 54px;
  }
  .typo45 {
    font-size: 45px;
    line-height: 53px;
  }
  .typo40 {
    font-size: 40px;
    line-height: 46px;
  }
  .typo36 {
    font-size: 36px;
    line-height: 42px;
  }
  .typo36-primary {
    font-size: 36px;
    line-height: 42px;
  }
  .typo28 {
    font-size: 28px;
    line-height: 29px;
  }
  .typo24 {
    font-size: 24px;
    line-height: 30px;
  }
  .typo20 {
    font-size: 20px;
    line-height: 30px;
  }
  .typo18 {
    font-size: 18px;
    line-height: 27px;
  }
  .typo16 {
    font-size: 16px;
    line-height: 24px;
  }
  .typo16-bold {
    font-size: 16px;
    line-height: 24px;
  }
  .typo14 {
    font-size: 14px;
    line-height: 17px;
  }
  .typo13 {
    font-size: 13px;
    line-height: 18px;
  }
}
/* BOUTONS  ----------------------------------------------- */
.btn {
  padding: 17px 20px;
  min-height: 30px;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 0.05em;
  cursor: pointer;
  font-size: 16px;
  border-radius: 0;
}
.btn:focus {
  box-shadow: none;
}
/* tailles BOUTONS  ----------------------------------------------- */
.btn-lg, .btn-group-lg > .btn {
  height: 55px;
}
.btn-sm, .btn-group-sm > .btn {
  height: 40px;
}
/* couleurs BOUTONS  ----------------------------------------------- */
.btn-primary {
  background-color: rgb(0, 0, 143);
  border: 0;
  color: rgb(255, 255, 255);
  border-radius: 0;
  width: 100%;
  border: solid 1px rgb(0, 0, 143);
}
.btn-primary:hover {
  background-color: #00005c;
}
.btn-primary:focus {
  box-shadow: none;
}
.btn-primary:disabled {
  background-color: #fafafa;
  border: 1px solid rgb(229, 229, 229);
  color: rgb(95, 95, 95);
}
.btn-secondary {
  background-color: #D24723;
  border: 0;
  color: rgb(255, 255, 255);
  border-radius: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .btn-secondary {
    width: auto;
  }
}
.btn-secondary:hover {
  background-color: #903118;
}
.btn-secondary:focus {
  box-shadow: none;
}
.btn-secondary:disabled {
  background-color: rgb(153, 153, 153);
}
.btn-secondary:active {
  background-color: #903118;
}
.btn-white {
  background-color: var(--white);
  border: 0;
  color: var(--primary);
  border-radius: 0;
  width: 100%;
  border: solid 1px var(--white);
}
@media (min-width: 768px) {
  .btn-white {
    width: auto;
  }
}
.btn-white:hover {
  color: var(--primary);
  background-color: var(--gray-300);
}
.btn-white:focus {
  box-shadow: none;
}
.btn-link-secondary {
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-decoration: none;
  width: 100%;
}
@media (min-width: 768px) {
  .btn-link-secondary {
    width: auto;
  }
}
.btn-link-secondary:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.btn-link-secondary:focus, .btn-link-secondary.focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link-secondary:disabled, .btn-link-secondary.disabled {
  color: rgb(127, 127, 127);
  pointer-events: none;
}
.btn-outline-primary {
  background-color: transparent;
  color: rgb(0, 0, 143);
  border-color: rgb(0, 0, 143);
  width: 100%;
  border-radius: 0;
}
@media (min-width: 768px) {
  .btn-outline-primary {
    width: auto;
  }
}
.btn-outline-primary:hover {
  background-color: rgb(0, 0, 143);
  color: rgb(255, 255, 255);
}
.btn-outline-primary-arrow {
  background-color: transparent;
  color: rgb(0, 0, 143);
  border-color: rgb(0, 0, 143);
  border-radius: 0;
  border: 1px solid rgb(0, 0, 143);
  width: 80%;
  padding: 0 25px;
}
@media (min-width: 768px) {
  .btn-outline-primary-arrow {
    width: auto;
  }
}
.btn-outline-primary-arrow:hover {
  background-color: rgb(0, 0, 143);
  color: rgb(255, 255, 255);
}
.btn-outline-primary-arrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  display: block;
  right: -7px;
}
@media (min-width: 768px) {
  .btn-outline-primary-arrow:after {
    right: 0;
    display: inherit;
    padding-left: 30px;
  }
}
.btn-outline-secondary {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  border-radius: 0;
  border: 1px solid rgb(255, 255, 255);
  width: 100%;
}
@media (min-width: 768px) {
  .btn-outline-secondary {
    width: auto;
  }
}
.btn-outline-secondary:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 143);
}
.btn-outline-gray {
  background-color: transparent;
  color: rgb(204, 204, 204);
  border-color: rgb(204, 204, 204);
  border-radius: 0;
  border: 1px solid rgb(204, 204, 204);
  width: 100%;
}
@media (min-width: 768px) {
  .btn-outline-gray {
    width: auto;
  }
}
.btn-outline-gray:hover {
  border-color: rgb(0, 0, 143);
  background-color: transparent;
  color: rgb(0, 0, 143);
}
.btn-outline-orange {
  background-color: transparent;
  border-color: #D24723;
  color: #D24723;
  border-radius: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .btn-outline-orange {
    width: auto;
  }
}
.btn-scroll {
  padding: 0 !important;
  bottom: 77px !important;
  right: 2% !important;
  width: 50px;
  height: 50px;
}
.btn-scroll mat-icon {
  display: none;
}
.btn-scroll:before {
  background: url("/assets/img/axa_picto-backtotop.svg");
  background-size: 20px 20px;
  content: "";
  color: rgb(255, 255, 255);
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}
.btn-remove {
  color: #D24723;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: transparent;
  border: none;
  -webkit-user-select: none;
          user-select: none;
  padding: 0;
  text-transform: uppercase;
}
.btn-remove:hover {
  color: #903118;
}
.btn-arrow {
  background-color: transparent;
  color: rgb(0, 0, 143);
  border-radius: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .btn-arrow {
    width: auto;
  }
}
.btn-arrow:hover {
  color: #00005c;
}
.btn-arrow:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  margin-left: 30px;
}
@media (min-width: 768px) {
  .btn-arrow:after {
    right: 0;
  }
}
.btn-default {
  background: none;
  font-size: 10px;
  color: gray;
  width: 100%;
  border: 1px solid gray;
  border-radius: 50px;
  padding: 0px;
}
.btn-default.active, .btn-default:hover {
  color: rgb(0, 0, 143);
  border: 1px solid rgb(0, 0, 143);
}
@media (min-width: 768px) {
  .btn-default {
    width: 40%;
  }
}
.back-link .fa-arrow-left {
  margin-right: 5px;
  font-size: 12px;
}
.back-link span {
  font-size: 15px;
}
/* FORM CONTROL  -------------------*/
.form-control {
  border-radius: 0;
  background-color: rgb(255, 255, 255);
}
.form-control:focus {
  box-shadow: none;
  border-color: rgb(0, 0, 143);
}
/* BTN RADIO  ----------------------------------------------- */
input[type=radio] {
  display: none;
}
input[type=radio] + label:before {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(127, 127, 127);
  border-radius: 0;
  margin-top: -8px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 20px;
  height: 20px;
}
input[type=radio]:checked + label:before {
  background: rgb(0, 0, 143);
  border-color: rgb(127, 127, 127);
  box-shadow: inset 0px 0px 0px 3px rgb(255, 255, 255);
}
/* BTN CKECKBOX  ----------------------------------------------- */
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label:before {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(127, 127, 127);
  border-radius: 0;
  margin-top: -8px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 20px;
  height: 20px;
}
input[type=checkbox]:checked + label:before {
  background: rgb(0, 0, 143);
  border-color: rgb(127, 127, 127);
  box-shadow: inset 0px 0px 0px 3px rgb(255, 255, 255);
}
/* BTN RETOUR MOBILE  ----------------------------------------------- */
.btn-link.back-link span {
  margin-left: 10px;
}
.btn-link.back-link span :first-letter {
  text-transform: uppercase;
}
/* page PAIEMENT OFFLINE
-------------------------------------------------------------------------------------------- */
.content_offline-paiement {
  /* element RADIO */
}
@media (max-width: 1199.98px) {
  .content_offline-paiement:nth-child(3) {
    margin-bottom: 30px;
  }
  .content_offline-paiement .mat-expansion-panel {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media (max-width: 767.98px) {
  .content_offline-paiement:nth-child(3) {
    margin-bottom: 30px;
  }
  .content_offline-paiement .mat-expansion-panel {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
  }
  .content_offline-paiement .mat-expansion-panel-header-title {
    margin-right: 0;
  }
}
.content_offline-paiement .mat-expansion-panel-body > .row .row:nth-child(2) {
  display: flex;
  justify-content: center;
}
.content_offline-paiement .mat-expansion-panel-body iframe {
  margin: 0 auto;
  margin-left: -100%;
}
@media (min-width: 768px) {
  .content_offline-paiement .mat-expansion-panel-body iframe {
    margin-left: 0;
  }
}
.content_offline-paiement .picto_paiement {
  font-size: 30px;
}
.content_offline-paiement h5 {
  text-transform: uppercase;
  font-size: 1.5rem;
}
.content_offline-paiement p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgb(153, 153, 153);
}
.content_offline-paiement span {
  font-size: 1rem;
}
.content_offline-paiement .btn-primary {
  width: 100% !important;
}
.content_offline-paiement [type=radio]:checked,
.content_offline-paiement [type=radio]:not(:checked) {
  position: absolute;
  left: 20px;
  top: 10px;
}
.content_offline-paiement input[type=radio] {
  margin-left: 20%;
  display: block;
  position: absolute;
}
.content_offline-paiement input[type=radio]:before {
  cursor: pointer;
  position: absolute;
  content: "";
  display: inline-block;
  background: rgb(255, 255, 255);
  border: 3px solid rgb(153, 153, 153);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  top: -10px;
  left: -8px;
}
.content_offline-paiement input[type=radio]:checked:after {
  cursor: pointer;
  position: absolute;
  content: "";
  display: inline-block;
  background: rgb(0, 0, 143) !important;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  left: -3px !important;
  top: -5px;
}
.confirm_offline-paiement .btn.btn-shadow {
  padding: 17px 20px;
  min-height: 30px;
  line-height: 20px;
  text-decoration: none;
  letter-spacing: 0.05em;
  background-color: transparent;
  color: rgb(0, 0, 143);
  border-color: rgb(0, 0, 143);
  width: 100%;
  border-radius: 0;
  font-size: 16px;
}
snack-bar-container {
  position: absolute;
  bottom: 0;
  left: 30%;
}
snack-bar-container .custom-alert-container .custom-alert-close-button {
  background: none;
}
@media (max-width: 767.98px) {
  snack-bar-container {
    left: 0;
    width: 95% !important;
  }
  snack-bar-container .custom-alert-container {
    padding: 0 10px !important;
    text-align: center !important;
    width: 100% !important;
  }
}
/**
CANCEL DU STYLE DE MAT SNACK pour personnaliser les alertes via alertService
 */
.mat-snack-bar-container {
  margin: 20px 0 !important;
  padding: 0 !important;
  min-width: 90vw !important;
  left: 5% !important;
  max-width: 90vw !important;
}
.mat-snack-bar-container .a2hs_wrapper:after {
  margin-top: 5px !important;
  background-color: transparent !important;
  width: 15px !important;
  height: 15px !important;
  border-bottom-width: 2px !important;
  border-right-width: 2px !important;
}
snack-bar-container {
  background: #ffffff;
  color: #000000;
}
snack-bar-container .mat-list-base .mat-list-item, snack-bar-container .mat-list-base .mat-list-option {
  height: auto !important;
}
snack-bar-container .custom-alert-container {
  width: 100%;
  height: 100%;
  padding: 0 16px 0 14px;
}
snack-bar-container .custom-alert-container .custom-alert-close-button {
  position: absolute;
  top: 4px;
  right: 0;
}
snack-bar-container .custom-alert-container .custom-alert-copy-button {
  position: absolute;
  top: 4px;
  right: 45px;
}
snack-bar-container mat-list.mat-list-base {
  width: calc(100% - 20px) !important;
  padding-top: 0 !important;
}
snack-bar-container mat-list.mat-list-base mat-list-item.mat-list-item .mat-list-item-content {
  padding: 0 !important;
}
snack-bar-container mat-list.mat-list-base mat-list-item.mat-list-item .mat-list-text .mat-line {
  white-space: normal !important;
  overflow: auto !important;
  text-overflow: initial !important;
  padding: 12px 0 !important;
}
snack-bar-container mat-list.mat-list-base mat-list-item.mat-list-item .mat-list-text .mat-line, snack-bar-container mat-list.mat-list-base mat-list-item.mat-list-item .mat-list-text .mat-line:nth-child(n+2) {
  padding: 10px 0;
}
snack-bar-container mat-list.mat-list-base mat-list-item.mat-list-item .mat-list-text .mat-line.text-title, snack-bar-container mat-list.mat-list-base mat-list-item.mat-list-item .mat-list-text .mat-line:nth-child(n+2).text-title {
  font-size: 1rem;
}
snack-bar-container.alert-danger {
  background: #f9e1e1;
}
snack-bar-container.alert-danger .custom-alert-close-button, snack-bar-container.alert-danger .custom-alert-copy-button {
  color: #a94442;
}
snack-bar-container.alert-danger mat-list.mat-list-base {
  width: calc(100% - 65px) !important;
}
snack-bar-container.alert-danger mat-list-item .mat-list-item-content {
  color: #a94442;
}
snack-bar-container.alert-warning {
  background: #f9f6dc;
}
snack-bar-container.alert-warning .custom-alert-close-button, snack-bar-container.alert-warning .custom-alert-copy-button {
  color: #8a6d3b;
}
snack-bar-container.alert-warning mat-list-item .mat-list-item-content {
  color: #8a6d3b;
}
snack-bar-container.alert-success {
  background: #cef5ec;
}
snack-bar-container.alert-success .custom-alert-close-button, snack-bar-container.alert-success .custom-alert-copy-button {
  color: #078367;
}
snack-bar-container.alert-success mat-list-item .mat-list-item-content {
  color: #078367;
}
snack-bar-container.alert-primary {
  background: #d9edf7;
}
snack-bar-container.alert-primary .custom-alert-close-button, snack-bar-container.alert-primary .custom-alert-copy-button {
  color: #31708f;
}
snack-bar-container.alert-primary mat-list-item .mat-list-item-content {
  color: #31708f;
}
app-footer .mat-toolbar {
  background: transparent;
}
app-sidebar {
  display: block;
  width: 200px;
}
app-sidebar ul {
  margin: 0;
  padding: 0;
  border-right: 2px solid rgb(0, 0, 143);
}
app-sidebar ul li {
  list-style-type: none;
}
app-sidebar ul li a {
  position: relative;
  cursor: pointer;
  display: block;
  background-color: transparent;
  color: #212121;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 16px 0 48px;
  transition: all 0.3s ease-in-out;
}
app-sidebar ul li a:hover {
  background-color: #e0e0e0;
}
app-sidebar ul li a.active {
  background-color: #e0e0e0;
}
app-sidebar ul li a .material-icons {
  position: absolute;
  top: 10px;
  left: 15px;
}
app-toolbar core-logo img {
  width: 55px;
  height: 55px;
}
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 500;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
  background: #dddddd;
  outline: 0;
}
.leaflet-container a {
  color: #0078a8;
}
.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}
.leaflet-zoom-box {
  border: 2px dotted #3388ff;
  background: rgba(255, 255, 255, 0.5);
}
/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbbbbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #ffffff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("/assets/img/leaflet/layers.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("/assets/img/leaflet/layers-2x.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333333;
  background: #ffffff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #dddddd;
  margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url("/assets/img/leaflet/marker-icon.png");
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333333;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover {
  text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 0;
  text-align: left;
  border-radius: 0;
}
.leaflet-popup-content {
  margin: 0;
  line-height: 1.4;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  border-radius: 20px;
  background: var(--white);
  color: #333333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-popup-content-wrapper .leaflet-popup-content,
.leaflet-popup-tip .leaflet-popup-content {
  border-radius: 20px;
  min-width: 230px;
  background-color: var(--white);
}
.leaflet-popup-content-wrapper .leaflet-popup-content .adress_content,
.leaflet-popup-tip .leaflet-popup-content .adress_content {
  border-radius: 0px 0px 20px 20px;
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 18px 30px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999999;
}
.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999999;
}
/* div icon */
.leaflet-div-icon {
  background: #ffffff;
  border: 1px solid #666666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 3px;
  color: #222222;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #ffffff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #ffffff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #ffffff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #ffffff;
}
main#browserNoSupported .plateform-logo {
  max-height: 100px;
}
main#browserNoSupported h1 {
  color: var(--orange);
}
main#browserNoSupported .logo-btn {
  overflow: hidden;
  width: 200px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  padding: 20px 0;
  color: black;
  border: 1px solid var(--gray-dark);
  border-radius: 3px;
  margin: 5px;
  transition: 250ms;
}
main#browserNoSupported .logo-btn:hover {
  box-shadow: 2px 4px 5px var(--gray);
}
main#browserNoSupported .logo-btn:active {
  box-shadow: 2px 4px 5px var(--gray) inset;
}
main#browserNoSupported .logo-btn .logo {
  margin: 0 10px;
  height: 60px;
  width: 60px;
}
main#browserNoSupported .logo-btn .logo-text {
  margin-top: 20px;
  font-size: 0.6em;
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-prev.swiper-button-blue,
.swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: rgb(0, 0, 143);
}
.swiper-button-prev.swiper-button-blue-dark,
.swiper-button-next.swiper-button-blue-dark {
  --swiper-navigation-color: #00005c;
}
.swiper-button-prev.swiper-button-light-blue,
.swiper-button-next.swiper-button-light-blue {
  --swiper-navigation-color: rgb(179, 208, 238);
}
.swiper-button-prev.swiper-button-light-blue-dark-10,
.swiper-button-next.swiper-button-light-blue-dark-10 {
  --swiper-navigation-color: #89b6e5;
}
.swiper-button-prev.swiper-button-indigo,
.swiper-button-next.swiper-button-indigo {
  --swiper-navigation-color: #6610f2;
}
.swiper-button-prev.swiper-button-purple,
.swiper-button-next.swiper-button-purple {
  --swiper-navigation-color: #6f42c1;
}
.swiper-button-prev.swiper-button-pink,
.swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: #e83e8c;
}
.swiper-button-prev.swiper-button-red,
.swiper-button-next.swiper-button-red {
  --swiper-navigation-color: rgb(255, 23, 33);
}
.swiper-button-prev.swiper-button-orange,
.swiper-button-next.swiper-button-orange {
  --swiper-navigation-color: #fd7e14;
}
.swiper-button-prev.swiper-button-yellow,
.swiper-button-next.swiper-button-yellow {
  --swiper-navigation-color: #ffc107;
}
.swiper-button-prev.swiper-button-green,
.swiper-button-next.swiper-button-green {
  --swiper-navigation-color: rgb(28, 197, 78);
}
.swiper-button-prev.swiper-button-teal,
.swiper-button-next.swiper-button-teal {
  --swiper-navigation-color: rgb(2, 113, 128);
}
.swiper-button-prev.swiper-button-cyan,
.swiper-button-next.swiper-button-cyan {
  --swiper-navigation-color: #00adc6;
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: rgb(255, 255, 255);
}
.swiper-button-prev.swiper-button-white-transparent,
.swiper-button-next.swiper-button-white-transparent {
  --swiper-navigation-color: rgba(255, 255, 255, 0);
}
.swiper-button-prev.swiper-button-tropaz,
.swiper-button-next.swiper-button-tropaz {
  --swiper-navigation-color: rgb(36, 37, 170);
}
.swiper-button-prev.swiper-button-gray-100,
.swiper-button-next.swiper-button-gray-100 {
  --swiper-navigation-color: #fafafa;
}
.swiper-button-prev.swiper-button-gray-200,
.swiper-button-next.swiper-button-gray-200 {
  --swiper-navigation-color: rgb(245, 245, 245);
}
.swiper-button-prev.swiper-button-gray-300,
.swiper-button-next.swiper-button-gray-300 {
  --swiper-navigation-color: rgb(229, 229, 229);
}
.swiper-button-prev.swiper-button-gray-400,
.swiper-button-next.swiper-button-gray-400 {
  --swiper-navigation-color: rgb(204, 204, 204);
}
.swiper-button-prev.swiper-button-gray-500,
.swiper-button-next.swiper-button-gray-500 {
  --swiper-navigation-color: rgb(153, 153, 153);
}
.swiper-button-prev.swiper-button-gray-600,
.swiper-button-next.swiper-button-gray-600 {
  --swiper-navigation-color: rgb(127, 127, 127);
}
.swiper-button-prev.swiper-button-gray-700,
.swiper-button-next.swiper-button-gray-700 {
  --swiper-navigation-color: rgb(95, 95, 95);
}
.swiper-button-prev.swiper-button-gray-800,
.swiper-button-next.swiper-button-gray-800 {
  --swiper-navigation-color: #333333;
}
.swiper-button-prev.swiper-button-gray-900,
.swiper-button-next.swiper-button-gray-900 {
  --swiper-navigation-color: #212529;
}
.swiper-button-prev.swiper-button-gray,
.swiper-button-next.swiper-button-gray {
  --swiper-navigation-color: rgb(127, 127, 127);
}
.swiper-button-prev.swiper-button-gray-dark,
.swiper-button-next.swiper-button-gray-dark {
  --swiper-navigation-color: #333333;
}
.swiper-button-prev.swiper-button-burnt-sienna,
.swiper-button-next.swiper-button-burnt-sienna {
  --swiper-navigation-color: #D24723;
}
.swiper-button-prev.swiper-button-burnt-sienna-dark,
.swiper-button-next.swiper-button-burnt-sienna-dark {
  --swiper-navigation-color: #903118;
}
.swiper-button-prev.swiper-button-ocean-blue,
.swiper-button-next.swiper-button-ocean-blue {
  --swiper-navigation-color: rgb(73, 118, 186);
}
.swiper-button-prev.swiper-button-ocean-blue-dark,
.swiper-button-next.swiper-button-ocean-blue-dark {
  --swiper-navigation-color: #395e97;
}
.swiper-button-prev.swiper-button-ocean-blue-darken,
.swiper-button-next.swiper-button-ocean-blue-darken {
  --swiper-navigation-color: #274168;
}
.swiper-button-prev.swiper-button-pastel-pink,
.swiper-button-next.swiper-button-pastel-pink {
  --swiper-navigation-color: rgb(250, 215, 220);
}
.swiper-button-prev.swiper-button-liquid-blue,
.swiper-button-next.swiper-button-liquid-blue {
  --swiper-navigation-color: rgb(235, 240, 255);
}
.swiper-button-prev.swiper-button-disable-dark,
.swiper-button-next.swiper-button-disable-dark {
  --swiper-navigation-color: rgb(95, 95, 95);
}
.swiper-button-prev.swiper-button-disable-medium,
.swiper-button-next.swiper-button-disable-medium {
  --swiper-navigation-color: rgb(229, 229, 229);
}
.swiper-button-prev.swiper-button-disable-light,
.swiper-button-next.swiper-button-disable-light {
  --swiper-navigation-color: rgb(250, 250, 250);
}
.swiper-button-lock {
  display: none;
}
.ql-cell-selected-after, .ql-cell-selected::after, .ql-cell-focused::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(158, 207, 250, 0.3);
}
.ql-table-border-shadow, .ql-table-select-container, .ql-table-dropdown-list, .ql-table-dropdown-properties-list, .ql-table-menus-container {
  border-radius: 2px;
  border: 1px solid #ccced1;
  background: #fff;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.1490196078);
}
.ql-table-triangle-common, .ql-table-tooltip-error::before, .label-field-view-status::before, .ql-table-tooltip::before, .ql-table-triangle-down:not(.ql-table-triangle-none)::after, .ql-table-triangle-down:not(.ql-table-triangle-none)::before, .ql-table-triangle-up:not(.ql-table-triangle-none)::after, .ql-table-triangle-up:not(.ql-table-triangle-none)::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border: 10px solid rgba(0, 0, 0, 0);
}
.ql-table-input-focus, .ql-table-color-container .color-picker .color-picker-select > .erase-container, .ql-table-selected, .ql-table-properties-form .ql-table-dropdown-selected, .ql-table-properties-form .ql-table-color-selected, .ql-table-input:focus, .ql-table-color-container .label-field-view-color .property-input:focus, .ql-table-properties-form .property-input:focus {
  border: 1px solid #3779eb;
  box-shadow: 0 0 0 3px #cae1fc;
}
.ql-table-input, .ql-table-color-container .label-field-view-color .property-input, .ql-table-properties-form .property-input {
  width: 80px;
  height: 30px;
  border: 1px solid #ccced1;
  outline: none;
  padding-left: 6px;
  background: inherit;
}
.ql-table-input:focus::placeholder, .ql-table-color-container .label-field-view-color .property-input:focus::placeholder, .ql-table-properties-form .property-input:focus::placeholder {
  color: rgba(0, 0, 0, 0);
}
.ql-table-input:focus + label, .ql-table-color-container .label-field-view-color .property-input:focus + label, .ql-table-properties-form .property-input:focus + label {
  display: block;
}
.ql-table-input:not(:placeholder-shown) + label, .ql-table-color-container .label-field-view-color .property-input:not(:placeholder-shown) + label, .ql-table-properties-form .property-input:not(:placeholder-shown) + label {
  display: block;
}
.ql-table-temporary {
  display: none;
}
.ql-table-center, .ql-table-select-container .ql-table-select-list, .ql-table-select-container, .ql-table-color-container .color-picker .color-picker-palette .color-picker-wrap .iro-container, .ql-table-color-container .color-picker, .ql-table-properties-form .properties-form-action-row > button, .ql-table-dropdown-list .ql-table-header-row, .ql-table-dropdown-properties-list .ql-table-header-row, .ql-operate-line-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ql-table-selected, .ql-table-properties-form .ql-table-dropdown-selected, .ql-table-properties-form .ql-table-color-selected {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAM1BMVEUAAAAyMjIyMjIiIiIyMjIyMjIyMjIyMjIxMTEyMjIyMjIyMjIwMDAzMzMxMTEwMDAzMzOYbpUsAAAAEXRSTlMA/XgF8HRua2fm2rI3rzk1Lf2cC1oAAAA8SURBVBjTY6AUsHKh8RnZ8PKZoHwBZhifHcLg5GVG4TPwsXAzQ/gwwAMUYWLkALIQIlxgPgLwc3JQ4h0Ae0ABBy2kuXoAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: 16px;
  box-sizing: border-box;
}
.ql-operate-line-container {
  position: absolute;
  z-index: 10;
}
.ql-operate-line-container .ql-operate-line {
  background-color: #0589f3;
}
.ql-operate-block {
  position: absolute;
  z-index: 10;
  border: 1px solid #979797;
  cursor: nwse-resize;
}
.ql-operate-block-move {
  cursor: crosshair;
  border: none;
}
.ql-operate-drag-table {
  border: 1px dashed #000;
  position: absolute;
}
.ql-cell-focused {
  position: relative;
}
.ql-cell-focused::after {
  border: 1px solid #3779eb;
}
.ql-cell-selected {
  position: relative;
}
.ql-table-menus-container {
  position: absolute;
  display: flex;
  align-items: center;
  height: 40px;
  width: fit-content;
  padding: 4px;
  box-sizing: border-box;
  z-index: 1;
}
.ql-table-triangle-up:not(.ql-table-triangle-none)::before {
  bottom: -20px;
  border-top-color: rgba(0, 0, 0, 0.1490196078) !important;
}
.ql-table-triangle-up:not(.ql-table-triangle-none)::after {
  bottom: -19px;
  border-top-color: #fff !important;
}
.ql-table-triangle-down:not(.ql-table-triangle-none)::before {
  top: -20px;
  border-bottom-color: rgba(0, 0, 0, 0.1490196078) !important;
}
.ql-table-triangle-down:not(.ql-table-triangle-none)::after {
  top: -19px;
  border-bottom-color: #fff !important;
}
.label-field-view {
  position: relative;
}
.label-field-view-input-wrapper {
  position: relative;
  height: 100%;
}
.label-field-view-input-wrapper > label {
  position: absolute;
  left: 0;
  top: -50%;
  transform: translateY(50%) scale(0.75);
  color: #999;
  background: #fff;
  display: none;
}
.label-field-view-status {
  max-width: 160px;
  width: max-content;
}
.label-field-view-error > input {
  border-color: #db3700 !important;
  animation: ql-table-input-shake 0.3s ease both;
}
.label-field-view-error > input:focus {
  box-shadow: 0 0 0 3px rgba(255, 64, 31, 0.3019607843) !important;
}
.label-field-view-error > label {
  color: #db3700;
}
.ql-table-dropdown, .ql-table-dropdown-properties {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
  padding: 0 4px;
  cursor: pointer;
}
.ql-table-dropdown:hover, .ql-table-dropdown-properties:hover {
  background: #f0f0f0;
}
.ql-table-dropdown-text, .ql-table-dropdown-properties-text {
  flex: 1;
  height: 100%;
  margin-right: 7px;
  display: flex;
  align-items: center;
}
.ql-table-dropdown-list, .ql-table-dropdown-properties-list {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  margin: 0;
  padding: 0;
  width: 170px;
  z-index: 10;
}
.ql-table-dropdown-list li, .ql-table-dropdown-properties-list li {
  list-style: none;
  line-height: 30px;
  padding: 0 10px;
  cursor: pointer;
}
.ql-table-dropdown-list li:hover, .ql-table-dropdown-properties-list li:hover {
  background-color: #f0f0f0;
}
.ql-table-dropdown-list .ql-table-header-row, .ql-table-dropdown-properties-list .ql-table-header-row {
  justify-content: space-between;
}
.ql-table-dropdown-label, .ql-table-dropdown-properties-label {
  width: 100%;
  min-width: 100%;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
}
.ql-table-tooltip-hover {
  display: flex;
  position: relative;
}
.ql-table-tooltip-hover:hover .ql-table-tooltip {
  display: block;
}
.ql-table-tooltip-hover:hover + .ql-table-tooltip {
  display: block;
}
.ql-table-tooltip {
  font-size: 12px;
  min-width: 32px;
  line-height: 20px;
  padding: 6px;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  word-wrap: break-word;
  background: rgba(0, 0, 0, 0.8509803922);
  border-radius: 6px;
  position: absolute;
  z-index: 11;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 100%);
}
.ql-table-tooltip::before {
  border-bottom-color: rgba(0, 0, 0, 0.8509803922) !important;
  top: -20px;
}
.ql-table-tooltip:hover {
  display: block;
}
.ql-table-tooltip-hidden {
  display: none !important;
}
.ql-table-tooltip-error, .label-field-view-status {
  font-size: 12px;
  min-width: 32px;
  line-height: 20px;
  padding: 6px;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  word-wrap: break-word;
  background: #db3700;
  border-radius: 6px;
  position: absolute;
  z-index: 11;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 100%);
  white-space: pre-wrap;
  z-index: 9;
}
.ql-table-tooltip-error::before, .label-field-view-status::before {
  border-bottom-color: #db3700 !important;
  top: -20px;
}
.ql-table-tooltip-error:hover, .label-field-view-status:hover {
  display: block;
}
.ql-table-tooltip-error-hidden {
  display: none !important;
}
.ql-table-dropdown-properties {
  width: 80px;
  height: 30px;
  border: 1px solid #ccced1;
  box-sizing: border-box;
}
.ql-table-dropdown-properties:hover {
  background: none;
}
.ql-table-properties-form {
  width: 320px;
  position: absolute;
  left: 50%;
  padding-bottom: 8px;
  background: #fff;
  z-index: 1;
  box-shadow: 0 1px 2px 1px #ccced1;
}
.ql-table-properties-form .properties-form-header {
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  border-bottom: 1px solid #ccced1;
  margin: 0;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
}
.ql-table-properties-form .properties-form-row {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 12px;
  justify-content: space-between;
}
.ql-table-properties-form .properties-form-row .ql-table-check-container {
  display: flex;
  border: 1px solid #ccced1;
  align-items: center;
}
.ql-table-properties-form .properties-form-row .ql-table-check-container .ql-table-tooltip-hover {
  padding: 6px 10px;
  cursor: pointer;
}
.ql-table-properties-form .properties-form-row .ql-table-check-container .ql-table-tooltip-hover:hover {
  background: #f0f0f0;
}
.ql-table-properties-form .properties-form-row .ql-table-check-container .ql-table-btns-checked {
  background: #f0f7ff;
}
.ql-table-properties-form .properties-form-row .ql-table-check-container .ql-table-btns-checked > svg path {
  stroke: #2977ff;
}
.ql-table-properties-form .properties-form-row-full .ql-table-color-container {
  width: 100%;
}
.ql-table-properties-form .properties-form-row-full .ql-table-color-container .property-input {
  width: 100%;
}
.ql-table-properties-form .properties-form-action-row {
  display: flex;
  justify-content: space-around;
  padding: 0 12px;
}
.ql-table-properties-form .properties-form-action-row > button {
  background: #fff;
  outline: none;
  border: none;
  height: 30px;
  cursor: pointer;
  flex: 1;
}
.ql-table-properties-form .properties-form-action-row > button > span {
  margin: 0 2px;
  display: flex;
}
.ql-table-properties-form .properties-form-action-row > button:hover {
  background: #f0f0f0;
}
.ql-table-properties-form .properties-form-action-row > button[disabled] {
  background-color: rgba(0, 0, 0, 0);
}
.ql-table-properties-form .ql-table-color-selected {
  background-position: center;
}
.ql-table-properties-form .ql-table-dropdown-selected {
  background-position: calc(100% - 10px) center;
}
.ql-table-color-container {
  border: 1px solid #ccced1;
  height: 30px;
  box-sizing: border-box;
  display: flex;
}
.ql-table-color-container .label-field-view-color {
  flex: 1;
}
.ql-table-color-container .label-field-view-color .property-input {
  border: 1px solid rgba(0, 0, 0, 0);
  height: 100%;
}
.ql-table-color-container .color-picker {
  width: 30px;
  border-left: 1px solid #ccced1;
  box-sizing: border-box;
  position: relative;
}
.ql-table-color-container .color-picker .color-button {
  width: 20px;
  height: 20px;
  border: 1px solid #ccced1;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.ql-table-color-container .color-picker .color-unselected {
  position: relative;
}
.ql-table-color-container .color-picker .color-unselected::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 26px;
  background: red;
  transform-origin: 50%;
  transform: rotate(45deg);
  left: 50%;
  top: -4px;
}
.ql-table-color-container .color-picker .color-picker-select {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 156px;
  transform: translateY(100%);
  background: #fff;
  z-index: 10;
  box-shadow: 0 1px 2px 1px #ccced1;
}
.ql-table-color-container .color-picker .color-picker-select .erase-container {
  display: flex;
  height: 30px;
  align-items: center;
  padding: 0 12px;
  cursor: pointer;
}
.ql-table-color-container .color-picker .color-picker-select .erase-container:hover {
  background: #f0f0f0;
}
.ql-table-color-container .color-picker .color-picker-select .erase-container > button {
  border: none;
  outline: none;
  background: inherit;
  height: 100%;
  cursor: pointer;
}
.ql-table-color-container .color-picker .color-picker-select > .erase-container {
  margin-bottom: 4px;
}
.ql-table-color-container .color-picker .color-picker-select .color-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px;
  margin: 0;
  justify-content: space-between;
}
.ql-table-color-container .color-picker .color-picker-select .color-list > li {
  list-style: none;
  width: 24px;
  height: 24px;
  margin: 2px 0;
  position: relative;
  cursor: pointer;
}
.ql-table-color-container .color-picker .color-picker-select .color-list > li[data-color="#ffffff"] {
  border: 1px solid #ccced1;
  box-sizing: border-box;
}
.ql-table-color-container .color-picker .color-picker-palette {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff;
}
.ql-table-color-container .color-picker .color-picker-palette .color-picker-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ql-table-color-container .color-picker .color-picker-palette .color-picker-wrap .iro-container {
  flex: 1;
}
.ql-table-disabled {
  background: #f2f2f2;
  pointer-events: none;
}
.ql-table-button-disabled {
  background: #f2f2f2 !important;
  pointer-events: none;
}
.ql-table-button-disabled svg .ql-fill {
  fill: #999 !important;
}
.ql-table-button-disabled svg .ql-stroke {
  stroke: #999 !important;
}
button.ql-table-better {
  position: relative;
}
.ql-table-select-container {
  flex-direction: column;
  width: 190px;
  padding: 2px;
  position: absolute;
  top: 24px;
  z-index: 10;
  box-sizing: border-box;
}
.ql-table-select-container .ql-table-select-list {
  flex-wrap: wrap;
}
.ql-table-select-container .ql-table-select-label {
  width: 100%;
  line-height: 16px;
  text-align: center;
  color: rgba(34, 47, 62, 0.7019607843);
  margin-top: 2px;
}
.ql-table-select-container span {
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  box-sizing: border-box;
  margin: 1px;
}
ol.table-list-container {
  counter-reset: list-0;
}
.ql-editor th {
  border: 1px solid #000;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.0509803922);
}
.ql-table-divider {
  background: #ccced1;
  height: 1px;
  width: 100%;
}
.ql-table-switch {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 16px;
}
.ql-table-switch .ql-table-switch-inner {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  transition: 0.4s;
  border-radius: 8px;
}
.ql-table-switch .ql-table-switch-inner:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  transition: 0.4s;
  border-radius: 50%;
}
.ql-table-switch .ql-table-switch-inner[aria-checked=true] {
  background: #2196f3;
}
.ql-table-switch .ql-table-switch-inner[aria-checked=true]:before {
  transform: translate(12px, -50%);
}
@keyframes ql-table-input-shake {
  20% {
    transform: translateX(-2px);
  }
  40% {
    transform: translateX(2px);
  }
  60% {
    transform: translateX(-1px);
  }
  80% {
    transform: translateX(1px);
  }
}
app-cart-address input[type=text], app-cart-address input[type=password] {
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 0;
  box-shadow: none;
  padding-left: 20px;
}
app-cart-address .form-check.form-check-inline {
  margin-right: 50px;
}
app-cart-address .form-check.form-check-inline {
  height: 24px;
  align-items: normal;
}
app-cart-address .form-check.form-check-inline label {
  margin-left: 15px;
}
app-cart-address .form-check.form-check-inline input[type=radio] {
  position: relative;
}
app-cart-address .form-check.form-check-inline input[type=radio]:before {
  cursor: pointer;
  position: absolute;
  content: "";
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  width: 24px;
  height: 24px;
}
app-cart-address .form-check.form-check-inline input[type=radio]:checked:after {
  cursor: pointer;
  position: absolute;
  content: "";
  display: inline-block;
  background: #00008f;
  width: 12px;
  height: 12px;
  top: 6px;
  left: 6px;
}
app-register input[type=text], app-register input[type=password] {
  height: 48px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 0;
  box-shadow: none;
  padding-left: 20px;
}
app-register .form-check.form-check-inline {
  margin-right: 50px;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ffff00;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  select {
    background: #ffffff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
.table th {
    background-color: #ffffff !important;
  }
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000000 !important;
  }
  .label {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dddddd !important;
  }
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding: 0;
}
.container .row, .container-fluid .row, .container-sm .row, .container-md .row, .container-lg .row, .container-xl .row {
  margin: 0;
  padding: 0;
}
[class*=col-] {
  padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}
@media (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}
a:not([href]):not([tabindex]) {
  color: rgb(0, 0, 143);
  text-decoration: none;
}
button:focus {
  box-shadow: none;
}
:root {
  --red-default: #d11e49;
  --red-default-200: rgba(209, 30, 73, 0.2);
  --green-default: #21c87a;
  --green-default-200: rgba(33, 200, 122, 0.2);
}
.adyen-checkout__payment-method {
  /* Payment method container */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.adyen-checkout__payment-method--selected {
  /* Payment method that has been selected */
}
.adyen-checkout__payment-method__header {
  /* Payment method icon and name */
}
.adyen-checkout__payment-method__radio {
  /* Radio button in payment method header */
}
.adyen-checkout__payment-method__radio--selected {
  /* Selected radio button in payment method header */
}
.adyen-checkout__payment-method__name {
  /* Payment method name in the payment method header */
}
.adyen-checkout__spinner__wrapper {
  /* Spinning icon */
}
.adyen-checkout__button {
  /* Buttons */
  background-color: rgb(0, 0, 143);
  border-radius: 50px;
}
.adyen-checkout__button:hover {
  /* Buttons Hover */
  background-color: #000066;
  border-color: #000066;
}
.adyen-checkout__button--pay {
  /* Pay button */
}
.adyen-checkout__field {
  /* Form field container */
}
.adyen-checkout__label {
  /* Form label container */
}
.adyen-checkout__label__text {
  /* Text element inside the form label container */
}
.adyen-checkout__input {
  /* Input fields */
}
.adyen-checkout__input--error {
  /* Error state for the input fields */
}
.adyen-checkout__error-text {
  /* Error message text */
}
.adyen-checkout__card__cardNumber__input {
  /* Input field for the card number */
}
.adyen-checkout__field--expiryDate {
  /* Input field for the expiry date */
}
.adyen-checkout__field__cvc {
  /* Input field for the CVC security code */
}
.adyen-checkout__card__holderName {
  /* Input field for cardholder name */
}
.adyen-checkout__checkbox__input {
  /* Checkboxes */
}
.adyen-checkout__checkbox__label {
  /* Checkbox labels */
}
.adyen-checkout__radio_group__input {
  /* Radio buttons */
}
.adyen-checkout__dropdown__button {
  /* Dropdown button showing list of options */
}
.adyen-checkout__dropdown__list {
  /* Dropdown list */
}
.adyen-checkout__dropdown__element {
  /* Elements in the dropdown list */
}
.adyen-checkout__link {
  /* Links */
}
.adyen-checkout__applepay__button {
  display: inline-block;
  -webkit-appearance: -apple-pay-button !important;
  -apple-pay-button-type: plain;
  border-radius: 6px;
}
.adyen-checkout__applepay__button--black {
  -apple-pay-button-style: black;
}
.adyen-checkout__applepay__button--white {
  -apple-pay-button-style: white;
}
.adyen-checkout__image.adyen-checkout__image--loaded {
  vertical-align: top;
}
.adyen-checkout__button {
  /* Buttons */
  background-color: rgb(0, 0, 143);
  border-radius: 0px;
}
.ql-table-better, .quill-better-table {
  display: table !important;
  width: 100% !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
}
.ql-table-better tbody, .quill-better-table tbody {
  display: table-row-group !important;
}
.ql-table-better tr, .quill-better-table tr {
  display: table-row !important;
}
.ql-table-better td, .quill-better-table td {
  display: table-cell !important;
  border: 1px solid #000;
}
.ql-table-block {
  margin: 0 !important;
  padding: 0 !important;
}
[data-row], [data-cell] {
  position: relative !important;
  vertical-align: middle !important;
}
.ql-table-temporary {
  display: none !important;
}
.ql-align-center {
  text-align: center !important;
}
.ql-align-right {
  text-align: right !important;
}
.ql-align-justify {
  text-align: justify !important;
}
app-toolbar-second-row .firstname {
  display: none;
}
app-cart-v2-stepper .stepper .step .circle {
  border-radius: 0 !important;
}
app-cart-v2-button {
  text-align: center;
}
.container-detail-basket,
.container-delivery,
.container-payment {
  padding-top: 15px;
}
.subtotal-payment-container,
app-cart-v2-accept-cgu {
  /* element CHECKBOX */
}
.subtotal-payment-container .content-cgu .form-check-label > span > span,
app-cart-v2-accept-cgu .content-cgu .form-check-label > span > span {
  padding-left: 5px !important;
  line-height: 18px;
}
.subtotal-payment-container input[type=checkbox],
app-cart-v2-accept-cgu input[type=checkbox] {
  opacity: 0;
}
.subtotal-payment-container input[type=checkbox] + span:before,
app-cart-v2-accept-cgu input[type=checkbox] + span:before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background: var(--white);
  border: 1px solid var(--primary);
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.subtotal-payment-container input[type=checkbox]:checked + span:before,
app-cart-v2-accept-cgu input[type=checkbox]:checked + span:before {
  border-color: var(--primary);
  background-color: var(--primary);
  position: absolute;
}
.subtotal-payment-container input[type=checkbox]:checked + span:after,
app-cart-v2-accept-cgu input[type=checkbox]:checked + span:after {
  content: " ";
  display: block;
  border-bottom: 3px solid var(--white);
  border-right: 3px solid var(--white);
  width: 0.4em;
  height: 0.8em;
  position: absolute;
  top: 2px;
  left: 6px;
  transform: rotateZ(45deg);
}
.subtotal-payment-container label span,
app-cart-v2-accept-cgu label span {
  display: block;
}
.cart-detail-item .cart-detail-item-left-content .cart-detail-item-info .cart-detail-item-shipping > span.isEticket,
.cart-detail-item .cart-detail-item-left-content .cart-detail-item-info .cart-detail-item-shipping > span.isPostal {
  color: var(--black) !important;
  border: 1px solid var(--gray-500) !important;
  border-radius: 0 !important;
}
.cart-detail-item .cart-detail-item-left-content .cart-detail-item-info .cart-detail-item-interactive .cart-detail-item-places {
  border-radius: 0 !important;
}
.cart-detail-item .cart-detail-item-left-content .cart-detail-item-info .cart-detail-item-interactive .cart-detail-item-quantity .cart-detail-item-quantity-action {
  border: 1px solid var(--gray-500) !important;
  border-radius: 0 !important;
}
.container-delivery h3.mobile-title {
  font-size: 1.2em !important;
}
.container-delivery .add-address-form {
  width: 100%;
}
.container-delivery .add-address-form .row {
  width: 100%;
}
.container-delivery .add-address-form .row .col-6:first-child {
  padding-right: 8px !important;
}
.container-delivery .form-check-label {
  cursor: pointer;
}
.container-delivery app-forms-radio-button {
  border-radius: 0px !important;
}
.container-delivery app-forms-radio-button input[type=radio] {
  display: inline-block !important;
}
.container-delivery .btn.btn-primary {
  border-radius: 0 !important;
  border-color: #00005c;
}
.container-delivery .btn.btn-primary:hover {
  background: #00005c !important;
}
.container-delivery .phone-belgium .form-group {
  margin-left: 0 !important;
}
app-cart-v2-delivery-add-address .radio-inline-group app-forms-radio-button .form-check-label > span::before {
  border: 1px solid var(--gray-400) !important;
}
app-cart-v2-delivery-add-address app-forms-radio-field app-forms-radio-button input[type=radio]:checked + span::before {
  border: 1px solid #00b386;
  background-color: #00b386;
}
.modal-address-container .modal-address-create-new > a {
  border-radius: 0 !important;
}
.modal-address-container .modal-address-cancel-save .modal-address-action {
  border-radius: 0 !important;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/ngx-toastr/toastr.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/ngx-toastr/toastr-old.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/

/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
#toast-container * {
  box-sizing: border-box;
}
#toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
#toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
#toast-container .ngx-toastr.toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container .ngx-toastr.toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container .ngx-toastr.toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container .ngx-toastr.toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center .ngx-toastr,
#toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width .ngx-toastr,
#toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

