@charset "UTF-8";

/* src/styles.scss */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("./media/fontawesome-webfont-FMJ3VJ65.eot?v=4.7.0");
  src:
    url("./media/fontawesome-webfont-FMJ3VJ65.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("./media/fontawesome-webfont-5GKVPAEF.woff2?v=4.7.0") format("woff2"),
    url("./media/fontawesome-webfont-Z4ARLA73.woff?v=4.7.0") format("woff"),
    url("./media/fontawesome-webfont-RJ6LE7IU.ttf?v=4.7.0") format("truetype"),
    url("./media/fontawesome-webfont-3KIJVIEY.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.fa-question-sign::before {
  content: "\f059";
}
.fa-zoom-in::before {
  content: "\f00e";
}
.fa-zoom-out::before {
  content: "\f010";
}
.fa-circle-xmark::before,
.fa-remove-circle::before {
  content: "\f057";
}
.fa-video::before {
  content: "\f03d";
}
.fa-arrow-counterclockwise::before {
  content: "\f0e2";
}
.fa-move::before {
  content: "\f047";
}
.fa-new-window::before {
  content: "\f2d2";
}
@layer formio {
  .f-io :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif:
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      "Helvetica Neue",
      Arial,
      "Noto Sans",
      "Liberation 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;
  }
  .f-io *,
  .f-io *::before,
  .f-io *::after {
    box-sizing: border-box;
  }
  .f-io html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .f-io article,
  .f-io aside,
  .f-io figcaption,
  .f-io figure,
  .f-io footer,
  .f-io header,
  .f-io hgroup,
  .f-io main,
  .f-io nav,
  .f-io section {
    display: block;
  }
  .f-io body {
    margin: 0;
    font-family:
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      "Helvetica Neue",
      Arial,
      "Noto Sans",
      "Liberation Sans",
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
  }
  .f-io [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
  }
  .f-io hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  .f-io h1,
  .f-io h2,
  .f-io h3,
  .f-io h4,
  .f-io h5,
  .f-io h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .f-io p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .f-io abbr[title],
  .f-io abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
  }
  .f-io address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
  }
  .f-io ol,
  .f-io ul,
  .f-io dl {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .f-io ol ol,
  .f-io ul ul,
  .f-io ol ul,
  .f-io ul ol {
    margin-bottom: 0;
  }
  .f-io dt {
    font-weight: 700;
  }
  .f-io dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
  }
  .f-io blockquote {
    margin: 0 0 1rem;
  }
  .f-io b,
  .f-io strong {
    font-weight: bolder;
  }
  .f-io small {
    font-size: 80%;
  }
  .f-io sub,
  .f-io sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
  }
  .f-io sub {
    bottom: -0.25em;
  }
  .f-io sup {
    top: -0.5em;
  }
  .f-io a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
  }
  .f-io a:hover {
    color: rgb(0, 86.1, 178.5);
    text-decoration: underline;
  }
  .f-io a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
  }
  .f-io a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
  }
  .f-io pre,
  .f-io code,
  .f-io kbd,
  .f-io samp {
    font-family:
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    font-size: 1em;
  }
  .f-io pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
  }
  .f-io figure {
    margin: 0 0 1rem;
  }
  .f-io img {
    vertical-align: middle;
    border-style: none;
  }
  .f-io svg {
    overflow: hidden;
    vertical-align: middle;
  }
  .f-io table {
    border-collapse: collapse;
  }
  .f-io caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
  }
  .f-io th {
    text-align: inherit;
    text-align: -webkit-match-parent;
  }
  .f-io label {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
  .f-io button {
    border-radius: 0;
  }
  .f-io button:focus:not(:focus-visible) {
    outline: 0;
  }
  .f-io input,
  .f-io button,
  .f-io select,
  .f-io optgroup,
  .f-io textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  .f-io button,
  .f-io input {
    overflow: visible;
  }
  .f-io button,
  .f-io select {
    text-transform: none;
  }
  .f-io [role=button] {
    cursor: pointer;
  }
  .f-io select {
    word-wrap: normal;
  }
  .f-io button,
  .f-io [type=button],
  .f-io [type=reset],
  .f-io [type=submit] {
    -webkit-appearance: button;
  }
  .f-io button:not(:disabled),
  .f-io [type=button]:not(:disabled),
  .f-io [type=reset]:not(:disabled),
  .f-io [type=submit]:not(:disabled) {
    cursor: pointer;
  }
  .f-io button::-moz-focus-inner,
  .f-io [type=button]::-moz-focus-inner,
  .f-io [type=reset]::-moz-focus-inner,
  .f-io [type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
  .f-io input[type=radio],
  .f-io input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
  }
  .f-io textarea {
    overflow: auto;
    resize: vertical;
  }
  .f-io fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .f-io 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;
  }
  .f-io progress {
    vertical-align: baseline;
  }
  .f-io [type=number]::-webkit-inner-spin-button,
  .f-io [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  .f-io [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
  }
  .f-io [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  .f-io ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
  }
  .f-io output {
    display: inline-block;
  }
  .f-io summary {
    display: list-item;
    cursor: pointer;
  }
  .f-io template {
    display: none;
  }
  .f-io [hidden] {
    display: none !important;
  }
  .f-io h1,
  .f-io h2,
  .f-io h3,
  .f-io h4,
  .f-io h5,
  .f-io h6,
  .f-io .h1,
  .f-io .h2,
  .f-io .h3,
  .f-io .h4,
  .f-io .h5,
  .f-io .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .f-io h1,
  .f-io .h1 {
    font-size: 2.5rem;
  }
  .f-io h2,
  .f-io .h2 {
    font-size: 2rem;
  }
  .f-io h3,
  .f-io .h3 {
    font-size: 1.75rem;
  }
  .f-io h4,
  .f-io .h4 {
    font-size: 1.5rem;
  }
  .f-io h5,
  .f-io .h5 {
    font-size: 1.25rem;
  }
  .f-io h6,
  .f-io .h6 {
    font-size: 1rem;
  }
  .f-io .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
  .f-io .display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .f-io .display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .f-io .display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .f-io .display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .f-io hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .f-io small,
  .f-io .small {
    font-size: 0.875em;
    font-weight: 400;
  }
  .f-io mark,
  .f-io .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
  }
  .f-io .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  .f-io .list-inline {
    padding-left: 0;
    list-style: none;
  }
  .f-io .list-inline-item {
    display: inline-block;
  }
  .f-io .list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
  }
  .f-io .initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  .f-io .blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .f-io .blockquote-footer {
    display: block;
    font-size: 0.875em;
    color: #6c757d;
  }
  .f-io .blockquote-footer::before {
    content: "\2014\a0";
  }
  .f-io .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .f-io .img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
  }
  .f-io .figure {
    display: inline-block;
  }
  .f-io .figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  .f-io .figure-caption {
    font-size: 90%;
    color: #6c757d;
  }
  .f-io code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
  }
  a > .f-io code {
    color: inherit;
  }
  .f-io kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
  }
  .f-io kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
  }
  .f-io pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
  }
  .f-io pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
  }
  .f-io .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
  }
  .f-io .container,
  .f-io .container-fluid,
  .f-io .container-xl,
  .f-io .container-lg,
  .f-io .container-md,
  .f-io .container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 576px) {
    .f-io .container-sm,
    .f-io .container {
      max-width: 540px;
    }
  }
  @media (min-width: 768px) {
    .f-io .container-md,
    .f-io .container-sm,
    .f-io .container {
      max-width: 720px;
    }
  }
  @media (min-width: 992px) {
    .f-io .container-lg,
    .f-io .container-md,
    .f-io .container-sm,
    .f-io .container {
      max-width: 960px;
    }
  }
  @media (min-width: 1200px) {
    .f-io .container-xl,
    .f-io .container-lg,
    .f-io .container-md,
    .f-io .container-sm,
    .f-io .container {
      max-width: 1140px;
    }
  }
  .f-io .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .f-io .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .f-io .no-gutters > .col,
  .f-io .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
  }
  .f-io .col-xl,
  .f-io .col-xl-auto,
  .f-io .col-xl-12,
  .f-io .col-xl-11,
  .f-io .col-xl-10,
  .f-io .col-xl-9,
  .f-io .col-xl-8,
  .f-io .col-xl-7,
  .f-io .col-xl-6,
  .f-io .col-xl-5,
  .f-io .col-xl-4,
  .f-io .col-xl-3,
  .f-io .col-xl-2,
  .f-io .col-xl-1,
  .f-io .col-lg,
  .f-io .col-lg-auto,
  .f-io .col-lg-12,
  .f-io .col-lg-11,
  .f-io .col-lg-10,
  .f-io .col-lg-9,
  .f-io .col-lg-8,
  .f-io .col-lg-7,
  .f-io .col-lg-6,
  .f-io .col-lg-5,
  .f-io .col-lg-4,
  .f-io .col-lg-3,
  .f-io .col-lg-2,
  .f-io .col-lg-1,
  .f-io .col-md,
  .f-io .col-md-auto,
  .f-io .col-md-12,
  .f-io .col-md-11,
  .f-io .col-md-10,
  .f-io .col-md-9,
  .f-io .col-md-8,
  .f-io .col-md-7,
  .f-io .col-md-6,
  .f-io .col-md-5,
  .f-io .col-md-4,
  .f-io .col-md-3,
  .f-io .col-md-2,
  .f-io .col-md-1,
  .f-io .col-sm,
  .f-io .col-sm-auto,
  .f-io .col-sm-12,
  .f-io .col-sm-11,
  .f-io .col-sm-10,
  .f-io .col-sm-9,
  .f-io .col-sm-8,
  .f-io .col-sm-7,
  .f-io .col-sm-6,
  .f-io .col-sm-5,
  .f-io .col-sm-4,
  .f-io .col-sm-3,
  .f-io .col-sm-2,
  .f-io .col-sm-1,
  .f-io .col,
  .f-io .col-auto,
  .f-io .col-12,
  .f-io .col-11,
  .f-io .col-10,
  .f-io .col-9,
  .f-io .col-8,
  .f-io .col-7,
  .f-io .col-6,
  .f-io .col-5,
  .f-io .col-4,
  .f-io .col-3,
  .f-io .col-2,
  .f-io .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .f-io .col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .f-io .row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .f-io .row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .f-io .row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .f-io .row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .f-io .row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .f-io .row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .f-io .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .f-io .col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .f-io .col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .f-io .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .f-io .col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .f-io .col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .f-io .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .f-io .col-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .f-io .col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .f-io .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .f-io .col-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .f-io .col-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .f-io .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .f-io .order-first {
    order: -1;
  }
  .f-io .order-last {
    order: 13;
  }
  .f-io .order-0 {
    order: 0;
  }
  .f-io .order-1 {
    order: 1;
  }
  .f-io .order-2 {
    order: 2;
  }
  .f-io .order-3 {
    order: 3;
  }
  .f-io .order-4 {
    order: 4;
  }
  .f-io .order-5 {
    order: 5;
  }
  .f-io .order-6 {
    order: 6;
  }
  .f-io .order-7 {
    order: 7;
  }
  .f-io .order-8 {
    order: 8;
  }
  .f-io .order-9 {
    order: 9;
  }
  .f-io .order-10 {
    order: 10;
  }
  .f-io .order-11 {
    order: 11;
  }
  .f-io .order-12 {
    order: 12;
  }
  .f-io .offset-1 {
    margin-left: 8.33333333%;
  }
  .f-io .offset-2 {
    margin-left: 16.66666667%;
  }
  .f-io .offset-3 {
    margin-left: 25%;
  }
  .f-io .offset-4 {
    margin-left: 33.33333333%;
  }
  .f-io .offset-5 {
    margin-left: 41.66666667%;
  }
  .f-io .offset-6 {
    margin-left: 50%;
  }
  .f-io .offset-7 {
    margin-left: 58.33333333%;
  }
  .f-io .offset-8 {
    margin-left: 66.66666667%;
  }
  .f-io .offset-9 {
    margin-left: 75%;
  }
  .f-io .offset-10 {
    margin-left: 83.33333333%;
  }
  .f-io .offset-11 {
    margin-left: 91.66666667%;
  }
  @media (min-width: 576px) {
    .f-io .col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .f-io .row-cols-sm-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .f-io .row-cols-sm-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .f-io .row-cols-sm-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .f-io .row-cols-sm-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .f-io .row-cols-sm-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .f-io .row-cols-sm-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .f-io .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .f-io .col-sm-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%;
    }
    .f-io .col-sm-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%;
    }
    .f-io .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .f-io .col-sm-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%;
    }
    .f-io .col-sm-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%;
    }
    .f-io .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .f-io .col-sm-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%;
    }
    .f-io .col-sm-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%;
    }
    .f-io .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .f-io .col-sm-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%;
    }
    .f-io .col-sm-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%;
    }
    .f-io .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .f-io .order-sm-first {
      order: -1;
    }
    .f-io .order-sm-last {
      order: 13;
    }
    .f-io .order-sm-0 {
      order: 0;
    }
    .f-io .order-sm-1 {
      order: 1;
    }
    .f-io .order-sm-2 {
      order: 2;
    }
    .f-io .order-sm-3 {
      order: 3;
    }
    .f-io .order-sm-4 {
      order: 4;
    }
    .f-io .order-sm-5 {
      order: 5;
    }
    .f-io .order-sm-6 {
      order: 6;
    }
    .f-io .order-sm-7 {
      order: 7;
    }
    .f-io .order-sm-8 {
      order: 8;
    }
    .f-io .order-sm-9 {
      order: 9;
    }
    .f-io .order-sm-10 {
      order: 10;
    }
    .f-io .order-sm-11 {
      order: 11;
    }
    .f-io .order-sm-12 {
      order: 12;
    }
    .f-io .offset-sm-0 {
      margin-left: 0;
    }
    .f-io .offset-sm-1 {
      margin-left: 8.33333333%;
    }
    .f-io .offset-sm-2 {
      margin-left: 16.66666667%;
    }
    .f-io .offset-sm-3 {
      margin-left: 25%;
    }
    .f-io .offset-sm-4 {
      margin-left: 33.33333333%;
    }
    .f-io .offset-sm-5 {
      margin-left: 41.66666667%;
    }
    .f-io .offset-sm-6 {
      margin-left: 50%;
    }
    .f-io .offset-sm-7 {
      margin-left: 58.33333333%;
    }
    .f-io .offset-sm-8 {
      margin-left: 66.66666667%;
    }
    .f-io .offset-sm-9 {
      margin-left: 75%;
    }
    .f-io .offset-sm-10 {
      margin-left: 83.33333333%;
    }
    .f-io .offset-sm-11 {
      margin-left: 91.66666667%;
    }
  }
  @media (min-width: 768px) {
    .f-io .col-md {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .f-io .row-cols-md-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .f-io .row-cols-md-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .f-io .row-cols-md-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .f-io .row-cols-md-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .f-io .row-cols-md-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .f-io .row-cols-md-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .f-io .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .f-io .col-md-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%;
    }
    .f-io .col-md-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%;
    }
    .f-io .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .f-io .col-md-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%;
    }
    .f-io .col-md-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%;
    }
    .f-io .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .f-io .col-md-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%;
    }
    .f-io .col-md-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%;
    }
    .f-io .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .f-io .col-md-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%;
    }
    .f-io .col-md-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%;
    }
    .f-io .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .f-io .order-md-first {
      order: -1;
    }
    .f-io .order-md-last {
      order: 13;
    }
    .f-io .order-md-0 {
      order: 0;
    }
    .f-io .order-md-1 {
      order: 1;
    }
    .f-io .order-md-2 {
      order: 2;
    }
    .f-io .order-md-3 {
      order: 3;
    }
    .f-io .order-md-4 {
      order: 4;
    }
    .f-io .order-md-5 {
      order: 5;
    }
    .f-io .order-md-6 {
      order: 6;
    }
    .f-io .order-md-7 {
      order: 7;
    }
    .f-io .order-md-8 {
      order: 8;
    }
    .f-io .order-md-9 {
      order: 9;
    }
    .f-io .order-md-10 {
      order: 10;
    }
    .f-io .order-md-11 {
      order: 11;
    }
    .f-io .order-md-12 {
      order: 12;
    }
    .f-io .offset-md-0 {
      margin-left: 0;
    }
    .f-io .offset-md-1 {
      margin-left: 8.33333333%;
    }
    .f-io .offset-md-2 {
      margin-left: 16.66666667%;
    }
    .f-io .offset-md-3 {
      margin-left: 25%;
    }
    .f-io .offset-md-4 {
      margin-left: 33.33333333%;
    }
    .f-io .offset-md-5 {
      margin-left: 41.66666667%;
    }
    .f-io .offset-md-6 {
      margin-left: 50%;
    }
    .f-io .offset-md-7 {
      margin-left: 58.33333333%;
    }
    .f-io .offset-md-8 {
      margin-left: 66.66666667%;
    }
    .f-io .offset-md-9 {
      margin-left: 75%;
    }
    .f-io .offset-md-10 {
      margin-left: 83.33333333%;
    }
    .f-io .offset-md-11 {
      margin-left: 91.66666667%;
    }
  }
  @media (min-width: 992px) {
    .f-io .col-lg {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .f-io .row-cols-lg-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .f-io .row-cols-lg-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .f-io .row-cols-lg-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .f-io .row-cols-lg-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .f-io .row-cols-lg-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .f-io .row-cols-lg-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .f-io .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .f-io .col-lg-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%;
    }
    .f-io .col-lg-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%;
    }
    .f-io .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .f-io .col-lg-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%;
    }
    .f-io .col-lg-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%;
    }
    .f-io .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .f-io .col-lg-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%;
    }
    .f-io .col-lg-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%;
    }
    .f-io .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .f-io .col-lg-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%;
    }
    .f-io .col-lg-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%;
    }
    .f-io .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .f-io .order-lg-first {
      order: -1;
    }
    .f-io .order-lg-last {
      order: 13;
    }
    .f-io .order-lg-0 {
      order: 0;
    }
    .f-io .order-lg-1 {
      order: 1;
    }
    .f-io .order-lg-2 {
      order: 2;
    }
    .f-io .order-lg-3 {
      order: 3;
    }
    .f-io .order-lg-4 {
      order: 4;
    }
    .f-io .order-lg-5 {
      order: 5;
    }
    .f-io .order-lg-6 {
      order: 6;
    }
    .f-io .order-lg-7 {
      order: 7;
    }
    .f-io .order-lg-8 {
      order: 8;
    }
    .f-io .order-lg-9 {
      order: 9;
    }
    .f-io .order-lg-10 {
      order: 10;
    }
    .f-io .order-lg-11 {
      order: 11;
    }
    .f-io .order-lg-12 {
      order: 12;
    }
    .f-io .offset-lg-0 {
      margin-left: 0;
    }
    .f-io .offset-lg-1 {
      margin-left: 8.33333333%;
    }
    .f-io .offset-lg-2 {
      margin-left: 16.66666667%;
    }
    .f-io .offset-lg-3 {
      margin-left: 25%;
    }
    .f-io .offset-lg-4 {
      margin-left: 33.33333333%;
    }
    .f-io .offset-lg-5 {
      margin-left: 41.66666667%;
    }
    .f-io .offset-lg-6 {
      margin-left: 50%;
    }
    .f-io .offset-lg-7 {
      margin-left: 58.33333333%;
    }
    .f-io .offset-lg-8 {
      margin-left: 66.66666667%;
    }
    .f-io .offset-lg-9 {
      margin-left: 75%;
    }
    .f-io .offset-lg-10 {
      margin-left: 83.33333333%;
    }
    .f-io .offset-lg-11 {
      margin-left: 91.66666667%;
    }
  }
  @media (min-width: 1200px) {
    .f-io .col-xl {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
    }
    .f-io .row-cols-xl-1 > * {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .f-io .row-cols-xl-2 > * {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .f-io .row-cols-xl-3 > * {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
    }
    .f-io .row-cols-xl-4 > * {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .f-io .row-cols-xl-5 > * {
      flex: 0 0 20%;
      max-width: 20%;
    }
    .f-io .row-cols-xl-6 > * {
      flex: 0 0 16.6666666667%;
      max-width: 16.6666666667%;
    }
    .f-io .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
    }
    .f-io .col-xl-1 {
      flex: 0 0 8.33333333%;
      max-width: 8.33333333%;
    }
    .f-io .col-xl-2 {
      flex: 0 0 16.66666667%;
      max-width: 16.66666667%;
    }
    .f-io .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
    .f-io .col-xl-4 {
      flex: 0 0 33.33333333%;
      max-width: 33.33333333%;
    }
    .f-io .col-xl-5 {
      flex: 0 0 41.66666667%;
      max-width: 41.66666667%;
    }
    .f-io .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
    .f-io .col-xl-7 {
      flex: 0 0 58.33333333%;
      max-width: 58.33333333%;
    }
    .f-io .col-xl-8 {
      flex: 0 0 66.66666667%;
      max-width: 66.66666667%;
    }
    .f-io .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
    .f-io .col-xl-10 {
      flex: 0 0 83.33333333%;
      max-width: 83.33333333%;
    }
    .f-io .col-xl-11 {
      flex: 0 0 91.66666667%;
      max-width: 91.66666667%;
    }
    .f-io .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .f-io .order-xl-first {
      order: -1;
    }
    .f-io .order-xl-last {
      order: 13;
    }
    .f-io .order-xl-0 {
      order: 0;
    }
    .f-io .order-xl-1 {
      order: 1;
    }
    .f-io .order-xl-2 {
      order: 2;
    }
    .f-io .order-xl-3 {
      order: 3;
    }
    .f-io .order-xl-4 {
      order: 4;
    }
    .f-io .order-xl-5 {
      order: 5;
    }
    .f-io .order-xl-6 {
      order: 6;
    }
    .f-io .order-xl-7 {
      order: 7;
    }
    .f-io .order-xl-8 {
      order: 8;
    }
    .f-io .order-xl-9 {
      order: 9;
    }
    .f-io .order-xl-10 {
      order: 10;
    }
    .f-io .order-xl-11 {
      order: 11;
    }
    .f-io .order-xl-12 {
      order: 12;
    }
    .f-io .offset-xl-0 {
      margin-left: 0;
    }
    .f-io .offset-xl-1 {
      margin-left: 8.33333333%;
    }
    .f-io .offset-xl-2 {
      margin-left: 16.66666667%;
    }
    .f-io .offset-xl-3 {
      margin-left: 25%;
    }
    .f-io .offset-xl-4 {
      margin-left: 33.33333333%;
    }
    .f-io .offset-xl-5 {
      margin-left: 41.66666667%;
    }
    .f-io .offset-xl-6 {
      margin-left: 50%;
    }
    .f-io .offset-xl-7 {
      margin-left: 58.33333333%;
    }
    .f-io .offset-xl-8 {
      margin-left: 66.66666667%;
    }
    .f-io .offset-xl-9 {
      margin-left: 75%;
    }
    .f-io .offset-xl-10 {
      margin-left: 83.33333333%;
    }
    .f-io .offset-xl-11 {
      margin-left: 91.66666667%;
    }
  }
  .f-io .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
  }
  .f-io .table th,
  .f-io .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
  }
  .f-io .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
  }
  .f-io .table tbody + tbody {
    border-top: 2px solid #dee2e6;
  }
  .f-io .table-sm th,
  .f-io .table-sm td {
    padding: 0.3rem;
  }
  .f-io .table-bordered {
    border: 1px solid #dee2e6;
  }
  .f-io .table-bordered th,
  .f-io .table-bordered td {
    border: 1px solid #dee2e6;
  }
  .f-io .table-bordered thead th,
  .f-io .table-bordered thead td {
    border-bottom-width: 2px;
  }
  .f-io .table-borderless th,
  .f-io .table-borderless td,
  .f-io .table-borderless thead th,
  .f-io .table-borderless tbody + tbody {
    border: 0;
  }
  .f-io .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .f-io .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
  }
  .f-io .table-primary,
  .f-io .table-primary > th,
  .f-io .table-primary > td {
    background-color: rgb(183.6, 218.04, 255);
  }
  .f-io .table-primary th,
  .f-io .table-primary td,
  .f-io .table-primary thead th,
  .f-io .table-primary tbody + tbody {
    border-color: rgb(122.4, 186.36, 255);
  }
  .f-io .table-hover .table-primary:hover {
    background-color: rgb(158.1, 204.84, 255);
  }
  .f-io .table-hover .table-primary:hover > td,
  .f-io .table-hover .table-primary:hover > th {
    background-color: rgb(158.1, 204.84, 255);
  }
  .f-io .table-secondary,
  .f-io .table-secondary > th,
  .f-io .table-secondary > td {
    background-color: rgb(213.84, 216.36, 218.6);
  }
  .f-io .table-secondary th,
  .f-io .table-secondary td,
  .f-io .table-secondary thead th,
  .f-io .table-secondary tbody + tbody {
    border-color: rgb(178.56, 183.24, 187.4);
  }
  .f-io .table-hover .table-secondary:hover {
    background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
  }
  .f-io .table-hover .table-secondary:hover > td,
  .f-io .table-hover .table-secondary:hover > th {
    background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
  }
  .f-io .table-success,
  .f-io .table-success > th,
  .f-io .table-success > td {
    background-color: rgb(194.8, 230.36, 202.92);
  }
  .f-io .table-success th,
  .f-io .table-success td,
  .f-io .table-success thead th,
  .f-io .table-success tbody + tbody {
    border-color: rgb(143.2, 209.24, 158.28);
  }
  .f-io .table-hover .table-success:hover {
    background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
  }
  .f-io .table-hover .table-success:hover > td,
  .f-io .table-hover .table-success:hover > th {
    background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
  }
  .f-io .table-info,
  .f-io .table-info > th,
  .f-io .table-info > td {
    background-color: rgb(190.04, 228.96, 235.12);
  }
  .f-io .table-info th,
  .f-io .table-info td,
  .f-io .table-info thead th,
  .f-io .table-info tbody + tbody {
    border-color: rgb(134.36, 206.64, 218.08);
  }
  .f-io .table-hover .table-info:hover {
    background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
  }
  .f-io .table-hover .table-info:hover > td,
  .f-io .table-hover .table-info:hover > th {
    background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
  }
  .f-io .table-warning,
  .f-io .table-warning > th,
  .f-io .table-warning > td {
    background-color: rgb(255, 237.64, 185.56);
  }
  .f-io .table-warning th,
  .f-io .table-warning td,
  .f-io .table-warning thead th,
  .f-io .table-warning tbody + tbody {
    border-color: rgb(255, 222.76, 126.04);
  }
  .f-io .table-hover .table-warning:hover {
    background-color: rgb(255, 231.265, 160.06);
  }
  .f-io .table-hover .table-warning:hover > td,
  .f-io .table-hover .table-warning:hover > th {
    background-color: rgb(255, 231.265, 160.06);
  }
  .f-io .table-danger,
  .f-io .table-danger > th,
  .f-io .table-danger > td {
    background-color: rgb(245.2, 198.44, 202.92);
  }
  .f-io .table-danger th,
  .f-io .table-danger td,
  .f-io .table-danger thead th,
  .f-io .table-danger tbody + tbody {
    border-color: rgb(236.8, 149.96, 158.28);
  }
  .f-io .table-hover .table-danger:hover {
    background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
  }
  .f-io .table-hover .table-danger:hover > td,
  .f-io .table-hover .table-danger:hover > th {
    background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
  }
  .f-io .table-light,
  .f-io .table-light > th,
  .f-io .table-light > td {
    background-color: rgb(253.04, 253.32, 253.6);
  }
  .f-io .table-light th,
  .f-io .table-light td,
  .f-io .table-light thead th,
  .f-io .table-light tbody + tbody {
    border-color: rgb(251.36, 251.88, 252.4);
  }
  .f-io .table-hover .table-light:hover {
    background-color: rgb(238.165, 240.57, 242.975);
  }
  .f-io .table-hover .table-light:hover > td,
  .f-io .table-hover .table-light:hover > th {
    background-color: rgb(238.165, 240.57, 242.975);
  }
  .f-io .table-dark,
  .f-io .table-dark > th,
  .f-io .table-dark > td {
    background-color: rgb(198.16, 199.84, 201.52);
  }
  .f-io .table-dark th,
  .f-io .table-dark td,
  .f-io .table-dark thead th,
  .f-io .table-dark tbody + tbody {
    border-color: rgb(149.44, 152.56, 155.68);
  }
  .f-io .table-hover .table-dark:hover {
    background-color: rgb(185.0216751269, 187.09, 189.1583248731);
  }
  .f-io .table-hover .table-dark:hover > td,
  .f-io .table-hover .table-dark:hover > th {
    background-color: rgb(185.0216751269, 187.09, 189.1583248731);
  }
  .f-io .table-active,
  .f-io .table-active > th,
  .f-io .table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
  }
  .f-io .table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
  }
  .f-io .table-hover .table-active:hover > td,
  .f-io .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
  }
  .f-io .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: rgb(69.1465517241, 77.125, 85.1034482759);
  }
  .f-io .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  .f-io .table-dark {
    color: #fff;
    background-color: #343a40;
  }
  .f-io .table-dark th,
  .f-io .table-dark td,
  .f-io .table-dark thead th {
    border-color: rgb(69.1465517241, 77.125, 85.1034482759);
  }
  .f-io .table-dark.table-bordered {
    border: 0;
  }
  .f-io .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
  }
  .f-io .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075);
  }
  @media (max-width: 575.98px) {
    .f-io .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .f-io .table-responsive-sm > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 767.98px) {
    .f-io .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .f-io .table-responsive-md > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 991.98px) {
    .f-io .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .f-io .table-responsive-lg > .table-bordered {
      border: 0;
    }
  }
  @media (max-width: 1199.98px) {
    .f-io .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .f-io .table-responsive-xl > .table-bordered {
      border: 0;
    }
  }
  .f-io .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .f-io .table-responsive > .table-bordered {
    border: 0;
  }
  .f-io .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: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .f-io .form-control {
      transition: none;
    }
  }
  .f-io .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  .f-io .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgb(127.5, 189, 255);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .f-io .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
  }
  .f-io .form-control:disabled,
  .f-io .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
  }
  .f-io input[type=date].form-control,
  .f-io input[type=time].form-control,
  .f-io input[type=datetime-local].form-control,
  .f-io input[type=month].form-control {
    appearance: none;
  }
  .f-io select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
  }
  .f-io select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }
  .f-io .form-control-file,
  .f-io .form-control-range {
    display: block;
    width: 100%;
  }
  .f-io .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;
  }
  .f-io .col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .f-io .col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .f-io .form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
  }
  .f-io .form-control-plaintext.form-control-sm,
  .f-io .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
  }
  .f-io .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;
  }
  .f-io .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;
  }
  .f-io select.form-control[size],
  .f-io select.form-control[multiple] {
    height: auto;
  }
  .f-io textarea.form-control {
    height: auto;
  }
  .f-io .form-group {
    margin-bottom: 1rem;
  }
  .f-io .form-text {
    display: block;
    margin-top: 0.25rem;
  }
  .f-io .form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  .f-io .form-row > .col,
  .f-io .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .f-io .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
  }
  .f-io .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
  }
  .f-io .form-check-input[disabled] ~ .form-check-label,
  .f-io .form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
  }
  .f-io .form-check-label {
    margin-bottom: 0;
  }
  .f-io .form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
  }
  .f-io .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
  }
  .f-io .valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #28a745;
  }
  .f-io .valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    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: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
  }
  .form-row > .col > .f-io .valid-tooltip,
  .form-row > [class*=col-] > .f-io .valid-tooltip {
    left: 5px;
  }
  .was-validated .f-io:valid ~ .valid-feedback,
  .was-validated .f-io:valid ~ .valid-tooltip,
  .f-io.is-valid ~ .valid-feedback,
  .f-io.is-valid ~ .valid-tooltip {
    display: block;
  }
  .was-validated .f-io .form-control:valid,
  .f-io .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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 .f-io .form-control:valid:focus,
  .f-io .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  .was-validated .f-io select.form-control:valid,
  .f-io select.form-control.is-valid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
  }
  .was-validated .f-io textarea.form-control:valid,
  .f-io 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 .f-io .custom-select:valid,
  .f-io .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
  }
  .was-validated .f-io .custom-select:valid:focus,
  .f-io .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  .was-validated .f-io .form-check-input:valid ~ .form-check-label,
  .f-io .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
  }
  .was-validated .f-io .form-check-input:valid ~ .valid-feedback,
  .was-validated .f-io .form-check-input:valid ~ .valid-tooltip,
  .f-io .form-check-input.is-valid ~ .valid-feedback,
  .f-io .form-check-input.is-valid ~ .valid-tooltip {
    display: block;
  }
  .was-validated .f-io .custom-control-input:valid ~ .custom-control-label,
  .f-io .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
  }
  .was-validated .f-io .custom-control-input:valid ~ .custom-control-label::before,
  .f-io .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745;
  }
  .was-validated .f-io .custom-control-input:valid:checked ~ .custom-control-label::before,
  .f-io .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: rgb(51.6956521739, 206.3043478261, 87);
    background-color: rgb(51.6956521739, 206.3043478261, 87);
  }
  .was-validated .f-io .custom-control-input:valid:focus ~ .custom-control-label::before,
  .f-io .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  .was-validated .f-io .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
  .f-io .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
  }
  .was-validated .f-io .custom-file-input:valid ~ .custom-file-label,
  .f-io .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
  }
  .was-validated .f-io .custom-file-input:valid:focus ~ .custom-file-label,
  .f-io .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }
  .f-io .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
  }
  .f-io .invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    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: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
  }
  .form-row > .col > .f-io .invalid-tooltip,
  .form-row > [class*=col-] > .f-io .invalid-tooltip {
    left: 5px;
  }
  .was-validated .f-io:invalid ~ .invalid-feedback,
  .was-validated .f-io:invalid ~ .invalid-tooltip,
  .f-io.is-invalid ~ .invalid-feedback,
  .f-io.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  .was-validated .f-io .form-control:invalid,
  .f-io .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-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 .f-io .form-control:invalid:focus,
  .f-io .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  .was-validated .f-io select.form-control:invalid,
  .f-io select.form-control.is-invalid {
    padding-right: 3rem !important;
    background-position: right 1.5rem center;
  }
  .was-validated .f-io textarea.form-control:invalid,
  .f-io 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 .f-io .custom-select:invalid,
  .f-io .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem) !important;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
  }
  .was-validated .f-io .custom-select:invalid:focus,
  .f-io .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  .was-validated .f-io .form-check-input:invalid ~ .form-check-label,
  .f-io .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
  }
  .was-validated .f-io .form-check-input:invalid ~ .invalid-feedback,
  .was-validated .f-io .form-check-input:invalid ~ .invalid-tooltip,
  .f-io .form-check-input.is-invalid ~ .invalid-feedback,
  .f-io .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
  }
  .was-validated .f-io .custom-control-input:invalid ~ .custom-control-label,
  .f-io .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
  }
  .was-validated .f-io .custom-control-input:invalid ~ .custom-control-label::before,
  .f-io .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545;
  }
  .was-validated .f-io .custom-control-input:invalid:checked ~ .custom-control-label::before,
  .f-io .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
    background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  }
  .was-validated .f-io .custom-control-input:invalid:focus ~ .custom-control-label::before,
  .f-io .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  .was-validated .f-io .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
  .f-io .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
  }
  .was-validated .f-io .custom-file-input:invalid ~ .custom-file-label,
  .f-io .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
  }
  .was-validated .f-io .custom-file-input:invalid:focus ~ .custom-file-label,
  .f-io .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  }
  .f-io .form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .f-io .form-inline .form-check {
    width: 100%;
  }
  @media (min-width: 576px) {
    .f-io .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0;
    }
    .f-io .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0;
    }
    .f-io .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle;
    }
    .f-io .form-inline .form-control-plaintext {
      display: inline-block;
    }
    .f-io .form-inline .input-group,
    .f-io .form-inline .custom-select {
      width: auto;
    }
    .f-io .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0;
    }
    .f-io .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0;
    }
    .f-io .form-inline .custom-control {
      align-items: center;
      justify-content: center;
    }
    .f-io .form-inline .custom-control-label {
      margin-bottom: 0;
    }
  }
  .f-io .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -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) {
    .f-io .btn {
      transition: none;
    }
  }
  .f-io .btn:hover {
    color: #212529;
    text-decoration: none;
  }
  .f-io .btn:focus,
  .f-io .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .f-io .btn.disabled,
  .f-io .btn:disabled {
    opacity: 0.65;
  }
  .f-io .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  .f-io a.btn.disabled,
  .f-io fieldset:disabled a.btn {
    pointer-events: none;
  }
  .f-io .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  .f-io .btn-primary:hover {
    color: #fff;
    background-color: rgb(0, 104.55, 216.75);
    border-color: rgb(0, 98.4, 204);
  }
  .f-io .btn-primary:focus,
  .f-io .btn-primary.focus {
    color: #fff;
    background-color: rgb(0, 104.55, 216.75);
    border-color: rgb(0, 98.4, 204);
    box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
  }
  .f-io .btn-primary.disabled,
  .f-io .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  .f-io .btn-primary:not(:disabled):not(.disabled):active,
  .f-io .btn-primary:not(:disabled):not(.disabled).active,
  .show > .f-io .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgb(0, 98.4, 204);
    border-color: rgb(0, 92.25, 191.25);
  }
  .f-io .btn-primary:not(:disabled):not(.disabled):active:focus,
  .f-io .btn-primary:not(:disabled):not(.disabled).active:focus,
  .show > .f-io .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38.25, 142.8, 255, 0.5);
  }
  .f-io .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  .f-io .btn-secondary:hover {
    color: #fff;
    background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
    border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  }
  .f-io .btn-secondary:focus,
  .f-io .btn-secondary.focus {
    color: #fff;
    background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
    border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
    box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
  }
  .f-io .btn-secondary.disabled,
  .f-io .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  .f-io .btn-secondary:not(:disabled):not(.disabled):active,
  .f-io .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .f-io .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
    border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
  }
  .f-io .btn-secondary:not(:disabled):not(.disabled):active:focus,
  .f-io .btn-secondary:not(:disabled):not(.disabled).active:focus,
  .show > .f-io .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
  }
  .f-io .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  .f-io .btn-success:hover {
    color: #fff;
    background-color: rgb(32.6086956522, 136.1413043478, 56.25);
    border-color: rgb(30.1449275362, 125.8550724638, 52);
  }
  .f-io .btn-success:focus,
  .f-io .btn-success.focus {
    color: #fff;
    background-color: rgb(32.6086956522, 136.1413043478, 56.25);
    border-color: rgb(30.1449275362, 125.8550724638, 52);
    box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
  }
  .f-io .btn-success.disabled,
  .f-io .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  .f-io .btn-success:not(:disabled):not(.disabled):active,
  .f-io .btn-success:not(:disabled):not(.disabled).active,
  .show > .f-io .btn-success.dropdown-toggle {
    color: #fff;
    background-color: rgb(30.1449275362, 125.8550724638, 52);
    border-color: rgb(27.6811594203, 115.5688405797, 47.75);
  }
  .f-io .btn-success:not(:disabled):not(.disabled):active:focus,
  .f-io .btn-success:not(:disabled):not(.disabled).active:focus,
  .show > .f-io .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
  }
  .f-io .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  .f-io .btn-info:hover {
    color: #fff;
    background-color: rgb(18.75, 132.0652173913, 150);
    border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  }
  .f-io .btn-info:focus,
  .f-io .btn-info.focus {
    color: #fff;
    background-color: rgb(18.75, 132.0652173913, 150);
    border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
    box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
  }
  .f-io .btn-info.disabled,
  .f-io .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  .f-io .btn-info:not(:disabled):not(.disabled):active,
  .f-io .btn-info:not(:disabled):not(.disabled).active,
  .show > .f-io .btn-info.dropdown-toggle {
    color: #fff;
    background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
    border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
  }
  .f-io .btn-info:not(:disabled):not(.disabled):active:focus,
  .f-io .btn-info:not(:disabled):not(.disabled).active:focus,
  .show > .f-io .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
  }
  .f-io .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  .f-io .btn-warning:hover {
    color: #212529;
    background-color: rgb(223.75, 167.8125, 0);
    border-color: rgb(211, 158.25, 0);
  }
  .f-io .btn-warning:focus,
  .f-io .btn-warning.focus {
    color: #212529;
    background-color: rgb(223.75, 167.8125, 0);
    border-color: rgb(211, 158.25, 0);
    box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
  }
  .f-io .btn-warning.disabled,
  .f-io .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  .f-io .btn-warning:not(:disabled):not(.disabled):active,
  .f-io .btn-warning:not(:disabled):not(.disabled).active,
  .show > .f-io .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: rgb(211, 158.25, 0);
    border-color: rgb(198.25, 148.6875, 0);
  }
  .f-io .btn-warning:not(:disabled):not(.disabled):active:focus,
  .f-io .btn-warning:not(:disabled):not(.disabled).active:focus,
  .show > .f-io .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
  }
  .f-io .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .f-io .btn-danger:hover {
    color: #fff;
    background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
    border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  }
  .f-io .btn-danger:focus,
  .f-io .btn-danger.focus {
    color: #fff;
    background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
    border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
    box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
  }
  .f-io .btn-danger.disabled,
  .f-io .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .f-io .btn-danger:not(:disabled):not(.disabled):active,
  .f-io .btn-danger:not(:disabled):not(.disabled).active,
  .show > .f-io .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
    border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
  }
  .f-io .btn-danger:not(:disabled):not(.disabled):active:focus,
  .f-io .btn-danger:not(:disabled):not(.disabled).active:focus,
  .show > .f-io .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225.25, 83.3, 96.9, 0.5);
  }
  .f-io .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .f-io .btn-light:hover {
    color: #212529;
    background-color: rgb(225.6875, 229.875, 234.0625);
    border-color: rgb(218.25, 223.5, 228.75);
  }
  .f-io .btn-light:focus,
  .f-io .btn-light.focus {
    color: #212529;
    background-color: rgb(225.6875, 229.875, 234.0625);
    border-color: rgb(218.25, 223.5, 228.75);
    box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
  }
  .f-io .btn-light.disabled,
  .f-io .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .f-io .btn-light:not(:disabled):not(.disabled):active,
  .f-io .btn-light:not(:disabled):not(.disabled).active,
  .show > .f-io .btn-light.dropdown-toggle {
    color: #212529;
    background-color: rgb(218.25, 223.5, 228.75);
    border-color: rgb(210.8125, 217.125, 223.4375);
  }
  .f-io .btn-light:not(:disabled):not(.disabled):active:focus,
  .f-io .btn-light:not(:disabled):not(.disabled).active:focus,
  .show > .f-io .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
  }
  .f-io .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  .f-io .btn-dark:hover {
    color: #fff;
    background-color: rgb(34.8534482759, 38.875, 42.8965517241);
    border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  }
  .f-io .btn-dark:focus,
  .f-io .btn-dark.focus {
    color: #fff;
    background-color: rgb(34.8534482759, 38.875, 42.8965517241);
    border-color: rgb(29.1379310345, 32.5, 35.8620689655);
    box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
  }
  .f-io .btn-dark.disabled,
  .f-io .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  .f-io .btn-dark:not(:disabled):not(.disabled):active,
  .f-io .btn-dark:not(:disabled):not(.disabled).active,
  .show > .f-io .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: rgb(29.1379310345, 32.5, 35.8620689655);
    border-color: rgb(23.4224137931, 26.125, 28.8275862069);
  }
  .f-io .btn-dark:not(:disabled):not(.disabled):active:focus,
  .f-io .btn-dark:not(:disabled):not(.disabled).active:focus,
  .show > .f-io .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
  }
  .f-io .btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
  }
  .f-io .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  .f-io .btn-outline-primary:focus,
  .f-io .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  .f-io .btn-outline-primary.disabled,
  .f-io .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
  }
  .f-io .btn-outline-primary:not(:disabled):not(.disabled):active,
  .f-io .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .f-io .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  .f-io .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
  .f-io .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  .show > .f-io .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  .f-io .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
  }
  .f-io .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  .f-io .btn-outline-secondary:focus,
  .f-io .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .f-io .btn-outline-secondary.disabled,
  .f-io .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
  }
  .f-io .btn-outline-secondary:not(:disabled):not(.disabled):active,
  .f-io .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .f-io .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }
  .f-io .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
  .f-io .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
  .show > .f-io .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .f-io .btn-outline-success {
    color: #28a745;
    border-color: #28a745;
  }
  .f-io .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  .f-io .btn-outline-success:focus,
  .f-io .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  }
  .f-io .btn-outline-success.disabled,
  .f-io .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
  }
  .f-io .btn-outline-success:not(:disabled):not(.disabled):active,
  .f-io .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .f-io .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  .f-io .btn-outline-success:not(:disabled):not(.disabled):active:focus,
  .f-io .btn-outline-success:not(:disabled):not(.disabled).active:focus,
  .show > .f-io .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  }
  .f-io .btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
  }
  .f-io .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  .f-io .btn-outline-info:focus,
  .f-io .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  }
  .f-io .btn-outline-info.disabled,
  .f-io .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
  }
  .f-io .btn-outline-info:not(:disabled):not(.disabled):active,
  .f-io .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .f-io .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
  }
  .f-io .btn-outline-info:not(:disabled):not(.disabled):active:focus,
  .f-io .btn-outline-info:not(:disabled):not(.disabled).active:focus,
  .show > .f-io .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  }
  .f-io .btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
  }
  .f-io .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  .f-io .btn-outline-warning:focus,
  .f-io .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .f-io .btn-outline-warning.disabled,
  .f-io .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
  }
  .f-io .btn-outline-warning:not(:disabled):not(.disabled):active,
  .f-io .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .f-io .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
  }
  .f-io .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
  .f-io .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
  .show > .f-io .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .f-io .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
  }
  .f-io .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .f-io .btn-outline-danger:focus,
  .f-io .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .f-io .btn-outline-danger.disabled,
  .f-io .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
  }
  .f-io .btn-outline-danger:not(:disabled):not(.disabled):active,
  .f-io .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .f-io .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  .f-io .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
  .f-io .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
  .show > .f-io .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .f-io .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .f-io .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .f-io .btn-outline-light:focus,
  .f-io .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  .f-io .btn-outline-light.disabled,
  .f-io .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
  }
  .f-io .btn-outline-light:not(:disabled):not(.disabled):active,
  .f-io .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .f-io .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .f-io .btn-outline-light:not(:disabled):not(.disabled):active:focus,
  .f-io .btn-outline-light:not(:disabled):not(.disabled).active:focus,
  .show > .f-io .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  .f-io .btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
  }
  .f-io .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  .f-io .btn-outline-dark:focus,
  .f-io .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  .f-io .btn-outline-dark.disabled,
  .f-io .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
  }
  .f-io .btn-outline-dark:not(:disabled):not(.disabled):active,
  .f-io .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .f-io .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
  }
  .f-io .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
  .f-io .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
  .show > .f-io .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  .f-io .btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
  }
  .f-io .btn-link:hover {
    color: rgb(0, 86.1, 178.5);
    text-decoration: underline;
  }
  .f-io .btn-link:focus,
  .f-io .btn-link.focus {
    text-decoration: underline;
  }
  .f-io .btn-link:disabled,
  .f-io .btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
  }
  .f-io .btn-lg,
  .f-io .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  .f-io .btn-sm,
  .f-io .btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  .f-io .btn-block {
    display: block;
    width: 100%;
  }
  .f-io .btn-block + .btn-block {
    margin-top: 0.5rem;
  }
  .f-io input[type=submit].btn-block,
  .f-io input[type=reset].btn-block,
  .f-io input[type=button].btn-block {
    width: 100%;
  }
  .f-io .fade {
    transition: opacity 0.15s linear;
  }
  @media (prefers-reduced-motion: reduce) {
    .f-io .fade {
      transition: none;
    }
  }
  .f-io .fade:not(.show) {
    opacity: 0;
  }
  .f-io .collapse:not(.show) {
    display: none;
  }
  .f-io .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .f-io .collapsing {
      transition: none;
    }
  }
  .f-io .collapsing.width {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .f-io .collapsing.width {
      transition: none;
    }
  }
  .f-io .dropup,
  .f-io .dropright,
  .f-io .dropdown,
  .f-io .dropleft {
    position: relative;
  }
  .f-io .dropdown-toggle {
    white-space: nowrap;
  }
  .f-io .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;
  }
  .f-io .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .f-io .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: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
  }
  .f-io .dropdown-menu-left {
    right: auto;
    left: 0;
  }
  .f-io .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  @media (min-width: 576px) {
    .f-io .dropdown-menu-sm-left {
      right: auto;
      left: 0;
    }
    .f-io .dropdown-menu-sm-right {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 768px) {
    .f-io .dropdown-menu-md-left {
      right: auto;
      left: 0;
    }
    .f-io .dropdown-menu-md-right {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 992px) {
    .f-io .dropdown-menu-lg-left {
      right: auto;
      left: 0;
    }
    .f-io .dropdown-menu-lg-right {
      right: 0;
      left: auto;
    }
  }
  @media (min-width: 1200px) {
    .f-io .dropdown-menu-xl-left {
      right: auto;
      left: 0;
    }
    .f-io .dropdown-menu-xl-right {
      right: 0;
      left: auto;
    }
  }
  .f-io .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
  }
  .f-io .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;
  }
  .f-io .dropup .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .f-io .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
  }
  .f-io .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;
  }
  .f-io .dropright .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .f-io .dropright .dropdown-toggle::after {
    vertical-align: 0;
  }
  .f-io .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
  }
  .f-io .dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
  }
  .f-io .dropleft .dropdown-toggle::after {
    display: none;
  }
  .f-io .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;
  }
  .f-io .dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .f-io .dropleft .dropdown-toggle::before {
    vertical-align: 0;
  }
  .f-io .dropdown-menu[x-placement^=top],
  .f-io .dropdown-menu[x-placement^=right],
  .f-io .dropdown-menu[x-placement^=bottom],
  .f-io .dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto;
  }
  .f-io .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
  }
  .f-io .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;
  }
  .f-io .dropdown-item:hover,
  .f-io .dropdown-item:focus {
    color: rgb(21.6283783784, 24.25, 26.8716216216);
    text-decoration: none;
    background-color: #e9ecef;
  }
  .f-io .dropdown-item.active,
  .f-io .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
  }
  .f-io .dropdown-item.disabled,
  .f-io .dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
  }
  .f-io .dropdown-menu.show {
    display: block;
  }
  .f-io .dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
  }
  .f-io .dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
  }
  .f-io .btn-group,
  .f-io .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
  }
  .f-io .btn-group > .btn,
  .f-io .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
  }
  .f-io .btn-group > .btn:hover,
  .f-io .btn-group-vertical > .btn:hover {
    z-index: 1;
  }
  .f-io .btn-group > .btn:focus,
  .f-io .btn-group > .btn:active,
  .f-io .btn-group > .btn.active,
  .f-io .btn-group-vertical > .btn:focus,
  .f-io .btn-group-vertical > .btn:active,
  .f-io .btn-group-vertical > .btn.active {
    z-index: 1;
  }
  .f-io .btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .f-io .btn-toolbar .input-group {
    width: auto;
  }
  .f-io .btn-group > .btn:not(:first-child),
  .f-io .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px;
  }
  .f-io .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .f-io .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .f-io .btn-group > .btn:not(:first-child),
  .f-io .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .f-io .dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
  }
  .f-io .dropdown-toggle-split::after,
  .dropup .f-io .dropdown-toggle-split::after,
  .dropright .f-io .dropdown-toggle-split::after {
    margin-left: 0;
  }
  .dropleft .f-io .dropdown-toggle-split::before {
    margin-right: 0;
  }
  .f-io .btn-sm + .dropdown-toggle-split,
  .f-io .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }
  .f-io .btn-lg + .dropdown-toggle-split,
  .f-io .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .f-io .btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .f-io .btn-group-vertical > .btn,
  .f-io .btn-group-vertical > .btn-group {
    width: 100%;
  }
  .f-io .btn-group-vertical > .btn:not(:first-child),
  .f-io .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px;
  }
  .f-io .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .f-io .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .f-io .btn-group-vertical > .btn:not(:first-child),
  .f-io .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .f-io .btn-group-toggle > .btn,
  .f-io .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
  }
  .f-io .btn-group-toggle > .btn input[type=radio],
  .f-io .btn-group-toggle > .btn input[type=checkbox],
  .f-io .btn-group-toggle > .btn-group > .btn input[type=radio],
  .f-io .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .f-io .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  }
  .f-io .input-group > .form-control,
  .f-io .input-group > .form-control-plaintext,
  .f-io .input-group > .custom-select,
  .f-io .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
  }
  .f-io .input-group > .form-control + .form-control,
  .f-io .input-group > .form-control + .custom-select,
  .f-io .input-group > .form-control + .custom-file,
  .f-io .input-group > .form-control-plaintext + .form-control,
  .f-io .input-group > .form-control-plaintext + .custom-select,
  .f-io .input-group > .form-control-plaintext + .custom-file,
  .f-io .input-group > .custom-select + .form-control,
  .f-io .input-group > .custom-select + .custom-select,
  .f-io .input-group > .custom-select + .custom-file,
  .f-io .input-group > .custom-file + .form-control,
  .f-io .input-group > .custom-file + .custom-select,
  .f-io .input-group > .custom-file + .custom-file {
    margin-left: -1px;
  }
  .f-io .input-group > .form-control:focus,
  .f-io .input-group > .custom-select:focus,
  .f-io .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
  }
  .f-io .input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
  }
  .f-io .input-group > .form-control:not(:first-child),
  .f-io .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .f-io .input-group > .custom-file {
    display: flex;
    align-items: center;
  }
  .f-io .input-group > .custom-file:not(:last-child) .custom-file-label,
  .f-io .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .f-io .input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .f-io .input-group:not(.has-validation) > .form-control:not(:last-child),
  .f-io .input-group:not(.has-validation) > .custom-select:not(:last-child),
  .f-io .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
  .f-io .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .f-io .input-group.has-validation > .form-control:nth-last-child(n+3),
  .f-io .input-group.has-validation > .custom-select:nth-last-child(n+3),
  .f-io .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
  .f-io .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .f-io .input-group-prepend,
  .f-io .input-group-append {
    display: flex;
  }
  .f-io .input-group-prepend .btn,
  .f-io .input-group-append .btn {
    position: relative;
    z-index: 2;
  }
  .f-io .input-group-prepend .btn:focus,
  .f-io .input-group-append .btn:focus {
    z-index: 3;
  }
  .f-io .input-group-prepend .btn + .btn,
  .f-io .input-group-prepend .btn + .input-group-text,
  .f-io .input-group-prepend .input-group-text + .input-group-text,
  .f-io .input-group-prepend .input-group-text + .btn,
  .f-io .input-group-append .btn + .btn,
  .f-io .input-group-append .btn + .input-group-text,
  .f-io .input-group-append .input-group-text + .input-group-text,
  .f-io .input-group-append .input-group-text + .btn {
    margin-left: -1px;
  }
  .f-io .input-group-prepend {
    margin-right: -1px;
  }
  .f-io .input-group-append {
    margin-left: -1px;
  }
  .f-io .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: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .f-io .input-group-text input[type=radio],
  .f-io .input-group-text input[type=checkbox] {
    margin-top: 0;
  }
  .f-io .input-group-lg > .form-control:not(textarea),
  .f-io .input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px);
  }
  .f-io .input-group-lg > .form-control,
  .f-io .input-group-lg > .custom-select,
  .f-io .input-group-lg > .input-group-prepend > .input-group-text,
  .f-io .input-group-lg > .input-group-append > .input-group-text,
  .f-io .input-group-lg > .input-group-prepend > .btn,
  .f-io .input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
  }
  .f-io .input-group-sm > .form-control:not(textarea),
  .f-io .input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
  }
  .f-io .input-group-sm > .form-control,
  .f-io .input-group-sm > .custom-select,
  .f-io .input-group-sm > .input-group-prepend > .input-group-text,
  .f-io .input-group-sm > .input-group-append > .input-group-text,
  .f-io .input-group-sm > .input-group-prepend > .btn,
  .f-io .input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  .f-io .input-group-lg > .custom-select,
  .f-io .input-group-sm > .custom-select {
    padding-right: 1.75rem;
  }
  .f-io .input-group > .input-group-prepend > .btn,
  .f-io .input-group > .input-group-prepend > .input-group-text,
  .f-io .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
  .f-io .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
  .f-io .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
  .f-io .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
  .f-io .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .f-io .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .f-io .input-group > .input-group-append > .btn,
  .f-io .input-group > .input-group-append > .input-group-text,
  .f-io .input-group > .input-group-prepend:not(:first-child) > .btn,
  .f-io .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
  .f-io .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
  .f-io .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .f-io .custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .f-io .custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
  }
  .f-io .custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
  }
  .f-io .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
  }
  .f-io .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .f-io .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: rgb(127.5, 189, 255);
  }
  .f-io .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: rgb(178.5, 215.4, 255);
    border-color: rgb(178.5, 215.4, 255);
  }
  .f-io .custom-control-input[disabled] ~ .custom-control-label,
  .f-io .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
  }
  .f-io .custom-control-input[disabled] ~ .custom-control-label::before,
  .f-io .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
  }
  .f-io .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
  }
  .f-io .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #adb5bd;
  }
  .f-io .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
  }
  .f-io .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
  }
  .f-io .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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
  }
  .f-io .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff;
  }
  .f-io .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' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
  }
  .f-io .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  .f-io .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  .f-io .custom-radio .custom-control-label::before {
    border-radius: 50%;
  }
  .f-io .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' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  }
  .f-io .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  .f-io .custom-switch {
    padding-left: 2.25rem;
  }
  .f-io .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
  }
  .f-io .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: #adb5bd;
    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) {
    .f-io .custom-switch .custom-control-label::after {
      transition: none;
    }
  }
  .f-io .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem);
  }
  .f-io .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
  }
  .f-io .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: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
  }
  .f-io .custom-select:focus {
    border-color: rgb(127.5, 189, 255);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .f-io .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
  }
  .f-io .custom-select[multiple],
  .f-io .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
  }
  .f-io .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
  }
  .f-io .custom-select::-ms-expand {
    display: none;
  }
  .f-io .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
  }
  .f-io .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;
  }
  .f-io .custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
  }
  .f-io .custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin-bottom: 0;
  }
  .f-io .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0;
  }
  .f-io .custom-file-input:focus ~ .custom-file-label {
    border-color: rgb(127.5, 189, 255);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .f-io .custom-file-input[disabled] ~ .custom-file-label,
  .f-io .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
  }
  .f-io .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
  }
  .f-io .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
  }
  .f-io .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;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .f-io .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: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
  }
  .f-io .custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
  }
  .f-io .custom-range:focus {
    outline: 0;
  }
  .f-io .custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .f-io .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .f-io .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .f-io .custom-range::-moz-focus-outer {
    border: 0;
  }
  .f-io .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition:
      background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .f-io .custom-range::-webkit-slider-thumb {
      transition: none;
    }
  }
  .f-io .custom-range::-webkit-slider-thumb {
    appearance: none;
  }
  .f-io .custom-range::-webkit-slider-thumb:active {
    background-color: rgb(178.5, 215.4, 255);
  }
  .f-io .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
  }
  .f-io .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition:
      background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .f-io .custom-range::-moz-range-thumb {
      transition: none;
    }
  }
  .f-io .custom-range::-moz-range-thumb {
    appearance: none;
  }
  .f-io .custom-range::-moz-range-thumb:active {
    background-color: rgb(178.5, 215.4, 255);
  }
  .f-io .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
  }
  .f-io .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition:
      background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out,
      box-shadow 0.15s ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .f-io .custom-range::-ms-thumb {
      transition: none;
    }
  }
  .f-io .custom-range::-ms-thumb {
    appearance: none;
  }
  .f-io .custom-range::-ms-thumb:active {
    background-color: rgb(178.5, 215.4, 255);
  }
  .f-io .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
  }
  .f-io .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
  }
  .f-io .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
  }
  .f-io .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
  }
  .f-io .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
  }
  .f-io .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
  }
  .f-io .custom-range:disabled::-moz-range-track {
    cursor: default;
  }
  .f-io .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
  }
  .f-io .custom-control-label::before,
  .f-io .custom-file-label,
  .f-io .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) {
    .f-io .custom-control-label::before,
    .f-io .custom-file-label,
    .f-io .custom-select {
      transition: none;
    }
  }
  .f-io .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .f-io .nav-link {
    display: block;
    padding: 0.5rem 1rem;
  }
  .f-io .nav-link:hover,
  .f-io .nav-link:focus {
    text-decoration: none;
  }
  .f-io .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
  }
  .f-io .nav-tabs {
    border-bottom: 1px solid #dee2e6;
  }
  .f-io .nav-tabs .nav-link {
    margin-bottom: -1px;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .f-io .nav-tabs .nav-link:hover,
  .f-io .nav-tabs .nav-link:focus {
    isolation: isolate;
    border-color: #e9ecef #e9ecef #dee2e6;
  }
  .f-io .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
  }
  .f-io .nav-tabs .nav-link.active,
  .f-io .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
  }
  .f-io .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .f-io .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
  }
  .f-io .nav-pills .nav-link.active,
  .f-io .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
  }
  .f-io .nav-fill > .nav-link,
  .f-io .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
  }
  .f-io .nav-justified > .nav-link,
  .f-io .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
  }
  .f-io .tab-content > .tab-pane {
    display: none;
  }
  .f-io .tab-content > .active {
    display: block;
  }
  .f-io .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }
  .f-io .navbar .container,
  .f-io .navbar .container-fluid,
  .f-io .navbar .container-sm,
  .f-io .navbar .container-md,
  .f-io .navbar .container-lg,
  .f-io .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .f-io .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;
  }
  .f-io .navbar-brand:hover,
  .f-io .navbar-brand:focus {
    text-decoration: none;
  }
  .f-io .navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .f-io .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .f-io .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .f-io .navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .f-io .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
  }
  .f-io .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;
  }
  .f-io .navbar-toggler:hover,
  .f-io .navbar-toggler:focus {
    text-decoration: none;
  }
  .f-io .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: 50%/100% 100% no-repeat;
  }
  .f-io .navbar-nav-scroll {
    max-height: 75vh;
    overflow-y: auto;
  }
  @media (max-width: 575.98px) {
    .f-io .navbar-expand-sm > .container,
    .f-io .navbar-expand-sm > .container-fluid,
    .f-io .navbar-expand-sm > .container-sm,
    .f-io .navbar-expand-sm > .container-md,
    .f-io .navbar-expand-sm > .container-lg,
    .f-io .navbar-expand-sm > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 576px) {
    .f-io .navbar-expand-sm {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .f-io .navbar-expand-sm .navbar-nav {
      flex-direction: row;
    }
    .f-io .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .f-io .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .f-io .navbar-expand-sm > .container,
    .f-io .navbar-expand-sm > .container-fluid,
    .f-io .navbar-expand-sm > .container-sm,
    .f-io .navbar-expand-sm > .container-md,
    .f-io .navbar-expand-sm > .container-lg,
    .f-io .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap;
    }
    .f-io .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible;
    }
    .f-io .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .f-io .navbar-expand-sm .navbar-toggler {
      display: none;
    }
  }
  @media (max-width: 767.98px) {
    .f-io .navbar-expand-md > .container,
    .f-io .navbar-expand-md > .container-fluid,
    .f-io .navbar-expand-md > .container-sm,
    .f-io .navbar-expand-md > .container-md,
    .f-io .navbar-expand-md > .container-lg,
    .f-io .navbar-expand-md > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 768px) {
    .f-io .navbar-expand-md {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .f-io .navbar-expand-md .navbar-nav {
      flex-direction: row;
    }
    .f-io .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .f-io .navbar-expand-md .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .f-io .navbar-expand-md > .container,
    .f-io .navbar-expand-md > .container-fluid,
    .f-io .navbar-expand-md > .container-sm,
    .f-io .navbar-expand-md > .container-md,
    .f-io .navbar-expand-md > .container-lg,
    .f-io .navbar-expand-md > .container-xl {
      flex-wrap: nowrap;
    }
    .f-io .navbar-expand-md .navbar-nav-scroll {
      overflow: visible;
    }
    .f-io .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .f-io .navbar-expand-md .navbar-toggler {
      display: none;
    }
  }
  @media (max-width: 991.98px) {
    .f-io .navbar-expand-lg > .container,
    .f-io .navbar-expand-lg > .container-fluid,
    .f-io .navbar-expand-lg > .container-sm,
    .f-io .navbar-expand-lg > .container-md,
    .f-io .navbar-expand-lg > .container-lg,
    .f-io .navbar-expand-lg > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 992px) {
    .f-io .navbar-expand-lg {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .f-io .navbar-expand-lg .navbar-nav {
      flex-direction: row;
    }
    .f-io .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .f-io .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .f-io .navbar-expand-lg > .container,
    .f-io .navbar-expand-lg > .container-fluid,
    .f-io .navbar-expand-lg > .container-sm,
    .f-io .navbar-expand-lg > .container-md,
    .f-io .navbar-expand-lg > .container-lg,
    .f-io .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap;
    }
    .f-io .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible;
    }
    .f-io .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .f-io .navbar-expand-lg .navbar-toggler {
      display: none;
    }
  }
  @media (max-width: 1199.98px) {
    .f-io .navbar-expand-xl > .container,
    .f-io .navbar-expand-xl > .container-fluid,
    .f-io .navbar-expand-xl > .container-sm,
    .f-io .navbar-expand-xl > .container-md,
    .f-io .navbar-expand-xl > .container-lg,
    .f-io .navbar-expand-xl > .container-xl {
      padding-right: 0;
      padding-left: 0;
    }
  }
  @media (min-width: 1200px) {
    .f-io .navbar-expand-xl {
      flex-flow: row nowrap;
      justify-content: flex-start;
    }
    .f-io .navbar-expand-xl .navbar-nav {
      flex-direction: row;
    }
    .f-io .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute;
    }
    .f-io .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
    .f-io .navbar-expand-xl > .container,
    .f-io .navbar-expand-xl > .container-fluid,
    .f-io .navbar-expand-xl > .container-sm,
    .f-io .navbar-expand-xl > .container-md,
    .f-io .navbar-expand-xl > .container-lg,
    .f-io .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap;
    }
    .f-io .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible;
    }
    .f-io .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto;
    }
    .f-io .navbar-expand-xl .navbar-toggler {
      display: none;
    }
  }
  .f-io .navbar-expand > .container,
  .f-io .navbar-expand > .container-fluid,
  .f-io .navbar-expand > .container-sm,
  .f-io .navbar-expand > .container-md,
  .f-io .navbar-expand > .container-lg,
  .f-io .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
  .f-io .navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .f-io .navbar-expand .navbar-nav {
    flex-direction: row;
  }
  .f-io .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .f-io .navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .f-io .navbar-expand > .container,
  .f-io .navbar-expand > .container-fluid,
  .f-io .navbar-expand > .container-sm,
  .f-io .navbar-expand > .container-md,
  .f-io .navbar-expand > .container-lg,
  .f-io .navbar-expand > .container-xl {
    flex-wrap: nowrap;
  }
  .f-io .navbar-expand .navbar-nav-scroll {
    overflow: visible;
  }
  .f-io .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .f-io .navbar-expand .navbar-toggler {
    display: none;
  }
  .f-io .navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
  }
  .f-io .navbar-light .navbar-brand:hover,
  .f-io .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
  }
  .f-io .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
  }
  .f-io .navbar-light .navbar-nav .nav-link:hover,
  .f-io .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
  }
  .f-io .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
  }
  .f-io .navbar-light .navbar-nav .show > .nav-link,
  .f-io .navbar-light .navbar-nav .active > .nav-link,
  .f-io .navbar-light .navbar-nav .nav-link.show,
  .f-io .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
  }
  .f-io .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
  }
  .f-io .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .f-io .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
  }
  .f-io .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
  }
  .f-io .navbar-light .navbar-text a:hover,
  .f-io .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
  }
  .f-io .navbar-dark .navbar-brand {
    color: #fff;
  }
  .f-io .navbar-dark .navbar-brand:hover,
  .f-io .navbar-dark .navbar-brand:focus {
    color: #fff;
  }
  .f-io .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
  }
  .f-io .navbar-dark .navbar-nav .nav-link:hover,
  .f-io .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
  }
  .f-io .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
  }
  .f-io .navbar-dark .navbar-nav .show > .nav-link,
  .f-io .navbar-dark .navbar-nav .active > .nav-link,
  .f-io .navbar-dark .navbar-nav .nav-link.show,
  .f-io .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
  }
  .f-io .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
  }
  .f-io .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .f-io .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
  }
  .f-io .navbar-dark .navbar-text a {
    color: #fff;
  }
  .f-io .navbar-dark .navbar-text a:hover,
  .f-io .navbar-dark .navbar-text a:focus {
    color: #fff;
  }
  .f-io .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }
  .f-io .card > hr {
    margin-right: 0;
    margin-left: 0;
  }
  .f-io .card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
  }
  .f-io .card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .f-io .card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .f-io .card > .card-header + .list-group,
  .f-io .card > .list-group + .card-footer {
    border-top: 0;
  }
  .f-io .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
  }
  .f-io .card-title {
    margin-bottom: 0.75rem;
  }
  .f-io .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
  }
  .f-io .card-text:last-child {
    margin-bottom: 0;
  }
  .f-io .card-link:hover {
    text-decoration: none;
  }
  .f-io .card-link + .card-link {
    margin-left: 1.25rem;
  }
  .f-io .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);
  }
  .f-io .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }
  .f-io .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);
  }
  .f-io .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  }
  .f-io .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
  }
  .f-io .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
  .f-io .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
  }
  .f-io .card-img,
  .f-io .card-img-top,
  .f-io .card-img-bottom {
    flex-shrink: 0;
    width: 100%;
  }
  .f-io .card-img,
  .f-io .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .f-io .card-img,
  .f-io .card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .f-io .card-deck .card {
    margin-bottom: 15px;
  }
  @media (min-width: 576px) {
    .f-io .card-deck {
      display: flex;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px;
    }
    .f-io .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px;
    }
  }
  .f-io .card-group > .card {
    margin-bottom: 15px;
  }
  @media (min-width: 576px) {
    .f-io .card-group {
      display: flex;
      flex-flow: row wrap;
    }
    .f-io .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0;
    }
    .f-io .card-group > .card + .card {
      margin-left: 0;
      border-left: 0;
    }
    .f-io .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
    .f-io .card-group > .card:not(:last-child) .card-img-top,
    .f-io .card-group > .card:not(:last-child) .card-header {
      border-top-right-radius: 0;
    }
    .f-io .card-group > .card:not(:last-child) .card-img-bottom,
    .f-io .card-group > .card:not(:last-child) .card-footer {
      border-bottom-right-radius: 0;
    }
    .f-io .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
    .f-io .card-group > .card:not(:first-child) .card-img-top,
    .f-io .card-group > .card:not(:first-child) .card-header {
      border-top-left-radius: 0;
    }
    .f-io .card-group > .card:not(:first-child) .card-img-bottom,
    .f-io .card-group > .card:not(:first-child) .card-footer {
      border-bottom-left-radius: 0;
    }
  }
  .f-io .card-columns .card {
    margin-bottom: 0.75rem;
  }
  @media (min-width: 576px) {
    .f-io .card-columns {
      column-count: 3;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1;
    }
    .f-io .card-columns .card {
      display: inline-block;
      width: 100%;
    }
  }
  .f-io .accordion {
    overflow-anchor: none;
  }
  .f-io .accordion > .card {
    overflow: hidden;
  }
  .f-io .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .f-io .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .f-io .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
  }
  .f-io .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
  }
  .f-io .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
  }
  .f-io .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
  }
  .f-io .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
  }
  .f-io .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
  }
  .f-io .breadcrumb-item.active {
    color: #6c757d;
  }
  .f-io .pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
  }
  .f-io .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
  }
  .f-io .page-link:hover {
    z-index: 2;
    color: rgb(0, 86.1, 178.5);
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
  }
  .f-io .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .f-io .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .f-io .page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .f-io .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  .f-io .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
  }
  .f-io .pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .f-io .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
  }
  .f-io .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
  }
  .f-io .pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .f-io .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
  }
  .f-io .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  .f-io .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) {
    .f-io .badge {
      transition: none;
    }
  }
  a.f-io .badge:hover,
  a.f-io .badge:focus {
    text-decoration: none;
  }
  .f-io .badge:empty {
    display: none;
  }
  .f-io .btn .badge {
    position: relative;
    top: -1px;
  }
  .f-io .badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
  }
  .f-io .badge-primary {
    color: #fff;
    background-color: #007bff;
  }
  a.f-io .badge-primary:hover,
  a.f-io .badge-primary:focus {
    color: #fff;
    background-color: rgb(0, 98.4, 204);
  }
  a.f-io .badge-primary:focus,
  a.f-io .badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  }
  .f-io .badge-secondary {
    color: #fff;
    background-color: #6c757d;
  }
  a.f-io .badge-secondary:hover,
  a.f-io .badge-secondary:focus {
    color: #fff;
    background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  }
  a.f-io .badge-secondary:focus,
  a.f-io .badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  }
  .f-io .badge-success {
    color: #fff;
    background-color: #28a745;
  }
  a.f-io .badge-success:hover,
  a.f-io .badge-success:focus {
    color: #fff;
    background-color: rgb(30.1449275362, 125.8550724638, 52);
  }
  a.f-io .badge-success:focus,
  a.f-io .badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  }
  .f-io .badge-info {
    color: #fff;
    background-color: #17a2b8;
  }
  a.f-io .badge-info:hover,
  a.f-io .badge-info:focus {
    color: #fff;
    background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  }
  a.f-io .badge-info:focus,
  a.f-io .badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  }
  .f-io .badge-warning {
    color: #212529;
    background-color: #ffc107;
  }
  a.f-io .badge-warning:hover,
  a.f-io .badge-warning:focus {
    color: #212529;
    background-color: rgb(211, 158.25, 0);
  }
  a.f-io .badge-warning:focus,
  a.f-io .badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  }
  .f-io .badge-danger {
    color: #fff;
    background-color: #dc3545;
  }
  a.f-io .badge-danger:hover,
  a.f-io .badge-danger:focus {
    color: #fff;
    background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  }
  a.f-io .badge-danger:focus,
  a.f-io .badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  }
  .f-io .badge-light {
    color: #212529;
    background-color: #f8f9fa;
  }
  a.f-io .badge-light:hover,
  a.f-io .badge-light:focus {
    color: #212529;
    background-color: rgb(218.25, 223.5, 228.75);
  }
  a.f-io .badge-light:focus,
  a.f-io .badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  }
  .f-io .badge-dark {
    color: #fff;
    background-color: #343a40;
  }
  a.f-io .badge-dark:hover,
  a.f-io .badge-dark:focus {
    color: #fff;
    background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  }
  a.f-io .badge-dark:focus,
  a.f-io .badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
  .f-io .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
  }
  @media (min-width: 576px) {
    .f-io .jumbotron {
      padding: 4rem 2rem;
    }
  }
  .f-io .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
  }
  .f-io .alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
  }
  .f-io .alert-heading {
    color: inherit;
  }
  .f-io .alert-link {
    font-weight: 700;
  }
  .f-io .alert-dismissible {
    padding-right: 4rem;
  }
  .f-io .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
  }
  .f-io .alert-primary {
    color: rgb(0, 63.96, 132.6);
    background-color: rgb(204, 228.6, 255);
    border-color: rgb(183.6, 218.04, 255);
  }
  .f-io .alert-primary hr {
    border-top-color: rgb(158.1, 204.84, 255);
  }
  .f-io .alert-primary .alert-link {
    color: rgb(0, 39.36, 81.6);
  }
  .f-io .alert-secondary {
    color: rgb(56.16, 60.84, 65);
    background-color: rgb(225.6, 227.4, 229);
    border-color: rgb(213.84, 216.36, 218.6);
  }
  .f-io .alert-secondary hr {
    border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
  }
  .f-io .alert-secondary .alert-link {
    color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
  }
  .f-io .alert-success {
    color: rgb(20.8, 86.84, 35.88);
    background-color: rgb(212, 237.4, 217.8);
    border-color: rgb(194.8, 230.36, 202.92);
  }
  .f-io .alert-success hr {
    border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
  }
  .f-io .alert-success .alert-link {
    color: rgb(10.9449275362, 45.6950724638, 18.88);
  }
  .f-io .alert-info {
    color: rgb(11.96, 84.24, 95.68);
    background-color: rgb(208.6, 236.4, 240.8);
    border-color: rgb(190.04, 228.96, 235.12);
  }
  .f-io .alert-info hr {
    border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
  }
  .f-io .alert-info .alert-link {
    color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
  }
  .f-io .alert-warning {
    color: rgb(132.6, 100.36, 3.64);
    background-color: rgb(255, 242.6, 205.4);
    border-color: rgb(255, 237.64, 185.56);
  }
  .f-io .alert-warning hr {
    border-top-color: rgb(255, 231.265, 160.06);
  }
  .f-io .alert-warning .alert-link {
    color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
  }
  .f-io .alert-danger {
    color: rgb(114.4, 27.56, 35.88);
    background-color: rgb(248, 214.6, 217.8);
    border-color: rgb(245.2, 198.44, 202.92);
  }
  .f-io .alert-danger hr {
    border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
  }
  .f-io .alert-danger .alert-link {
    color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
  }
  .f-io .alert-light {
    color: rgb(128.96, 129.48, 130);
    background-color: rgb(253.6, 253.8, 254);
    border-color: rgb(253.04, 253.32, 253.6);
  }
  .f-io .alert-light hr {
    border-top-color: rgb(238.165, 240.57, 242.975);
  }
  .f-io .alert-light .alert-link {
    color: rgb(103.5492351816, 103.98, 104.4107648184);
  }
  .f-io .alert-dark {
    color: rgb(27.04, 30.16, 33.28);
    background-color: rgb(214.4, 215.6, 216.8);
    border-color: rgb(198.16, 199.84, 201.52);
  }
  .f-io .alert-dark hr {
    border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
  }
  .f-io .alert-dark .alert-link {
    color: rgb(4.1779310345, 4.66, 5.1420689655);
  }
  @keyframes progress-bar-stripes {
    from {
      background-position: 1rem 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .f-io .progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
  }
  .f-io .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .f-io .progress-bar {
      transition: none;
    }
  }
  .f-io .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;
  }
  .f-io .progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
  }
  @media (prefers-reduced-motion: reduce) {
    .f-io .progress-bar-animated {
      animation: none;
    }
  }
  .f-io .media {
    display: flex;
    align-items: flex-start;
  }
  .f-io .media-body {
    flex: 1;
  }
  .f-io .list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
  }
  .f-io .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
  }
  .f-io .list-group-item-action:hover,
  .f-io .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
  }
  .f-io .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
  }
  .f-io .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  .f-io .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }
  .f-io .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
  }
  .f-io .list-group-item.disabled,
  .f-io .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
  }
  .f-io .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  .f-io .list-group-item + .f-io .list-group-item {
    border-top-width: 0;
  }
  .f-io .list-group-item + .f-io .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
  }
  .f-io .list-group-horizontal {
    flex-direction: row;
  }
  .f-io .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .f-io .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .f-io .list-group-horizontal > .list-group-item.active {
    margin-top: 0;
  }
  .f-io .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .f-io .list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  @media (min-width: 576px) {
    .f-io .list-group-horizontal-sm {
      flex-direction: row;
    }
    .f-io .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
    }
    .f-io .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
    }
    .f-io .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0;
    }
    .f-io .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
    .f-io .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  }
  @media (min-width: 768px) {
    .f-io .list-group-horizontal-md {
      flex-direction: row;
    }
    .f-io .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
    }
    .f-io .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
    }
    .f-io .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0;
    }
    .f-io .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
    .f-io .list-group-horizontal-md > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  }
  @media (min-width: 992px) {
    .f-io .list-group-horizontal-lg {
      flex-direction: row;
    }
    .f-io .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
    }
    .f-io .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
    }
    .f-io .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0;
    }
    .f-io .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
    .f-io .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  }
  @media (min-width: 1200px) {
    .f-io .list-group-horizontal-xl {
      flex-direction: row;
    }
    .f-io .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0;
    }
    .f-io .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0;
    }
    .f-io .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0;
    }
    .f-io .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0;
    }
    .f-io .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px;
    }
  }
  .f-io .list-group-flush {
    border-radius: 0;
  }
  .f-io .list-group-flush > .list-group-item {
    border-width: 0 0 1px;
  }
  .f-io .list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
  }
  .f-io .list-group-item-primary {
    color: rgb(0, 63.96, 132.6);
    background-color: rgb(183.6, 218.04, 255);
  }
  .f-io .list-group-item-primary.list-group-item-action:hover,
  .f-io .list-group-item-primary.list-group-item-action:focus {
    color: rgb(0, 63.96, 132.6);
    background-color: rgb(158.1, 204.84, 255);
  }
  .f-io .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: rgb(0, 63.96, 132.6);
    border-color: rgb(0, 63.96, 132.6);
  }
  .f-io .list-group-item-secondary {
    color: rgb(56.16, 60.84, 65);
    background-color: rgb(213.84, 216.36, 218.6);
  }
  .f-io .list-group-item-secondary.list-group-item-action:hover,
  .f-io .list-group-item-secondary.list-group-item-action:focus {
    color: rgb(56.16, 60.84, 65);
    background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
  }
  .f-io .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: rgb(56.16, 60.84, 65);
    border-color: rgb(56.16, 60.84, 65);
  }
  .f-io .list-group-item-success {
    color: rgb(20.8, 86.84, 35.88);
    background-color: rgb(194.8, 230.36, 202.92);
  }
  .f-io .list-group-item-success.list-group-item-action:hover,
  .f-io .list-group-item-success.list-group-item-action:focus {
    color: rgb(20.8, 86.84, 35.88);
    background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
  }
  .f-io .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: rgb(20.8, 86.84, 35.88);
    border-color: rgb(20.8, 86.84, 35.88);
  }
  .f-io .list-group-item-info {
    color: rgb(11.96, 84.24, 95.68);
    background-color: rgb(190.04, 228.96, 235.12);
  }
  .f-io .list-group-item-info.list-group-item-action:hover,
  .f-io .list-group-item-info.list-group-item-action:focus {
    color: rgb(11.96, 84.24, 95.68);
    background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
  }
  .f-io .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: rgb(11.96, 84.24, 95.68);
    border-color: rgb(11.96, 84.24, 95.68);
  }
  .f-io .list-group-item-warning {
    color: rgb(132.6, 100.36, 3.64);
    background-color: rgb(255, 237.64, 185.56);
  }
  .f-io .list-group-item-warning.list-group-item-action:hover,
  .f-io .list-group-item-warning.list-group-item-action:focus {
    color: rgb(132.6, 100.36, 3.64);
    background-color: rgb(255, 231.265, 160.06);
  }
  .f-io .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: rgb(132.6, 100.36, 3.64);
    border-color: rgb(132.6, 100.36, 3.64);
  }
  .f-io .list-group-item-danger {
    color: rgb(114.4, 27.56, 35.88);
    background-color: rgb(245.2, 198.44, 202.92);
  }
  .f-io .list-group-item-danger.list-group-item-action:hover,
  .f-io .list-group-item-danger.list-group-item-action:focus {
    color: rgb(114.4, 27.56, 35.88);
    background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
  }
  .f-io .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: rgb(114.4, 27.56, 35.88);
    border-color: rgb(114.4, 27.56, 35.88);
  }
  .f-io .list-group-item-light {
    color: rgb(128.96, 129.48, 130);
    background-color: rgb(253.04, 253.32, 253.6);
  }
  .f-io .list-group-item-light.list-group-item-action:hover,
  .f-io .list-group-item-light.list-group-item-action:focus {
    color: rgb(128.96, 129.48, 130);
    background-color: rgb(238.165, 240.57, 242.975);
  }
  .f-io .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: rgb(128.96, 129.48, 130);
    border-color: rgb(128.96, 129.48, 130);
  }
  .f-io .list-group-item-dark {
    color: rgb(27.04, 30.16, 33.28);
    background-color: rgb(198.16, 199.84, 201.52);
  }
  .f-io .list-group-item-dark.list-group-item-action:hover,
  .f-io .list-group-item-dark.list-group-item-action:focus {
    color: rgb(27.04, 30.16, 33.28);
    background-color: rgb(185.0216751269, 187.09, 189.1583248731);
  }
  .f-io .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: rgb(27.04, 30.16, 33.28);
    border-color: rgb(27.04, 30.16, 33.28);
  }
  .f-io .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
  }
  .f-io .close:hover {
    color: #000;
    text-decoration: none;
  }
  .f-io .close:not(:disabled):not(.disabled):hover,
  .f-io .close:not(:disabled):not(.disabled):focus {
    opacity: 0.75;
  }
  .f-io button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
  }
  .f-io a.close.disabled {
    pointer-events: none;
  }
  .f-io .toast {
    flex-basis: 350px;
    max-width: 350px;
    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);
    opacity: 0;
    border-radius: 0.25rem;
  }
  .f-io .toast:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  .f-io .toast.showing {
    opacity: 1;
  }
  .f-io .toast.show {
    display: block;
    opacity: 1;
  }
  .f-io .toast.hide {
    display: none;
  }
  .f-io .toast-header {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }
  .f-io .toast-body {
    padding: 0.75rem;
  }
  .f-io .modal-open {
    overflow: hidden;
  }
  .f-io .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .f-io .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
  }
  .f-io .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
  }
  .modal.fade .f-io .modal-dialog {
    transition: transform 0.3s ease-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .f-io .modal-dialog {
      transition: none;
    }
  }
  .modal.fade .f-io .modal-dialog {
    transform: translate(0, -50px);
  }
  .modal.show .f-io .modal-dialog {
    transform: none;
  }
  .modal.modal-static .f-io .modal-dialog {
    transform: scale(1.02);
  }
  .f-io .modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
  }
  .f-io .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
  }
  .f-io .modal-dialog-scrollable .modal-header,
  .f-io .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
  }
  .f-io .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  .f-io .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  .f-io .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: "";
  }
  .f-io .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .f-io .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
  }
  .f-io .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
  }
  .f-io .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
  }
  .f-io .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
  }
  .f-io .modal-backdrop.fade {
    opacity: 0;
  }
  .f-io .modal-backdrop.show {
    opacity: 0.5;
  }
  .f-io .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }
  .f-io .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
  }
  .f-io .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .f-io .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
  }
  .f-io .modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
  }
  .f-io .modal-footer > * {
    margin: 0.25rem;
  }
  .f-io .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  @media (min-width: 576px) {
    .f-io .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
    .f-io .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem);
    }
    .f-io .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem);
    }
    .f-io .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
    .f-io .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content;
    }
    .f-io .modal-sm {
      max-width: 300px;
    }
  }
  @media (min-width: 992px) {
    .f-io .modal-lg,
    .f-io .modal-xl {
      max-width: 800px;
    }
  }
  @media (min-width: 1200px) {
    .f-io .modal-xl {
      max-width: 1140px;
    }
  }
  .f-io .tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family:
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      "Helvetica Neue",
      Arial,
      "Noto Sans",
      "Liberation Sans",
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
  }
  .f-io .tooltip.show {
    opacity: 0.9;
  }
  .f-io .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
  }
  .f-io .tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  .f-io .bs-tooltip-top,
  .f-io .bs-tooltip-auto[x-placement^=top] {
    padding: 0.4rem 0;
  }
  .f-io .bs-tooltip-top .arrow,
  .f-io .bs-tooltip-auto[x-placement^=top] .arrow {
    bottom: 0;
  }
  .f-io .bs-tooltip-top .arrow::before,
  .f-io .bs-tooltip-auto[x-placement^=top] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
  }
  .f-io .bs-tooltip-right,
  .f-io .bs-tooltip-auto[x-placement^=right] {
    padding: 0 0.4rem;
  }
  .f-io .bs-tooltip-right .arrow,
  .f-io .bs-tooltip-auto[x-placement^=right] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  .f-io .bs-tooltip-right .arrow::before,
  .f-io .bs-tooltip-auto[x-placement^=right] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
  }
  .f-io .bs-tooltip-bottom,
  .f-io .bs-tooltip-auto[x-placement^=bottom] {
    padding: 0.4rem 0;
  }
  .f-io .bs-tooltip-bottom .arrow,
  .f-io .bs-tooltip-auto[x-placement^=bottom] .arrow {
    top: 0;
  }
  .f-io .bs-tooltip-bottom .arrow::before,
  .f-io .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
  }
  .f-io .bs-tooltip-left,
  .f-io .bs-tooltip-auto[x-placement^=left] {
    padding: 0 0.4rem;
  }
  .f-io .bs-tooltip-left .arrow,
  .f-io .bs-tooltip-auto[x-placement^=left] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
  }
  .f-io .bs-tooltip-left .arrow::before,
  .f-io .bs-tooltip-auto[x-placement^=left] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
  }
  .f-io .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
  }
  .f-io .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family:
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      Roboto,
      "Helvetica Neue",
      Arial,
      "Noto Sans",
      "Liberation Sans",
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
  }
  .f-io .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
  }
  .f-io .popover .arrow::before,
  .f-io .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
  }
  .f-io .bs-popover-top,
  .f-io .bs-popover-auto[x-placement^=top] {
    margin-bottom: 0.5rem;
  }
  .f-io .bs-popover-top > .arrow,
  .f-io .bs-popover-auto[x-placement^=top] > .arrow {
    bottom: calc(-0.5rem - 1px);
  }
  .f-io .bs-popover-top > .arrow::before,
  .f-io .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);
  }
  .f-io .bs-popover-top > .arrow::after,
  .f-io .bs-popover-auto[x-placement^=top] > .arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
  }
  .f-io .bs-popover-right,
  .f-io .bs-popover-auto[x-placement^=right] {
    margin-left: 0.5rem;
  }
  .f-io .bs-popover-right > .arrow,
  .f-io .bs-popover-auto[x-placement^=right] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  .f-io .bs-popover-right > .arrow::before,
  .f-io .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);
  }
  .f-io .bs-popover-right > .arrow::after,
  .f-io .bs-popover-auto[x-placement^=right] > .arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
  }
  .f-io .bs-popover-bottom,
  .f-io .bs-popover-auto[x-placement^=bottom] {
    margin-top: 0.5rem;
  }
  .f-io .bs-popover-bottom > .arrow,
  .f-io .bs-popover-auto[x-placement^=bottom] > .arrow {
    top: calc(-0.5rem - 1px);
  }
  .f-io .bs-popover-bottom > .arrow::before,
  .f-io .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);
  }
  .f-io .bs-popover-bottom > .arrow::after,
  .f-io .bs-popover-auto[x-placement^=bottom] > .arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
  }
  .f-io .bs-popover-bottom .popover-header::before,
  .f-io .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 rgb(247.35, 247.35, 247.35);
  }
  .f-io .bs-popover-left,
  .f-io .bs-popover-auto[x-placement^=left] {
    margin-right: 0.5rem;
  }
  .f-io .bs-popover-left > .arrow,
  .f-io .bs-popover-auto[x-placement^=left] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
  }
  .f-io .bs-popover-left > .arrow::before,
  .f-io .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);
  }
  .f-io .bs-popover-left > .arrow::after,
  .f-io .bs-popover-auto[x-placement^=left] > .arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
  }
  .f-io .popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: rgb(247.35, 247.35, 247.35);
    border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }
  .f-io .popover-header:empty {
    display: none;
  }
  .f-io .popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
  }
  .f-io .carousel {
    position: relative;
  }
  .f-io .carousel.pointer-event {
    touch-action: pan-y;
  }
  .f-io .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .f-io .carousel-inner::after {
    display: block;
    clear: both;
    content: "";
  }
  .f-io .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) {
    .f-io .carousel-item {
      transition: none;
    }
  }
  .f-io .carousel-item.active,
  .f-io .carousel-item-next,
  .f-io .carousel-item-prev {
    display: block;
  }
  .f-io .carousel-item-next:not(.carousel-item-left),
  .f-io .active.carousel-item-right {
    transform: translateX(100%);
  }
  .f-io .carousel-item-prev:not(.carousel-item-right),
  .f-io .active.carousel-item-left {
    transform: translateX(-100%);
  }
  .f-io .carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
  }
  .f-io .carousel-fade .carousel-item.active,
  .f-io .carousel-fade .carousel-item-next.carousel-item-left,
  .f-io .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
  }
  .f-io .carousel-fade .active.carousel-item-left,
  .f-io .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
  }
  @media (prefers-reduced-motion: reduce) {
    .f-io .carousel-fade .active.carousel-item-left,
    .f-io .carousel-fade .active.carousel-item-right {
      transition: none;
    }
  }
  .f-io .carousel-control-prev,
  .f-io .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
  }
  @media (prefers-reduced-motion: reduce) {
    .f-io .carousel-control-prev,
    .f-io .carousel-control-next {
      transition: none;
    }
  }
  .f-io .carousel-control-prev:hover,
  .f-io .carousel-control-prev:focus,
  .f-io .carousel-control-next:hover,
  .f-io .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
  }
  .f-io .carousel-control-prev {
    left: 0;
  }
  .f-io .carousel-control-next {
    right: 0;
  }
  .f-io .carousel-control-prev-icon,
  .f-io .carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat;
  }
  .f-io .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
  }
  .f-io .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
  }
  .f-io .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;
  }
  .f-io .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: #fff;
    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) {
    .f-io .carousel-indicators li {
      transition: none;
    }
  }
  .f-io .carousel-indicators .active {
    opacity: 1;
  }
  .f-io .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }
  @keyframes spinner-border {
    to {
      transform: rotate(360deg);
    }
  }
  .f-io .spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentcolor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
  }
  .f-io .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
  }
  @keyframes spinner-grow {
    0% {
      transform: scale(0);
    }
    50% {
      opacity: 1;
      transform: none;
    }
  }
  .f-io .spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentcolor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow;
  }
  .f-io .spinner-grow-sm {
    width: 1rem;
    height: 1rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .f-io .spinner-border,
    .f-io .spinner-grow {
      animation-duration: 1.5s;
    }
  }
  .f-io .align-baseline {
    vertical-align: baseline !important;
  }
  .f-io .align-top {
    vertical-align: top !important;
  }
  .f-io .align-middle {
    vertical-align: middle !important;
  }
  .f-io .align-bottom {
    vertical-align: bottom !important;
  }
  .f-io .align-text-bottom {
    vertical-align: text-bottom !important;
  }
  .f-io .align-text-top {
    vertical-align: text-top !important;
  }
  .f-io .bg-primary {
    background-color: #007bff !important;
  }
  .f-io a.bg-primary:hover,
  .f-io a.bg-primary:focus,
  .f-io button.bg-primary:hover,
  .f-io button.bg-primary:focus {
    background-color: rgb(0, 98.4, 204) !important;
  }
  .f-io .bg-secondary {
    background-color: #6c757d !important;
  }
  .f-io a.bg-secondary:hover,
  .f-io a.bg-secondary:focus,
  .f-io button.bg-secondary:hover,
  .f-io button.bg-secondary:focus {
    background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
  }
  .f-io .bg-success {
    background-color: #28a745 !important;
  }
  .f-io a.bg-success:hover,
  .f-io a.bg-success:focus,
  .f-io button.bg-success:hover,
  .f-io button.bg-success:focus {
    background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
  }
  .f-io .bg-info {
    background-color: #17a2b8 !important;
  }
  .f-io a.bg-info:hover,
  .f-io a.bg-info:focus,
  .f-io button.bg-info:hover,
  .f-io button.bg-info:focus {
    background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
  }
  .f-io .bg-warning {
    background-color: #ffc107 !important;
  }
  .f-io a.bg-warning:hover,
  .f-io a.bg-warning:focus,
  .f-io button.bg-warning:hover,
  .f-io button.bg-warning:focus {
    background-color: rgb(211, 158.25, 0) !important;
  }
  .f-io .bg-danger {
    background-color: #dc3545 !important;
  }
  .f-io a.bg-danger:hover,
  .f-io a.bg-danger:focus,
  .f-io button.bg-danger:hover,
  .f-io button.bg-danger:focus {
    background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
  }
  .f-io .bg-light {
    background-color: #f8f9fa !important;
  }
  .f-io a.bg-light:hover,
  .f-io a.bg-light:focus,
  .f-io button.bg-light:hover,
  .f-io button.bg-light:focus {
    background-color: rgb(218.25, 223.5, 228.75) !important;
  }
  .f-io .bg-dark {
    background-color: #343a40 !important;
  }
  .f-io a.bg-dark:hover,
  .f-io a.bg-dark:focus,
  .f-io button.bg-dark:hover,
  .f-io button.bg-dark:focus {
    background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
  }
  .f-io .bg-white {
    background-color: #fff !important;
  }
  .f-io .bg-transparent {
    background-color: transparent !important;
  }
  .f-io .border {
    border: 1px solid #dee2e6 !important;
  }
  .f-io .border-top {
    border-top: 1px solid #dee2e6 !important;
  }
  .f-io .border-right {
    border-right: 1px solid #dee2e6 !important;
  }
  .f-io .border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .f-io .border-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .f-io .border-0 {
    border: 0 !important;
  }
  .f-io .border-top-0 {
    border-top: 0 !important;
  }
  .f-io .border-right-0 {
    border-right: 0 !important;
  }
  .f-io .border-bottom-0 {
    border-bottom: 0 !important;
  }
  .f-io .border-left-0 {
    border-left: 0 !important;
  }
  .f-io .border-primary {
    border-color: #007bff !important;
  }
  .f-io .border-secondary {
    border-color: #6c757d !important;
  }
  .f-io .border-success {
    border-color: #28a745 !important;
  }
  .f-io .border-info {
    border-color: #17a2b8 !important;
  }
  .f-io .border-warning {
    border-color: #ffc107 !important;
  }
  .f-io .border-danger {
    border-color: #dc3545 !important;
  }
  .f-io .border-light {
    border-color: #f8f9fa !important;
  }
  .f-io .border-dark {
    border-color: #343a40 !important;
  }
  .f-io .border-white {
    border-color: #fff !important;
  }
  .f-io .rounded-sm {
    border-radius: 0.2rem !important;
  }
  .f-io .rounded {
    border-radius: 0.25rem !important;
  }
  .f-io .rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .f-io .rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
  .f-io .rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .f-io .rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }
  .f-io .rounded-lg {
    border-radius: 0.3rem !important;
  }
  .f-io .rounded-circle {
    border-radius: 50% !important;
  }
  .f-io .rounded-pill {
    border-radius: 50rem !important;
  }
  .f-io .rounded-0 {
    border-radius: 0 !important;
  }
  .f-io .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
  .f-io .d-none {
    display: none !important;
  }
  .f-io .d-inline {
    display: inline !important;
  }
  .f-io .d-inline-block {
    display: inline-block !important;
  }
  .f-io .d-block {
    display: block !important;
  }
  .f-io .d-table {
    display: table !important;
  }
  .f-io .d-table-row {
    display: table-row !important;
  }
  .f-io .d-table-cell {
    display: table-cell !important;
  }
  .f-io .d-flex {
    display: flex !important;
  }
  .f-io .d-inline-flex {
    display: inline-flex !important;
  }
  @media (min-width: 576px) {
    .f-io .d-sm-none {
      display: none !important;
    }
    .f-io .d-sm-inline {
      display: inline !important;
    }
    .f-io .d-sm-inline-block {
      display: inline-block !important;
    }
    .f-io .d-sm-block {
      display: block !important;
    }
    .f-io .d-sm-table {
      display: table !important;
    }
    .f-io .d-sm-table-row {
      display: table-row !important;
    }
    .f-io .d-sm-table-cell {
      display: table-cell !important;
    }
    .f-io .d-sm-flex {
      display: flex !important;
    }
    .f-io .d-sm-inline-flex {
      display: inline-flex !important;
    }
  }
  @media (min-width: 768px) {
    .f-io .d-md-none {
      display: none !important;
    }
    .f-io .d-md-inline {
      display: inline !important;
    }
    .f-io .d-md-inline-block {
      display: inline-block !important;
    }
    .f-io .d-md-block {
      display: block !important;
    }
    .f-io .d-md-table {
      display: table !important;
    }
    .f-io .d-md-table-row {
      display: table-row !important;
    }
    .f-io .d-md-table-cell {
      display: table-cell !important;
    }
    .f-io .d-md-flex {
      display: flex !important;
    }
    .f-io .d-md-inline-flex {
      display: inline-flex !important;
    }
  }
  @media (min-width: 992px) {
    .f-io .d-lg-none {
      display: none !important;
    }
    .f-io .d-lg-inline {
      display: inline !important;
    }
    .f-io .d-lg-inline-block {
      display: inline-block !important;
    }
    .f-io .d-lg-block {
      display: block !important;
    }
    .f-io .d-lg-table {
      display: table !important;
    }
    .f-io .d-lg-table-row {
      display: table-row !important;
    }
    .f-io .d-lg-table-cell {
      display: table-cell !important;
    }
    .f-io .d-lg-flex {
      display: flex !important;
    }
    .f-io .d-lg-inline-flex {
      display: inline-flex !important;
    }
  }
  @media (min-width: 1200px) {
    .f-io .d-xl-none {
      display: none !important;
    }
    .f-io .d-xl-inline {
      display: inline !important;
    }
    .f-io .d-xl-inline-block {
      display: inline-block !important;
    }
    .f-io .d-xl-block {
      display: block !important;
    }
    .f-io .d-xl-table {
      display: table !important;
    }
    .f-io .d-xl-table-row {
      display: table-row !important;
    }
    .f-io .d-xl-table-cell {
      display: table-cell !important;
    }
    .f-io .d-xl-flex {
      display: flex !important;
    }
    .f-io .d-xl-inline-flex {
      display: inline-flex !important;
    }
  }
  @media print {
    .f-io .d-print-none {
      display: none !important;
    }
    .f-io .d-print-inline {
      display: inline !important;
    }
    .f-io .d-print-inline-block {
      display: inline-block !important;
    }
    .f-io .d-print-block {
      display: block !important;
    }
    .f-io .d-print-table {
      display: table !important;
    }
    .f-io .d-print-table-row {
      display: table-row !important;
    }
    .f-io .d-print-table-cell {
      display: table-cell !important;
    }
    .f-io .d-print-flex {
      display: flex !important;
    }
    .f-io .d-print-inline-flex {
      display: inline-flex !important;
    }
  }
  .f-io .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .f-io .embed-responsive::before {
    display: block;
    content: "";
  }
  .f-io .embed-responsive .embed-responsive-item,
  .f-io .embed-responsive iframe,
  .f-io .embed-responsive embed,
  .f-io .embed-responsive object,
  .f-io .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .f-io .embed-responsive-21by9::before {
    padding-top: 42.85714286%;
  }
  .f-io .embed-responsive-16by9::before {
    padding-top: 56.25%;
  }
  .f-io .embed-responsive-4by3::before {
    padding-top: 75%;
  }
  .f-io .embed-responsive-1by1::before {
    padding-top: 100%;
  }
  .f-io .flex-row {
    flex-direction: row !important;
  }
  .f-io .flex-column {
    flex-direction: column !important;
  }
  .f-io .flex-row-reverse {
    flex-direction: row-reverse !important;
  }
  .f-io .flex-column-reverse {
    flex-direction: column-reverse !important;
  }
  .f-io .flex-wrap {
    flex-wrap: wrap !important;
  }
  .f-io .flex-nowrap {
    flex-wrap: nowrap !important;
  }
  .f-io .flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .f-io .flex-fill {
    flex: 1 1 auto !important;
  }
  .f-io .flex-grow-0 {
    flex-grow: 0 !important;
  }
  .f-io .flex-grow-1 {
    flex-grow: 1 !important;
  }
  .f-io .flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .f-io .flex-shrink-1 {
    flex-shrink: 1 !important;
  }
  .f-io .justify-content-start {
    justify-content: flex-start !important;
  }
  .f-io .justify-content-end {
    justify-content: flex-end !important;
  }
  .f-io .justify-content-center {
    justify-content: center !important;
  }
  .f-io .justify-content-between {
    justify-content: space-between !important;
  }
  .f-io .justify-content-around {
    justify-content: space-around !important;
  }
  .f-io .align-items-start {
    align-items: flex-start !important;
  }
  .f-io .align-items-end {
    align-items: flex-end !important;
  }
  .f-io .align-items-center {
    align-items: center !important;
  }
  .f-io .align-items-baseline {
    align-items: baseline !important;
  }
  .f-io .align-items-stretch {
    align-items: stretch !important;
  }
  .f-io .align-content-start {
    align-content: flex-start !important;
  }
  .f-io .align-content-end {
    align-content: flex-end !important;
  }
  .f-io .align-content-center {
    align-content: center !important;
  }
  .f-io .align-content-between {
    align-content: space-between !important;
  }
  .f-io .align-content-around {
    align-content: space-around !important;
  }
  .f-io .align-content-stretch {
    align-content: stretch !important;
  }
  .f-io .align-self-auto {
    align-self: auto !important;
  }
  .f-io .align-self-start {
    align-self: flex-start !important;
  }
  .f-io .align-self-end {
    align-self: flex-end !important;
  }
  .f-io .align-self-center {
    align-self: center !important;
  }
  .f-io .align-self-baseline {
    align-self: baseline !important;
  }
  .f-io .align-self-stretch {
    align-self: stretch !important;
  }
  @media (min-width: 576px) {
    .f-io .flex-sm-row {
      flex-direction: row !important;
    }
    .f-io .flex-sm-column {
      flex-direction: column !important;
    }
    .f-io .flex-sm-row-reverse {
      flex-direction: row-reverse !important;
    }
    .f-io .flex-sm-column-reverse {
      flex-direction: column-reverse !important;
    }
    .f-io .flex-sm-wrap {
      flex-wrap: wrap !important;
    }
    .f-io .flex-sm-nowrap {
      flex-wrap: nowrap !important;
    }
    .f-io .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .f-io .flex-sm-fill {
      flex: 1 1 auto !important;
    }
    .f-io .flex-sm-grow-0 {
      flex-grow: 0 !important;
    }
    .f-io .flex-sm-grow-1 {
      flex-grow: 1 !important;
    }
    .f-io .flex-sm-shrink-0 {
      flex-shrink: 0 !important;
    }
    .f-io .flex-sm-shrink-1 {
      flex-shrink: 1 !important;
    }
    .f-io .justify-content-sm-start {
      justify-content: flex-start !important;
    }
    .f-io .justify-content-sm-end {
      justify-content: flex-end !important;
    }
    .f-io .justify-content-sm-center {
      justify-content: center !important;
    }
    .f-io .justify-content-sm-between {
      justify-content: space-between !important;
    }
    .f-io .justify-content-sm-around {
      justify-content: space-around !important;
    }
    .f-io .align-items-sm-start {
      align-items: flex-start !important;
    }
    .f-io .align-items-sm-end {
      align-items: flex-end !important;
    }
    .f-io .align-items-sm-center {
      align-items: center !important;
    }
    .f-io .align-items-sm-baseline {
      align-items: baseline !important;
    }
    .f-io .align-items-sm-stretch {
      align-items: stretch !important;
    }
    .f-io .align-content-sm-start {
      align-content: flex-start !important;
    }
    .f-io .align-content-sm-end {
      align-content: flex-end !important;
    }
    .f-io .align-content-sm-center {
      align-content: center !important;
    }
    .f-io .align-content-sm-between {
      align-content: space-between !important;
    }
    .f-io .align-content-sm-around {
      align-content: space-around !important;
    }
    .f-io .align-content-sm-stretch {
      align-content: stretch !important;
    }
    .f-io .align-self-sm-auto {
      align-self: auto !important;
    }
    .f-io .align-self-sm-start {
      align-self: flex-start !important;
    }
    .f-io .align-self-sm-end {
      align-self: flex-end !important;
    }
    .f-io .align-self-sm-center {
      align-self: center !important;
    }
    .f-io .align-self-sm-baseline {
      align-self: baseline !important;
    }
    .f-io .align-self-sm-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 768px) {
    .f-io .flex-md-row {
      flex-direction: row !important;
    }
    .f-io .flex-md-column {
      flex-direction: column !important;
    }
    .f-io .flex-md-row-reverse {
      flex-direction: row-reverse !important;
    }
    .f-io .flex-md-column-reverse {
      flex-direction: column-reverse !important;
    }
    .f-io .flex-md-wrap {
      flex-wrap: wrap !important;
    }
    .f-io .flex-md-nowrap {
      flex-wrap: nowrap !important;
    }
    .f-io .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .f-io .flex-md-fill {
      flex: 1 1 auto !important;
    }
    .f-io .flex-md-grow-0 {
      flex-grow: 0 !important;
    }
    .f-io .flex-md-grow-1 {
      flex-grow: 1 !important;
    }
    .f-io .flex-md-shrink-0 {
      flex-shrink: 0 !important;
    }
    .f-io .flex-md-shrink-1 {
      flex-shrink: 1 !important;
    }
    .f-io .justify-content-md-start {
      justify-content: flex-start !important;
    }
    .f-io .justify-content-md-end {
      justify-content: flex-end !important;
    }
    .f-io .justify-content-md-center {
      justify-content: center !important;
    }
    .f-io .justify-content-md-between {
      justify-content: space-between !important;
    }
    .f-io .justify-content-md-around {
      justify-content: space-around !important;
    }
    .f-io .align-items-md-start {
      align-items: flex-start !important;
    }
    .f-io .align-items-md-end {
      align-items: flex-end !important;
    }
    .f-io .align-items-md-center {
      align-items: center !important;
    }
    .f-io .align-items-md-baseline {
      align-items: baseline !important;
    }
    .f-io .align-items-md-stretch {
      align-items: stretch !important;
    }
    .f-io .align-content-md-start {
      align-content: flex-start !important;
    }
    .f-io .align-content-md-end {
      align-content: flex-end !important;
    }
    .f-io .align-content-md-center {
      align-content: center !important;
    }
    .f-io .align-content-md-between {
      align-content: space-between !important;
    }
    .f-io .align-content-md-around {
      align-content: space-around !important;
    }
    .f-io .align-content-md-stretch {
      align-content: stretch !important;
    }
    .f-io .align-self-md-auto {
      align-self: auto !important;
    }
    .f-io .align-self-md-start {
      align-self: flex-start !important;
    }
    .f-io .align-self-md-end {
      align-self: flex-end !important;
    }
    .f-io .align-self-md-center {
      align-self: center !important;
    }
    .f-io .align-self-md-baseline {
      align-self: baseline !important;
    }
    .f-io .align-self-md-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 992px) {
    .f-io .flex-lg-row {
      flex-direction: row !important;
    }
    .f-io .flex-lg-column {
      flex-direction: column !important;
    }
    .f-io .flex-lg-row-reverse {
      flex-direction: row-reverse !important;
    }
    .f-io .flex-lg-column-reverse {
      flex-direction: column-reverse !important;
    }
    .f-io .flex-lg-wrap {
      flex-wrap: wrap !important;
    }
    .f-io .flex-lg-nowrap {
      flex-wrap: nowrap !important;
    }
    .f-io .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .f-io .flex-lg-fill {
      flex: 1 1 auto !important;
    }
    .f-io .flex-lg-grow-0 {
      flex-grow: 0 !important;
    }
    .f-io .flex-lg-grow-1 {
      flex-grow: 1 !important;
    }
    .f-io .flex-lg-shrink-0 {
      flex-shrink: 0 !important;
    }
    .f-io .flex-lg-shrink-1 {
      flex-shrink: 1 !important;
    }
    .f-io .justify-content-lg-start {
      justify-content: flex-start !important;
    }
    .f-io .justify-content-lg-end {
      justify-content: flex-end !important;
    }
    .f-io .justify-content-lg-center {
      justify-content: center !important;
    }
    .f-io .justify-content-lg-between {
      justify-content: space-between !important;
    }
    .f-io .justify-content-lg-around {
      justify-content: space-around !important;
    }
    .f-io .align-items-lg-start {
      align-items: flex-start !important;
    }
    .f-io .align-items-lg-end {
      align-items: flex-end !important;
    }
    .f-io .align-items-lg-center {
      align-items: center !important;
    }
    .f-io .align-items-lg-baseline {
      align-items: baseline !important;
    }
    .f-io .align-items-lg-stretch {
      align-items: stretch !important;
    }
    .f-io .align-content-lg-start {
      align-content: flex-start !important;
    }
    .f-io .align-content-lg-end {
      align-content: flex-end !important;
    }
    .f-io .align-content-lg-center {
      align-content: center !important;
    }
    .f-io .align-content-lg-between {
      align-content: space-between !important;
    }
    .f-io .align-content-lg-around {
      align-content: space-around !important;
    }
    .f-io .align-content-lg-stretch {
      align-content: stretch !important;
    }
    .f-io .align-self-lg-auto {
      align-self: auto !important;
    }
    .f-io .align-self-lg-start {
      align-self: flex-start !important;
    }
    .f-io .align-self-lg-end {
      align-self: flex-end !important;
    }
    .f-io .align-self-lg-center {
      align-self: center !important;
    }
    .f-io .align-self-lg-baseline {
      align-self: baseline !important;
    }
    .f-io .align-self-lg-stretch {
      align-self: stretch !important;
    }
  }
  @media (min-width: 1200px) {
    .f-io .flex-xl-row {
      flex-direction: row !important;
    }
    .f-io .flex-xl-column {
      flex-direction: column !important;
    }
    .f-io .flex-xl-row-reverse {
      flex-direction: row-reverse !important;
    }
    .f-io .flex-xl-column-reverse {
      flex-direction: column-reverse !important;
    }
    .f-io .flex-xl-wrap {
      flex-wrap: wrap !important;
    }
    .f-io .flex-xl-nowrap {
      flex-wrap: nowrap !important;
    }
    .f-io .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important;
    }
    .f-io .flex-xl-fill {
      flex: 1 1 auto !important;
    }
    .f-io .flex-xl-grow-0 {
      flex-grow: 0 !important;
    }
    .f-io .flex-xl-grow-1 {
      flex-grow: 1 !important;
    }
    .f-io .flex-xl-shrink-0 {
      flex-shrink: 0 !important;
    }
    .f-io .flex-xl-shrink-1 {
      flex-shrink: 1 !important;
    }
    .f-io .justify-content-xl-start {
      justify-content: flex-start !important;
    }
    .f-io .justify-content-xl-end {
      justify-content: flex-end !important;
    }
    .f-io .justify-content-xl-center {
      justify-content: center !important;
    }
    .f-io .justify-content-xl-between {
      justify-content: space-between !important;
    }
    .f-io .justify-content-xl-around {
      justify-content: space-around !important;
    }
    .f-io .align-items-xl-start {
      align-items: flex-start !important;
    }
    .f-io .align-items-xl-end {
      align-items: flex-end !important;
    }
    .f-io .align-items-xl-center {
      align-items: center !important;
    }
    .f-io .align-items-xl-baseline {
      align-items: baseline !important;
    }
    .f-io .align-items-xl-stretch {
      align-items: stretch !important;
    }
    .f-io .align-content-xl-start {
      align-content: flex-start !important;
    }
    .f-io .align-content-xl-end {
      align-content: flex-end !important;
    }
    .f-io .align-content-xl-center {
      align-content: center !important;
    }
    .f-io .align-content-xl-between {
      align-content: space-between !important;
    }
    .f-io .align-content-xl-around {
      align-content: space-around !important;
    }
    .f-io .align-content-xl-stretch {
      align-content: stretch !important;
    }
    .f-io .align-self-xl-auto {
      align-self: auto !important;
    }
    .f-io .align-self-xl-start {
      align-self: flex-start !important;
    }
    .f-io .align-self-xl-end {
      align-self: flex-end !important;
    }
    .f-io .align-self-xl-center {
      align-self: center !important;
    }
    .f-io .align-self-xl-baseline {
      align-self: baseline !important;
    }
    .f-io .align-self-xl-stretch {
      align-self: stretch !important;
    }
  }
  .f-io .float-left {
    float: left !important;
  }
  .f-io .float-right {
    float: right !important;
  }
  .f-io .float-none {
    float: none !important;
  }
  @media (min-width: 576px) {
    .f-io .float-sm-left {
      float: left !important;
    }
    .f-io .float-sm-right {
      float: right !important;
    }
    .f-io .float-sm-none {
      float: none !important;
    }
  }
  @media (min-width: 768px) {
    .f-io .float-md-left {
      float: left !important;
    }
    .f-io .float-md-right {
      float: right !important;
    }
    .f-io .float-md-none {
      float: none !important;
    }
  }
  @media (min-width: 992px) {
    .f-io .float-lg-left {
      float: left !important;
    }
    .f-io .float-lg-right {
      float: right !important;
    }
    .f-io .float-lg-none {
      float: none !important;
    }
  }
  @media (min-width: 1200px) {
    .f-io .float-xl-left {
      float: left !important;
    }
    .f-io .float-xl-right {
      float: right !important;
    }
    .f-io .float-xl-none {
      float: none !important;
    }
  }
  .f-io .user-select-all {
    -webkit-user-select: all !important;
    user-select: all !important;
  }
  .f-io .user-select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important;
  }
  .f-io .user-select-none {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
  .f-io .overflow-auto {
    overflow: auto !important;
  }
  .f-io .overflow-hidden {
    overflow: hidden !important;
  }
  .f-io .position-static {
    position: static !important;
  }
  .f-io .position-relative {
    position: relative !important;
  }
  .f-io .position-absolute {
    position: absolute !important;
  }
  .f-io .position-fixed {
    position: fixed !important;
  }
  .f-io .position-sticky {
    position: sticky !important;
  }
  .f-io .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .f-io .fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
  }
  @supports (position: sticky) {
    .f-io .sticky-top {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
  .f-io .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;
  }
  .f-io .sr-only-focusable:active,
  .f-io .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  .f-io .shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .f-io .shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  }
  .f-io .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  }
  .f-io .shadow-none {
    box-shadow: none !important;
  }
  .f-io .w-25 {
    width: 25% !important;
  }
  .f-io .w-50 {
    width: 50% !important;
  }
  .f-io .w-75 {
    width: 75% !important;
  }
  .f-io .w-100 {
    width: 100% !important;
  }
  .f-io .w-auto {
    width: auto !important;
  }
  .f-io .h-25 {
    height: 25% !important;
  }
  .f-io .h-50 {
    height: 50% !important;
  }
  .f-io .h-75 {
    height: 75% !important;
  }
  .f-io .h-100 {
    height: 100% !important;
  }
  .f-io .h-auto {
    height: auto !important;
  }
  .f-io .mw-100 {
    max-width: 100% !important;
  }
  .f-io .mh-100 {
    max-height: 100% !important;
  }
  .f-io .min-vw-100 {
    min-width: 100vw !important;
  }
  .f-io .min-vh-100 {
    min-height: 100vh !important;
  }
  .f-io .vw-100 {
    width: 100vw !important;
  }
  .f-io .vh-100 {
    height: 100vh !important;
  }
  .f-io .m-0 {
    margin: 0 !important;
  }
  .f-io .mt-0,
  .f-io .my-0 {
    margin-top: 0 !important;
  }
  .f-io .mr-0,
  .f-io .mx-0 {
    margin-right: 0 !important;
  }
  .f-io .mb-0,
  .f-io .my-0 {
    margin-bottom: 0 !important;
  }
  .f-io .ml-0,
  .f-io .mx-0 {
    margin-left: 0 !important;
  }
  .f-io .m-1 {
    margin: 0.25rem !important;
  }
  .f-io .mt-1,
  .f-io .my-1 {
    margin-top: 0.25rem !important;
  }
  .f-io .mr-1,
  .f-io .mx-1 {
    margin-right: 0.25rem !important;
  }
  .f-io .mb-1,
  .f-io .my-1 {
    margin-bottom: 0.25rem !important;
  }
  .f-io .ml-1,
  .f-io .mx-1 {
    margin-left: 0.25rem !important;
  }
  .f-io .m-2 {
    margin: 0.5rem !important;
  }
  .f-io .mt-2,
  .f-io .my-2 {
    margin-top: 0.5rem !important;
  }
  .f-io .mr-2,
  .f-io .mx-2 {
    margin-right: 0.5rem !important;
  }
  .f-io .mb-2,
  .f-io .my-2 {
    margin-bottom: 0.5rem !important;
  }
  .f-io .ml-2,
  .f-io .mx-2 {
    margin-left: 0.5rem !important;
  }
  .f-io .m-3 {
    margin: 1rem !important;
  }
  .f-io .mt-3,
  .f-io .my-3 {
    margin-top: 1rem !important;
  }
  .f-io .mr-3,
  .f-io .mx-3 {
    margin-right: 1rem !important;
  }
  .f-io .mb-3,
  .f-io .my-3 {
    margin-bottom: 1rem !important;
  }
  .f-io .ml-3,
  .f-io .mx-3 {
    margin-left: 1rem !important;
  }
  .f-io .m-4 {
    margin: 1.5rem !important;
  }
  .f-io .mt-4,
  .f-io .my-4 {
    margin-top: 1.5rem !important;
  }
  .f-io .mr-4,
  .f-io .mx-4 {
    margin-right: 1.5rem !important;
  }
  .f-io .mb-4,
  .f-io .my-4 {
    margin-bottom: 1.5rem !important;
  }
  .f-io .ml-4,
  .f-io .mx-4 {
    margin-left: 1.5rem !important;
  }
  .f-io .m-5 {
    margin: 3rem !important;
  }
  .f-io .mt-5,
  .f-io .my-5 {
    margin-top: 3rem !important;
  }
  .f-io .mr-5,
  .f-io .mx-5 {
    margin-right: 3rem !important;
  }
  .f-io .mb-5,
  .f-io .my-5 {
    margin-bottom: 3rem !important;
  }
  .f-io .ml-5,
  .f-io .mx-5 {
    margin-left: 3rem !important;
  }
  .f-io .p-0 {
    padding: 0 !important;
  }
  .f-io .pt-0,
  .f-io .py-0 {
    padding-top: 0 !important;
  }
  .f-io .pr-0,
  .f-io .px-0 {
    padding-right: 0 !important;
  }
  .f-io .pb-0,
  .f-io .py-0 {
    padding-bottom: 0 !important;
  }
  .f-io .pl-0,
  .f-io .px-0 {
    padding-left: 0 !important;
  }
  .f-io .p-1 {
    padding: 0.25rem !important;
  }
  .f-io .pt-1,
  .f-io .py-1 {
    padding-top: 0.25rem !important;
  }
  .f-io .pr-1,
  .f-io .px-1 {
    padding-right: 0.25rem !important;
  }
  .f-io .pb-1,
  .f-io .py-1 {
    padding-bottom: 0.25rem !important;
  }
  .f-io .pl-1,
  .f-io .px-1 {
    padding-left: 0.25rem !important;
  }
  .f-io .p-2 {
    padding: 0.5rem !important;
  }
  .f-io .pt-2,
  .f-io .py-2 {
    padding-top: 0.5rem !important;
  }
  .f-io .pr-2,
  .f-io .px-2 {
    padding-right: 0.5rem !important;
  }
  .f-io .pb-2,
  .f-io .py-2 {
    padding-bottom: 0.5rem !important;
  }
  .f-io .pl-2,
  .f-io .px-2 {
    padding-left: 0.5rem !important;
  }
  .f-io .p-3 {
    padding: 1rem !important;
  }
  .f-io .pt-3,
  .f-io .py-3 {
    padding-top: 1rem !important;
  }
  .f-io .pr-3,
  .f-io .px-3 {
    padding-right: 1rem !important;
  }
  .f-io .pb-3,
  .f-io .py-3 {
    padding-bottom: 1rem !important;
  }
  .f-io .pl-3,
  .f-io .px-3 {
    padding-left: 1rem !important;
  }
  .f-io .p-4 {
    padding: 1.5rem !important;
  }
  .f-io .pt-4,
  .f-io .py-4 {
    padding-top: 1.5rem !important;
  }
  .f-io .pr-4,
  .f-io .px-4 {
    padding-right: 1.5rem !important;
  }
  .f-io .pb-4,
  .f-io .py-4 {
    padding-bottom: 1.5rem !important;
  }
  .f-io .pl-4,
  .f-io .px-4 {
    padding-left: 1.5rem !important;
  }
  .f-io .p-5 {
    padding: 3rem !important;
  }
  .f-io .pt-5,
  .f-io .py-5 {
    padding-top: 3rem !important;
  }
  .f-io .pr-5,
  .f-io .px-5 {
    padding-right: 3rem !important;
  }
  .f-io .pb-5,
  .f-io .py-5 {
    padding-bottom: 3rem !important;
  }
  .f-io .pl-5,
  .f-io .px-5 {
    padding-left: 3rem !important;
  }
  .f-io .m-n1 {
    margin: -0.25rem !important;
  }
  .f-io .mt-n1,
  .f-io .my-n1 {
    margin-top: -0.25rem !important;
  }
  .f-io .mr-n1,
  .f-io .mx-n1 {
    margin-right: -0.25rem !important;
  }
  .f-io .mb-n1,
  .f-io .my-n1 {
    margin-bottom: -0.25rem !important;
  }
  .f-io .ml-n1,
  .f-io .mx-n1 {
    margin-left: -0.25rem !important;
  }
  .f-io .m-n2 {
    margin: -0.5rem !important;
  }
  .f-io .mt-n2,
  .f-io .my-n2 {
    margin-top: -0.5rem !important;
  }
  .f-io .mr-n2,
  .f-io .mx-n2 {
    margin-right: -0.5rem !important;
  }
  .f-io .mb-n2,
  .f-io .my-n2 {
    margin-bottom: -0.5rem !important;
  }
  .f-io .ml-n2,
  .f-io .mx-n2 {
    margin-left: -0.5rem !important;
  }
  .f-io .m-n3 {
    margin: -1rem !important;
  }
  .f-io .mt-n3,
  .f-io .my-n3 {
    margin-top: -1rem !important;
  }
  .f-io .mr-n3,
  .f-io .mx-n3 {
    margin-right: -1rem !important;
  }
  .f-io .mb-n3,
  .f-io .my-n3 {
    margin-bottom: -1rem !important;
  }
  .f-io .ml-n3,
  .f-io .mx-n3 {
    margin-left: -1rem !important;
  }
  .f-io .m-n4 {
    margin: -1.5rem !important;
  }
  .f-io .mt-n4,
  .f-io .my-n4 {
    margin-top: -1.5rem !important;
  }
  .f-io .mr-n4,
  .f-io .mx-n4 {
    margin-right: -1.5rem !important;
  }
  .f-io .mb-n4,
  .f-io .my-n4 {
    margin-bottom: -1.5rem !important;
  }
  .f-io .ml-n4,
  .f-io .mx-n4 {
    margin-left: -1.5rem !important;
  }
  .f-io .m-n5 {
    margin: -3rem !important;
  }
  .f-io .mt-n5,
  .f-io .my-n5 {
    margin-top: -3rem !important;
  }
  .f-io .mr-n5,
  .f-io .mx-n5 {
    margin-right: -3rem !important;
  }
  .f-io .mb-n5,
  .f-io .my-n5 {
    margin-bottom: -3rem !important;
  }
  .f-io .ml-n5,
  .f-io .mx-n5 {
    margin-left: -3rem !important;
  }
  .f-io .m-auto {
    margin: auto !important;
  }
  .f-io .mt-auto,
  .f-io .my-auto {
    margin-top: auto !important;
  }
  .f-io .mr-auto,
  .f-io .mx-auto {
    margin-right: auto !important;
  }
  .f-io .mb-auto,
  .f-io .my-auto {
    margin-bottom: auto !important;
  }
  .f-io .ml-auto,
  .f-io .mx-auto {
    margin-left: auto !important;
  }
  @media (min-width: 576px) {
    .f-io .m-sm-0 {
      margin: 0 !important;
    }
    .f-io .mt-sm-0,
    .f-io .my-sm-0 {
      margin-top: 0 !important;
    }
    .f-io .mr-sm-0,
    .f-io .mx-sm-0 {
      margin-right: 0 !important;
    }
    .f-io .mb-sm-0,
    .f-io .my-sm-0 {
      margin-bottom: 0 !important;
    }
    .f-io .ml-sm-0,
    .f-io .mx-sm-0 {
      margin-left: 0 !important;
    }
    .f-io .m-sm-1 {
      margin: 0.25rem !important;
    }
    .f-io .mt-sm-1,
    .f-io .my-sm-1 {
      margin-top: 0.25rem !important;
    }
    .f-io .mr-sm-1,
    .f-io .mx-sm-1 {
      margin-right: 0.25rem !important;
    }
    .f-io .mb-sm-1,
    .f-io .my-sm-1 {
      margin-bottom: 0.25rem !important;
    }
    .f-io .ml-sm-1,
    .f-io .mx-sm-1 {
      margin-left: 0.25rem !important;
    }
    .f-io .m-sm-2 {
      margin: 0.5rem !important;
    }
    .f-io .mt-sm-2,
    .f-io .my-sm-2 {
      margin-top: 0.5rem !important;
    }
    .f-io .mr-sm-2,
    .f-io .mx-sm-2 {
      margin-right: 0.5rem !important;
    }
    .f-io .mb-sm-2,
    .f-io .my-sm-2 {
      margin-bottom: 0.5rem !important;
    }
    .f-io .ml-sm-2,
    .f-io .mx-sm-2 {
      margin-left: 0.5rem !important;
    }
    .f-io .m-sm-3 {
      margin: 1rem !important;
    }
    .f-io .mt-sm-3,
    .f-io .my-sm-3 {
      margin-top: 1rem !important;
    }
    .f-io .mr-sm-3,
    .f-io .mx-sm-3 {
      margin-right: 1rem !important;
    }
    .f-io .mb-sm-3,
    .f-io .my-sm-3 {
      margin-bottom: 1rem !important;
    }
    .f-io .ml-sm-3,
    .f-io .mx-sm-3 {
      margin-left: 1rem !important;
    }
    .f-io .m-sm-4 {
      margin: 1.5rem !important;
    }
    .f-io .mt-sm-4,
    .f-io .my-sm-4 {
      margin-top: 1.5rem !important;
    }
    .f-io .mr-sm-4,
    .f-io .mx-sm-4 {
      margin-right: 1.5rem !important;
    }
    .f-io .mb-sm-4,
    .f-io .my-sm-4 {
      margin-bottom: 1.5rem !important;
    }
    .f-io .ml-sm-4,
    .f-io .mx-sm-4 {
      margin-left: 1.5rem !important;
    }
    .f-io .m-sm-5 {
      margin: 3rem !important;
    }
    .f-io .mt-sm-5,
    .f-io .my-sm-5 {
      margin-top: 3rem !important;
    }
    .f-io .mr-sm-5,
    .f-io .mx-sm-5 {
      margin-right: 3rem !important;
    }
    .f-io .mb-sm-5,
    .f-io .my-sm-5 {
      margin-bottom: 3rem !important;
    }
    .f-io .ml-sm-5,
    .f-io .mx-sm-5 {
      margin-left: 3rem !important;
    }
    .f-io .p-sm-0 {
      padding: 0 !important;
    }
    .f-io .pt-sm-0,
    .f-io .py-sm-0 {
      padding-top: 0 !important;
    }
    .f-io .pr-sm-0,
    .f-io .px-sm-0 {
      padding-right: 0 !important;
    }
    .f-io .pb-sm-0,
    .f-io .py-sm-0 {
      padding-bottom: 0 !important;
    }
    .f-io .pl-sm-0,
    .f-io .px-sm-0 {
      padding-left: 0 !important;
    }
    .f-io .p-sm-1 {
      padding: 0.25rem !important;
    }
    .f-io .pt-sm-1,
    .f-io .py-sm-1 {
      padding-top: 0.25rem !important;
    }
    .f-io .pr-sm-1,
    .f-io .px-sm-1 {
      padding-right: 0.25rem !important;
    }
    .f-io .pb-sm-1,
    .f-io .py-sm-1 {
      padding-bottom: 0.25rem !important;
    }
    .f-io .pl-sm-1,
    .f-io .px-sm-1 {
      padding-left: 0.25rem !important;
    }
    .f-io .p-sm-2 {
      padding: 0.5rem !important;
    }
    .f-io .pt-sm-2,
    .f-io .py-sm-2 {
      padding-top: 0.5rem !important;
    }
    .f-io .pr-sm-2,
    .f-io .px-sm-2 {
      padding-right: 0.5rem !important;
    }
    .f-io .pb-sm-2,
    .f-io .py-sm-2 {
      padding-bottom: 0.5rem !important;
    }
    .f-io .pl-sm-2,
    .f-io .px-sm-2 {
      padding-left: 0.5rem !important;
    }
    .f-io .p-sm-3 {
      padding: 1rem !important;
    }
    .f-io .pt-sm-3,
    .f-io .py-sm-3 {
      padding-top: 1rem !important;
    }
    .f-io .pr-sm-3,
    .f-io .px-sm-3 {
      padding-right: 1rem !important;
    }
    .f-io .pb-sm-3,
    .f-io .py-sm-3 {
      padding-bottom: 1rem !important;
    }
    .f-io .pl-sm-3,
    .f-io .px-sm-3 {
      padding-left: 1rem !important;
    }
    .f-io .p-sm-4 {
      padding: 1.5rem !important;
    }
    .f-io .pt-sm-4,
    .f-io .py-sm-4 {
      padding-top: 1.5rem !important;
    }
    .f-io .pr-sm-4,
    .f-io .px-sm-4 {
      padding-right: 1.5rem !important;
    }
    .f-io .pb-sm-4,
    .f-io .py-sm-4 {
      padding-bottom: 1.5rem !important;
    }
    .f-io .pl-sm-4,
    .f-io .px-sm-4 {
      padding-left: 1.5rem !important;
    }
    .f-io .p-sm-5 {
      padding: 3rem !important;
    }
    .f-io .pt-sm-5,
    .f-io .py-sm-5 {
      padding-top: 3rem !important;
    }
    .f-io .pr-sm-5,
    .f-io .px-sm-5 {
      padding-right: 3rem !important;
    }
    .f-io .pb-sm-5,
    .f-io .py-sm-5 {
      padding-bottom: 3rem !important;
    }
    .f-io .pl-sm-5,
    .f-io .px-sm-5 {
      padding-left: 3rem !important;
    }
    .f-io .m-sm-n1 {
      margin: -0.25rem !important;
    }
    .f-io .mt-sm-n1,
    .f-io .my-sm-n1 {
      margin-top: -0.25rem !important;
    }
    .f-io .mr-sm-n1,
    .f-io .mx-sm-n1 {
      margin-right: -0.25rem !important;
    }
    .f-io .mb-sm-n1,
    .f-io .my-sm-n1 {
      margin-bottom: -0.25rem !important;
    }
    .f-io .ml-sm-n1,
    .f-io .mx-sm-n1 {
      margin-left: -0.25rem !important;
    }
    .f-io .m-sm-n2 {
      margin: -0.5rem !important;
    }
    .f-io .mt-sm-n2,
    .f-io .my-sm-n2 {
      margin-top: -0.5rem !important;
    }
    .f-io .mr-sm-n2,
    .f-io .mx-sm-n2 {
      margin-right: -0.5rem !important;
    }
    .f-io .mb-sm-n2,
    .f-io .my-sm-n2 {
      margin-bottom: -0.5rem !important;
    }
    .f-io .ml-sm-n2,
    .f-io .mx-sm-n2 {
      margin-left: -0.5rem !important;
    }
    .f-io .m-sm-n3 {
      margin: -1rem !important;
    }
    .f-io .mt-sm-n3,
    .f-io .my-sm-n3 {
      margin-top: -1rem !important;
    }
    .f-io .mr-sm-n3,
    .f-io .mx-sm-n3 {
      margin-right: -1rem !important;
    }
    .f-io .mb-sm-n3,
    .f-io .my-sm-n3 {
      margin-bottom: -1rem !important;
    }
    .f-io .ml-sm-n3,
    .f-io .mx-sm-n3 {
      margin-left: -1rem !important;
    }
    .f-io .m-sm-n4 {
      margin: -1.5rem !important;
    }
    .f-io .mt-sm-n4,
    .f-io .my-sm-n4 {
      margin-top: -1.5rem !important;
    }
    .f-io .mr-sm-n4,
    .f-io .mx-sm-n4 {
      margin-right: -1.5rem !important;
    }
    .f-io .mb-sm-n4,
    .f-io .my-sm-n4 {
      margin-bottom: -1.5rem !important;
    }
    .f-io .ml-sm-n4,
    .f-io .mx-sm-n4 {
      margin-left: -1.5rem !important;
    }
    .f-io .m-sm-n5 {
      margin: -3rem !important;
    }
    .f-io .mt-sm-n5,
    .f-io .my-sm-n5 {
      margin-top: -3rem !important;
    }
    .f-io .mr-sm-n5,
    .f-io .mx-sm-n5 {
      margin-right: -3rem !important;
    }
    .f-io .mb-sm-n5,
    .f-io .my-sm-n5 {
      margin-bottom: -3rem !important;
    }
    .f-io .ml-sm-n5,
    .f-io .mx-sm-n5 {
      margin-left: -3rem !important;
    }
    .f-io .m-sm-auto {
      margin: auto !important;
    }
    .f-io .mt-sm-auto,
    .f-io .my-sm-auto {
      margin-top: auto !important;
    }
    .f-io .mr-sm-auto,
    .f-io .mx-sm-auto {
      margin-right: auto !important;
    }
    .f-io .mb-sm-auto,
    .f-io .my-sm-auto {
      margin-bottom: auto !important;
    }
    .f-io .ml-sm-auto,
    .f-io .mx-sm-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 768px) {
    .f-io .m-md-0 {
      margin: 0 !important;
    }
    .f-io .mt-md-0,
    .f-io .my-md-0 {
      margin-top: 0 !important;
    }
    .f-io .mr-md-0,
    .f-io .mx-md-0 {
      margin-right: 0 !important;
    }
    .f-io .mb-md-0,
    .f-io .my-md-0 {
      margin-bottom: 0 !important;
    }
    .f-io .ml-md-0,
    .f-io .mx-md-0 {
      margin-left: 0 !important;
    }
    .f-io .m-md-1 {
      margin: 0.25rem !important;
    }
    .f-io .mt-md-1,
    .f-io .my-md-1 {
      margin-top: 0.25rem !important;
    }
    .f-io .mr-md-1,
    .f-io .mx-md-1 {
      margin-right: 0.25rem !important;
    }
    .f-io .mb-md-1,
    .f-io .my-md-1 {
      margin-bottom: 0.25rem !important;
    }
    .f-io .ml-md-1,
    .f-io .mx-md-1 {
      margin-left: 0.25rem !important;
    }
    .f-io .m-md-2 {
      margin: 0.5rem !important;
    }
    .f-io .mt-md-2,
    .f-io .my-md-2 {
      margin-top: 0.5rem !important;
    }
    .f-io .mr-md-2,
    .f-io .mx-md-2 {
      margin-right: 0.5rem !important;
    }
    .f-io .mb-md-2,
    .f-io .my-md-2 {
      margin-bottom: 0.5rem !important;
    }
    .f-io .ml-md-2,
    .f-io .mx-md-2 {
      margin-left: 0.5rem !important;
    }
    .f-io .m-md-3 {
      margin: 1rem !important;
    }
    .f-io .mt-md-3,
    .f-io .my-md-3 {
      margin-top: 1rem !important;
    }
    .f-io .mr-md-3,
    .f-io .mx-md-3 {
      margin-right: 1rem !important;
    }
    .f-io .mb-md-3,
    .f-io .my-md-3 {
      margin-bottom: 1rem !important;
    }
    .f-io .ml-md-3,
    .f-io .mx-md-3 {
      margin-left: 1rem !important;
    }
    .f-io .m-md-4 {
      margin: 1.5rem !important;
    }
    .f-io .mt-md-4,
    .f-io .my-md-4 {
      margin-top: 1.5rem !important;
    }
    .f-io .mr-md-4,
    .f-io .mx-md-4 {
      margin-right: 1.5rem !important;
    }
    .f-io .mb-md-4,
    .f-io .my-md-4 {
      margin-bottom: 1.5rem !important;
    }
    .f-io .ml-md-4,
    .f-io .mx-md-4 {
      margin-left: 1.5rem !important;
    }
    .f-io .m-md-5 {
      margin: 3rem !important;
    }
    .f-io .mt-md-5,
    .f-io .my-md-5 {
      margin-top: 3rem !important;
    }
    .f-io .mr-md-5,
    .f-io .mx-md-5 {
      margin-right: 3rem !important;
    }
    .f-io .mb-md-5,
    .f-io .my-md-5 {
      margin-bottom: 3rem !important;
    }
    .f-io .ml-md-5,
    .f-io .mx-md-5 {
      margin-left: 3rem !important;
    }
    .f-io .p-md-0 {
      padding: 0 !important;
    }
    .f-io .pt-md-0,
    .f-io .py-md-0 {
      padding-top: 0 !important;
    }
    .f-io .pr-md-0,
    .f-io .px-md-0 {
      padding-right: 0 !important;
    }
    .f-io .pb-md-0,
    .f-io .py-md-0 {
      padding-bottom: 0 !important;
    }
    .f-io .pl-md-0,
    .f-io .px-md-0 {
      padding-left: 0 !important;
    }
    .f-io .p-md-1 {
      padding: 0.25rem !important;
    }
    .f-io .pt-md-1,
    .f-io .py-md-1 {
      padding-top: 0.25rem !important;
    }
    .f-io .pr-md-1,
    .f-io .px-md-1 {
      padding-right: 0.25rem !important;
    }
    .f-io .pb-md-1,
    .f-io .py-md-1 {
      padding-bottom: 0.25rem !important;
    }
    .f-io .pl-md-1,
    .f-io .px-md-1 {
      padding-left: 0.25rem !important;
    }
    .f-io .p-md-2 {
      padding: 0.5rem !important;
    }
    .f-io .pt-md-2,
    .f-io .py-md-2 {
      padding-top: 0.5rem !important;
    }
    .f-io .pr-md-2,
    .f-io .px-md-2 {
      padding-right: 0.5rem !important;
    }
    .f-io .pb-md-2,
    .f-io .py-md-2 {
      padding-bottom: 0.5rem !important;
    }
    .f-io .pl-md-2,
    .f-io .px-md-2 {
      padding-left: 0.5rem !important;
    }
    .f-io .p-md-3 {
      padding: 1rem !important;
    }
    .f-io .pt-md-3,
    .f-io .py-md-3 {
      padding-top: 1rem !important;
    }
    .f-io .pr-md-3,
    .f-io .px-md-3 {
      padding-right: 1rem !important;
    }
    .f-io .pb-md-3,
    .f-io .py-md-3 {
      padding-bottom: 1rem !important;
    }
    .f-io .pl-md-3,
    .f-io .px-md-3 {
      padding-left: 1rem !important;
    }
    .f-io .p-md-4 {
      padding: 1.5rem !important;
    }
    .f-io .pt-md-4,
    .f-io .py-md-4 {
      padding-top: 1.5rem !important;
    }
    .f-io .pr-md-4,
    .f-io .px-md-4 {
      padding-right: 1.5rem !important;
    }
    .f-io .pb-md-4,
    .f-io .py-md-4 {
      padding-bottom: 1.5rem !important;
    }
    .f-io .pl-md-4,
    .f-io .px-md-4 {
      padding-left: 1.5rem !important;
    }
    .f-io .p-md-5 {
      padding: 3rem !important;
    }
    .f-io .pt-md-5,
    .f-io .py-md-5 {
      padding-top: 3rem !important;
    }
    .f-io .pr-md-5,
    .f-io .px-md-5 {
      padding-right: 3rem !important;
    }
    .f-io .pb-md-5,
    .f-io .py-md-5 {
      padding-bottom: 3rem !important;
    }
    .f-io .pl-md-5,
    .f-io .px-md-5 {
      padding-left: 3rem !important;
    }
    .f-io .m-md-n1 {
      margin: -0.25rem !important;
    }
    .f-io .mt-md-n1,
    .f-io .my-md-n1 {
      margin-top: -0.25rem !important;
    }
    .f-io .mr-md-n1,
    .f-io .mx-md-n1 {
      margin-right: -0.25rem !important;
    }
    .f-io .mb-md-n1,
    .f-io .my-md-n1 {
      margin-bottom: -0.25rem !important;
    }
    .f-io .ml-md-n1,
    .f-io .mx-md-n1 {
      margin-left: -0.25rem !important;
    }
    .f-io .m-md-n2 {
      margin: -0.5rem !important;
    }
    .f-io .mt-md-n2,
    .f-io .my-md-n2 {
      margin-top: -0.5rem !important;
    }
    .f-io .mr-md-n2,
    .f-io .mx-md-n2 {
      margin-right: -0.5rem !important;
    }
    .f-io .mb-md-n2,
    .f-io .my-md-n2 {
      margin-bottom: -0.5rem !important;
    }
    .f-io .ml-md-n2,
    .f-io .mx-md-n2 {
      margin-left: -0.5rem !important;
    }
    .f-io .m-md-n3 {
      margin: -1rem !important;
    }
    .f-io .mt-md-n3,
    .f-io .my-md-n3 {
      margin-top: -1rem !important;
    }
    .f-io .mr-md-n3,
    .f-io .mx-md-n3 {
      margin-right: -1rem !important;
    }
    .f-io .mb-md-n3,
    .f-io .my-md-n3 {
      margin-bottom: -1rem !important;
    }
    .f-io .ml-md-n3,
    .f-io .mx-md-n3 {
      margin-left: -1rem !important;
    }
    .f-io .m-md-n4 {
      margin: -1.5rem !important;
    }
    .f-io .mt-md-n4,
    .f-io .my-md-n4 {
      margin-top: -1.5rem !important;
    }
    .f-io .mr-md-n4,
    .f-io .mx-md-n4 {
      margin-right: -1.5rem !important;
    }
    .f-io .mb-md-n4,
    .f-io .my-md-n4 {
      margin-bottom: -1.5rem !important;
    }
    .f-io .ml-md-n4,
    .f-io .mx-md-n4 {
      margin-left: -1.5rem !important;
    }
    .f-io .m-md-n5 {
      margin: -3rem !important;
    }
    .f-io .mt-md-n5,
    .f-io .my-md-n5 {
      margin-top: -3rem !important;
    }
    .f-io .mr-md-n5,
    .f-io .mx-md-n5 {
      margin-right: -3rem !important;
    }
    .f-io .mb-md-n5,
    .f-io .my-md-n5 {
      margin-bottom: -3rem !important;
    }
    .f-io .ml-md-n5,
    .f-io .mx-md-n5 {
      margin-left: -3rem !important;
    }
    .f-io .m-md-auto {
      margin: auto !important;
    }
    .f-io .mt-md-auto,
    .f-io .my-md-auto {
      margin-top: auto !important;
    }
    .f-io .mr-md-auto,
    .f-io .mx-md-auto {
      margin-right: auto !important;
    }
    .f-io .mb-md-auto,
    .f-io .my-md-auto {
      margin-bottom: auto !important;
    }
    .f-io .ml-md-auto,
    .f-io .mx-md-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 992px) {
    .f-io .m-lg-0 {
      margin: 0 !important;
    }
    .f-io .mt-lg-0,
    .f-io .my-lg-0 {
      margin-top: 0 !important;
    }
    .f-io .mr-lg-0,
    .f-io .mx-lg-0 {
      margin-right: 0 !important;
    }
    .f-io .mb-lg-0,
    .f-io .my-lg-0 {
      margin-bottom: 0 !important;
    }
    .f-io .ml-lg-0,
    .f-io .mx-lg-0 {
      margin-left: 0 !important;
    }
    .f-io .m-lg-1 {
      margin: 0.25rem !important;
    }
    .f-io .mt-lg-1,
    .f-io .my-lg-1 {
      margin-top: 0.25rem !important;
    }
    .f-io .mr-lg-1,
    .f-io .mx-lg-1 {
      margin-right: 0.25rem !important;
    }
    .f-io .mb-lg-1,
    .f-io .my-lg-1 {
      margin-bottom: 0.25rem !important;
    }
    .f-io .ml-lg-1,
    .f-io .mx-lg-1 {
      margin-left: 0.25rem !important;
    }
    .f-io .m-lg-2 {
      margin: 0.5rem !important;
    }
    .f-io .mt-lg-2,
    .f-io .my-lg-2 {
      margin-top: 0.5rem !important;
    }
    .f-io .mr-lg-2,
    .f-io .mx-lg-2 {
      margin-right: 0.5rem !important;
    }
    .f-io .mb-lg-2,
    .f-io .my-lg-2 {
      margin-bottom: 0.5rem !important;
    }
    .f-io .ml-lg-2,
    .f-io .mx-lg-2 {
      margin-left: 0.5rem !important;
    }
    .f-io .m-lg-3 {
      margin: 1rem !important;
    }
    .f-io .mt-lg-3,
    .f-io .my-lg-3 {
      margin-top: 1rem !important;
    }
    .f-io .mr-lg-3,
    .f-io .mx-lg-3 {
      margin-right: 1rem !important;
    }
    .f-io .mb-lg-3,
    .f-io .my-lg-3 {
      margin-bottom: 1rem !important;
    }
    .f-io .ml-lg-3,
    .f-io .mx-lg-3 {
      margin-left: 1rem !important;
    }
    .f-io .m-lg-4 {
      margin: 1.5rem !important;
    }
    .f-io .mt-lg-4,
    .f-io .my-lg-4 {
      margin-top: 1.5rem !important;
    }
    .f-io .mr-lg-4,
    .f-io .mx-lg-4 {
      margin-right: 1.5rem !important;
    }
    .f-io .mb-lg-4,
    .f-io .my-lg-4 {
      margin-bottom: 1.5rem !important;
    }
    .f-io .ml-lg-4,
    .f-io .mx-lg-4 {
      margin-left: 1.5rem !important;
    }
    .f-io .m-lg-5 {
      margin: 3rem !important;
    }
    .f-io .mt-lg-5,
    .f-io .my-lg-5 {
      margin-top: 3rem !important;
    }
    .f-io .mr-lg-5,
    .f-io .mx-lg-5 {
      margin-right: 3rem !important;
    }
    .f-io .mb-lg-5,
    .f-io .my-lg-5 {
      margin-bottom: 3rem !important;
    }
    .f-io .ml-lg-5,
    .f-io .mx-lg-5 {
      margin-left: 3rem !important;
    }
    .f-io .p-lg-0 {
      padding: 0 !important;
    }
    .f-io .pt-lg-0,
    .f-io .py-lg-0 {
      padding-top: 0 !important;
    }
    .f-io .pr-lg-0,
    .f-io .px-lg-0 {
      padding-right: 0 !important;
    }
    .f-io .pb-lg-0,
    .f-io .py-lg-0 {
      padding-bottom: 0 !important;
    }
    .f-io .pl-lg-0,
    .f-io .px-lg-0 {
      padding-left: 0 !important;
    }
    .f-io .p-lg-1 {
      padding: 0.25rem !important;
    }
    .f-io .pt-lg-1,
    .f-io .py-lg-1 {
      padding-top: 0.25rem !important;
    }
    .f-io .pr-lg-1,
    .f-io .px-lg-1 {
      padding-right: 0.25rem !important;
    }
    .f-io .pb-lg-1,
    .f-io .py-lg-1 {
      padding-bottom: 0.25rem !important;
    }
    .f-io .pl-lg-1,
    .f-io .px-lg-1 {
      padding-left: 0.25rem !important;
    }
    .f-io .p-lg-2 {
      padding: 0.5rem !important;
    }
    .f-io .pt-lg-2,
    .f-io .py-lg-2 {
      padding-top: 0.5rem !important;
    }
    .f-io .pr-lg-2,
    .f-io .px-lg-2 {
      padding-right: 0.5rem !important;
    }
    .f-io .pb-lg-2,
    .f-io .py-lg-2 {
      padding-bottom: 0.5rem !important;
    }
    .f-io .pl-lg-2,
    .f-io .px-lg-2 {
      padding-left: 0.5rem !important;
    }
    .f-io .p-lg-3 {
      padding: 1rem !important;
    }
    .f-io .pt-lg-3,
    .f-io .py-lg-3 {
      padding-top: 1rem !important;
    }
    .f-io .pr-lg-3,
    .f-io .px-lg-3 {
      padding-right: 1rem !important;
    }
    .f-io .pb-lg-3,
    .f-io .py-lg-3 {
      padding-bottom: 1rem !important;
    }
    .f-io .pl-lg-3,
    .f-io .px-lg-3 {
      padding-left: 1rem !important;
    }
    .f-io .p-lg-4 {
      padding: 1.5rem !important;
    }
    .f-io .pt-lg-4,
    .f-io .py-lg-4 {
      padding-top: 1.5rem !important;
    }
    .f-io .pr-lg-4,
    .f-io .px-lg-4 {
      padding-right: 1.5rem !important;
    }
    .f-io .pb-lg-4,
    .f-io .py-lg-4 {
      padding-bottom: 1.5rem !important;
    }
    .f-io .pl-lg-4,
    .f-io .px-lg-4 {
      padding-left: 1.5rem !important;
    }
    .f-io .p-lg-5 {
      padding: 3rem !important;
    }
    .f-io .pt-lg-5,
    .f-io .py-lg-5 {
      padding-top: 3rem !important;
    }
    .f-io .pr-lg-5,
    .f-io .px-lg-5 {
      padding-right: 3rem !important;
    }
    .f-io .pb-lg-5,
    .f-io .py-lg-5 {
      padding-bottom: 3rem !important;
    }
    .f-io .pl-lg-5,
    .f-io .px-lg-5 {
      padding-left: 3rem !important;
    }
    .f-io .m-lg-n1 {
      margin: -0.25rem !important;
    }
    .f-io .mt-lg-n1,
    .f-io .my-lg-n1 {
      margin-top: -0.25rem !important;
    }
    .f-io .mr-lg-n1,
    .f-io .mx-lg-n1 {
      margin-right: -0.25rem !important;
    }
    .f-io .mb-lg-n1,
    .f-io .my-lg-n1 {
      margin-bottom: -0.25rem !important;
    }
    .f-io .ml-lg-n1,
    .f-io .mx-lg-n1 {
      margin-left: -0.25rem !important;
    }
    .f-io .m-lg-n2 {
      margin: -0.5rem !important;
    }
    .f-io .mt-lg-n2,
    .f-io .my-lg-n2 {
      margin-top: -0.5rem !important;
    }
    .f-io .mr-lg-n2,
    .f-io .mx-lg-n2 {
      margin-right: -0.5rem !important;
    }
    .f-io .mb-lg-n2,
    .f-io .my-lg-n2 {
      margin-bottom: -0.5rem !important;
    }
    .f-io .ml-lg-n2,
    .f-io .mx-lg-n2 {
      margin-left: -0.5rem !important;
    }
    .f-io .m-lg-n3 {
      margin: -1rem !important;
    }
    .f-io .mt-lg-n3,
    .f-io .my-lg-n3 {
      margin-top: -1rem !important;
    }
    .f-io .mr-lg-n3,
    .f-io .mx-lg-n3 {
      margin-right: -1rem !important;
    }
    .f-io .mb-lg-n3,
    .f-io .my-lg-n3 {
      margin-bottom: -1rem !important;
    }
    .f-io .ml-lg-n3,
    .f-io .mx-lg-n3 {
      margin-left: -1rem !important;
    }
    .f-io .m-lg-n4 {
      margin: -1.5rem !important;
    }
    .f-io .mt-lg-n4,
    .f-io .my-lg-n4 {
      margin-top: -1.5rem !important;
    }
    .f-io .mr-lg-n4,
    .f-io .mx-lg-n4 {
      margin-right: -1.5rem !important;
    }
    .f-io .mb-lg-n4,
    .f-io .my-lg-n4 {
      margin-bottom: -1.5rem !important;
    }
    .f-io .ml-lg-n4,
    .f-io .mx-lg-n4 {
      margin-left: -1.5rem !important;
    }
    .f-io .m-lg-n5 {
      margin: -3rem !important;
    }
    .f-io .mt-lg-n5,
    .f-io .my-lg-n5 {
      margin-top: -3rem !important;
    }
    .f-io .mr-lg-n5,
    .f-io .mx-lg-n5 {
      margin-right: -3rem !important;
    }
    .f-io .mb-lg-n5,
    .f-io .my-lg-n5 {
      margin-bottom: -3rem !important;
    }
    .f-io .ml-lg-n5,
    .f-io .mx-lg-n5 {
      margin-left: -3rem !important;
    }
    .f-io .m-lg-auto {
      margin: auto !important;
    }
    .f-io .mt-lg-auto,
    .f-io .my-lg-auto {
      margin-top: auto !important;
    }
    .f-io .mr-lg-auto,
    .f-io .mx-lg-auto {
      margin-right: auto !important;
    }
    .f-io .mb-lg-auto,
    .f-io .my-lg-auto {
      margin-bottom: auto !important;
    }
    .f-io .ml-lg-auto,
    .f-io .mx-lg-auto {
      margin-left: auto !important;
    }
  }
  @media (min-width: 1200px) {
    .f-io .m-xl-0 {
      margin: 0 !important;
    }
    .f-io .mt-xl-0,
    .f-io .my-xl-0 {
      margin-top: 0 !important;
    }
    .f-io .mr-xl-0,
    .f-io .mx-xl-0 {
      margin-right: 0 !important;
    }
    .f-io .mb-xl-0,
    .f-io .my-xl-0 {
      margin-bottom: 0 !important;
    }
    .f-io .ml-xl-0,
    .f-io .mx-xl-0 {
      margin-left: 0 !important;
    }
    .f-io .m-xl-1 {
      margin: 0.25rem !important;
    }
    .f-io .mt-xl-1,
    .f-io .my-xl-1 {
      margin-top: 0.25rem !important;
    }
    .f-io .mr-xl-1,
    .f-io .mx-xl-1 {
      margin-right: 0.25rem !important;
    }
    .f-io .mb-xl-1,
    .f-io .my-xl-1 {
      margin-bottom: 0.25rem !important;
    }
    .f-io .ml-xl-1,
    .f-io .mx-xl-1 {
      margin-left: 0.25rem !important;
    }
    .f-io .m-xl-2 {
      margin: 0.5rem !important;
    }
    .f-io .mt-xl-2,
    .f-io .my-xl-2 {
      margin-top: 0.5rem !important;
    }
    .f-io .mr-xl-2,
    .f-io .mx-xl-2 {
      margin-right: 0.5rem !important;
    }
    .f-io .mb-xl-2,
    .f-io .my-xl-2 {
      margin-bottom: 0.5rem !important;
    }
    .f-io .ml-xl-2,
    .f-io .mx-xl-2 {
      margin-left: 0.5rem !important;
    }
    .f-io .m-xl-3 {
      margin: 1rem !important;
    }
    .f-io .mt-xl-3,
    .f-io .my-xl-3 {
      margin-top: 1rem !important;
    }
    .f-io .mr-xl-3,
    .f-io .mx-xl-3 {
      margin-right: 1rem !important;
    }
    .f-io .mb-xl-3,
    .f-io .my-xl-3 {
      margin-bottom: 1rem !important;
    }
    .f-io .ml-xl-3,
    .f-io .mx-xl-3 {
      margin-left: 1rem !important;
    }
    .f-io .m-xl-4 {
      margin: 1.5rem !important;
    }
    .f-io .mt-xl-4,
    .f-io .my-xl-4 {
      margin-top: 1.5rem !important;
    }
    .f-io .mr-xl-4,
    .f-io .mx-xl-4 {
      margin-right: 1.5rem !important;
    }
    .f-io .mb-xl-4,
    .f-io .my-xl-4 {
      margin-bottom: 1.5rem !important;
    }
    .f-io .ml-xl-4,
    .f-io .mx-xl-4 {
      margin-left: 1.5rem !important;
    }
    .f-io .m-xl-5 {
      margin: 3rem !important;
    }
    .f-io .mt-xl-5,
    .f-io .my-xl-5 {
      margin-top: 3rem !important;
    }
    .f-io .mr-xl-5,
    .f-io .mx-xl-5 {
      margin-right: 3rem !important;
    }
    .f-io .mb-xl-5,
    .f-io .my-xl-5 {
      margin-bottom: 3rem !important;
    }
    .f-io .ml-xl-5,
    .f-io .mx-xl-5 {
      margin-left: 3rem !important;
    }
    .f-io .p-xl-0 {
      padding: 0 !important;
    }
    .f-io .pt-xl-0,
    .f-io .py-xl-0 {
      padding-top: 0 !important;
    }
    .f-io .pr-xl-0,
    .f-io .px-xl-0 {
      padding-right: 0 !important;
    }
    .f-io .pb-xl-0,
    .f-io .py-xl-0 {
      padding-bottom: 0 !important;
    }
    .f-io .pl-xl-0,
    .f-io .px-xl-0 {
      padding-left: 0 !important;
    }
    .f-io .p-xl-1 {
      padding: 0.25rem !important;
    }
    .f-io .pt-xl-1,
    .f-io .py-xl-1 {
      padding-top: 0.25rem !important;
    }
    .f-io .pr-xl-1,
    .f-io .px-xl-1 {
      padding-right: 0.25rem !important;
    }
    .f-io .pb-xl-1,
    .f-io .py-xl-1 {
      padding-bottom: 0.25rem !important;
    }
    .f-io .pl-xl-1,
    .f-io .px-xl-1 {
      padding-left: 0.25rem !important;
    }
    .f-io .p-xl-2 {
      padding: 0.5rem !important;
    }
    .f-io .pt-xl-2,
    .f-io .py-xl-2 {
      padding-top: 0.5rem !important;
    }
    .f-io .pr-xl-2,
    .f-io .px-xl-2 {
      padding-right: 0.5rem !important;
    }
    .f-io .pb-xl-2,
    .f-io .py-xl-2 {
      padding-bottom: 0.5rem !important;
    }
    .f-io .pl-xl-2,
    .f-io .px-xl-2 {
      padding-left: 0.5rem !important;
    }
    .f-io .p-xl-3 {
      padding: 1rem !important;
    }
    .f-io .pt-xl-3,
    .f-io .py-xl-3 {
      padding-top: 1rem !important;
    }
    .f-io .pr-xl-3,
    .f-io .px-xl-3 {
      padding-right: 1rem !important;
    }
    .f-io .pb-xl-3,
    .f-io .py-xl-3 {
      padding-bottom: 1rem !important;
    }
    .f-io .pl-xl-3,
    .f-io .px-xl-3 {
      padding-left: 1rem !important;
    }
    .f-io .p-xl-4 {
      padding: 1.5rem !important;
    }
    .f-io .pt-xl-4,
    .f-io .py-xl-4 {
      padding-top: 1.5rem !important;
    }
    .f-io .pr-xl-4,
    .f-io .px-xl-4 {
      padding-right: 1.5rem !important;
    }
    .f-io .pb-xl-4,
    .f-io .py-xl-4 {
      padding-bottom: 1.5rem !important;
    }
    .f-io .pl-xl-4,
    .f-io .px-xl-4 {
      padding-left: 1.5rem !important;
    }
    .f-io .p-xl-5 {
      padding: 3rem !important;
    }
    .f-io .pt-xl-5,
    .f-io .py-xl-5 {
      padding-top: 3rem !important;
    }
    .f-io .pr-xl-5,
    .f-io .px-xl-5 {
      padding-right: 3rem !important;
    }
    .f-io .pb-xl-5,
    .f-io .py-xl-5 {
      padding-bottom: 3rem !important;
    }
    .f-io .pl-xl-5,
    .f-io .px-xl-5 {
      padding-left: 3rem !important;
    }
    .f-io .m-xl-n1 {
      margin: -0.25rem !important;
    }
    .f-io .mt-xl-n1,
    .f-io .my-xl-n1 {
      margin-top: -0.25rem !important;
    }
    .f-io .mr-xl-n1,
    .f-io .mx-xl-n1 {
      margin-right: -0.25rem !important;
    }
    .f-io .mb-xl-n1,
    .f-io .my-xl-n1 {
      margin-bottom: -0.25rem !important;
    }
    .f-io .ml-xl-n1,
    .f-io .mx-xl-n1 {
      margin-left: -0.25rem !important;
    }
    .f-io .m-xl-n2 {
      margin: -0.5rem !important;
    }
    .f-io .mt-xl-n2,
    .f-io .my-xl-n2 {
      margin-top: -0.5rem !important;
    }
    .f-io .mr-xl-n2,
    .f-io .mx-xl-n2 {
      margin-right: -0.5rem !important;
    }
    .f-io .mb-xl-n2,
    .f-io .my-xl-n2 {
      margin-bottom: -0.5rem !important;
    }
    .f-io .ml-xl-n2,
    .f-io .mx-xl-n2 {
      margin-left: -0.5rem !important;
    }
    .f-io .m-xl-n3 {
      margin: -1rem !important;
    }
    .f-io .mt-xl-n3,
    .f-io .my-xl-n3 {
      margin-top: -1rem !important;
    }
    .f-io .mr-xl-n3,
    .f-io .mx-xl-n3 {
      margin-right: -1rem !important;
    }
    .f-io .mb-xl-n3,
    .f-io .my-xl-n3 {
      margin-bottom: -1rem !important;
    }
    .f-io .ml-xl-n3,
    .f-io .mx-xl-n3 {
      margin-left: -1rem !important;
    }
    .f-io .m-xl-n4 {
      margin: -1.5rem !important;
    }
    .f-io .mt-xl-n4,
    .f-io .my-xl-n4 {
      margin-top: -1.5rem !important;
    }
    .f-io .mr-xl-n4,
    .f-io .mx-xl-n4 {
      margin-right: -1.5rem !important;
    }
    .f-io .mb-xl-n4,
    .f-io .my-xl-n4 {
      margin-bottom: -1.5rem !important;
    }
    .f-io .ml-xl-n4,
    .f-io .mx-xl-n4 {
      margin-left: -1.5rem !important;
    }
    .f-io .m-xl-n5 {
      margin: -3rem !important;
    }
    .f-io .mt-xl-n5,
    .f-io .my-xl-n5 {
      margin-top: -3rem !important;
    }
    .f-io .mr-xl-n5,
    .f-io .mx-xl-n5 {
      margin-right: -3rem !important;
    }
    .f-io .mb-xl-n5,
    .f-io .my-xl-n5 {
      margin-bottom: -3rem !important;
    }
    .f-io .ml-xl-n5,
    .f-io .mx-xl-n5 {
      margin-left: -3rem !important;
    }
    .f-io .m-xl-auto {
      margin: auto !important;
    }
    .f-io .mt-xl-auto,
    .f-io .my-xl-auto {
      margin-top: auto !important;
    }
    .f-io .mr-xl-auto,
    .f-io .mx-xl-auto {
      margin-right: auto !important;
    }
    .f-io .mb-xl-auto,
    .f-io .my-xl-auto {
      margin-bottom: auto !important;
    }
    .f-io .ml-xl-auto,
    .f-io .mx-xl-auto {
      margin-left: auto !important;
    }
  }
  .f-io .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);
  }
  .f-io .text-monospace {
    font-family:
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace !important;
  }
  .f-io .text-justify {
    text-align: justify !important;
  }
  .f-io .text-wrap {
    white-space: normal !important;
  }
  .f-io .text-nowrap {
    white-space: nowrap !important;
  }
  .f-io .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .f-io .text-left {
    text-align: left !important;
  }
  .f-io .text-right {
    text-align: right !important;
  }
  .f-io .text-center {
    text-align: center !important;
  }
  @media (min-width: 576px) {
    .f-io .text-sm-left {
      text-align: left !important;
    }
    .f-io .text-sm-right {
      text-align: right !important;
    }
    .f-io .text-sm-center {
      text-align: center !important;
    }
  }
  @media (min-width: 768px) {
    .f-io .text-md-left {
      text-align: left !important;
    }
    .f-io .text-md-right {
      text-align: right !important;
    }
    .f-io .text-md-center {
      text-align: center !important;
    }
  }
  @media (min-width: 992px) {
    .f-io .text-lg-left {
      text-align: left !important;
    }
    .f-io .text-lg-right {
      text-align: right !important;
    }
    .f-io .text-lg-center {
      text-align: center !important;
    }
  }
  @media (min-width: 1200px) {
    .f-io .text-xl-left {
      text-align: left !important;
    }
    .f-io .text-xl-right {
      text-align: right !important;
    }
    .f-io .text-xl-center {
      text-align: center !important;
    }
  }
  .f-io .text-lowercase {
    text-transform: lowercase !important;
  }
  .f-io .text-uppercase {
    text-transform: uppercase !important;
  }
  .f-io .text-capitalize {
    text-transform: capitalize !important;
  }
  .f-io .font-weight-light {
    font-weight: 300 !important;
  }
  .f-io .font-weight-lighter {
    font-weight: lighter !important;
  }
  .f-io .font-weight-normal {
    font-weight: 400 !important;
  }
  .f-io .font-weight-bold {
    font-weight: 700 !important;
  }
  .f-io .font-weight-bolder {
    font-weight: bolder !important;
  }
  .f-io .font-italic {
    font-style: italic !important;
  }
  .f-io .text-white {
    color: #fff !important;
  }
  .f-io .text-primary {
    color: #007bff !important;
  }
  .f-io a.text-primary:hover,
  .f-io a.text-primary:focus {
    color: rgb(0, 86.1, 178.5) !important;
  }
  .f-io .text-secondary {
    color: #6c757d !important;
  }
  .f-io a.text-secondary:hover,
  .f-io a.text-secondary:focus {
    color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
  }
  .f-io .text-success {
    color: #28a745 !important;
  }
  .f-io a.text-success:hover,
  .f-io a.text-success:focus {
    color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
  }
  .f-io .text-info {
    color: #17a2b8 !important;
  }
  .f-io a.text-info:hover,
  .f-io a.text-info:focus {
    color: rgb(14.5, 102.1304347826, 116) !important;
  }
  .f-io .text-warning {
    color: #ffc107 !important;
  }
  .f-io a.text-warning:hover,
  .f-io a.text-warning:focus {
    color: rgb(185.5, 139.125, 0) !important;
  }
  .f-io .text-danger {
    color: #dc3545 !important;
  }
  .f-io a.text-danger:hover,
  .f-io a.text-danger:focus {
    color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
  }
  .f-io .text-light {
    color: #f8f9fa !important;
  }
  .f-io a.text-light:hover,
  .f-io a.text-light:focus {
    color: rgb(203.375, 210.75, 218.125) !important;
  }
  .f-io .text-dark {
    color: #343a40 !important;
  }
  .f-io a.text-dark:hover,
  .f-io a.text-dark:focus {
    color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
  }
  .f-io .text-body {
    color: #212529 !important;
  }
  .f-io .text-muted {
    color: #6c757d !important;
  }
  .f-io .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .f-io .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .f-io .text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  .f-io .text-decoration-none {
    text-decoration: none !important;
  }
  .f-io .text-break {
    word-break: break-word !important;
    word-wrap: break-word !important;
  }
  .f-io .text-reset {
    color: inherit !important;
  }
  .f-io .visible {
    visibility: visible !important;
  }
  .f-io .invisible {
    visibility: hidden !important;
  }
  @media print {
    .f-io *,
    .f-io *::before,
    .f-io *::after {
      text-shadow: none !important;
      box-shadow: none !important;
    }
    .f-io a:not(.btn) {
      text-decoration: underline;
    }
    .f-io abbr[title]::after {
      content: " (" attr(title) ")";
    }
    .f-io pre {
      white-space: pre-wrap !important;
    }
    .f-io pre,
    .f-io blockquote {
      border: 1px solid #adb5bd;
      page-break-inside: avoid;
    }
    .f-io tr,
    .f-io img {
      page-break-inside: avoid;
    }
    .f-io p,
    .f-io h2,
    .f-io h3 {
      orphans: 3;
      widows: 3;
    }
    .f-io h2,
    .f-io h3 {
      page-break-after: avoid;
    }
    @page {
      .f-io {
        size: a3;
      }
    }
    .f-io body {
      min-width: 992px !important;
    }
    .f-io .container {
      min-width: 992px !important;
    }
    .f-io .navbar {
      display: none;
    }
    .f-io .badge {
      border: 1px solid #000;
    }
    .f-io .table {
      border-collapse: collapse !important;
    }
    .f-io .table td,
    .f-io .table th {
      background-color: #fff !important;
    }
    .f-io .table-bordered th,
    .f-io .table-bordered td {
      border: 1px solid #dee2e6 !important;
    }
    .f-io .table-dark {
      color: inherit;
    }
    .f-io .table-dark th,
    .f-io .table-dark td,
    .f-io .table-dark thead th,
    .f-io .table-dark tbody + tbody {
      border-color: #dee2e6;
    }
    .f-io .table .thead-dark th {
      color: inherit;
      border-color: #dee2e6;
    }
  }
  .f-io .form-control {
    font-size: inherit;
  }
  .f-io .table {
    table-layout: fixed;
  }
  .f-io .field-required::before {
    display: none;
  }
  .f-io .formio-component-actions-container > div {
    display: flex;
    justify-content: flex-end;
  }
  .f-io .formio-component-submit {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 38px;
  }
  .f-io .formio-component-submit .has-error {
    color: #c20000;
    padding-top: 5px;
  }
  .f-io .formio-hidden {
    display: none;
  }
  .f-io .alert-success {
    display: none;
  }
  .f-io .btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: normal;
  }
  .f-io .btn-primary {
    background-color: var(--color-primary-400);
    border-color: var(--color-primary-400);
  }
  .f-io .btn-primary:hover {
    background-color: var(--color-primary-500);
    border-color: var(--color-primary-500);
  }
  .f-io .btn-primary:focus,
  .f-io .btn-primary.focus,
  .f-io .btn-primary:not(:disabled):not(.disabled):active,
  .f-io .btn-primary:not(:disabled):not(.disabled).active,
  .f-io .btn-primary:not(:disabled):not(.disabled):active:focus,
  .f-io .btn-primary:not(:disabled):not(.disabled).active:focus {
    background-color: var(--color-primary-400);
    box-shadow: 0 0 0 0.2rem rgb(from var(--color-primary-400) r g b/0.6);
  }
  .f-io .btn-primary:disabled,
  .f-io .btn-primary.disabled {
    background-color: var(--color-primary-400);
    opacity: 0.6;
  }
  .f-io .formio-read-only .formio-component-textarea .card.bg-light {
    background-color: #e9ecef !important;
  }
  .f-io .formio-loader {
    min-width: initial !important;
    min-height: initial !important;
    width: 90px !important;
    height: 90px !important;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-TKTLMMEQ.css.map */
