/*!
 *  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 PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome-webfont-674f50d287a8c48dc19ba404d20fe713.eot?v=4.7.0');
  src: url('/fonts/fontawesome-webfont-674f50d287a8c48dc19ba404d20fe713.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/fonts/fontawesome-webfont-af7ae505a9eed503f8b8e6982036873e.woff2?v=4.7.0') format('woff2'), url('/fonts/fontawesome-webfont-fee66e712a8a08eef5805a46892932ad.woff?v=4.7.0') format('woff'), url('/fonts/fontawesome-webfont-b06871f281fee6b241d60582ae9369b9.ttf?v=4.7.0') format('truetype'), url('/fonts/fontawesome-webfont-912ec66d7572ff821749319396470bde.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;
}
/* makes the font 33% larger relative to the icon container */
.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 #eee;
  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;
}
/* Deprecated as of 4.4.0 */
.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: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*framework bug fix*/
.rc-calendar-picker-slide-up-enter {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  display: block !important;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused;
}
.rc-calendar-picker-slide-up-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  display: block !important;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused;
}
.rc-calendar-picker-slide-up-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  display: block !important;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-play-state: paused;
}
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-bottomLeft,
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-bottomRight,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-bottomLeft,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-bottomRight {
  animation-name: rcDropdownSlideUpIn;
  animation-play-state: running;
}
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-bottomLeft:focus,
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-bottomRight:focus,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-bottomLeft:focus,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-bottomRight:focus,
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-bottomLeft:active,
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-bottomRight:active,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-bottomLeft:active,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-bottomRight:active,
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-bottomLeft:focus:active,
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-bottomRight:focus:active,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-bottomLeft:focus:active,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-bottomRight:focus:active {
  outline: none;
  outline-offset: unset;
}
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-topLeft,
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-topRight,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-topLeft,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-topRight {
  animation-name: rcDropdownSlideDownIn;
  animation-play-state: running;
}
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-topLeft:focus,
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-topRight:focus,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-topLeft:focus,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-topRight:focus,
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-topLeft:active,
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-topRight:active,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-topLeft:active,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-topRight:active,
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-topLeft:focus:active,
.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-topRight:focus:active,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-topLeft:focus:active,
.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-topRight:focus:active {
  outline: none;
  outline-offset: unset;
}
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-bottomLeft,
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-bottomRight {
  animation-name: rcDropdownSlideUpOut;
  animation-play-state: running;
}
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-bottomLeft:focus,
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-bottomRight:focus,
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-bottomLeft:active,
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-bottomRight:active,
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-bottomLeft:focus:active,
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-bottomRight:focus:active {
  outline: none;
  outline-offset: unset;
}
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-topLeft,
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-topRight {
  animation-name: rcDropdownSlideDownOut;
  animation-play-state: running;
}
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-topLeft:focus,
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-topRight:focus,
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-topLeft:active,
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-topRight:active,
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-topLeft:focus:active,
.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-topRight:focus:active {
  outline: none;
  outline-offset: unset;
}
@keyframes rcDropdownSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes rcDropdownSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
}
@keyframes rcDropdownSlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
}
@keyframes rcDropdownSlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 100% 100%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 100% 100%;
    transform: scaleY(0);
  }
}
.rc-calendar {
  position: relative;
  outline: none;
  border: 1px solid #f4f4f4;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 1px 5px #ffffff;
  background-clip: padding-box;
  line-height: 1.5;
  width: fit-content;
  z-index: 2000;
}
.rc-calendar-date-panel,
.rc-calendar-panel {
  position: relative;
  outline: none;
}
.rc-calendar-week-number {
  width: 286px;
}
.rc-calendar-week-number-cell {
  text-align: center;
}
.rc-calendar-header {
  padding: 0 10px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #f4f4f4;
}
.rc-calendar-header > a {
  font-weight: bold;
  display: inline-block;
  padding: 0px 5px;
  line-height: 34px;
  text-align: center;
  width: 30px;
}
.rc-calendar-header > a:hover {
  cursor: pointer;
  color: #61bdff;
}
.rc-calendar-header .rc-calendar-prev-month-btn {
  position: absolute;
  left: 0px;
}
.rc-calendar-header .rc-calendar-prev-month-btn:after {
  content: '«';
}
.rc-calendar-header .rc-calendar-next-month-btn {
  position: absolute;
  right: 0px;
}
.rc-calendar-header .rc-calendar-next-month-btn:after {
  content: '»';
}
.rc-calendar-year-select,
.rc-calendar-month-select,
.rc-calendar-day-select {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #5a5f62;
  padding: 0 8px;
  line-height: 34px;
}
.rc-calendar-year-select:hover,
.rc-calendar-month-select:hover,
.rc-calendar-day-select:hover {
  cursor: pointer;
  color: #61bdff;
}
.rc-calendar-prev-month-btn,
.rc-calendar-next-month-btn,
.rc-calendar-prev-year-btn,
.rc-calendar-next-year-btn {
  position: absolute;
  top: 0;
  cursor: pointer;
  color: #292b2d;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 34px;
}
.rc-calendar-prev-month-btn:hover,
.rc-calendar-next-month-btn:hover,
.rc-calendar-prev-year-btn:hover,
.rc-calendar-next-year-btn:hover {
  color: #61bdff;
}
.rc-calendar-next-year-btn {
  right: 0;
  display: none;
}
.rc-calendar-next-year-btn:after {
  content: '»';
}
.rc-calendar-prev-year-btn {
  left: 0;
  display: none;
}
.rc-calendar-prev-year-btn:after {
  content: '«';
}
.rc-calendar-body {
  padding: 9px 10px 10px;
  height: 235px;
}
.rc-calendar table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
}
.rc-calendar table,
.rc-calendar td,
.rc-calendar th,
.rc-calendar td {
  border: none;
}
.rc-calendar-table {
  border-spacing: 0;
  margin-bottom: 0;
}
.rc-calendar-column-header {
  line-height: 18px;
  padding: 6px 0;
  width: 40px;
  text-align: center;
}
.rc-calendar-column-header .rc-calendar-column-header-inner {
  display: block;
  font-weight: 600;
}
.rc-calendar-week-number-header .rc-calendar-column-header-inner {
  display: none;
}
.rc-calendar-cell {
  padding: 1px 0;
}
.rc-calendar-today .rc-calendar-date {
  border: 1px solid #0091fa;
}
.rc-calendar-today .rc-calendar-date-date {
  border: 1px solid #0091fa;
}
.rc-calendar-date {
  display: block;
  margin: 0 auto;
  color: #5a5f62;
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent;
  line-height: 30px;
  text-align: center;
}
.rc-calendar-date:hover {
  background: #c7e7ff;
  color: #ffffff;
  cursor: pointer;
}
.rc-calendar-selected-day .rc-calendar-date {
  background: #0091fa;
  color: #ffffff;
}
.rc-calendar-selected-date .rc-calendar-date {
  background: #0091fa;
  color: #ffffff;
}
.rc-calendar-selected-date .rc-calendar-date:hover {
  background: #61bdff;
}
.rc-calendar-disabled-cell .rc-calendar-date {
  cursor: not-allowed;
  color: #b3b5b6;
  background: transparent;
  border-radius: 0;
  width: auto;
}
.rc-calendar-disabled-cell .rc-calendar-date:hover {
  background: #f4f4f4;
}
.rc-calendar-disabled-cell-first-of-row .rc-calendar-date {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 30px;
}
.rc-calendar-disabled-cell-last-of-row .rc-calendar-date {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 30px;
}
.rc-calendar-last-month-cell .rc-calendar-date,
.rc-calendar-next-month-btn-day .rc-calendar-date {
  color: #b3b5b6;
}
.rc-calendar-footer {
  border-top: 1px solid #f4f4f4;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.rc-calendar-footer .rc-time-picker {
  width: 90px;
}
.rc-calendar-footer .rc-time-picker-input {
  height: 24px;
}
.rc-calendar-footer-show-ok {
  text-align: right;
}
.rc-calendar-footer-show-ok .rc-calendar-footer-btn {
  padding-right: 12px;
}
.rc-calendar-footer-show-ok .rc-calendar-time-picker-btn {
  margin-left: 0;
  padding: 0 12px;
}
.rc-calendar-footer-show-ok .rc-calendar-today-btn {
  float: left;
  padding-left: 12px;
}
.rc-calendar-footer-btn {
  margin-top: 2px;
}
.rc-calendar-footer-btn:after {
  content: 'x';
  height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
}
.rc-calendar-time-picker-btn {
  margin-left: 10px;
}
.rc-calendar-today-btn,
.rc-calendar-ok-btn,
.rc-calendar-time-picker-btn {
  display: inline-block;
  text-align: center;
  color: #f46830;
}
.rc-calendar-today-btn:hover,
.rc-calendar-ok-btn:hover,
.rc-calendar-time-picker-btn:hover {
  cursor: pointer;
  color: #61bdff;
}
.rc-calendar-today-btn-disabled,
.rc-calendar-ok-btn-disabled,
.rc-calendar-time-picker-btn-disabled {
  color: #b3b5b6;
}
.rc-calendar-today-btn-disabled:hover,
.rc-calendar-ok-btn-disabled:hover,
.rc-calendar-time-picker-btn-disabled:hover {
  color: #b3b5b6;
}
.rc-calendar-today-btn {
  padding-left: 10px;
}
.rc-calendar-time-input {
  height: 25px;
  position: relative;
  display: inline-block;
  margin: 0 0;
  padding: 4px 10px;
  background-color: #ffffff;
  color: #5a5f62;
  line-height: 1.5;
  transform: border 0.3s cubic-bezier(0.35, 0, 0.25, 1), background 0.3s cubic-bezier(0.35, 0, 0.25, 1), box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  z-index: 2000;
  width: 40px;
}
.rc-calendar-time-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}
.rc-calendar-time-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #ccc;
}
.rc-calendar-time-panel-body {
  padding: 9px 10px 10px;
}
.rc-calendar-time-panel-title {
  width: 180px;
  font-weight: bold;
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
  height: 30px;
  line-height: 22px;
  border-radius: 4px;
}
.rc-calendar-time-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 255px;
  border-collapse: separate;
}
.rc-calendar-time-panel-cell {
  text-align: center;
  height: 42px;
  vertical-align: middle;
}
.rc-calendar-time-panel-time {
  line-height: 26px;
  display: block;
  border-radius: 4px;
  width: 26px;
  margin: 0 auto;
}
.rc-calendar-time-panel-time:hover {
  background: #ebfaff;
  cursor: pointer;
}
.rc-calendar-time-panel-selected-cell .rc-calendar-time-panel-time {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-time-panel-selected-cell .rc-calendar-time-panel-time:hover {
  background: #3fc7fa;
  color: #fff;
}
.rc-calendar-month-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}
.rc-calendar-month-panel-hidden {
  display: none;
}
.rc-calendar-month-panel-header {
  padding: 0 10px;
  height: 35px;
  line-height: 30px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #f4f4f4;
}
.rc-calendar-month-panel-header > a {
  font-weight: bold;
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
  width: 30px;
}
.rc-calendar-month-panel-header > a:hover {
  cursor: pointer;
  color: #61bdff;
}
.rc-calendar-month-panel-prev-year-btn,
.rc-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
}
.rc-calendar-month-panel-next-year-btn:after {
  content: '»';
}
.rc-calendar-month-panel-prev-year-btn {
  user-select: none;
  left: 0;
}
.rc-calendar-month-panel-prev-year-btn:after {
  content: '«';
}
.rc-calendar-month-panel .rc-calendar-month-panel-year-select {
  width: 180px;
}
.rc-calendar-month-panel-year-select-arrow {
  display: none;
}
.rc-calendar-month-panel-next-year-btn {
  user-select: none;
  right: 0;
}
.rc-calendar-month-panel-body {
  padding: 9px 10px 10px;
  position: absolute;
  top: 34px;
  bottom: 0;
}
.rc-calendar-month-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.rc-calendar-month-panel-cell {
  text-align: center;
}
.rc-calendar-month-panel-cell .rc-calendar-month-panel-month {
  display: block;
  width: 46px;
  margin: 0 auto;
  color: #5a5f62;
  border-radius: 4px 4px;
  height: 36px;
  padding: 0;
  background: transparent;
  line-height: 36px;
  text-align: center;
}
.rc-calendar-month-panel-cell .rc-calendar-month-panel-month:hover {
  background: #61bdff;
  cursor: pointer;
}
.rc-calendar-month-panel-cell-disabled .rc-calendar-month-panel-month {
  color: #f4f4f4;
}
.rc-calendar-month-panel-cell-disabled .rc-calendar-month-panel-month:hover {
  background: white;
  cursor: not-allowed;
}
.rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month {
  background: #0091fa;
  color: #ffffff;
}
.rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month:hover {
  background: #0091fa;
  color: #ffffff;
}
.rc-calendar-year-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}
.rc-calendar-year-panel-hidden {
  display: none;
}
.rc-calendar-year-panel-header {
  padding: 0 10px;
  height: 34px;
  line-height: 30px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #f4f4f4;
}
.rc-calendar-year-panel-header > a {
  font-weight: bold;
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
  width: 30px;
}
.rc-calendar-year-panel-header > a:hover {
  cursor: pointer;
  color: #61bdff;
}
.rc-calendar-year-panel-prev-decade-btn,
.rc-calendar-year-panel-next-decade-btn {
  position: absolute;
  top: 0;
}
.rc-calendar-year-panel-next-decade-btn:after {
  content: '»';
}
.rc-calendar-year-panel-prev-decade-btn {
  user-select: none;
  left: 0;
}
.rc-calendar-year-panel-prev-decade-btn:after {
  content: '«';
}
.rc-calendar-year-panel .rc-calendar-year-panel-decade-select {
  width: 180px;
}
.rc-calendar-year-panel-decade-select-arrow {
  display: none;
}
.rc-calendar-year-panel-next-decade-btn {
  user-select: none;
  right: 0;
}
.rc-calendar-year-panel-body {
  padding: 9px 10px 10px;
  position: absolute;
  bottom: 0;
  top: 34px;
}
.rc-calendar-year-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.rc-calendar-year-panel-cell {
  text-align: center;
}
.rc-calendar-year-panel-year {
  display: block;
  width: 46px;
  margin: 0 auto;
  color: #5a5f62;
  height: 36px;
  padding: 0;
  background: transparent;
  line-height: 36px;
  text-align: center;
}
.rc-calendar-year-panel-year:hover {
  background: #61bdff;
  cursor: pointer;
}
.rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year {
  background: #0091fa;
  color: #ffffff;
}
.rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year:hover {
  background: #0091fa;
  color: #ffffff;
}
.rc-calendar-year-panel-last-decade-cell .rc-calendar-year-panel-year,
.rc-calendar-year-panel-next-decade-cell .rc-calendar-year-panel-year {
  user-select: none;
  -webkit-user-select: none;
}
.rc-calendar-decade-panel {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  z-index: 10;
  position: absolute;
  outline: none;
}
.rc-calendar-decade-panel-hidden {
  display: none;
}
.rc-calendar-decade-panel-header {
  padding: 0 10px;
  height: 35px;
  line-height: 34px;
  position: relative;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  border-bottom: 1px solid #f4f4f4;
}
.rc-calendar-decade-panel-header > a {
  font-weight: bold;
  display: inline-block;
  padding: 1px 5px;
  text-align: center;
  width: 30px;
}
.rc-calendar-decade-panel-header > a:hover {
  cursor: pointer;
  color: #61bdff;
}
.rc-calendar-decade-panel-prev-century-btn,
.rc-calendar-decade-panel-next-century-btn {
  position: absolute;
  top: 0;
}
.rc-calendar-decade-panel-next-century-btn:after {
  content: '»';
}
.rc-calendar-decade-panel-prev-century-btn {
  user-select: none;
  left: 0;
}
.rc-calendar-decade-panel-prev-century-btn:after {
  content: '«';
}
.rc-calendar-decade-panel-next-century-btn {
  user-select: none;
  right: 0;
}
.rc-calendar-decade-panel-body {
  padding: 9px 10px 10px;
  position: absolute;
  bottom: 0;
  top: 34px;
}
.rc-calendar-decade-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.rc-calendar-decade-panel-cell {
  text-align: center;
}
.rc-calendar-decade-panel-decade {
  display: block;
  margin: 0 auto;
  color: #5a5f62;
  height: 40px;
  padding: 0;
  background: transparent;
  line-height: 40px;
  text-align: center;
}
.rc-calendar-decade-panel-decade:hover {
  background: #c7e7ff;
  cursor: pointer;
}
.rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade {
  background: #0091fa;
  color: #ffffff;
}
.rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade:hover {
  background: #0091fa;
  color: #ffffff;
}
.rc-calendar-decade-panel-last-century-cell .rc-calendar-decade-panel-decade,
.rc-calendar-decade-panel-next-century-cell .rc-calendar-decade-panel-decade {
  user-select: none;
  -webkit-user-select: none;
}
/**
 * React Select
 * ============
 * Created by Jed Watson and Joss Mackison for KeystoneJS, http://www.keystonejs.com/
 * https://twitter.com/jedwatson https://twitter.com/jossmackison https://twitter.com/keystonejs
 * MIT License: https://github.com/JedWatson/react-select
*/
.Select {
  position: relative;
}
.Select,
.Select div,
.Select input,
.Select span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Select.is-disabled > .Select-control {
  background-color: #f9f9f9;
}
.Select.is-disabled > .Select-control:hover {
  box-shadow: none;
}
.Select.is-disabled .Select-arrow-zone {
  cursor: default;
  pointer-events: none;
  opacity: 0.35;
}
.Select-control {
  background-color: #fff;
  border-color: #d9d9d9 #ccc #b3b3b3;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  cursor: default;
  display: table;
  border-spacing: 0;
  border-collapse: separate;
  height: 36px;
  outline: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.Select-control:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.Select-control .Select-input:focus {
  outline: none;
}
.is-searchable.is-open > .Select-control {
  cursor: text;
}
.is-open > .Select-control {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control .Select-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.is-searchable.is-focused:not(.is-open) > .Select-control {
  cursor: text;
}
.is-focused:not(.is-open) > .Select-control {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.Select-placeholder,
.Select--single > .Select-control .Select-value {
  bottom: 0;
  color: #aaa;
  left: 0;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.has-value.is-clearable.Select--single > .Select-control .Select-value {
  padding-right: 42px;
}
.has-value.Select--single > .Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value .Select-value-label {
  color: #333;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label {
  cursor: pointer;
  text-decoration: none;
}
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:hover,
.has-value.Select--single > .Select-control .Select-value a.Select-value-label:focus,
.has-value.is-pseudo-focused.Select--single > .Select-control .Select-value a.Select-value-label:focus {
  color: #007eff;
  outline: none;
  text-decoration: underline;
}
.Select-input {
  height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.Select-input > input {
  width: 100%;
  background: none transparent;
  border: 0 none;
  box-shadow: none;
  cursor: default;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  outline: none;
  line-height: 14px;
  /* For IE 8 compatibility */
  padding: 8px 0 12px;
  /* For IE 8 compatibility */
  -webkit-appearance: none;
}
.is-focused .Select-input > input {
  cursor: text;
}
.has-value.is-pseudo-focused .Select-input {
  opacity: 0;
}
.Select-control:not(.is-searchable) > .Select-input {
  outline: none;
}
.Select-loading-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
.Select-loading {
  -webkit-animation: Select-animation-spin 400ms infinite linear;
  -o-animation: Select-animation-spin 400ms infinite linear;
  animation: Select-animation-spin 400ms infinite linear;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-right-color: #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.Select-clear-zone {
  -webkit-animation: Select-animation-fadeIn 200ms;
  -o-animation: Select-animation-fadeIn 200ms;
  animation: Select-animation-fadeIn 200ms;
  color: #999;
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.Select-clear-zone:hover {
  color: #D0021B;
}
.Select-clear {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
}
.Select--multi .Select-clear-zone {
  width: 17px;
}
.Select-arrow-zone {
  cursor: pointer;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  position: relative;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
  border-top-color: #666;
}
.Select--multi .Select-multi-value-wrapper {
  display: inline-block;
}
.Select .Select-aria-only {
  display: inline-block;
  height: 1px;
  width: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Select-animation-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.Select-menu-outer {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-color: #e6e6e6;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-top: -1px;
  max-height: 200px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-option {
  box-sizing: border-box;
  background-color: #fff;
  color: #666666;
  cursor: pointer;
  display: block;
  padding: 8px 10px;
}
.Select-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.Select-option.is-selected {
  background-color: #f5faff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.04);
  color: #333;
}
.Select-option.is-focused {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  color: #333;
}
.Select-option.is-disabled {
  color: #cccccc;
  cursor: default;
}
.Select-noresults {
  box-sizing: border-box;
  color: #999999;
  cursor: default;
  display: block;
  padding: 8px 10px;
}
.Select--multi .Select-input {
  vertical-align: middle;
  margin-left: 10px;
  padding: 0;
}
.Select--multi.has-value .Select-input {
  margin-left: 5px;
}
.Select--multi .Select-value {
  background-color: #ebf5ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.08);
  border-radius: 2px;
  border: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border: 1px solid rgba(0, 126, 255, 0.24);
  color: #007eff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.4;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
}
.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
  display: inline-block;
  vertical-align: middle;
}
.Select--multi .Select-value-label {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  cursor: default;
  padding: 2px 5px;
}
.Select--multi a.Select-value-label {
  color: #007eff;
  cursor: pointer;
  text-decoration: none;
}
.Select--multi a.Select-value-label:hover {
  text-decoration: underline;
}
.Select--multi .Select-value-icon {
  cursor: pointer;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  border-right: 1px solid #c2e0ff;
  /* Fallback color for IE 8 */
  border-right: 1px solid rgba(0, 126, 255, 0.24);
  padding: 1px 5px 3px;
}
.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
  background-color: #d8eafd;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 113, 230, 0.08);
  color: #0071e6;
}
.Select--multi .Select-value-icon:active {
  background-color: #c2e0ff;
  /* Fallback color for IE 8 */
  background-color: rgba(0, 126, 255, 0.24);
}
.Select--multi.is-disabled .Select-value {
  background-color: #fcfcfc;
  border: 1px solid #e3e3e3;
  color: #333;
}
.Select--multi.is-disabled .Select-value-icon {
  cursor: not-allowed;
  border-right: 1px solid #e3e3e3;
}
.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
  background-color: #fcfcfc;
}
@keyframes Select-animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes Select-animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.has-error label {
  color: #DC3545;
}
.has-error .css-13cymwt-control {
  border: 1px solid #DC3545;
}
.ui-select-control .custom_icon-check i {
  font-size: 20px;
  font-weight: bold;
  float: right;
  margin-right: 17px;
}
.ui-select-control .custom_icon-remove i {
  margin-left: 3px;
}
@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
  width: 100%;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-names {
  margin-bottom: -8px;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__month--selected, .react-datepicker__month--in-selecting-range, .react-datepicker__month--in-range,
.react-datepicker__quarter--selected,
.react-datepicker__quarter--in-selecting-range,
.react-datepicker__quarter--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__month--selected:hover, .react-datepicker__month--in-selecting-range:hover, .react-datepicker__month--in-range:hover,
.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter--in-selecting-range:hover,
.react-datepicker__quarter--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__month--disabled,
.react-datepicker__quarter--disabled {
  color: #ccc;
  pointer-events: none;
}
.react-datepicker__month--disabled:hover,
.react-datepicker__quarter--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__month-text.react-datepicker__month--selected:hover, .react-datepicker__month-text.react-datepicker__month--in-range:hover, .react-datepicker__month-text.react-datepicker__quarter--selected:hover, .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #216ba5;
}
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover {
  background-color: #f0f0f0;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "×";
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}
.datecontrol-group .react-datepicker-wrapper {
  display: block;
  position: relative;
}
.datecontrol-group .react-datepicker-wrapper .react-datepicker__input-container {
  display: block;
}
.datecontrol-group .react-datepicker-wrapper .react-datepicker__close-icon {
  height: 10px;
  width: 18px;
  line-height: 1.1;
  position: absolute;
  right: 7px;
  top: 17px;
}
.datecontrol-group .react-datepicker-wrapper .react-datepicker__close-icon::after {
  background-color: transparent;
  color: #999;
  font-size: 18px;
  padding: 1px;
}
.datecontrol-group .react-datepicker-wrapper .date-control {
  height: 45px;
  font: inherit;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  margin: 0px;
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #31373b;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.datecontrol-group .react-datepicker-wrapper .date-control:focus {
  border-color: #66afe9;
  outline: 0;
  outline-offset: -2px;
}
.datecontrol-group .react-datepicker__header {
  text-align: center;
  background-color: #fff;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  border-bottom: 0px;
  padding-top: 8px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.datecontrol-group .react-datepicker__header .react-datepicker__header__dropdown {
  padding: 2em 0em;
  border-bottom: 1px solid #dde3e8;
}
.datecontrol-group .react-datepicker__header .react-datepicker__month-dropdown-container {
  padding-right: 20%;
}
.datecontrol-group .react-datepicker__header .react-datepicker__month-dropdown-container .react-datepicker__month-dropdown + div {
  color: #0a6cff;
  font-weight: 600;
}
.datecontrol-group .react-datepicker__header .react-datepicker__month-dropdown-container .react-datepicker__month-read-view {
  font-size: 2em;
  font-weight: 300;
  visibility: visible !important;
  color: #2c3b42;
}
.datecontrol-group .react-datepicker__header .react-datepicker__month-dropdown-container .react-datepicker__month-read-view span.react-datepicker__month-read-view--down-arrow {
  display: none;
}
.datecontrol-group .react-datepicker__header .react-datepicker__year-dropdown-container {
  padding-left: 20%;
}
.datecontrol-group .react-datepicker__header .react-datepicker__year-dropdown-container .react-datepicker__year-dropdown + div {
  color: #0a6cff;
  font-weight: 600;
}
.datecontrol-group .react-datepicker__header .react-datepicker__year-dropdown-container .react-datepicker__year-read-view {
  font-size: 2em;
  font-weight: 300;
  visibility: visible !important;
  color: #2c3b42;
}
.datecontrol-group .react-datepicker__header .react-datepicker__year-dropdown-container .react-datepicker__year-read-view span.react-datepicker__year-read-view--down-arrow {
  display: none;
}
.datecontrol-group .react-datepicker__header .react-datepicker__day-names .react-datepicker__day-name {
  color: #566268;
}
.datecontrol-group button.react-datepicker__navigation--previous {
  margin: 3em 0em;
}
.datecontrol-group button.react-datepicker__navigation--previous::before:hover {
  color: #2c3b42;
}
.datecontrol-group button.react-datepicker__navigation--previous:focus {
  outline: none;
}
.datecontrol-group button.react-datepicker__navigation--next {
  margin: 3em 0em;
}
.datecontrol-group button.react-datepicker__navigation--next::after:hover {
  color: #2c3b42;
}
.datecontrol-group button.react-datepicker__navigation--next:focus {
  outline: none;
}
.datecontrol-group .react-datepicker-popper {
  z-index: 2;
}
.datecontrol-group .react-datepicker-popper .react-datepicker {
  font-size: 0.75em;
  font-family: 'Titillium Web', sans-serif;
}
.datecontrol-group .react-datepicker-popper .react-datepicker__day-name,
.datecontrol-group .react-datepicker-popper .react-datepicker__day,
.datecontrol-group .react-datepicker-popper .react-datepicker__time-name {
  font-size: 1.3em;
  font-weight: 300;
  margin: 5px 10px;
  padding: 4px 0px;
  width: 25px;
}
.datecontrol-group .react-datepicker-popper .react-datepicker__day,
.datecontrol-group .react-datepicker-popper .react-datepicker__day.react-datepicker__day--today,
.datecontrol-group .react-datepicker-popper .react-datepicker__day.react-datepicker__day--keyboard-selected,
.datecontrol-group .react-datepicker-popper .react-datepicker__day.react-datepicker__day--selected {
  border-radius: 3em;
}
.datecontrol-group .react-datepicker-popper .react-datepicker__day:hover,
.datecontrol-group .react-datepicker-popper .react-datepicker__day.react-datepicker__day--today:hover,
.datecontrol-group .react-datepicker-popper .react-datepicker__day.react-datepicker__day--keyboard-selected:hover,
.datecontrol-group .react-datepicker-popper .react-datepicker__day.react-datepicker__day--selected:hover {
  border-radius: 3em;
}
.datecontrol-group .react-datepicker-popper .react-datepicker__day--selected {
  background-color: #0a6cff;
}
.datecontrol-group .react-datepicker-popper .react-datepicker__day--disabled {
  background-color: #000;
  color: #fff;
  border-radius: 0;
}
.datecontrol-group .react-datepicker-popper .react-datepicker__day--disabled:hover {
  border-radius: 0;
  cursor: not-allowed;
}
.datecontrol-group .react-datepicker__day-names {
  white-space: nowrap;
  padding-top: 1.33em;
}
.datecontrol-group .react-datepicker__month-dropdown {
  background-color: #f0f0f0;
  font-size: 2em;
  position: fixed;
  width: 99.5%;
  padding-top: -3em;
  bottom: bottom;
  top: 78px;
  left: 0px;
  height: 269px;
  overflow-y: auto;
  border-radius: 0px;
  border-top: 1px solid #dde3e8;
  border-left: 1px solid #dde3e8;
  border-right: 1px solid #dde3e8;
  border-bottom: 0px;
  background-color: #fff;
  animation: 0.2s 1 normal fadeIn;
}
.datecontrol-group .react-datepicker__month-dropdown .react-datepicker__month-option {
  line-height: 2.5em;
  transition: color 0.2s ease-in;
  font-weight: 300;
}
.datecontrol-group .react-datepicker__month-dropdown .react-datepicker__month-option:hover {
  background-color: transparent;
  color: #0a6cff;
}
.datecontrol-group .react-datepicker__month-dropdown .react-datepicker__month-option.--selected_month {
  color: #0a6cff;
  font-weight: 600;
}
.datecontrol-group .react-datepicker__month-dropdown .react-datepicker__month-option.--selected_month span.react-datepicker__month-option--selected {
  display: none;
}
.datecontrol-group .react-datepicker__year-dropdown {
  background-color: #f0f0f0;
  font-size: 2em;
  position: fixed;
  width: 99.5%;
  padding-top: -3em;
  bottom: bottom;
  top: 78px;
  left: 0px;
  height: 269px;
  overflow-y: auto;
  border-radius: 0px;
  border-top: 1px solid #dde3e8;
  border-left: 1px solid #dde3e8;
  border-right: 1px solid #dde3e8;
  border-bottom: 0px;
  background-color: #fff;
  animation: 0.2s 1 normal fadeIn;
}
.datecontrol-group .react-datepicker__year-dropdown .react-datepicker__year-option {
  line-height: 2.5em;
  transition: color 0.2s ease-in;
  font-weight: 300;
}
.datecontrol-group .react-datepicker__year-dropdown .react-datepicker__year-option:hover {
  background-color: transparent;
  color: #0a6cff;
}
.datecontrol-group .react-datepicker__year-dropdown .react-datepicker__year-option.react-datepicker__year-option.--selected_year {
  color: #0a6cff;
  font-weight: 600;
}
.datecontrol-group .react-datepicker__year-dropdown .react-datepicker__year-option.react-datepicker__year-option.--selected_year span.react-datepicker__year-option--selected {
  display: none;
}
.datecontrol-group .react-datepicker__year-dropdown .react-datepicker__year-option:hover {
  background-color: transparent;
  color: #0a6cff;
}
.datecontrol-group .react-datepicker {
  border: 1px solid #dde3e8;
  animation: 0.1s 1 normal fadeIn;
}
.datecontrol-group .react-datepicker .react-datepicker__current-month.react-datepicker__current-month--hasYearDropdown.react-datepicker__current-month--hasMonthDropdown {
  display: none;
}
.datecontrol-group .react-datepicker .react-datepicker__day--outside-month {
  color: #cfd1d2;
}
.daterange-group {
  position: relative;
}
.daterange-group .range-margin-bottom {
  margin-bottom: 24px;
}
.daterange-group .show-date-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  font-family: "Source Sans Pro", sans-serif;
  display: flex;
}
.daterange-group .fv-label i {
  margin: 0px 8px;
  color: #75738D;
  font-size: 24px;
}
.daterange-group .edit-date-range-group {
  display: flex;
  border-radius: 8px;
  height: 44px;
  position: relative;
}
.daterange-group .edit-date-range-group .range-icon {
  text-align: center;
  margin: 10px 0px 0px 0px;
  color: #75738D;
  font-size: 24px;
}
.daterange-group .edit-date-range-group .range-clear-icon {
  position: absolute;
  top: 13px;
  right: 16px;
  font-size: 16px;
  cursor: pointer;
}
.daterange-group .edit-date-range-group .form-control {
  border: none;
  box-shadow: none;
  height: 42px;
  padding: 10px 16px;
  min-width: 88px;
  width: 88px;
  background: transparent;
}
.daterange-group .edit-date-range-group .date-control {
  height: 42px;
}
.daterange-group .edit-date-range-group .help-block {
  position: absolute;
  left: 0px;
}
.daterange-group .edit-date-range-group .datecontrol-group .react-datepicker-wrapper .react-datepicker__close-icon {
  top: 14px;
  right: 0px;
}
.daterange-group .error-date-range {
  border: 1px solid #f34235;
}
.daterange-group .success-date-range {
  border: 1px solid #75738D;
}
.daterange-group .error-date-range:hover {
  border: 1px solid #827CEE;
}
.daterange-group .error-date-range:focus-within {
  border-color: #b3150a;
  -webkit-box-shadow: 0px 0px 2px 1px #f66a60;
  box-shadow: 0px 0px 2px 1px #f66a60;
}
.floating-datecontrol-group {
  position: relative;
}
.floating-datecontrol-group input {
  outline: none;
  margin: 0px;
}
.floating-datecontrol-group input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -moz-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
}
.floating-datecontrol-group input:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.floating-datecontrol-group > .floating-label {
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 12px;
  z-index: -1;
  background-color: #ffffff;
  -moz-animation: all 300ms none ease-out;
  -webkit-animation: all 300ms none ease-out;
  -o-animation: all 300ms none ease-out;
  -ms-animation: all 300ms none ease-out;
  -khtml-animation: all 300ms none ease-out;
  animation: all 300ms none ease-out;
  animation-play-state: running !important;
  -webkit-animation-play-state: running !important;
}
.floating-datecontrol-group.empty > label.floating-label {
  font-size: 14px;
  animation: none;
  -webkit-animation: none;
  display: none;
}
.floating-datecontrol-group:not(.empty) > label.floating-label {
  z-index: 1;
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  color: #00406e;
  display: block;
}
.floating-datecontrol-group:not(.empty):focus > label.floating-label {
  color: #0091fa;
}
.floating-datecontrol-group.has-error > input:not(.empty):focus + label.floating-label {
  color: #f34235;
  outline: none;
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .react-datepicker__portal .react-datepicker {
    font-size: 150%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100vw;
    height: 100vh;
  }
  .react-datepicker__portal .react-datepicker .react-datepicker__header .react-datepicker__header__dropdown.react-datepicker__header__dropdown--scroll {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .react-datepicker__portal .react-datepicker .react-datepicker__header .react-datepicker__month-dropdown-container.react-datepicker__month-dropdown-container--scroll,
  .react-datepicker__portal .react-datepicker .react-datepicker__header .react-datepicker__year-dropdown-container.react-datepicker__year-dropdown-container--scroll {
    padding: 0;
  }
  .react-datepicker__portal .react-datepicker .react-datepicker__month-read-view--selected-month,
  .react-datepicker__portal .react-datepicker .react-datepicker__year-read-view--selected-year {
    font-size: 0.85em;
    font-weight: 300;
  }
  .react-datepicker__portal .react-datepicker .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker .react-datepicker__day {
    width: 1.75em;
    line-height: 1.75em;
    font-weight: 300;
    border-radius: 3em;
  }
  .react-datepicker__portal .react-datepicker .react-datepicker__day--selected,
  .react-datepicker__portal .react-datepicker .react-datepicker__day--in-selecting-range,
  .react-datepicker__portal .react-datepicker .react-datepicker__day--in-range {
    background-color: #0a6cff;
    border-radius: 3em;
  }
  .react-datepicker__portal .react-datepicker .react-datepicker__day--disabled {
    background-color: #000;
    color: #fff;
    border-radius: 0;
  }
  .react-datepicker__portal .react-datepicker .react-datepicker__day--disabled:hover {
    border-radius: 0;
    cursor: not-allowed;
  }
  .react-datepicker__portal .react-datepicker .react-datepicker__month-dropdown,
  .react-datepicker__portal .react-datepicker .react-datepicker__year-dropdown {
    position: fixed;
    width: 99.5%;
    top: 0px;
    left: 0px;
    height: 100vh;
    background-color: #fff;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.compound-slider {
  position: relative;
  width: 100%;
  height: 80px;
}
.compound-slider .slider-rail {
  position: absolute;
  left: -5px;
  right: -5px;
  height: 5px;
  margin-top: 35px;
  border-radius: 5px;
  background-color: #ddd;
  cursor: pointer;
}
.compound-slider .slider-tracks .slider-track {
  position: absolute;
  height: 5px;
  z-index: 1;
  margin-top: 35px;
  background-color: #0091fa;
  border-radius: 5px;
  cursor: pointer;
}
.compound-slider .slider-handles .slider-handle {
  position: absolute;
  margin-left: -7.5px;
  margin-top: 30px;
  z-index: 2;
  width: 15px;
  height: 15px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  background-color: #0091fa;
}
.compound-slider .slider-handles .slider-handle .handle-label {
  font-size: 11px;
  margin-top: -25px;
  margin-left: -12.5px;
  margin-right: -12.5px;
  color: #fff;
  background-color: #0091fa;
  padding: 2px;
  border-radius: 4px;
}
.compound-slider .slider-handles .slider-handle .handle-label .arrow-down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #0091fa;
  position: absolute;
  left: calc(50% - 7px);
}
.compound-slider .slider-handles .slider-handle:active {
  z-index: 3;
  background-color: #0073c7;
}
.compound-slider .slider-handles .slider-handle:active .handle-label {
  background-color: #0073c7;
}
.compound-slider .slider-handles .slider-handle:active .handle-label .arrow-down {
  border-top-color: #0073c7;
}
.compound-slider .slider-ticks .slider-tick {
  position: absolute;
  margin-top: 40px;
  margin-left: -0.5px;
  width: 1px;
  height: 8px;
  background-color: #ddd;
}
.compound-slider .slider-ticks .tick-label {
  position: absolute;
  margin-top: 50px;
  font-size: 10px;
  text-align: center;
}
.timerange-slider {
  padding: 15px 30px;
}
.timerange-slider .time-popover {
  position: relative;
  display: inline-block;
}
.timerange-slider .time-popover .time-button {
  color: #31373b;
}
.timerange-slider .time-popover .time-button:hover,
.timerange-slider .time-popover .time-button:focus {
  outline: none;
  text-decoration: none;
}
.timerange-slider .time-popover .time-button:hover:active,
.timerange-slider .time-popover .time-button:focus:active {
  outline: none;
  text-decoration: none;
}
.timerange-slider .time-popover .popover-content {
  min-width: 250px;
}
.timerange-slider .time-popover .popover-content .content-footer {
  text-align: right;
}
.timerange-slider .time-popover .popover-content .content-footer .btn {
  min-width: 75px;
  margin-left: 15px;
}
.timerange-slider .react-datepicker__time-container {
  width: 100px;
}
.timerange-slider .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 100px;
}
.timerange-slider .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  padding: 0px;
  font-size: 12px;
  height: 80px;
}
.timerange-slider .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  display: none;
}
.time-select-popover {
  border-radius: 10px;
  padding: 10px;
}
.time-select-popover .time-popover {
  border-radius: 10px;
  padding: 10px;
}
.popover-footer {
  display: flex;
  justify-content: center;
}
.popover-footer .btn-primary {
  margin: 10px;
}
.date-picker .react-datepicker {
  font-family: 'Source Sans Pro Regular';
  font-size: 14px;
  border: 1px solid #CED3DA;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.date-picker .react-datepicker__current-month {
  font-size: 16px;
  flex: 1;
}
.date-picker .react-datepicker__navigation {
  top: 16px;
}
.date-picker .react-datepicker__day-name,
.date-picker .react-datepicker__day,
.date-picker .react-datepicker__time-name {
  width: 45px;
  color: #645ED0;
  line-height: 28px;
}
.date-picker .react-datepicker__week {
  margin: 7px 0px;
}
.date-picker .react-datepicker__day--selected,
.date-picker .react-datepicker__day--in-selecting-range,
.date-picker .react-datepicker__day--in-range,
.date-picker .react-datepicker__month-text--selected,
.date-picker .react-datepicker__month-text--in-selecting-range,
.date-picker .react-datepicker__month-text--in-range,
.date-picker .react-datepicker__quarter-text--selected,
.date-picker .react-datepicker__quarter-text--in-selecting-range,
.date-picker .react-datepicker__quarter-text--in-range,
.date-picker .react-datepicker__year-text--selected,
.date-picker .react-datepicker__year-text--in-selecting-range,
.date-picker .react-datepicker__year-text--in-range {
  border-radius: 4px;
  background-color: #645ED0;
  color: #ffffff;
}
.date-picker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #645ED0;
}
.date-picker .react-datepicker__month--selected,
.date-picker .react-datepicker__month--in-selecting-range,
.date-picker .react-datepicker__month--in-range,
.date-picker .react-datepicker__quarter--selected,
.date-picker .react-datepicker__quarter--in-selecting-range,
.date-picker .react-datepicker__quarter--in-range {
  background-color: #645ED0;
}
.date-picker .react-datepicker__month-text.react-datepicker__month--selected:hover,
.date-picker .react-datepicker__month-text.react-datepicker__month--in-range:hover,
.date-picker .react-datepicker__month-text.react-datepicker__quarter--selected:hover,
.date-picker .react-datepicker__month-text.react-datepicker__quarter--in-range:hover,
.date-picker .react-datepicker__quarter-text.react-datepicker__month--selected:hover,
.date-picker .react-datepicker__quarter-text.react-datepicker__month--in-range:hover,
.date-picker .react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,
.date-picker .react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover {
  background-color: #645ED0;
}
.date-picker .react-datepicker__day--keyboard-selected,
.date-picker .react-datepicker__month-text--keyboard-selected,
.date-picker .react-datepicker__quarter-text--keyboard-selected,
.date-picker .react-datepicker__year-text--keyboard-selected {
  color: #645ED0;
}
.date-picker .react-datepicker__header {
  background-color: #ffffff;
  border-bottom: none;
  padding: 0px 0;
}
.date-picker .react-datepicker__current-month,
.date-picker .react-datepicker-time__header,
.date-picker .react-datepicker-year-header {
  background: #645ED0;
  color: #ffffff;
}
.date-picker .react-datepicker__year-read-view--down-arrow,
.date-picker .react-datepicker__month-read-view--down-arrow,
.date-picker .react-datepicker__month-year-read-view--down-arrow,
.date-picker .react-datepicker__navigation-icon::before {
  border-color: #ffffff;
}
.date-picker .react-datepicker-wrapper {
  width: 100%;
}
.date-picker .react-datepicker__day-names {
  white-space: nowrap;
  padding: 0px;
  margin: 7px;
  border-radius: 4px;
}
.date-picker .react-datepicker__month {
  margin-top: 12px;
  margin-bottom: 14px;
}
.date-picker .react-datepicker-popper[data-placement^=top] {
  padding-bottom: 0px;
}
.date-picker .react-datepicker-popper[data-placement^=bottom] {
  padding-top: 4px;
}
.date-picker .react-datepicker__navigation-icon--next {
  left: -8px;
}
.date-picker .react-datepicker__navigation-icon--previous {
  right: -8px;
}
.date-picker .react-datepicker__day--disabled {
  cursor: default;
  color: #546274;
}
.date-picker .month-nav-button-disabled {
  visibility: hidden;
}
.date-picker .month-nav-button {
  background: #645ED0;
  color: #ffffff;
  flex: 1;
}
.date-picker .calendar-icon {
  margin-left: -45px;
}
.date-picker .input-control {
  display: flex;
  align-items: center;
}
.date-picker .input-control .ui-action-icon .primary {
  font-size: 20px;
}
.date-picker .input-control .ui-action-icon .primary:hover {
  background: #ffffff;
  color: #645ED0;
}
.date-picker .custom-header {
  background: #645ED0;
  padding: 16px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.date-picker .custom-header .month-and-year .header-text {
  text-decoration: underline;
}
.date-picker .custom-header .month-and-year .header-text:hover {
  cursor: pointer;
}
.date-picker .custom-header .month-and-year .months-and-years-lists {
  display: flex;
  justify-content: space-around;
  position: absolute;
  z-index: 5555;
  width: 100%;
  left: 0px;
  background-color: #ffffff;
  overflow: hidden;
  margin-top: 5px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
}
.date-picker .custom-header .month-and-year .months-and-years-lists::before,
.date-picker .custom-header .month-and-year .months-and-years-lists::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 20%;
  z-index: 55555;
  content: '';
  pointer-events: none;
}
.date-picker .custom-header .month-and-year .months-and-years-lists::before {
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
  top: 0px;
}
.date-picker .custom-header .month-and-year .months-and-years-lists::after {
  background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
  bottom: 0px;
}
.date-picker .custom-header .month-and-year .months-and-years-lists.hide {
  display: none;
}
.date-picker .custom-header .month-and-year .months-and-years-lists .month-or-year-list {
  overflow: scroll;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 5px;
  padding-left: 5px;
  box-sizing: content-box;
  scrollbar-width: none;
}
.date-picker .custom-header .month-and-year .months-and-years-lists .month-or-year-list:nth-child(1) {
  padding-left: 10px;
}
.date-picker .custom-header .month-and-year .months-and-years-lists .month-or-year-list:nth-child(2) {
  padding-right: 10px;
}
.date-picker .custom-header .month-and-year .months-and-years-lists .month-or-year-list button {
  display: block;
  width: 100%;
  padding: 4px 0px;
  border-radius: 4px;
  background: transparent;
  border: none;
  box-shadow: none;
  height: auto;
  font-size: 14px;
  font-weight: 400;
}
.date-picker .custom-header .month-and-year .months-and-years-lists .month-or-year-list button:focus {
  border: none;
}
.date-picker .custom-header .month-and-year .months-and-years-lists .month-or-year-list button:first-child {
  margin-top: 8px;
}
.date-picker .custom-header .month-and-year .months-and-years-lists .month-or-year-list button:last-child {
  margin-bottom: 8px;
}
.date-picker .custom-header .month-and-year .months-and-years-lists .month-or-year-list button.active {
  background-color: #645ED0;
  color: #ffffff;
}
.date-picker-input {
  width: 100%;
  min-height: 45px;
  padding: 0px;
  padding: 12px 12px;
  border-radius: 8px;
  border: 1px solid #DDE3E8;
  box-shadow: none;
}
.flex {
  display: flex;
}
.flex.flex-row {
  flex-direction: row;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.flex-justify-flex-start {
  justify-content: flex-start;
}
.flex.flex-justify-flex-end {
  justify-content: flex-end;
}
.flex.flex-justify-center {
  justify-content: center;
}
.flex.flex-justify-space-between {
  justify-content: space-between;
}
.flex.flex-justify-space-around {
  justify-content: space-around;
}
.flex.flex-justify-inherit {
  justify-content: inherit;
}
.flex.flex-justify-initial {
  justify-content: initial;
}
.flex.flex-align-flex-start {
  align-items: flex-start;
}
.flex.flex-align-flex-end {
  align-items: flex-end;
}
.flex.flex-align-stretch {
  align-items: stretch;
}
.flex.flex-align-center {
  align-items: center;
}
.flex.flex-align-baseline {
  align-items: baseline;
}
.flex.flex-align-inherit {
  align-items: inherit;
}
.flex.flex-align-initial {
  align-items: initial;
}
.flex-grid {
  flex-wrap: wrap;
}
.flex-grid-item {
  margin-right: 30px;
  margin-bottom: 30px;
}
@media (min-width: 1100px) {
  .flex-grid > :nth-child(3n) {
    margin-right: 0;
  }
  .flex-grid-item {
    width: calc((100% - (30.1px * 2))/3);
  }
}
@media (max-width: 1100px) and (min-width: 746px) {
  .flex-grid > :nth-child(2n) {
    margin-right: 0;
  }
  .flex-grid-item {
    width: calc((100% - (30px * 1))/2);
  }
}
@media (max-width: 745px) {
  .flex-grid-item {
    margin-right: 0;
    width: 100%;
  }
}
.show-all-button {
  cursor: pointer;
  background: #395FF0;
  color: #FFF;
  padding: 10px 15px;
  border-radius: 6px;
}
.show-all-button:hover {
  background: #214cee;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #31373b;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0091fa;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0065ae;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #0091fa;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0073c7;
}
.text-success {
  color: #4bae4f;
}
a.text-success:hover,
a.text-success:focus {
  color: #3c8a3f;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #f34235;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e71d0e;
}
.bg-primary {
  color: #fff;
  background-color: #0091fa;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0073c7;
}
.bg-success {
  background-color: #b4deb5;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #90cf92;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #fcc9c5;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f99c95;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #b4deb5;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #a2d7a4;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fcc9c5;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #fab3ad;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #31373b;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #31373b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #9ea5af;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #9ea5af;
}
.form-control::-webkit-input-placeholder {
  color: #9ea5af;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #4bae4f;
}
.has-success .form-control {
  border-color: #4bae4f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #3c8a3f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #90cf92;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #90cf92;
}
.has-success .input-group-addon {
  color: #4bae4f;
  border-color: #4bae4f;
  background-color: #b4deb5;
}
.has-success .form-control-feedback {
  color: #4bae4f;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #f34235;
}
.has-error .form-control {
  border-color: #f34235;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e71d0e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f99c95;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f99c95;
}
.has-error .input-group-addon {
  color: #f34235;
  border-color: #f34235;
  background-color: #fcc9c5;
}
.has-error .form-control-feedback {
  color: #f34235;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6b7881;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-outline-secondary {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  color: #ffffff;
  background-color: #e6e6e6;
  border-color: #b3b3b3;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #e6e6e6;
  border-color: #d4d4d4;
}
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open > .dropdown-toggle.btn-outline-secondary {
  color: #ffffff;
  background-color: #e6e6e6;
  border-color: #d4d4d4;
}
.btn-outline-secondary:active:hover,
.btn-outline-secondary.active:hover,
.open > .dropdown-toggle.btn-outline-secondary:hover,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.open > .dropdown-toggle.btn-outline-secondary:focus,
.btn-outline-secondary:active.focus,
.btn-outline-secondary.active.focus,
.open > .dropdown-toggle.btn-outline-secondary.focus {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #b3b3b3;
}
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.open > .dropdown-toggle.btn-outline-secondary {
  background-image: none;
}
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary[disabled]:hover,
fieldset[disabled] .btn-outline-secondary:hover,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary[disabled]:focus,
fieldset[disabled] .btn-outline-secondary:focus,
.btn-outline-secondary.disabled.focus,
.btn-outline-secondary[disabled].focus,
fieldset[disabled] .btn-outline-secondary.focus {
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.btn-outline-secondary .badge {
  color: #ffffff;
  background-color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #395FF0;
  border-color: #214cee;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #113de5;
  border-color: #0a2486;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #113de5;
  border-color: #0f34c3;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #113de5;
  border-color: #0f34c3;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #0f34c3;
  border-color: #0a2486;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #395FF0;
  border-color: #214cee;
}
.btn-primary .badge {
  color: #395FF0;
  background-color: #ffffff;
}
.btn-success {
  color: #fff;
  background-color: #4bae4f;
  border-color: #439c47;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #3c8a3f;
  border-color: #1d431e;
}
.btn-success:hover {
  color: #fff;
  background-color: #3c8a3f;
  border-color: #317133;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #3c8a3f;
  border-color: #317133;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #317133;
  border-color: #1d431e;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #4bae4f;
  border-color: #439c47;
}
.btn-success .badge {
  color: #4bae4f;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #f34235;
  border-color: #f22b1d;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #e71d0e;
  border-color: #871108;
}
.btn-danger:hover {
  color: #fff;
  background-color: #e71d0e;
  border-color: #c6180c;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #e71d0e;
  border-color: #c6180c;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #c6180c;
  border-color: #871108;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #f34235;
  border-color: #f22b1d;
}
.btn-danger .badge {
  color: #f34235;
  background-color: #fff;
}
.btn-link {
  color: #0091fa;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0065ae;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in,
.fade.show {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0091fa;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #31373b;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0091fa;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #0091fa;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 576px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left;
    float: left !important;
  }
  .navbar-right {
    float: right;
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0091fa;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #0065ae;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #0091fa;
  border-color: #0091fa;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #0091fa;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0073c7;
}
.label-success {
  background-color: #4bae4f;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #3c8a3f;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #f34235;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #e71d0e;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0091fa;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0091fa;
}
.thumbnail .caption {
  padding: 9px;
  color: #31373b;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #b4deb5;
  border-color: #a8d7a2;
  color: #4bae4f;
}
.alert-success hr {
  border-top-color: #98cf90;
}
.alert-success .alert-link {
  color: #3c8a3f;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #fcc9c5;
  border-color: #faadb5;
  color: #f34235;
}
.alert-danger hr {
  border-top-color: #f9959f;
}
.alert-danger .alert-link {
  color: #e71d0e;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #0091fa;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #4bae4f;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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);
}
.progress-bar-danger {
  background-color: #f34235;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #0091fa;
  border-color: #0091fa;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7e7ff;
}
.list-group-item-success {
  color: #4bae4f;
  background-color: #b4deb5;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #4bae4f;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #4bae4f;
  background-color: #a2d7a4;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #4bae4f;
  border-color: #4bae4f;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #f34235;
  background-color: #fcc9c5;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #f34235;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #f34235;
  background-color: #fab3ad;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #f34235;
  border-color: #f34235;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #0091fa;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0091fa;
  border-color: #0091fa;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0091fa;
}
.panel-primary > .panel-heading .badge {
  color: #0091fa;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0091fa;
}
.panel-success {
  border-color: #a8d7a2;
}
.panel-success > .panel-heading {
  color: #4bae4f;
  background-color: #b4deb5;
  border-color: #a8d7a2;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #a8d7a2;
}
.panel-success > .panel-heading .badge {
  color: #b4deb5;
  background-color: #4bae4f;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #a8d7a2;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #faadb5;
}
.panel-danger > .panel-heading {
  color: #f34235;
  background-color: #fcc9c5;
  border-color: #faadb5;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faadb5;
}
.panel-danger > .panel-heading .badge {
  color: #fcc9c5;
  background-color: #f34235;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faadb5;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #0091fa;
  text-align: center;
  background-color: #ffffff;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ffffff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #ffffff;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: none;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .carousel-control-prev-icon,
.carousel-control .carousel-control-next-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .carousel-control-prev-icon {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .carousel-control-next-icon {
  right: 50%;
  margin-right: -10px;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel .carousel-control-prev-icon,
  .carousel .carousel-control-next-icon {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel .carousel-control-prev-icon {
    margin-left: -10px;
  }
  .carousel .carousel-control-next-icon {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal.right.fade.show .modal-dialog {
  right: -2%;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.show {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .btn-close {
  margin: -2px 0 0 0;
  width: auto;
}
.modal-header .btn-close:focus {
  box-shadow: none;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  display: block;
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-outline-secondary,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-outline-secondary:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-outline-secondary.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-outline-secondary.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-outline-secondary[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-outline-secondary,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-secondary .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-outline-secondary {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-outline-secondary:active,
.btn-outline-secondary.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary[disabled],
fieldset[disabled] .btn-outline-secondary,
.btn-outline-secondary.disabled:hover,
.btn-outline-secondary[disabled]:hover,
fieldset[disabled] .btn-outline-secondary:hover,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary[disabled]:focus,
fieldset[disabled] .btn-outline-secondary:focus,
.btn-outline-secondary.disabled.focus,
.btn-outline-secondary[disabled].focus,
fieldset[disabled] .btn-outline-secondary.focus,
.btn-outline-secondary.disabled:active,
.btn-outline-secondary[disabled]:active,
fieldset[disabled] .btn-outline-secondary:active,
.btn-outline-secondary.disabled.active,
.btn-outline-secondary[disabled].active,
fieldset[disabled] .btn-outline-secondary.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #1038d2;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #113bdb;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #113bdb;
  border-color: #1038d2;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #113bdb;
  background-image: none;
}
.btn-success {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #357c38;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #39833c;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #39833c;
  border-color: #357c38;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #39833c;
  background-image: none;
}
.btn-info {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #d41a0d;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #de1b0d;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #de1b0d;
  border-color: #d41a0d;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #de1b0d;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: none;
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: none;
  background-color: #0082e1;
}
.navbar-default {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: none;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: none;
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: none;
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: none;
  border-color: #7ec781;
}
.alert-info {
  background-image: none;
  border-color: #9acfea;
}
.alert-warning {
  background-image: none;
  border-color: #f5e79e;
}
.alert-danger {
  background-image: none;
  border-color: #f7867d;
}
.progress {
  background-image: none;
}
.progress-bar {
  background-image: none;
}
.progress-bar-success {
  background-image: none;
}
.progress-bar-info {
  background-image: none;
}
.progress-bar-warning {
  background-image: none;
}
.progress-bar-danger {
  background-image: none;
}
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #0073c7;
  background-image: none;
  border-color: #007bd4;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: none;
}
.panel-primary > .panel-heading {
  background-image: none;
}
.panel-success > .panel-heading {
  background-image: none;
}
.panel-info > .panel-heading {
  background-image: none;
}
.panel-warning > .panel-heading {
  background-image: none;
}
.panel-danger > .panel-heading {
  background-image: none;
}
.well {
  background-image: none;
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.ui-tabbar > nav.nav-bar.nav-stacked {
  border-bottom: none;
  border-right: 1px solid #f4f4f4;
  min-height: 200px;
}
.ui-modal .modal-body {
  margin-bottom: 20px;
}
.ui-autocomplete,
.ui-search {
  height: 45px;
  overflow-y: visible;
}
.ui-autocomplete > .close,
.ui-search > .close {
  margin-top: -40px;
  margin-right: 3px;
  position: relative;
  color: #9ea5af;
  z-index: 3;
  background-color: #ffffff;
  padding: 5px;
  font-size: 22px;
  font-weight: 600;
  opacity: unset;
}
.ui-autocomplete > .close:focus,
.ui-search > .close:focus,
.ui-autocomplete > .close:hover,
.ui-search > .close:hover,
.ui-autocomplete > .close:active,
.ui-search > .close:active,
.ui-autocomplete > .close:focus:active,
.ui-search > .close:focus:active {
  outline-width: 0px;
  outline: none;
  background-color: #ffffff;
}
.ui-autocomplete > .close span,
.ui-search > .close span {
  color: #9ea5af;
}
.ui-search > input {
  height: 45px;
}
.ui-search .btn.btn-primary.search {
  height: 45px;
  border: 1px solid #0091fa;
}
.ui-autocomplete {
  padding-right: 10px;
  padding-left: 10px;
}
.ui-autocomplete > span.search-icon {
  top: -35px;
  padding-left: 15px;
  position: relative;
  color: #9ea5af;
  z-index: 3;
  font-size: 18px;
  font-weight: 600;
}
.ui-autocomplete > input {
  height: 45px;
  padding-left: 40px;
}
.ui-autocomplete .dropdown-menu {
  top: 0px;
}
.ui-autocomplete.open .dropdown-menu-right {
  position: relative;
  min-height: 40px;
  margin-top: -25px;
}
.ui-autocomplete.open .dropdown-menu > .ui-suggestion > a {
  color: #5a5f62;
  overflow-y: hidden;
  text-overflow: ellipsis;
}
.ui-action-route:focus,
.ui-action-route:hover,
.ui-action-route:active,
.ui-action-route:focus:active {
  outline-width: 0px;
  outline: 0px;
}
.ui-action-link.alternate {
  color: #ffffff;
}
.ui-action-link.alternate:focus,
.ui-action-link.alternate:hover,
.ui-action-link.alternate:active,
.ui-action-link.alternate:focus:active {
  color: #ffffff;
  text-decoration: none;
  outline-width: 0px;
  outline: none;
}
.ui-action-link.default {
  color: #ffffff;
  font-weight: 600;
}
.ui-action-link.default:focus,
.ui-action-link.default:hover,
.ui-action-link.default:active,
.ui-action-link.default:focus:active {
  color: #b3b5b6;
  text-decoration: none;
  outline-width: 0px;
  outline: 0px;
}
.ui-action-link.btn.btn-link:focus,
.ui-action-link.btn > img:focus,
.ui-action-link.btn.btn-link:hover,
.ui-action-link.btn > img:hover,
.ui-action-link.btn.btn-link:active,
.ui-action-link.btn > img:active,
.ui-action-link.btn.btn-link:focus:active,
.ui-action-link.btn > img:focus:active {
  color: #b3b5b6;
  text-decoration: none;
  outline-width: 0px;
  outline: 0px;
}
.ui-action-link .action-link-icon {
  margin-left: 10px;
  margin-right: 10px;
}
.ui-modal-form .btn {
  margin-bottom: 10px;
  width: 49%;
  float: left;
}
.ui-action-menu {
  background-color: transparent;
  box-shadow: none;
}
.ui-action-menu > .dropdown-toggle.btn {
  background-color: transparent;
  border: none;
  text-shadow: none;
  box-shadow: none;
  font-size: 24px;
}
.ui-action-menu > .dropdown-toggle.btn :focus,
.ui-action-menu > .dropdown-toggle.btn :hover,
.ui-action-menu > .dropdown-toggle.btn :active {
  background-color: transparent;
  box-shadow: none;
}
.ui-action-menu.open > .dropdown-toggle.btn {
  background-color: transparent;
  box-shadow: none;
}
.ui-action-menu.open > .dropdown-toggle.btn:focus,
.ui-action-menu.open > .dropdown-toggle.btn:hover,
.ui-action-menu.open > .dropdown-toggle.btn:active {
  background-color: transparent;
  box-shadow: none;
}
.ui-action-menu .action-menu-options {
  right: 0;
  left: auto;
  min-width: auto;
}
.ui-action-button.btn {
  border: none;
  box-shadow: none;
  text-shadow: none;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
}
.ui-action-button.btn:focus,
.ui-action-button.btn:hover,
.ui-action-button.btn:active,
.ui-action-button.btn:focus:active {
  text-decoration: none;
  outline-width: 0px;
  outline: 0px;
  border: none;
}
.ui-action-button.btn.btn-tertiary {
  color: #ffffff;
  background-color: #9ea5af;
  border-color: #9098a3;
}
.ui-action-button.btn.btn-tertiary:focus,
.ui-action-button.btn.btn-tertiary.focus {
  color: #ffffff;
  background-color: #828b98;
  border-color: #515863;
}
.ui-action-button.btn.btn-tertiary:hover {
  color: #ffffff;
  background-color: #828b98;
  border-color: #6f7987;
}
.ui-action-button.btn.btn-tertiary:active,
.ui-action-button.btn.btn-tertiary.active,
.open > .dropdown-toggle.ui-action-button.btn.btn-tertiary {
  color: #ffffff;
  background-color: #828b98;
  border-color: #6f7987;
}
.ui-action-button.btn.btn-tertiary:active:hover,
.ui-action-button.btn.btn-tertiary.active:hover,
.open > .dropdown-toggle.ui-action-button.btn.btn-tertiary:hover,
.ui-action-button.btn.btn-tertiary:active:focus,
.ui-action-button.btn.btn-tertiary.active:focus,
.open > .dropdown-toggle.ui-action-button.btn.btn-tertiary:focus,
.ui-action-button.btn.btn-tertiary:active.focus,
.ui-action-button.btn.btn-tertiary.active.focus,
.open > .dropdown-toggle.ui-action-button.btn.btn-tertiary.focus {
  color: #ffffff;
  background-color: #6f7987;
  border-color: #515863;
}
.ui-action-button.btn.btn-tertiary:active,
.ui-action-button.btn.btn-tertiary.active,
.open > .dropdown-toggle.ui-action-button.btn.btn-tertiary {
  background-image: none;
}
.ui-action-button.btn.btn-tertiary.disabled:hover,
.ui-action-button.btn.btn-tertiary[disabled]:hover,
fieldset[disabled] .ui-action-button.btn.btn-tertiary:hover,
.ui-action-button.btn.btn-tertiary.disabled:focus,
.ui-action-button.btn.btn-tertiary[disabled]:focus,
fieldset[disabled] .ui-action-button.btn.btn-tertiary:focus,
.ui-action-button.btn.btn-tertiary.disabled.focus,
.ui-action-button.btn.btn-tertiary[disabled].focus,
fieldset[disabled] .ui-action-button.btn.btn-tertiary.focus {
  background-color: #9ea5af;
  border-color: #9098a3;
}
.ui-action-button.btn.btn-tertiary .badge {
  color: #9ea5af;
  background-color: #ffffff;
}
.ui-popover {
  width: max-content;
}
.ui-hyperlink:focus,
.ui-hyperlink > img:focus,
.ui-hyperlink:hover,
.ui-hyperlink > img:hover,
.ui-hyperlink:active,
.ui-hyperlink > img:active,
.ui-hyperlink:focus:active,
.ui-hyperlink > img:focus:active {
  text-decoration: none;
  outline-width: 0px;
  outline: none;
}
.ui-action-icon .primary {
  color: #395FF0;
}
.ui-action-icon .default {
  color: #ffffff;
}
.modal-dialog .modal-content #close-icon {
  position: absolute;
  right: 0;
  margin: 8px 48px 8px 8px;
  padding: 8px;
  font-size: 24px;
  cursor: pointer;
  z-index: 99;
}
.modal-dialog .modal-content .modal-body {
  padding: 40px;
}
.modal-dialog .modal-content .modal-body .dialog-content {
  display: flex;
  flex-direction: column;
}
.modal-dialog .modal-content .modal-body .dialog-content .dialog-item-details {
  display: flex;
  flex-direction: column;
  margin: 16px 0;
}
.modal-dialog .modal-content .modal-body .dialog-content .dialog-item-details h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
}
.modal-dialog .modal-content .modal-body .dialog-content .dialog-item-details h5 {
  font-weight: 900;
  font-size: 14px;
  line-height: 21px;
}
.modal-dialog .modal-content .modal-body .dialog-content .dialog-item-details .dialog-text-detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 8px 0px;
}
.modal-dialog .modal-content .modal-body .dialog-content .dialog-item-details img {
  margin: 8px 0px;
  max-width: fit-content;
  max-height: fit-content;
}
.modal-dialog .modal-content .modal-body .dialog-content .dialog-item-details a {
  margin: 8px 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0091fa;
  display: inline-block;
  max-width: fit-content;
}
.modal-dialog .modal-content .modal-body .dialog-content .dialog-item-details a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #0091fa;
  transition: width 0.3s;
}
.modal-dialog .modal-content .modal-body .dialog-content .dialog-item-details a:hover::after {
  width: 100%;
}
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 75%;
  height: 100%;
  border-radius: 16px;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.right.fade .modal-dialog {
  right: -100%;
  -webkit-transition: opacity 0.3s ease-out, right 0.5s ease-out;
  -moz-transition: opacity 0.3s ease-out, right 0.5s ease-out;
  -o-transition: opacity 0.3s ease-out, right 0.5s ease-out;
  transition: opacity 0.3s ease-out, right 0.5s ease-out;
}
.modal.right.fade.in .modal-dialog {
  right: -30%;
}
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-header {
  border-bottom-color: #EEEEEE;
  background-color: #FAFAFA;
}
.label-div {
  position: relative;
}
.label-multiple-value-hover,
[class^="label-type-"] {
  padding: 4px 8px;
  margin-right: 8px;
  display: inline-block;
  margin-bottom: 8px;
}
.show-more-overflow-field {
  position: absolute;
  bottom: -18px;
  left: 0;
  display: inline-block;
  cursor: pointer ;
  padding: 0px;
  height: auto;
}
.fv-label {
  cursor: text;
  width: 100%;
  display: block;
  transition: 0.2s ease-in-out;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: break-spaces;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.label-overflow-hover:hover {
  opacity: 1;
  white-space: normal;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
  max-height: auto;
  text-align: left;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
  display: block;
  pointer-events: unset;
}
.label-hover:hover {
  padding: 4px 4px;
  cursor: text;
}
.ui-submit-button.btn-default,
.ui-secondary-button.btn-default,
.ui-submit-button.btn-primary,
.ui-secondary-button.btn-primary,
.ui-submit-button.btn-alternate,
.ui-secondary-button.btn-alternate {
  border: none;
  box-shadow: none;
  text-shadow: none;
  height: 40px;
  font-size: 16px;
}
.ui-submit-button.btn:focus,
.ui-secondary-button.btn:focus,
.ui-submit-button.btn:active,
.ui-secondary-button.btn:active,
.ui-submit-button.btn:focus:active,
.ui-secondary-button.btn:focus:active {
  outline: none;
  outline-offset: unset;
}
.ui-submit-button.btn.disabled,
.ui-secondary-button.btn.disabled,
.ui-submit-button.btn[disabled],
.ui-secondary-button.btn[disabled],
.ui-submit-button.btn-default.disabled,
.ui-secondary-button.btn-default.disabled,
.ui-submit-button.btn-default[disabled],
.ui-secondary-button.btn-default[disabled],
.ui-submit-button.btn-primary.disabled,
.ui-secondary-button.btn-primary.disabled,
.ui-submit-button.btn-primary[disabled],
.ui-secondary-button.btn-primary[disabled],
.ui-submit-button.btn-alternate.disabled,
.ui-secondary-button.btn-alternate.disabled,
.ui-submit-button.btn-alternate[disabled],
.ui-secondary-button.btn-alternate[disabled] {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-color: #0091fa;
  cursor: progress;
}
.ui-submit-button.btn-default,
.ui-secondary-button.btn-default,
.ui-submit-button.btn-primary,
.ui-secondary-button.btn-primary,
.ui-submit-button.btn-alternate,
.ui-secondary-button.btn-alternate {
  border: none;
  box-shadow: none;
  text-shadow: none;
  height: 40px;
  font-size: 16px;
}
.ui-submit-button.btn:focus,
.ui-secondary-button.btn:focus,
.ui-submit-button.btn:active,
.ui-secondary-button.btn:active,
.ui-submit-button.btn:focus:active,
.ui-secondary-button.btn:focus:active {
  outline: none;
  outline-offset: unset;
}
.ui-submit-button.btn.disabled,
.ui-secondary-button.btn.disabled,
.ui-submit-button.btn[disabled],
.ui-secondary-button.btn[disabled],
.ui-submit-button.btn-default.disabled,
.ui-secondary-button.btn-default.disabled,
.ui-submit-button.btn-default[disabled],
.ui-secondary-button.btn-default[disabled],
.ui-submit-button.btn-primary.disabled,
.ui-secondary-button.btn-primary.disabled,
.ui-submit-button.btn-primary[disabled],
.ui-secondary-button.btn-primary[disabled],
.ui-submit-button.btn-alternate.disabled,
.ui-secondary-button.btn-alternate.disabled,
.ui-submit-button.btn-alternate[disabled],
.ui-secondary-button.btn-alternate[disabled] {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-color: #0091fa;
  cursor: progress;
}
.ui-file-control-display {
  height: 45px;
  display: block;
  width: 100%;
  padding: 12px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-image: none;
  border-radius: 4px;
}
.ui-file-control-display .ui-file-control-button {
  position: absolute;
  right: 2%;
  top: 25%;
  border: none;
  box-shadow: none;
  text-shadow: none;
  height: 25px;
  width: 100px;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border-radius: 6px;
  padding: 1px 1px 1px 1px;
  color: #fff;
  background-color: #ffffff;
}
.ui-file-control-display .ui-file-control-button:hover,
.ui-file-control-display .ui-file-control-button:focus {
  background-color: #e6e6e6;
}
.ui-file-control-display .ui-file-control-button .ui-file-control-input {
  display: none;
}
.ui-file-control-display .ui-file-control-no-selected-files {
  display: none;
}
.ui-file-control-display .ui-file-control-selected-files {
  width: fit-content;
  border-radius: 4px;
  padding: 0 4px 0 4px;
  margin-right: 10px;
}
.ui-file-control-display .ui-file-control-selected-files .ui-file-control-delete-file {
  margin-left: 10px;
  font-weight: bold;
  cursor: pointer;
  padding-top: 3px;
}
.has-error .ui-file-control-display {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.has-error .ui-file-control-button {
  top: 16%;
}
.form-control.ui-password-input {
  height: 45px;
}
.form-control.ui-textarea-input {
  min-height: 60px;
  padding: 10px;
}
.form-control.ui-text-input {
  height: 45px;
}
.form-control.ui-select {
  height: 45px;
}
.form-control.ui-select.empty,
.form-control.ui-select > option.default {
  color: #9ea5af;
}
/* 
	This is to handle a split control/dropdown control or scenarios like this when the form control 
		is a combined control
	The rule is to show curved borders on the right of form control when it has password eyeball icon
	- not the last child
	- not dropdown toggle button
	- not an expanded dropdown menu
	- not in a floating form
*/
.input-group:not(.has-validation) > .form-control.ui-password-input.password-eyeballed:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  padding-right: 40px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.input-group .btn.password-eyeball-btn {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 4;
}
/* 
	This is to handle a split control/dropdown control or scenarios like this when the form control 
		is a combined control
	The rule is to show curved borders on the right of form control when it has password eyeball icon
	- not the last child
	- not dropdown toggle button
	- not an expanded dropdown menu
	- not in a floating form
*/
.text-input-group.input-group:not(.has-validation) > .form-control.has-custom-trail-icon:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  padding-right: 40px;
  border-radius: 8px;
}
.text-input-group.input-group .btn.custom-trail-btn {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 4;
}
.text-input-group.input-group .form-control {
  border-radius: 8px;
}
.text-input-group.input-group .form-control::-ms-reveal {
  display: none;
}
.form-content .form-body .row .field-label {
  padding: 12px;
}
.form-content .form-body .row .field-label .tooltip-helptext {
  visibility: hidden;
  background-color: white;
  color: #5a5f62;
  white-space: normal;
  border-radius: 8px;
  padding: 10px;
  margin-left: 7px;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  text-align: left;
  min-width: 250px;
  width: inherit;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 2px 2px 10px #9ea5af;
}
.form-content .form-body .field-lable-actions {
  display: inline-block;
}
.form-content .form-body .form-group .field-btn-container {
  padding-top: 4px;
  position: absolute;
  z-index: 2;
  right: 0;
}
.form-content .form-body .form-group .field-btn-container .btn {
  box-shadow: 2px 2px 10px #9ea5af;
}
.form-content .form-body .form-field {
  position: relative;
}
.ui-checkbox > label > input {
  width: 30px;
  height: 30px;
  margin-top: -5px;
}
.ui-checkbox-group {
  border: 1px solid #f4f4f4;
  padding: 10px;
  padding-bottom: 0px;
}
.ui-radio-input.separator {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f4f4f4;
}
.ui-radio-input .input-group-addon {
  height: 35px;
  border: none;
  border-radius: 0px;
}
.ui-radio-input input {
  height: 35px;
}
.ui-radio-input .radio {
  margin-top: -10px;
  margin-bottom: 0px;
}
.ui-radio-input .radio input {
  width: 15px;
}
.ui-checkbox-input.separator {
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f4f4f4;
}
.ui-checkbox-input .input-group-addon {
  height: 35px;
  border: none;
  border-radius: 0px;
}
.ui-checkbox-input .input-group-addon.has-error {
  background-color: none;
}
.ui-checkbox-input input {
  height: 35px;
}
.ui-checkbox-input .form-group {
  margin-bottom: 0px;
}
.ui-checkbox-input .form-group > .checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
}
.ui-checkbox-input .form-group > .checkbox > label {
  padding-top: 5px;
}
.ui-checkbox-input .form-group > .checkbox > label > input {
  width: 15px;
  height: 15px;
}
.ui-toggle-control .toggle-label {
  padding-left: 10px;
  line-height: 3;
  vertical-align: bottom;
}
.ui-toggle-control .ui-toggle-switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
  margin-bottom: 10px;
}
.ui-toggle-control .ui-toggle-switch input {
  display: none;
}
.ui-toggle-control .ui-toggle-switch .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e7e8e8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
}
.ui-toggle-control .ui-toggle-switch .toggle-slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: -2px;
  bottom: -2px;
  background-color: #b3b5b6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.ui-toggle-control .ui-toggle-switch input:checked + .toggle-slider {
  background-color: #61bdff;
}
.ui-toggle-control .ui-toggle-switch input:checked + .toggle-slider:before {
  background-color: #0091fa;
}
.ui-toggle-control .ui-toggle-switch input:focus + .toggle-slider {
  box-shadow: 0 0 1px #0091fa;
}
.ui-toggle-control .ui-toggle-switch input:checked + .toggle-slider:before {
  -webkit-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}
.ui-togglebuttons-control {
  width: 100%;
}
.ui-togglebuttons-control:focus,
.ui-togglebuttons-control:active,
.ui-togglebuttons-control:focus:active {
  outline: none;
  outline-offset: unset;
}
.ui-togglebuttons-control .btn-group,
.ui-togglebuttons-control .btn + .btn {
  margin-left: 1px;
}
.ui-togglebuttons-control > label.toggle-control-option {
  text-shadow: none;
  font-weight: 600;
  background-color: #ffffff;
  box-shadow: none;
  border: none;
  border-color: #f4f4f4;
}
.ui-togglebuttons-control > label.toggle-control-option:focus,
.ui-togglebuttons-control > label.toggle-control-option:active,
.ui-togglebuttons-control > label.toggle-control-option:focus:active,
.ui-togglebuttons-control > label.toggle-control-option.active:focus,
.ui-togglebuttons-control > label.toggle-control-option.active.focus,
.ui-togglebuttons-control > label.toggle-control-option.active,
.ui-togglebuttons-control > label.toggle-control-option.focus {
  outline: none;
  outline-offset: unset;
}
.ui-togglebuttons-control > label.toggle-control-option.active {
  background-color: #e6e6e6;
}
.error-block.help-block {
  font-size: 12px;
  color: #f34235;
}
.form-control[aria-describedby] {
  border-color: #f34235;
}
.help-block.help-text-info {
  font-size: 14px;
}
.ui-multi-select-control.has-error .Select .Select-control,
.ui-single-select-control.has-error .Select .Select-control {
  border-color: #f34235;
}
.ui-multi-select-control .Select .Select-control,
.ui-single-select-control .Select .Select-control {
  min-height: 45px;
  border-radius: 4px;
  border: 1px solid #dde3e8;
}
.ui-multi-select-control .Select .Select-control .Select-placeholder,
.ui-single-select-control .Select .Select-control .Select-placeholder {
  line-height: 44px;
}
.ui-multi-select-control .Select .Select-control .Select-value,
.ui-single-select-control .Select .Select-control .Select-value {
  margin-left: 8px;
}
.ui-multi-select-control .Select .Select-control .Select-input,
.ui-single-select-control .Select .Select-control .Select-input {
  height: 33px;
}
.ui-multi-select-control .Select .Select-control .Select-input input,
.ui-single-select-control .Select .Select-control .Select-input input {
  padding-top: 11px;
}
.ui-multi-select-control .Select .Select-control .Select-multi-value-wrapper,
.ui-single-select-control .Select .Select-control .Select-multi-value-wrapper {
  padding-bottom: 10px;
}
.ui-multi-select-control .Select .Select-menu-outer,
.ui-single-select-control .Select .Select-menu-outer {
  z-index: 2;
}
.ui-multi-select-control .Select .Select-control .Select-value {
  margin-top: 11px;
}
.ui-single-select-control .Select .Select-control .Select-value {
  margin-top: 5px;
}
.form-control.ui-input {
  height: 45px;
}
.password-control {
  margin: 1% 0;
  color: #75738D;
}
.password-control .header {
  font-size: 13px;
  margin-bottom: 5px;
}
.password-control .check-icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: 5px;
  font-size: 12px;
  color: white;
  border-radius: 15px;
}
.password-control .check-icon-failed {
  border: 1.5px solid #645ED0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-top: 4px;
  margin-right: 5px;
}
.password-control .check-icon-passed {
  background-color: #36A864;
  padding: 2px;
}
.password-control .info-icon {
  background-color: #645ED0;
  padding: 2px 5px;
}
.password-control .list {
  font-size: 13px;
  line-height: 26px;
  display: inline-flex;
}
.password-control .list-description {
  padding: 0;
  margin: 0;
}
.react-tagsinput {
  background-color: #ffffff;
  border: 1px solid #5a5f62;
  overflow: hidden;
  padding-left: 5px;
  padding-top: 5px;
}
.react-tagsinput-tag {
  background-color: #f0f2f4;
  color: #31373b;
  border: 1px solid #5a5f62;
  border-radius: 6px;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 10px 5px 10px;
  vertical-align: middle;
  line-height: 1;
}
.react-tagsinput-tag .tagsinput-row {
  display: inline-flex;
  align-items: center;
}
.react-tagsinput-tag .react-tagsinput-remove {
  float: left;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 600;
  border-right: 1px solid #5a5f62;
  padding-right: 5px;
  color: #5a5f62;
  margin-top: -2px;
}
.react-tagsinput-tag a::before {
  content: " ×";
}
.react-tagsinput-input {
  background: transparent;
  border: 0;
  color: #777777;
  font-family: sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 1px;
  outline: none;
  padding: 5px;
  width: 80px;
}
.popover-control {
  display: inline-block;
  padding: 0 4px;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.popover-control > i {
  cursor: pointer;
}
.popover-control .popover {
  max-width: 50%;
  min-width: 420px;
  border-radius: 8px;
  margin-left: -80px;
  padding: 16px;
  transition: all 0.3s ease-in-out;
  overflow: scroll;
}
.popover-control .popover .arrow {
  margin-left: 12px;
}
.popover-control .popover .popover-content {
  max-height: 200px;
  padding: 0px;
}
.popover-control .popover .popover-content > i {
  cursor: pointer;
}
.popover-control .popover .popover-content .popover-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.popover-control .popover .popover-content .popover-header .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.4px;
  margin-right: 4px;
}
.popover-control .popover .popover-content .popover-header i {
  margin-left: auto;
}
.popover-control .popover .popover-content .popover-detail {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.2px;
}
.popover-control .popover .popover-content .popover-footer {
  margin-top: 8px;
}
.popover-control .popover .popover-content .popover-footer a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #0091fa;
  display: inline-block;
}
.popover-control .popover .popover-content .popover-footer a:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #0091fa;
  transition: width 0.3s;
}
.popover-control .popover .popover-content .popover-footer a:hover::after {
  width: 100%;
}
.popover-control.file-popover .popover {
  min-width: 350px;
}
.ui-file-control-display {
  border: 1px solid #00406e;
  background-color: #fff;
  color: #767676;
  border-radius: 8px;
  height: auto;
}
.ui-file-control-display.disabled {
  pointer-events: none;
  background-color: #f3f3f39c;
}
.ui-file-control-display.drag-field {
  background: rgba(100, 94, 208, 0.2);
  border: 1px solid #645ED0;
  box-shadow: 0px 0px 0px 4px rgba(100, 94, 208, 0.2);
  border-radius: 8px;
}
.ui-file-control-display .ui-file-control-selected-files-container {
  max-width: 80%;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ui-file-control-display .ui-file-control-selected-files-container .ui-file-control-selected-files {
  border: 1px solid #00406e;
  background-color: rgba(130, 124, 238, 0.2);
  color: #545A63;
  margin: 0 3px 3px 0;
  padding: 4px 8px;
  border-radius: 8px;
}
.ui-file-control-display .ui-file-control-selected-files-container .ui-file-control-selected-files.file-infected {
  color: #f0443c;
  background-color: #F8E2DE;
  border: 1px solid #f0443c;
}
.ui-file-control-display .ui-file-control-selected-files-container .ui-file-control-selected-files.file-infected:hover,
.ui-file-control-display .ui-file-control-selected-files-container .ui-file-control-selected-files.file-infected:focus {
  color: #F8E2DE;
  background-color: #f0443c;
}
.ui-file-control-display .ui-file-control-selected-files-container .ui-file-control-selected-files:hover,
.ui-file-control-display .ui-file-control-selected-files-container .ui-file-control-selected-files:focus {
  color: #ffffff;
  background-color: #00406e;
}
.ui-file-control-wrapper {
  position: relative;
  display: flex;
  gap: 15px;
}
.ui-file-control-wrapper .ui-file-control-button {
  width: 113px;
  height: 44px;
  border: 1px solid #00406e;
  border-radius: 8px;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  padding: 10px 1px 1px 1px;
  color: #fff;
  background-color: #ffffff;
  margin-bottom: 0px;
}
.ui-file-control-wrapper .ui-file-control-button .ui-file-control-input {
  display: none;
}
.ui-file-control-wrapper + .help-error-wrapper .popover-control .popover {
  background-color: #ffffff;
  box-shadow: 2px 2px 10px #DFE1E6;
  border: 0px;
}
.ui-file-control-wrapper + .help-error-wrapper .popover-control .popover .arrow {
  display: block;
}
.ui-file-control-wrapper + .help-error-wrapper .popover-control .popover .arrow::after {
  border-bottom-color: #ffffff;
}
.ui-file-control-wrapper + .help-error-wrapper .popover-control .popover .popover-detail {
  color: #f0443c;
}
.has-error .ui-file-control-display {
  border-color: #f34235;
}
.has-error .ui-file-control-button {
  top: 36%;
}
.has-error .ui-file-control-selected-files-container .file-infected {
  background-color: #F8E2DE;
  color: #f0443c;
  border: none;
}
.has-error .ui-file-control-selected-files-container .file-infected:hover,
.has-error .ui-file-control-selected-files-container .file-infected:focus {
  color: #f0443c;
  background-color: #F8E2DE;
}
.has-error .help-more {
  display: flex;
}
.has-error .help-more .ui-hyperlink {
  white-space: nowrap;
}
.has-error .help-more div[class*="tooltipContainer"] {
  white-space: nowrap;
  text-decoration: underline;
  cursor: pointer;
}
.theme-dark .ui-file-control-display {
  background-color: #292929;
  border: 1px solid #919398;
}
.ui-file-control-button {
  top: 50%;
  display: flex;
  align-self: center;
  justify-content: center;
}
.help-error-wrapper {
  display: flex;
}
.help-error-wrapper .popover-control {
  display: flex;
  align-self: center;
  padding-left: 0px;
  margin-left: 4px;
}
.edit-mode #moduleItem-form .form-body label.ui-file-control-button {
  margin-bottom: 0px;
  color: #08090A;
}
.view-mode .form-content .fileUpload-downloadfiles {
  display: flex;
  position: relative;
  width: inherit;
  height: inherit;
  max-height: 100px;
  max-width: inherit;
  overflow: scroll;
  flex-flow: wrap;
}
.view-mode .form-content .fileUpload-downloadfiles #attachment-value {
  width: inherit;
  margin-right: 10px;
  overflow: auto;
  background: rgba(100, 94, 208, 0.2);
  color: #645ED0;
  padding: 4px 8px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.view-mode .form-content .fileUpload-downloadfiles #attachment-value > span {
  margin-right: 8px;
}
.view-mode .form-content .fileUpload-downloadfiles #attachment-value > i {
  color: #e0dff6;
  font-size: 10px;
  margin-right: 0px;
  background: #645ED0;
  border-radius: 100%;
  display: inline-block;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .ui-file-control-wrapper {
    display: block;
  }
  .ui-file-control-wrapper .ui-file-control-button {
    margin-top: 8px;
  }
}
.floating-form-group {
  position: relative;
}
.floating-form-group > input,
.floating-form-group > textarea {
  outline: none;
  margin: 0px;
}
.floating-form-group > input:-webkit-autofill,
.floating-form-group > textarea:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -moz-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
}
.floating-form-group > input:focus,
.floating-form-group > textarea:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.floating-form-group > textarea:focus {
  padding-bottom: 4px;
}
.floating-form-group > .floating-label {
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 12px;
  z-index: -1;
  background-color: #ffffff;
  -moz-animation: all 300ms none ease-out;
  -webkit-animation: all 300ms none ease-out;
  -o-animation: all 300ms none ease-out;
  -ms-animation: all 300ms none ease-out;
  -khtml-animation: all 300ms none ease-out;
  animation: all 300ms none ease-out;
  animation-play-state: running !important;
  -webkit-animation-play-state: running !important;
}
.floating-form-group > input.empty + label.floating-label,
.floating-form-group > textarea.empty + label.floating-label,
.floating-form-group > select.empty + label.floating-label,
.floating-form-group > .Select.empty + label.floating-label,
.floating-form-group > .filearea.empty + label.floating-label {
  font-size: 14px;
  animation: none;
  -webkit-animation: none;
  display: none;
}
.floating-form-group > input:not(.empty) + label.floating-label,
.floating-form-group > textarea:not(.empty) + label.floating-label,
.floating-form-group > select:not(.empty) + label.floating-label,
.floating-form-group > .Select:not(.empty) + label.floating-label,
.floating-form-group > .filearea:not(.empty) + label.floating-label {
  z-index: 1;
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  color: #00406e;
  display: block;
}
.floating-form-group > input:not(.empty):focus + label.floating-label,
.floating-form-group > textarea:not(.empty):focus + label.floating-label,
.floating-form-group > select:not(.empty):focus + label.floating-label,
.floating-form-group > .Select:not(.empty):focus + label.floating-label,
.floating-form-group > .filearea:not(.empty):focus + label.floating-label {
  color: #0091fa;
}
.floating-form-group.has-error > input:not(.empty):focus + label.floating-label,
.floating-form-group.has-error > textarea:not(.empty):focus + label.floating-label,
.floating-form-group.has-error > select:not(.empty):focus + label.floating-label,
.floating-form-group.has-error > .Select:not(.empty):focus + label.floating-label,
.floating-form-group.has-error > .filearea:not(.empty):focus + label.floating-label {
  color: #f34235;
  outline: none;
}
.fieldset-group {
  padding-bottom: 15px;
}
.fieldset-group .fieldset-panel .ui-checkbox {
  padding-top: 5px;
  padding-bottom: 5px;
}
.fieldset-collapse,
.fieldset-enable {
  position: relative;
}
.fieldset-collapse .fieldset-heading,
.fieldset-enable .fieldset-heading {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 5px;
  white-space: nowrap;
}
.fieldset-collapse .fieldset-heading:hover,
.fieldset-enable .fieldset-heading:hover {
  color: #0091fa;
}
.fieldset-collapse .fieldset-heading .fieldset-title,
.fieldset-enable .fieldset-heading .fieldset-title {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 10px;
}
.fieldset-collapse .fieldset-heading .fieldset-caret,
.fieldset-enable .fieldset-heading .fieldset-caret {
  width: 0;
  height: 0;
  position: absolute;
  right: 0px;
  top: 40%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.fieldset-collapse .fieldset-heading .fieldset-caret.down-caret,
.fieldset-enable .fieldset-heading .fieldset-caret.down-caret {
  border-top: 5px solid #5a5f62;
}
.fieldset-collapse .fieldset-heading .fieldset-caret.up-caret,
.fieldset-enable .fieldset-heading .fieldset-caret.up-caret {
  border-bottom: 5px solid #5a5f62;
}
.fieldset-collapse .fieldset-heading .fieldset-icon,
.fieldset-enable .fieldset-heading .fieldset-icon {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  font-size: 20px;
}
.fieldset-collapse .fieldset-heading .fieldset-icon.fa-folder-open-o,
.fieldset-enable .fieldset-heading .fieldset-icon.fa-folder-open-o {
  right: -2px;
}
.fieldset-collapse .fieldset-content[style='height: 0px;'],
.fieldset-enable .fieldset-content[style='height: 0px;'] {
  overflow: hidden;
}
.fieldset-collapse .fieldset-content .fieldset-panel,
.fieldset-enable .fieldset-content .fieldset-panel {
  padding: 10px 10px 15px 10px;
}
.fieldset-collapse .fieldset-content .display-none,
.fieldset-enable .fieldset-content .display-none {
  display: none;
}
.fieldset-collapse .fieldset-content .display-block,
.fieldset-enable .fieldset-content .display-block {
  display: block;
}
.button-body-primary.ui-action-button.btn,
.link-body-primary.ui-action-button.btn,
.button-body-primary-lefticon.ui-action-button.btn,
.button-body-primary .ui-hyperlink,
.link-body-primary .ui-hyperlink,
.button-body-primary-lefticon .ui-hyperlink {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #395FF0;
  color: #ffffff;
  min-width: 100px;
  max-width: fit-content;
  font-family: GP Commerce Bold, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 16px;
  border-radius: 6px;
  border: none;
}
.button-body-primary.ui-action-button.btn:hover,
.link-body-primary.ui-action-button.btn:hover,
.button-body-primary-lefticon.ui-action-button.btn:hover,
.button-body-primary .ui-hyperlink:hover,
.link-body-primary .ui-hyperlink:hover,
.button-body-primary-lefticon .ui-hyperlink:hover {
  background-color: #1D3282;
}
.button-body-primary.ui-action-button.btn:focus,
.link-body-primary.ui-action-button.btn:focus,
.button-body-primary-lefticon.ui-action-button.btn:focus,
.button-body-primary .ui-hyperlink:focus,
.link-body-primary .ui-hyperlink:focus,
.button-body-primary-lefticon .ui-hyperlink:focus {
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.button-body-primary.ui-action-button.btn:active,
.link-body-primary.ui-action-button.btn:active,
.button-body-primary-lefticon.ui-action-button.btn:active,
.button-body-primary .ui-hyperlink:active,
.link-body-primary .ui-hyperlink:active,
.button-body-primary-lefticon .ui-hyperlink:active {
  background-color: #11191F;
}
.button-body-primary.ui-action-button.btn:disabled,
.link-body-primary.ui-action-button.btn:disabled,
.button-body-primary-lefticon.ui-action-button.btn:disabled,
.button-body-primary .ui-hyperlink:disabled,
.link-body-primary .ui-hyperlink:disabled,
.button-body-primary-lefticon .ui-hyperlink:disabled {
  background-color: #dde3e8;
  color: #5E7482;
  pointer-events: none;
  opacity: 1;
}
.button-body-primary.ui-action-button.btn:disabled:hover,
.link-body-primary.ui-action-button.btn:disabled:hover,
.button-body-primary-lefticon.ui-action-button.btn:disabled:hover,
.button-body-primary .ui-hyperlink:disabled:hover,
.link-body-primary .ui-hyperlink:disabled:hover,
.button-body-primary-lefticon .ui-hyperlink:disabled:hover {
  background-color: #dde3e8;
}
.button-body-primary.ui-action-button.btn i,
.link-body-primary.ui-action-button.btn i,
.button-body-primary-lefticon.ui-action-button.btn i,
.button-body-primary .ui-hyperlink i,
.link-body-primary .ui-hyperlink i,
.button-body-primary-lefticon .ui-hyperlink i {
  margin-left: 10px;
  font-size: 16px;
  padding: 2px;
}
.button-body-primary-lefticon.ui-action-button.btn i {
  margin-left: 0px;
  margin-right: 10px;
}
.button-body-secondary.ui-action-button.btn,
.link-body-secondary.ui-action-button.btn,
.button-body-secondary .ui-hyperlink,
.link-body-secondary .ui-hyperlink {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #000000;
  min-width: 100px;
  max-width: fit-content;
  font-family: GP Commerce Bold, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 9px 16px;
  border-radius: 6px;
  border: 1.5px solid #000000;
}
.button-body-secondary.ui-action-button.btn:hover,
.link-body-secondary.ui-action-button.btn:hover,
.button-body-secondary .ui-hyperlink:hover,
.link-body-secondary .ui-hyperlink:hover {
  color: #395FF0;
  border: 1.5px solid #395FF0;
  background-color: #ffffff;
}
.button-body-secondary.ui-action-button.btn:focus,
.link-body-secondary.ui-action-button.btn:focus,
.button-body-secondary .ui-hyperlink:focus,
.link-body-secondary .ui-hyperlink:focus {
  color: #395FF0;
  border: 1.5px solid #395FF0;
  background-color: #E8F0FE;
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.button-body-secondary.ui-action-button.btn:active,
.link-body-secondary.ui-action-button.btn:active,
.button-body-secondary .ui-hyperlink:active,
.link-body-secondary .ui-hyperlink:active {
  color: #395FF0;
  border: 1.5px solid #395FF0;
  background-color: #E8F0FE;
}
.button-body-secondary.ui-action-button.btn:disabled,
.link-body-secondary.ui-action-button.btn:disabled,
.button-body-secondary .ui-hyperlink:disabled,
.link-body-secondary .ui-hyperlink:disabled {
  background-color: #dde3e8;
  border: 1.5px solid #dde3e8;
  color: #5E7482;
  pointer-events: none;
  opacity: 1;
}
.button-body-secondary.ui-action-button.btn:disabled:hover,
.link-body-secondary.ui-action-button.btn:disabled:hover,
.button-body-secondary .ui-hyperlink:disabled:hover,
.link-body-secondary .ui-hyperlink:disabled:hover {
  background-color: #dde3e8;
}
.button-body-secondary.ui-action-button.btn i,
.link-body-secondary.ui-action-button.btn i,
.button-body-secondary .ui-hyperlink i,
.link-body-secondary .ui-hyperlink i {
  margin-left: 0px;
  margin-right: 10px;
  font-size: 20px;
}
.button-text.ui-action-button.btn,
.link-text.ui-action-button.btn,
.button-text .ui-hyperlink,
.link-text .ui-hyperlink {
  background-color: #ffffff;
  color: #395FF0;
  min-width: unset;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 0px;
  border-bottom: 2px solid #ffffff;
  border-radius: 0px;
}
.button-text.ui-action-button.btn:hover,
.link-text.ui-action-button.btn:hover,
.button-text .ui-hyperlink:hover,
.link-text .ui-hyperlink:hover {
  color: #395FF0;
  border-bottom: 2px solid #395FF0;
  background-color: #ffffff;
}
.button-text.ui-action-button.btn:focus,
.link-text.ui-action-button.btn:focus,
.button-text .ui-hyperlink:focus,
.link-text .ui-hyperlink:focus {
  color: #395FF0;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.button-text.ui-action-button.btn:active,
.link-text.ui-action-button.btn:active,
.button-text .ui-hyperlink:active,
.link-text .ui-hyperlink:active {
  color: #000000;
  border-bottom: 2px solid #000000;
  background-color: #ffffff;
}
.link-body-primary .ui-hyperlink,
.link-body-secondary .ui-hyperlink,
.link-text .ui-hyperlink {
  text-align: center;
}
.button-icon.ui-action-button.btn,
.link-icon.ui-action-button.btn,
.nav-link.ui-action-button.btn,
.button-icon .ui-hyperlink,
.link-icon .ui-hyperlink,
.nav-link .ui-hyperlink {
  background-color: transparent;
  color: #5E7482;
  min-width: unset;
  line-height: 20px;
  height: 32px;
  width: 32px;
  border: none;
  padding: 6px;
  border-radius: 8px;
}
.button-icon.ui-action-button.btn.selected,
.link-icon.ui-action-button.btn.selected,
.nav-link.ui-action-button.btn.selected,
.button-icon .ui-hyperlink.selected,
.link-icon .ui-hyperlink.selected,
.nav-link .ui-hyperlink.selected {
  color: #ffffff;
  background-color: #395FF0;
}
.button-icon.ui-action-button.btn:hover,
.link-icon.ui-action-button.btn:hover,
.nav-link.ui-action-button.btn:hover,
.button-icon .ui-hyperlink:hover,
.link-icon .ui-hyperlink:hover,
.nav-link .ui-hyperlink:hover {
  color: #5E7482;
  background-color: #f0f4f6;
}
.button-icon.ui-action-button.btn:focus,
.link-icon.ui-action-button.btn:focus,
.nav-link.ui-action-button.btn:focus,
.button-icon .ui-hyperlink:focus,
.link-icon .ui-hyperlink:focus,
.nav-link .ui-hyperlink:focus {
  color: #ffffff;
  background-color: #395FF0;
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.button-icon.ui-action-button.btn:active,
.link-icon.ui-action-button.btn:active,
.nav-link.ui-action-button.btn:active,
.button-icon .ui-hyperlink:active,
.link-icon .ui-hyperlink:active,
.nav-link .ui-hyperlink:active {
  color: #5E7482;
  background-color: #dde3e8;
}
.button-icon.ui-action-button.btn i,
.link-icon.ui-action-button.btn i,
.nav-link.ui-action-button.btn i,
.button-icon .ui-hyperlink i,
.link-icon .ui-hyperlink i,
.nav-link .ui-hyperlink i {
  margin: 0px;
  width: 20px;
  height: 20px;
  padding: 0px;
  font-size: 20px;
}
.button-icon.ui-action-button.btn img,
.link-icon.ui-action-button.btn img,
.nav-link.ui-action-button.btn img,
.button-icon .ui-hyperlink img,
.link-icon .ui-hyperlink img,
.nav-link .ui-hyperlink img {
  vertical-align: text-top;
}
.nav-link .ui-hyperlink i {
  margin-left: 0px;
  margin-right: 10px;
  font-size: 20px;
}
.error-shake {
  animation: error-shake 300ms ease-in-out;
}
@keyframes error-shake {
  0% {
    left: 0px;
  }
  12.5% {
    left: -10px;
  }
  37.5% {
    left: 10px;
  }
  62.5% {
    left: -10px;
  }
  87.5% {
    left: 10px;
  }
  100% {
    left: 0px;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slide-down {
  from {
    margin-top: 0px;
  }
  to {
    margin-top: 200px;
  }
}
@keyframes slide-up {
  from {
    margin-top: 200px;
  }
  to {
    margin-top: 0px;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInOpac {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-in {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0%);
  }
}
.slideIn {
  animation: slide-in 0.2s forwards;
  -webkit-animation: slide-in 0.2s forwards;
}
.slideOut {
  animation: slide-out 0.2s forwards;
  -webkit-animation: slide-out 0.2s forwards;
}
.fadeInside {
  animation: fadeInOpac 0.75s ease-in-out;
}
html,
body {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
html {
  overflow-x: hidden;
}
body {
  font-family: GP Commerce, sans-serif;
  font-size: 18px;
  padding-right: 0px !important;
  margin-right: 0px !important;
  overflow-y: visible;
}
body a:focus,
body a:hover {
  text-decoration: none;
}
body.modal-open {
  /*bootstrap react modal shifting margin required !important*/
  overflow: auto !important;
}
#main {
  height: 100%;
}
.full-height {
  height: 100%;
}
.app-spinner {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 10%;
  padding-left: 15px;
  padding-right: 15px;
  color: #ffffff;
  background-color: #00406e;
  text-align: center;
  font-size: 40px;
  opacity: 0.6;
  z-index: 9999;
}
.app-spinner.fade-in {
  animation-name: fadein;
  animation-duration: 5s;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.6;
  }
}
.app-spinner .spinner,
.app-spinner .spinner:before,
.app-spinner .spinner:after {
  background: #395FF0;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.app-spinner .spinner {
  color: #395FF0;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.app-spinner .spinner:before,
.app-spinner .spinner:after {
  position: absolute;
  top: 0;
  content: '';
}
.app-spinner .spinner:before {
  left: -1.5em;
  animation-delay: -0.32s;
}
.app-spinner .spinner:after {
  left: 1.5em;
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.main-container {
  display: grid;
  grid-template-columns: 290px auto;
}
.main-container .content-container {
  padding: 0px 50px 0px;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .main-container {
    grid-template-columns: 100%;
  }
  .main-container .content-container {
    width: 100%;
    padding: 0 20px;
    margin-top: 54px;
  }
}
.my-solutions-empty {
  text-align: center;
  vertical-align: middle;
}
.my-solutions-empty .section-illustration {
  margin: auto;
  margin-top: 100px;
  min-height: 254px;
}
.my-solutions-empty .title {
  color: #323436;
  font-size: 22px;
  line-height: 31px;
  font-family: GP Commerce Medium, sans-serif;
  margin-top: 30px;
}
.my-solutions-empty .description {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 24px;
  letter-spacing: 1%;
  padding: 12px 0 35px;
}
.my-solutions-empty .link-body-primary {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .my-solutions-empty .section-illustration {
    margin: auto;
    margin-top: 50px;
  }
  .my-solutions-empty .title {
    font-size: 20px;
  }
  .my-solutions-empty .description {
    font-size: 16px;
    padding: 12px 0 30px;
  }
}
.my-solutions-header {
  padding-top: 30px;
}
.my-solutions-header .solutions-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-basis: 50%;
}
.my-solutions-header .solutions-header .icon-background {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2c3337;
  height: 34px;
  width: 34px;
  border-radius: 6px;
  padding: 5px;
}
.my-solutions-header .solutions-header .icon-background i {
  color: #ffffff;
  font-size: 24px;
}
.my-solutions-header .solutions-header h1.title {
  color: #323436;
  font-size: 28px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 31px;
  padding-left: 18px;
  margin: 0;
}
.my-solutions-header .description {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 26px;
  padding-top: 12px;
}
@media (max-width: 768px) {
  .my-solutions-header .solutions-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .my-solutions-header .solutions-header h1.title {
    color: #323436;
    font-size: 24px;
    font-family: GP Commerce Medium, sans-serif;
    line-height: 26px;
    padding-top: 16px;
    padding-left: 0;
    margin: 0;
  }
  .my-solutions-header .description {
    color: #5E7482;
    font-size: 16px;
    font-family: GP Commerce, sans-serif;
    line-height: 26px;
    padding-top: 12px;
  }
}
.modal-dialog {
  border-radius: 6px;
  margin-top: 150px;
  border: 1px solid #C2C2C2;
}
.modal-dialog .modal-content {
  border-radius: 6px;
  border: 1px solid #C2C2C2;
}
.modal-dialog .modal-content .modal-header {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 30px 30px 10px;
  border: none;
}
.modal-dialog .modal-content .modal-header .modal-title {
  color: #323436;
  font-size: 22px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 32px;
  margin: 0;
}
.modal-dialog .modal-content .modal-header .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  background: none;
  border: none;
  color: #5E7482;
  opacity: 1;
  font-size: 20px;
  padding: 6px;
  height: 32px;
  width: 32px;
}
.modal-dialog .modal-content .modal-header .btn-close:hover {
  background-color: #dde3e8;
  border-radius: 8px;
}
.modal-dialog .modal-content .modal-header .btn-close:active {
  background-color: #C2C2C2;
  border-radius: 8px;
}
.modal-dialog .modal-content .modal-header .btn-close:focus {
  color: #ffffff;
  background-color: #395FF0;
  border-radius: 8px;
  box-shadow: 0px 0px 0px 3px rgba(57, 95, 240, 0.25);
}
.modal-dialog .modal-content .modal-header .btn-close::after {
  display: flex;
  align-items: center;
  content: "\e81e";
  font-family: 'SysFaSolid';
  font-size: 20px;
  height: 20px;
  width: 20px;
}
.modal-dialog .modal-content .modal-header .btn-close::after:hover {
  color: #ffffff;
  background-color: #f0f4f6;
  border-radius: 8px;
}
.modal-dialog .modal-content .modal-body {
  padding: 0 30px 46px;
  margin-bottom: 0;
}
.modal-dialog .modal-content .modal-body div .title {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 24px;
  padding-bottom: 30px;
}
.modal-dialog .modal-content .modal-body div form textarea::placeholder {
  color: #5E7482;
  opacity: 1;
}
.modal-dialog .modal-content .modal-body div form textarea:-ms-input-placeholder {
  color: #5E7482;
}
.modal-dialog .modal-content .modal-body div form textarea::-ms-input-placeholder {
  color: #5E7482;
}
.modal-dialog .modal-content .modal-body div form .has-error {
  animation: none;
}
.modal-dialog .modal-content .modal-body div form .has-error .error-block {
  font-size: 14px;
  line-height: 10px;
  font-family: GP Commerce, sans-serif;
  color: #CE1518;
  background: none;
  box-shadow: none;
  margin-top: 6px;
  padding: 0;
}
.modal-dialog .modal-content .modal-body div form .has-error .error-block::after {
  content: none;
}
.modal-dialog .modal-content .modal-body div form .has-error .form-control,
.modal-dialog .modal-content .modal-body div form .has-error textarea {
  border-radius: 6px;
  border: 1px solid #CE1518;
}
.modal-dialog .modal-content .modal-body div form .has-error .form-control:hover,
.modal-dialog .modal-content .modal-body div form .has-error textarea:hover {
  border: 2px solid #CE1518;
}
.modal-dialog .modal-content .modal-body div form .has-error .form-control:focus,
.modal-dialog .modal-content .modal-body div form .has-error textarea:focus {
  border: 2px solid #CE1518;
  box-shadow: 0px 0px 0px 3px #DF566066;
}
.modal-dialog .modal-content .modal-body div form .floating-form-group label {
  color: #5a5f62;
  font-size: 14px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 16px;
  padding-bottom: 9px;
  margin: 0;
}
.modal-dialog .modal-content .modal-body div form .floating-form-group textarea {
  font-family: GP Commerce, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin: 0;
  border-radius: 6px;
  border: 1px solid #dde3e8;
  outline: 2px solid transparent;
  box-shadow: none;
  min-height: 120px;
  padding: 12px 18px 20px;
}
.modal-dialog .modal-content .modal-body div form .floating-form-group textarea.active {
  color: #395FF0;
}
.modal-dialog .modal-content .modal-body div form .floating-form-group textarea:hover {
  border: 2px solid #395FF0;
}
.modal-dialog .modal-content .modal-body div form .floating-form-group textarea:focus {
  border: 2px solid #395FF0;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
}
.modal-dialog .modal-content .modal-footer {
  padding: 20px 30px;
}
.modal-dialog .modal-content .modal-footer .common-modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    width: calc(100% - 40px);
  }
  .modal-dialog .modal-content .modal-header {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    padding: 20px 16px 10px;
    border: none;
  }
  .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 18px;
    font-family: GP Commerce Medium, sans-serif;
    line-height: 27px;
  }
  .modal-dialog .modal-content .modal-body {
    padding: 0 16px 46px;
    margin-bottom: 0;
  }
  .modal-dialog .modal-content .modal-body div .title {
    font-size: 14px;
    line-height: 23px;
  }
  .modal-dialog .modal-content .modal-body div #contact-sales-form .floating-form-group label {
    margin: 0 4px;
  }
  .modal-dialog .modal-content .modal-body div #contact-sales-form .floating-form-group textarea {
    margin: 0 4px;
  }
  .modal-dialog .modal-content .modal-footer {
    padding: 20px 16px;
  }
  .modal-dialog .modal-content .modal-footer .common-modal-footer {
    flex-wrap: nowrap;
  }
}
#SESSION_TIMEOUT .timeout-description b {
  font-family: GP Commerce Medium, sans-serif;
}
.configuration-container .solution-header,
.configuration-container .solution-nav-menu,
.configuration-container .solution-header {
  top: 0;
}
.configuration-container .solution-nav-menu {
  top: 65px;
}
.configuration-container div.borderbar {
  height: 0px;
  border-top: 1px solid #C2C2C2;
  margin: 0px -50px;
}
.configuration-container .step-indicator {
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  color: #395FF0;
  text-transform: uppercase;
  margin-right: 14px;
}
.configuration-container .configuration-title {
  font-size: 24px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  line-height: 32px;
  padding: 12px 0;
}
.configuration-container .configuration-description {
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  color: #5E7482;
  line-height: 27px;
  padding-bottom: 30px;
}
.configuration-container .configuration-section-title {
  flex-direction: row;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.configuration-container .configuration-section-title.flex-row {
  flex-direction: row;
}
.configuration-container .configuration-section-title.flex-column {
  flex-direction: column;
}
.configuration-container .configuration-section-title.flex-justify-flex-start {
  justify-content: flex-start;
}
.configuration-container .configuration-section-title.flex-justify-flex-end {
  justify-content: flex-end;
}
.configuration-container .configuration-section-title.flex-justify-center {
  justify-content: center;
}
.configuration-container .configuration-section-title.flex-justify-space-between {
  justify-content: space-between;
}
.configuration-container .configuration-section-title.flex-justify-space-around {
  justify-content: space-around;
}
.configuration-container .configuration-section-title.flex-justify-inherit {
  justify-content: inherit;
}
.configuration-container .configuration-section-title.flex-justify-initial {
  justify-content: initial;
}
.configuration-container .configuration-section-title.flex-align-flex-start {
  align-items: flex-start;
}
.configuration-container .configuration-section-title.flex-align-flex-end {
  align-items: flex-end;
}
.configuration-container .configuration-section-title.flex-align-stretch {
  align-items: stretch;
}
.configuration-container .configuration-section-title.flex-align-center {
  align-items: center;
}
.configuration-container .configuration-section-title.flex-align-baseline {
  align-items: baseline;
}
.configuration-container .configuration-section-title.flex-align-inherit {
  align-items: inherit;
}
.configuration-container .configuration-section-title.flex-align-initial {
  align-items: initial;
}
.configuration-container .configuration-section-title:focus .icon-bg,
.configuration-container .configuration-section-title:focus:hover .icon-bg {
  background: #395FF0;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
}
.configuration-container .configuration-section-title:focus .icon-bg i,
.configuration-container .configuration-section-title:focus:hover .icon-bg i {
  color: #ffffff;
}
.configuration-container .configuration-section-title h6 {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 150%;
}
.configuration-container .configuration-section-title .icon-bg {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 34px;
  width: 34px;
  background-color: #f0f4f6;
  border-radius: 6px;
  font-size: 20px;
  border-radius: 8px;
}
.configuration-container .configuration-section-title .icon-bg.flex-row {
  flex-direction: row;
}
.configuration-container .configuration-section-title .icon-bg.flex-column {
  flex-direction: column;
}
.configuration-container .configuration-section-title .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.configuration-container .configuration-section-title .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.configuration-container .configuration-section-title .icon-bg.flex-justify-center {
  justify-content: center;
}
.configuration-container .configuration-section-title .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.configuration-container .configuration-section-title .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.configuration-container .configuration-section-title .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.configuration-container .configuration-section-title .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.configuration-container .configuration-section-title .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.configuration-container .configuration-section-title .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.configuration-container .configuration-section-title .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.configuration-container .configuration-section-title .icon-bg.flex-align-center {
  align-items: center;
}
.configuration-container .configuration-section-title .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.configuration-container .configuration-section-title .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.configuration-container .configuration-section-title .icon-bg.flex-align-initial {
  align-items: initial;
}
.configuration-container .configuration-section-title .icon-bg.flex-row {
  flex-direction: row;
}
.configuration-container .configuration-section-title .icon-bg.flex-column {
  flex-direction: column;
}
.configuration-container .configuration-section-title .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.configuration-container .configuration-section-title .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.configuration-container .configuration-section-title .icon-bg.flex-justify-center {
  justify-content: center;
}
.configuration-container .configuration-section-title .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.configuration-container .configuration-section-title .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.configuration-container .configuration-section-title .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.configuration-container .configuration-section-title .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.configuration-container .configuration-section-title .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.configuration-container .configuration-section-title .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.configuration-container .configuration-section-title .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.configuration-container .configuration-section-title .icon-bg.flex-align-center {
  align-items: center;
}
.configuration-container .configuration-section-title .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.configuration-container .configuration-section-title .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.configuration-container .configuration-section-title .icon-bg.flex-align-initial {
  align-items: initial;
}
.configuration-container .configuration-section-title .icon-bg:hover {
  background: #dde3e8;
}
.configuration-container .configuration-section-title .icon-bg:active {
  background: #C2C2C2;
}
.configuration-container .configuration-section-title .icon-bg i {
  font-size: 20px;
  color: #5E7482;
}
.configuration-container p.template-description {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.16px;
  margin: 0px;
  margin-top: 13px;
}
.configuration-container .configuration-content {
  margin-top: 40px;
}
.configuration-container .configuration-content .radio-input-group .form-label {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
}
.configuration-container .configuration-content .form-check input[type="radio"] {
  width: 16px;
  height: 16px;
  appearance: none;
  border-radius: 50%;
  border: 1.5px solid #C2C2C2;
  background: #ffffff;
}
.configuration-container .configuration-content .form-check input[type="radio"]:hover:not(:checked) {
  border: 1.5px solid #395FF0;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
}
.configuration-container .configuration-content .form-check input[type="radio"]:focus:not(:checked) {
  border: 1.5px solid #395FF0;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
  outline: none;
}
.configuration-container .configuration-content .form-check input[type="radio"]:checked {
  border: 1.5px solid #395FF0;
  background: #395FF0;
  position: relative;
}
.configuration-container .configuration-content .form-check input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}
.configuration-container .configuration-content .form-check input[type="radio"]:checked:hover {
  border: 1.5px solid #395FF0;
  background: #395FF0;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
}
.configuration-container .configuration-content .form-check input[type="radio"]:checked:focus {
  border: 1.5px solid #395FF0;
  background: #1D3282;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
  outline: none;
}
.configuration-container .configuration-content .form-check input[type="radio"]:disabled {
  border: 1.5px solid #C2C2C2;
  background: #F7F9FB;
}
.configuration-container .configuration-content .form-check input[type="radio"]:disabled:hover {
  box-shadow: none;
  border: 1.5px solid #C2C2C2;
  background: #F7F9FB;
}
.configuration-container .configuration-type-form {
  margin-bottom: 31px;
}
.configuration-container .template-field {
  margin-bottom: 40px;
}
.configuration-view .configuration-view-label {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 14px;
  line-height: 160%;
}
.configuration-view .configuration-view-label span {
  color: #CE1518;
  font-size: 14px;
  padding-left: 3px;
}
.configuration-view .configuration-view-text {
  color: #5a5f62;
  font-family: GP Commerce, sans-serif;
  font-size: 14px;
  line-height: 160%;
}
.configuration-view hr.configuration-seperator {
  margin: 40px 0;
  border-top: 1px solid #C2C2C2;
}
.configuration-view h6.configuration-values-title {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 20px;
  line-height: 150%;
}
.configuration-view .section-content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 50% auto;
  row-gap: 20px;
}
.ui-single-select-control .Select {
  border: 0;
  box-shadow: none;
}
.ui-single-select-control .Select .Select__menu .Select__menu-list {
  padding: 8px 6px;
  font-size: 14px;
}
.ui-single-select-control .Select .Select__menu .Select__menu-list .Select__option {
  font-size: 14px;
  font-style: normal;
  padding-left: 12px;
  font-family: GP Commerce, sans-serif;
  padding: 10px;
  color: #5E7482;
  background-color: #ffffff;
  border-radius: 6px;
}
.ui-single-select-control .Select .Select__menu .Select__menu-list .Select__option:hover {
  background-color: #f0f4f6;
}
.ui-single-select-control .Select .Select__menu .Select__menu-list .Select__option:active {
  background-color: #dde3e8;
}
.ui-single-select-control .Select .Select__menu .Select__menu-list.Select__option--is-focused {
  background-color: #f0f4f6;
  color: #5E7482;
}
.ui-single-select-control .Select .Select__menu .Select__menu-list .Select__option--is-selected::after {
  content: '\e8a6';
  font-family: 'SysFaSolid';
  float: right;
  color: #395FF0;
}
.ui-single-select-control .Select .Select__menu .Select__menu-list .Select__option--is-selected {
  color: #395FF0;
  font-family: GP Commerce, sans-serif;
  background-color: #ffffff;
}
.ui-single-select-control .Select .Select-control {
  padding: 0 8px 0px 16px;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 2;
  font-family: GP Commerce, sans-serif;
  line-height: 24px;
  color: #323436;
  font-size: 14px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #C2C2C2;
}
.ui-single-select-control .Select .Select-control:hover {
  border: 1px solid #395FF0;
  background-color: #ffffff;
}
.ui-single-select-control .Select .Select-control svg {
  height: 20px;
  width: 20px;
  color: #5E7482;
}
.ui-single-select-control .Select .Select-control .Select__value-container {
  padding-left: 12px;
}
.ui-single-select-control .Select .Select-control .Select__value-container .Select__placeholder {
  color: #000000;
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.ui-single-select-control .Select .Select__control--menu-is-open svg {
  transform: rotate(180deg);
}
.ui-single-select-control .Select:hover {
  border: 0;
  outline: 0;
}
.ui-single-select-control .Select .Select__control--is-focused {
  border: 2px solid #395FF0;
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.has-error {
  animation: none;
}
.has-error .error-block {
  font-size: 14px;
  line-height: 10px;
  font-family: GP Commerce Bold, sans-serif;
  color: #CE1518;
  background: none;
  box-shadow: none;
  margin-top: 6px;
  padding: 0;
}
.has-error .error-block::after {
  content: none;
}
.has-error .Select .Select-control {
  border-radius: 6px;
  border: 2px solid #CE1518;
}
.has-error .Select .Select-control:hover {
  border: 2px solid #CE1518;
}
.has-error .Select .Select-control:focus {
  border: 2px solid #CE1518;
  box-shadow: 0px 0px 0px 3px #DF566066;
}
.sidenav-groupcode-form .ui-single-select-control .Select {
  border: 0;
  box-shadow: none;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select__menu .Select__menu-list {
  padding: 8px 6px;
  font-size: 14px;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select__menu .Select__menu-list .Select__option {
  display: flex;
  align-items: center;
  width: 100%;
  height: 38px;
  padding: 10px;
  position: relative;
  font-family: GP Commerce, sans-serif;
  font-size: 14px;
  font-style: normal;
  border-radius: 6px;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select__menu .Select__menu-list .Select__option:hover {
  background-color: #f0f4f6;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select__menu .Select__menu-list .Select__option:active {
  background-color: #dde3e8;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select__menu .Select__menu-list.Select__option--is-focused {
  background-color: transparent;
  color: #5E7482;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select__menu .Select__menu-list .Select__option--is-selected::after {
  content: '\e8a6';
  font-family: 'SysFaSolid';
  float: right;
  position: absolute;
  right: 12px;
  color: #395FF0;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select__menu .Select__menu-list .Select__option--is-selected {
  color: #395FF0;
  font-family: GP Commerce Medium, sans-serif;
  background-color: transparent;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select-control,
.sidenav-groupcode-form .ui-single-select-control .Select .Select__control {
  padding: 0 8px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 2;
  font-family: GP Commerce, sans-serif;
  line-height: 24px;
  color: #323436;
  font-size: 14px;
  font-style: normal;
  background-color: #f0f4f6;
  border-radius: 6px;
  box-shadow: none;
  border: 1.2px solid #C2C2C2;
  position: relative;
  padding-left: 5px;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select-control:hover,
.sidenav-groupcode-form .ui-single-select-control .Select .Select__control:hover {
  border: 1.2px solid #395FF0;
  background-color: #ffffff;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select-control svg,
.sidenav-groupcode-form .ui-single-select-control .Select .Select__control svg {
  height: 20px;
  width: 20px;
  color: #5E7482;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select-control .Select__value-container,
.sidenav-groupcode-form .ui-single-select-control .Select .Select__control .Select__value-container {
  padding-left: 12px;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select-control .Select__value-container .Select__placeholder,
.sidenav-groupcode-form .ui-single-select-control .Select .Select__control .Select__value-container .Select__placeholder {
  color: #5a5f62;
  font-size: 12px;
  font-family: GP Commerce, sans-serif;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select-control .Select__indicators .Select__dropdown-indicator,
.sidenav-groupcode-form .ui-single-select-control .Select .Select__control .Select__indicators .Select__dropdown-indicator {
  padding: 0 8px;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select-control .Select__indicators .Select__dropdown-indicator::before,
.sidenav-groupcode-form .ui-single-select-control .Select .Select__control .Select__indicators .Select__dropdown-indicator::before {
  content: '\e89e';
  font-family: 'SysFaSolid';
  font-size: 14px;
  color: #5E7482;
  display: inline-block;
  position: relative;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select-control .Select__indicators .Select__dropdown-indicator svg,
.sidenav-groupcode-form .ui-single-select-control .Select .Select__control .Select__indicators .Select__dropdown-indicator svg {
  display: none;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select__control--menu-is-open svg {
  transform: none;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select__control--menu-is-open .Select__indicators .Select__dropdown-indicator::before {
  content: '\e8a1';
  font-family: 'SysFaSolid';
  font-size: 14px;
  color: #5E7482;
  display: inline-block;
  position: relative;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select__control--menu-is-open .Select__indicators .Select__dropdown-indicator svg {
  display: none;
}
.sidenav-groupcode-form .ui-single-select-control .Select:hover {
  border: 0;
  outline: 0;
}
.sidenav-groupcode-form .ui-single-select-control .Select .Select__control--is-focused {
  border: 2px solid #395FF0;
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.sidenav-groupcode-form .has-error {
  animation: none;
}
.sidenav-groupcode-form .has-error .error-block {
  font-size: 14px;
  line-height: 10px;
  font-family: GP Commerce Bold, sans-serif;
  color: #CE1518;
  background: none;
  box-shadow: none;
  margin-top: 6px;
  padding: 0;
}
.sidenav-groupcode-form .has-error .error-block::after {
  content: none;
}
.sidenav-groupcode-form .has-error .Select .Select-control,
.sidenav-groupcode-form .has-error .Select .Select__control {
  border-radius: 0;
  border: 2px solid #CE1518;
}
.sidenav-groupcode-form .has-error .Select .Select-control:hover,
.sidenav-groupcode-form .has-error .Select .Select__control:hover {
  border: 2px solid #CE1518;
}
.sidenav-groupcode-form .has-error .Select .Select-control:focus,
.sidenav-groupcode-form .has-error .Select .Select__control:focus {
  border: 2px solid #CE1518;
  box-shadow: 0px 0px 0px 3px #DF566066;
}
/*.floating-form-group {
	> input:not(.empty) + label.floating-label {
		background: @primary-bg-color;
		color: @tertiary-text-color !important;
	}
}*/
.icon-button {
  z-index: 1;
  cursor: pointer;
}
.flex-grid {
  display: flex;
  width: 100%;
}
.flex {
  display: flex;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-row.flex-row {
  flex-direction: row;
}
.flex-row.flex-column {
  flex-direction: column;
}
.flex-row.flex-justify-flex-start {
  justify-content: flex-start;
}
.flex-row.flex-justify-flex-end {
  justify-content: flex-end;
}
.flex-row.flex-justify-center {
  justify-content: center;
}
.flex-row.flex-justify-space-between {
  justify-content: space-between;
}
.flex-row.flex-justify-space-around {
  justify-content: space-around;
}
.flex-row.flex-justify-inherit {
  justify-content: inherit;
}
.flex-row.flex-justify-initial {
  justify-content: initial;
}
.flex-row.flex-align-flex-start {
  align-items: flex-start;
}
.flex-row.flex-align-flex-end {
  align-items: flex-end;
}
.flex-row.flex-align-stretch {
  align-items: stretch;
}
.flex-row.flex-align-center {
  align-items: center;
}
.flex-row.flex-align-baseline {
  align-items: baseline;
}
.flex-row.flex-align-inherit {
  align-items: inherit;
}
.flex-row.flex-align-initial {
  align-items: initial;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-col.flex-row {
  flex-direction: row;
}
.flex-col.flex-column {
  flex-direction: column;
}
.flex-col.flex-justify-flex-start {
  justify-content: flex-start;
}
.flex-col.flex-justify-flex-end {
  justify-content: flex-end;
}
.flex-col.flex-justify-center {
  justify-content: center;
}
.flex-col.flex-justify-space-between {
  justify-content: space-between;
}
.flex-col.flex-justify-space-around {
  justify-content: space-around;
}
.flex-col.flex-justify-inherit {
  justify-content: inherit;
}
.flex-col.flex-justify-initial {
  justify-content: initial;
}
.flex-col.flex-align-flex-start {
  align-items: flex-start;
}
.flex-col.flex-align-flex-end {
  align-items: flex-end;
}
.flex-col.flex-align-stretch {
  align-items: stretch;
}
.flex-col.flex-align-center {
  align-items: center;
}
.flex-col.flex-align-baseline {
  align-items: baseline;
}
.flex-col.flex-align-inherit {
  align-items: inherit;
}
.flex-col.flex-align-initial {
  align-items: initial;
}
.wrap {
  display: flex;
  flex-wrap: wrap;
}
.wrap.flex-row {
  flex-direction: row;
}
.wrap.flex-column {
  flex-direction: column;
}
.wrap.flex-justify-flex-start {
  justify-content: flex-start;
}
.wrap.flex-justify-flex-end {
  justify-content: flex-end;
}
.wrap.flex-justify-center {
  justify-content: center;
}
.wrap.flex-justify-space-between {
  justify-content: space-between;
}
.wrap.flex-justify-space-around {
  justify-content: space-around;
}
.wrap.flex-justify-inherit {
  justify-content: inherit;
}
.wrap.flex-justify-initial {
  justify-content: initial;
}
.wrap.flex-align-flex-start {
  align-items: flex-start;
}
.wrap.flex-align-flex-end {
  align-items: flex-end;
}
.wrap.flex-align-stretch {
  align-items: stretch;
}
.wrap.flex-align-center {
  align-items: center;
}
.wrap.flex-align-baseline {
  align-items: baseline;
}
.wrap.flex-align-inherit {
  align-items: inherit;
}
.wrap.flex-align-initial {
  align-items: initial;
}
.nowrap {
  display: flex;
  flex-wrap: nowrap;
}
.nowrap.flex-row {
  flex-direction: row;
}
.nowrap.flex-column {
  flex-direction: column;
}
.nowrap.flex-justify-flex-start {
  justify-content: flex-start;
}
.nowrap.flex-justify-flex-end {
  justify-content: flex-end;
}
.nowrap.flex-justify-center {
  justify-content: center;
}
.nowrap.flex-justify-space-between {
  justify-content: space-between;
}
.nowrap.flex-justify-space-around {
  justify-content: space-around;
}
.nowrap.flex-justify-inherit {
  justify-content: inherit;
}
.nowrap.flex-justify-initial {
  justify-content: initial;
}
.nowrap.flex-align-flex-start {
  align-items: flex-start;
}
.nowrap.flex-align-flex-end {
  align-items: flex-end;
}
.nowrap.flex-align-stretch {
  align-items: stretch;
}
.nowrap.flex-align-center {
  align-items: center;
}
.nowrap.flex-align-baseline {
  align-items: baseline;
}
.nowrap.flex-align-inherit {
  align-items: inherit;
}
.nowrap.flex-align-initial {
  align-items: initial;
}
.left {
  display: flex;
  justify-content: flex-start;
}
.left.flex-row {
  flex-direction: row;
}
.left.flex-column {
  flex-direction: column;
}
.left.flex-justify-flex-start {
  justify-content: flex-start;
}
.left.flex-justify-flex-end {
  justify-content: flex-end;
}
.left.flex-justify-center {
  justify-content: center;
}
.left.flex-justify-space-between {
  justify-content: space-between;
}
.left.flex-justify-space-around {
  justify-content: space-around;
}
.left.flex-justify-inherit {
  justify-content: inherit;
}
.left.flex-justify-initial {
  justify-content: initial;
}
.left.flex-align-flex-start {
  align-items: flex-start;
}
.left.flex-align-flex-end {
  align-items: flex-end;
}
.left.flex-align-stretch {
  align-items: stretch;
}
.left.flex-align-center {
  align-items: center;
}
.left.flex-align-baseline {
  align-items: baseline;
}
.left.flex-align-inherit {
  align-items: inherit;
}
.left.flex-align-initial {
  align-items: initial;
}
.right {
  display: flex;
  justify-content: flex-end;
}
.right.flex-row {
  flex-direction: row;
}
.right.flex-column {
  flex-direction: column;
}
.right.flex-justify-flex-start {
  justify-content: flex-start;
}
.right.flex-justify-flex-end {
  justify-content: flex-end;
}
.right.flex-justify-center {
  justify-content: center;
}
.right.flex-justify-space-between {
  justify-content: space-between;
}
.right.flex-justify-space-around {
  justify-content: space-around;
}
.right.flex-justify-inherit {
  justify-content: inherit;
}
.right.flex-justify-initial {
  justify-content: initial;
}
.right.flex-align-flex-start {
  align-items: flex-start;
}
.right.flex-align-flex-end {
  align-items: flex-end;
}
.right.flex-align-stretch {
  align-items: stretch;
}
.right.flex-align-center {
  align-items: center;
}
.right.flex-align-baseline {
  align-items: baseline;
}
.right.flex-align-inherit {
  align-items: inherit;
}
.right.flex-align-initial {
  align-items: initial;
}
.center {
  display: flex;
  justify-content: center;
}
.center.flex-row {
  flex-direction: row;
}
.center.flex-column {
  flex-direction: column;
}
.center.flex-justify-flex-start {
  justify-content: flex-start;
}
.center.flex-justify-flex-end {
  justify-content: flex-end;
}
.center.flex-justify-center {
  justify-content: center;
}
.center.flex-justify-space-between {
  justify-content: space-between;
}
.center.flex-justify-space-around {
  justify-content: space-around;
}
.center.flex-justify-inherit {
  justify-content: inherit;
}
.center.flex-justify-initial {
  justify-content: initial;
}
.center.flex-align-flex-start {
  align-items: flex-start;
}
.center.flex-align-flex-end {
  align-items: flex-end;
}
.center.flex-align-stretch {
  align-items: stretch;
}
.center.flex-align-center {
  align-items: center;
}
.center.flex-align-baseline {
  align-items: baseline;
}
.center.flex-align-inherit {
  align-items: inherit;
}
.center.flex-align-initial {
  align-items: initial;
}
.end {
  display: flex;
  justify-content: end;
}
.end.flex-row {
  flex-direction: row;
}
.end.flex-column {
  flex-direction: column;
}
.end.flex-justify-flex-start {
  justify-content: flex-start;
}
.end.flex-justify-flex-end {
  justify-content: flex-end;
}
.end.flex-justify-center {
  justify-content: center;
}
.end.flex-justify-space-between {
  justify-content: space-between;
}
.end.flex-justify-space-around {
  justify-content: space-around;
}
.end.flex-justify-inherit {
  justify-content: inherit;
}
.end.flex-justify-initial {
  justify-content: initial;
}
.end.flex-align-flex-start {
  align-items: flex-start;
}
.end.flex-align-flex-end {
  align-items: flex-end;
}
.end.flex-align-stretch {
  align-items: stretch;
}
.end.flex-align-center {
  align-items: center;
}
.end.flex-align-baseline {
  align-items: baseline;
}
.end.flex-align-inherit {
  align-items: inherit;
}
.end.flex-align-initial {
  align-items: initial;
}
.start {
  display: flex;
  justify-content: start;
}
.start.flex-row {
  flex-direction: row;
}
.start.flex-column {
  flex-direction: column;
}
.start.flex-justify-flex-start {
  justify-content: flex-start;
}
.start.flex-justify-flex-end {
  justify-content: flex-end;
}
.start.flex-justify-center {
  justify-content: center;
}
.start.flex-justify-space-between {
  justify-content: space-between;
}
.start.flex-justify-space-around {
  justify-content: space-around;
}
.start.flex-justify-inherit {
  justify-content: inherit;
}
.start.flex-justify-initial {
  justify-content: initial;
}
.start.flex-align-flex-start {
  align-items: flex-start;
}
.start.flex-align-flex-end {
  align-items: flex-end;
}
.start.flex-align-stretch {
  align-items: stretch;
}
.start.flex-align-center {
  align-items: center;
}
.start.flex-align-baseline {
  align-items: baseline;
}
.start.flex-align-inherit {
  align-items: inherit;
}
.start.flex-align-initial {
  align-items: initial;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}
.flex-end.flex-row {
  flex-direction: row;
}
.flex-end.flex-column {
  flex-direction: column;
}
.flex-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.flex-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.flex-end.flex-justify-center {
  justify-content: center;
}
.flex-end.flex-justify-space-between {
  justify-content: space-between;
}
.flex-end.flex-justify-space-around {
  justify-content: space-around;
}
.flex-end.flex-justify-inherit {
  justify-content: inherit;
}
.flex-end.flex-justify-initial {
  justify-content: initial;
}
.flex-end.flex-align-flex-start {
  align-items: flex-start;
}
.flex-end.flex-align-flex-end {
  align-items: flex-end;
}
.flex-end.flex-align-stretch {
  align-items: stretch;
}
.flex-end.flex-align-center {
  align-items: center;
}
.flex-end.flex-align-baseline {
  align-items: baseline;
}
.flex-end.flex-align-inherit {
  align-items: inherit;
}
.flex-end.flex-align-initial {
  align-items: initial;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
}
.flex-start.flex-row {
  flex-direction: row;
}
.flex-start.flex-column {
  flex-direction: column;
}
.flex-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.flex-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.flex-start.flex-justify-center {
  justify-content: center;
}
.flex-start.flex-justify-space-between {
  justify-content: space-between;
}
.flex-start.flex-justify-space-around {
  justify-content: space-around;
}
.flex-start.flex-justify-inherit {
  justify-content: inherit;
}
.flex-start.flex-justify-initial {
  justify-content: initial;
}
.flex-start.flex-align-flex-start {
  align-items: flex-start;
}
.flex-start.flex-align-flex-end {
  align-items: flex-end;
}
.flex-start.flex-align-stretch {
  align-items: stretch;
}
.flex-start.flex-align-center {
  align-items: center;
}
.flex-start.flex-align-baseline {
  align-items: baseline;
}
.flex-start.flex-align-inherit {
  align-items: inherit;
}
.flex-start.flex-align-initial {
  align-items: initial;
}
.between {
  display: flex;
  justify-content: space-between;
}
.between.flex-row {
  flex-direction: row;
}
.between.flex-column {
  flex-direction: column;
}
.between.flex-justify-flex-start {
  justify-content: flex-start;
}
.between.flex-justify-flex-end {
  justify-content: flex-end;
}
.between.flex-justify-center {
  justify-content: center;
}
.between.flex-justify-space-between {
  justify-content: space-between;
}
.between.flex-justify-space-around {
  justify-content: space-around;
}
.between.flex-justify-inherit {
  justify-content: inherit;
}
.between.flex-justify-initial {
  justify-content: initial;
}
.between.flex-align-flex-start {
  align-items: flex-start;
}
.between.flex-align-flex-end {
  align-items: flex-end;
}
.between.flex-align-stretch {
  align-items: stretch;
}
.between.flex-align-center {
  align-items: center;
}
.between.flex-align-baseline {
  align-items: baseline;
}
.between.flex-align-inherit {
  align-items: inherit;
}
.between.flex-align-initial {
  align-items: initial;
}
.around {
  display: flex;
  justify-content: space-around;
}
.around.flex-row {
  flex-direction: row;
}
.around.flex-column {
  flex-direction: column;
}
.around.flex-justify-flex-start {
  justify-content: flex-start;
}
.around.flex-justify-flex-end {
  justify-content: flex-end;
}
.around.flex-justify-center {
  justify-content: center;
}
.around.flex-justify-space-between {
  justify-content: space-between;
}
.around.flex-justify-space-around {
  justify-content: space-around;
}
.around.flex-justify-inherit {
  justify-content: inherit;
}
.around.flex-justify-initial {
  justify-content: initial;
}
.around.flex-align-flex-start {
  align-items: flex-start;
}
.around.flex-align-flex-end {
  align-items: flex-end;
}
.around.flex-align-stretch {
  align-items: stretch;
}
.around.flex-align-center {
  align-items: center;
}
.around.flex-align-baseline {
  align-items: baseline;
}
.around.flex-align-inherit {
  align-items: inherit;
}
.around.flex-align-initial {
  align-items: initial;
}
.ai-center {
  display: flex;
  align-items: center;
}
.ai-center.flex-row {
  flex-direction: row;
}
.ai-center.flex-column {
  flex-direction: column;
}
.ai-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.ai-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.ai-center.flex-justify-center {
  justify-content: center;
}
.ai-center.flex-justify-space-between {
  justify-content: space-between;
}
.ai-center.flex-justify-space-around {
  justify-content: space-around;
}
.ai-center.flex-justify-inherit {
  justify-content: inherit;
}
.ai-center.flex-justify-initial {
  justify-content: initial;
}
.ai-center.flex-align-flex-start {
  align-items: flex-start;
}
.ai-center.flex-align-flex-end {
  align-items: flex-end;
}
.ai-center.flex-align-stretch {
  align-items: stretch;
}
.ai-center.flex-align-center {
  align-items: center;
}
.ai-center.flex-align-baseline {
  align-items: baseline;
}
.ai-center.flex-align-inherit {
  align-items: inherit;
}
.ai-center.flex-align-initial {
  align-items: initial;
}
.ai-start {
  display: flex;
  align-items: flex-start;
}
.ai-start.flex-row {
  flex-direction: row;
}
.ai-start.flex-column {
  flex-direction: column;
}
.ai-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.ai-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.ai-start.flex-justify-center {
  justify-content: center;
}
.ai-start.flex-justify-space-between {
  justify-content: space-between;
}
.ai-start.flex-justify-space-around {
  justify-content: space-around;
}
.ai-start.flex-justify-inherit {
  justify-content: inherit;
}
.ai-start.flex-justify-initial {
  justify-content: initial;
}
.ai-start.flex-align-flex-start {
  align-items: flex-start;
}
.ai-start.flex-align-flex-end {
  align-items: flex-end;
}
.ai-start.flex-align-stretch {
  align-items: stretch;
}
.ai-start.flex-align-center {
  align-items: center;
}
.ai-start.flex-align-baseline {
  align-items: baseline;
}
.ai-start.flex-align-inherit {
  align-items: inherit;
}
.ai-start.flex-align-initial {
  align-items: initial;
}
.ai-end {
  display: flex;
  align-items: flex-end;
}
.ai-end.flex-row {
  flex-direction: row;
}
.ai-end.flex-column {
  flex-direction: column;
}
.ai-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.ai-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.ai-end.flex-justify-center {
  justify-content: center;
}
.ai-end.flex-justify-space-between {
  justify-content: space-between;
}
.ai-end.flex-justify-space-around {
  justify-content: space-around;
}
.ai-end.flex-justify-inherit {
  justify-content: inherit;
}
.ai-end.flex-justify-initial {
  justify-content: initial;
}
.ai-end.flex-align-flex-start {
  align-items: flex-start;
}
.ai-end.flex-align-flex-end {
  align-items: flex-end;
}
.ai-end.flex-align-stretch {
  align-items: stretch;
}
.ai-end.flex-align-center {
  align-items: center;
}
.ai-end.flex-align-baseline {
  align-items: baseline;
}
.ai-end.flex-align-inherit {
  align-items: inherit;
}
.ai-end.flex-align-initial {
  align-items: initial;
}
.row-wrap {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}
.row-wrap.flex-row {
  flex-direction: row;
}
.row-wrap.flex-column {
  flex-direction: column;
}
.row-wrap.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap.flex-justify-center {
  justify-content: center;
}
.row-wrap.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap.flex-justify-initial {
  justify-content: initial;
}
.row-wrap.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap.flex-align-stretch {
  align-items: stretch;
}
.row-wrap.flex-align-center {
  align-items: center;
}
.row-wrap.flex-align-baseline {
  align-items: baseline;
}
.row-wrap.flex-align-inherit {
  align-items: inherit;
}
.row-wrap.flex-align-initial {
  align-items: initial;
}
.row-wrap.flex-row {
  flex-direction: row;
}
.row-wrap.flex-column {
  flex-direction: column;
}
.row-wrap.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap.flex-justify-center {
  justify-content: center;
}
.row-wrap.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap.flex-justify-initial {
  justify-content: initial;
}
.row-wrap.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap.flex-align-stretch {
  align-items: stretch;
}
.row-wrap.flex-align-center {
  align-items: center;
}
.row-wrap.flex-align-baseline {
  align-items: baseline;
}
.row-wrap.flex-align-inherit {
  align-items: inherit;
}
.row-wrap.flex-align-initial {
  align-items: initial;
}
.row-nowrap {
  flex-direction: row;
  display: flex;
  flex-wrap: nowrap;
}
.row-nowrap.flex-row {
  flex-direction: row;
}
.row-nowrap.flex-column {
  flex-direction: column;
}
.row-nowrap.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap.flex-justify-center {
  justify-content: center;
}
.row-nowrap.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap.flex-align-center {
  align-items: center;
}
.row-nowrap.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap.flex-align-initial {
  align-items: initial;
}
.row-nowrap.flex-row {
  flex-direction: row;
}
.row-nowrap.flex-column {
  flex-direction: column;
}
.row-nowrap.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap.flex-justify-center {
  justify-content: center;
}
.row-nowrap.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap.flex-align-center {
  align-items: center;
}
.row-nowrap.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap.flex-align-initial {
  align-items: initial;
}
.col-wrap {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
}
.col-wrap.flex-row {
  flex-direction: row;
}
.col-wrap.flex-column {
  flex-direction: column;
}
.col-wrap.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap.flex-justify-center {
  justify-content: center;
}
.col-wrap.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap.flex-justify-initial {
  justify-content: initial;
}
.col-wrap.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap.flex-align-stretch {
  align-items: stretch;
}
.col-wrap.flex-align-center {
  align-items: center;
}
.col-wrap.flex-align-baseline {
  align-items: baseline;
}
.col-wrap.flex-align-inherit {
  align-items: inherit;
}
.col-wrap.flex-align-initial {
  align-items: initial;
}
.col-wrap.flex-row {
  flex-direction: row;
}
.col-wrap.flex-column {
  flex-direction: column;
}
.col-wrap.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap.flex-justify-center {
  justify-content: center;
}
.col-wrap.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap.flex-justify-initial {
  justify-content: initial;
}
.col-wrap.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap.flex-align-stretch {
  align-items: stretch;
}
.col-wrap.flex-align-center {
  align-items: center;
}
.col-wrap.flex-align-baseline {
  align-items: baseline;
}
.col-wrap.flex-align-inherit {
  align-items: inherit;
}
.col-wrap.flex-align-initial {
  align-items: initial;
}
.col-nowrap {
  flex-direction: column;
  display: flex;
  flex-wrap: nowrap;
}
.col-nowrap.flex-row {
  flex-direction: row;
}
.col-nowrap.flex-column {
  flex-direction: column;
}
.col-nowrap.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap.flex-justify-center {
  justify-content: center;
}
.col-nowrap.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap.flex-align-center {
  align-items: center;
}
.col-nowrap.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap.flex-align-initial {
  align-items: initial;
}
.col-nowrap.flex-row {
  flex-direction: row;
}
.col-nowrap.flex-column {
  flex-direction: column;
}
.col-nowrap.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap.flex-justify-center {
  justify-content: center;
}
.col-nowrap.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap.flex-align-center {
  align-items: center;
}
.col-nowrap.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap.flex-align-initial {
  align-items: initial;
}
.left-center {
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.left-center.flex-row {
  flex-direction: row;
}
.left-center.flex-column {
  flex-direction: column;
}
.left-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.left-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.left-center.flex-justify-center {
  justify-content: center;
}
.left-center.flex-justify-space-between {
  justify-content: space-between;
}
.left-center.flex-justify-space-around {
  justify-content: space-around;
}
.left-center.flex-justify-inherit {
  justify-content: inherit;
}
.left-center.flex-justify-initial {
  justify-content: initial;
}
.left-center.flex-align-flex-start {
  align-items: flex-start;
}
.left-center.flex-align-flex-end {
  align-items: flex-end;
}
.left-center.flex-align-stretch {
  align-items: stretch;
}
.left-center.flex-align-center {
  align-items: center;
}
.left-center.flex-align-baseline {
  align-items: baseline;
}
.left-center.flex-align-inherit {
  align-items: inherit;
}
.left-center.flex-align-initial {
  align-items: initial;
}
.left-center.flex-row {
  flex-direction: row;
}
.left-center.flex-column {
  flex-direction: column;
}
.left-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.left-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.left-center.flex-justify-center {
  justify-content: center;
}
.left-center.flex-justify-space-between {
  justify-content: space-between;
}
.left-center.flex-justify-space-around {
  justify-content: space-around;
}
.left-center.flex-justify-inherit {
  justify-content: inherit;
}
.left-center.flex-justify-initial {
  justify-content: initial;
}
.left-center.flex-align-flex-start {
  align-items: flex-start;
}
.left-center.flex-align-flex-end {
  align-items: flex-end;
}
.left-center.flex-align-stretch {
  align-items: stretch;
}
.left-center.flex-align-center {
  align-items: center;
}
.left-center.flex-align-baseline {
  align-items: baseline;
}
.left-center.flex-align-inherit {
  align-items: inherit;
}
.left-center.flex-align-initial {
  align-items: initial;
}
.right-center {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.right-center.flex-row {
  flex-direction: row;
}
.right-center.flex-column {
  flex-direction: column;
}
.right-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.right-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.right-center.flex-justify-center {
  justify-content: center;
}
.right-center.flex-justify-space-between {
  justify-content: space-between;
}
.right-center.flex-justify-space-around {
  justify-content: space-around;
}
.right-center.flex-justify-inherit {
  justify-content: inherit;
}
.right-center.flex-justify-initial {
  justify-content: initial;
}
.right-center.flex-align-flex-start {
  align-items: flex-start;
}
.right-center.flex-align-flex-end {
  align-items: flex-end;
}
.right-center.flex-align-stretch {
  align-items: stretch;
}
.right-center.flex-align-center {
  align-items: center;
}
.right-center.flex-align-baseline {
  align-items: baseline;
}
.right-center.flex-align-inherit {
  align-items: inherit;
}
.right-center.flex-align-initial {
  align-items: initial;
}
.right-center.flex-row {
  flex-direction: row;
}
.right-center.flex-column {
  flex-direction: column;
}
.right-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.right-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.right-center.flex-justify-center {
  justify-content: center;
}
.right-center.flex-justify-space-between {
  justify-content: space-between;
}
.right-center.flex-justify-space-around {
  justify-content: space-around;
}
.right-center.flex-justify-inherit {
  justify-content: inherit;
}
.right-center.flex-justify-initial {
  justify-content: initial;
}
.right-center.flex-align-flex-start {
  align-items: flex-start;
}
.right-center.flex-align-flex-end {
  align-items: flex-end;
}
.right-center.flex-align-stretch {
  align-items: stretch;
}
.right-center.flex-align-center {
  align-items: center;
}
.right-center.flex-align-baseline {
  align-items: baseline;
}
.right-center.flex-align-inherit {
  align-items: inherit;
}
.right-center.flex-align-initial {
  align-items: initial;
}
.center-center {
  justify-content: center;
  display: flex;
  align-items: center;
}
.center-center.flex-row {
  flex-direction: row;
}
.center-center.flex-column {
  flex-direction: column;
}
.center-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.center-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.center-center.flex-justify-center {
  justify-content: center;
}
.center-center.flex-justify-space-between {
  justify-content: space-between;
}
.center-center.flex-justify-space-around {
  justify-content: space-around;
}
.center-center.flex-justify-inherit {
  justify-content: inherit;
}
.center-center.flex-justify-initial {
  justify-content: initial;
}
.center-center.flex-align-flex-start {
  align-items: flex-start;
}
.center-center.flex-align-flex-end {
  align-items: flex-end;
}
.center-center.flex-align-stretch {
  align-items: stretch;
}
.center-center.flex-align-center {
  align-items: center;
}
.center-center.flex-align-baseline {
  align-items: baseline;
}
.center-center.flex-align-inherit {
  align-items: inherit;
}
.center-center.flex-align-initial {
  align-items: initial;
}
.center-center.flex-row {
  flex-direction: row;
}
.center-center.flex-column {
  flex-direction: column;
}
.center-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.center-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.center-center.flex-justify-center {
  justify-content: center;
}
.center-center.flex-justify-space-between {
  justify-content: space-between;
}
.center-center.flex-justify-space-around {
  justify-content: space-around;
}
.center-center.flex-justify-inherit {
  justify-content: inherit;
}
.center-center.flex-justify-initial {
  justify-content: initial;
}
.center-center.flex-align-flex-start {
  align-items: flex-start;
}
.center-center.flex-align-flex-end {
  align-items: flex-end;
}
.center-center.flex-align-stretch {
  align-items: stretch;
}
.center-center.flex-align-center {
  align-items: center;
}
.center-center.flex-align-baseline {
  align-items: baseline;
}
.center-center.flex-align-inherit {
  align-items: inherit;
}
.center-center.flex-align-initial {
  align-items: initial;
}
.between-center {
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.between-center.flex-row {
  flex-direction: row;
}
.between-center.flex-column {
  flex-direction: column;
}
.between-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.between-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.between-center.flex-justify-center {
  justify-content: center;
}
.between-center.flex-justify-space-between {
  justify-content: space-between;
}
.between-center.flex-justify-space-around {
  justify-content: space-around;
}
.between-center.flex-justify-inherit {
  justify-content: inherit;
}
.between-center.flex-justify-initial {
  justify-content: initial;
}
.between-center.flex-align-flex-start {
  align-items: flex-start;
}
.between-center.flex-align-flex-end {
  align-items: flex-end;
}
.between-center.flex-align-stretch {
  align-items: stretch;
}
.between-center.flex-align-center {
  align-items: center;
}
.between-center.flex-align-baseline {
  align-items: baseline;
}
.between-center.flex-align-inherit {
  align-items: inherit;
}
.between-center.flex-align-initial {
  align-items: initial;
}
.between-center.flex-row {
  flex-direction: row;
}
.between-center.flex-column {
  flex-direction: column;
}
.between-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.between-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.between-center.flex-justify-center {
  justify-content: center;
}
.between-center.flex-justify-space-between {
  justify-content: space-between;
}
.between-center.flex-justify-space-around {
  justify-content: space-around;
}
.between-center.flex-justify-inherit {
  justify-content: inherit;
}
.between-center.flex-justify-initial {
  justify-content: initial;
}
.between-center.flex-align-flex-start {
  align-items: flex-start;
}
.between-center.flex-align-flex-end {
  align-items: flex-end;
}
.between-center.flex-align-stretch {
  align-items: stretch;
}
.between-center.flex-align-center {
  align-items: center;
}
.between-center.flex-align-baseline {
  align-items: baseline;
}
.between-center.flex-align-inherit {
  align-items: inherit;
}
.between-center.flex-align-initial {
  align-items: initial;
}
.around-center {
  justify-content: space-around;
  display: flex;
  align-items: center;
}
.around-center.flex-row {
  flex-direction: row;
}
.around-center.flex-column {
  flex-direction: column;
}
.around-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.around-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.around-center.flex-justify-center {
  justify-content: center;
}
.around-center.flex-justify-space-between {
  justify-content: space-between;
}
.around-center.flex-justify-space-around {
  justify-content: space-around;
}
.around-center.flex-justify-inherit {
  justify-content: inherit;
}
.around-center.flex-justify-initial {
  justify-content: initial;
}
.around-center.flex-align-flex-start {
  align-items: flex-start;
}
.around-center.flex-align-flex-end {
  align-items: flex-end;
}
.around-center.flex-align-stretch {
  align-items: stretch;
}
.around-center.flex-align-center {
  align-items: center;
}
.around-center.flex-align-baseline {
  align-items: baseline;
}
.around-center.flex-align-inherit {
  align-items: inherit;
}
.around-center.flex-align-initial {
  align-items: initial;
}
.around-center.flex-row {
  flex-direction: row;
}
.around-center.flex-column {
  flex-direction: column;
}
.around-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.around-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.around-center.flex-justify-center {
  justify-content: center;
}
.around-center.flex-justify-space-between {
  justify-content: space-between;
}
.around-center.flex-justify-space-around {
  justify-content: space-around;
}
.around-center.flex-justify-inherit {
  justify-content: inherit;
}
.around-center.flex-justify-initial {
  justify-content: initial;
}
.around-center.flex-align-flex-start {
  align-items: flex-start;
}
.around-center.flex-align-flex-end {
  align-items: flex-end;
}
.around-center.flex-align-stretch {
  align-items: stretch;
}
.around-center.flex-align-center {
  align-items: center;
}
.around-center.flex-align-baseline {
  align-items: baseline;
}
.around-center.flex-align-inherit {
  align-items: inherit;
}
.around-center.flex-align-initial {
  align-items: initial;
}
.flex-end-center {
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.flex-end-center.flex-row {
  flex-direction: row;
}
.flex-end-center.flex-column {
  flex-direction: column;
}
.flex-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.flex-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.flex-end-center.flex-justify-center {
  justify-content: center;
}
.flex-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.flex-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.flex-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.flex-end-center.flex-justify-initial {
  justify-content: initial;
}
.flex-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.flex-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.flex-end-center.flex-align-stretch {
  align-items: stretch;
}
.flex-end-center.flex-align-center {
  align-items: center;
}
.flex-end-center.flex-align-baseline {
  align-items: baseline;
}
.flex-end-center.flex-align-inherit {
  align-items: inherit;
}
.flex-end-center.flex-align-initial {
  align-items: initial;
}
.flex-end-center.flex-row {
  flex-direction: row;
}
.flex-end-center.flex-column {
  flex-direction: column;
}
.flex-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.flex-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.flex-end-center.flex-justify-center {
  justify-content: center;
}
.flex-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.flex-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.flex-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.flex-end-center.flex-justify-initial {
  justify-content: initial;
}
.flex-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.flex-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.flex-end-center.flex-align-stretch {
  align-items: stretch;
}
.flex-end-center.flex-align-center {
  align-items: center;
}
.flex-end-center.flex-align-baseline {
  align-items: baseline;
}
.flex-end-center.flex-align-inherit {
  align-items: inherit;
}
.flex-end-center.flex-align-initial {
  align-items: initial;
}
.flex-start-center {
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.flex-start-center.flex-row {
  flex-direction: row;
}
.flex-start-center.flex-column {
  flex-direction: column;
}
.flex-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.flex-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.flex-start-center.flex-justify-center {
  justify-content: center;
}
.flex-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.flex-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.flex-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.flex-start-center.flex-justify-initial {
  justify-content: initial;
}
.flex-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.flex-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.flex-start-center.flex-align-stretch {
  align-items: stretch;
}
.flex-start-center.flex-align-center {
  align-items: center;
}
.flex-start-center.flex-align-baseline {
  align-items: baseline;
}
.flex-start-center.flex-align-inherit {
  align-items: inherit;
}
.flex-start-center.flex-align-initial {
  align-items: initial;
}
.flex-start-center.flex-row {
  flex-direction: row;
}
.flex-start-center.flex-column {
  flex-direction: column;
}
.flex-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.flex-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.flex-start-center.flex-justify-center {
  justify-content: center;
}
.flex-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.flex-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.flex-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.flex-start-center.flex-justify-initial {
  justify-content: initial;
}
.flex-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.flex-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.flex-start-center.flex-align-stretch {
  align-items: stretch;
}
.flex-start-center.flex-align-center {
  align-items: center;
}
.flex-start-center.flex-align-baseline {
  align-items: baseline;
}
.flex-start-center.flex-align-inherit {
  align-items: inherit;
}
.flex-start-center.flex-align-initial {
  align-items: initial;
}
.end-center {
  justify-content: end;
  display: flex;
  align-items: center;
}
.end-center.flex-row {
  flex-direction: row;
}
.end-center.flex-column {
  flex-direction: column;
}
.end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.end-center.flex-justify-center {
  justify-content: center;
}
.end-center.flex-justify-space-between {
  justify-content: space-between;
}
.end-center.flex-justify-space-around {
  justify-content: space-around;
}
.end-center.flex-justify-inherit {
  justify-content: inherit;
}
.end-center.flex-justify-initial {
  justify-content: initial;
}
.end-center.flex-align-flex-start {
  align-items: flex-start;
}
.end-center.flex-align-flex-end {
  align-items: flex-end;
}
.end-center.flex-align-stretch {
  align-items: stretch;
}
.end-center.flex-align-center {
  align-items: center;
}
.end-center.flex-align-baseline {
  align-items: baseline;
}
.end-center.flex-align-inherit {
  align-items: inherit;
}
.end-center.flex-align-initial {
  align-items: initial;
}
.end-center.flex-row {
  flex-direction: row;
}
.end-center.flex-column {
  flex-direction: column;
}
.end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.end-center.flex-justify-center {
  justify-content: center;
}
.end-center.flex-justify-space-between {
  justify-content: space-between;
}
.end-center.flex-justify-space-around {
  justify-content: space-around;
}
.end-center.flex-justify-inherit {
  justify-content: inherit;
}
.end-center.flex-justify-initial {
  justify-content: initial;
}
.end-center.flex-align-flex-start {
  align-items: flex-start;
}
.end-center.flex-align-flex-end {
  align-items: flex-end;
}
.end-center.flex-align-stretch {
  align-items: stretch;
}
.end-center.flex-align-center {
  align-items: center;
}
.end-center.flex-align-baseline {
  align-items: baseline;
}
.end-center.flex-align-inherit {
  align-items: inherit;
}
.end-center.flex-align-initial {
  align-items: initial;
}
.start-center {
  justify-content: start;
  display: flex;
  align-items: center;
}
.start-center.flex-row {
  flex-direction: row;
}
.start-center.flex-column {
  flex-direction: column;
}
.start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.start-center.flex-justify-center {
  justify-content: center;
}
.start-center.flex-justify-space-between {
  justify-content: space-between;
}
.start-center.flex-justify-space-around {
  justify-content: space-around;
}
.start-center.flex-justify-inherit {
  justify-content: inherit;
}
.start-center.flex-justify-initial {
  justify-content: initial;
}
.start-center.flex-align-flex-start {
  align-items: flex-start;
}
.start-center.flex-align-flex-end {
  align-items: flex-end;
}
.start-center.flex-align-stretch {
  align-items: stretch;
}
.start-center.flex-align-center {
  align-items: center;
}
.start-center.flex-align-baseline {
  align-items: baseline;
}
.start-center.flex-align-inherit {
  align-items: inherit;
}
.start-center.flex-align-initial {
  align-items: initial;
}
.start-center.flex-row {
  flex-direction: row;
}
.start-center.flex-column {
  flex-direction: column;
}
.start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.start-center.flex-justify-center {
  justify-content: center;
}
.start-center.flex-justify-space-between {
  justify-content: space-between;
}
.start-center.flex-justify-space-around {
  justify-content: space-around;
}
.start-center.flex-justify-inherit {
  justify-content: inherit;
}
.start-center.flex-justify-initial {
  justify-content: initial;
}
.start-center.flex-align-flex-start {
  align-items: flex-start;
}
.start-center.flex-align-flex-end {
  align-items: flex-end;
}
.start-center.flex-align-stretch {
  align-items: stretch;
}
.start-center.flex-align-center {
  align-items: center;
}
.start-center.flex-align-baseline {
  align-items: baseline;
}
.start-center.flex-align-inherit {
  align-items: inherit;
}
.start-center.flex-align-initial {
  align-items: initial;
}
.left-start {
  justify-content: flex-start;
  display: flex;
  align-items: flex-start;
}
.left-start.flex-row {
  flex-direction: row;
}
.left-start.flex-column {
  flex-direction: column;
}
.left-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.left-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.left-start.flex-justify-center {
  justify-content: center;
}
.left-start.flex-justify-space-between {
  justify-content: space-between;
}
.left-start.flex-justify-space-around {
  justify-content: space-around;
}
.left-start.flex-justify-inherit {
  justify-content: inherit;
}
.left-start.flex-justify-initial {
  justify-content: initial;
}
.left-start.flex-align-flex-start {
  align-items: flex-start;
}
.left-start.flex-align-flex-end {
  align-items: flex-end;
}
.left-start.flex-align-stretch {
  align-items: stretch;
}
.left-start.flex-align-center {
  align-items: center;
}
.left-start.flex-align-baseline {
  align-items: baseline;
}
.left-start.flex-align-inherit {
  align-items: inherit;
}
.left-start.flex-align-initial {
  align-items: initial;
}
.left-start.flex-row {
  flex-direction: row;
}
.left-start.flex-column {
  flex-direction: column;
}
.left-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.left-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.left-start.flex-justify-center {
  justify-content: center;
}
.left-start.flex-justify-space-between {
  justify-content: space-between;
}
.left-start.flex-justify-space-around {
  justify-content: space-around;
}
.left-start.flex-justify-inherit {
  justify-content: inherit;
}
.left-start.flex-justify-initial {
  justify-content: initial;
}
.left-start.flex-align-flex-start {
  align-items: flex-start;
}
.left-start.flex-align-flex-end {
  align-items: flex-end;
}
.left-start.flex-align-stretch {
  align-items: stretch;
}
.left-start.flex-align-center {
  align-items: center;
}
.left-start.flex-align-baseline {
  align-items: baseline;
}
.left-start.flex-align-inherit {
  align-items: inherit;
}
.left-start.flex-align-initial {
  align-items: initial;
}
.right-start {
  justify-content: flex-end;
  display: flex;
  align-items: flex-start;
}
.right-start.flex-row {
  flex-direction: row;
}
.right-start.flex-column {
  flex-direction: column;
}
.right-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.right-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.right-start.flex-justify-center {
  justify-content: center;
}
.right-start.flex-justify-space-between {
  justify-content: space-between;
}
.right-start.flex-justify-space-around {
  justify-content: space-around;
}
.right-start.flex-justify-inherit {
  justify-content: inherit;
}
.right-start.flex-justify-initial {
  justify-content: initial;
}
.right-start.flex-align-flex-start {
  align-items: flex-start;
}
.right-start.flex-align-flex-end {
  align-items: flex-end;
}
.right-start.flex-align-stretch {
  align-items: stretch;
}
.right-start.flex-align-center {
  align-items: center;
}
.right-start.flex-align-baseline {
  align-items: baseline;
}
.right-start.flex-align-inherit {
  align-items: inherit;
}
.right-start.flex-align-initial {
  align-items: initial;
}
.right-start.flex-row {
  flex-direction: row;
}
.right-start.flex-column {
  flex-direction: column;
}
.right-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.right-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.right-start.flex-justify-center {
  justify-content: center;
}
.right-start.flex-justify-space-between {
  justify-content: space-between;
}
.right-start.flex-justify-space-around {
  justify-content: space-around;
}
.right-start.flex-justify-inherit {
  justify-content: inherit;
}
.right-start.flex-justify-initial {
  justify-content: initial;
}
.right-start.flex-align-flex-start {
  align-items: flex-start;
}
.right-start.flex-align-flex-end {
  align-items: flex-end;
}
.right-start.flex-align-stretch {
  align-items: stretch;
}
.right-start.flex-align-center {
  align-items: center;
}
.right-start.flex-align-baseline {
  align-items: baseline;
}
.right-start.flex-align-inherit {
  align-items: inherit;
}
.right-start.flex-align-initial {
  align-items: initial;
}
.center-start {
  justify-content: center;
  display: flex;
  align-items: flex-start;
}
.center-start.flex-row {
  flex-direction: row;
}
.center-start.flex-column {
  flex-direction: column;
}
.center-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.center-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.center-start.flex-justify-center {
  justify-content: center;
}
.center-start.flex-justify-space-between {
  justify-content: space-between;
}
.center-start.flex-justify-space-around {
  justify-content: space-around;
}
.center-start.flex-justify-inherit {
  justify-content: inherit;
}
.center-start.flex-justify-initial {
  justify-content: initial;
}
.center-start.flex-align-flex-start {
  align-items: flex-start;
}
.center-start.flex-align-flex-end {
  align-items: flex-end;
}
.center-start.flex-align-stretch {
  align-items: stretch;
}
.center-start.flex-align-center {
  align-items: center;
}
.center-start.flex-align-baseline {
  align-items: baseline;
}
.center-start.flex-align-inherit {
  align-items: inherit;
}
.center-start.flex-align-initial {
  align-items: initial;
}
.center-start.flex-row {
  flex-direction: row;
}
.center-start.flex-column {
  flex-direction: column;
}
.center-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.center-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.center-start.flex-justify-center {
  justify-content: center;
}
.center-start.flex-justify-space-between {
  justify-content: space-between;
}
.center-start.flex-justify-space-around {
  justify-content: space-around;
}
.center-start.flex-justify-inherit {
  justify-content: inherit;
}
.center-start.flex-justify-initial {
  justify-content: initial;
}
.center-start.flex-align-flex-start {
  align-items: flex-start;
}
.center-start.flex-align-flex-end {
  align-items: flex-end;
}
.center-start.flex-align-stretch {
  align-items: stretch;
}
.center-start.flex-align-center {
  align-items: center;
}
.center-start.flex-align-baseline {
  align-items: baseline;
}
.center-start.flex-align-inherit {
  align-items: inherit;
}
.center-start.flex-align-initial {
  align-items: initial;
}
.between-start {
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
.between-start.flex-row {
  flex-direction: row;
}
.between-start.flex-column {
  flex-direction: column;
}
.between-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.between-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.between-start.flex-justify-center {
  justify-content: center;
}
.between-start.flex-justify-space-between {
  justify-content: space-between;
}
.between-start.flex-justify-space-around {
  justify-content: space-around;
}
.between-start.flex-justify-inherit {
  justify-content: inherit;
}
.between-start.flex-justify-initial {
  justify-content: initial;
}
.between-start.flex-align-flex-start {
  align-items: flex-start;
}
.between-start.flex-align-flex-end {
  align-items: flex-end;
}
.between-start.flex-align-stretch {
  align-items: stretch;
}
.between-start.flex-align-center {
  align-items: center;
}
.between-start.flex-align-baseline {
  align-items: baseline;
}
.between-start.flex-align-inherit {
  align-items: inherit;
}
.between-start.flex-align-initial {
  align-items: initial;
}
.between-start.flex-row {
  flex-direction: row;
}
.between-start.flex-column {
  flex-direction: column;
}
.between-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.between-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.between-start.flex-justify-center {
  justify-content: center;
}
.between-start.flex-justify-space-between {
  justify-content: space-between;
}
.between-start.flex-justify-space-around {
  justify-content: space-around;
}
.between-start.flex-justify-inherit {
  justify-content: inherit;
}
.between-start.flex-justify-initial {
  justify-content: initial;
}
.between-start.flex-align-flex-start {
  align-items: flex-start;
}
.between-start.flex-align-flex-end {
  align-items: flex-end;
}
.between-start.flex-align-stretch {
  align-items: stretch;
}
.between-start.flex-align-center {
  align-items: center;
}
.between-start.flex-align-baseline {
  align-items: baseline;
}
.between-start.flex-align-inherit {
  align-items: inherit;
}
.between-start.flex-align-initial {
  align-items: initial;
}
.around-start {
  justify-content: space-around;
  display: flex;
  align-items: flex-start;
}
.around-start.flex-row {
  flex-direction: row;
}
.around-start.flex-column {
  flex-direction: column;
}
.around-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.around-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.around-start.flex-justify-center {
  justify-content: center;
}
.around-start.flex-justify-space-between {
  justify-content: space-between;
}
.around-start.flex-justify-space-around {
  justify-content: space-around;
}
.around-start.flex-justify-inherit {
  justify-content: inherit;
}
.around-start.flex-justify-initial {
  justify-content: initial;
}
.around-start.flex-align-flex-start {
  align-items: flex-start;
}
.around-start.flex-align-flex-end {
  align-items: flex-end;
}
.around-start.flex-align-stretch {
  align-items: stretch;
}
.around-start.flex-align-center {
  align-items: center;
}
.around-start.flex-align-baseline {
  align-items: baseline;
}
.around-start.flex-align-inherit {
  align-items: inherit;
}
.around-start.flex-align-initial {
  align-items: initial;
}
.around-start.flex-row {
  flex-direction: row;
}
.around-start.flex-column {
  flex-direction: column;
}
.around-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.around-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.around-start.flex-justify-center {
  justify-content: center;
}
.around-start.flex-justify-space-between {
  justify-content: space-between;
}
.around-start.flex-justify-space-around {
  justify-content: space-around;
}
.around-start.flex-justify-inherit {
  justify-content: inherit;
}
.around-start.flex-justify-initial {
  justify-content: initial;
}
.around-start.flex-align-flex-start {
  align-items: flex-start;
}
.around-start.flex-align-flex-end {
  align-items: flex-end;
}
.around-start.flex-align-stretch {
  align-items: stretch;
}
.around-start.flex-align-center {
  align-items: center;
}
.around-start.flex-align-baseline {
  align-items: baseline;
}
.around-start.flex-align-inherit {
  align-items: inherit;
}
.around-start.flex-align-initial {
  align-items: initial;
}
.flex-end-start {
  justify-content: flex-end;
  display: flex;
  align-items: flex-start;
}
.flex-end-start.flex-row {
  flex-direction: row;
}
.flex-end-start.flex-column {
  flex-direction: column;
}
.flex-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.flex-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.flex-end-start.flex-justify-center {
  justify-content: center;
}
.flex-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.flex-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.flex-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.flex-end-start.flex-justify-initial {
  justify-content: initial;
}
.flex-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.flex-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.flex-end-start.flex-align-stretch {
  align-items: stretch;
}
.flex-end-start.flex-align-center {
  align-items: center;
}
.flex-end-start.flex-align-baseline {
  align-items: baseline;
}
.flex-end-start.flex-align-inherit {
  align-items: inherit;
}
.flex-end-start.flex-align-initial {
  align-items: initial;
}
.flex-end-start.flex-row {
  flex-direction: row;
}
.flex-end-start.flex-column {
  flex-direction: column;
}
.flex-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.flex-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.flex-end-start.flex-justify-center {
  justify-content: center;
}
.flex-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.flex-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.flex-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.flex-end-start.flex-justify-initial {
  justify-content: initial;
}
.flex-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.flex-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.flex-end-start.flex-align-stretch {
  align-items: stretch;
}
.flex-end-start.flex-align-center {
  align-items: center;
}
.flex-end-start.flex-align-baseline {
  align-items: baseline;
}
.flex-end-start.flex-align-inherit {
  align-items: inherit;
}
.flex-end-start.flex-align-initial {
  align-items: initial;
}
.flex-start-start {
  justify-content: flex-start;
  display: flex;
  align-items: flex-start;
}
.flex-start-start.flex-row {
  flex-direction: row;
}
.flex-start-start.flex-column {
  flex-direction: column;
}
.flex-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.flex-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.flex-start-start.flex-justify-center {
  justify-content: center;
}
.flex-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.flex-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.flex-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.flex-start-start.flex-justify-initial {
  justify-content: initial;
}
.flex-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.flex-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.flex-start-start.flex-align-stretch {
  align-items: stretch;
}
.flex-start-start.flex-align-center {
  align-items: center;
}
.flex-start-start.flex-align-baseline {
  align-items: baseline;
}
.flex-start-start.flex-align-inherit {
  align-items: inherit;
}
.flex-start-start.flex-align-initial {
  align-items: initial;
}
.flex-start-start.flex-row {
  flex-direction: row;
}
.flex-start-start.flex-column {
  flex-direction: column;
}
.flex-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.flex-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.flex-start-start.flex-justify-center {
  justify-content: center;
}
.flex-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.flex-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.flex-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.flex-start-start.flex-justify-initial {
  justify-content: initial;
}
.flex-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.flex-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.flex-start-start.flex-align-stretch {
  align-items: stretch;
}
.flex-start-start.flex-align-center {
  align-items: center;
}
.flex-start-start.flex-align-baseline {
  align-items: baseline;
}
.flex-start-start.flex-align-inherit {
  align-items: inherit;
}
.flex-start-start.flex-align-initial {
  align-items: initial;
}
.end-start {
  justify-content: end;
  display: flex;
  align-items: flex-start;
}
.end-start.flex-row {
  flex-direction: row;
}
.end-start.flex-column {
  flex-direction: column;
}
.end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.end-start.flex-justify-center {
  justify-content: center;
}
.end-start.flex-justify-space-between {
  justify-content: space-between;
}
.end-start.flex-justify-space-around {
  justify-content: space-around;
}
.end-start.flex-justify-inherit {
  justify-content: inherit;
}
.end-start.flex-justify-initial {
  justify-content: initial;
}
.end-start.flex-align-flex-start {
  align-items: flex-start;
}
.end-start.flex-align-flex-end {
  align-items: flex-end;
}
.end-start.flex-align-stretch {
  align-items: stretch;
}
.end-start.flex-align-center {
  align-items: center;
}
.end-start.flex-align-baseline {
  align-items: baseline;
}
.end-start.flex-align-inherit {
  align-items: inherit;
}
.end-start.flex-align-initial {
  align-items: initial;
}
.end-start.flex-row {
  flex-direction: row;
}
.end-start.flex-column {
  flex-direction: column;
}
.end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.end-start.flex-justify-center {
  justify-content: center;
}
.end-start.flex-justify-space-between {
  justify-content: space-between;
}
.end-start.flex-justify-space-around {
  justify-content: space-around;
}
.end-start.flex-justify-inherit {
  justify-content: inherit;
}
.end-start.flex-justify-initial {
  justify-content: initial;
}
.end-start.flex-align-flex-start {
  align-items: flex-start;
}
.end-start.flex-align-flex-end {
  align-items: flex-end;
}
.end-start.flex-align-stretch {
  align-items: stretch;
}
.end-start.flex-align-center {
  align-items: center;
}
.end-start.flex-align-baseline {
  align-items: baseline;
}
.end-start.flex-align-inherit {
  align-items: inherit;
}
.end-start.flex-align-initial {
  align-items: initial;
}
.start-start {
  justify-content: start;
  display: flex;
  align-items: flex-start;
}
.start-start.flex-row {
  flex-direction: row;
}
.start-start.flex-column {
  flex-direction: column;
}
.start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.start-start.flex-justify-center {
  justify-content: center;
}
.start-start.flex-justify-space-between {
  justify-content: space-between;
}
.start-start.flex-justify-space-around {
  justify-content: space-around;
}
.start-start.flex-justify-inherit {
  justify-content: inherit;
}
.start-start.flex-justify-initial {
  justify-content: initial;
}
.start-start.flex-align-flex-start {
  align-items: flex-start;
}
.start-start.flex-align-flex-end {
  align-items: flex-end;
}
.start-start.flex-align-stretch {
  align-items: stretch;
}
.start-start.flex-align-center {
  align-items: center;
}
.start-start.flex-align-baseline {
  align-items: baseline;
}
.start-start.flex-align-inherit {
  align-items: inherit;
}
.start-start.flex-align-initial {
  align-items: initial;
}
.start-start.flex-row {
  flex-direction: row;
}
.start-start.flex-column {
  flex-direction: column;
}
.start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.start-start.flex-justify-center {
  justify-content: center;
}
.start-start.flex-justify-space-between {
  justify-content: space-between;
}
.start-start.flex-justify-space-around {
  justify-content: space-around;
}
.start-start.flex-justify-inherit {
  justify-content: inherit;
}
.start-start.flex-justify-initial {
  justify-content: initial;
}
.start-start.flex-align-flex-start {
  align-items: flex-start;
}
.start-start.flex-align-flex-end {
  align-items: flex-end;
}
.start-start.flex-align-stretch {
  align-items: stretch;
}
.start-start.flex-align-center {
  align-items: center;
}
.start-start.flex-align-baseline {
  align-items: baseline;
}
.start-start.flex-align-inherit {
  align-items: inherit;
}
.start-start.flex-align-initial {
  align-items: initial;
}
.left-end {
  justify-content: flex-start;
  display: flex;
  align-items: flex-end;
}
.left-end.flex-row {
  flex-direction: row;
}
.left-end.flex-column {
  flex-direction: column;
}
.left-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.left-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.left-end.flex-justify-center {
  justify-content: center;
}
.left-end.flex-justify-space-between {
  justify-content: space-between;
}
.left-end.flex-justify-space-around {
  justify-content: space-around;
}
.left-end.flex-justify-inherit {
  justify-content: inherit;
}
.left-end.flex-justify-initial {
  justify-content: initial;
}
.left-end.flex-align-flex-start {
  align-items: flex-start;
}
.left-end.flex-align-flex-end {
  align-items: flex-end;
}
.left-end.flex-align-stretch {
  align-items: stretch;
}
.left-end.flex-align-center {
  align-items: center;
}
.left-end.flex-align-baseline {
  align-items: baseline;
}
.left-end.flex-align-inherit {
  align-items: inherit;
}
.left-end.flex-align-initial {
  align-items: initial;
}
.left-end.flex-row {
  flex-direction: row;
}
.left-end.flex-column {
  flex-direction: column;
}
.left-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.left-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.left-end.flex-justify-center {
  justify-content: center;
}
.left-end.flex-justify-space-between {
  justify-content: space-between;
}
.left-end.flex-justify-space-around {
  justify-content: space-around;
}
.left-end.flex-justify-inherit {
  justify-content: inherit;
}
.left-end.flex-justify-initial {
  justify-content: initial;
}
.left-end.flex-align-flex-start {
  align-items: flex-start;
}
.left-end.flex-align-flex-end {
  align-items: flex-end;
}
.left-end.flex-align-stretch {
  align-items: stretch;
}
.left-end.flex-align-center {
  align-items: center;
}
.left-end.flex-align-baseline {
  align-items: baseline;
}
.left-end.flex-align-inherit {
  align-items: inherit;
}
.left-end.flex-align-initial {
  align-items: initial;
}
.right-end {
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
}
.right-end.flex-row {
  flex-direction: row;
}
.right-end.flex-column {
  flex-direction: column;
}
.right-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.right-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.right-end.flex-justify-center {
  justify-content: center;
}
.right-end.flex-justify-space-between {
  justify-content: space-between;
}
.right-end.flex-justify-space-around {
  justify-content: space-around;
}
.right-end.flex-justify-inherit {
  justify-content: inherit;
}
.right-end.flex-justify-initial {
  justify-content: initial;
}
.right-end.flex-align-flex-start {
  align-items: flex-start;
}
.right-end.flex-align-flex-end {
  align-items: flex-end;
}
.right-end.flex-align-stretch {
  align-items: stretch;
}
.right-end.flex-align-center {
  align-items: center;
}
.right-end.flex-align-baseline {
  align-items: baseline;
}
.right-end.flex-align-inherit {
  align-items: inherit;
}
.right-end.flex-align-initial {
  align-items: initial;
}
.right-end.flex-row {
  flex-direction: row;
}
.right-end.flex-column {
  flex-direction: column;
}
.right-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.right-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.right-end.flex-justify-center {
  justify-content: center;
}
.right-end.flex-justify-space-between {
  justify-content: space-between;
}
.right-end.flex-justify-space-around {
  justify-content: space-around;
}
.right-end.flex-justify-inherit {
  justify-content: inherit;
}
.right-end.flex-justify-initial {
  justify-content: initial;
}
.right-end.flex-align-flex-start {
  align-items: flex-start;
}
.right-end.flex-align-flex-end {
  align-items: flex-end;
}
.right-end.flex-align-stretch {
  align-items: stretch;
}
.right-end.flex-align-center {
  align-items: center;
}
.right-end.flex-align-baseline {
  align-items: baseline;
}
.right-end.flex-align-inherit {
  align-items: inherit;
}
.right-end.flex-align-initial {
  align-items: initial;
}
.center-end {
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.center-end.flex-row {
  flex-direction: row;
}
.center-end.flex-column {
  flex-direction: column;
}
.center-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.center-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.center-end.flex-justify-center {
  justify-content: center;
}
.center-end.flex-justify-space-between {
  justify-content: space-between;
}
.center-end.flex-justify-space-around {
  justify-content: space-around;
}
.center-end.flex-justify-inherit {
  justify-content: inherit;
}
.center-end.flex-justify-initial {
  justify-content: initial;
}
.center-end.flex-align-flex-start {
  align-items: flex-start;
}
.center-end.flex-align-flex-end {
  align-items: flex-end;
}
.center-end.flex-align-stretch {
  align-items: stretch;
}
.center-end.flex-align-center {
  align-items: center;
}
.center-end.flex-align-baseline {
  align-items: baseline;
}
.center-end.flex-align-inherit {
  align-items: inherit;
}
.center-end.flex-align-initial {
  align-items: initial;
}
.center-end.flex-row {
  flex-direction: row;
}
.center-end.flex-column {
  flex-direction: column;
}
.center-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.center-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.center-end.flex-justify-center {
  justify-content: center;
}
.center-end.flex-justify-space-between {
  justify-content: space-between;
}
.center-end.flex-justify-space-around {
  justify-content: space-around;
}
.center-end.flex-justify-inherit {
  justify-content: inherit;
}
.center-end.flex-justify-initial {
  justify-content: initial;
}
.center-end.flex-align-flex-start {
  align-items: flex-start;
}
.center-end.flex-align-flex-end {
  align-items: flex-end;
}
.center-end.flex-align-stretch {
  align-items: stretch;
}
.center-end.flex-align-center {
  align-items: center;
}
.center-end.flex-align-baseline {
  align-items: baseline;
}
.center-end.flex-align-inherit {
  align-items: inherit;
}
.center-end.flex-align-initial {
  align-items: initial;
}
.between-end {
  justify-content: space-between;
  display: flex;
  align-items: flex-end;
}
.between-end.flex-row {
  flex-direction: row;
}
.between-end.flex-column {
  flex-direction: column;
}
.between-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.between-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.between-end.flex-justify-center {
  justify-content: center;
}
.between-end.flex-justify-space-between {
  justify-content: space-between;
}
.between-end.flex-justify-space-around {
  justify-content: space-around;
}
.between-end.flex-justify-inherit {
  justify-content: inherit;
}
.between-end.flex-justify-initial {
  justify-content: initial;
}
.between-end.flex-align-flex-start {
  align-items: flex-start;
}
.between-end.flex-align-flex-end {
  align-items: flex-end;
}
.between-end.flex-align-stretch {
  align-items: stretch;
}
.between-end.flex-align-center {
  align-items: center;
}
.between-end.flex-align-baseline {
  align-items: baseline;
}
.between-end.flex-align-inherit {
  align-items: inherit;
}
.between-end.flex-align-initial {
  align-items: initial;
}
.between-end.flex-row {
  flex-direction: row;
}
.between-end.flex-column {
  flex-direction: column;
}
.between-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.between-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.between-end.flex-justify-center {
  justify-content: center;
}
.between-end.flex-justify-space-between {
  justify-content: space-between;
}
.between-end.flex-justify-space-around {
  justify-content: space-around;
}
.between-end.flex-justify-inherit {
  justify-content: inherit;
}
.between-end.flex-justify-initial {
  justify-content: initial;
}
.between-end.flex-align-flex-start {
  align-items: flex-start;
}
.between-end.flex-align-flex-end {
  align-items: flex-end;
}
.between-end.flex-align-stretch {
  align-items: stretch;
}
.between-end.flex-align-center {
  align-items: center;
}
.between-end.flex-align-baseline {
  align-items: baseline;
}
.between-end.flex-align-inherit {
  align-items: inherit;
}
.between-end.flex-align-initial {
  align-items: initial;
}
.around-end {
  justify-content: space-around;
  display: flex;
  align-items: flex-end;
}
.around-end.flex-row {
  flex-direction: row;
}
.around-end.flex-column {
  flex-direction: column;
}
.around-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.around-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.around-end.flex-justify-center {
  justify-content: center;
}
.around-end.flex-justify-space-between {
  justify-content: space-between;
}
.around-end.flex-justify-space-around {
  justify-content: space-around;
}
.around-end.flex-justify-inherit {
  justify-content: inherit;
}
.around-end.flex-justify-initial {
  justify-content: initial;
}
.around-end.flex-align-flex-start {
  align-items: flex-start;
}
.around-end.flex-align-flex-end {
  align-items: flex-end;
}
.around-end.flex-align-stretch {
  align-items: stretch;
}
.around-end.flex-align-center {
  align-items: center;
}
.around-end.flex-align-baseline {
  align-items: baseline;
}
.around-end.flex-align-inherit {
  align-items: inherit;
}
.around-end.flex-align-initial {
  align-items: initial;
}
.around-end.flex-row {
  flex-direction: row;
}
.around-end.flex-column {
  flex-direction: column;
}
.around-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.around-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.around-end.flex-justify-center {
  justify-content: center;
}
.around-end.flex-justify-space-between {
  justify-content: space-between;
}
.around-end.flex-justify-space-around {
  justify-content: space-around;
}
.around-end.flex-justify-inherit {
  justify-content: inherit;
}
.around-end.flex-justify-initial {
  justify-content: initial;
}
.around-end.flex-align-flex-start {
  align-items: flex-start;
}
.around-end.flex-align-flex-end {
  align-items: flex-end;
}
.around-end.flex-align-stretch {
  align-items: stretch;
}
.around-end.flex-align-center {
  align-items: center;
}
.around-end.flex-align-baseline {
  align-items: baseline;
}
.around-end.flex-align-inherit {
  align-items: inherit;
}
.around-end.flex-align-initial {
  align-items: initial;
}
.flex-end-end {
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
}
.flex-end-end.flex-row {
  flex-direction: row;
}
.flex-end-end.flex-column {
  flex-direction: column;
}
.flex-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.flex-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.flex-end-end.flex-justify-center {
  justify-content: center;
}
.flex-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.flex-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.flex-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.flex-end-end.flex-justify-initial {
  justify-content: initial;
}
.flex-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.flex-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.flex-end-end.flex-align-stretch {
  align-items: stretch;
}
.flex-end-end.flex-align-center {
  align-items: center;
}
.flex-end-end.flex-align-baseline {
  align-items: baseline;
}
.flex-end-end.flex-align-inherit {
  align-items: inherit;
}
.flex-end-end.flex-align-initial {
  align-items: initial;
}
.flex-end-end.flex-row {
  flex-direction: row;
}
.flex-end-end.flex-column {
  flex-direction: column;
}
.flex-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.flex-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.flex-end-end.flex-justify-center {
  justify-content: center;
}
.flex-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.flex-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.flex-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.flex-end-end.flex-justify-initial {
  justify-content: initial;
}
.flex-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.flex-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.flex-end-end.flex-align-stretch {
  align-items: stretch;
}
.flex-end-end.flex-align-center {
  align-items: center;
}
.flex-end-end.flex-align-baseline {
  align-items: baseline;
}
.flex-end-end.flex-align-inherit {
  align-items: inherit;
}
.flex-end-end.flex-align-initial {
  align-items: initial;
}
.flex-start-end {
  justify-content: flex-start;
  display: flex;
  align-items: flex-end;
}
.flex-start-end.flex-row {
  flex-direction: row;
}
.flex-start-end.flex-column {
  flex-direction: column;
}
.flex-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.flex-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.flex-start-end.flex-justify-center {
  justify-content: center;
}
.flex-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.flex-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.flex-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.flex-start-end.flex-justify-initial {
  justify-content: initial;
}
.flex-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.flex-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.flex-start-end.flex-align-stretch {
  align-items: stretch;
}
.flex-start-end.flex-align-center {
  align-items: center;
}
.flex-start-end.flex-align-baseline {
  align-items: baseline;
}
.flex-start-end.flex-align-inherit {
  align-items: inherit;
}
.flex-start-end.flex-align-initial {
  align-items: initial;
}
.flex-start-end.flex-row {
  flex-direction: row;
}
.flex-start-end.flex-column {
  flex-direction: column;
}
.flex-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.flex-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.flex-start-end.flex-justify-center {
  justify-content: center;
}
.flex-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.flex-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.flex-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.flex-start-end.flex-justify-initial {
  justify-content: initial;
}
.flex-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.flex-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.flex-start-end.flex-align-stretch {
  align-items: stretch;
}
.flex-start-end.flex-align-center {
  align-items: center;
}
.flex-start-end.flex-align-baseline {
  align-items: baseline;
}
.flex-start-end.flex-align-inherit {
  align-items: inherit;
}
.flex-start-end.flex-align-initial {
  align-items: initial;
}
.end-end {
  justify-content: end;
  display: flex;
  align-items: flex-end;
}
.end-end.flex-row {
  flex-direction: row;
}
.end-end.flex-column {
  flex-direction: column;
}
.end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.end-end.flex-justify-center {
  justify-content: center;
}
.end-end.flex-justify-space-between {
  justify-content: space-between;
}
.end-end.flex-justify-space-around {
  justify-content: space-around;
}
.end-end.flex-justify-inherit {
  justify-content: inherit;
}
.end-end.flex-justify-initial {
  justify-content: initial;
}
.end-end.flex-align-flex-start {
  align-items: flex-start;
}
.end-end.flex-align-flex-end {
  align-items: flex-end;
}
.end-end.flex-align-stretch {
  align-items: stretch;
}
.end-end.flex-align-center {
  align-items: center;
}
.end-end.flex-align-baseline {
  align-items: baseline;
}
.end-end.flex-align-inherit {
  align-items: inherit;
}
.end-end.flex-align-initial {
  align-items: initial;
}
.end-end.flex-row {
  flex-direction: row;
}
.end-end.flex-column {
  flex-direction: column;
}
.end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.end-end.flex-justify-center {
  justify-content: center;
}
.end-end.flex-justify-space-between {
  justify-content: space-between;
}
.end-end.flex-justify-space-around {
  justify-content: space-around;
}
.end-end.flex-justify-inherit {
  justify-content: inherit;
}
.end-end.flex-justify-initial {
  justify-content: initial;
}
.end-end.flex-align-flex-start {
  align-items: flex-start;
}
.end-end.flex-align-flex-end {
  align-items: flex-end;
}
.end-end.flex-align-stretch {
  align-items: stretch;
}
.end-end.flex-align-center {
  align-items: center;
}
.end-end.flex-align-baseline {
  align-items: baseline;
}
.end-end.flex-align-inherit {
  align-items: inherit;
}
.end-end.flex-align-initial {
  align-items: initial;
}
.start-end {
  justify-content: start;
  display: flex;
  align-items: flex-end;
}
.start-end.flex-row {
  flex-direction: row;
}
.start-end.flex-column {
  flex-direction: column;
}
.start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.start-end.flex-justify-center {
  justify-content: center;
}
.start-end.flex-justify-space-between {
  justify-content: space-between;
}
.start-end.flex-justify-space-around {
  justify-content: space-around;
}
.start-end.flex-justify-inherit {
  justify-content: inherit;
}
.start-end.flex-justify-initial {
  justify-content: initial;
}
.start-end.flex-align-flex-start {
  align-items: flex-start;
}
.start-end.flex-align-flex-end {
  align-items: flex-end;
}
.start-end.flex-align-stretch {
  align-items: stretch;
}
.start-end.flex-align-center {
  align-items: center;
}
.start-end.flex-align-baseline {
  align-items: baseline;
}
.start-end.flex-align-inherit {
  align-items: inherit;
}
.start-end.flex-align-initial {
  align-items: initial;
}
.start-end.flex-row {
  flex-direction: row;
}
.start-end.flex-column {
  flex-direction: column;
}
.start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.start-end.flex-justify-center {
  justify-content: center;
}
.start-end.flex-justify-space-between {
  justify-content: space-between;
}
.start-end.flex-justify-space-around {
  justify-content: space-around;
}
.start-end.flex-justify-inherit {
  justify-content: inherit;
}
.start-end.flex-justify-initial {
  justify-content: initial;
}
.start-end.flex-align-flex-start {
  align-items: flex-start;
}
.start-end.flex-align-flex-end {
  align-items: flex-end;
}
.start-end.flex-align-stretch {
  align-items: stretch;
}
.start-end.flex-align-center {
  align-items: center;
}
.start-end.flex-align-baseline {
  align-items: baseline;
}
.start-end.flex-align-inherit {
  align-items: inherit;
}
.start-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-left-center {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.row-wrap-left-center.flex-row {
  flex-direction: row;
}
.row-wrap-left-center.flex-column {
  flex-direction: column;
}
.row-wrap-left-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-left-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-left-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-left-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-left-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-left-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-left-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-left-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-left-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-left-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-left-center.flex-align-center {
  align-items: center;
}
.row-wrap-left-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-left-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-left-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-left-center.flex-row {
  flex-direction: row;
}
.row-wrap-left-center.flex-column {
  flex-direction: column;
}
.row-wrap-left-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-left-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-left-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-left-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-left-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-left-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-left-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-left-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-left-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-left-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-left-center.flex-align-center {
  align-items: center;
}
.row-wrap-left-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-left-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-left-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-left-center.flex-row {
  flex-direction: row;
}
.row-wrap-left-center.flex-column {
  flex-direction: column;
}
.row-wrap-left-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-left-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-left-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-left-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-left-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-left-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-left-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-left-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-left-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-left-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-left-center.flex-align-center {
  align-items: center;
}
.row-wrap-left-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-left-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-left-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-left-center.flex-row {
  flex-direction: row;
}
.row-wrap-left-center.flex-column {
  flex-direction: column;
}
.row-wrap-left-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-left-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-left-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-left-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-left-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-left-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-left-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-left-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-left-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-left-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-left-center.flex-align-center {
  align-items: center;
}
.row-wrap-left-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-left-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-left-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-right-center {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.row-wrap-right-center.flex-row {
  flex-direction: row;
}
.row-wrap-right-center.flex-column {
  flex-direction: column;
}
.row-wrap-right-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-right-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-right-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-right-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-right-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-right-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-right-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-right-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-right-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-right-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-right-center.flex-align-center {
  align-items: center;
}
.row-wrap-right-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-right-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-right-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-right-center.flex-row {
  flex-direction: row;
}
.row-wrap-right-center.flex-column {
  flex-direction: column;
}
.row-wrap-right-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-right-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-right-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-right-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-right-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-right-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-right-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-right-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-right-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-right-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-right-center.flex-align-center {
  align-items: center;
}
.row-wrap-right-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-right-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-right-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-right-center.flex-row {
  flex-direction: row;
}
.row-wrap-right-center.flex-column {
  flex-direction: column;
}
.row-wrap-right-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-right-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-right-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-right-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-right-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-right-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-right-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-right-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-right-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-right-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-right-center.flex-align-center {
  align-items: center;
}
.row-wrap-right-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-right-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-right-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-right-center.flex-row {
  flex-direction: row;
}
.row-wrap-right-center.flex-column {
  flex-direction: column;
}
.row-wrap-right-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-right-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-right-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-right-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-right-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-right-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-right-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-right-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-right-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-right-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-right-center.flex-align-center {
  align-items: center;
}
.row-wrap-right-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-right-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-right-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-center-center {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  align-items: center;
}
.row-wrap-center-center.flex-row {
  flex-direction: row;
}
.row-wrap-center-center.flex-column {
  flex-direction: column;
}
.row-wrap-center-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-center-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-center-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-center-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-center-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-center-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-center-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-center-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-center-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-center-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-center-center.flex-align-center {
  align-items: center;
}
.row-wrap-center-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-center-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-center-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-center-center.flex-row {
  flex-direction: row;
}
.row-wrap-center-center.flex-column {
  flex-direction: column;
}
.row-wrap-center-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-center-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-center-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-center-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-center-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-center-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-center-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-center-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-center-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-center-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-center-center.flex-align-center {
  align-items: center;
}
.row-wrap-center-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-center-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-center-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-center-center.flex-row {
  flex-direction: row;
}
.row-wrap-center-center.flex-column {
  flex-direction: column;
}
.row-wrap-center-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-center-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-center-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-center-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-center-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-center-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-center-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-center-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-center-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-center-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-center-center.flex-align-center {
  align-items: center;
}
.row-wrap-center-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-center-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-center-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-center-center.flex-row {
  flex-direction: row;
}
.row-wrap-center-center.flex-column {
  flex-direction: column;
}
.row-wrap-center-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-center-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-center-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-center-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-center-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-center-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-center-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-center-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-center-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-center-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-center-center.flex-align-center {
  align-items: center;
}
.row-wrap-center-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-center-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-center-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-between-center {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.row-wrap-between-center.flex-row {
  flex-direction: row;
}
.row-wrap-between-center.flex-column {
  flex-direction: column;
}
.row-wrap-between-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-between-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-between-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-between-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-between-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-between-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-between-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-between-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-between-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-between-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-between-center.flex-align-center {
  align-items: center;
}
.row-wrap-between-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-between-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-between-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-between-center.flex-row {
  flex-direction: row;
}
.row-wrap-between-center.flex-column {
  flex-direction: column;
}
.row-wrap-between-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-between-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-between-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-between-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-between-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-between-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-between-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-between-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-between-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-between-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-between-center.flex-align-center {
  align-items: center;
}
.row-wrap-between-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-between-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-between-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-between-center.flex-row {
  flex-direction: row;
}
.row-wrap-between-center.flex-column {
  flex-direction: column;
}
.row-wrap-between-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-between-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-between-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-between-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-between-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-between-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-between-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-between-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-between-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-between-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-between-center.flex-align-center {
  align-items: center;
}
.row-wrap-between-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-between-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-between-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-between-center.flex-row {
  flex-direction: row;
}
.row-wrap-between-center.flex-column {
  flex-direction: column;
}
.row-wrap-between-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-between-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-between-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-between-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-between-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-between-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-between-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-between-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-between-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-between-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-between-center.flex-align-center {
  align-items: center;
}
.row-wrap-between-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-between-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-between-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-around-center {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
  align-items: center;
}
.row-wrap-around-center.flex-row {
  flex-direction: row;
}
.row-wrap-around-center.flex-column {
  flex-direction: column;
}
.row-wrap-around-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-around-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-around-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-around-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-around-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-around-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-around-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-around-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-around-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-around-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-around-center.flex-align-center {
  align-items: center;
}
.row-wrap-around-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-around-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-around-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-around-center.flex-row {
  flex-direction: row;
}
.row-wrap-around-center.flex-column {
  flex-direction: column;
}
.row-wrap-around-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-around-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-around-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-around-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-around-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-around-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-around-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-around-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-around-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-around-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-around-center.flex-align-center {
  align-items: center;
}
.row-wrap-around-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-around-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-around-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-around-center.flex-row {
  flex-direction: row;
}
.row-wrap-around-center.flex-column {
  flex-direction: column;
}
.row-wrap-around-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-around-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-around-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-around-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-around-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-around-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-around-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-around-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-around-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-around-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-around-center.flex-align-center {
  align-items: center;
}
.row-wrap-around-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-around-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-around-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-around-center.flex-row {
  flex-direction: row;
}
.row-wrap-around-center.flex-column {
  flex-direction: column;
}
.row-wrap-around-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-around-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-around-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-around-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-around-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-around-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-around-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-around-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-around-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-around-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-around-center.flex-align-center {
  align-items: center;
}
.row-wrap-around-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-around-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-around-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-end-center {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.row-wrap-flex-end-center.flex-row {
  flex-direction: row;
}
.row-wrap-flex-end-center.flex-column {
  flex-direction: column;
}
.row-wrap-flex-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-end-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-end-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-end-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-end-center.flex-align-center {
  align-items: center;
}
.row-wrap-flex-end-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-end-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-end-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-end-center.flex-row {
  flex-direction: row;
}
.row-wrap-flex-end-center.flex-column {
  flex-direction: column;
}
.row-wrap-flex-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-end-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-end-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-end-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-end-center.flex-align-center {
  align-items: center;
}
.row-wrap-flex-end-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-end-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-end-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-end-center.flex-row {
  flex-direction: row;
}
.row-wrap-flex-end-center.flex-column {
  flex-direction: column;
}
.row-wrap-flex-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-end-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-end-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-end-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-end-center.flex-align-center {
  align-items: center;
}
.row-wrap-flex-end-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-end-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-end-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-end-center.flex-row {
  flex-direction: row;
}
.row-wrap-flex-end-center.flex-column {
  flex-direction: column;
}
.row-wrap-flex-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-end-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-end-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-end-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-end-center.flex-align-center {
  align-items: center;
}
.row-wrap-flex-end-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-end-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-end-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-start-center {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.row-wrap-flex-start-center.flex-row {
  flex-direction: row;
}
.row-wrap-flex-start-center.flex-column {
  flex-direction: column;
}
.row-wrap-flex-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-start-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-start-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-start-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-start-center.flex-align-center {
  align-items: center;
}
.row-wrap-flex-start-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-start-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-start-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-start-center.flex-row {
  flex-direction: row;
}
.row-wrap-flex-start-center.flex-column {
  flex-direction: column;
}
.row-wrap-flex-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-start-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-start-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-start-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-start-center.flex-align-center {
  align-items: center;
}
.row-wrap-flex-start-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-start-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-start-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-start-center.flex-row {
  flex-direction: row;
}
.row-wrap-flex-start-center.flex-column {
  flex-direction: column;
}
.row-wrap-flex-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-start-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-start-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-start-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-start-center.flex-align-center {
  align-items: center;
}
.row-wrap-flex-start-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-start-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-start-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-start-center.flex-row {
  flex-direction: row;
}
.row-wrap-flex-start-center.flex-column {
  flex-direction: column;
}
.row-wrap-flex-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-start-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-start-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-start-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-start-center.flex-align-center {
  align-items: center;
}
.row-wrap-flex-start-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-start-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-start-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-end-center {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: end;
  display: flex;
  align-items: center;
}
.row-wrap-end-center.flex-row {
  flex-direction: row;
}
.row-wrap-end-center.flex-column {
  flex-direction: column;
}
.row-wrap-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-end-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-end-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-end-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-end-center.flex-align-center {
  align-items: center;
}
.row-wrap-end-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-end-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-end-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-end-center.flex-row {
  flex-direction: row;
}
.row-wrap-end-center.flex-column {
  flex-direction: column;
}
.row-wrap-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-end-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-end-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-end-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-end-center.flex-align-center {
  align-items: center;
}
.row-wrap-end-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-end-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-end-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-end-center.flex-row {
  flex-direction: row;
}
.row-wrap-end-center.flex-column {
  flex-direction: column;
}
.row-wrap-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-end-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-end-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-end-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-end-center.flex-align-center {
  align-items: center;
}
.row-wrap-end-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-end-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-end-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-end-center.flex-row {
  flex-direction: row;
}
.row-wrap-end-center.flex-column {
  flex-direction: column;
}
.row-wrap-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-end-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-end-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-end-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-end-center.flex-align-center {
  align-items: center;
}
.row-wrap-end-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-end-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-end-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-start-center {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  display: flex;
  align-items: center;
}
.row-wrap-start-center.flex-row {
  flex-direction: row;
}
.row-wrap-start-center.flex-column {
  flex-direction: column;
}
.row-wrap-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-start-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-start-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-start-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-start-center.flex-align-center {
  align-items: center;
}
.row-wrap-start-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-start-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-start-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-start-center.flex-row {
  flex-direction: row;
}
.row-wrap-start-center.flex-column {
  flex-direction: column;
}
.row-wrap-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-start-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-start-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-start-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-start-center.flex-align-center {
  align-items: center;
}
.row-wrap-start-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-start-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-start-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-start-center.flex-row {
  flex-direction: row;
}
.row-wrap-start-center.flex-column {
  flex-direction: column;
}
.row-wrap-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-start-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-start-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-start-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-start-center.flex-align-center {
  align-items: center;
}
.row-wrap-start-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-start-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-start-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-start-center.flex-row {
  flex-direction: row;
}
.row-wrap-start-center.flex-column {
  flex-direction: column;
}
.row-wrap-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-start-center.flex-justify-center {
  justify-content: center;
}
.row-wrap-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-start-center.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-start-center.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-start-center.flex-align-center {
  align-items: center;
}
.row-wrap-start-center.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-start-center.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-start-center.flex-align-initial {
  align-items: initial;
}
.row-wrap-left-start {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  align-items: flex-start;
}
.row-wrap-left-start.flex-row {
  flex-direction: row;
}
.row-wrap-left-start.flex-column {
  flex-direction: column;
}
.row-wrap-left-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-left-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-left-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-left-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-left-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-left-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-left-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-left-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-left-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-left-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-left-start.flex-align-center {
  align-items: center;
}
.row-wrap-left-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-left-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-left-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-left-start.flex-row {
  flex-direction: row;
}
.row-wrap-left-start.flex-column {
  flex-direction: column;
}
.row-wrap-left-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-left-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-left-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-left-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-left-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-left-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-left-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-left-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-left-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-left-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-left-start.flex-align-center {
  align-items: center;
}
.row-wrap-left-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-left-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-left-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-left-start.flex-row {
  flex-direction: row;
}
.row-wrap-left-start.flex-column {
  flex-direction: column;
}
.row-wrap-left-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-left-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-left-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-left-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-left-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-left-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-left-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-left-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-left-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-left-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-left-start.flex-align-center {
  align-items: center;
}
.row-wrap-left-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-left-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-left-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-left-start.flex-row {
  flex-direction: row;
}
.row-wrap-left-start.flex-column {
  flex-direction: column;
}
.row-wrap-left-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-left-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-left-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-left-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-left-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-left-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-left-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-left-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-left-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-left-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-left-start.flex-align-center {
  align-items: center;
}
.row-wrap-left-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-left-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-left-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-right-start {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  align-items: flex-start;
}
.row-wrap-right-start.flex-row {
  flex-direction: row;
}
.row-wrap-right-start.flex-column {
  flex-direction: column;
}
.row-wrap-right-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-right-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-right-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-right-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-right-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-right-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-right-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-right-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-right-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-right-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-right-start.flex-align-center {
  align-items: center;
}
.row-wrap-right-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-right-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-right-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-right-start.flex-row {
  flex-direction: row;
}
.row-wrap-right-start.flex-column {
  flex-direction: column;
}
.row-wrap-right-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-right-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-right-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-right-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-right-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-right-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-right-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-right-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-right-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-right-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-right-start.flex-align-center {
  align-items: center;
}
.row-wrap-right-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-right-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-right-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-right-start.flex-row {
  flex-direction: row;
}
.row-wrap-right-start.flex-column {
  flex-direction: column;
}
.row-wrap-right-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-right-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-right-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-right-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-right-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-right-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-right-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-right-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-right-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-right-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-right-start.flex-align-center {
  align-items: center;
}
.row-wrap-right-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-right-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-right-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-right-start.flex-row {
  flex-direction: row;
}
.row-wrap-right-start.flex-column {
  flex-direction: column;
}
.row-wrap-right-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-right-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-right-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-right-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-right-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-right-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-right-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-right-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-right-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-right-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-right-start.flex-align-center {
  align-items: center;
}
.row-wrap-right-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-right-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-right-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-center-start {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  align-items: flex-start;
}
.row-wrap-center-start.flex-row {
  flex-direction: row;
}
.row-wrap-center-start.flex-column {
  flex-direction: column;
}
.row-wrap-center-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-center-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-center-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-center-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-center-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-center-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-center-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-center-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-center-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-center-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-center-start.flex-align-center {
  align-items: center;
}
.row-wrap-center-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-center-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-center-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-center-start.flex-row {
  flex-direction: row;
}
.row-wrap-center-start.flex-column {
  flex-direction: column;
}
.row-wrap-center-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-center-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-center-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-center-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-center-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-center-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-center-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-center-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-center-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-center-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-center-start.flex-align-center {
  align-items: center;
}
.row-wrap-center-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-center-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-center-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-center-start.flex-row {
  flex-direction: row;
}
.row-wrap-center-start.flex-column {
  flex-direction: column;
}
.row-wrap-center-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-center-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-center-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-center-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-center-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-center-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-center-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-center-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-center-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-center-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-center-start.flex-align-center {
  align-items: center;
}
.row-wrap-center-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-center-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-center-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-center-start.flex-row {
  flex-direction: row;
}
.row-wrap-center-start.flex-column {
  flex-direction: column;
}
.row-wrap-center-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-center-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-center-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-center-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-center-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-center-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-center-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-center-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-center-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-center-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-center-start.flex-align-center {
  align-items: center;
}
.row-wrap-center-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-center-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-center-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-between-start {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
.row-wrap-between-start.flex-row {
  flex-direction: row;
}
.row-wrap-between-start.flex-column {
  flex-direction: column;
}
.row-wrap-between-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-between-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-between-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-between-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-between-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-between-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-between-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-between-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-between-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-between-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-between-start.flex-align-center {
  align-items: center;
}
.row-wrap-between-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-between-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-between-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-between-start.flex-row {
  flex-direction: row;
}
.row-wrap-between-start.flex-column {
  flex-direction: column;
}
.row-wrap-between-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-between-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-between-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-between-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-between-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-between-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-between-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-between-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-between-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-between-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-between-start.flex-align-center {
  align-items: center;
}
.row-wrap-between-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-between-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-between-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-between-start.flex-row {
  flex-direction: row;
}
.row-wrap-between-start.flex-column {
  flex-direction: column;
}
.row-wrap-between-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-between-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-between-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-between-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-between-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-between-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-between-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-between-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-between-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-between-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-between-start.flex-align-center {
  align-items: center;
}
.row-wrap-between-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-between-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-between-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-between-start.flex-row {
  flex-direction: row;
}
.row-wrap-between-start.flex-column {
  flex-direction: column;
}
.row-wrap-between-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-between-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-between-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-between-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-between-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-between-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-between-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-between-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-between-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-between-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-between-start.flex-align-center {
  align-items: center;
}
.row-wrap-between-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-between-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-between-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-around-start {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
  align-items: flex-start;
}
.row-wrap-around-start.flex-row {
  flex-direction: row;
}
.row-wrap-around-start.flex-column {
  flex-direction: column;
}
.row-wrap-around-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-around-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-around-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-around-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-around-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-around-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-around-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-around-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-around-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-around-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-around-start.flex-align-center {
  align-items: center;
}
.row-wrap-around-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-around-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-around-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-around-start.flex-row {
  flex-direction: row;
}
.row-wrap-around-start.flex-column {
  flex-direction: column;
}
.row-wrap-around-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-around-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-around-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-around-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-around-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-around-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-around-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-around-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-around-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-around-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-around-start.flex-align-center {
  align-items: center;
}
.row-wrap-around-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-around-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-around-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-around-start.flex-row {
  flex-direction: row;
}
.row-wrap-around-start.flex-column {
  flex-direction: column;
}
.row-wrap-around-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-around-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-around-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-around-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-around-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-around-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-around-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-around-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-around-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-around-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-around-start.flex-align-center {
  align-items: center;
}
.row-wrap-around-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-around-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-around-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-around-start.flex-row {
  flex-direction: row;
}
.row-wrap-around-start.flex-column {
  flex-direction: column;
}
.row-wrap-around-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-around-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-around-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-around-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-around-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-around-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-around-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-around-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-around-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-around-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-around-start.flex-align-center {
  align-items: center;
}
.row-wrap-around-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-around-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-around-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-end-start {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  align-items: flex-start;
}
.row-wrap-flex-end-start.flex-row {
  flex-direction: row;
}
.row-wrap-flex-end-start.flex-column {
  flex-direction: column;
}
.row-wrap-flex-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-end-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-end-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-end-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-end-start.flex-align-center {
  align-items: center;
}
.row-wrap-flex-end-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-end-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-end-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-end-start.flex-row {
  flex-direction: row;
}
.row-wrap-flex-end-start.flex-column {
  flex-direction: column;
}
.row-wrap-flex-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-end-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-end-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-end-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-end-start.flex-align-center {
  align-items: center;
}
.row-wrap-flex-end-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-end-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-end-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-end-start.flex-row {
  flex-direction: row;
}
.row-wrap-flex-end-start.flex-column {
  flex-direction: column;
}
.row-wrap-flex-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-end-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-end-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-end-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-end-start.flex-align-center {
  align-items: center;
}
.row-wrap-flex-end-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-end-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-end-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-end-start.flex-row {
  flex-direction: row;
}
.row-wrap-flex-end-start.flex-column {
  flex-direction: column;
}
.row-wrap-flex-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-end-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-end-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-end-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-end-start.flex-align-center {
  align-items: center;
}
.row-wrap-flex-end-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-end-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-end-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-start-start {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  align-items: flex-start;
}
.row-wrap-flex-start-start.flex-row {
  flex-direction: row;
}
.row-wrap-flex-start-start.flex-column {
  flex-direction: column;
}
.row-wrap-flex-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-start-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-start-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-start-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-start-start.flex-align-center {
  align-items: center;
}
.row-wrap-flex-start-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-start-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-start-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-start-start.flex-row {
  flex-direction: row;
}
.row-wrap-flex-start-start.flex-column {
  flex-direction: column;
}
.row-wrap-flex-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-start-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-start-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-start-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-start-start.flex-align-center {
  align-items: center;
}
.row-wrap-flex-start-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-start-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-start-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-start-start.flex-row {
  flex-direction: row;
}
.row-wrap-flex-start-start.flex-column {
  flex-direction: column;
}
.row-wrap-flex-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-start-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-start-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-start-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-start-start.flex-align-center {
  align-items: center;
}
.row-wrap-flex-start-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-start-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-start-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-start-start.flex-row {
  flex-direction: row;
}
.row-wrap-flex-start-start.flex-column {
  flex-direction: column;
}
.row-wrap-flex-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-start-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-start-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-start-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-start-start.flex-align-center {
  align-items: center;
}
.row-wrap-flex-start-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-start-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-start-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-end-start {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: end;
  display: flex;
  align-items: flex-start;
}
.row-wrap-end-start.flex-row {
  flex-direction: row;
}
.row-wrap-end-start.flex-column {
  flex-direction: column;
}
.row-wrap-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-end-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-end-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-end-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-end-start.flex-align-center {
  align-items: center;
}
.row-wrap-end-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-end-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-end-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-end-start.flex-row {
  flex-direction: row;
}
.row-wrap-end-start.flex-column {
  flex-direction: column;
}
.row-wrap-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-end-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-end-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-end-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-end-start.flex-align-center {
  align-items: center;
}
.row-wrap-end-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-end-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-end-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-end-start.flex-row {
  flex-direction: row;
}
.row-wrap-end-start.flex-column {
  flex-direction: column;
}
.row-wrap-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-end-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-end-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-end-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-end-start.flex-align-center {
  align-items: center;
}
.row-wrap-end-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-end-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-end-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-end-start.flex-row {
  flex-direction: row;
}
.row-wrap-end-start.flex-column {
  flex-direction: column;
}
.row-wrap-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-end-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-end-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-end-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-end-start.flex-align-center {
  align-items: center;
}
.row-wrap-end-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-end-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-end-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-start-start {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  display: flex;
  align-items: flex-start;
}
.row-wrap-start-start.flex-row {
  flex-direction: row;
}
.row-wrap-start-start.flex-column {
  flex-direction: column;
}
.row-wrap-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-start-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-start-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-start-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-start-start.flex-align-center {
  align-items: center;
}
.row-wrap-start-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-start-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-start-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-start-start.flex-row {
  flex-direction: row;
}
.row-wrap-start-start.flex-column {
  flex-direction: column;
}
.row-wrap-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-start-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-start-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-start-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-start-start.flex-align-center {
  align-items: center;
}
.row-wrap-start-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-start-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-start-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-start-start.flex-row {
  flex-direction: row;
}
.row-wrap-start-start.flex-column {
  flex-direction: column;
}
.row-wrap-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-start-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-start-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-start-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-start-start.flex-align-center {
  align-items: center;
}
.row-wrap-start-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-start-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-start-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-start-start.flex-row {
  flex-direction: row;
}
.row-wrap-start-start.flex-column {
  flex-direction: column;
}
.row-wrap-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-start-start.flex-justify-center {
  justify-content: center;
}
.row-wrap-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-start-start.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-start-start.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-start-start.flex-align-center {
  align-items: center;
}
.row-wrap-start-start.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-start-start.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-start-start.flex-align-initial {
  align-items: initial;
}
.row-wrap-left-end {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  align-items: flex-end;
}
.row-wrap-left-end.flex-row {
  flex-direction: row;
}
.row-wrap-left-end.flex-column {
  flex-direction: column;
}
.row-wrap-left-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-left-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-left-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-left-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-left-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-left-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-left-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-left-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-left-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-left-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-left-end.flex-align-center {
  align-items: center;
}
.row-wrap-left-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-left-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-left-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-left-end.flex-row {
  flex-direction: row;
}
.row-wrap-left-end.flex-column {
  flex-direction: column;
}
.row-wrap-left-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-left-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-left-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-left-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-left-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-left-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-left-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-left-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-left-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-left-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-left-end.flex-align-center {
  align-items: center;
}
.row-wrap-left-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-left-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-left-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-left-end.flex-row {
  flex-direction: row;
}
.row-wrap-left-end.flex-column {
  flex-direction: column;
}
.row-wrap-left-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-left-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-left-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-left-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-left-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-left-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-left-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-left-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-left-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-left-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-left-end.flex-align-center {
  align-items: center;
}
.row-wrap-left-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-left-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-left-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-left-end.flex-row {
  flex-direction: row;
}
.row-wrap-left-end.flex-column {
  flex-direction: column;
}
.row-wrap-left-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-left-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-left-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-left-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-left-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-left-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-left-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-left-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-left-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-left-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-left-end.flex-align-center {
  align-items: center;
}
.row-wrap-left-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-left-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-left-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-right-end {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
}
.row-wrap-right-end.flex-row {
  flex-direction: row;
}
.row-wrap-right-end.flex-column {
  flex-direction: column;
}
.row-wrap-right-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-right-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-right-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-right-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-right-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-right-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-right-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-right-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-right-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-right-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-right-end.flex-align-center {
  align-items: center;
}
.row-wrap-right-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-right-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-right-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-right-end.flex-row {
  flex-direction: row;
}
.row-wrap-right-end.flex-column {
  flex-direction: column;
}
.row-wrap-right-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-right-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-right-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-right-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-right-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-right-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-right-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-right-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-right-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-right-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-right-end.flex-align-center {
  align-items: center;
}
.row-wrap-right-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-right-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-right-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-right-end.flex-row {
  flex-direction: row;
}
.row-wrap-right-end.flex-column {
  flex-direction: column;
}
.row-wrap-right-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-right-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-right-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-right-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-right-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-right-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-right-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-right-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-right-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-right-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-right-end.flex-align-center {
  align-items: center;
}
.row-wrap-right-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-right-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-right-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-right-end.flex-row {
  flex-direction: row;
}
.row-wrap-right-end.flex-column {
  flex-direction: column;
}
.row-wrap-right-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-right-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-right-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-right-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-right-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-right-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-right-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-right-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-right-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-right-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-right-end.flex-align-center {
  align-items: center;
}
.row-wrap-right-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-right-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-right-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-center-end {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.row-wrap-center-end.flex-row {
  flex-direction: row;
}
.row-wrap-center-end.flex-column {
  flex-direction: column;
}
.row-wrap-center-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-center-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-center-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-center-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-center-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-center-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-center-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-center-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-center-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-center-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-center-end.flex-align-center {
  align-items: center;
}
.row-wrap-center-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-center-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-center-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-center-end.flex-row {
  flex-direction: row;
}
.row-wrap-center-end.flex-column {
  flex-direction: column;
}
.row-wrap-center-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-center-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-center-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-center-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-center-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-center-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-center-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-center-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-center-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-center-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-center-end.flex-align-center {
  align-items: center;
}
.row-wrap-center-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-center-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-center-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-center-end.flex-row {
  flex-direction: row;
}
.row-wrap-center-end.flex-column {
  flex-direction: column;
}
.row-wrap-center-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-center-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-center-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-center-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-center-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-center-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-center-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-center-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-center-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-center-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-center-end.flex-align-center {
  align-items: center;
}
.row-wrap-center-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-center-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-center-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-center-end.flex-row {
  flex-direction: row;
}
.row-wrap-center-end.flex-column {
  flex-direction: column;
}
.row-wrap-center-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-center-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-center-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-center-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-center-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-center-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-center-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-center-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-center-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-center-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-center-end.flex-align-center {
  align-items: center;
}
.row-wrap-center-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-center-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-center-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-between-end {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  align-items: flex-end;
}
.row-wrap-between-end.flex-row {
  flex-direction: row;
}
.row-wrap-between-end.flex-column {
  flex-direction: column;
}
.row-wrap-between-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-between-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-between-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-between-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-between-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-between-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-between-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-between-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-between-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-between-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-between-end.flex-align-center {
  align-items: center;
}
.row-wrap-between-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-between-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-between-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-between-end.flex-row {
  flex-direction: row;
}
.row-wrap-between-end.flex-column {
  flex-direction: column;
}
.row-wrap-between-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-between-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-between-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-between-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-between-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-between-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-between-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-between-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-between-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-between-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-between-end.flex-align-center {
  align-items: center;
}
.row-wrap-between-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-between-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-between-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-between-end.flex-row {
  flex-direction: row;
}
.row-wrap-between-end.flex-column {
  flex-direction: column;
}
.row-wrap-between-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-between-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-between-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-between-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-between-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-between-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-between-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-between-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-between-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-between-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-between-end.flex-align-center {
  align-items: center;
}
.row-wrap-between-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-between-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-between-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-between-end.flex-row {
  flex-direction: row;
}
.row-wrap-between-end.flex-column {
  flex-direction: column;
}
.row-wrap-between-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-between-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-between-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-between-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-between-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-between-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-between-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-between-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-between-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-between-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-between-end.flex-align-center {
  align-items: center;
}
.row-wrap-between-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-between-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-between-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-around-end {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
  align-items: flex-end;
}
.row-wrap-around-end.flex-row {
  flex-direction: row;
}
.row-wrap-around-end.flex-column {
  flex-direction: column;
}
.row-wrap-around-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-around-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-around-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-around-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-around-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-around-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-around-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-around-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-around-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-around-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-around-end.flex-align-center {
  align-items: center;
}
.row-wrap-around-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-around-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-around-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-around-end.flex-row {
  flex-direction: row;
}
.row-wrap-around-end.flex-column {
  flex-direction: column;
}
.row-wrap-around-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-around-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-around-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-around-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-around-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-around-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-around-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-around-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-around-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-around-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-around-end.flex-align-center {
  align-items: center;
}
.row-wrap-around-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-around-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-around-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-around-end.flex-row {
  flex-direction: row;
}
.row-wrap-around-end.flex-column {
  flex-direction: column;
}
.row-wrap-around-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-around-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-around-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-around-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-around-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-around-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-around-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-around-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-around-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-around-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-around-end.flex-align-center {
  align-items: center;
}
.row-wrap-around-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-around-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-around-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-around-end.flex-row {
  flex-direction: row;
}
.row-wrap-around-end.flex-column {
  flex-direction: column;
}
.row-wrap-around-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-around-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-around-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-around-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-around-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-around-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-around-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-around-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-around-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-around-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-around-end.flex-align-center {
  align-items: center;
}
.row-wrap-around-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-around-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-around-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-end-end {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
}
.row-wrap-flex-end-end.flex-row {
  flex-direction: row;
}
.row-wrap-flex-end-end.flex-column {
  flex-direction: column;
}
.row-wrap-flex-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-end-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-end-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-end-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-end-end.flex-align-center {
  align-items: center;
}
.row-wrap-flex-end-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-end-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-end-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-end-end.flex-row {
  flex-direction: row;
}
.row-wrap-flex-end-end.flex-column {
  flex-direction: column;
}
.row-wrap-flex-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-end-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-end-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-end-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-end-end.flex-align-center {
  align-items: center;
}
.row-wrap-flex-end-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-end-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-end-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-end-end.flex-row {
  flex-direction: row;
}
.row-wrap-flex-end-end.flex-column {
  flex-direction: column;
}
.row-wrap-flex-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-end-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-end-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-end-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-end-end.flex-align-center {
  align-items: center;
}
.row-wrap-flex-end-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-end-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-end-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-end-end.flex-row {
  flex-direction: row;
}
.row-wrap-flex-end-end.flex-column {
  flex-direction: column;
}
.row-wrap-flex-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-end-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-end-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-end-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-end-end.flex-align-center {
  align-items: center;
}
.row-wrap-flex-end-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-end-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-end-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-start-end {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  align-items: flex-end;
}
.row-wrap-flex-start-end.flex-row {
  flex-direction: row;
}
.row-wrap-flex-start-end.flex-column {
  flex-direction: column;
}
.row-wrap-flex-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-start-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-start-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-start-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-start-end.flex-align-center {
  align-items: center;
}
.row-wrap-flex-start-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-start-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-start-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-start-end.flex-row {
  flex-direction: row;
}
.row-wrap-flex-start-end.flex-column {
  flex-direction: column;
}
.row-wrap-flex-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-start-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-start-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-start-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-start-end.flex-align-center {
  align-items: center;
}
.row-wrap-flex-start-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-start-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-start-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-start-end.flex-row {
  flex-direction: row;
}
.row-wrap-flex-start-end.flex-column {
  flex-direction: column;
}
.row-wrap-flex-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-start-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-start-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-start-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-start-end.flex-align-center {
  align-items: center;
}
.row-wrap-flex-start-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-start-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-start-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-flex-start-end.flex-row {
  flex-direction: row;
}
.row-wrap-flex-start-end.flex-column {
  flex-direction: column;
}
.row-wrap-flex-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-flex-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-flex-start-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-flex-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-flex-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-flex-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-flex-start-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-flex-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-flex-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-flex-start-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-flex-start-end.flex-align-center {
  align-items: center;
}
.row-wrap-flex-start-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-flex-start-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-flex-start-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-end-end {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: end;
  display: flex;
  align-items: flex-end;
}
.row-wrap-end-end.flex-row {
  flex-direction: row;
}
.row-wrap-end-end.flex-column {
  flex-direction: column;
}
.row-wrap-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-end-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-end-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-end-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-end-end.flex-align-center {
  align-items: center;
}
.row-wrap-end-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-end-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-end-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-end-end.flex-row {
  flex-direction: row;
}
.row-wrap-end-end.flex-column {
  flex-direction: column;
}
.row-wrap-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-end-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-end-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-end-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-end-end.flex-align-center {
  align-items: center;
}
.row-wrap-end-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-end-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-end-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-end-end.flex-row {
  flex-direction: row;
}
.row-wrap-end-end.flex-column {
  flex-direction: column;
}
.row-wrap-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-end-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-end-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-end-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-end-end.flex-align-center {
  align-items: center;
}
.row-wrap-end-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-end-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-end-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-end-end.flex-row {
  flex-direction: row;
}
.row-wrap-end-end.flex-column {
  flex-direction: column;
}
.row-wrap-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-end-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-end-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-end-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-end-end.flex-align-center {
  align-items: center;
}
.row-wrap-end-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-end-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-end-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-start-end {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  display: flex;
  align-items: flex-end;
}
.row-wrap-start-end.flex-row {
  flex-direction: row;
}
.row-wrap-start-end.flex-column {
  flex-direction: column;
}
.row-wrap-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-start-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-start-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-start-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-start-end.flex-align-center {
  align-items: center;
}
.row-wrap-start-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-start-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-start-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-start-end.flex-row {
  flex-direction: row;
}
.row-wrap-start-end.flex-column {
  flex-direction: column;
}
.row-wrap-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-start-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-start-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-start-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-start-end.flex-align-center {
  align-items: center;
}
.row-wrap-start-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-start-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-start-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-start-end.flex-row {
  flex-direction: row;
}
.row-wrap-start-end.flex-column {
  flex-direction: column;
}
.row-wrap-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-start-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-start-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-start-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-start-end.flex-align-center {
  align-items: center;
}
.row-wrap-start-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-start-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-start-end.flex-align-initial {
  align-items: initial;
}
.row-wrap-start-end.flex-row {
  flex-direction: row;
}
.row-wrap-start-end.flex-column {
  flex-direction: column;
}
.row-wrap-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-wrap-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-wrap-start-end.flex-justify-center {
  justify-content: center;
}
.row-wrap-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-wrap-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-wrap-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-wrap-start-end.flex-justify-initial {
  justify-content: initial;
}
.row-wrap-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-wrap-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-wrap-start-end.flex-align-stretch {
  align-items: stretch;
}
.row-wrap-start-end.flex-align-center {
  align-items: center;
}
.row-wrap-start-end.flex-align-baseline {
  align-items: baseline;
}
.row-wrap-start-end.flex-align-inherit {
  align-items: inherit;
}
.row-wrap-start-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-left-center {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.row-nowrap-left-center.flex-row {
  flex-direction: row;
}
.row-nowrap-left-center.flex-column {
  flex-direction: column;
}
.row-nowrap-left-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-left-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-left-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-left-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-left-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-left-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-left-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-left-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-left-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-left-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-left-center.flex-align-center {
  align-items: center;
}
.row-nowrap-left-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-left-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-left-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-left-center.flex-row {
  flex-direction: row;
}
.row-nowrap-left-center.flex-column {
  flex-direction: column;
}
.row-nowrap-left-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-left-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-left-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-left-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-left-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-left-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-left-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-left-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-left-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-left-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-left-center.flex-align-center {
  align-items: center;
}
.row-nowrap-left-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-left-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-left-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-left-center.flex-row {
  flex-direction: row;
}
.row-nowrap-left-center.flex-column {
  flex-direction: column;
}
.row-nowrap-left-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-left-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-left-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-left-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-left-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-left-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-left-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-left-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-left-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-left-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-left-center.flex-align-center {
  align-items: center;
}
.row-nowrap-left-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-left-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-left-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-left-center.flex-row {
  flex-direction: row;
}
.row-nowrap-left-center.flex-column {
  flex-direction: column;
}
.row-nowrap-left-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-left-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-left-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-left-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-left-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-left-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-left-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-left-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-left-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-left-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-left-center.flex-align-center {
  align-items: center;
}
.row-nowrap-left-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-left-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-left-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-right-center {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.row-nowrap-right-center.flex-row {
  flex-direction: row;
}
.row-nowrap-right-center.flex-column {
  flex-direction: column;
}
.row-nowrap-right-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-right-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-right-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-right-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-right-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-right-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-right-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-right-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-right-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-right-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-right-center.flex-align-center {
  align-items: center;
}
.row-nowrap-right-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-right-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-right-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-right-center.flex-row {
  flex-direction: row;
}
.row-nowrap-right-center.flex-column {
  flex-direction: column;
}
.row-nowrap-right-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-right-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-right-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-right-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-right-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-right-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-right-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-right-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-right-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-right-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-right-center.flex-align-center {
  align-items: center;
}
.row-nowrap-right-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-right-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-right-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-right-center.flex-row {
  flex-direction: row;
}
.row-nowrap-right-center.flex-column {
  flex-direction: column;
}
.row-nowrap-right-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-right-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-right-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-right-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-right-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-right-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-right-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-right-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-right-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-right-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-right-center.flex-align-center {
  align-items: center;
}
.row-nowrap-right-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-right-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-right-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-right-center.flex-row {
  flex-direction: row;
}
.row-nowrap-right-center.flex-column {
  flex-direction: column;
}
.row-nowrap-right-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-right-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-right-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-right-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-right-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-right-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-right-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-right-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-right-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-right-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-right-center.flex-align-center {
  align-items: center;
}
.row-nowrap-right-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-right-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-right-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-center-center {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
  align-items: center;
}
.row-nowrap-center-center.flex-row {
  flex-direction: row;
}
.row-nowrap-center-center.flex-column {
  flex-direction: column;
}
.row-nowrap-center-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-center-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-center-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-center-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-center-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-center-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-center-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-center-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-center-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-center-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-center-center.flex-align-center {
  align-items: center;
}
.row-nowrap-center-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-center-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-center-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-center-center.flex-row {
  flex-direction: row;
}
.row-nowrap-center-center.flex-column {
  flex-direction: column;
}
.row-nowrap-center-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-center-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-center-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-center-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-center-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-center-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-center-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-center-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-center-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-center-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-center-center.flex-align-center {
  align-items: center;
}
.row-nowrap-center-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-center-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-center-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-center-center.flex-row {
  flex-direction: row;
}
.row-nowrap-center-center.flex-column {
  flex-direction: column;
}
.row-nowrap-center-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-center-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-center-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-center-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-center-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-center-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-center-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-center-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-center-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-center-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-center-center.flex-align-center {
  align-items: center;
}
.row-nowrap-center-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-center-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-center-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-center-center.flex-row {
  flex-direction: row;
}
.row-nowrap-center-center.flex-column {
  flex-direction: column;
}
.row-nowrap-center-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-center-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-center-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-center-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-center-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-center-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-center-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-center-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-center-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-center-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-center-center.flex-align-center {
  align-items: center;
}
.row-nowrap-center-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-center-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-center-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-between-center {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.row-nowrap-between-center.flex-row {
  flex-direction: row;
}
.row-nowrap-between-center.flex-column {
  flex-direction: column;
}
.row-nowrap-between-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-between-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-between-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-between-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-between-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-between-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-between-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-between-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-between-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-between-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-between-center.flex-align-center {
  align-items: center;
}
.row-nowrap-between-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-between-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-between-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-between-center.flex-row {
  flex-direction: row;
}
.row-nowrap-between-center.flex-column {
  flex-direction: column;
}
.row-nowrap-between-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-between-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-between-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-between-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-between-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-between-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-between-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-between-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-between-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-between-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-between-center.flex-align-center {
  align-items: center;
}
.row-nowrap-between-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-between-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-between-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-between-center.flex-row {
  flex-direction: row;
}
.row-nowrap-between-center.flex-column {
  flex-direction: column;
}
.row-nowrap-between-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-between-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-between-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-between-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-between-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-between-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-between-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-between-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-between-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-between-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-between-center.flex-align-center {
  align-items: center;
}
.row-nowrap-between-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-between-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-between-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-between-center.flex-row {
  flex-direction: row;
}
.row-nowrap-between-center.flex-column {
  flex-direction: column;
}
.row-nowrap-between-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-between-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-between-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-between-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-between-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-between-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-between-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-between-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-between-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-between-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-between-center.flex-align-center {
  align-items: center;
}
.row-nowrap-between-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-between-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-between-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-around-center {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  display: flex;
  align-items: center;
}
.row-nowrap-around-center.flex-row {
  flex-direction: row;
}
.row-nowrap-around-center.flex-column {
  flex-direction: column;
}
.row-nowrap-around-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-around-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-around-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-around-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-around-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-around-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-around-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-around-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-around-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-around-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-around-center.flex-align-center {
  align-items: center;
}
.row-nowrap-around-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-around-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-around-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-around-center.flex-row {
  flex-direction: row;
}
.row-nowrap-around-center.flex-column {
  flex-direction: column;
}
.row-nowrap-around-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-around-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-around-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-around-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-around-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-around-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-around-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-around-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-around-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-around-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-around-center.flex-align-center {
  align-items: center;
}
.row-nowrap-around-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-around-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-around-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-around-center.flex-row {
  flex-direction: row;
}
.row-nowrap-around-center.flex-column {
  flex-direction: column;
}
.row-nowrap-around-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-around-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-around-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-around-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-around-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-around-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-around-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-around-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-around-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-around-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-around-center.flex-align-center {
  align-items: center;
}
.row-nowrap-around-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-around-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-around-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-around-center.flex-row {
  flex-direction: row;
}
.row-nowrap-around-center.flex-column {
  flex-direction: column;
}
.row-nowrap-around-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-around-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-around-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-around-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-around-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-around-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-around-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-around-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-around-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-around-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-around-center.flex-align-center {
  align-items: center;
}
.row-nowrap-around-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-around-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-around-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-end-center {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.row-nowrap-flex-end-center.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-end-center.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-end-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-end-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-end-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-end-center.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-end-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-end-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-end-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-end-center.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-end-center.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-end-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-end-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-end-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-end-center.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-end-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-end-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-end-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-end-center.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-end-center.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-end-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-end-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-end-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-end-center.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-end-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-end-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-end-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-end-center.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-end-center.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-end-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-end-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-end-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-end-center.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-end-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-end-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-end-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-start-center {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.row-nowrap-flex-start-center.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-start-center.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-start-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-start-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-start-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-start-center.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-start-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-start-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-start-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-start-center.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-start-center.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-start-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-start-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-start-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-start-center.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-start-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-start-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-start-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-start-center.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-start-center.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-start-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-start-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-start-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-start-center.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-start-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-start-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-start-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-start-center.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-start-center.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-start-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-start-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-start-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-start-center.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-start-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-start-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-start-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-end-center {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: end;
  display: flex;
  align-items: center;
}
.row-nowrap-end-center.flex-row {
  flex-direction: row;
}
.row-nowrap-end-center.flex-column {
  flex-direction: column;
}
.row-nowrap-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-end-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-end-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-end-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-end-center.flex-align-center {
  align-items: center;
}
.row-nowrap-end-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-end-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-end-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-end-center.flex-row {
  flex-direction: row;
}
.row-nowrap-end-center.flex-column {
  flex-direction: column;
}
.row-nowrap-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-end-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-end-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-end-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-end-center.flex-align-center {
  align-items: center;
}
.row-nowrap-end-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-end-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-end-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-end-center.flex-row {
  flex-direction: row;
}
.row-nowrap-end-center.flex-column {
  flex-direction: column;
}
.row-nowrap-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-end-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-end-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-end-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-end-center.flex-align-center {
  align-items: center;
}
.row-nowrap-end-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-end-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-end-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-end-center.flex-row {
  flex-direction: row;
}
.row-nowrap-end-center.flex-column {
  flex-direction: column;
}
.row-nowrap-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-end-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-end-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-end-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-end-center.flex-align-center {
  align-items: center;
}
.row-nowrap-end-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-end-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-end-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-start-center {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  display: flex;
  align-items: center;
}
.row-nowrap-start-center.flex-row {
  flex-direction: row;
}
.row-nowrap-start-center.flex-column {
  flex-direction: column;
}
.row-nowrap-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-start-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-start-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-start-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-start-center.flex-align-center {
  align-items: center;
}
.row-nowrap-start-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-start-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-start-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-start-center.flex-row {
  flex-direction: row;
}
.row-nowrap-start-center.flex-column {
  flex-direction: column;
}
.row-nowrap-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-start-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-start-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-start-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-start-center.flex-align-center {
  align-items: center;
}
.row-nowrap-start-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-start-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-start-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-start-center.flex-row {
  flex-direction: row;
}
.row-nowrap-start-center.flex-column {
  flex-direction: column;
}
.row-nowrap-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-start-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-start-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-start-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-start-center.flex-align-center {
  align-items: center;
}
.row-nowrap-start-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-start-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-start-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-start-center.flex-row {
  flex-direction: row;
}
.row-nowrap-start-center.flex-column {
  flex-direction: column;
}
.row-nowrap-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-start-center.flex-justify-center {
  justify-content: center;
}
.row-nowrap-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-start-center.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-start-center.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-start-center.flex-align-center {
  align-items: center;
}
.row-nowrap-start-center.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-start-center.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-start-center.flex-align-initial {
  align-items: initial;
}
.row-nowrap-left-start {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  align-items: flex-start;
}
.row-nowrap-left-start.flex-row {
  flex-direction: row;
}
.row-nowrap-left-start.flex-column {
  flex-direction: column;
}
.row-nowrap-left-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-left-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-left-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-left-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-left-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-left-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-left-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-left-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-left-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-left-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-left-start.flex-align-center {
  align-items: center;
}
.row-nowrap-left-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-left-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-left-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-left-start.flex-row {
  flex-direction: row;
}
.row-nowrap-left-start.flex-column {
  flex-direction: column;
}
.row-nowrap-left-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-left-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-left-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-left-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-left-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-left-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-left-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-left-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-left-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-left-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-left-start.flex-align-center {
  align-items: center;
}
.row-nowrap-left-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-left-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-left-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-left-start.flex-row {
  flex-direction: row;
}
.row-nowrap-left-start.flex-column {
  flex-direction: column;
}
.row-nowrap-left-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-left-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-left-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-left-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-left-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-left-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-left-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-left-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-left-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-left-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-left-start.flex-align-center {
  align-items: center;
}
.row-nowrap-left-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-left-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-left-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-left-start.flex-row {
  flex-direction: row;
}
.row-nowrap-left-start.flex-column {
  flex-direction: column;
}
.row-nowrap-left-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-left-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-left-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-left-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-left-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-left-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-left-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-left-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-left-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-left-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-left-start.flex-align-center {
  align-items: center;
}
.row-nowrap-left-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-left-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-left-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-right-start {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  display: flex;
  align-items: flex-start;
}
.row-nowrap-right-start.flex-row {
  flex-direction: row;
}
.row-nowrap-right-start.flex-column {
  flex-direction: column;
}
.row-nowrap-right-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-right-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-right-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-right-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-right-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-right-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-right-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-right-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-right-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-right-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-right-start.flex-align-center {
  align-items: center;
}
.row-nowrap-right-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-right-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-right-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-right-start.flex-row {
  flex-direction: row;
}
.row-nowrap-right-start.flex-column {
  flex-direction: column;
}
.row-nowrap-right-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-right-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-right-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-right-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-right-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-right-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-right-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-right-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-right-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-right-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-right-start.flex-align-center {
  align-items: center;
}
.row-nowrap-right-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-right-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-right-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-right-start.flex-row {
  flex-direction: row;
}
.row-nowrap-right-start.flex-column {
  flex-direction: column;
}
.row-nowrap-right-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-right-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-right-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-right-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-right-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-right-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-right-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-right-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-right-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-right-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-right-start.flex-align-center {
  align-items: center;
}
.row-nowrap-right-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-right-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-right-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-right-start.flex-row {
  flex-direction: row;
}
.row-nowrap-right-start.flex-column {
  flex-direction: column;
}
.row-nowrap-right-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-right-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-right-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-right-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-right-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-right-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-right-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-right-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-right-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-right-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-right-start.flex-align-center {
  align-items: center;
}
.row-nowrap-right-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-right-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-right-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-center-start {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
  align-items: flex-start;
}
.row-nowrap-center-start.flex-row {
  flex-direction: row;
}
.row-nowrap-center-start.flex-column {
  flex-direction: column;
}
.row-nowrap-center-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-center-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-center-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-center-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-center-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-center-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-center-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-center-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-center-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-center-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-center-start.flex-align-center {
  align-items: center;
}
.row-nowrap-center-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-center-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-center-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-center-start.flex-row {
  flex-direction: row;
}
.row-nowrap-center-start.flex-column {
  flex-direction: column;
}
.row-nowrap-center-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-center-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-center-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-center-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-center-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-center-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-center-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-center-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-center-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-center-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-center-start.flex-align-center {
  align-items: center;
}
.row-nowrap-center-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-center-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-center-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-center-start.flex-row {
  flex-direction: row;
}
.row-nowrap-center-start.flex-column {
  flex-direction: column;
}
.row-nowrap-center-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-center-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-center-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-center-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-center-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-center-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-center-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-center-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-center-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-center-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-center-start.flex-align-center {
  align-items: center;
}
.row-nowrap-center-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-center-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-center-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-center-start.flex-row {
  flex-direction: row;
}
.row-nowrap-center-start.flex-column {
  flex-direction: column;
}
.row-nowrap-center-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-center-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-center-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-center-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-center-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-center-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-center-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-center-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-center-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-center-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-center-start.flex-align-center {
  align-items: center;
}
.row-nowrap-center-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-center-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-center-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-between-start {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
.row-nowrap-between-start.flex-row {
  flex-direction: row;
}
.row-nowrap-between-start.flex-column {
  flex-direction: column;
}
.row-nowrap-between-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-between-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-between-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-between-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-between-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-between-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-between-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-between-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-between-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-between-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-between-start.flex-align-center {
  align-items: center;
}
.row-nowrap-between-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-between-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-between-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-between-start.flex-row {
  flex-direction: row;
}
.row-nowrap-between-start.flex-column {
  flex-direction: column;
}
.row-nowrap-between-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-between-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-between-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-between-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-between-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-between-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-between-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-between-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-between-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-between-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-between-start.flex-align-center {
  align-items: center;
}
.row-nowrap-between-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-between-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-between-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-between-start.flex-row {
  flex-direction: row;
}
.row-nowrap-between-start.flex-column {
  flex-direction: column;
}
.row-nowrap-between-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-between-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-between-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-between-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-between-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-between-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-between-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-between-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-between-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-between-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-between-start.flex-align-center {
  align-items: center;
}
.row-nowrap-between-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-between-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-between-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-between-start.flex-row {
  flex-direction: row;
}
.row-nowrap-between-start.flex-column {
  flex-direction: column;
}
.row-nowrap-between-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-between-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-between-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-between-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-between-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-between-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-between-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-between-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-between-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-between-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-between-start.flex-align-center {
  align-items: center;
}
.row-nowrap-between-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-between-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-between-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-around-start {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  display: flex;
  align-items: flex-start;
}
.row-nowrap-around-start.flex-row {
  flex-direction: row;
}
.row-nowrap-around-start.flex-column {
  flex-direction: column;
}
.row-nowrap-around-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-around-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-around-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-around-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-around-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-around-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-around-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-around-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-around-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-around-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-around-start.flex-align-center {
  align-items: center;
}
.row-nowrap-around-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-around-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-around-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-around-start.flex-row {
  flex-direction: row;
}
.row-nowrap-around-start.flex-column {
  flex-direction: column;
}
.row-nowrap-around-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-around-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-around-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-around-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-around-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-around-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-around-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-around-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-around-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-around-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-around-start.flex-align-center {
  align-items: center;
}
.row-nowrap-around-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-around-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-around-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-around-start.flex-row {
  flex-direction: row;
}
.row-nowrap-around-start.flex-column {
  flex-direction: column;
}
.row-nowrap-around-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-around-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-around-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-around-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-around-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-around-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-around-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-around-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-around-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-around-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-around-start.flex-align-center {
  align-items: center;
}
.row-nowrap-around-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-around-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-around-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-around-start.flex-row {
  flex-direction: row;
}
.row-nowrap-around-start.flex-column {
  flex-direction: column;
}
.row-nowrap-around-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-around-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-around-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-around-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-around-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-around-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-around-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-around-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-around-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-around-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-around-start.flex-align-center {
  align-items: center;
}
.row-nowrap-around-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-around-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-around-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-end-start {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  display: flex;
  align-items: flex-start;
}
.row-nowrap-flex-end-start.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-end-start.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-end-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-end-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-end-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-end-start.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-end-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-end-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-end-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-end-start.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-end-start.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-end-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-end-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-end-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-end-start.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-end-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-end-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-end-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-end-start.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-end-start.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-end-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-end-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-end-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-end-start.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-end-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-end-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-end-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-end-start.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-end-start.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-end-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-end-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-end-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-end-start.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-end-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-end-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-end-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-start-start {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  align-items: flex-start;
}
.row-nowrap-flex-start-start.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-start-start.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-start-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-start-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-start-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-start-start.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-start-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-start-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-start-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-start-start.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-start-start.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-start-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-start-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-start-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-start-start.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-start-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-start-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-start-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-start-start.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-start-start.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-start-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-start-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-start-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-start-start.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-start-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-start-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-start-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-start-start.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-start-start.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-start-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-start-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-start-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-start-start.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-start-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-start-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-start-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-end-start {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: end;
  display: flex;
  align-items: flex-start;
}
.row-nowrap-end-start.flex-row {
  flex-direction: row;
}
.row-nowrap-end-start.flex-column {
  flex-direction: column;
}
.row-nowrap-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-end-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-end-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-end-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-end-start.flex-align-center {
  align-items: center;
}
.row-nowrap-end-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-end-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-end-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-end-start.flex-row {
  flex-direction: row;
}
.row-nowrap-end-start.flex-column {
  flex-direction: column;
}
.row-nowrap-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-end-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-end-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-end-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-end-start.flex-align-center {
  align-items: center;
}
.row-nowrap-end-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-end-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-end-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-end-start.flex-row {
  flex-direction: row;
}
.row-nowrap-end-start.flex-column {
  flex-direction: column;
}
.row-nowrap-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-end-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-end-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-end-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-end-start.flex-align-center {
  align-items: center;
}
.row-nowrap-end-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-end-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-end-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-end-start.flex-row {
  flex-direction: row;
}
.row-nowrap-end-start.flex-column {
  flex-direction: column;
}
.row-nowrap-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-end-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-end-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-end-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-end-start.flex-align-center {
  align-items: center;
}
.row-nowrap-end-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-end-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-end-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-start-start {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  display: flex;
  align-items: flex-start;
}
.row-nowrap-start-start.flex-row {
  flex-direction: row;
}
.row-nowrap-start-start.flex-column {
  flex-direction: column;
}
.row-nowrap-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-start-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-start-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-start-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-start-start.flex-align-center {
  align-items: center;
}
.row-nowrap-start-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-start-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-start-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-start-start.flex-row {
  flex-direction: row;
}
.row-nowrap-start-start.flex-column {
  flex-direction: column;
}
.row-nowrap-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-start-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-start-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-start-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-start-start.flex-align-center {
  align-items: center;
}
.row-nowrap-start-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-start-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-start-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-start-start.flex-row {
  flex-direction: row;
}
.row-nowrap-start-start.flex-column {
  flex-direction: column;
}
.row-nowrap-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-start-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-start-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-start-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-start-start.flex-align-center {
  align-items: center;
}
.row-nowrap-start-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-start-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-start-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-start-start.flex-row {
  flex-direction: row;
}
.row-nowrap-start-start.flex-column {
  flex-direction: column;
}
.row-nowrap-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-start-start.flex-justify-center {
  justify-content: center;
}
.row-nowrap-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-start-start.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-start-start.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-start-start.flex-align-center {
  align-items: center;
}
.row-nowrap-start-start.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-start-start.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-start-start.flex-align-initial {
  align-items: initial;
}
.row-nowrap-left-end {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  align-items: flex-end;
}
.row-nowrap-left-end.flex-row {
  flex-direction: row;
}
.row-nowrap-left-end.flex-column {
  flex-direction: column;
}
.row-nowrap-left-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-left-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-left-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-left-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-left-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-left-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-left-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-left-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-left-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-left-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-left-end.flex-align-center {
  align-items: center;
}
.row-nowrap-left-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-left-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-left-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-left-end.flex-row {
  flex-direction: row;
}
.row-nowrap-left-end.flex-column {
  flex-direction: column;
}
.row-nowrap-left-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-left-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-left-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-left-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-left-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-left-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-left-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-left-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-left-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-left-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-left-end.flex-align-center {
  align-items: center;
}
.row-nowrap-left-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-left-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-left-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-left-end.flex-row {
  flex-direction: row;
}
.row-nowrap-left-end.flex-column {
  flex-direction: column;
}
.row-nowrap-left-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-left-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-left-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-left-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-left-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-left-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-left-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-left-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-left-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-left-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-left-end.flex-align-center {
  align-items: center;
}
.row-nowrap-left-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-left-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-left-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-left-end.flex-row {
  flex-direction: row;
}
.row-nowrap-left-end.flex-column {
  flex-direction: column;
}
.row-nowrap-left-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-left-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-left-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-left-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-left-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-left-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-left-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-left-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-left-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-left-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-left-end.flex-align-center {
  align-items: center;
}
.row-nowrap-left-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-left-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-left-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-right-end {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
}
.row-nowrap-right-end.flex-row {
  flex-direction: row;
}
.row-nowrap-right-end.flex-column {
  flex-direction: column;
}
.row-nowrap-right-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-right-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-right-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-right-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-right-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-right-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-right-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-right-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-right-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-right-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-right-end.flex-align-center {
  align-items: center;
}
.row-nowrap-right-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-right-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-right-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-right-end.flex-row {
  flex-direction: row;
}
.row-nowrap-right-end.flex-column {
  flex-direction: column;
}
.row-nowrap-right-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-right-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-right-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-right-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-right-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-right-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-right-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-right-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-right-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-right-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-right-end.flex-align-center {
  align-items: center;
}
.row-nowrap-right-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-right-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-right-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-right-end.flex-row {
  flex-direction: row;
}
.row-nowrap-right-end.flex-column {
  flex-direction: column;
}
.row-nowrap-right-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-right-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-right-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-right-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-right-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-right-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-right-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-right-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-right-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-right-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-right-end.flex-align-center {
  align-items: center;
}
.row-nowrap-right-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-right-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-right-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-right-end.flex-row {
  flex-direction: row;
}
.row-nowrap-right-end.flex-column {
  flex-direction: column;
}
.row-nowrap-right-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-right-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-right-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-right-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-right-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-right-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-right-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-right-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-right-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-right-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-right-end.flex-align-center {
  align-items: center;
}
.row-nowrap-right-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-right-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-right-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-center-end {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.row-nowrap-center-end.flex-row {
  flex-direction: row;
}
.row-nowrap-center-end.flex-column {
  flex-direction: column;
}
.row-nowrap-center-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-center-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-center-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-center-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-center-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-center-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-center-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-center-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-center-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-center-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-center-end.flex-align-center {
  align-items: center;
}
.row-nowrap-center-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-center-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-center-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-center-end.flex-row {
  flex-direction: row;
}
.row-nowrap-center-end.flex-column {
  flex-direction: column;
}
.row-nowrap-center-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-center-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-center-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-center-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-center-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-center-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-center-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-center-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-center-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-center-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-center-end.flex-align-center {
  align-items: center;
}
.row-nowrap-center-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-center-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-center-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-center-end.flex-row {
  flex-direction: row;
}
.row-nowrap-center-end.flex-column {
  flex-direction: column;
}
.row-nowrap-center-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-center-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-center-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-center-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-center-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-center-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-center-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-center-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-center-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-center-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-center-end.flex-align-center {
  align-items: center;
}
.row-nowrap-center-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-center-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-center-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-center-end.flex-row {
  flex-direction: row;
}
.row-nowrap-center-end.flex-column {
  flex-direction: column;
}
.row-nowrap-center-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-center-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-center-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-center-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-center-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-center-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-center-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-center-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-center-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-center-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-center-end.flex-align-center {
  align-items: center;
}
.row-nowrap-center-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-center-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-center-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-between-end {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
  align-items: flex-end;
}
.row-nowrap-between-end.flex-row {
  flex-direction: row;
}
.row-nowrap-between-end.flex-column {
  flex-direction: column;
}
.row-nowrap-between-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-between-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-between-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-between-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-between-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-between-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-between-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-between-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-between-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-between-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-between-end.flex-align-center {
  align-items: center;
}
.row-nowrap-between-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-between-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-between-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-between-end.flex-row {
  flex-direction: row;
}
.row-nowrap-between-end.flex-column {
  flex-direction: column;
}
.row-nowrap-between-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-between-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-between-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-between-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-between-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-between-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-between-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-between-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-between-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-between-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-between-end.flex-align-center {
  align-items: center;
}
.row-nowrap-between-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-between-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-between-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-between-end.flex-row {
  flex-direction: row;
}
.row-nowrap-between-end.flex-column {
  flex-direction: column;
}
.row-nowrap-between-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-between-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-between-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-between-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-between-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-between-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-between-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-between-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-between-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-between-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-between-end.flex-align-center {
  align-items: center;
}
.row-nowrap-between-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-between-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-between-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-between-end.flex-row {
  flex-direction: row;
}
.row-nowrap-between-end.flex-column {
  flex-direction: column;
}
.row-nowrap-between-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-between-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-between-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-between-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-between-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-between-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-between-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-between-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-between-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-between-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-between-end.flex-align-center {
  align-items: center;
}
.row-nowrap-between-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-between-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-between-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-around-end {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  display: flex;
  align-items: flex-end;
}
.row-nowrap-around-end.flex-row {
  flex-direction: row;
}
.row-nowrap-around-end.flex-column {
  flex-direction: column;
}
.row-nowrap-around-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-around-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-around-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-around-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-around-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-around-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-around-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-around-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-around-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-around-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-around-end.flex-align-center {
  align-items: center;
}
.row-nowrap-around-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-around-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-around-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-around-end.flex-row {
  flex-direction: row;
}
.row-nowrap-around-end.flex-column {
  flex-direction: column;
}
.row-nowrap-around-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-around-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-around-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-around-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-around-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-around-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-around-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-around-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-around-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-around-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-around-end.flex-align-center {
  align-items: center;
}
.row-nowrap-around-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-around-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-around-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-around-end.flex-row {
  flex-direction: row;
}
.row-nowrap-around-end.flex-column {
  flex-direction: column;
}
.row-nowrap-around-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-around-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-around-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-around-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-around-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-around-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-around-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-around-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-around-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-around-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-around-end.flex-align-center {
  align-items: center;
}
.row-nowrap-around-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-around-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-around-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-around-end.flex-row {
  flex-direction: row;
}
.row-nowrap-around-end.flex-column {
  flex-direction: column;
}
.row-nowrap-around-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-around-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-around-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-around-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-around-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-around-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-around-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-around-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-around-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-around-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-around-end.flex-align-center {
  align-items: center;
}
.row-nowrap-around-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-around-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-around-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-end-end {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
}
.row-nowrap-flex-end-end.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-end-end.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-end-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-end-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-end-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-end-end.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-end-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-end-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-end-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-end-end.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-end-end.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-end-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-end-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-end-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-end-end.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-end-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-end-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-end-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-end-end.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-end-end.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-end-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-end-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-end-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-end-end.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-end-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-end-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-end-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-end-end.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-end-end.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-end-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-end-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-end-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-end-end.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-end-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-end-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-end-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-start-end {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  align-items: flex-end;
}
.row-nowrap-flex-start-end.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-start-end.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-start-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-start-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-start-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-start-end.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-start-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-start-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-start-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-start-end.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-start-end.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-start-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-start-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-start-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-start-end.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-start-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-start-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-start-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-start-end.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-start-end.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-start-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-start-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-start-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-start-end.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-start-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-start-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-start-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-flex-start-end.flex-row {
  flex-direction: row;
}
.row-nowrap-flex-start-end.flex-column {
  flex-direction: column;
}
.row-nowrap-flex-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-flex-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-flex-start-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-flex-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-flex-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-flex-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-flex-start-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-flex-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-flex-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-flex-start-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-flex-start-end.flex-align-center {
  align-items: center;
}
.row-nowrap-flex-start-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-flex-start-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-flex-start-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-end-end {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: end;
  display: flex;
  align-items: flex-end;
}
.row-nowrap-end-end.flex-row {
  flex-direction: row;
}
.row-nowrap-end-end.flex-column {
  flex-direction: column;
}
.row-nowrap-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-end-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-end-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-end-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-end-end.flex-align-center {
  align-items: center;
}
.row-nowrap-end-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-end-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-end-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-end-end.flex-row {
  flex-direction: row;
}
.row-nowrap-end-end.flex-column {
  flex-direction: column;
}
.row-nowrap-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-end-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-end-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-end-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-end-end.flex-align-center {
  align-items: center;
}
.row-nowrap-end-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-end-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-end-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-end-end.flex-row {
  flex-direction: row;
}
.row-nowrap-end-end.flex-column {
  flex-direction: column;
}
.row-nowrap-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-end-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-end-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-end-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-end-end.flex-align-center {
  align-items: center;
}
.row-nowrap-end-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-end-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-end-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-end-end.flex-row {
  flex-direction: row;
}
.row-nowrap-end-end.flex-column {
  flex-direction: column;
}
.row-nowrap-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-end-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-end-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-end-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-end-end.flex-align-center {
  align-items: center;
}
.row-nowrap-end-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-end-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-end-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-start-end {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
  display: flex;
  align-items: flex-end;
}
.row-nowrap-start-end.flex-row {
  flex-direction: row;
}
.row-nowrap-start-end.flex-column {
  flex-direction: column;
}
.row-nowrap-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-start-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-start-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-start-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-start-end.flex-align-center {
  align-items: center;
}
.row-nowrap-start-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-start-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-start-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-start-end.flex-row {
  flex-direction: row;
}
.row-nowrap-start-end.flex-column {
  flex-direction: column;
}
.row-nowrap-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-start-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-start-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-start-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-start-end.flex-align-center {
  align-items: center;
}
.row-nowrap-start-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-start-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-start-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-start-end.flex-row {
  flex-direction: row;
}
.row-nowrap-start-end.flex-column {
  flex-direction: column;
}
.row-nowrap-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-start-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-start-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-start-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-start-end.flex-align-center {
  align-items: center;
}
.row-nowrap-start-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-start-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-start-end.flex-align-initial {
  align-items: initial;
}
.row-nowrap-start-end.flex-row {
  flex-direction: row;
}
.row-nowrap-start-end.flex-column {
  flex-direction: column;
}
.row-nowrap-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.row-nowrap-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.row-nowrap-start-end.flex-justify-center {
  justify-content: center;
}
.row-nowrap-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.row-nowrap-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.row-nowrap-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.row-nowrap-start-end.flex-justify-initial {
  justify-content: initial;
}
.row-nowrap-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.row-nowrap-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.row-nowrap-start-end.flex-align-stretch {
  align-items: stretch;
}
.row-nowrap-start-end.flex-align-center {
  align-items: center;
}
.row-nowrap-start-end.flex-align-baseline {
  align-items: baseline;
}
.row-nowrap-start-end.flex-align-inherit {
  align-items: inherit;
}
.row-nowrap-start-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-left-center {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.col-wrap-left-center.flex-row {
  flex-direction: row;
}
.col-wrap-left-center.flex-column {
  flex-direction: column;
}
.col-wrap-left-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-left-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-left-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-left-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-left-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-left-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-left-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-left-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-left-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-left-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-left-center.flex-align-center {
  align-items: center;
}
.col-wrap-left-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-left-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-left-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-left-center.flex-row {
  flex-direction: row;
}
.col-wrap-left-center.flex-column {
  flex-direction: column;
}
.col-wrap-left-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-left-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-left-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-left-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-left-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-left-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-left-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-left-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-left-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-left-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-left-center.flex-align-center {
  align-items: center;
}
.col-wrap-left-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-left-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-left-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-left-center.flex-row {
  flex-direction: row;
}
.col-wrap-left-center.flex-column {
  flex-direction: column;
}
.col-wrap-left-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-left-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-left-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-left-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-left-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-left-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-left-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-left-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-left-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-left-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-left-center.flex-align-center {
  align-items: center;
}
.col-wrap-left-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-left-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-left-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-left-center.flex-row {
  flex-direction: row;
}
.col-wrap-left-center.flex-column {
  flex-direction: column;
}
.col-wrap-left-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-left-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-left-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-left-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-left-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-left-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-left-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-left-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-left-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-left-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-left-center.flex-align-center {
  align-items: center;
}
.col-wrap-left-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-left-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-left-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-right-center {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.col-wrap-right-center.flex-row {
  flex-direction: row;
}
.col-wrap-right-center.flex-column {
  flex-direction: column;
}
.col-wrap-right-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-right-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-right-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-right-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-right-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-right-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-right-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-right-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-right-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-right-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-right-center.flex-align-center {
  align-items: center;
}
.col-wrap-right-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-right-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-right-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-right-center.flex-row {
  flex-direction: row;
}
.col-wrap-right-center.flex-column {
  flex-direction: column;
}
.col-wrap-right-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-right-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-right-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-right-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-right-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-right-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-right-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-right-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-right-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-right-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-right-center.flex-align-center {
  align-items: center;
}
.col-wrap-right-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-right-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-right-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-right-center.flex-row {
  flex-direction: row;
}
.col-wrap-right-center.flex-column {
  flex-direction: column;
}
.col-wrap-right-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-right-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-right-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-right-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-right-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-right-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-right-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-right-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-right-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-right-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-right-center.flex-align-center {
  align-items: center;
}
.col-wrap-right-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-right-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-right-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-right-center.flex-row {
  flex-direction: row;
}
.col-wrap-right-center.flex-column {
  flex-direction: column;
}
.col-wrap-right-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-right-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-right-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-right-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-right-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-right-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-right-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-right-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-right-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-right-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-right-center.flex-align-center {
  align-items: center;
}
.col-wrap-right-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-right-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-right-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-center-center {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  align-items: center;
}
.col-wrap-center-center.flex-row {
  flex-direction: row;
}
.col-wrap-center-center.flex-column {
  flex-direction: column;
}
.col-wrap-center-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-center-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-center-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-center-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-center-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-center-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-center-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-center-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-center-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-center-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-center-center.flex-align-center {
  align-items: center;
}
.col-wrap-center-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-center-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-center-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-center-center.flex-row {
  flex-direction: row;
}
.col-wrap-center-center.flex-column {
  flex-direction: column;
}
.col-wrap-center-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-center-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-center-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-center-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-center-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-center-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-center-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-center-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-center-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-center-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-center-center.flex-align-center {
  align-items: center;
}
.col-wrap-center-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-center-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-center-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-center-center.flex-row {
  flex-direction: row;
}
.col-wrap-center-center.flex-column {
  flex-direction: column;
}
.col-wrap-center-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-center-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-center-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-center-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-center-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-center-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-center-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-center-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-center-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-center-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-center-center.flex-align-center {
  align-items: center;
}
.col-wrap-center-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-center-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-center-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-center-center.flex-row {
  flex-direction: row;
}
.col-wrap-center-center.flex-column {
  flex-direction: column;
}
.col-wrap-center-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-center-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-center-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-center-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-center-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-center-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-center-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-center-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-center-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-center-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-center-center.flex-align-center {
  align-items: center;
}
.col-wrap-center-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-center-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-center-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-between-center {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.col-wrap-between-center.flex-row {
  flex-direction: row;
}
.col-wrap-between-center.flex-column {
  flex-direction: column;
}
.col-wrap-between-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-between-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-between-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-between-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-between-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-between-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-between-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-between-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-between-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-between-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-between-center.flex-align-center {
  align-items: center;
}
.col-wrap-between-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-between-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-between-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-between-center.flex-row {
  flex-direction: row;
}
.col-wrap-between-center.flex-column {
  flex-direction: column;
}
.col-wrap-between-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-between-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-between-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-between-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-between-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-between-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-between-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-between-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-between-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-between-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-between-center.flex-align-center {
  align-items: center;
}
.col-wrap-between-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-between-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-between-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-between-center.flex-row {
  flex-direction: row;
}
.col-wrap-between-center.flex-column {
  flex-direction: column;
}
.col-wrap-between-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-between-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-between-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-between-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-between-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-between-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-between-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-between-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-between-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-between-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-between-center.flex-align-center {
  align-items: center;
}
.col-wrap-between-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-between-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-between-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-between-center.flex-row {
  flex-direction: row;
}
.col-wrap-between-center.flex-column {
  flex-direction: column;
}
.col-wrap-between-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-between-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-between-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-between-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-between-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-between-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-between-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-between-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-between-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-between-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-between-center.flex-align-center {
  align-items: center;
}
.col-wrap-between-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-between-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-between-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-around-center {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
  align-items: center;
}
.col-wrap-around-center.flex-row {
  flex-direction: row;
}
.col-wrap-around-center.flex-column {
  flex-direction: column;
}
.col-wrap-around-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-around-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-around-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-around-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-around-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-around-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-around-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-around-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-around-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-around-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-around-center.flex-align-center {
  align-items: center;
}
.col-wrap-around-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-around-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-around-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-around-center.flex-row {
  flex-direction: row;
}
.col-wrap-around-center.flex-column {
  flex-direction: column;
}
.col-wrap-around-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-around-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-around-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-around-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-around-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-around-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-around-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-around-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-around-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-around-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-around-center.flex-align-center {
  align-items: center;
}
.col-wrap-around-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-around-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-around-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-around-center.flex-row {
  flex-direction: row;
}
.col-wrap-around-center.flex-column {
  flex-direction: column;
}
.col-wrap-around-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-around-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-around-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-around-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-around-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-around-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-around-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-around-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-around-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-around-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-around-center.flex-align-center {
  align-items: center;
}
.col-wrap-around-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-around-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-around-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-around-center.flex-row {
  flex-direction: row;
}
.col-wrap-around-center.flex-column {
  flex-direction: column;
}
.col-wrap-around-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-around-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-around-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-around-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-around-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-around-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-around-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-around-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-around-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-around-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-around-center.flex-align-center {
  align-items: center;
}
.col-wrap-around-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-around-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-around-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-end-center {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.col-wrap-flex-end-center.flex-row {
  flex-direction: row;
}
.col-wrap-flex-end-center.flex-column {
  flex-direction: column;
}
.col-wrap-flex-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-end-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-end-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-end-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-end-center.flex-align-center {
  align-items: center;
}
.col-wrap-flex-end-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-end-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-end-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-end-center.flex-row {
  flex-direction: row;
}
.col-wrap-flex-end-center.flex-column {
  flex-direction: column;
}
.col-wrap-flex-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-end-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-end-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-end-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-end-center.flex-align-center {
  align-items: center;
}
.col-wrap-flex-end-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-end-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-end-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-end-center.flex-row {
  flex-direction: row;
}
.col-wrap-flex-end-center.flex-column {
  flex-direction: column;
}
.col-wrap-flex-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-end-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-end-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-end-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-end-center.flex-align-center {
  align-items: center;
}
.col-wrap-flex-end-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-end-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-end-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-end-center.flex-row {
  flex-direction: row;
}
.col-wrap-flex-end-center.flex-column {
  flex-direction: column;
}
.col-wrap-flex-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-end-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-end-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-end-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-end-center.flex-align-center {
  align-items: center;
}
.col-wrap-flex-end-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-end-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-end-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-start-center {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.col-wrap-flex-start-center.flex-row {
  flex-direction: row;
}
.col-wrap-flex-start-center.flex-column {
  flex-direction: column;
}
.col-wrap-flex-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-start-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-start-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-start-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-start-center.flex-align-center {
  align-items: center;
}
.col-wrap-flex-start-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-start-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-start-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-start-center.flex-row {
  flex-direction: row;
}
.col-wrap-flex-start-center.flex-column {
  flex-direction: column;
}
.col-wrap-flex-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-start-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-start-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-start-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-start-center.flex-align-center {
  align-items: center;
}
.col-wrap-flex-start-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-start-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-start-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-start-center.flex-row {
  flex-direction: row;
}
.col-wrap-flex-start-center.flex-column {
  flex-direction: column;
}
.col-wrap-flex-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-start-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-start-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-start-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-start-center.flex-align-center {
  align-items: center;
}
.col-wrap-flex-start-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-start-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-start-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-start-center.flex-row {
  flex-direction: row;
}
.col-wrap-flex-start-center.flex-column {
  flex-direction: column;
}
.col-wrap-flex-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-start-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-start-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-start-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-start-center.flex-align-center {
  align-items: center;
}
.col-wrap-flex-start-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-start-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-start-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-end-center {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: end;
  display: flex;
  align-items: center;
}
.col-wrap-end-center.flex-row {
  flex-direction: row;
}
.col-wrap-end-center.flex-column {
  flex-direction: column;
}
.col-wrap-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-end-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-end-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-end-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-end-center.flex-align-center {
  align-items: center;
}
.col-wrap-end-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-end-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-end-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-end-center.flex-row {
  flex-direction: row;
}
.col-wrap-end-center.flex-column {
  flex-direction: column;
}
.col-wrap-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-end-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-end-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-end-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-end-center.flex-align-center {
  align-items: center;
}
.col-wrap-end-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-end-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-end-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-end-center.flex-row {
  flex-direction: row;
}
.col-wrap-end-center.flex-column {
  flex-direction: column;
}
.col-wrap-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-end-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-end-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-end-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-end-center.flex-align-center {
  align-items: center;
}
.col-wrap-end-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-end-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-end-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-end-center.flex-row {
  flex-direction: row;
}
.col-wrap-end-center.flex-column {
  flex-direction: column;
}
.col-wrap-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-end-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-end-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-end-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-end-center.flex-align-center {
  align-items: center;
}
.col-wrap-end-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-end-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-end-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-start-center {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  display: flex;
  align-items: center;
}
.col-wrap-start-center.flex-row {
  flex-direction: row;
}
.col-wrap-start-center.flex-column {
  flex-direction: column;
}
.col-wrap-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-start-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-start-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-start-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-start-center.flex-align-center {
  align-items: center;
}
.col-wrap-start-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-start-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-start-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-start-center.flex-row {
  flex-direction: row;
}
.col-wrap-start-center.flex-column {
  flex-direction: column;
}
.col-wrap-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-start-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-start-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-start-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-start-center.flex-align-center {
  align-items: center;
}
.col-wrap-start-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-start-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-start-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-start-center.flex-row {
  flex-direction: row;
}
.col-wrap-start-center.flex-column {
  flex-direction: column;
}
.col-wrap-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-start-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-start-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-start-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-start-center.flex-align-center {
  align-items: center;
}
.col-wrap-start-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-start-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-start-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-start-center.flex-row {
  flex-direction: row;
}
.col-wrap-start-center.flex-column {
  flex-direction: column;
}
.col-wrap-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-start-center.flex-justify-center {
  justify-content: center;
}
.col-wrap-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-start-center.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-start-center.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-start-center.flex-align-center {
  align-items: center;
}
.col-wrap-start-center.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-start-center.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-start-center.flex-align-initial {
  align-items: initial;
}
.col-wrap-left-start {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  align-items: flex-start;
}
.col-wrap-left-start.flex-row {
  flex-direction: row;
}
.col-wrap-left-start.flex-column {
  flex-direction: column;
}
.col-wrap-left-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-left-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-left-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-left-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-left-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-left-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-left-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-left-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-left-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-left-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-left-start.flex-align-center {
  align-items: center;
}
.col-wrap-left-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-left-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-left-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-left-start.flex-row {
  flex-direction: row;
}
.col-wrap-left-start.flex-column {
  flex-direction: column;
}
.col-wrap-left-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-left-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-left-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-left-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-left-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-left-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-left-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-left-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-left-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-left-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-left-start.flex-align-center {
  align-items: center;
}
.col-wrap-left-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-left-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-left-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-left-start.flex-row {
  flex-direction: row;
}
.col-wrap-left-start.flex-column {
  flex-direction: column;
}
.col-wrap-left-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-left-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-left-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-left-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-left-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-left-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-left-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-left-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-left-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-left-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-left-start.flex-align-center {
  align-items: center;
}
.col-wrap-left-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-left-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-left-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-left-start.flex-row {
  flex-direction: row;
}
.col-wrap-left-start.flex-column {
  flex-direction: column;
}
.col-wrap-left-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-left-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-left-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-left-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-left-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-left-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-left-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-left-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-left-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-left-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-left-start.flex-align-center {
  align-items: center;
}
.col-wrap-left-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-left-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-left-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-right-start {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  align-items: flex-start;
}
.col-wrap-right-start.flex-row {
  flex-direction: row;
}
.col-wrap-right-start.flex-column {
  flex-direction: column;
}
.col-wrap-right-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-right-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-right-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-right-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-right-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-right-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-right-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-right-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-right-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-right-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-right-start.flex-align-center {
  align-items: center;
}
.col-wrap-right-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-right-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-right-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-right-start.flex-row {
  flex-direction: row;
}
.col-wrap-right-start.flex-column {
  flex-direction: column;
}
.col-wrap-right-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-right-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-right-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-right-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-right-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-right-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-right-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-right-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-right-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-right-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-right-start.flex-align-center {
  align-items: center;
}
.col-wrap-right-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-right-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-right-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-right-start.flex-row {
  flex-direction: row;
}
.col-wrap-right-start.flex-column {
  flex-direction: column;
}
.col-wrap-right-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-right-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-right-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-right-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-right-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-right-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-right-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-right-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-right-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-right-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-right-start.flex-align-center {
  align-items: center;
}
.col-wrap-right-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-right-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-right-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-right-start.flex-row {
  flex-direction: row;
}
.col-wrap-right-start.flex-column {
  flex-direction: column;
}
.col-wrap-right-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-right-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-right-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-right-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-right-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-right-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-right-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-right-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-right-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-right-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-right-start.flex-align-center {
  align-items: center;
}
.col-wrap-right-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-right-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-right-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-center-start {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  align-items: flex-start;
}
.col-wrap-center-start.flex-row {
  flex-direction: row;
}
.col-wrap-center-start.flex-column {
  flex-direction: column;
}
.col-wrap-center-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-center-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-center-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-center-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-center-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-center-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-center-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-center-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-center-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-center-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-center-start.flex-align-center {
  align-items: center;
}
.col-wrap-center-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-center-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-center-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-center-start.flex-row {
  flex-direction: row;
}
.col-wrap-center-start.flex-column {
  flex-direction: column;
}
.col-wrap-center-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-center-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-center-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-center-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-center-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-center-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-center-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-center-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-center-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-center-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-center-start.flex-align-center {
  align-items: center;
}
.col-wrap-center-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-center-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-center-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-center-start.flex-row {
  flex-direction: row;
}
.col-wrap-center-start.flex-column {
  flex-direction: column;
}
.col-wrap-center-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-center-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-center-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-center-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-center-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-center-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-center-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-center-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-center-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-center-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-center-start.flex-align-center {
  align-items: center;
}
.col-wrap-center-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-center-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-center-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-center-start.flex-row {
  flex-direction: row;
}
.col-wrap-center-start.flex-column {
  flex-direction: column;
}
.col-wrap-center-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-center-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-center-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-center-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-center-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-center-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-center-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-center-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-center-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-center-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-center-start.flex-align-center {
  align-items: center;
}
.col-wrap-center-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-center-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-center-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-between-start {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
.col-wrap-between-start.flex-row {
  flex-direction: row;
}
.col-wrap-between-start.flex-column {
  flex-direction: column;
}
.col-wrap-between-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-between-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-between-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-between-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-between-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-between-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-between-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-between-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-between-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-between-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-between-start.flex-align-center {
  align-items: center;
}
.col-wrap-between-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-between-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-between-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-between-start.flex-row {
  flex-direction: row;
}
.col-wrap-between-start.flex-column {
  flex-direction: column;
}
.col-wrap-between-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-between-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-between-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-between-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-between-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-between-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-between-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-between-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-between-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-between-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-between-start.flex-align-center {
  align-items: center;
}
.col-wrap-between-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-between-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-between-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-between-start.flex-row {
  flex-direction: row;
}
.col-wrap-between-start.flex-column {
  flex-direction: column;
}
.col-wrap-between-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-between-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-between-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-between-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-between-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-between-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-between-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-between-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-between-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-between-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-between-start.flex-align-center {
  align-items: center;
}
.col-wrap-between-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-between-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-between-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-between-start.flex-row {
  flex-direction: row;
}
.col-wrap-between-start.flex-column {
  flex-direction: column;
}
.col-wrap-between-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-between-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-between-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-between-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-between-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-between-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-between-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-between-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-between-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-between-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-between-start.flex-align-center {
  align-items: center;
}
.col-wrap-between-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-between-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-between-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-around-start {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
  align-items: flex-start;
}
.col-wrap-around-start.flex-row {
  flex-direction: row;
}
.col-wrap-around-start.flex-column {
  flex-direction: column;
}
.col-wrap-around-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-around-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-around-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-around-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-around-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-around-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-around-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-around-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-around-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-around-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-around-start.flex-align-center {
  align-items: center;
}
.col-wrap-around-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-around-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-around-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-around-start.flex-row {
  flex-direction: row;
}
.col-wrap-around-start.flex-column {
  flex-direction: column;
}
.col-wrap-around-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-around-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-around-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-around-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-around-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-around-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-around-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-around-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-around-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-around-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-around-start.flex-align-center {
  align-items: center;
}
.col-wrap-around-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-around-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-around-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-around-start.flex-row {
  flex-direction: row;
}
.col-wrap-around-start.flex-column {
  flex-direction: column;
}
.col-wrap-around-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-around-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-around-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-around-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-around-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-around-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-around-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-around-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-around-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-around-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-around-start.flex-align-center {
  align-items: center;
}
.col-wrap-around-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-around-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-around-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-around-start.flex-row {
  flex-direction: row;
}
.col-wrap-around-start.flex-column {
  flex-direction: column;
}
.col-wrap-around-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-around-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-around-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-around-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-around-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-around-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-around-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-around-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-around-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-around-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-around-start.flex-align-center {
  align-items: center;
}
.col-wrap-around-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-around-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-around-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-end-start {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  align-items: flex-start;
}
.col-wrap-flex-end-start.flex-row {
  flex-direction: row;
}
.col-wrap-flex-end-start.flex-column {
  flex-direction: column;
}
.col-wrap-flex-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-end-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-end-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-end-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-end-start.flex-align-center {
  align-items: center;
}
.col-wrap-flex-end-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-end-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-end-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-end-start.flex-row {
  flex-direction: row;
}
.col-wrap-flex-end-start.flex-column {
  flex-direction: column;
}
.col-wrap-flex-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-end-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-end-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-end-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-end-start.flex-align-center {
  align-items: center;
}
.col-wrap-flex-end-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-end-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-end-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-end-start.flex-row {
  flex-direction: row;
}
.col-wrap-flex-end-start.flex-column {
  flex-direction: column;
}
.col-wrap-flex-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-end-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-end-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-end-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-end-start.flex-align-center {
  align-items: center;
}
.col-wrap-flex-end-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-end-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-end-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-end-start.flex-row {
  flex-direction: row;
}
.col-wrap-flex-end-start.flex-column {
  flex-direction: column;
}
.col-wrap-flex-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-end-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-end-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-end-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-end-start.flex-align-center {
  align-items: center;
}
.col-wrap-flex-end-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-end-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-end-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-start-start {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  align-items: flex-start;
}
.col-wrap-flex-start-start.flex-row {
  flex-direction: row;
}
.col-wrap-flex-start-start.flex-column {
  flex-direction: column;
}
.col-wrap-flex-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-start-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-start-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-start-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-start-start.flex-align-center {
  align-items: center;
}
.col-wrap-flex-start-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-start-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-start-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-start-start.flex-row {
  flex-direction: row;
}
.col-wrap-flex-start-start.flex-column {
  flex-direction: column;
}
.col-wrap-flex-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-start-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-start-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-start-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-start-start.flex-align-center {
  align-items: center;
}
.col-wrap-flex-start-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-start-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-start-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-start-start.flex-row {
  flex-direction: row;
}
.col-wrap-flex-start-start.flex-column {
  flex-direction: column;
}
.col-wrap-flex-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-start-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-start-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-start-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-start-start.flex-align-center {
  align-items: center;
}
.col-wrap-flex-start-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-start-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-start-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-start-start.flex-row {
  flex-direction: row;
}
.col-wrap-flex-start-start.flex-column {
  flex-direction: column;
}
.col-wrap-flex-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-start-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-start-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-start-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-start-start.flex-align-center {
  align-items: center;
}
.col-wrap-flex-start-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-start-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-start-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-end-start {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: end;
  display: flex;
  align-items: flex-start;
}
.col-wrap-end-start.flex-row {
  flex-direction: row;
}
.col-wrap-end-start.flex-column {
  flex-direction: column;
}
.col-wrap-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-end-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-end-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-end-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-end-start.flex-align-center {
  align-items: center;
}
.col-wrap-end-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-end-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-end-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-end-start.flex-row {
  flex-direction: row;
}
.col-wrap-end-start.flex-column {
  flex-direction: column;
}
.col-wrap-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-end-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-end-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-end-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-end-start.flex-align-center {
  align-items: center;
}
.col-wrap-end-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-end-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-end-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-end-start.flex-row {
  flex-direction: row;
}
.col-wrap-end-start.flex-column {
  flex-direction: column;
}
.col-wrap-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-end-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-end-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-end-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-end-start.flex-align-center {
  align-items: center;
}
.col-wrap-end-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-end-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-end-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-end-start.flex-row {
  flex-direction: row;
}
.col-wrap-end-start.flex-column {
  flex-direction: column;
}
.col-wrap-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-end-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-end-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-end-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-end-start.flex-align-center {
  align-items: center;
}
.col-wrap-end-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-end-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-end-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-start-start {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  display: flex;
  align-items: flex-start;
}
.col-wrap-start-start.flex-row {
  flex-direction: row;
}
.col-wrap-start-start.flex-column {
  flex-direction: column;
}
.col-wrap-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-start-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-start-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-start-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-start-start.flex-align-center {
  align-items: center;
}
.col-wrap-start-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-start-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-start-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-start-start.flex-row {
  flex-direction: row;
}
.col-wrap-start-start.flex-column {
  flex-direction: column;
}
.col-wrap-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-start-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-start-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-start-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-start-start.flex-align-center {
  align-items: center;
}
.col-wrap-start-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-start-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-start-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-start-start.flex-row {
  flex-direction: row;
}
.col-wrap-start-start.flex-column {
  flex-direction: column;
}
.col-wrap-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-start-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-start-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-start-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-start-start.flex-align-center {
  align-items: center;
}
.col-wrap-start-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-start-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-start-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-start-start.flex-row {
  flex-direction: row;
}
.col-wrap-start-start.flex-column {
  flex-direction: column;
}
.col-wrap-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-start-start.flex-justify-center {
  justify-content: center;
}
.col-wrap-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-start-start.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-start-start.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-start-start.flex-align-center {
  align-items: center;
}
.col-wrap-start-start.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-start-start.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-start-start.flex-align-initial {
  align-items: initial;
}
.col-wrap-left-end {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  align-items: flex-end;
}
.col-wrap-left-end.flex-row {
  flex-direction: row;
}
.col-wrap-left-end.flex-column {
  flex-direction: column;
}
.col-wrap-left-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-left-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-left-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-left-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-left-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-left-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-left-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-left-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-left-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-left-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-left-end.flex-align-center {
  align-items: center;
}
.col-wrap-left-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-left-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-left-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-left-end.flex-row {
  flex-direction: row;
}
.col-wrap-left-end.flex-column {
  flex-direction: column;
}
.col-wrap-left-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-left-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-left-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-left-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-left-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-left-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-left-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-left-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-left-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-left-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-left-end.flex-align-center {
  align-items: center;
}
.col-wrap-left-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-left-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-left-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-left-end.flex-row {
  flex-direction: row;
}
.col-wrap-left-end.flex-column {
  flex-direction: column;
}
.col-wrap-left-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-left-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-left-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-left-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-left-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-left-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-left-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-left-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-left-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-left-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-left-end.flex-align-center {
  align-items: center;
}
.col-wrap-left-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-left-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-left-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-left-end.flex-row {
  flex-direction: row;
}
.col-wrap-left-end.flex-column {
  flex-direction: column;
}
.col-wrap-left-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-left-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-left-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-left-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-left-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-left-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-left-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-left-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-left-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-left-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-left-end.flex-align-center {
  align-items: center;
}
.col-wrap-left-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-left-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-left-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-right-end {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
}
.col-wrap-right-end.flex-row {
  flex-direction: row;
}
.col-wrap-right-end.flex-column {
  flex-direction: column;
}
.col-wrap-right-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-right-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-right-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-right-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-right-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-right-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-right-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-right-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-right-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-right-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-right-end.flex-align-center {
  align-items: center;
}
.col-wrap-right-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-right-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-right-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-right-end.flex-row {
  flex-direction: row;
}
.col-wrap-right-end.flex-column {
  flex-direction: column;
}
.col-wrap-right-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-right-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-right-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-right-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-right-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-right-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-right-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-right-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-right-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-right-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-right-end.flex-align-center {
  align-items: center;
}
.col-wrap-right-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-right-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-right-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-right-end.flex-row {
  flex-direction: row;
}
.col-wrap-right-end.flex-column {
  flex-direction: column;
}
.col-wrap-right-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-right-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-right-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-right-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-right-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-right-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-right-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-right-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-right-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-right-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-right-end.flex-align-center {
  align-items: center;
}
.col-wrap-right-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-right-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-right-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-right-end.flex-row {
  flex-direction: row;
}
.col-wrap-right-end.flex-column {
  flex-direction: column;
}
.col-wrap-right-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-right-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-right-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-right-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-right-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-right-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-right-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-right-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-right-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-right-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-right-end.flex-align-center {
  align-items: center;
}
.col-wrap-right-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-right-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-right-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-center-end {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.col-wrap-center-end.flex-row {
  flex-direction: row;
}
.col-wrap-center-end.flex-column {
  flex-direction: column;
}
.col-wrap-center-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-center-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-center-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-center-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-center-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-center-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-center-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-center-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-center-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-center-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-center-end.flex-align-center {
  align-items: center;
}
.col-wrap-center-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-center-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-center-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-center-end.flex-row {
  flex-direction: row;
}
.col-wrap-center-end.flex-column {
  flex-direction: column;
}
.col-wrap-center-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-center-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-center-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-center-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-center-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-center-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-center-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-center-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-center-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-center-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-center-end.flex-align-center {
  align-items: center;
}
.col-wrap-center-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-center-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-center-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-center-end.flex-row {
  flex-direction: row;
}
.col-wrap-center-end.flex-column {
  flex-direction: column;
}
.col-wrap-center-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-center-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-center-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-center-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-center-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-center-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-center-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-center-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-center-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-center-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-center-end.flex-align-center {
  align-items: center;
}
.col-wrap-center-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-center-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-center-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-center-end.flex-row {
  flex-direction: row;
}
.col-wrap-center-end.flex-column {
  flex-direction: column;
}
.col-wrap-center-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-center-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-center-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-center-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-center-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-center-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-center-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-center-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-center-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-center-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-center-end.flex-align-center {
  align-items: center;
}
.col-wrap-center-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-center-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-center-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-between-end {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  align-items: flex-end;
}
.col-wrap-between-end.flex-row {
  flex-direction: row;
}
.col-wrap-between-end.flex-column {
  flex-direction: column;
}
.col-wrap-between-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-between-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-between-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-between-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-between-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-between-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-between-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-between-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-between-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-between-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-between-end.flex-align-center {
  align-items: center;
}
.col-wrap-between-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-between-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-between-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-between-end.flex-row {
  flex-direction: row;
}
.col-wrap-between-end.flex-column {
  flex-direction: column;
}
.col-wrap-between-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-between-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-between-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-between-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-between-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-between-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-between-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-between-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-between-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-between-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-between-end.flex-align-center {
  align-items: center;
}
.col-wrap-between-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-between-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-between-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-between-end.flex-row {
  flex-direction: row;
}
.col-wrap-between-end.flex-column {
  flex-direction: column;
}
.col-wrap-between-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-between-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-between-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-between-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-between-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-between-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-between-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-between-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-between-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-between-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-between-end.flex-align-center {
  align-items: center;
}
.col-wrap-between-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-between-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-between-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-between-end.flex-row {
  flex-direction: row;
}
.col-wrap-between-end.flex-column {
  flex-direction: column;
}
.col-wrap-between-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-between-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-between-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-between-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-between-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-between-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-between-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-between-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-between-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-between-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-between-end.flex-align-center {
  align-items: center;
}
.col-wrap-between-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-between-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-between-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-around-end {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
  align-items: flex-end;
}
.col-wrap-around-end.flex-row {
  flex-direction: row;
}
.col-wrap-around-end.flex-column {
  flex-direction: column;
}
.col-wrap-around-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-around-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-around-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-around-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-around-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-around-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-around-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-around-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-around-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-around-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-around-end.flex-align-center {
  align-items: center;
}
.col-wrap-around-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-around-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-around-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-around-end.flex-row {
  flex-direction: row;
}
.col-wrap-around-end.flex-column {
  flex-direction: column;
}
.col-wrap-around-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-around-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-around-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-around-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-around-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-around-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-around-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-around-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-around-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-around-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-around-end.flex-align-center {
  align-items: center;
}
.col-wrap-around-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-around-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-around-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-around-end.flex-row {
  flex-direction: row;
}
.col-wrap-around-end.flex-column {
  flex-direction: column;
}
.col-wrap-around-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-around-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-around-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-around-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-around-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-around-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-around-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-around-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-around-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-around-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-around-end.flex-align-center {
  align-items: center;
}
.col-wrap-around-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-around-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-around-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-around-end.flex-row {
  flex-direction: row;
}
.col-wrap-around-end.flex-column {
  flex-direction: column;
}
.col-wrap-around-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-around-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-around-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-around-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-around-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-around-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-around-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-around-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-around-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-around-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-around-end.flex-align-center {
  align-items: center;
}
.col-wrap-around-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-around-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-around-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-end-end {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
}
.col-wrap-flex-end-end.flex-row {
  flex-direction: row;
}
.col-wrap-flex-end-end.flex-column {
  flex-direction: column;
}
.col-wrap-flex-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-end-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-end-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-end-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-end-end.flex-align-center {
  align-items: center;
}
.col-wrap-flex-end-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-end-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-end-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-end-end.flex-row {
  flex-direction: row;
}
.col-wrap-flex-end-end.flex-column {
  flex-direction: column;
}
.col-wrap-flex-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-end-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-end-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-end-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-end-end.flex-align-center {
  align-items: center;
}
.col-wrap-flex-end-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-end-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-end-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-end-end.flex-row {
  flex-direction: row;
}
.col-wrap-flex-end-end.flex-column {
  flex-direction: column;
}
.col-wrap-flex-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-end-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-end-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-end-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-end-end.flex-align-center {
  align-items: center;
}
.col-wrap-flex-end-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-end-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-end-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-end-end.flex-row {
  flex-direction: row;
}
.col-wrap-flex-end-end.flex-column {
  flex-direction: column;
}
.col-wrap-flex-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-end-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-end-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-end-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-end-end.flex-align-center {
  align-items: center;
}
.col-wrap-flex-end-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-end-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-end-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-start-end {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  align-items: flex-end;
}
.col-wrap-flex-start-end.flex-row {
  flex-direction: row;
}
.col-wrap-flex-start-end.flex-column {
  flex-direction: column;
}
.col-wrap-flex-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-start-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-start-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-start-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-start-end.flex-align-center {
  align-items: center;
}
.col-wrap-flex-start-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-start-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-start-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-start-end.flex-row {
  flex-direction: row;
}
.col-wrap-flex-start-end.flex-column {
  flex-direction: column;
}
.col-wrap-flex-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-start-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-start-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-start-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-start-end.flex-align-center {
  align-items: center;
}
.col-wrap-flex-start-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-start-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-start-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-start-end.flex-row {
  flex-direction: row;
}
.col-wrap-flex-start-end.flex-column {
  flex-direction: column;
}
.col-wrap-flex-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-start-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-start-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-start-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-start-end.flex-align-center {
  align-items: center;
}
.col-wrap-flex-start-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-start-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-start-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-flex-start-end.flex-row {
  flex-direction: row;
}
.col-wrap-flex-start-end.flex-column {
  flex-direction: column;
}
.col-wrap-flex-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-flex-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-flex-start-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-flex-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-flex-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-flex-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-flex-start-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-flex-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-flex-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-flex-start-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-flex-start-end.flex-align-center {
  align-items: center;
}
.col-wrap-flex-start-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-flex-start-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-flex-start-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-end-end {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: end;
  display: flex;
  align-items: flex-end;
}
.col-wrap-end-end.flex-row {
  flex-direction: row;
}
.col-wrap-end-end.flex-column {
  flex-direction: column;
}
.col-wrap-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-end-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-end-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-end-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-end-end.flex-align-center {
  align-items: center;
}
.col-wrap-end-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-end-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-end-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-end-end.flex-row {
  flex-direction: row;
}
.col-wrap-end-end.flex-column {
  flex-direction: column;
}
.col-wrap-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-end-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-end-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-end-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-end-end.flex-align-center {
  align-items: center;
}
.col-wrap-end-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-end-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-end-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-end-end.flex-row {
  flex-direction: row;
}
.col-wrap-end-end.flex-column {
  flex-direction: column;
}
.col-wrap-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-end-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-end-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-end-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-end-end.flex-align-center {
  align-items: center;
}
.col-wrap-end-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-end-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-end-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-end-end.flex-row {
  flex-direction: row;
}
.col-wrap-end-end.flex-column {
  flex-direction: column;
}
.col-wrap-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-end-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-end-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-end-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-end-end.flex-align-center {
  align-items: center;
}
.col-wrap-end-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-end-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-end-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-start-end {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  display: flex;
  align-items: flex-end;
}
.col-wrap-start-end.flex-row {
  flex-direction: row;
}
.col-wrap-start-end.flex-column {
  flex-direction: column;
}
.col-wrap-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-start-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-start-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-start-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-start-end.flex-align-center {
  align-items: center;
}
.col-wrap-start-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-start-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-start-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-start-end.flex-row {
  flex-direction: row;
}
.col-wrap-start-end.flex-column {
  flex-direction: column;
}
.col-wrap-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-start-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-start-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-start-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-start-end.flex-align-center {
  align-items: center;
}
.col-wrap-start-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-start-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-start-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-start-end.flex-row {
  flex-direction: row;
}
.col-wrap-start-end.flex-column {
  flex-direction: column;
}
.col-wrap-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-start-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-start-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-start-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-start-end.flex-align-center {
  align-items: center;
}
.col-wrap-start-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-start-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-start-end.flex-align-initial {
  align-items: initial;
}
.col-wrap-start-end.flex-row {
  flex-direction: row;
}
.col-wrap-start-end.flex-column {
  flex-direction: column;
}
.col-wrap-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-wrap-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-wrap-start-end.flex-justify-center {
  justify-content: center;
}
.col-wrap-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-wrap-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-wrap-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-wrap-start-end.flex-justify-initial {
  justify-content: initial;
}
.col-wrap-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-wrap-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-wrap-start-end.flex-align-stretch {
  align-items: stretch;
}
.col-wrap-start-end.flex-align-center {
  align-items: center;
}
.col-wrap-start-end.flex-align-baseline {
  align-items: baseline;
}
.col-wrap-start-end.flex-align-inherit {
  align-items: inherit;
}
.col-wrap-start-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-left-center {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.col-nowrap-left-center.flex-row {
  flex-direction: row;
}
.col-nowrap-left-center.flex-column {
  flex-direction: column;
}
.col-nowrap-left-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-left-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-left-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-left-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-left-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-left-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-left-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-left-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-left-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-left-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-left-center.flex-align-center {
  align-items: center;
}
.col-nowrap-left-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-left-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-left-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-left-center.flex-row {
  flex-direction: row;
}
.col-nowrap-left-center.flex-column {
  flex-direction: column;
}
.col-nowrap-left-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-left-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-left-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-left-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-left-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-left-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-left-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-left-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-left-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-left-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-left-center.flex-align-center {
  align-items: center;
}
.col-nowrap-left-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-left-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-left-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-left-center.flex-row {
  flex-direction: row;
}
.col-nowrap-left-center.flex-column {
  flex-direction: column;
}
.col-nowrap-left-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-left-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-left-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-left-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-left-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-left-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-left-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-left-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-left-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-left-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-left-center.flex-align-center {
  align-items: center;
}
.col-nowrap-left-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-left-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-left-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-left-center.flex-row {
  flex-direction: row;
}
.col-nowrap-left-center.flex-column {
  flex-direction: column;
}
.col-nowrap-left-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-left-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-left-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-left-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-left-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-left-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-left-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-left-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-left-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-left-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-left-center.flex-align-center {
  align-items: center;
}
.col-nowrap-left-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-left-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-left-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-right-center {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.col-nowrap-right-center.flex-row {
  flex-direction: row;
}
.col-nowrap-right-center.flex-column {
  flex-direction: column;
}
.col-nowrap-right-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-right-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-right-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-right-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-right-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-right-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-right-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-right-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-right-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-right-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-right-center.flex-align-center {
  align-items: center;
}
.col-nowrap-right-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-right-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-right-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-right-center.flex-row {
  flex-direction: row;
}
.col-nowrap-right-center.flex-column {
  flex-direction: column;
}
.col-nowrap-right-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-right-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-right-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-right-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-right-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-right-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-right-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-right-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-right-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-right-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-right-center.flex-align-center {
  align-items: center;
}
.col-nowrap-right-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-right-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-right-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-right-center.flex-row {
  flex-direction: row;
}
.col-nowrap-right-center.flex-column {
  flex-direction: column;
}
.col-nowrap-right-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-right-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-right-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-right-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-right-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-right-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-right-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-right-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-right-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-right-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-right-center.flex-align-center {
  align-items: center;
}
.col-nowrap-right-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-right-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-right-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-right-center.flex-row {
  flex-direction: row;
}
.col-nowrap-right-center.flex-column {
  flex-direction: column;
}
.col-nowrap-right-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-right-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-right-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-right-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-right-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-right-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-right-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-right-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-right-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-right-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-right-center.flex-align-center {
  align-items: center;
}
.col-nowrap-right-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-right-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-right-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-center-center {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
  align-items: center;
}
.col-nowrap-center-center.flex-row {
  flex-direction: row;
}
.col-nowrap-center-center.flex-column {
  flex-direction: column;
}
.col-nowrap-center-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-center-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-center-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-center-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-center-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-center-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-center-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-center-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-center-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-center-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-center-center.flex-align-center {
  align-items: center;
}
.col-nowrap-center-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-center-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-center-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-center-center.flex-row {
  flex-direction: row;
}
.col-nowrap-center-center.flex-column {
  flex-direction: column;
}
.col-nowrap-center-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-center-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-center-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-center-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-center-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-center-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-center-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-center-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-center-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-center-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-center-center.flex-align-center {
  align-items: center;
}
.col-nowrap-center-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-center-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-center-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-center-center.flex-row {
  flex-direction: row;
}
.col-nowrap-center-center.flex-column {
  flex-direction: column;
}
.col-nowrap-center-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-center-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-center-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-center-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-center-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-center-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-center-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-center-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-center-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-center-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-center-center.flex-align-center {
  align-items: center;
}
.col-nowrap-center-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-center-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-center-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-center-center.flex-row {
  flex-direction: row;
}
.col-nowrap-center-center.flex-column {
  flex-direction: column;
}
.col-nowrap-center-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-center-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-center-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-center-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-center-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-center-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-center-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-center-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-center-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-center-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-center-center.flex-align-center {
  align-items: center;
}
.col-nowrap-center-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-center-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-center-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-between-center {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.col-nowrap-between-center.flex-row {
  flex-direction: row;
}
.col-nowrap-between-center.flex-column {
  flex-direction: column;
}
.col-nowrap-between-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-between-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-between-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-between-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-between-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-between-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-between-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-between-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-between-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-between-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-between-center.flex-align-center {
  align-items: center;
}
.col-nowrap-between-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-between-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-between-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-between-center.flex-row {
  flex-direction: row;
}
.col-nowrap-between-center.flex-column {
  flex-direction: column;
}
.col-nowrap-between-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-between-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-between-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-between-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-between-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-between-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-between-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-between-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-between-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-between-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-between-center.flex-align-center {
  align-items: center;
}
.col-nowrap-between-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-between-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-between-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-between-center.flex-row {
  flex-direction: row;
}
.col-nowrap-between-center.flex-column {
  flex-direction: column;
}
.col-nowrap-between-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-between-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-between-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-between-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-between-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-between-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-between-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-between-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-between-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-between-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-between-center.flex-align-center {
  align-items: center;
}
.col-nowrap-between-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-between-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-between-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-between-center.flex-row {
  flex-direction: row;
}
.col-nowrap-between-center.flex-column {
  flex-direction: column;
}
.col-nowrap-between-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-between-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-between-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-between-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-between-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-between-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-between-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-between-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-between-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-between-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-between-center.flex-align-center {
  align-items: center;
}
.col-nowrap-between-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-between-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-between-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-around-center {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  display: flex;
  align-items: center;
}
.col-nowrap-around-center.flex-row {
  flex-direction: row;
}
.col-nowrap-around-center.flex-column {
  flex-direction: column;
}
.col-nowrap-around-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-around-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-around-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-around-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-around-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-around-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-around-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-around-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-around-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-around-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-around-center.flex-align-center {
  align-items: center;
}
.col-nowrap-around-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-around-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-around-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-around-center.flex-row {
  flex-direction: row;
}
.col-nowrap-around-center.flex-column {
  flex-direction: column;
}
.col-nowrap-around-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-around-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-around-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-around-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-around-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-around-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-around-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-around-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-around-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-around-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-around-center.flex-align-center {
  align-items: center;
}
.col-nowrap-around-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-around-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-around-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-around-center.flex-row {
  flex-direction: row;
}
.col-nowrap-around-center.flex-column {
  flex-direction: column;
}
.col-nowrap-around-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-around-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-around-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-around-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-around-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-around-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-around-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-around-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-around-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-around-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-around-center.flex-align-center {
  align-items: center;
}
.col-nowrap-around-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-around-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-around-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-around-center.flex-row {
  flex-direction: row;
}
.col-nowrap-around-center.flex-column {
  flex-direction: column;
}
.col-nowrap-around-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-around-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-around-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-around-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-around-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-around-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-around-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-around-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-around-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-around-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-around-center.flex-align-center {
  align-items: center;
}
.col-nowrap-around-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-around-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-around-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-end-center {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.col-nowrap-flex-end-center.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-end-center.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-end-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-end-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-end-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-end-center.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-end-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-end-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-end-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-end-center.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-end-center.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-end-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-end-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-end-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-end-center.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-end-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-end-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-end-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-end-center.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-end-center.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-end-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-end-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-end-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-end-center.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-end-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-end-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-end-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-end-center.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-end-center.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-end-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-end-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-end-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-end-center.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-end-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-end-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-end-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-start-center {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.col-nowrap-flex-start-center.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-start-center.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-start-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-start-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-start-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-start-center.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-start-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-start-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-start-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-start-center.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-start-center.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-start-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-start-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-start-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-start-center.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-start-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-start-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-start-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-start-center.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-start-center.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-start-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-start-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-start-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-start-center.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-start-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-start-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-start-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-start-center.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-start-center.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-start-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-start-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-start-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-start-center.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-start-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-start-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-start-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-end-center {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: end;
  display: flex;
  align-items: center;
}
.col-nowrap-end-center.flex-row {
  flex-direction: row;
}
.col-nowrap-end-center.flex-column {
  flex-direction: column;
}
.col-nowrap-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-end-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-end-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-end-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-end-center.flex-align-center {
  align-items: center;
}
.col-nowrap-end-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-end-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-end-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-end-center.flex-row {
  flex-direction: row;
}
.col-nowrap-end-center.flex-column {
  flex-direction: column;
}
.col-nowrap-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-end-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-end-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-end-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-end-center.flex-align-center {
  align-items: center;
}
.col-nowrap-end-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-end-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-end-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-end-center.flex-row {
  flex-direction: row;
}
.col-nowrap-end-center.flex-column {
  flex-direction: column;
}
.col-nowrap-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-end-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-end-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-end-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-end-center.flex-align-center {
  align-items: center;
}
.col-nowrap-end-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-end-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-end-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-end-center.flex-row {
  flex-direction: row;
}
.col-nowrap-end-center.flex-column {
  flex-direction: column;
}
.col-nowrap-end-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-end-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-end-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-end-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-end-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-end-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-end-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-end-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-end-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-end-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-end-center.flex-align-center {
  align-items: center;
}
.col-nowrap-end-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-end-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-end-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-start-center {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  display: flex;
  align-items: center;
}
.col-nowrap-start-center.flex-row {
  flex-direction: row;
}
.col-nowrap-start-center.flex-column {
  flex-direction: column;
}
.col-nowrap-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-start-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-start-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-start-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-start-center.flex-align-center {
  align-items: center;
}
.col-nowrap-start-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-start-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-start-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-start-center.flex-row {
  flex-direction: row;
}
.col-nowrap-start-center.flex-column {
  flex-direction: column;
}
.col-nowrap-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-start-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-start-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-start-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-start-center.flex-align-center {
  align-items: center;
}
.col-nowrap-start-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-start-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-start-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-start-center.flex-row {
  flex-direction: row;
}
.col-nowrap-start-center.flex-column {
  flex-direction: column;
}
.col-nowrap-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-start-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-start-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-start-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-start-center.flex-align-center {
  align-items: center;
}
.col-nowrap-start-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-start-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-start-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-start-center.flex-row {
  flex-direction: row;
}
.col-nowrap-start-center.flex-column {
  flex-direction: column;
}
.col-nowrap-start-center.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-start-center.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-start-center.flex-justify-center {
  justify-content: center;
}
.col-nowrap-start-center.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-start-center.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-start-center.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-start-center.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-start-center.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-start-center.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-start-center.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-start-center.flex-align-center {
  align-items: center;
}
.col-nowrap-start-center.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-start-center.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-start-center.flex-align-initial {
  align-items: initial;
}
.col-nowrap-left-start {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  align-items: flex-start;
}
.col-nowrap-left-start.flex-row {
  flex-direction: row;
}
.col-nowrap-left-start.flex-column {
  flex-direction: column;
}
.col-nowrap-left-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-left-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-left-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-left-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-left-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-left-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-left-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-left-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-left-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-left-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-left-start.flex-align-center {
  align-items: center;
}
.col-nowrap-left-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-left-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-left-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-left-start.flex-row {
  flex-direction: row;
}
.col-nowrap-left-start.flex-column {
  flex-direction: column;
}
.col-nowrap-left-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-left-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-left-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-left-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-left-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-left-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-left-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-left-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-left-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-left-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-left-start.flex-align-center {
  align-items: center;
}
.col-nowrap-left-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-left-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-left-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-left-start.flex-row {
  flex-direction: row;
}
.col-nowrap-left-start.flex-column {
  flex-direction: column;
}
.col-nowrap-left-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-left-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-left-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-left-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-left-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-left-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-left-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-left-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-left-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-left-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-left-start.flex-align-center {
  align-items: center;
}
.col-nowrap-left-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-left-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-left-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-left-start.flex-row {
  flex-direction: row;
}
.col-nowrap-left-start.flex-column {
  flex-direction: column;
}
.col-nowrap-left-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-left-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-left-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-left-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-left-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-left-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-left-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-left-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-left-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-left-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-left-start.flex-align-center {
  align-items: center;
}
.col-nowrap-left-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-left-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-left-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-right-start {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  display: flex;
  align-items: flex-start;
}
.col-nowrap-right-start.flex-row {
  flex-direction: row;
}
.col-nowrap-right-start.flex-column {
  flex-direction: column;
}
.col-nowrap-right-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-right-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-right-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-right-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-right-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-right-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-right-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-right-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-right-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-right-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-right-start.flex-align-center {
  align-items: center;
}
.col-nowrap-right-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-right-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-right-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-right-start.flex-row {
  flex-direction: row;
}
.col-nowrap-right-start.flex-column {
  flex-direction: column;
}
.col-nowrap-right-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-right-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-right-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-right-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-right-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-right-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-right-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-right-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-right-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-right-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-right-start.flex-align-center {
  align-items: center;
}
.col-nowrap-right-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-right-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-right-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-right-start.flex-row {
  flex-direction: row;
}
.col-nowrap-right-start.flex-column {
  flex-direction: column;
}
.col-nowrap-right-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-right-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-right-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-right-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-right-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-right-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-right-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-right-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-right-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-right-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-right-start.flex-align-center {
  align-items: center;
}
.col-nowrap-right-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-right-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-right-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-right-start.flex-row {
  flex-direction: row;
}
.col-nowrap-right-start.flex-column {
  flex-direction: column;
}
.col-nowrap-right-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-right-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-right-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-right-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-right-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-right-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-right-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-right-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-right-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-right-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-right-start.flex-align-center {
  align-items: center;
}
.col-nowrap-right-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-right-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-right-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-center-start {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
  align-items: flex-start;
}
.col-nowrap-center-start.flex-row {
  flex-direction: row;
}
.col-nowrap-center-start.flex-column {
  flex-direction: column;
}
.col-nowrap-center-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-center-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-center-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-center-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-center-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-center-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-center-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-center-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-center-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-center-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-center-start.flex-align-center {
  align-items: center;
}
.col-nowrap-center-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-center-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-center-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-center-start.flex-row {
  flex-direction: row;
}
.col-nowrap-center-start.flex-column {
  flex-direction: column;
}
.col-nowrap-center-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-center-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-center-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-center-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-center-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-center-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-center-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-center-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-center-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-center-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-center-start.flex-align-center {
  align-items: center;
}
.col-nowrap-center-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-center-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-center-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-center-start.flex-row {
  flex-direction: row;
}
.col-nowrap-center-start.flex-column {
  flex-direction: column;
}
.col-nowrap-center-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-center-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-center-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-center-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-center-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-center-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-center-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-center-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-center-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-center-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-center-start.flex-align-center {
  align-items: center;
}
.col-nowrap-center-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-center-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-center-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-center-start.flex-row {
  flex-direction: row;
}
.col-nowrap-center-start.flex-column {
  flex-direction: column;
}
.col-nowrap-center-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-center-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-center-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-center-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-center-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-center-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-center-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-center-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-center-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-center-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-center-start.flex-align-center {
  align-items: center;
}
.col-nowrap-center-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-center-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-center-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-between-start {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
.col-nowrap-between-start.flex-row {
  flex-direction: row;
}
.col-nowrap-between-start.flex-column {
  flex-direction: column;
}
.col-nowrap-between-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-between-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-between-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-between-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-between-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-between-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-between-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-between-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-between-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-between-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-between-start.flex-align-center {
  align-items: center;
}
.col-nowrap-between-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-between-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-between-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-between-start.flex-row {
  flex-direction: row;
}
.col-nowrap-between-start.flex-column {
  flex-direction: column;
}
.col-nowrap-between-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-between-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-between-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-between-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-between-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-between-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-between-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-between-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-between-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-between-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-between-start.flex-align-center {
  align-items: center;
}
.col-nowrap-between-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-between-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-between-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-between-start.flex-row {
  flex-direction: row;
}
.col-nowrap-between-start.flex-column {
  flex-direction: column;
}
.col-nowrap-between-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-between-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-between-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-between-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-between-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-between-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-between-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-between-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-between-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-between-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-between-start.flex-align-center {
  align-items: center;
}
.col-nowrap-between-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-between-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-between-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-between-start.flex-row {
  flex-direction: row;
}
.col-nowrap-between-start.flex-column {
  flex-direction: column;
}
.col-nowrap-between-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-between-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-between-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-between-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-between-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-between-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-between-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-between-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-between-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-between-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-between-start.flex-align-center {
  align-items: center;
}
.col-nowrap-between-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-between-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-between-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-around-start {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  display: flex;
  align-items: flex-start;
}
.col-nowrap-around-start.flex-row {
  flex-direction: row;
}
.col-nowrap-around-start.flex-column {
  flex-direction: column;
}
.col-nowrap-around-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-around-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-around-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-around-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-around-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-around-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-around-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-around-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-around-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-around-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-around-start.flex-align-center {
  align-items: center;
}
.col-nowrap-around-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-around-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-around-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-around-start.flex-row {
  flex-direction: row;
}
.col-nowrap-around-start.flex-column {
  flex-direction: column;
}
.col-nowrap-around-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-around-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-around-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-around-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-around-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-around-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-around-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-around-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-around-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-around-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-around-start.flex-align-center {
  align-items: center;
}
.col-nowrap-around-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-around-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-around-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-around-start.flex-row {
  flex-direction: row;
}
.col-nowrap-around-start.flex-column {
  flex-direction: column;
}
.col-nowrap-around-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-around-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-around-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-around-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-around-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-around-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-around-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-around-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-around-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-around-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-around-start.flex-align-center {
  align-items: center;
}
.col-nowrap-around-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-around-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-around-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-around-start.flex-row {
  flex-direction: row;
}
.col-nowrap-around-start.flex-column {
  flex-direction: column;
}
.col-nowrap-around-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-around-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-around-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-around-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-around-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-around-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-around-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-around-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-around-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-around-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-around-start.flex-align-center {
  align-items: center;
}
.col-nowrap-around-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-around-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-around-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-end-start {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  display: flex;
  align-items: flex-start;
}
.col-nowrap-flex-end-start.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-end-start.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-end-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-end-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-end-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-end-start.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-end-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-end-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-end-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-end-start.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-end-start.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-end-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-end-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-end-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-end-start.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-end-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-end-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-end-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-end-start.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-end-start.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-end-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-end-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-end-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-end-start.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-end-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-end-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-end-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-end-start.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-end-start.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-end-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-end-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-end-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-end-start.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-end-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-end-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-end-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-start-start {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  align-items: flex-start;
}
.col-nowrap-flex-start-start.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-start-start.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-start-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-start-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-start-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-start-start.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-start-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-start-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-start-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-start-start.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-start-start.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-start-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-start-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-start-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-start-start.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-start-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-start-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-start-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-start-start.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-start-start.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-start-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-start-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-start-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-start-start.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-start-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-start-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-start-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-start-start.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-start-start.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-start-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-start-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-start-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-start-start.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-start-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-start-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-start-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-end-start {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: end;
  display: flex;
  align-items: flex-start;
}
.col-nowrap-end-start.flex-row {
  flex-direction: row;
}
.col-nowrap-end-start.flex-column {
  flex-direction: column;
}
.col-nowrap-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-end-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-end-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-end-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-end-start.flex-align-center {
  align-items: center;
}
.col-nowrap-end-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-end-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-end-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-end-start.flex-row {
  flex-direction: row;
}
.col-nowrap-end-start.flex-column {
  flex-direction: column;
}
.col-nowrap-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-end-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-end-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-end-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-end-start.flex-align-center {
  align-items: center;
}
.col-nowrap-end-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-end-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-end-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-end-start.flex-row {
  flex-direction: row;
}
.col-nowrap-end-start.flex-column {
  flex-direction: column;
}
.col-nowrap-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-end-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-end-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-end-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-end-start.flex-align-center {
  align-items: center;
}
.col-nowrap-end-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-end-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-end-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-end-start.flex-row {
  flex-direction: row;
}
.col-nowrap-end-start.flex-column {
  flex-direction: column;
}
.col-nowrap-end-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-end-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-end-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-end-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-end-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-end-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-end-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-end-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-end-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-end-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-end-start.flex-align-center {
  align-items: center;
}
.col-nowrap-end-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-end-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-end-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-start-start {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  display: flex;
  align-items: flex-start;
}
.col-nowrap-start-start.flex-row {
  flex-direction: row;
}
.col-nowrap-start-start.flex-column {
  flex-direction: column;
}
.col-nowrap-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-start-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-start-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-start-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-start-start.flex-align-center {
  align-items: center;
}
.col-nowrap-start-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-start-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-start-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-start-start.flex-row {
  flex-direction: row;
}
.col-nowrap-start-start.flex-column {
  flex-direction: column;
}
.col-nowrap-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-start-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-start-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-start-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-start-start.flex-align-center {
  align-items: center;
}
.col-nowrap-start-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-start-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-start-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-start-start.flex-row {
  flex-direction: row;
}
.col-nowrap-start-start.flex-column {
  flex-direction: column;
}
.col-nowrap-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-start-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-start-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-start-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-start-start.flex-align-center {
  align-items: center;
}
.col-nowrap-start-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-start-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-start-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-start-start.flex-row {
  flex-direction: row;
}
.col-nowrap-start-start.flex-column {
  flex-direction: column;
}
.col-nowrap-start-start.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-start-start.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-start-start.flex-justify-center {
  justify-content: center;
}
.col-nowrap-start-start.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-start-start.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-start-start.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-start-start.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-start-start.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-start-start.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-start-start.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-start-start.flex-align-center {
  align-items: center;
}
.col-nowrap-start-start.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-start-start.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-start-start.flex-align-initial {
  align-items: initial;
}
.col-nowrap-left-end {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  align-items: flex-end;
}
.col-nowrap-left-end.flex-row {
  flex-direction: row;
}
.col-nowrap-left-end.flex-column {
  flex-direction: column;
}
.col-nowrap-left-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-left-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-left-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-left-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-left-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-left-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-left-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-left-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-left-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-left-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-left-end.flex-align-center {
  align-items: center;
}
.col-nowrap-left-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-left-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-left-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-left-end.flex-row {
  flex-direction: row;
}
.col-nowrap-left-end.flex-column {
  flex-direction: column;
}
.col-nowrap-left-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-left-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-left-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-left-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-left-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-left-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-left-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-left-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-left-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-left-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-left-end.flex-align-center {
  align-items: center;
}
.col-nowrap-left-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-left-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-left-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-left-end.flex-row {
  flex-direction: row;
}
.col-nowrap-left-end.flex-column {
  flex-direction: column;
}
.col-nowrap-left-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-left-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-left-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-left-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-left-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-left-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-left-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-left-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-left-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-left-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-left-end.flex-align-center {
  align-items: center;
}
.col-nowrap-left-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-left-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-left-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-left-end.flex-row {
  flex-direction: row;
}
.col-nowrap-left-end.flex-column {
  flex-direction: column;
}
.col-nowrap-left-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-left-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-left-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-left-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-left-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-left-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-left-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-left-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-left-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-left-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-left-end.flex-align-center {
  align-items: center;
}
.col-nowrap-left-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-left-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-left-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-right-end {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
}
.col-nowrap-right-end.flex-row {
  flex-direction: row;
}
.col-nowrap-right-end.flex-column {
  flex-direction: column;
}
.col-nowrap-right-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-right-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-right-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-right-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-right-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-right-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-right-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-right-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-right-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-right-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-right-end.flex-align-center {
  align-items: center;
}
.col-nowrap-right-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-right-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-right-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-right-end.flex-row {
  flex-direction: row;
}
.col-nowrap-right-end.flex-column {
  flex-direction: column;
}
.col-nowrap-right-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-right-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-right-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-right-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-right-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-right-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-right-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-right-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-right-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-right-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-right-end.flex-align-center {
  align-items: center;
}
.col-nowrap-right-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-right-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-right-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-right-end.flex-row {
  flex-direction: row;
}
.col-nowrap-right-end.flex-column {
  flex-direction: column;
}
.col-nowrap-right-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-right-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-right-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-right-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-right-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-right-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-right-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-right-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-right-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-right-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-right-end.flex-align-center {
  align-items: center;
}
.col-nowrap-right-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-right-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-right-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-right-end.flex-row {
  flex-direction: row;
}
.col-nowrap-right-end.flex-column {
  flex-direction: column;
}
.col-nowrap-right-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-right-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-right-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-right-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-right-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-right-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-right-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-right-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-right-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-right-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-right-end.flex-align-center {
  align-items: center;
}
.col-nowrap-right-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-right-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-right-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-center-end {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  display: flex;
  align-items: flex-end;
}
.col-nowrap-center-end.flex-row {
  flex-direction: row;
}
.col-nowrap-center-end.flex-column {
  flex-direction: column;
}
.col-nowrap-center-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-center-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-center-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-center-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-center-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-center-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-center-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-center-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-center-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-center-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-center-end.flex-align-center {
  align-items: center;
}
.col-nowrap-center-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-center-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-center-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-center-end.flex-row {
  flex-direction: row;
}
.col-nowrap-center-end.flex-column {
  flex-direction: column;
}
.col-nowrap-center-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-center-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-center-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-center-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-center-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-center-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-center-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-center-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-center-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-center-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-center-end.flex-align-center {
  align-items: center;
}
.col-nowrap-center-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-center-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-center-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-center-end.flex-row {
  flex-direction: row;
}
.col-nowrap-center-end.flex-column {
  flex-direction: column;
}
.col-nowrap-center-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-center-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-center-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-center-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-center-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-center-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-center-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-center-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-center-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-center-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-center-end.flex-align-center {
  align-items: center;
}
.col-nowrap-center-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-center-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-center-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-center-end.flex-row {
  flex-direction: row;
}
.col-nowrap-center-end.flex-column {
  flex-direction: column;
}
.col-nowrap-center-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-center-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-center-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-center-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-center-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-center-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-center-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-center-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-center-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-center-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-center-end.flex-align-center {
  align-items: center;
}
.col-nowrap-center-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-center-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-center-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-between-end {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
  align-items: flex-end;
}
.col-nowrap-between-end.flex-row {
  flex-direction: row;
}
.col-nowrap-between-end.flex-column {
  flex-direction: column;
}
.col-nowrap-between-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-between-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-between-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-between-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-between-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-between-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-between-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-between-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-between-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-between-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-between-end.flex-align-center {
  align-items: center;
}
.col-nowrap-between-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-between-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-between-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-between-end.flex-row {
  flex-direction: row;
}
.col-nowrap-between-end.flex-column {
  flex-direction: column;
}
.col-nowrap-between-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-between-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-between-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-between-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-between-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-between-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-between-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-between-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-between-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-between-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-between-end.flex-align-center {
  align-items: center;
}
.col-nowrap-between-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-between-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-between-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-between-end.flex-row {
  flex-direction: row;
}
.col-nowrap-between-end.flex-column {
  flex-direction: column;
}
.col-nowrap-between-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-between-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-between-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-between-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-between-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-between-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-between-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-between-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-between-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-between-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-between-end.flex-align-center {
  align-items: center;
}
.col-nowrap-between-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-between-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-between-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-between-end.flex-row {
  flex-direction: row;
}
.col-nowrap-between-end.flex-column {
  flex-direction: column;
}
.col-nowrap-between-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-between-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-between-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-between-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-between-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-between-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-between-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-between-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-between-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-between-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-between-end.flex-align-center {
  align-items: center;
}
.col-nowrap-between-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-between-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-between-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-around-end {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  display: flex;
  align-items: flex-end;
}
.col-nowrap-around-end.flex-row {
  flex-direction: row;
}
.col-nowrap-around-end.flex-column {
  flex-direction: column;
}
.col-nowrap-around-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-around-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-around-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-around-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-around-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-around-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-around-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-around-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-around-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-around-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-around-end.flex-align-center {
  align-items: center;
}
.col-nowrap-around-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-around-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-around-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-around-end.flex-row {
  flex-direction: row;
}
.col-nowrap-around-end.flex-column {
  flex-direction: column;
}
.col-nowrap-around-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-around-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-around-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-around-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-around-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-around-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-around-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-around-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-around-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-around-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-around-end.flex-align-center {
  align-items: center;
}
.col-nowrap-around-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-around-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-around-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-around-end.flex-row {
  flex-direction: row;
}
.col-nowrap-around-end.flex-column {
  flex-direction: column;
}
.col-nowrap-around-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-around-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-around-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-around-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-around-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-around-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-around-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-around-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-around-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-around-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-around-end.flex-align-center {
  align-items: center;
}
.col-nowrap-around-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-around-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-around-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-around-end.flex-row {
  flex-direction: row;
}
.col-nowrap-around-end.flex-column {
  flex-direction: column;
}
.col-nowrap-around-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-around-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-around-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-around-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-around-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-around-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-around-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-around-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-around-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-around-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-around-end.flex-align-center {
  align-items: center;
}
.col-nowrap-around-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-around-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-around-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-end-end {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
}
.col-nowrap-flex-end-end.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-end-end.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-end-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-end-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-end-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-end-end.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-end-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-end-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-end-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-end-end.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-end-end.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-end-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-end-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-end-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-end-end.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-end-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-end-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-end-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-end-end.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-end-end.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-end-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-end-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-end-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-end-end.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-end-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-end-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-end-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-end-end.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-end-end.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-end-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-end-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-end-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-end-end.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-end-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-end-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-end-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-start-end {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
  align-items: flex-end;
}
.col-nowrap-flex-start-end.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-start-end.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-start-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-start-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-start-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-start-end.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-start-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-start-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-start-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-start-end.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-start-end.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-start-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-start-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-start-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-start-end.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-start-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-start-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-start-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-start-end.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-start-end.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-start-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-start-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-start-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-start-end.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-start-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-start-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-start-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-flex-start-end.flex-row {
  flex-direction: row;
}
.col-nowrap-flex-start-end.flex-column {
  flex-direction: column;
}
.col-nowrap-flex-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-flex-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-flex-start-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-flex-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-flex-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-flex-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-flex-start-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-flex-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-flex-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-flex-start-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-flex-start-end.flex-align-center {
  align-items: center;
}
.col-nowrap-flex-start-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-flex-start-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-flex-start-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-end-end {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: end;
  display: flex;
  align-items: flex-end;
}
.col-nowrap-end-end.flex-row {
  flex-direction: row;
}
.col-nowrap-end-end.flex-column {
  flex-direction: column;
}
.col-nowrap-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-end-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-end-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-end-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-end-end.flex-align-center {
  align-items: center;
}
.col-nowrap-end-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-end-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-end-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-end-end.flex-row {
  flex-direction: row;
}
.col-nowrap-end-end.flex-column {
  flex-direction: column;
}
.col-nowrap-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-end-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-end-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-end-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-end-end.flex-align-center {
  align-items: center;
}
.col-nowrap-end-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-end-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-end-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-end-end.flex-row {
  flex-direction: row;
}
.col-nowrap-end-end.flex-column {
  flex-direction: column;
}
.col-nowrap-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-end-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-end-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-end-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-end-end.flex-align-center {
  align-items: center;
}
.col-nowrap-end-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-end-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-end-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-end-end.flex-row {
  flex-direction: row;
}
.col-nowrap-end-end.flex-column {
  flex-direction: column;
}
.col-nowrap-end-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-end-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-end-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-end-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-end-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-end-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-end-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-end-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-end-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-end-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-end-end.flex-align-center {
  align-items: center;
}
.col-nowrap-end-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-end-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-end-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-start-end {
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: start;
  display: flex;
  align-items: flex-end;
}
.col-nowrap-start-end.flex-row {
  flex-direction: row;
}
.col-nowrap-start-end.flex-column {
  flex-direction: column;
}
.col-nowrap-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-start-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-start-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-start-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-start-end.flex-align-center {
  align-items: center;
}
.col-nowrap-start-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-start-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-start-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-start-end.flex-row {
  flex-direction: row;
}
.col-nowrap-start-end.flex-column {
  flex-direction: column;
}
.col-nowrap-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-start-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-start-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-start-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-start-end.flex-align-center {
  align-items: center;
}
.col-nowrap-start-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-start-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-start-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-start-end.flex-row {
  flex-direction: row;
}
.col-nowrap-start-end.flex-column {
  flex-direction: column;
}
.col-nowrap-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-start-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-start-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-start-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-start-end.flex-align-center {
  align-items: center;
}
.col-nowrap-start-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-start-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-start-end.flex-align-initial {
  align-items: initial;
}
.col-nowrap-start-end.flex-row {
  flex-direction: row;
}
.col-nowrap-start-end.flex-column {
  flex-direction: column;
}
.col-nowrap-start-end.flex-justify-flex-start {
  justify-content: flex-start;
}
.col-nowrap-start-end.flex-justify-flex-end {
  justify-content: flex-end;
}
.col-nowrap-start-end.flex-justify-center {
  justify-content: center;
}
.col-nowrap-start-end.flex-justify-space-between {
  justify-content: space-between;
}
.col-nowrap-start-end.flex-justify-space-around {
  justify-content: space-around;
}
.col-nowrap-start-end.flex-justify-inherit {
  justify-content: inherit;
}
.col-nowrap-start-end.flex-justify-initial {
  justify-content: initial;
}
.col-nowrap-start-end.flex-align-flex-start {
  align-items: flex-start;
}
.col-nowrap-start-end.flex-align-flex-end {
  align-items: flex-end;
}
.col-nowrap-start-end.flex-align-stretch {
  align-items: stretch;
}
.col-nowrap-start-end.flex-align-center {
  align-items: center;
}
.col-nowrap-start-end.flex-align-baseline {
  align-items: baseline;
}
.col-nowrap-start-end.flex-align-inherit {
  align-items: inherit;
}
.col-nowrap-start-end.flex-align-initial {
  align-items: initial;
}
.whole {
  flex-basis: 100%;
}
.half {
  flex-basis: 50%;
}
.third {
  flex-basis: calc(100% / 3);
}
.fourth {
  flex-basis: 25%;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column {
  flex-direction: column;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.flex-left {
  justify-content: flex-start;
}
.flex-right {
  justify-content: flex-end;
}
.flex-center {
  justify-content: center;
}
.flex-around {
  justify-content: space-around;
}
.flex-between {
  justify-content: space-between;
}
.flex-even {
  justify-content: space-evenly;
}
.flex-align-items-left {
  align-items: flex-start;
}
.flex-align-items-left {
  align-items: flex-end;
}
.flex-align-items-center {
  align-items: center;
}
.flex-align-items-stretch {
  align-items: stretch;
}
.flex-align-items-baseline {
  align-items: baseline;
}
.flex-align-content-left {
  align-content: flex-start;
}
.flex-align-content-left {
  align-content: flex-end;
}
.flex-align-content-center {
  align-content: center;
}
.flex-align-content-stretch {
  align-content: stretch;
}
.flex-align-content-around {
  align-content: space-around;
}
.flex-align-content-between {
  align-content: space-between;
}
.flext-align-self-left {
  align-self: flex-start;
}
.flext-align-self-right {
  align-self: flex-end;
}
@font-face {
  font-family: 'SysFaRegular';
  src: url('/fonts/sys-fa/sys-fa-regular-4382ae4d474a3058b31ecd9ff2d10658.eot');
  src: url('/fonts/sys-fa/sys-fa-regular-4382ae4d474a3058b31ecd9ff2d10658.eot') format('embedded-opentype'), url('/fonts/sys-fa/sys-fa-regular-1c9c133f6059ee12f5db7694ce7ab443.woff') format('woff'), url('/fonts/sys-fa/sys-fa-regular-e0107fbe7cd498c8b94e1d711e92134f.ttf') format('truetype'), url('/fonts/sys-fa/sys-fa-regular-fc14a8eecd20e41cb4f23fffa36a12e2.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
i[class^='sys-fa-'],
i[class*='sys-fa-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'SysFaRegular' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'SysFaHeader';
  src: url('/fonts/sys-fa/header-icons-regular-400-aa002b1afdba5094044286073248994e.eot');
  src: url('/fonts/sys-fa/header-icons-regular-400-aa002b1afdba5094044286073248994e.eot') format('embedded-opentype'), url('/fonts/sys-fa/header-icons-regular-400-c785eb1eae4380af2e04acfce5720ecb.woff') format('woff'), url('/fonts/sys-fa/header-icons-regular-400-612cdb18557fd066051166a7adbe30f9.ttf') format('truetype'), url('/fonts/sys-fa/header-icons-regular-400-de66e74dba6e4f63a5105655cda1889d.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
i[class^='sys-header-fa-'],
i[class*='sys-header-fa-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'SysFaHeader' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'SysFaHeaderSolid';
  src: url('/fonts/sys-fa/header-icons-solid-900-0559fb82ba8af9213709ae55bea4587c.eot');
  src: url('/fonts/sys-fa/header-icons-solid-900-0559fb82ba8af9213709ae55bea4587c.eot') format('embedded-opentype'), url('/fonts/sys-fa/header-icons-solid-900-f355baacdec5e77006e278b4b67cbde9.woff') format('woff'), url('/fonts/sys-fa/header-icons-solid-900-9499111b070d47013444f7c6add46b5c.ttf') format('truetype'), url('/fonts/sys-fa/header-icons-solid-900-dfdea1be387a2e83cd89b819705e62db.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}
.sys-regular-fa-window-restore:before {
  content: '\e81f;';
}
.sys-fa-comment-dots:before {
  content: '\E853';
}
.sys-fa-info-circle:before {
  content: '\E865';
}
.sys-fa-user:before {
  content: '\E822';
}
.sys-fa-clear:before {
  content: '\E81C';
}
.sys-fa-star:before {
  content: '\e80e';
}
.sys-fa-trash-alt:before {
  content: '\E81D';
}
.sys-fa-window-minimize:before {
  content: '\E820';
}
.sys-fa-window-maximize:before {
  content: '\E823';
}
.sys-fa-lightbulb::before {
  content: '\e831';
}
.sys-header-fa-client::before {
  content: '\E816';
}
.sys-header-fa-portfolio:before {
  content: '\E82E';
}
.sys-header-fa-product:before {
  content: '\E823';
}
.sys-header-fa-settings:before {
  content: '\E814';
}
.sys-header-fa-theme:before {
  content: '\E834';
}
.sys-header-fa-logout:before {
  content: '\E818';
}
.sys-header-fa-emulate:before {
  content: '\E824';
}
.sys-header-fa-user:before {
  content: '\E820';
}
.sys-header-fa-password:before {
  content: '\E810';
}
.sys-header-fa-mfa:before {
  content: '\E81F';
}
@font-face {
  font-family: 'GP Commerce Light';
  font-weight: 300;
  font-style: normal;
  src: url('/fonts/GPCommerce-light/GPCommerce-Light-b56a107698237907cd3d24a9e57dcd83.otf') format('truetype');
}
@font-face {
  font-family: 'GP Commerce';
  font-weight: 400;
  font-style: normal;
  src: url('/fonts/GPCommerce/GPCommerce-Regular-706bf99b6fec5be0b57820f52c5b4ed3.otf') format('truetype');
}
@font-face {
  font-family: 'GP Commerce Medium';
  font-weight: 500;
  font-style: normal;
  src: url('/fonts/GPCommerce-Medium/GPCommerce-Medium-d3a67ec054d35aae241a8b8b5fe48561.otf') format('truetype');
}
@font-face {
  font-family: 'GP Commerce Bold';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/GPCommerce-Bold/GPCommerce-Bold-9826fc7ac63159eaa4d783d507b5e94d.otf') format('truetype');
}
@font-face {
  font-family: 'GP Commerce Black';
  font-weight: 900;
  font-style: normal;
  src: url('/fonts/GPCommerce-Black/GPCommerce-Black-f434df090fea7bac63744a33011325ba.otf') format('truetype');
}
@font-face {
  font-family: 'GP Commerce Bold Italic';
  src: url('/fonts/GPCommerce-Italic/GPCommerce-BoldItalic-f21c946ef89ebfedff242a70e0dd8dba.otf') format('truetype');
}
@font-face {
  font-family: 'GP Commerce Italic';
  src: url('/fonts/GPCommerce-Italic/GPCommerce-Italic.otf') format('truetype');
}
@font-face {
  font-family: 'SysFaSolid';
  src: url('/fonts/sys-fa/SysFaSolid/sys-fa-solid-82112fc58188125f062e522101f9a02f.eot');
  src: url('/fonts/sys-fa/SysFaSolid/sys-fa-solid-82112fc58188125f062e522101f9a02f.eot') format('embedded-opentype'), url('/fonts/sys-fa/SysFaSolid/sys-fa-solid-77238984b2372a4bb74b2f8a249ea175.woff') format('woff'), url('/fonts/sys-fa/SysFaSolid/sys-fa-solid-61d0120bd1d3561714c3f6d4439e5d1a.ttf') format('truetype'), url('/fonts/sys-fa/SysFaSolid/sys-fa-solid-0f531038566bcf81a477ba6357cf4d0c.svg') format('svg');
  font-weight: 900;
  font-style: normal;
}
i[class^='sys-solid-fa-'],
i[class*='sys-solid-fa-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'SysFaSolid' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sys-solid-fa-underline:before {
  content: '\e800';
}
.sys-solid-fa-outdent:before {
  content: '\e801';
}
.sys-solid-fa-save:before {
  content: '\e802';
}
.sys-solid-fa-s_clipboard:before {
  content: '\e803';
}
.sys-solid-fa-youtube-square:before {
  content: '\e804';
}
.sys-solid-fa-angle-left:before {
  content: '\e805';
}
.sys-solid-fa-angle-right:before {
  content: '\e806';
}
.sys-solid-fa-arrows-alt:before {
  content: '\e807';
}
.sys-solid-fa-wallet:before {
  content: '\e808';
}
.sys-solid-fa-users:before {
  content: '\e809';
}
.sys-solid-fa-users-cog:before {
  content: '\e80a';
}
.sys-solid-fa-user-times:before {
  content: '\e80b';
}
.sys-solid-fa-user-plus:before {
  content: '\e80c';
}
.sys-solid-fa-user-minus:before {
  content: '\e80d';
}
.sys-solid-fa-user-lock:before {
  content: '\e80e';
}
.sys-solid-fa-user-friends:before {
  content: '\e80f';
}
.sys-solid-fa-user-cog:before {
  content: '\e810';
}
.sys-solid-fa-user-clock:before {
  content: '\e811';
}
.sys-solid-fa-user-circle:before {
  content: '\e812';
}
.sys-solid-fa-user-check:before {
  content: '\e813';
}
.sys-solid-fa-user:before {
  content: '\e814';
}
.sys-solid-fa-user-alt:before {
  content: '\e815';
}
.sys-solid-fa-upload:before {
  content: '\e816';
}
.sys-solid-fa-unlock:before {
  content: '\e817';
}
.sys-solid-fa-unlock-alt:before {
  content: '\e818';
}
.sys-solid-fa-university:before {
  content: '\e819';
}
.sys-solid-fa-undo-alt:before {
  content: '\e81a';
}
.sys-solid-fa-trophy:before {
  content: '\e81b';
}
.sys-solid-fa-twitter-square:before {
  content: '\e81c';
}
.sys-solid-fa-trash:before {
  content: '\e81d';
}
.sys-solid-fa-times:before {
  content: '\e81e';
}
.sys-solid-fa-thumbtack:before {
  content: '\e81f';
}
.sys-solid-fa-thumbs-up:before {
  content: '\e820';
}
.sys-solid-fa-thumbs-down:before {
  content: '\e821';
}
.sys-solid-fa-th:before {
  content: '\e822';
}
.sys-solid-fa-th-list:before {
  content: '\e823';
}
.sys-solid-fa-th-large:before {
  content: '\e824';
}
.sys-solid-fa-tasks:before {
  content: '\e825';
}
.sys-solid-fa-tag:before {
  content: '\e826';
}
.sys-solid-fa-shopping-bag:before {
  content: '\e827';
}
.sys-solid-fa-store-alt:before {
  content: '\e828';
}
.sys-solid-fa-stroopwafel:before {
  content: '\e829';
}
.sys-solid-fa-shopping-cart:before {
  content: '\e82a';
}
.sys-solid-fa-sync:before {
  content: '\e82b';
}
.sys-solid-fa-sync-alt:before {
  content: '\e82c';
}
.sys-solid-fa-suitcase:before {
  content: '\e82d';
}
.sys-solid-fa-star:before {
  content: '\e82e';
}
.sys-solid-fa-sort:before {
  content: '\e82f';
}
.sys-solid-fa-sort-up:before {
  content: '\e830';
}
.sys-solid-fa-sort-down:before {
  content: '\e831';
}
.sys-solid-fa-sliders-h:before {
  content: '\e832';
}
.sys-solid-fa-share:before {
  content: '\e833';
}
.sys-solid-fa-share-square:before {
  content: '\e834';
}
.sys-solid-fa-share-alt:before {
  content: '\e835';
}
.sys-solid-fa-search:before {
  content: '\e836';
}
.sys-solid-fa-search-plus:before {
  content: '\e837';
}
.sys-solid-fa-search-minus:before {
  content: '\e838';
}
.sys-solid-fa-resize-box:before {
  content: '\e839';
}
.sys-solid-fa-reply:before {
  content: '\e83a';
}
.sys-solid-fa-redo-alt:before {
  content: '\e83b';
}
.sys-solid-fa-receipt:before {
  content: '\e83c';
}
.sys-solid-fa-quote-right:before {
  content: '\e83d';
}
.sys-solid-fa-quote-left:before {
  content: '\e83e';
}
.sys-solid-fa-question:before {
  content: '\e83f';
}
.sys-solid-fa-question-circle:before {
  content: '\e840';
}
.sys-solid-fa-plus:before {
  content: '\e841';
}
.sys-solid-fa-play:before {
  content: '\e842';
}
.sys-solid-fa-plan-arrival:before {
  content: '\e843';
}
.sys-solid-fa-plan-departure:before {
  content: '\e844';
}
.sys-solid-fa-plane:before {
  content: '\e845';
}
.sys-solid-fa-play-circle:before {
  content: '\e846';
}
.sys-solid-fa-phone:before {
  content: '\e847';
}
.sys-solid-fa-phone-alt:before {
  content: '\e848';
}
.sys-solid-fa-pen:before {
  content: '\e849';
}
.sys-solid-fa-paste:before {
  content: '\e84a';
}
.sys-solid-fa-paperclip:before {
  content: '\e84b';
}
.sys-solid-fa-paper-plane:before {
  content: '\e84c';
}
.sys-solid-fa-money-bill-wave:before {
  content: '\e84d';
}
.sys-solid-fa-mobile-alt:before {
  content: '\e84e';
}
.sys-solid-fa-minus:before {
  content: '\e84f';
}
.sys-solid-fa-minus-square:before {
  content: '\e850';
}
.sys-solid-fa-minus-circle:before {
  content: '\e851';
}
.sys-solid-fa-microphone:before {
  content: '\e852';
}
.sys-solid-fa-map-marker:before {
  content: '\e853';
}
.sys-solid-fa-map:before {
  content: '\e854';
}
.sys-solid-fa-map-marker-alt:before {
  content: '\e855';
}
.sys-solid-fa-long-arrow-alt-up:before {
  content: '\e856';
}
.sys-solid-fa-long-arrow-alt-right:before {
  content: '\e857';
}
.sys-solid-fa-long-arrow-alt-left:before {
  content: '\e858';
}
.sys-solid-fa-long-arrow-alt-down:before {
  content: '\e859';
}
.sys-solid-fa-lock:before {
  content: '\e85a';
}
.sys-solid-fa-lock-open:before {
  content: '\e85b';
}
.sys-solid-fa-location-arrow:before {
  content: '\e85c';
}
.sys-solid-fa-list-ul:before {
  content: '\e85d';
}
.sys-solid-fa-list-alt:before {
  content: '\e85e';
}
.sys-solid-fa-list-ol:before {
  content: '\e85f';
}
.sys-solid-fa-list:before {
  content: '\e860';
}
.sys-solid-fa-linkedin:before {
  content: '\e861';
}
.sys-solid-fa-link:before {
  content: '\e862';
}
.sys-solid-fa-level-up-alt:before {
  content: '\e863';
}
.sys-solid-fa-level-down-alt:before {
  content: '\e864';
}
.sys-solid-fa-layer-group:before {
  content: '\e865';
}
.sys-solid-fa-landmark:before {
  content: '\e866';
}
.sys-solid-fa-key:before {
  content: '\e867';
}
.sys-solid-fa-italic:before {
  content: '\e868';
}
.sys-solid-fa-info-circle:before {
  content: '\e869';
}
.sys-solid-fa-image:before {
  content: '\e86a';
}
.sys-solid-fa-inbox:before {
  content: '\e86b';
}
.sys-solid-fa-id-card:before {
  content: '\e86c';
}
.sys-solid-fa-home:before {
  content: '\e86d';
}
.sys-solid-fa-history:before {
  content: '\e86e';
}
.sys-solid-fa-heart:before {
  content: '\e86f';
}
.sys-solid-fa-handshake:before {
  content: '\e870';
}
.sys-solid-fa-headphones:before {
  content: '\e871';
}
.sys-solid-fa-folder:before {
  content: '\e872';
}
.sys-solid-fa-folder-open:before {
  content: '\e873';
}
.sys-solid-fa-flag:before {
  content: '\e874';
}
.sys-solid-fa-filter:before {
  content: '\e875';
}
.sys-solid-fa-facebook-square:before {
  content: '\e876';
}
.sys-solid-fa-font-size:before {
  content: '\e877';
}
.sys-solid-fa-file-checkout:before {
  content: '\e878';
}
.sys-solid-fa-file:before {
  content: '\e879';
}
.sys-solid-fa-eye:before {
  content: '\e87a';
}
.sys-solid-fa-eye-slash:before {
  content: '\e87b';
}
.sys-solid-fa-external-link-alt:before {
  content: '\e87c';
}
.sys-solid-fa-expand:before {
  content: '\e87d';
}
.sys-solid-fa-expand-arrows-alt:before {
  content: '\e87e';
}
.sys-solid-fa-expand-alt:before {
  content: '\e87f';
}
.sys-solid-fa-exclamation-triangle:before {
  content: '\e880';
}
.sys-solid-fa-exchange-alt:before {
  content: '\e881';
}
.sys-solid-fa-euro-sign:before {
  content: '\e882';
}
.sys-solid-fa-envelope:before {
  content: '\e883';
}
.sys-solid-fa-ellipsis-v:before {
  content: '\e884';
}
.sys-solid-fa-ellipsis-h:before {
  content: '\e885';
}
.sys-solid-fa-edit:before {
  content: '\e886';
}
.sys-solid-fa-download:before {
  content: '\e887';
}
.sys-solid-fa-door-open:before {
  content: '\e888';
}
.sys-solid-fa-dollar-sign:before {
  content: '\e889';
}
.sys-solid-fa-car:before {
  content: '\e88a';
}
.sys-solid-fa-credit-card-chip:before {
  content: '\e88b';
}
.sys-solid-fa-credit-card:before {
  content: '\e88c';
}
.sys-solid-fa-copy:before {
  content: '\e88d';
}
.sys-solid-fa-compress-arrows-alt:before {
  content: '\e88e';
}
.sys-solid-fa-conditional:before {
  content: '\e88f';
}
.sys-solid-fa-compress-alt:before {
  content: '\e890';
}
.sys-solid-fa-comment:before {
  content: '\e891';
}
.sys-solid-fa-comment-dots:before {
  content: '\e892';
}
.sys-solid-fa-comment-alt:before {
  content: '\e893';
}
.sys-solid-fa-cogs:before {
  content: '\e894';
}
.sys-solid-fa-cog:before {
  content: '\e895';
}
.sys-solid-fa-code:before {
  content: '\e896';
}
.sys-solid-fa-cloud:before {
  content: '\e897';
}
.sys-solid-fa-cloud-upload-alt:before {
  content: '\e898';
}
.sys-solid-fa-cloud-download-alt:before {
  content: '\e899';
}
.sys-solid-fa-clone:before {
  content: '\e89a';
}
.sys-solid-fa-clock:before {
  content: '\e89b';
}
.sys-solid-fa-clipboard-list:before {
  content: '\e89c';
}
.sys-solid-fa-clipboard-check:before {
  content: '\e89d';
}
.sys-solid-fa-chevron-up:before {
  content: '\e89e';
}
.sys-solid-fa-chevron-right:before {
  content: '\e89f';
}
.sys-solid-fa-chevron-left:before {
  content: '\e8a0';
}
.sys-solid-fa-chevron-down:before {
  content: '\e8a1';
}
.sys-solid-fa-chevron-circle-up:before {
  content: '\e8a2';
}
.sys-solid-fa-chevron-circle-right:before {
  content: '\e8a3';
}
.sys-solid-fa-chevron-circle-left:before {
  content: '\e8a4';
}
.sys-solid-fa-chevron-circle-down:before {
  content: '\e8a5';
}
.sys-solid-fa-check:before {
  content: '\e8a6';
}
.sys-solid-fa-check-square:before {
  content: '\e8a7';
}
.sys-solid-fa-check-circle:before {
  content: '\e8a8';
}
.sys-solid-fa-dot-circle:before {
  content: '\e8a9';
}
.sys-solid-fa-caret-up:before {
  content: '\e8aa';
}
.sys-solid-fa-caret-square-up:before {
  content: '\e8ab';
}
.sys-solid-fa-caret-square-right:before {
  content: '\e8ac';
}
.sys-solid-fa-circle:before {
  content: '\e8ad';
}
.sys-solid-fa-caret-square-left:before {
  content: '\e8ae';
}
.sys-solid-fa-caret-square-down:before {
  content: '\e8af';
}
.sys-solid-fa-caret-right:before {
  content: '\e8b0';
}
.sys-solid-fa-caret-left:before {
  content: '\e8b1';
}
.sys-solid-fa-caret-down:before {
  content: '\e8b2';
}
.sys-solid-fa-camera:before {
  content: '\e8b3';
}
.sys-solid-fa-calendar-alt:before {
  content: '\e8b4';
}
.sys-solid-fa-calculator:before {
  content: '\e8b5';
}
.sys-solid-fa-briefcase:before {
  content: '\e8b6';
}
.sys-solid-fa-bullhorn:before {
  content: '\e8b7';
}
.sys-solid-fa-bookmark:before {
  content: '\e8b8';
}
.sys-solid-fa-bold:before {
  content: '\e8b9';
}
.sys-solid-fa-bell:before {
  content: '\e8ba';
}
.sys-solid-fa-bars:before {
  content: '\e8bb';
}
.sys-solid-fa-arrows-alt-v:before {
  content: '\e8bc';
}
.sys-solid-fa-arrows-alt-h:before {
  content: '\e8bd';
}
.sys-solid-fa-arrow-up:before {
  content: '\e8be';
}
.sys-solid-fa-arrow-right:before {
  content: '\e8bf';
}
.sys-solid-fa-arrow-left:before {
  content: '\e8c0';
}
.sys-solid-fa-arrow-down:before {
  content: '\e8c1';
}
.sys-solid-fa-arrow-circle-up:before {
  content: '\e8c2';
}
.sys-solid-fa-arrow-circle-right:before {
  content: '\e8c3';
}
.sys-solid-fa-arrow-circle-left:before {
  content: '\e8c4';
}
.sys-solid-fa-arrow-circle-down:before {
  content: '\e8c5';
}
.sys-solid-fa-arrow-alt-circle-up:before {
  content: '\e8c6';
}
.sys-solid-fa-arrow-alt-circle-right:before {
  content: '\e8c7';
}
.sys-solid-fa-arrow-alt-circle-left:before {
  content: '\e8c8';
}
.sys-solid-fa-arrow-alt-circle-down:before {
  content: '\e8c9';
}
.sys-solid-fa-angle-double-right:before {
  content: '\e8ca';
}
.sys-solid-fa-angle-double-left:before {
  content: '\e8cb';
}
.sys-solid-fa-angle-double-down:before {
  content: '\e8cc';
}
.sys-solid-fa-angle-double-expand-each:before {
  content: '\e8cd';
}
.sys-solid-fa-angle-double-expand:before {
  content: '\e8ce';
}
.sys-solid-fa-angle-double-collapse:before {
  content: '\e8cf';
}
.sys-solid-fa-angle-double-up:before {
  content: '\e8d0';
}
.sys-solid-fa-address-book:before {
  content: '\e8d1';
}
.sys-solid-fa-grip-vertical:before {
  content: '\e8d2';
}
.sys-solid-fa-grip-horizontal:before {
  content: '\e8d3';
}
.sys-solid-fa-not-operator-off:before {
  content: '\e8d4';
}
.sys-solid-fa-not-operator-on:before {
  content: '\e8d5';
}
.sys-solid-fa-arrow-up-alt:before {
  content: '\e8d6';
}
.sys-solid-fa-lock-alt:before {
  content: '\e8d7';
}
.sys-solid-fa-voicemail:before {
  content: '\e8d8';
}
.sys-solid-fa-arrow-left-diagonal-down:before {
  content: '\e8d9';
}
.sys-solid-fa-user-secret:before {
  content: '\e8da';
}
.sys-solid-fa-shield-check:before {
  content: '\e8db';
}
.sys-solid-fa-save-as-draft:before {
  content: '\e8dc';
}
.sys-solid-fa-rule-cog:before {
  content: '\e8dd';
}
.sys-solid-fa-rocket:before {
  content: '\e8de';
}
.sys-solid-fa-radio-hover:before {
  content: '\e8df';
}
.sys-solid-fa-arrow-right-diagonal-down:before {
  content: '\e8e0';
}
.sys-solid-fa-network-wired:before {
  content: '\e8e1';
}
.sys-solid-fa-mask:before {
  content: '\e8e2';
}
.sys-solid-fa-marketplace-connection:before {
  content: '\e8e3';
}
.sys-solid-fa-locale-na:before {
  content: '\e8e4';
}
.sys-solid-fa-locale-eu:before {
  content: '\e8e5';
}
.sys-solid-fa-kafka:before {
  content: '\e8e6';
}
.sys-solid-fa-file-xml:before {
  content: '\e8e7';
}
.sys-solid-fa-encryption:before {
  content: '\e8e8';
}
.sys-solid-fa-ethereum:before {
  content: '\e8e9';
}
.sys-solid-fa-cubes:before {
  content: '\e8ea';
}
.sys-solid-fa-barcode-read:before {
  content: '\e8eb';
}
.sys-solid-fa-cc-mastercard:before {
  content: '\e8ec';
}
.sys-solid-fa-cloud-api:before {
  content: '\e8ed';
}
.sys-solid-fa-cloud-chip:before {
  content: '\e8ee';
}
.sys-solid-fa-boxes:before {
  content: '\e8ef';
}
.sys-solid-fa-box-sdk:before {
  content: '\e8f0';
}
.sys-solid-fa-box-open:before {
  content: '\e8f1';
}
.sys-solid-fa-coins:before {
  content: '\e8f2';
}
.sys-solid-fa-account-information:before {
  content: '\e8f3';
}
.sys-solid-fa-arrow-left-diagonal:before {
  content: '\e8f4';
}
.sys-solid-fa-arrow-right-diagonal:before {
  content: '\e8f5';
}
.sys-solid-fa-asterisk-solid:before {
  content: '\e8f6';
}
.sys-solid-fa-award:before {
  content: '\e8f7';
}
.sys-solid-fa-bars-atl:before {
  content: '\e8f8';
}
.sys-solid-fa-bitcoin:before {
  content: '\e8f9';
}
.sys-solid-fa-bolt:before {
  content: '\e8fa';
}
.sys-solid-fa-book:before {
  content: '\e8fb';
}
.sys-solid-fa-box:before {
  content: '\e8fc';
}
.sys-solid-fa-building:before {
  content: '\e8fd';
}
.sys-solid-fa-calendar-branch:before {
  content: '\e8fe';
}
.sys-solid-fa-calendar-day:before {
  content: '\e8ff';
}
.sys-solid-fa-calendar-week:before {
  content: '\e900';
}
.sys-solid-fa-credit-card-questionmark:before {
  content: '\e901';
}
.sys-solid-fa-cash-register:before {
  content: '\e902';
}
.sys-solid-fa-chart-column:before {
  content: '\e903';
}
.sys-solid-fa-chart-line:before {
  content: '\e904';
}
.sys-solid-fa-chart-pie:before {
  content: '\e905';
}
.sys-solid-fa-checkbox-hover:before {
  content: '\e906';
}
.sys-solid-fa-chevron-alt-down-animate:before {
  content: '\e907';
}
.sys-solid-fa-chevron-alt-down:before {
  content: '\e908';
}
.sys-solid-fa-chevron-alt-left:before {
  content: '\e909';
}
.sys-solid-fa-chevron-alt-right:before {
  content: '\e90a';
}
.sys-solid-fa-chevron-alt-up-animate:before {
  content: '\e90b';
}
.sys-solid-fa-code-branch:before {
  content: '\e90c';
}
.sys-solid-fa-code-minus:before {
  content: '\e90d';
}
.sys-solid-fa-code-plus:before {
  content: '\e90e';
}
.sys-solid-fa-comment-alt-lines:before {
  content: '\e90f';
}
.sys-solid-fa-conditional-plus:before {
  content: '\e910';
}
.sys-solid-fa-credit-card-lock-keyhole:before {
  content: '\e911';
}
.sys-solid-fa-credit-card-plus:before {
  content: '\e912';
}
.sys-solid-fa-database-key:before {
  content: '\e913';
}
.sys-solid-fa-database:before {
  content: '\e914';
}
.sys-solid-fa-envelope-open-text:before {
  content: '\e915';
}
.sys-solid-fa-envelope-open:before {
  content: '\e916';
}
.sys-solid-fa-error-hide:before {
  content: '\e917';
}
.sys-solid-fa-error-show:before {
  content: '\e918';
}
.sys-solid-fa-file-alt:before {
  content: '\e919';
}
.sys-solid-fa-film:before {
  content: '\e91a';
}
.sys-solid-fa-flag-checkered:before {
  content: '\e91b';
}
.sys-solid-fa-graduation-cap:before {
  content: '\e91c';
}
.sys-solid-fa-hammer:before {
  content: '\e91d';
}
.sys-solid-fa-hand-holding-usd:before {
  content: '\e91e';
}
.sys-solid-fa-hashtag:before {
  content: '\e91f';
}
.sys-solid-fa-headset:before {
  content: '\e920';
}
.sys-solid-fa-info:before {
  content: '\e921';
}
.sys-solid-fa-microphone-slash:before {
  content: '\e922';
}
.sys-solid-fa-money-bill:before {
  content: '\e923';
}
.sys-solid-fa-money-check-alt:before {
  content: '\e924';
}
.sys-solid-fa-moon:before {
  content: '\e925';
}
.sys-solid-fa-paintbrush:before {
  content: '\e926';
}
.sys-solid-fa-phone-alt-forward:before {
  content: '\e927';
}
.sys-solid-fa-phone-alt-incoming:before {
  content: '\e928';
}
.sys-solid-fa-phone-alt-missed:before {
  content: '\e929';
}
.sys-solid-fa-phone-alt-outgoing:before {
  content: '\e92a';
}
.sys-solid-fa-phone-laptop:before {
  content: '\e92b';
}
.sys-solid-fa-piggy-bank:before {
  content: '\e92c';
}
.sys-solid-fa-print:before {
  content: '\e92d';
}
.sys-solid-fa-scroll:before {
  content: '\e92e';
}
.sys-solid-fa-server:before {
  content: '\e92f';
}
.sys-solid-fa-shopping-basket:before {
  content: '\e930';
}
.sys-solid-fa-sign-out:before {
  content: '\e931';
}
.sys-solid-fa-sort-alt:before {
  content: '\e932';
}
.sys-solid-fa-sun:before {
  content: '\e933';
}
.sys-solid-fa-times-circle:before {
  content: '\e934';
}
.sys-solid-fa-tools:before {
  content: '\e935';
}
.sys-solid-fa-volume-up:before {
  content: '\e936';
}
.sys-solid-fa-wrench:before {
  content: '\e937';
}
.sys-solid-fa-cc-visa:before {
  content: '\e938';
}
.sys-solid-fa-cloud-arrows:before {
  content: '\e939';
}
.sys-solid-fa-store-info:before {
  content: '\e93a';
}
.sys-solid-fa-code-compare:before {
  content: '\e93b';
}
.sys-solid-fa-dolphin:before {
  content: '\e93c';
}
.sys-solid-fa-error-plus:before {
  content: '\e93d';
}
.sys-solid-fa-exclamation-circle:before {
  content: '\e93e';
}
.sys-solid-fa-globe:before {
  content: '\e93f';
}
.sys-solid-fa-youtube--alt:before {
  content: '\e940';
}
.sys-solid-fa-twitter-x:before {
  content: '\e941';
}
.sys-solid-fa-facebook-alt:before {
  content: '\e942';
}
.sys-solid-fa-utensils:before {
  content: '\e943';
}
.sys-solid-fa-wallet-digital:before {
  content: '\e944';
}
.sys-solid-fa-webhook:before {
  content: '\e945';
}
.sys-solid-fa-balance-scale:before {
  content: '\e946';
}
.sys-solid-fa-merge:before {
  content: '\e947';
}
.sys-solid-fa-pub-sub:before {
  content: '\e948';
}
.sys-solid-fa-linkedin-alt:before {
  content: '\e949';
}
.sys-solid-fa-split:before {
  content: '\e94a';
}
.sys-solid-fa-credit-card-clock:before {
  content: '\e94b';
}
.sys-solid-fa-circle-notch:before {
  content: '\e94d';
}
.sys-solid-fa-compass:before {
  content: '\e94e';
}
.sys-solid-fa-lightbulb-cog:before {
  content: '\e94f';
}
.sys-solid-fa-sign-in:before {
  content: '\e951';
}
.sys-solid-fa-credit-card-check:before {
  content: '\ee952';
}
.sys-solid-fa-file-invoice-dollar:before {
  content: '\ee955';
}
.sys-solid-fa-scroll-dollar:before {
  content: '\ee956';
}
.sys-solid-fa-file-check:before {
  content: '\ee957';
}
.sys-solid-fa-credit-card-sync:before {
  content: '\ee958';
}
.sys-solid-fa-burger-soda:before {
  content: '\ee95a';
}
.sys-solid-fa-map-marker-ip-check:before {
  content: '\ee95b';
}
.sys-solid-fa-credit-card-unlock-keyhole:before {
  content: '\ee95c';
}
.sys-solid-fa-metershow:before {
  content: '\ee95d';
}
.sys-solid-fa-search-check:before {
  content: '\ee95e';
}
.sys-solid-fa-file-search:before {
  content: '\e960';
}
.sys-solid-fa-map-marker-check:before {
  content: '\ee961';
}
.sys-solid-fa-lightbulb:before {
  content: '\ee962';
}
.sys-solid-fa-file-signature:before {
  content: '\e963';
}
.sys-solid-fa-file-chart-line:before {
  content: '\ee964';
}
.sys-solid-fa-comment-dots:before {
  content: '\e892';
}
.landing-page-hero {
  margin: 40px 0 36px;
  background: linear-gradient(94.08deg, #007bff 0%, #a12cf7 62.91%, #eb00ff 100.65%);
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
}
.landing-page-hero .landing-page-hero-left {
  padding: 40px 40px 50px;
  width: 62%;
}
.landing-page-hero .landing-page-hero-left h1.hero-title {
  color: #ffffff;
  font-size: 32px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 48px;
  letter-spacing: 1%;
  margin: 0;
  padding-bottom: 14px;
}
.landing-page-hero .landing-page-hero-left .hero-description {
  color: #ffffff;
  font-size: 18px;
  font-family: GP Commerce, sans-serif;
  line-height: 27px;
  letter-spacing: 1%;
}
.landing-page-hero .landing-page-hero-right {
  display: flex;
  justify-content: end;
  width: 38%;
  min-height: 204px;
}
.landing-page-hero .landing-page-hero-right .section-illustration {
  width: 100%;
  max-width: 390px;
  height: 204px;
  background-repeat: no-repeat;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .landing-page-hero {
    display: flex;
    flex-direction: column;
  }
  .landing-page-hero .landing-page-hero-left {
    width: 100%;
  }
  .landing-page-hero .landing-page-hero-right {
    display: none;
  }
}
@media (max-width: 768px) {
  .landing-page-hero {
    margin: 20px 0 30px;
  }
  .landing-page-hero .landing-page-hero-left {
    width: 100%;
    padding: 20px 20px;
  }
  .landing-page-hero .landing-page-hero-left h1.hero-title {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 12px;
  }
  .landing-page-hero .landing-page-hero-left .hero-description {
    font-size: 16px;
    line-height: 27px;
  }
  .landing-page-hero .landing-page-hero-right {
    display: none;
  }
}
.mysolutions-container {
  height: 100vh;
}
.mysolutions-container .mysolutions-header {
  padding-top: 30px;
}
.mysolutions-container .mysolutions-header .solutions-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.mysolutions-container .mysolutions-header .solutions-header .icon-background {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2c3337;
  height: 34px;
  width: 34px;
  border-radius: 6px;
  padding: 5px;
}
.mysolutions-container .mysolutions-header .solutions-header .icon-background i {
  color: #ffffff;
  font-size: 24px;
}
.mysolutions-container .mysolutions-header .solutions-header h1.title {
  color: #323436;
  font-size: 28px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 31px;
  padding-left: 18px;
  margin: 0;
}
.mysolutions-container .mysolutions-header .description {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 26px;
  padding-top: 12px;
}
.mysolutions-container .mysolutions-content {
  padding-top: 30px;
}
.mysolutions-container .grid-list.GRIDMYSOLUTIONS .grid-actions .tooltip-container {
  display: inline-block;
  position: relative;
  margin: 8px 2px;
}
.mysolutions-container .grid-list.GRIDMYSOLUTIONS .grid-actions .tooltip-container .custom-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 15px;
  background-color: #323436;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 0;
  font-size: 14px;
  white-space: nowrap;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}
.mysolutions-container .grid-list.GRIDMYSOLUTIONS .grid-actions .tooltip-container .custom-tooltip.right-aligned {
  left: auto;
  right: 35%;
  transform: none;
}
.mysolutions-container .grid-list.GRIDMYSOLUTIONS .grid-actions .tooltip-container .custom-tooltip .tooltip-arrow {
  position: absolute;
  top: 92%;
  left: 45%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #323436;
}
.mysolutions-container .grid-list.GRIDMYSOLUTIONS .grid-actions .tooltip-container .custom-tooltip .tooltip-arrow.right-arrow {
  left: auto;
  right: 4%;
  transform: none;
}
.mysolutions-container .grid-list.GRIDMYSOLUTIONS .grid-actions .tooltip-container:hover .custom-tooltip,
.mysolutions-container .grid-list.GRIDMYSOLUTIONS .grid-actions .tooltip-container:focus-within .custom-tooltip,
.mysolutions-container .grid-list.GRIDMYSOLUTIONS .grid-actions .tooltip-container.active-icon .custom-tooltip {
  visibility: visible;
  opacity: 1;
}
.mysolutions-container .grid-list.GRIDMYSOLUTIONS .grid-actions .tooltip-container.active-icon .link-icon a.ui-hyperlink {
  background-color: #395FF0;
  color: #ffffff;
}
.mysolutions-container .grid-list.GRIDMYSOLUTIONS .grid-actions .icon-tooltip-wrapper {
  display: inline-block;
  position: relative;
}
@media (max-width: 768px) {
  .mysolutions-container .mysolutions-header .solutions-header {
    display: flex;
    flex-direction: column;
    align-items: self-start;
  }
  .mysolutions-container .mysolutions-header .solutions-header h1.title {
    color: #323436;
    font-size: 24px;
    font-family: GP Commerce Medium, sans-serif;
    line-height: 26px;
    padding-top: 16px;
    padding-left: 0;
    margin: 0;
  }
  .mysolutions-container .mysolutions-header .description {
    color: #5E7482;
    font-size: 16px;
    font-family: GP Commerce, sans-serif;
    line-height: 26px;
    padding-top: 12px;
  }
}
@media (max-width: 991px) {
  .mysolutions-container .grid-list.GRIDMYSOLUTIONS {
    width: 1000px;
    grid-template-columns: 100px auto auto auto auto;
  }
}
.sidenav-container {
  position: relative;
}
.sidenav-container .nav-header-mobile {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #F7F9FB;
  border-bottom: 1px solid #dde3e8;
  width: 100%;
  height: 54px;
  padding: 15px 18px;
  position: fixed;
  margin-bottom: 54px;
  z-index: 10;
}
.sidenav-container .nav-header-mobile .marketplace-logo {
  padding-left: 14px;
  width: 154px;
  height: 24px;
}
.sidenav-container .nav-header-mobile .ui-action-button.btn:hover {
  color: #ffffff;
  background-color: #395FF0;
}
.sidenav-container .nav-header-mobile .ui-action-button.btn:not(.selected) {
  color: #5E7482;
  background-color: #f0f4f6;
  box-shadow: 0px 0px 0px 3px #f0f4f6;
}
@media (min-width: 768px) {
  .sidenav-container .nav-header-mobile {
    display: none;
  }
}
.sidenav-container .sidenav {
  position: fixed;
  letter-spacing: normal;
  vertical-align: top;
  max-height: 100vh;
  width: 290px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  transition: left 0.5s;
  background-color: #F7F9FB;
  font-family: GP Commerce, sans-serif;
  overflow-y: auto;
  scrollbar-width: none;
  border-right: 1.2px solid #C2C2C2;
}
.sidenav-container .sidenav .sidenav-top {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 22px 30px 26px;
}
.sidenav-container .sidenav .sidenav-top .sidenav-top-left {
  width: 80%;
}
.sidenav-container .sidenav .sidenav-top .sidenav-top-left .logo {
  display: flex;
  align-items: center;
}
.sidenav-container .sidenav .sidenav-top .sidenav-top-left .logo .marketplace-logo {
  display: flex;
  justify-content: flex-start;
  font-size: 18px;
  color: #323436;
  font-family: GP Commerce, sans-serif;
}
.sidenav-container .sidenav .sidenav-menu h3 {
  font-family: GP Commerce, sans-serif;
  text-transform: uppercase;
  color: #5E7482;
  font-size: 14px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 21px;
  padding: 0 10px;
  margin: 12px 20px 12px;
}
.sidenav-container .sidenav .sidenav-menu.sidenav-padding {
  padding-top: 18px;
}
.sidenav-container .sidenav .ui-single-select-control {
  margin: 0 20px 26px;
}
.sidenav-container .sidenav .ui-single-select-control .form-label {
  display: none;
}
.sidenav-container .sidenav ul {
  padding: 0;
  margin: 0;
}
.sidenav-container .sidenav ul li {
  list-style-type: none;
}
.sidenav-container .sidenav ul > li.navitem.active {
  background-color: #E8F0FE;
  border-radius: 8px;
}
.sidenav-container .sidenav ul > li.navitem.active .ui-hyperlink .navitem-label i {
  color: #395FF0;
}
.sidenav-container .sidenav ul > li.navitem.active .ui-hyperlink .navitem-label .title {
  color: #395FF0;
  font-family: GP Commerce Medium, sans-serif;
}
.sidenav-container .sidenav ul > li.navitem.active .ui-hyperlink:focus {
  outline: none;
  box-shadow: none;
}
.sidenav-container .sidenav ul > li.navitem.active .navitem-group-button .navitem-label i {
  color: #395FF0;
}
.sidenav-container .sidenav ul > li.navitem.active .navitem-group-button .navitem-label .title {
  color: #395FF0;
  font-family: GP Commerce Medium, sans-serif;
}
.sidenav-container .sidenav ul > li.navitem.active .navitem-group-button:focus {
  outline: none;
  box-shadow: none;
}
.sidenav-container .sidenav ul > li.navitem {
  margin: 0px 20px;
}
.sidenav-container .sidenav ul > li.navitem .ui-hyperlink,
.sidenav-container .sidenav ul > li.navitem .navitem-group-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  line-height: 24px;
  padding: 6px 10px;
  margin: 6px 0;
}
.sidenav-container .sidenav ul > li.navitem .ui-hyperlink .navitem-label,
.sidenav-container .sidenav ul > li.navitem .navitem-group-button .navitem-label {
  display: flex;
  align-items: center;
  width: 100%;
}
.sidenav-container .sidenav ul > li.navitem .ui-hyperlink .navitem-label i,
.sidenav-container .sidenav ul > li.navitem .navitem-group-button .navitem-label i {
  position: relative;
  font-size: 20px;
  color: #5a5f62;
}
.sidenav-container .sidenav ul > li.navitem .ui-hyperlink .navitem-label i .notification-badge,
.sidenav-container .sidenav ul > li.navitem .navitem-group-button .navitem-label i .notification-badge {
  background-color: #CE1518;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -2px;
}
.sidenav-container .sidenav ul > li.navitem .ui-hyperlink .navitem-label .title,
.sidenav-container .sidenav ul > li.navitem .navitem-group-button .navitem-label .title {
  font-size: 16px;
  color: #323436;
  font-family: GP Commerce, sans-serif;
  flex: 1;
  width: 100%;
  padding-left: 12px;
  text-align: left;
}
.sidenav-container .sidenav ul > li.navitem .ui-hyperlink .navitem-label .title:active,
.sidenav-container .sidenav ul > li.navitem .navitem-group-button .navitem-label .title:active {
  color: #5a5f62;
}
.sidenav-container .sidenav ul > li.navitem .ui-hyperlink:hover {
  background-color: #dde3e8;
  border-radius: 8px;
}
.sidenav-container .sidenav ul > li.navitem .ui-hyperlink:focus {
  outline: 2px solid #395FF0;
  border-radius: 6px;
}
.sidenav-container .sidenav ul > li.navitem .ui-hyperlink:focus-visible {
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.sidenav-container .sidenav ul > li.navitem .ui-hyperlink:active {
  color: #5a5f62;
  border-radius: 6px;
  background-color: #CAD7E4;
  outline: none;
  box-shadow: none;
}
.sidenav-container .sidenav ul > li.navitem .ui-hyperlink .dropdown-open-close {
  height: 16px;
  width: 16px;
  color: #5E7482;
}
.sidenav-container .sidenav ul > li.navitem .ui-hyperlink .dropdown-open-close .notification-count {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  height: 26px;
  width: 26px;
  background-color: #FFDCDE;
  color: #CE1518;
  font-family: GP Commerce Medium, sans-serif;
}
.sidenav-container .sidenav ul > li.navitem .navitem-group-button {
  font-size: 16px;
  height: 36px;
  width: 100%;
  background-color: transparent;
  border: 0px;
}
.sidenav-container .sidenav ul > li.navitem .navitem-group-button:hover {
  background-color: #dde3e8;
  border-radius: 8px;
}
.sidenav-container .sidenav ul > li.navitem .navitem-group-button:focus {
  outline: 2px solid #395FF0;
  border-radius: 6px;
}
.sidenav-container .sidenav ul > li.navitem .navitem-group-button:active {
  color: #5a5f62;
  border-radius: 6px;
  background-color: #CAD7E4;
  outline: none;
  box-shadow: none;
}
.sidenav-container .sidenav ul > li.navitem .navitem-group-button i[class*='sys-solid-fa-chevron'] {
  font-size: 16px;
}
.sidenav-container .sidenav ul > li.navitem .navitem {
  margin: 0px;
}
.sidenav-container .sidenav ul > li.navitem .navitem .ui-hyperlink span .title {
  color: #5A5F62;
}
.sidenav-container .sidenav ul > li.navitem .navitem a {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .sidenav-container {
    position: relative;
  }
  .sidenav-container .sidenav {
    display: block;
    position: fixed;
    padding-top: 30px;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    transition: left 0.3s ease;
    z-index: 1000;
    border-right: 0;
  }
  .sidenav-container .sidenav .sidenav-top {
    display: none;
  }
  .sidenav-container .sidenav.active {
    left: 0;
    top: 54px;
  }
}
.pricingandterms {
  margin-top: 40px;
  margin-bottom: 80px;
}
.pricingandterms h2.section-title {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 28px;
  line-height: 140%;
  margin: 0px;
}
.pricingandterms .section-desc {
  margin-top: 12px;
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 160%;
}
.pricingandterms .section-pricing {
  margin-top: 41px;
}
.pricingandterms .section-pricing h3.pricing-title {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 20px;
  line-height: 150%;
  margin: 0px;
}
.pricingandterms .section-pricing .pricing-items {
  margin-top: 21px;
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 30px;
  row-gap: 18px;
}
.pricingandterms .section-pricing .pricing-items .pricing-item {
  color: #323436;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.16px;
  display: flex;
  gap: 18px;
}
.pricingandterms .section-pricing .pricing-items .pricing-item .sys-solid-fa-check {
  font-size: 20px;
  color: #0EA972;
}
.pricingandterms .section-terms {
  margin-top: 45px;
  display: flex;
  align-items: center;
}
.pricingandterms .section-terms h3.terms-title {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 20px;
  line-height: 150%;
  margin: 0px;
  margin-right: 30px;
}
.pricingandterms .section-terms .button-text.ui-action-button.btn {
  height: 100%;
  font-size: 16px;
  outline: none;
  box-shadow: none;
}
@media (max-width: 992px) {
  .pricingandterms .section-pricing .pricing-items {
    display: block;
  }
  .pricingandterms .section-pricing .pricing-items .pricing-item {
    margin-bottom: 10px;
  }
  .pricingandterms .section-terms {
    margin-top: 35px;
  }
}
.solutions-card-mapping {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  column-gap: 27px;
  margin-bottom: 30px;
}
.solutions-card-mapping .ui-hyperlink {
  outline: 1px solid #C2C2C2;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #ffffff;
}
.solutions-card-mapping .ui-hyperlink:hover {
  box-shadow: 0px 3px 12px 0px #00000026;
}
.solutions-card-mapping .ui-hyperlink:focus {
  outline: 2px solid #395FF0;
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.solutions-card-mapping .ui-hyperlink .solution-card-grid {
  display: flex;
  flex-direction: column;
  padding: 24px 24px 30px;
}
.solutions-card-mapping .ui-hyperlink .solution-card-grid .solution-card-title {
  font-family: GP Commerce Medium, sans-serif;
  line-height: 30px;
  color: #323436;
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 14px;
}
.solutions-card-mapping .ui-hyperlink .solution-card-grid .solution-card-desc {
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  color: #5E7482;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  letter-spacing: 1%;
}
.solutions-card-mapping .ui-hyperlink .solution-card-grid .solution-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  border-radius: 6px;
  padding: 5px;
}
.solutions-card-mapping .ui-hyperlink .solution-card-grid .solution-card-icon i {
  font-size: 24px;
}
@media (max-width: 1300px) {
  .solutions-card-mapping {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .solutions-card-mapping {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
  }
  .solutions-card-mapping .ui-hyperlink {
    max-width: 100%;
  }
  .solutions-card-mapping .ui-hyperlink .solution-card-grid {
    padding: 20px 20px 24px;
  }
  .solutions-card-mapping .ui-hyperlink .solution-card-grid .solution-card-title {
    line-height: 27px;
    color: #323436;
    font-size: 18px;
  }
}
.solution-header {
  display: flex;
  flex-direction: row;
  padding-top: 40px;
  padding-bottom: 40px;
}
.solution-header .solution-header-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-basis: 50%;
}
.solution-header .solution-header-left .status-container {
  display: flex;
  gap: 6px;
}
.solution-header .solution-header-left .icon-background {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2c3337;
  height: 34px;
  width: 34px;
  border-radius: 6px;
  padding: 5px;
}
.solution-header .solution-header-left .icon-background i {
  color: #ffffff;
  font-size: 20px;
}
.solution-header .solution-header-left h1.title {
  color: #323436;
  font-size: 22px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 31px;
  padding: 0 18px;
  margin: 0;
}
.solution-header .solution-header-left .grid-status {
  font-family: GP Commerce Medium, sans-serif;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
}
.solution-header .solution-header-left .grid-status .grid-status-label {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
}
.solution-header .solution-header-left .grid-status .grid-status-notpurchased {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #5a5f62;
  background: #f0f4f6;
}
.solution-header .solution-header-left .grid-status .grid-status-purchaseinprogress {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #736646;
  background: #FFEEBE;
}
.solution-header .solution-header-left .grid-status .grid-status-purchased {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #028053;
  background: #E7FADB;
}
.solution-header .solution-header-left .grid-status .grid-status-configurationinprogress {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #736646;
  background: #FFEEBE;
}
.solution-header .solution-header-left .grid-status .grid-status-configurationneeded {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #6F52AD;
  background: #E5DAFF;
}
.solution-header .solution-header-left .grid-status .grid-status-configured {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #028053;
  background: #E7FADB;
}
.solution-header .solution-header-left .grid-status .grid-status-default {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #028053;
  background: #E7FADB;
  font-family: GP Commerce Medium, sans-serif;
}
.solution-header .solution-header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 50%;
  column-gap: 20px;
}
@media (max-width: 1200px) {
  .solution-header {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
  }
  .solution-header .solution-header-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-basis: 100%;
  }
  .solution-header .solution-header-left h1.title {
    padding: 16px 0 16px;
  }
  .solution-header .solution-header-left .grid-status {
    padding-bottom: 30px;
  }
  .solution-header .solution-header-right {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.solution-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.solution-container .solution-header,
.solution-container .solution-nav-menu,
.solution-container .solution-header {
  top: 0;
}
.solution-container .solution-nav-menu {
  top: 65px;
}
.solution-container div.borderbar {
  height: 0px;
  border-top: 1px solid #C2C2C2;
  margin: 0px -50px;
}
.solution-container .outlet-container {
  overflow-y: auto;
  flex-grow: 1;
  height: 100%;
  position: relative;
  z-index: 1;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.solution-container .outlet-container::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}
.solution-container .outlet-container > * {
  min-height: 100%;
}
.solution-container .outlet-container > .content-not-found-container {
  min-height: auto;
}
.clickable {
  z-index: 1;
  cursor: pointer;
}
*::-webkit-scrollbar {
  width: 8px;
  height: 0px;
}
/* Track */
*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #000000;
  border-radius: 10px;
}
/* Handle */
*::-webkit-scrollbar-thumb {
  background: #c8c8c8;
  border-radius: 5px;
}
/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}
@media (min-width: 2160px) {
  *::-webkit-scrollbar {
    width: 10px;
  }
}
.toast-message {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  border: 1px solid #4E4E4E;
  border-radius: 6px;
  background-color: #000000;
  color: #ffffff;
  position: fixed;
  min-width: 500px;
  z-index: 1051;
  align-items: stretch;
  padding: 20px;
  font-family: GP Commerce, sans-serif;
  left: 50%;
  transform: translate(-50%, 0);
  align-items: center;
}
.toast-message .icon-container {
  border-radius: 6px;
  height: 34px;
  width: 34px;
  padding: 5px;
  margin-right: 20px;
  text-align: center;
}
.toast-message .icon-container i {
  width: 24px;
}
.toast-message .icon-container.SUCCESS {
  background-color: #E7FADB;
  color: #028053;
}
.toast-message .icon-container.WARNING {
  background-color: #FFE9D3;
  color: #EB7200;
}
.toast-message .icon-container.ERROR {
  background-color: #FFDCDE;
  color: #CE1518;
}
.toast-message .icon-container.FAILED {
  background-color: #FFDCDE;
  color: #CE1518;
}
.toast-message .icon-container.INFO {
  background-color: #E8F0FE;
  color: #395FF0;
}
.toast-message section {
  flex-basis: 82%;
  display: flex;
  flex-direction: column;
}
.toast-message section .message-title {
  font-size: 16px;
  align-self: flex-start;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 24px;
  padding-bottom: 5px;
}
.toast-message section .message-detail {
  font-size: 14px;
  align-self: stretch;
  line-height: 22px;
}
.toast-message .toastr-close-btn {
  margin-top: -10px;
}
.toast-message .toastr-close-btn .ui-action-button {
  color: #dde3e8;
  border-radius: 8px;
  padding: 6px;
}
.toast-message .toastr-close-btn .ui-action-button:hover {
  background-color: #4E4E4E;
  color: #dde3e8;
}
.toast-message .toastr-close-btn .ui-action-button:active {
  background-color: #7E7E7E;
  color: #dde3e8;
}
.toast-message .toastr-close-btn .ui-action-button:focus {
  background-color: #FFC627;
  box-shadow: 0 0 0 3px rgba(255, 198, 39, 0.5);
  color: #323436;
}
.toast-message .toastr-close-btn .ui-action-button i {
  font-size: 20px;
}
@media (max-width: 767px) {
  .toast-message {
    max-width: 300px;
    min-width: 0;
  }
}
#username:placeholder-shown + label {
  transform: scale(0);
}
#username:focus::placeholder {
  color: transparent;
}
#username:focus + label,
#username:not(:placeholder-shown) + label {
  position: absolute;
  font-size: small;
  transform: scale(0.9);
  left: 5px;
  padding: 2px;
  background: #123653;
  z-index: 1;
}
#password:placeholder-shown + label {
  transform: scale(0);
}
#password:focus::placeholder {
  color: transparent;
}
#password:focus + label,
#password:not(:placeholder-shown) + label {
  position: absolute;
  font-size: small;
  transform: scale(0.9);
  left: 5px;
  padding: 2px;
  background: #123653;
  z-index: 1;
}
#password-input:placeholder-shown + label {
  transform: scale(0);
}
#password-input:focus::placeholder {
  color: transparent;
}
#password-input:focus + label,
#password-input:not(:placeholder-shown) + label {
  position: absolute;
  font-size: small;
  transform: scale(0.9);
  left: 5px;
  padding: 2px;
  background: #123653;
  z-index: 1;
}
.portfolio-login-form {
  width: 100%;
  top: 0;
  height: calc(100vh - 60px);
  border-radius: 0px 0px 25px 25px;
  overflow: auto;
}
.portfolio-login-form-content {
  margin-top: 80px;
  transition-duration: 0.5s;
}
.portfolio-login-form-content img {
  display: block;
  margin: auto;
}
.portfolio-login-form-content .portfolio-login-container-title {
  text-align: center;
  width: 360px;
  margin: 20px auto;
  font-size: large;
}
.portfolio-login-form-content .portfolio-login-form-main {
  width: 360px;
  padding: 1px;
  margin: 30px auto 0 auto;
  border-radius: 8px;
}
.portfolio-login-form-content .portfolio-login-form-main form {
  padding: 40px 30px;
  border-radius: 8px;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.portfolio-login-form-content .portfolio-login-form-main form.flex-row {
  flex-direction: row;
}
.portfolio-login-form-content .portfolio-login-form-main form.flex-column {
  flex-direction: column;
}
.portfolio-login-form-content .portfolio-login-form-main form.flex-justify-flex-start {
  justify-content: flex-start;
}
.portfolio-login-form-content .portfolio-login-form-main form.flex-justify-flex-end {
  justify-content: flex-end;
}
.portfolio-login-form-content .portfolio-login-form-main form.flex-justify-center {
  justify-content: center;
}
.portfolio-login-form-content .portfolio-login-form-main form.flex-justify-space-between {
  justify-content: space-between;
}
.portfolio-login-form-content .portfolio-login-form-main form.flex-justify-space-around {
  justify-content: space-around;
}
.portfolio-login-form-content .portfolio-login-form-main form.flex-justify-inherit {
  justify-content: inherit;
}
.portfolio-login-form-content .portfolio-login-form-main form.flex-justify-initial {
  justify-content: initial;
}
.portfolio-login-form-content .portfolio-login-form-main form.flex-align-flex-start {
  align-items: flex-start;
}
.portfolio-login-form-content .portfolio-login-form-main form.flex-align-flex-end {
  align-items: flex-end;
}
.portfolio-login-form-content .portfolio-login-form-main form.flex-align-stretch {
  align-items: stretch;
}
.portfolio-login-form-content .portfolio-login-form-main form.flex-align-center {
  align-items: center;
}
.portfolio-login-form-content .portfolio-login-form-main form.flex-align-baseline {
  align-items: baseline;
}
.portfolio-login-form-content .portfolio-login-form-main form.flex-align-inherit {
  align-items: inherit;
}
.portfolio-login-form-content .portfolio-login-form-main form.flex-align-initial {
  align-items: initial;
}
.portfolio-login-form-content .portfolio-login-form-main .button {
  height: 55px;
}
.portfolio-login-form-content .portfolio-login-form-main .mtop-lg {
  margin-top: 30px;
  font-size: 16px;
}
.portfolio-login-form .floating-form-group > input.empty {
  font-size: 14px;
}
.portfolio-login-form .floating-form-group > input.empty + label.floating-label {
  display: block;
  background-color: transparent;
  color: #2effff;
  font-size: small;
  z-index: 1;
  position: absolute;
  padding: 0px;
  margin-bottom: 0;
  white-space: nowrap;
}
.portfolio-login-form .floating-form-group > input.empty + label.floating-label.floating-label-show {
  font-size: small;
  transform: scale(0.9);
  max-width: 80%;
  right: unset;
}
.portfolio-login-form .floating-form-group > input:not(.empty) + label.floating-label,
.portfolio-login-form .floating-form-group > textarea:not(.empty) + label.floating-label,
.portfolio-login-form .floating-form-group > select:not(.empty) + label.floating-label,
.portfolio-login-form .floating-form-group > .Select:not(.empty) + label.floating-label {
  font-size: small;
  left: 5px;
  padding: 0;
}
.portfolio-login-form .floating-form-group.has-error,
.portfolio-login-form .form-group.has-error {
  animation: none;
}
.sso-container {
  display: flex;
  flex-direction: column;
  font-family: 'GP Commerce';
  height: 100%;
  background-color: #ffffff;
}
.sso-container.flex-row {
  flex-direction: row;
}
.sso-container.flex-column {
  flex-direction: column;
}
.sso-container.flex-justify-flex-start {
  justify-content: flex-start;
}
.sso-container.flex-justify-flex-end {
  justify-content: flex-end;
}
.sso-container.flex-justify-center {
  justify-content: center;
}
.sso-container.flex-justify-space-between {
  justify-content: space-between;
}
.sso-container.flex-justify-space-around {
  justify-content: space-around;
}
.sso-container.flex-justify-inherit {
  justify-content: inherit;
}
.sso-container.flex-justify-initial {
  justify-content: initial;
}
.sso-container.flex-align-flex-start {
  align-items: flex-start;
}
.sso-container.flex-align-flex-end {
  align-items: flex-end;
}
.sso-container.flex-align-stretch {
  align-items: stretch;
}
.sso-container.flex-align-center {
  align-items: center;
}
.sso-container.flex-align-baseline {
  align-items: baseline;
}
.sso-container.flex-align-inherit {
  align-items: inherit;
}
.sso-container.flex-align-initial {
  align-items: initial;
}
.sso-container .sso-header {
  display: flex;
  align-items: center;
  justify-content: left;
  height: 60px;
  color: #ffffff;
  margin: 18px;
}
.sso-container .sso-header.flex-row {
  flex-direction: row;
}
.sso-container .sso-header.flex-column {
  flex-direction: column;
}
.sso-container .sso-header.flex-justify-flex-start {
  justify-content: flex-start;
}
.sso-container .sso-header.flex-justify-flex-end {
  justify-content: flex-end;
}
.sso-container .sso-header.flex-justify-center {
  justify-content: center;
}
.sso-container .sso-header.flex-justify-space-between {
  justify-content: space-between;
}
.sso-container .sso-header.flex-justify-space-around {
  justify-content: space-around;
}
.sso-container .sso-header.flex-justify-inherit {
  justify-content: inherit;
}
.sso-container .sso-header.flex-justify-initial {
  justify-content: initial;
}
.sso-container .sso-header.flex-align-flex-start {
  align-items: flex-start;
}
.sso-container .sso-header.flex-align-flex-end {
  align-items: flex-end;
}
.sso-container .sso-header.flex-align-stretch {
  align-items: stretch;
}
.sso-container .sso-header.flex-align-center {
  align-items: center;
}
.sso-container .sso-header.flex-align-baseline {
  align-items: baseline;
}
.sso-container .sso-header.flex-align-inherit {
  align-items: inherit;
}
.sso-container .sso-header.flex-align-initial {
  align-items: initial;
}
.sso-container .sso-header .studio-logo {
  width: 216px;
  height: 35px;
  margin-top: 2px;
  background: url('/images/marketplace-logo-7829eafeb2c2d6cb8b1a65b0917ca1fb.svg') no-repeat;
  background-size: contain;
  background-position: center;
}
.sso-container .main-content {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  position: relative;
}
.sso-container .main-content.flex-row {
  flex-direction: row;
}
.sso-container .main-content.flex-column {
  flex-direction: column;
}
.sso-container .main-content.flex-justify-flex-start {
  justify-content: flex-start;
}
.sso-container .main-content.flex-justify-flex-end {
  justify-content: flex-end;
}
.sso-container .main-content.flex-justify-center {
  justify-content: center;
}
.sso-container .main-content.flex-justify-space-between {
  justify-content: space-between;
}
.sso-container .main-content.flex-justify-space-around {
  justify-content: space-around;
}
.sso-container .main-content.flex-justify-inherit {
  justify-content: inherit;
}
.sso-container .main-content.flex-justify-initial {
  justify-content: initial;
}
.sso-container .main-content.flex-align-flex-start {
  align-items: flex-start;
}
.sso-container .main-content.flex-align-flex-end {
  align-items: flex-end;
}
.sso-container .main-content.flex-align-stretch {
  align-items: stretch;
}
.sso-container .main-content.flex-align-center {
  align-items: center;
}
.sso-container .main-content.flex-align-baseline {
  align-items: baseline;
}
.sso-container .main-content.flex-align-inherit {
  align-items: inherit;
}
.sso-container .main-content.flex-align-initial {
  align-items: initial;
}
.sso-container .content-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 440px;
  height: 260px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  padding: 36px;
  box-shadow: 0px 2px 10px 0px #5E74824D;
  z-index: 1;
}
.sso-container .content-box.flex-row {
  flex-direction: row;
}
.sso-container .content-box.flex-column {
  flex-direction: column;
}
.sso-container .content-box.flex-justify-flex-start {
  justify-content: flex-start;
}
.sso-container .content-box.flex-justify-flex-end {
  justify-content: flex-end;
}
.sso-container .content-box.flex-justify-center {
  justify-content: center;
}
.sso-container .content-box.flex-justify-space-between {
  justify-content: space-between;
}
.sso-container .content-box.flex-justify-space-around {
  justify-content: space-around;
}
.sso-container .content-box.flex-justify-inherit {
  justify-content: inherit;
}
.sso-container .content-box.flex-justify-initial {
  justify-content: initial;
}
.sso-container .content-box.flex-align-flex-start {
  align-items: flex-start;
}
.sso-container .content-box.flex-align-flex-end {
  align-items: flex-end;
}
.sso-container .content-box.flex-align-stretch {
  align-items: stretch;
}
.sso-container .content-box.flex-align-center {
  align-items: center;
}
.sso-container .content-box.flex-align-baseline {
  align-items: baseline;
}
.sso-container .content-box.flex-align-inherit {
  align-items: inherit;
}
.sso-container .content-box.flex-align-initial {
  align-items: initial;
}
.sso-container .content-box h1 {
  font-family: GP Commerce Medium, sans-serif;
  text-align: center;
  font-size: 32px;
  line-height: 150%;
  color: #323436;
  margin: unset;
}
.sso-container .content-box p {
  font-family: 'GP Commerce';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #323436;
}
.sso-container .content-box a {
  display: block;
}
.sso-container .content-box.error {
  width: 558px;
  height: 476px;
  text-align: center;
}
.sso-container .background-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url('/images/geometric-0fe4af80f908c59f2a0fa802fe68ac1c.svg');
  background-repeat: repeat-x;
  background-position: bottom;
}
.sso-container footer {
  height: 4em;
  color: #ffffff;
  background-color: #0e283c;
  display: flex;
  align-items: center;
  justify-content: center;
}
.react-multi-carousel-list {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .react-multi-carousel-list {
    right: 0px;
  }
}
.react-multi-carousel-track {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  position: relative;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  will-change: transform,transition;
}
.react-multiple-carousel__arrow--right,
.react-multiple-carousel__arrow--left {
  display: none;
}
.react-multi-carousel-dot-list.custom-dot-list-style {
  position: relative;
  gap: 10px;
  display: flex;
  justify-content: center;
  padding: 0px;
  margin-top: 30px;
  list-style: none;
}
.react-multi-carousel-dot button {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  padding: 5px 5px 5px 5px;
  box-shadow: none;
  transition-duration: 0.4s;
  border: none;
  padding: 0;
  margin: 0;
  margin-right: 6px;
  outline: 0;
  cursor: pointer;
}
.react-multi-carousel-dot--active button {
  background: #000000;
  width: 80px;
  border-radius: 25px;
}
@media (min-width: 1920px) {
  .react-multi-carousel-list {
    padding-bottom: 90px;
  }
  .react-multi-carousel-dot button {
    width: 15px;
    height: 15px;
    margin-bottom: -20px;
  }
  .react-multi-carousel-dot--active button {
    width: 120px;
  }
}
@media (min-width: 3840px) {
  .react-multi-carousel-list {
    padding-bottom: 120px;
    right: 60px;
  }
  .react-multi-carousel-dot--active button {
    width: 150px;
  }
}
.expand-control .expand-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  line-height: 150%;
  margin: 0px;
  width: 100%;
  background-color: transparent;
  border: 0px;
}
.expand-control .expand-button:active {
  color: #5a5f62;
  outline: none;
  box-shadow: none;
}
.expand-control .expand-button .expand-button-label {
  display: flex;
  align-items: center;
  width: 100%;
}
.expand-control .expand-button .expand-button-label i {
  font-size: 20px;
  color: #5a5f62;
  padding: 6px;
  align-self: flex-start;
  margin-left: 10px;
}
.expand-control .expand-button .expand-button-label i:hover {
  background-color: #f0f4f6;
  border-radius: 4px;
}
.expand-control .expand-button .expand-button-label .expand-title {
  font-family: GP Commerce Medium, sans-serif;
  font-size: 16px;
  font-style: normal;
  color: #323436;
  width: 100%;
  text-align: left;
  line-height: 150%;
}
.expand-control .expand-content {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
@media (max-width: 991px) {
  .grid-content {
    width: 100%;
    overflow-x: scroll;
  }
}
.grid-list {
  display: grid;
  column-gap: 10px;
}
.grid-list.GRIDMYSOLUTIONS {
  grid-template-columns: 100px auto auto auto 0px;
}
.grid-list.GRIDROWGENERIC {
  grid-template-columns: auto auto auto auto;
}
.grid-list .grid-row.no-hover:hover {
  background: inherit;
  transition: none;
  cursor: default;
}
.grid-list .grid-row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1 / 6;
  padding-top: 16px;
  padding-bottom: 16px;
  align-items: stretch;
  border-bottom: 1px solid #C2C2C2;
}
.grid-list .grid-row:last-of-type {
  border-bottom: none;
}
.grid-list .grid-row:hover {
  background-color: #f5f7fe;
  position: relative;
}
.grid-list .grid-row:focus-within {
  position: relative;
}
.grid-list .grid-row .grid-actions {
  display: flex;
  align-items: center;
  justify-content: right;
}
.grid-list .grid-row .grid-actions a {
  color: #395FF0;
  margin-right: 16px;
}
.grid-list .grid-row .grid-actions a:focus {
  color: #f7f9fb;
}
@media (min-width: 991px) {
  .grid-list .grid-row .grid-actions {
    position: absolute;
    left: -10000px;
    top: 0px;
    bottom: 0px;
  }
  .grid-list .grid-row:focus-within .grid-actions {
    left: 60%;
    right: 0px;
    background: linear-gradient(270deg, #ffffff 47.92%, rgba(255, 255, 255, 0.2) 99.96%);
  }
  .grid-list .grid-row:hover .grid-actions {
    left: 60%;
    right: 0px;
    background: linear-gradient(270deg, #E8F0FE 47.92%, rgba(232, 240, 254, 0) 99.96%);
  }
}
.grid-list .grid-col {
  display: flex;
  align-items: center;
}
.grid-list .grid-header-row {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1 / 6;
}
.grid-list .grid-header-col {
  display: flex;
  color: #5E7482;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 160%;
}
.grid-list .grid-header-col:last-child {
  visibility: hidden;
}
.grid-list .grid-header-col i {
  color: #5E7482;
  font-size: 20px;
  padding: 0px 6px;
  margin-left: 5px;
}
.grid-list .grid-detail {
  display: flex;
  align-items: center;
}
.grid-list .grid-detail .grid-detail-title {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.14px;
}
.grid-list .grid-detail .grid-detail-desc {
  color: #5a5f62;
  font-family: GP Commerce, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 160%;
}
.grid-list .grid-detail i {
  margin-right: 16px;
  font-size: 24px;
}
.grid-list .grid-favorite {
  margin-left: 5px;
}
.grid-list .grid-favorite i {
  font-size: 20px;
  margin-left: 6px;
}
.grid-list .grid-favorite i.sys-solid-fa-star {
  color: #FFC627;
  -webkit-text-stroke: 1px #5E7482;
}
.grid-list .grid-favorite .button-icon.ui-action-button.btn {
  color: #5E7482;
}
.grid-list .grid-favorite .button-icon.ui-action-button.btn:focus {
  color: #ffffff;
}
.grid-list .grid-user {
  color: #323436;
  font-family: GP Commerce, sans-serif;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.14px;
}
.grid-list .grid-user .grid-text-column-bold {
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
}
.grid-list .grid-status {
  font-family: GP Commerce Medium, sans-serif;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
}
.grid-list .grid-status .grid-status-label {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
}
.grid-list .grid-status .grid-status-notpurchased {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #5a5f62;
  background: #f0f4f6;
}
.grid-list .grid-status .grid-status-purchaseinprogress {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #736646;
  background: #FFEEBE;
}
.grid-list .grid-status .grid-status-purchased {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #028053;
  background: #E7FADB;
}
.grid-list .grid-status .grid-status-configurationinprogress {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #736646;
  background: #FFEEBE;
}
.grid-list .grid-status .grid-status-configurationneeded {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #6F52AD;
  background: #E5DAFF;
}
.grid-list .grid-status .grid-status-configured {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #028053;
  background: #E7FADB;
}
.grid-list .grid-status .grid-status-default {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #028053;
  background: #E7FADB;
  font-family: GP Commerce Medium, sans-serif;
}
.grid-list hr {
  grid-column: 1 / 6;
  margin-top: 12px;
  margin-bottom: 0px;
  border-top: 1px solid #C2C2C2;
  opacity: 1;
}
@media (max-width: 1399px) {
  .grid-list {
    grid-template-columns: 70px auto auto auto 0px;
  }
}
@media (max-width: 1199px) {
  .grid-list {
    grid-template-columns: 50px auto auto auto 0px;
  }
}
@media (max-width: 991px) {
  .grid-list {
    grid-template-columns: 40px auto auto auto 0px;
  }
}
@media (max-width: 991px) {
  .grid-list {
    width: 768px;
    grid-template-columns: 40px auto auto auto auto;
  }
  .grid-list .grid-header-col:last-child {
    visibility: visible;
  }
}
.radio-button,
.radio-button-inline {
  display: flex;
  column-gap: 20px;
}
.radio-button .form-check,
.radio-button-inline .form-check {
  margin-bottom: 10px;
}
.radio-button .form-check input[type="radio"],
.radio-button-inline .form-check input[type="radio"] {
  margin: 0px;
}
.radio-button .form-check,
.radio-button-inline .form-check,
.radio-button .form-check-inline,
.radio-button-inline .form-check-inline {
  display: flex;
  align-items: center;
  column-gap: 18px;
}
.radio-button .form-check-label,
.radio-button-inline .form-check-label {
  color: #5E7482;
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  line-height: 16px;
  margin-bottom: 0px;
  line-height: 24px;
  letter-spacing: 0.16px;
}
.radio-button .form-label,
.radio-button-inline .form-label {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 9px;
}
.radio-button .help-text,
.radio-button-inline .help-text {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.16px;
  margin: 0px;
  width: 100%;
  margin-bottom: 9px;
}
.radio-button-inline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.radio-button-inline .form-label {
  width: 100%;
}
.configurationflex-section {
  margin-top: 40px;
  margin-bottom: 80px;
  position: relative;
}
.configurationflex-section h3.section-title {
  color: #323436;
  font-family: GP Commerce Bold, sans-serif;
  font-size: 32px;
  font-style: normal;
  line-height: 150%;
  margin: 0px;
}
.configurationflex-section .configurationflex-cards {
  margin-top: 40px;
}
.configurationflex-section .configurationflex-cards .custom-dot-list-style:last-child {
  margin-right: 0px;
}
.configurationflex-section .configurationflex-cards .configurationflex-card {
  width: 100%;
  height: 100%;
}
.configurationflex-section .configurationflex-cards .configurationflex-card .configurationflex-card-border {
  border-radius: 6px;
  border: 1px solid #C2C2C2;
  padding: 24px;
  margin-right: 27px;
  height: 100%;
}
.configurationflex-section .configurationflex-cards .configurationflex-card h4.card-title {
  font-family: GP Commerce Medium, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 150%;
  color: #323436;
}
.configurationflex-section .configurationflex-cards .configurationflex-card p.card-desc {
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 160%;
  letter-spacing: 0.16px;
  color: #5E7482;
  margin: 0px;
  margin-top: 14px;
}
.configurationflex-section .configurationflex-cards .configurationflex-card ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #C2C2C2;
}
.configurationflex-section .configurationflex-cards .configurationflex-card .configurationflex-item {
  color: #323436;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0.16px;
  display: flex;
}
.configurationflex-section .configurationflex-cards .configurationflex-card .configurationflex-item .item-left {
  display: flex;
  flex-direction: column;
  color: #5E7482;
  padding-top: 7px;
}
.configurationflex-section .configurationflex-cards .configurationflex-card .configurationflex-item .item-left .sys-solid-fa-circle {
  font-size: 5px;
}
.configurationflex-section .configurationflex-cards .configurationflex-card .configurationflex-item .item-right {
  margin-left: 18px;
}
.configurationflex-section .configurationflex-cards .react-multi-carousel-item:last-child .configurationflex-card .configurationflex-card-border {
  margin-right: 0px;
}
@media (max-width: 992px) {
  .configurationflex-section {
    margin-top: 0px;
  }
  .configurationflex-section h3.section-title {
    font-size: 24px;
    line-height: 130%;
  }
  .configurationflex-section .configurationflex-cards .configurationflex-card h4.card-title {
    font-size: 18px;
  }
}
.getstarted-section {
  margin-top: 40px;
  margin-bottom: 80px;
  position: relative;
}
.getstarted-section h3.section-title {
  color: #323436;
  font-family: GP Commerce Bold, sans-serif;
  font-size: 32px;
  font-style: normal;
  line-height: 150%;
  margin: 0px;
}
.getstarted-section .section-content ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.getstarted-section .getstarted-items {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.getstarted-section .getstarted-items .getstarted-item {
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-radius: 6px;
  border: 1px solid #C2C2C2;
}
.getstarted-section .getstarted-items .item-left {
  display: flex;
  width: 34px;
  height: 34px;
  padding: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}
.getstarted-section .getstarted-items .item-content {
  width: 100%;
}
.getstarted-section .getstarted-items h4.item-title {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 150%;
  margin: 0px;
}
.getstarted-section .getstarted-items p.item-desc {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: 0.16px;
  margin: 0px;
  margin-top: 8px;
}
.getstarted-section .getstarted-items .item-downloads {
  margin-top: 10px;
  display: flex;
  gap: 30px;
}
.getstarted-section .getstarted-items .item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
}
.keyfeatures-section {
  width: 100%;
  font-family: GP Commerce, sans-serif;
  margin-bottom: 80px;
}
.keyfeatures-section h3.section-title {
  font-family: GP Commerce Bold, sans-serif;
  font-size: 32px;
  line-height: 150%;
  color: #323436;
  margin: 0px;
}
.keyfeatures-section .section-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
}
.keyfeatures-section .section-grid .keyfeatures-gridcard {
  display: flex;
  color: #5a5f62;
  padding: 5px;
  text-align: left;
}
.keyfeatures-section .section-grid .keyfeatures-gridcard .gridcard-left .gridcard-icon {
  width: 50px;
  height: 50px;
}
.keyfeatures-section .section-grid .keyfeatures-gridcard .gridcard-right {
  margin-left: 30px;
}
.keyfeatures-section .section-grid .keyfeatures-gridcard .gridcard-right h4.gridcard-title {
  font-feature-settings: 'liga' off, 'clig' off;
  margin: 0px;
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 20px;
  line-height: 150%;
}
.keyfeatures-section .section-grid .keyfeatures-gridcard .gridcard-right p.gridcard-desc {
  margin: 0px;
  padding-top: 14px;
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.16px;
}
@media (max-width: 992px) {
  .keyfeatures-section h3.section-title {
    font-size: 24px;
  }
  .keyfeatures-section .section-grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.howdoesitwork-section {
  margin-top: 40px;
  margin-bottom: 80px;
}
.howdoesitwork-section h3.section-title {
  color: #323436;
  font-family: GP Commerce Bold, sans-serif;
  font-size: 32px;
  font-style: normal;
  line-height: 150%;
  margin: 0px;
}
.howdoesitwork-section .section-content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.howdoesitwork-section .section-content .content-left {
  width: 50%;
}
.howdoesitwork-section .section-content .content-left ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
.howdoesitwork-section .section-content .content-left .howdoesitwork-item {
  display: flex;
}
.howdoesitwork-section .section-content .content-left .howdoesitwork-item:last-child .item-left {
  background-image: none;
}
.howdoesitwork-section .section-content .content-left .howdoesitwork-item:last-child .item-right {
  padding-bottom: 0px;
}
.howdoesitwork-section .section-content .content-left .item-left {
  display: flex;
  flex-direction: column;
  background-image: url('/images/overview/verticalaccentline-1c292e7ff69f699c215f63bf84c9cdc5.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.howdoesitwork-section .section-content .content-left .item-index {
  display: flex;
  width: 34px;
  height: 34px;
  padding: 2px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background-color: #000000;
  color: #ffffff;
  line-height: 140%;
}
.howdoesitwork-section .section-content .content-left .item-right {
  padding-left: 30px;
  padding-bottom: 50px;
}
.howdoesitwork-section .section-content .content-left .item-right h4.item-title {
  font-family: GP Commerce, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #323436;
  margin: 0px;
}
.howdoesitwork-section .section-content .content-left .item-right .item-desc {
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #5E7482;
  margin-top: 10px;
  letter-spacing: 0.16px;
}
.howdoesitwork-section .section-content .content-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 70px;
}
.howdoesitwork-section .section-content .content-right img {
  width: 100%;
}
@media (max-width: 1200px) {
  .howdoesitwork-section .section-content .content-right {
    display: none;
  }
  .howdoesitwork-section .section-content .content-left {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .howdoesitwork-section {
    margin-top: 0px;
  }
  .howdoesitwork-section h3.section-title {
    font-family: GP Commerce Bold, sans-serif;
    font-size: 24px;
    line-height: 130%;
  }
}
@media (min-width: 1920px) {
  .howdoesitwork-section .section-content .content-right img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 2160px) {
  .howdoesitwork-section .section-content .content-right img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
}
.solutionhero-section {
  margin: 60px 0px;
  padding: 0px;
  display: flex;
}
.solutionhero-section .left-section {
  width: 50%;
}
.solutionhero-section .right-section {
  width: 50%;
  margin-left: 60px;
}
.solutionhero-section .right-section img {
  width: 100%;
}
.solutionhero-section h2.section-title {
  font-family: GP Commerce Light, sans-serif;
  font-size: 48px;
  color: #323436;
  line-height: 120%;
  padding: 0px;
}
.solutionhero-section h2.section-title b {
  font-family: GP Commerce Bold, sans-serif;
}
.solutionhero-section .section-desc {
  margin-top: 20px;
  font-family: GP Commerce, sans-serif;
  font-size: 18px;
  color: #5E7482;
  line-height: 160%;
  letter-spacing: 0.18px;
}
@media (max-width: 1200px) {
  .solutionhero-section {
    padding: 30px 0px;
  }
  .solutionhero-section .left-section {
    width: 100%;
  }
  .solutionhero-section .right-section {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 992px) {
  .solutionhero-section h2.section-title {
    font-family: GP Commerce Light, sans-serif;
    font-size: 38px;
    line-height: 110%;
  }
  .solutionhero-section .section-desc {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .solutionhero-section .right-section img {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 2160px) {
  .solutionhero-section .right-section img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
}
.solutionfaqs-section {
  margin-top: 20px;
  margin-bottom: 80px;
  display: flex;
  justify-content: stretch;
}
.solutionfaqs-section .title-section {
  width: 30%;
}
.solutionfaqs-section .title-section h3.section-title {
  color: #323436;
  font-family: GP Commerce Bold, sans-serif;
  font-size: 32px;
  font-style: normal;
  line-height: 150%;
  margin: 0px;
}
.solutionfaqs-section .title-section p.section-desc {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
}
.solutionfaqs-section .title-section p.section-desc a {
  color: #395FF0;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 16px;
  line-height: 150%;
}
.solutionfaqs-section .title-section p.section-desc a:hover {
  transform: scale(1.05);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
.solutionfaqs-section .content-section {
  margin-left: 60px;
  width: 70%;
}
.solutionfaqs-section .content-section .expand-control {
  border-top: 1px solid #C2C2C2;
  padding: 10px 0px;
}
.solutionfaqs-section .content-section .expand-control .expand-button {
  padding: 10px 0px;
}
.solutionfaqs-section .content-section p.faq-answer {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 150%;
  margin-top: 4px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .solutionfaqs-section .content-section {
    margin-left: 40px;
  }
}
@media (max-width: 992px) {
  .solutionfaqs-section {
    display: inline-block;
  }
  .solutionfaqs-section .title-section {
    width: 100%;
    font-size: 24px;
    line-height: 130%;
  }
  .solutionfaqs-section .content-section {
    margin-left: 0px;
    width: 100%;
  }
  .solutionfaqs-section .content-section p.faq-answer {
    letter-spacing: 0.16px;
  }
}
.partner-logos-section {
  margin-bottom: 150px;
}
.partner-logos-section h3.section-title {
  color: #323436;
  font-family: GP Commerce Bold, sans-serif;
  font-size: 32px;
  line-height: 150%;
  margin: 0px;
}
.partner-logos-section .section-content {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}
.partner-logos-section .section-content img {
  height: 32px;
}
.purchase-header {
  display: flex;
  flex-wrap: wrap;
  padding: 28px 0 14px;
}
.purchase-header.flex-row {
  flex-direction: row;
}
.purchase-header.flex-column {
  flex-direction: column;
}
.purchase-header.flex-justify-flex-start {
  justify-content: flex-start;
}
.purchase-header.flex-justify-flex-end {
  justify-content: flex-end;
}
.purchase-header.flex-justify-center {
  justify-content: center;
}
.purchase-header.flex-justify-space-between {
  justify-content: space-between;
}
.purchase-header.flex-justify-space-around {
  justify-content: space-around;
}
.purchase-header.flex-justify-inherit {
  justify-content: inherit;
}
.purchase-header.flex-justify-initial {
  justify-content: initial;
}
.purchase-header.flex-align-flex-start {
  align-items: flex-start;
}
.purchase-header.flex-align-flex-end {
  align-items: flex-end;
}
.purchase-header.flex-align-stretch {
  align-items: stretch;
}
.purchase-header.flex-align-center {
  align-items: center;
}
.purchase-header.flex-align-baseline {
  align-items: baseline;
}
.purchase-header.flex-align-inherit {
  align-items: inherit;
}
.purchase-header.flex-align-initial {
  align-items: initial;
}
.purchase-header .purchase-header-left {
  width: 60%;
}
.purchase-header .purchase-header-left .purchase-header-title {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 28px;
  line-height: 40px;
  padding: 12px 0;
}
.purchase-header .purchase-header-left .purchase-header-description {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.16px;
  padding-bottom: 26px;
}
.purchase-header .purchase-header-right {
  display: flex;
  justify-content: flex-end;
  width: 40%;
}
.purchase-header .purchase-header-right.flex-row {
  flex-direction: row;
}
.purchase-header .purchase-header-right.flex-column {
  flex-direction: column;
}
.purchase-header .purchase-header-right.flex-justify-flex-start {
  justify-content: flex-start;
}
.purchase-header .purchase-header-right.flex-justify-flex-end {
  justify-content: flex-end;
}
.purchase-header .purchase-header-right.flex-justify-center {
  justify-content: center;
}
.purchase-header .purchase-header-right.flex-justify-space-between {
  justify-content: space-between;
}
.purchase-header .purchase-header-right.flex-justify-space-around {
  justify-content: space-around;
}
.purchase-header .purchase-header-right.flex-justify-inherit {
  justify-content: inherit;
}
.purchase-header .purchase-header-right.flex-justify-initial {
  justify-content: initial;
}
.purchase-header .purchase-header-right.flex-align-flex-start {
  align-items: flex-start;
}
.purchase-header .purchase-header-right.flex-align-flex-end {
  align-items: flex-end;
}
.purchase-header .purchase-header-right.flex-align-stretch {
  align-items: stretch;
}
.purchase-header .purchase-header-right.flex-align-center {
  align-items: center;
}
.purchase-header .purchase-header-right.flex-align-baseline {
  align-items: baseline;
}
.purchase-header .purchase-header-right.flex-align-inherit {
  align-items: inherit;
}
.purchase-header .purchase-header-right.flex-align-initial {
  align-items: initial;
}
@media (max-width: 1200px) {
  .purchase-header .purchase-header-left {
    width: 100%;
  }
  .purchase-header .purchase-header-right {
    display: none;
  }
}
@media (max-width: 768px) {
  .purchase-header .purchase-header-left {
    width: 100%;
  }
  .purchase-header .purchase-header-left .purchase-header-title {
    font-size: 24px;
    line-height: 31px;
  }
  .purchase-header .purchase-header-right {
    display: none;
  }
}
.purchasesteps {
  margin-bottom: 80px;
}
.purchasesteps .step {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.purchasesteps .step.flex-row {
  flex-direction: row;
}
.purchasesteps .step.flex-column {
  flex-direction: column;
}
.purchasesteps .step.flex-justify-flex-start {
  justify-content: flex-start;
}
.purchasesteps .step.flex-justify-flex-end {
  justify-content: flex-end;
}
.purchasesteps .step.flex-justify-center {
  justify-content: center;
}
.purchasesteps .step.flex-justify-space-between {
  justify-content: space-between;
}
.purchasesteps .step.flex-justify-space-around {
  justify-content: space-around;
}
.purchasesteps .step.flex-justify-inherit {
  justify-content: inherit;
}
.purchasesteps .step.flex-justify-initial {
  justify-content: initial;
}
.purchasesteps .step.flex-align-flex-start {
  align-items: flex-start;
}
.purchasesteps .step.flex-align-flex-end {
  align-items: flex-end;
}
.purchasesteps .step.flex-align-stretch {
  align-items: stretch;
}
.purchasesteps .step.flex-align-center {
  align-items: center;
}
.purchasesteps .step.flex-align-baseline {
  align-items: baseline;
}
.purchasesteps .step.flex-align-inherit {
  align-items: inherit;
}
.purchasesteps .step.flex-align-initial {
  align-items: initial;
}
.purchasesteps .step:not(:last-child) {
  margin-bottom: 30px;
}
.purchasesteps .step:not(:last-child) .vertical-line {
  position: absolute;
  top: 70px;
  bottom: -65px;
  left: 15px;
  width: 2px;
  z-index: 0;
  background: transparent;
  overflow: hidden;
}
.purchasesteps .step:not(:last-child) .vertical-line::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: transparent;
}
.purchasesteps .step:not(:last-child) .vertical-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='2' height='4' rx='1' fill='%23C2C2C2'/%3E%3C/svg%3E");
  background-size: 2px 12px;
  background-repeat: repeat-y;
}
.purchasesteps .step .step-left {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.purchasesteps .step .step-left.flex-row {
  flex-direction: row;
}
.purchasesteps .step .step-left.flex-column {
  flex-direction: column;
}
.purchasesteps .step .step-left.flex-justify-flex-start {
  justify-content: flex-start;
}
.purchasesteps .step .step-left.flex-justify-flex-end {
  justify-content: flex-end;
}
.purchasesteps .step .step-left.flex-justify-center {
  justify-content: center;
}
.purchasesteps .step .step-left.flex-justify-space-between {
  justify-content: space-between;
}
.purchasesteps .step .step-left.flex-justify-space-around {
  justify-content: space-around;
}
.purchasesteps .step .step-left.flex-justify-inherit {
  justify-content: inherit;
}
.purchasesteps .step .step-left.flex-justify-initial {
  justify-content: initial;
}
.purchasesteps .step .step-left.flex-align-flex-start {
  align-items: flex-start;
}
.purchasesteps .step .step-left.flex-align-flex-end {
  align-items: flex-end;
}
.purchasesteps .step .step-left.flex-align-stretch {
  align-items: stretch;
}
.purchasesteps .step .step-left.flex-align-center {
  align-items: center;
}
.purchasesteps .step .step-left.flex-align-baseline {
  align-items: baseline;
}
.purchasesteps .step .step-left.flex-align-inherit {
  align-items: inherit;
}
.purchasesteps .step .step-left.flex-align-initial {
  align-items: initial;
}
.purchasesteps .step .step-left .step-count {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 34px;
  width: 34px;
  font-size: 18px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 25px;
  border-radius: 4px;
}
.purchasesteps .step .step-left .step-count.flex-row {
  flex-direction: row;
}
.purchasesteps .step .step-left .step-count.flex-column {
  flex-direction: column;
}
.purchasesteps .step .step-left .step-count.flex-justify-flex-start {
  justify-content: flex-start;
}
.purchasesteps .step .step-left .step-count.flex-justify-flex-end {
  justify-content: flex-end;
}
.purchasesteps .step .step-left .step-count.flex-justify-center {
  justify-content: center;
}
.purchasesteps .step .step-left .step-count.flex-justify-space-between {
  justify-content: space-between;
}
.purchasesteps .step .step-left .step-count.flex-justify-space-around {
  justify-content: space-around;
}
.purchasesteps .step .step-left .step-count.flex-justify-inherit {
  justify-content: inherit;
}
.purchasesteps .step .step-left .step-count.flex-justify-initial {
  justify-content: initial;
}
.purchasesteps .step .step-left .step-count.flex-align-flex-start {
  align-items: flex-start;
}
.purchasesteps .step .step-left .step-count.flex-align-flex-end {
  align-items: flex-end;
}
.purchasesteps .step .step-left .step-count.flex-align-stretch {
  align-items: stretch;
}
.purchasesteps .step .step-left .step-count.flex-align-center {
  align-items: center;
}
.purchasesteps .step .step-left .step-count.flex-align-baseline {
  align-items: baseline;
}
.purchasesteps .step .step-left .step-count.flex-align-inherit {
  align-items: inherit;
}
.purchasesteps .step .step-left .step-count.flex-align-initial {
  align-items: initial;
}
.purchasesteps .step .step-left .step-count.flex-row {
  flex-direction: row;
}
.purchasesteps .step .step-left .step-count.flex-column {
  flex-direction: column;
}
.purchasesteps .step .step-left .step-count.flex-justify-flex-start {
  justify-content: flex-start;
}
.purchasesteps .step .step-left .step-count.flex-justify-flex-end {
  justify-content: flex-end;
}
.purchasesteps .step .step-left .step-count.flex-justify-center {
  justify-content: center;
}
.purchasesteps .step .step-left .step-count.flex-justify-space-between {
  justify-content: space-between;
}
.purchasesteps .step .step-left .step-count.flex-justify-space-around {
  justify-content: space-around;
}
.purchasesteps .step .step-left .step-count.flex-justify-inherit {
  justify-content: inherit;
}
.purchasesteps .step .step-left .step-count.flex-justify-initial {
  justify-content: initial;
}
.purchasesteps .step .step-left .step-count.flex-align-flex-start {
  align-items: flex-start;
}
.purchasesteps .step .step-left .step-count.flex-align-flex-end {
  align-items: flex-end;
}
.purchasesteps .step .step-left .step-count.flex-align-stretch {
  align-items: stretch;
}
.purchasesteps .step .step-left .step-count.flex-align-center {
  align-items: center;
}
.purchasesteps .step .step-left .step-count.flex-align-baseline {
  align-items: baseline;
}
.purchasesteps .step .step-left .step-count.flex-align-inherit {
  align-items: inherit;
}
.purchasesteps .step .step-left .step-count.flex-align-initial {
  align-items: initial;
}
.purchasesteps .step .step-left .step-count i {
  font-size: 24px;
}
.purchasesteps .step .step-left .step-count-normal {
  color: #5a5f62;
  border: 1.5px solid #5a5f62;
}
.purchasesteps .step .step-left .step-count-active {
  border: 0;
  background-color: #395FF0;
  color: #ffffff;
}
.purchasesteps .step .step-left .step-count-completed {
  border: 0;
  background-color: #0EA972;
  color: #ffffff;
}
.purchasesteps .step .step-left .step-count-failed {
  border: 0;
  background-color: #CE1518;
  color: #ffffff;
}
.purchasesteps .step .active-status {
  border: 1px solid #395FF0;
  box-shadow: 0px 0px 0px 3px rgba(57, 95, 240, 0.25);
}
.purchasesteps .step .normal-status {
  border: 1px solid #C2C2C2;
}
.purchasesteps .step .step-right {
  display: flex;
  flex-wrap: wrap;
  padding: 24px;
  border-radius: 6px;
  width: 90%;
  flex-grow: 1;
  margin-right: 3px;
}
.purchasesteps .step .step-right.flex-row {
  flex-direction: row;
}
.purchasesteps .step .step-right.flex-column {
  flex-direction: column;
}
.purchasesteps .step .step-right.flex-justify-flex-start {
  justify-content: flex-start;
}
.purchasesteps .step .step-right.flex-justify-flex-end {
  justify-content: flex-end;
}
.purchasesteps .step .step-right.flex-justify-center {
  justify-content: center;
}
.purchasesteps .step .step-right.flex-justify-space-between {
  justify-content: space-between;
}
.purchasesteps .step .step-right.flex-justify-space-around {
  justify-content: space-around;
}
.purchasesteps .step .step-right.flex-justify-inherit {
  justify-content: inherit;
}
.purchasesteps .step .step-right.flex-justify-initial {
  justify-content: initial;
}
.purchasesteps .step .step-right.flex-align-flex-start {
  align-items: flex-start;
}
.purchasesteps .step .step-right.flex-align-flex-end {
  align-items: flex-end;
}
.purchasesteps .step .step-right.flex-align-stretch {
  align-items: stretch;
}
.purchasesteps .step .step-right.flex-align-center {
  align-items: center;
}
.purchasesteps .step .step-right.flex-align-baseline {
  align-items: baseline;
}
.purchasesteps .step .step-right.flex-align-inherit {
  align-items: inherit;
}
.purchasesteps .step .step-right.flex-align-initial {
  align-items: initial;
}
.purchasesteps .step .step-right .content-left {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.purchasesteps .step .step-right .content-left.flex-row {
  flex-direction: row;
}
.purchasesteps .step .step-right .content-left.flex-column {
  flex-direction: column;
}
.purchasesteps .step .step-right .content-left.flex-justify-flex-start {
  justify-content: flex-start;
}
.purchasesteps .step .step-right .content-left.flex-justify-flex-end {
  justify-content: flex-end;
}
.purchasesteps .step .step-right .content-left.flex-justify-center {
  justify-content: center;
}
.purchasesteps .step .step-right .content-left.flex-justify-space-between {
  justify-content: space-between;
}
.purchasesteps .step .step-right .content-left.flex-justify-space-around {
  justify-content: space-around;
}
.purchasesteps .step .step-right .content-left.flex-justify-inherit {
  justify-content: inherit;
}
.purchasesteps .step .step-right .content-left.flex-justify-initial {
  justify-content: initial;
}
.purchasesteps .step .step-right .content-left.flex-align-flex-start {
  align-items: flex-start;
}
.purchasesteps .step .step-right .content-left.flex-align-flex-end {
  align-items: flex-end;
}
.purchasesteps .step .step-right .content-left.flex-align-stretch {
  align-items: stretch;
}
.purchasesteps .step .step-right .content-left.flex-align-center {
  align-items: center;
}
.purchasesteps .step .step-right .content-left.flex-align-baseline {
  align-items: baseline;
}
.purchasesteps .step .step-right .content-left.flex-align-inherit {
  align-items: inherit;
}
.purchasesteps .step .step-right .content-left.flex-align-initial {
  align-items: initial;
}
.purchasesteps .step .step-right .content-left .icon-bg {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 34px;
  width: 34px;
  background-color: #dde3e8;
  border-radius: 6px;
  font-size: 20px;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-row {
  flex-direction: row;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-column {
  flex-direction: column;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-justify-center {
  justify-content: center;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-align-center {
  align-items: center;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-align-initial {
  align-items: initial;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-row {
  flex-direction: row;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-column {
  flex-direction: column;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-justify-center {
  justify-content: center;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-align-center {
  align-items: center;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.purchasesteps .step .step-right .content-left .icon-bg.flex-align-initial {
  align-items: initial;
}
.purchasesteps .step .step-right .content-left .icon-bg.icon-bg-active {
  background-color: #E8F0FE;
}
.purchasesteps .step .step-right .content-left .icon-bg .step-icon {
  color: #5E7482;
}
.purchasesteps .step .step-right .content-left .icon-bg .step-icon-active {
  background-color: #E8F0FE;
  color: #395FF0;
}
.purchasesteps .step .step-right .content-left .icon-bg i {
  font-size: 24px;
}
.purchasesteps .step .step-right .content-left .icon-bg-active {
  background-color: #E8F0FE;
}
.purchasesteps .step .step-right .content-right .step-title {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 8px;
}
.purchasesteps .step .step-right .content-right .step-description {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
}
@media (max-width: 1199px) {
  .purchasesteps .step {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .purchasesteps .step.flex-row {
    flex-direction: row;
  }
  .purchasesteps .step.flex-column {
    flex-direction: column;
  }
  .purchasesteps .step.flex-justify-flex-start {
    justify-content: flex-start;
  }
  .purchasesteps .step.flex-justify-flex-end {
    justify-content: flex-end;
  }
  .purchasesteps .step.flex-justify-center {
    justify-content: center;
  }
  .purchasesteps .step.flex-justify-space-between {
    justify-content: space-between;
  }
  .purchasesteps .step.flex-justify-space-around {
    justify-content: space-around;
  }
  .purchasesteps .step.flex-justify-inherit {
    justify-content: inherit;
  }
  .purchasesteps .step.flex-justify-initial {
    justify-content: initial;
  }
  .purchasesteps .step.flex-align-flex-start {
    align-items: flex-start;
  }
  .purchasesteps .step.flex-align-flex-end {
    align-items: flex-end;
  }
  .purchasesteps .step.flex-align-stretch {
    align-items: stretch;
  }
  .purchasesteps .step.flex-align-center {
    align-items: center;
  }
  .purchasesteps .step.flex-align-baseline {
    align-items: baseline;
  }
  .purchasesteps .step.flex-align-inherit {
    align-items: inherit;
  }
  .purchasesteps .step.flex-align-initial {
    align-items: initial;
  }
  .purchasesteps .step:not(:last-child) .vertical-line {
    position: absolute;
    top: 36px;
    bottom: -28px;
    left: 15px;
    width: 2px;
    z-index: 0;
    background: transparent;
    overflow: hidden;
  }
  .purchasesteps .step:not(:last-child) .vertical-line::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background: transparent;
  }
  .purchasesteps .step:not(:last-child) .vertical-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background-image: url("data:image/svg+xml,%3Csvg width='2' height='12' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='0' width='2' height='4' rx='1' fill='%23C2C2C2'/%3E%3C/svg%3E");
    background-size: 2px 12px;
    background-repeat: repeat-y;
  }
  .purchasesteps .step .step-left {
    display: flex;
    align-items: flex-start;
    margin-right: 17px;
  }
  .purchasesteps .step .step-left.flex-row {
    flex-direction: row;
  }
  .purchasesteps .step .step-left.flex-column {
    flex-direction: column;
  }
  .purchasesteps .step .step-left.flex-justify-flex-start {
    justify-content: flex-start;
  }
  .purchasesteps .step .step-left.flex-justify-flex-end {
    justify-content: flex-end;
  }
  .purchasesteps .step .step-left.flex-justify-center {
    justify-content: center;
  }
  .purchasesteps .step .step-left.flex-justify-space-between {
    justify-content: space-between;
  }
  .purchasesteps .step .step-left.flex-justify-space-around {
    justify-content: space-around;
  }
  .purchasesteps .step .step-left.flex-justify-inherit {
    justify-content: inherit;
  }
  .purchasesteps .step .step-left.flex-justify-initial {
    justify-content: initial;
  }
  .purchasesteps .step .step-left.flex-align-flex-start {
    align-items: flex-start;
  }
  .purchasesteps .step .step-left.flex-align-flex-end {
    align-items: flex-end;
  }
  .purchasesteps .step .step-left.flex-align-stretch {
    align-items: stretch;
  }
  .purchasesteps .step .step-left.flex-align-center {
    align-items: center;
  }
  .purchasesteps .step .step-left.flex-align-baseline {
    align-items: baseline;
  }
  .purchasesteps .step .step-left.flex-align-inherit {
    align-items: inherit;
  }
  .purchasesteps .step .step-left.flex-align-initial {
    align-items: initial;
  }
  .purchasesteps .step .step-right {
    display: flex;
    justify-content: flex-start;
    padding: 20px;
    border-radius: 6px;
    flex-grow: 1;
    width: 80%;
  }
  .purchasesteps .step .step-right.flex-row {
    flex-direction: row;
  }
  .purchasesteps .step .step-right.flex-column {
    flex-direction: column;
  }
  .purchasesteps .step .step-right.flex-justify-flex-start {
    justify-content: flex-start;
  }
  .purchasesteps .step .step-right.flex-justify-flex-end {
    justify-content: flex-end;
  }
  .purchasesteps .step .step-right.flex-justify-center {
    justify-content: center;
  }
  .purchasesteps .step .step-right.flex-justify-space-between {
    justify-content: space-between;
  }
  .purchasesteps .step .step-right.flex-justify-space-around {
    justify-content: space-around;
  }
  .purchasesteps .step .step-right.flex-justify-inherit {
    justify-content: inherit;
  }
  .purchasesteps .step .step-right.flex-justify-initial {
    justify-content: initial;
  }
  .purchasesteps .step .step-right.flex-align-flex-start {
    align-items: flex-start;
  }
  .purchasesteps .step .step-right.flex-align-flex-end {
    align-items: flex-end;
  }
  .purchasesteps .step .step-right.flex-align-stretch {
    align-items: stretch;
  }
  .purchasesteps .step .step-right.flex-align-center {
    align-items: center;
  }
  .purchasesteps .step .step-right.flex-align-baseline {
    align-items: baseline;
  }
  .purchasesteps .step .step-right.flex-align-inherit {
    align-items: inherit;
  }
  .purchasesteps .step .step-right.flex-align-initial {
    align-items: initial;
  }
  .purchasesteps .step .step-right .content-left {
    display: none;
  }
}
.grid-status {
  font-family: GP Commerce Medium, sans-serif;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
}
.grid-status .grid-status-label {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
}
.grid-status .grid-status-notpurchased {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #5a5f62;
  background: #f0f4f6;
}
.grid-status .grid-status-purchaseinprogress {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #736646;
  background: #FFEEBE;
}
.grid-status .grid-status-purchased {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #028053;
  background: #E7FADB;
}
.grid-status .grid-status-configurationinprogress {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #736646;
  background: #FFEEBE;
}
.grid-status .grid-status-configurationneeded {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #6F52AD;
  background: #E5DAFF;
}
.grid-status .grid-status-configured {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #028053;
  background: #E7FADB;
}
.grid-status .grid-status-default {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #028053;
  background: #E7FADB;
  font-family: GP Commerce Medium, sans-serif;
}
.profile-header {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background: linear-gradient(94.08deg, #007bff 0%, #a12cf7 62.91%, #eb00ff 100.65%);
  padding: 30px;
}
.profile-header .profile-header-left .profile-abbreviation {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 80px;
  width: 80px;
  font-size: 24px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 36px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #000000;
  border: 3px solid #9F3FFF;
  text-transform: uppercase;
  margin-right: 30px;
}
.profile-header .profile-header-left .profile-abbreviation.flex-row {
  flex-direction: row;
}
.profile-header .profile-header-left .profile-abbreviation.flex-column {
  flex-direction: column;
}
.profile-header .profile-header-left .profile-abbreviation.flex-justify-flex-start {
  justify-content: flex-start;
}
.profile-header .profile-header-left .profile-abbreviation.flex-justify-flex-end {
  justify-content: flex-end;
}
.profile-header .profile-header-left .profile-abbreviation.flex-justify-center {
  justify-content: center;
}
.profile-header .profile-header-left .profile-abbreviation.flex-justify-space-between {
  justify-content: space-between;
}
.profile-header .profile-header-left .profile-abbreviation.flex-justify-space-around {
  justify-content: space-around;
}
.profile-header .profile-header-left .profile-abbreviation.flex-justify-inherit {
  justify-content: inherit;
}
.profile-header .profile-header-left .profile-abbreviation.flex-justify-initial {
  justify-content: initial;
}
.profile-header .profile-header-left .profile-abbreviation.flex-align-flex-start {
  align-items: flex-start;
}
.profile-header .profile-header-left .profile-abbreviation.flex-align-flex-end {
  align-items: flex-end;
}
.profile-header .profile-header-left .profile-abbreviation.flex-align-stretch {
  align-items: stretch;
}
.profile-header .profile-header-left .profile-abbreviation.flex-align-center {
  align-items: center;
}
.profile-header .profile-header-left .profile-abbreviation.flex-align-baseline {
  align-items: baseline;
}
.profile-header .profile-header-left .profile-abbreviation.flex-align-inherit {
  align-items: inherit;
}
.profile-header .profile-header-left .profile-abbreviation.flex-align-initial {
  align-items: initial;
}
.profile-header .profile-header-left .profile-abbreviation.flex-row {
  flex-direction: row;
}
.profile-header .profile-header-left .profile-abbreviation.flex-column {
  flex-direction: column;
}
.profile-header .profile-header-left .profile-abbreviation.flex-justify-flex-start {
  justify-content: flex-start;
}
.profile-header .profile-header-left .profile-abbreviation.flex-justify-flex-end {
  justify-content: flex-end;
}
.profile-header .profile-header-left .profile-abbreviation.flex-justify-center {
  justify-content: center;
}
.profile-header .profile-header-left .profile-abbreviation.flex-justify-space-between {
  justify-content: space-between;
}
.profile-header .profile-header-left .profile-abbreviation.flex-justify-space-around {
  justify-content: space-around;
}
.profile-header .profile-header-left .profile-abbreviation.flex-justify-inherit {
  justify-content: inherit;
}
.profile-header .profile-header-left .profile-abbreviation.flex-justify-initial {
  justify-content: initial;
}
.profile-header .profile-header-left .profile-abbreviation.flex-align-flex-start {
  align-items: flex-start;
}
.profile-header .profile-header-left .profile-abbreviation.flex-align-flex-end {
  align-items: flex-end;
}
.profile-header .profile-header-left .profile-abbreviation.flex-align-stretch {
  align-items: stretch;
}
.profile-header .profile-header-left .profile-abbreviation.flex-align-center {
  align-items: center;
}
.profile-header .profile-header-left .profile-abbreviation.flex-align-baseline {
  align-items: baseline;
}
.profile-header .profile-header-left .profile-abbreviation.flex-align-inherit {
  align-items: inherit;
}
.profile-header .profile-header-left .profile-abbreviation.flex-align-initial {
  align-items: initial;
}
.profile-header .profile-header-right .profile-name {
  font-size: 22px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 31px;
  color: #ffffff;
  padding-bottom: 6px;
}
.profile-header .profile-header-right .profile-email {
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 0.16px;
}
@media (max-width: 768px) {
  .profile-header {
    padding: 20px;
  }
  .profile-header .profile-header-left .profile-abbreviation {
    justify-content: center;
    display: flex;
    align-items: center;
    height: 60px;
    width: 60px;
    font-size: 18px;
    line-height: 27px;
    border-radius: 60px;
    border: 2.25px solid #9F3FFF;
    text-transform: uppercase;
    margin-right: 20px;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-row {
    flex-direction: row;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-column {
    flex-direction: column;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-justify-flex-start {
    justify-content: flex-start;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-justify-flex-end {
    justify-content: flex-end;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-justify-center {
    justify-content: center;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-justify-space-between {
    justify-content: space-between;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-justify-space-around {
    justify-content: space-around;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-justify-inherit {
    justify-content: inherit;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-justify-initial {
    justify-content: initial;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-align-flex-start {
    align-items: flex-start;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-align-flex-end {
    align-items: flex-end;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-align-stretch {
    align-items: stretch;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-align-center {
    align-items: center;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-align-baseline {
    align-items: baseline;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-align-inherit {
    align-items: inherit;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-align-initial {
    align-items: initial;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-row {
    flex-direction: row;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-column {
    flex-direction: column;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-justify-flex-start {
    justify-content: flex-start;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-justify-flex-end {
    justify-content: flex-end;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-justify-center {
    justify-content: center;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-justify-space-between {
    justify-content: space-between;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-justify-space-around {
    justify-content: space-around;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-justify-inherit {
    justify-content: inherit;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-justify-initial {
    justify-content: initial;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-align-flex-start {
    align-items: flex-start;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-align-flex-end {
    align-items: flex-end;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-align-stretch {
    align-items: stretch;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-align-center {
    align-items: center;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-align-baseline {
    align-items: baseline;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-align-inherit {
    align-items: inherit;
  }
  .profile-header .profile-header-left .profile-abbreviation.flex-align-initial {
    align-items: initial;
  }
  .profile-header .profile-header-right .profile-name {
    font-size: 20px;
    line-height: 28px;
  }
}
.profile-information {
  margin-top: 30px;
  border-radius: 6px;
  border: 1px solid #C2C2C2;
  padding: 30px;
}
.profile-information .profile-information-title {
  font-size: 20px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 30px;
  color: #323436;
  padding-bottom: 30px;
}
.profile-information .profile-information-items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 36px;
}
.profile-information .profile-information-items .profile-information-item {
  display: flex;
  width: 50%;
}
.profile-information .profile-information-items .profile-information-item .profile-information-left .profile-information-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  border-radius: 6px;
  background: #E8F0FE;
}
.profile-information .profile-information-items .profile-information-item .profile-information-left .profile-information-item-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #395FF0;
}
.profile-information .profile-information-items .profile-information-item .profile-information-right {
  padding-left: 22px;
}
.profile-information .profile-information-items .profile-information-item .profile-information-right .profile-information-item-label {
  padding-bottom: 4px;
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.15px;
}
.profile-information .profile-information-items .profile-information-item .profile-information-right .profile-information-item-value {
  color: #5a5f62;
  font-family: GP Commerce, sans-serif;
  font-size: 15px;
  line-height: 21px;
}
@media (max-width: 1200px) {
  .profile-information {
    padding: 20px 10px 20px 20px;
  }
  .profile-information .profile-information-title {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 20px;
  }
  .profile-information .profile-information-items {
    row-gap: 20px;
  }
  .profile-information .profile-information-items .profile-information-item {
    width: 100%;
  }
  .profile-information .profile-information-items .profile-information-item .profile-information-right {
    padding-left: 22px;
  }
  .profile-information .profile-information-items .profile-information-item .profile-information-right .profile-information-item-label {
    font-size: 14px;
    line-height: 22px;
  }
  .profile-information .profile-information-items .profile-information-item .profile-information-right .profile-information-item-value {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 991px) {
  .grid-list.GRIDROWGENERIC {
    grid-template-columns: auto auto auto auto;
    width: 460px;
  }
}
.user-profile-container {
  padding: 40px 0 100px;
}
@media (max-width: 768px) {
  .user-profile-container {
    padding-bottom: 80px;
  }
}
.helpcenter-header {
  border-radius: 6px;
  background: linear-gradient(122deg, #007bff 27.89%, #395FF0 59.61%, #2C47AE 95.13%);
  padding: 40px 40px 50px;
  margin-top: 40px;
}
.helpcenter-header .helpcenter-header-title {
  color: #ffffff;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 32px;
  line-height: 48px;
  padding-bottom: 12px;
}
.helpcenter-header .helpcenter-header-description {
  color: #ffffff;
  font-family: GP Commerce, sans-serif;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.16;
}
@media (max-width: 768px) {
  .helpcenter-header {
    padding: 20px;
    margin-top: 20px;
  }
  .helpcenter-header .helpcenter-header-title {
    font-size: 24px;
    line-height: 32px;
  }
  .helpcenter-header .helpcenter-header-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.helpcenter-footer {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  border-radius: 6px;
  background: #E8F0FE;
  margin-top: 40px;
  margin-bottom: 100px;
}
.helpcenter-footer .helpcenter-footer-left {
  width: 50%;
  padding: 30px;
}
.helpcenter-footer .helpcenter-footer-left .helpcenter-footer-title {
  color: #323436;
  font-size: 22px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 31px;
  padding-bottom: 8px;
  margin: 0;
}
.helpcenter-footer .helpcenter-footer-left .helpcenter-footer-description {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 24px;
  letter-spacing: 0.16;
  padding-bottom: 24px;
}
.helpcenter-footer .helpcenter-footer-left .helpcenter-footer-link .ui-action-button {
  font-family: GP Commerce Medium, sans-serif;
  font-size: 14px;
  width: 150px;
  padding: 9px 16px;
}
.helpcenter-footer .helpcenter-footer-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 22px 30px 21px 0;
  width: 50%;
}
@media (max-width: 992px) {
  .helpcenter-footer {
    margin-bottom: 80px;
  }
  .helpcenter-footer .helpcenter-footer-left {
    padding: 30px 20px;
    flex-basis: 100%;
  }
  .helpcenter-footer .helpcenter-footer-left .helpcenter-footer-title {
    font-size: 20px;
    line-height: 28px;
  }
  .helpcenter-footer .helpcenter-footer-right {
    display: none;
  }
}
.helpcenter-category {
  margin-top: 40px;
  margin-bottom: 20px;
}
.helpcenter-category .helpcenter-category-title {
  color: #323436;
  font-size: 20px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 30px;
  padding-bottom: 30px;
}
.helpcenter-category-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  column-gap: 27px;
  margin-bottom: 30px;
}
.helpcenter-category-cards .ui-hyperlink {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  outline: 1px solid #C2C2C2;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 24px 24px 30px;
}
.helpcenter-category-cards .ui-hyperlink:hover {
  border: 1px solid transparent;
  box-shadow: 0px 3px 12px 0px #00000026;
}
.helpcenter-category-cards .ui-hyperlink:focus {
  outline: 2px solid #395FF0;
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.helpcenter-category-cards .ui-hyperlink .helpcenter-category-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: 6px;
  background: #E8F0FE;
  margin-bottom: 14px;
}
.helpcenter-category-cards .ui-hyperlink .helpcenter-category-card-icon i {
  font-size: 26px;
}
.helpcenter-category-cards .ui-hyperlink .helpcenter-category-card-title {
  font-family: GP Commerce Medium, sans-serif;
  line-height: 27px;
  color: #323436;
  font-size: 18px;
  padding-bottom: 10px;
}
.helpcenter-category-cards .ui-hyperlink .helpcenter-category-card-description {
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  color: #5E7482;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  letter-spacing: 0.16px;
  text-align: left;
  padding-bottom: 20px;
}
.helpcenter-category-cards .ui-hyperlink .helpcenter-category-card-question-count {
  font-family: GP Commerce Medium, sans-serif;
  line-height: 23px;
  color: #323436;
  font-size: 16px;
}
@media (max-width: 1300px) {
  .helpcenter-category-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .helpcenter-category-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.helpcenter-solution-help {
  margin-top: 40px;
  margin-bottom: 60px;
}
.helpcenter-solution-help .helpcenter-solution-help-title {
  color: #323436;
  font-size: 20px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 30px;
  padding-bottom: 30px;
}
.helpcenter-solution-help-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  column-gap: 27px;
}
.helpcenter-solution-help-cards .ui-hyperlink {
  height: 100%;
  display: flex;
  outline: 1px solid #C2C2C2;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 24px;
}
.helpcenter-solution-help-cards .ui-hyperlink:hover {
  border: 1px solid transparent;
  box-shadow: 0px 3px 12px 0px #00000026;
}
.helpcenter-solution-help-cards .ui-hyperlink:focus {
  outline: 2px solid #395FF0;
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.helpcenter-solution-help-cards .ui-hyperlink .helpcenter-solution-help-card-left {
  display: flex;
  align-items: center;
}
.helpcenter-solution-help-cards .ui-hyperlink .helpcenter-solution-help-card-left .helpcenter-solution-help-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #E8F0FE;
  margin-right: 24px;
}
.helpcenter-solution-help-cards .ui-hyperlink .helpcenter-solution-help-card-left .helpcenter-solution-help-card-icon i {
  font-size: 24px;
}
.helpcenter-solution-help-cards .ui-hyperlink .helpcenter-solution-help-card-right {
  display: flex;
  align-items: center;
  width: 85%;
}
.helpcenter-solution-help-cards .ui-hyperlink .helpcenter-solution-help-card-right .helpcenter-solution-help-card-title {
  display: flex;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 23px;
  color: #323436;
  font-size: 16px;
}
@media (max-width: 1300px) {
  .helpcenter-solution-help-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .helpcenter-solution-help-cards {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
  }
  .helpcenter-solution-help-cards .ui-hyperlink {
    padding: 20px;
  }
}
.helpcenter-popular-faqs {
  margin-top: 40px;
}
.helpcenter-popular-faqs .helpcenter-popular-faqs-title {
  color: #323436;
  font-size: 20px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 30px;
  padding-bottom: 26px;
}
.helpcenter-popular-faqs .helpcenter-popular-faqs-list-items {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 50px;
}
.helpcenter-popular-faqs .helpcenter-popular-faqs-list-items .helpcenter-popular-faqs-list-item .link-text {
  display: flex;
  justify-content: flex-start;
}
.helpcenter-popular-faqs .helpcenter-popular-faqs-list-items .helpcenter-popular-faqs-list-item .link-text .ui-hyperlink {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #C2C2C2;
  padding: 16px 0;
  width: 100%;
  border-bottom: none;
  box-shadow: none;
  outline: none;
}
.helpcenter-popular-faqs .helpcenter-popular-faqs-list-items .helpcenter-popular-faqs-list-item .link-text .ui-hyperlink .helpcenter-popular-faqs-left {
  display: flex;
  align-items: center;
  text-align: left;
  width: 80%;
}
.helpcenter-popular-faqs .helpcenter-popular-faqs-list-items .helpcenter-popular-faqs-list-item .link-text .ui-hyperlink .helpcenter-popular-faqs-left .helpcenter-popular-faqs-label {
  font-family: GP Commerce, sans-serif;
  line-height: 24px;
  color: #323436;
  font-size: 16px;
}
.helpcenter-popular-faqs .helpcenter-popular-faqs-list-items .helpcenter-popular-faqs-list-item .link-text .ui-hyperlink .helpcenter-popular-faqs-right {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.helpcenter-popular-faqs .helpcenter-popular-faqs-list-items .helpcenter-popular-faqs-list-item .link-text .ui-hyperlink .helpcenter-popular-faqs-right .helpcenter-popular-faqs-icon {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.helpcenter-popular-faqs .helpcenter-popular-faqs-list-items .helpcenter-popular-faqs-list-item .link-text .ui-hyperlink .helpcenter-popular-faqs-right .helpcenter-popular-faqs-icon i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5E7482;
  font-size: 20px;
}
.helpcenter-popular-faqs .helpcenter-popular-faqs-list-items .helpcenter-popular-faqs-list-item .link-text .ui-hyperlink .helpcenter-popular-faqs-right .helpcenter-popular-faqs-icon:hover {
  border-radius: 8px;
  background-color: #f0f4f6;
}
.helpcenter-popular-faqs .helpcenter-popular-faqs-list-items .helpcenter-popular-faqs-list-item .link-text .ui-hyperlink .helpcenter-popular-faqs-right .helpcenter-popular-faqs-icon:active {
  background-color: #dde3e8;
}
.helpcenter-popular-faqs .helpcenter-popular-faqs-list-items .helpcenter-popular-faqs-list-item .link-text .ui-hyperlink .helpcenter-popular-faqs-right .helpcenter-popular-faqs-icon:focus {
  background-color: #395FF0;
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.helpcenter-popular-faqs-toggle-container {
  display: none;
  text-align: center;
  margin-top: 20px;
}
.helpcenter-popular-faqs-toggle-container .toggle-text {
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 140%;
}
.helpcenter-popular-faqs-toggle-container .ui-action-button.btn:hover {
  border-bottom: 1px solid transparent;
}
.helpcenter-popular-faqs-toggle-container .faq-toggle-icon {
  font-size: 20px;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.helpcenter-popular-faqs-toggle-container .toggle-text {
  vertical-align: middle;
}
@media (max-width: 1300px) {
  .helpcenter-popular-faqs .helpcenter-popular-faqs-list-items {
    column-gap: 0;
    grid-template-columns: auto;
  }
}
@media (max-width: 991px) {
  .helpcenter-popular-faqs .helpcenter-popular-faqs-toggle-container {
    display: block;
  }
  .helpcenter-popular-faqs .helpcenter-popular-faqs-list-items .helpcenter-popular-faqs-list-item:nth-child(n+6) {
    display: none;
  }
  .helpcenter-popular-faqs.show-all .helpcenter-popular-faqs-list-items .helpcenter-popular-faqs-list-item:nth-child(n+6) {
    display: block;
  }
}
.faqs-content-container {
  display: flex;
  gap: 90px;
  overflow-x: hidden;
  padding-bottom: 150px;
}
.faqs-content-container .faq-content {
  width: 70%;
}
.faqs-content-container .faq-content .faq-dropdown {
  display: none;
}
.faqs-content-container .faq-content .faq .question {
  font-family: GP Commerce Medium, sans-serif;
  line-height: 27px;
  color: #323436;
  font-size: 18px;
  padding-bottom: 16px;
}
.faqs-content-container .faq-content .faq .answer {
  font-size: 16px;
  color: #5E7482;
  line-height: 26px;
  letter-spacing: 0.16px;
  font-family: GP Commerce, sans-serif;
}
.faqs-content-container .faq-content .faq .answer a {
  color: #395FF0;
  cursor: pointer;
  transition-duration: 300ms;
  font-family: GP Commerce Medium, sans-serif;
}
.faqs-content-container .faq-content .faq .answer a:hover {
  transform: scale(1.05);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
.faqs-content-container .faq-content .faq .answer ul {
  list-style: disc;
  padding-left: 20px;
  margin-top: 6px;
  margin-left: 5px;
}
.faqs-content-container .faq-content .faq .answer ul li {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 10px;
}
.faqs-content-container .faq-content .faq .answer ul li:last-child {
  padding-bottom: 0;
}
.faqs-content-container .faq-content .faq:not(:last-child) {
  padding-bottom: 50px;
}
.faqs-content-container #showHideNav {
  display: none;
}
.faqs-content-container .faqs-show-nav {
  position: absolute;
  width: 100vw;
  box-shadow: 0px 2px 4px #5e748226;
  left: 0;
  top: 150px;
  padding: 16px 8%;
  background-color: #ffffff;
  z-index: 1;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.faqs-content-container .faqs-show-nav svg {
  color: #3F64F2;
}
.faqs-content-container .faqs-show-nav .open {
  display: none;
}
.faqs-content-container .faqs-show-nav.open .open {
  display: block;
}
.faqs-content-container .faqs-show-nav.open .closed {
  display: none;
}
.faqs-content-container .faq-sidebar {
  width: 30%;
}
.faqs-content-container .faq-sidebar .faq-nav {
  list-style-type: none;
  padding: 0px;
}
.faqs-content-container .faq-sidebar .faq-nav li:not(.active)::before {
  content: '';
  position: absolute;
  top: 0;
  left: -4px;
  bottom: 0;
  width: 2px;
  background-color: #dde3e8;
  z-index: 1;
}
.faqs-content-container .faq-sidebar .faq-nav li {
  position: relative;
  border-left: 4px solid transparent;
}
.faqs-content-container .faq-sidebar .faq-nav li .link-text .ui-hyperlink {
  text-align: left;
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 9px 14px 9px 14px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  margin-left: 10px;
  width: 250px;
  border: none;
  box-shadow: none;
}
.faqs-content-container .faq-sidebar .faq-nav li .link-text .ui-hyperlink:hover {
  background-color: #f2f4f6;
  border-radius: 6px;
}
.faqs-content-container .faq-sidebar .faq-nav li .link-text .ui-hyperlink:focus {
  outline: 2px solid #395FF0;
  border-radius: 6px;
}
.faqs-content-container .faq-sidebar .faq-nav li .link-text .ui-hyperlink:active {
  outline: none;
  box-shadow: none;
}
.faqs-content-container .faq-sidebar .faq-nav li.active {
  border-left: 4px solid #395FF0;
}
.faqs-content-container .faq-sidebar .faq-nav li.active .link-text .ui-hyperlink {
  color: #395FF0;
  font-family: GP Commerce Medium, sans-serif;
  display: block;
  white-space: normal;
}
.faqs-content-container .faq-sidebar .faq-nav li.active .link-text .ui-hyperlink:focus {
  outline: none;
  border-radius: 6px;
}
@media (max-width: 1300px) {
  .faqs-content-container {
    padding-bottom: 80px;
  }
  .faqs-content-container .faq-content {
    width: 100%;
  }
  .faqs-content-container .faq-content .faq-dropdown {
    display: block;
    margin: 3px 3px 32px 3px;
    max-width: 500px;
  }
  .faqs-content-container .faq-content .faq-dropdown .ui-select-control .form-label {
    display: none;
  }
  .faqs-content-container .faq-content .faq-dropdown .Select__control {
    padding-left: 0;
  }
  .faqs-content-container .faq-content .faq-dropdown .Select__control::before {
    display: none;
    padding-left: 0;
  }
  .faqs-content-container .faq-content .faq .question {
    font-size: 18px;
    line-height: 24px;
  }
  .faqs-content-container .faqs-show-nav.fixed {
    position: fixed;
    top: 54px;
  }
  .faqs-content-container .faq-sidebar {
    display: none;
  }
}
.faqs-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 50px;
}
.faqs-header .faqs-header-left .category-icon-background {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: 6px;
  background-color: #E8F0FE;
  margin-right: 30px;
}
.faqs-header .faqs-header-left .category-icon-background i {
  font-size: 26px;
  color: #395FF0;
}
.faqs-header .faqs-header-right .link-text .ui-hyperlink {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 23px;
  padding-bottom: 5px;
  box-shadow: none;
  outline: none;
}
.faqs-header .faqs-header-right .link-text .ui-hyperlink:hover {
  color: #395FF0;
}
.faqs-header .faqs-header-right .slash {
  padding: 0 12px;
}
.faqs-header .faqs-header-right .faqs-header-title {
  font-family: GP Commerce Medium, sans-serif;
  line-height: 40px;
  color: #323436;
  font-size: 28px;
  padding-top: 8px;
}
@media (max-width: 992px) {
  .faqs-header {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 40px;
    flex-direction: column;
  }
  .faqs-header .faqs-header-right {
    padding-top: 20px;
  }
  .faqs-header .faqs-header-right .faqs-header-title {
    padding-top: 12px;
    font-size: 24px;
  }
}
.contactus-content {
  display: flex;
}
.modal-dialog {
  border-radius: 6px;
}
#CONTACT_US {
  width: 100%;
  padding: 0;
  margin: 50px auto 0;
  max-width: 970px;
}
#CONTACT_US .modal-content {
  border-radius: 6px;
}
#CONTACT_US .modal-content .modal-header {
  padding: 20px 20px 12px;
  border: none;
  background-color: #ffffff;
  height: 64px;
}
#CONTACT_US .modal-content .modal-header .btn-close {
  display: flex;
  align-items: center;
  margin-left: auto;
  background: none;
  border: none;
  color: #5E7482;
  opacity: 1;
  font-size: 20px;
  padding: 6px;
}
#CONTACT_US .modal-content .modal-header .btn-close:hover {
  background-color: #f0f4f6;
  border-radius: 8px;
}
#CONTACT_US .modal-content .modal-header .btn-close:focus {
  color: #ffffff;
  background-color: #395FF0;
  border-radius: 8px;
  box-shadow: 0px 0px 0px 3px rgba(57, 95, 240, 0.25);
}
#CONTACT_US .modal-content .modal-header .btn-close::after {
  content: "\e81e";
  font-family: 'SysFaSolid';
  font-size: 20px;
}
#CONTACT_US .modal-content .modal-header .btn-close::after:hover {
  color: #ffffff;
  background-color: #f0f4f6;
  border-radius: 8px;
}
#CONTACT_US .modal-content .modal-body {
  margin: 0;
  padding: 0 30px 40px;
}
#CONTACT_US .modal-content .contactus-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
#CONTACT_US .modal-content .contactus-footer > div {
  flex: 1 1 0%;
  display: flex;
}
#CONTACT_US .modal-content .contactus-footer > div > button {
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .contactus-content {
    display: flex;
    flex-direction: column;
  }
  .modal-small.show {
    padding-left: 0px !important;
  }
  #CONTACT_US {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #CONTACT_US .modal-content .modal-header {
    padding: 30px 20px 6px;
    border: none;
    background-color: #395FF0;
  }
  #CONTACT_US .modal-content .modal-header .btn-close {
    display: flex;
    align-items: center;
    margin-left: auto;
    background: none;
    border: none;
    color: #ffffff;
    opacity: 1;
    font-size: 20px;
    padding-top: 6px;
  }
  #CONTACT_US .modal-content .modal-header .btn-close::after {
    content: "\e81e";
    font-family: 'SysFaSolid';
    font-size: 20px;
    z-index: 1;
    padding: 6px;
  }
  #CONTACT_US .modal-content .modal-body {
    margin: 0;
    padding: 0 0px 80px;
  }
  #CONTACT_US .modal-content .contactus-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }
  #CONTACT_US .modal-content .contactus-footer > div {
    flex: 1 1 0%;
    display: flex;
  }
  #CONTACT_US .modal-content .contactus-footer > div > button,
  #CONTACT_US .modal-content .contactus-footer > div > .ant-btn {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
  }
}
.contact-us-details {
  background-color: #395FF0;
  width: 100%;
  max-width: 400px;
  margin-top: -65px;
  margin-left: -31px;
  margin-bottom: -40px;
  padding: 40px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.contact-us-details .contact-us-details-title {
  color: #ffffff;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 32px;
  line-height: 48px;
  padding-bottom: 12px;
}
.contact-us-details .contact-us-details-description {
  color: #ffffff;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 50px;
}
.contact-us-details .contact-us-details-items .contact-us-details-item {
  display: flex;
  gap: 20px;
}
.contact-us-details .contact-us-details-items .contact-us-details-item:not(:last-child) {
  padding-bottom: 40px;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg {
  justify-content: center;
  display: flex;
  align-items: center;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-row {
  flex-direction: row;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-column {
  flex-direction: column;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-justify-center {
  justify-content: center;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-align-center {
  align-items: center;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-align-initial {
  align-items: initial;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-row {
  flex-direction: row;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-column {
  flex-direction: column;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-justify-center {
  justify-content: center;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-align-center {
  align-items: center;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg.flex-align-initial {
  align-items: initial;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-left .icon-bg i {
  color: #ffffff;
  font-size: 24px;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-right .contact-us-details-item-title {
  color: #ffffff;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 10px;
}
.contact-us-details .contact-us-details-items .contact-us-details-item .contact-us-details-item-right .contact-us-details-item-description {
  color: #ffffff;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
}
@media (max-width: 992px) {
  .contact-us-details {
    width: 100%;
    max-width: 100%;
    transform: translateY(-11%);
    margin: 0;
    padding: 30px 20px 40px;
  }
}
.contact-us-form {
  width: calc(100% - 400px);
  padding: 0 0 0 50px;
  background-color: #ffffff;
  margin-top: -64px;
}
.contact-us-form form .ui-single-select-control .form-label {
  display: none;
}
.contact-us-form form .ui-single-select-control .Select .Select__control .Select__value-container {
  padding-left: 0px;
}
.contact-us-form form .Select__control::before {
  display: none;
  padding-left: 0;
}
.contact-us-form .form-inline-container {
  display: flex;
  gap: 20px;
}
.contact-us-form .form-inline-container .label-container {
  width: 100%;
  margin-bottom: 32px;
}
.contact-us-form .form-inline-container .label-container .form-label span {
  color: #CE1518;
  font-size: 14px;
  padding-left: 3px;
}
.contact-us-form .label-container {
  width: 100%;
  margin-bottom: 32px;
}
.contact-us-form .label-container .form-label span {
  color: #CE1518;
  font-size: 14px;
  padding-left: 3px;
}
.contact-us-form .label-container textarea {
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .contact-us-form {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    transform: translateY(-4%);
  }
  .contact-us-form .form-inline-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 30px;
  }
}
.contact-us-success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.contact-us-success .section-illustration {
  display: flex;
  justify-content: center;
  margin: auto;
  min-height: 254px;
}
.contact-us-success .contact-us-success-title {
  color: #323436;
  font-size: 22px;
  line-height: 31px;
  font-family: GP Commerce Medium, sans-serif;
  padding-top: 50px;
}
.contact-us-success .contact-us-success-description {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 24px;
  letter-spacing: 1%;
  padding-top: 10px;
}
.modal-dialog {
  border-radius: 6px;
}
#CONTACT_US_SUCCESS {
  margin: 50px auto 0;
  padding: 0;
}
#CONTACT_US_SUCCESS .modal-content {
  border-radius: 6px;
}
#CONTACT_US_SUCCESS .modal-content .modal-header {
  padding: 20px 20px 12px;
  border: none;
  background-color: #ffffff;
}
#CONTACT_US_SUCCESS .modal-content .modal-header .btn-close {
  display: flex;
  align-items: center;
  margin-left: auto;
  background: none;
  border: none;
  color: #5E7482;
  opacity: 1;
  padding: 0;
  font-size: 20px;
  padding-top: 5px;
}
#CONTACT_US_SUCCESS .modal-content .modal-header .btn-close::after {
  content: "\e81e";
  font-family: 'SysFaSolid';
  font-size: 20px;
}
#CONTACT_US_SUCCESS .modal-content .modal-body {
  margin: 0;
  padding: 0 30px 50px;
}
#CONTACT_US_SUCCESS .modal-content .contact-us-footer {
  display: flex;
  width: 100%;
}
#CONTACT_US_SUCCESS .modal-content .contact-us-footer > div {
  flex: 1 1 0%;
  display: flex;
}
#CONTACT_US_SUCCESS .modal-content .contact-us-footer > div > button {
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .contact-us-success .section-illustration {
    margin: auto;
    max-height: 230px;
  }
  #CONTACT_US_SUCCESS {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #CONTACT_US_SUCCESS .modal-content .modal-header {
    padding: 30px 20px 12px;
    border: none;
    background-color: #ffffff;
  }
  #CONTACT_US_SUCCESS .modal-content .modal-header .btn-close {
    display: flex;
    align-items: center;
    margin-left: auto;
    background: none;
    border: none;
    color: #5E7482;
    opacity: 1;
    padding: 0;
    font-size: 20px;
    padding-top: 5px;
  }
  #CONTACT_US_SUCCESS .modal-content .modal-header .btn-close::after {
    content: "\e81e";
    font-family: 'SysFaSolid';
    font-size: 20px;
  }
  #CONTACT_US_SUCCESS .modal-content .modal-body {
    margin: 0;
    padding: 0 20px 80px;
  }
}
.floating-form-group .form-label {
  display: none;
}
.floating-form-group input {
  font-family: GP Commerce, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin: 0;
  border-radius: 6px;
  border: 1px solid #C2C2C2;
  outline: 2px solid transparent;
  box-shadow: none;
  padding: 12px 18px;
  height: 44px;
}
.floating-form-group input.active {
  color: #395FF0;
}
.floating-form-group input:hover {
  border: 1px solid #395FF0;
  outline: 1px solid #395FF0;
}
.floating-form-group input:focus {
  border: 1px solid #395FF0;
  outline: 1px solid #395FF0;
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.has-error {
  animation: none;
}
.has-error .error-block {
  font-size: 14px;
  line-height: 10px;
  font-family: GP Commerce Bold, sans-serif;
  color: #CE1518;
  background: none;
  box-shadow: none;
  margin-top: 6px;
  padding: 0;
}
.has-error .error-block::after {
  content: none;
}
.has-error input {
  border-radius: 0;
  border: 1px solid #CE1518;
  outline: 1px solid #CE1518;
}
.has-error input:hover {
  border: 1px solid #CE1518;
  outline: 1px solid #CE1518;
}
.has-error input:focus {
  border: 1px solid #CE1518;
  outline: 1px solid #CE1518;
}
.floating-form-group .form-label {
  display: none;
}
.floating-form-group textarea {
  font-family: GP Commerce, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin: 0;
  border-radius: 6px;
  border: 1px solid #C2C2C2;
  outline: 2px solid transparent;
  box-shadow: none;
  padding: 12px 18px;
  background-image: url("/images/icons/resize-box-11bda8d23fbd34dbf4e938c4dc5bf62f.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  min-width: 100%;
  max-width: 1050px;
  max-height: 600px;
}
.floating-form-group textarea.active {
  color: #395FF0;
}
.floating-form-group textarea:hover {
  border: 1px solid #395FF0;
  outline: 1px solid #395FF0;
}
.floating-form-group textarea:focus {
  border: 1px solid #395FF0;
  outline: 1px solid #395FF0;
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.has-error {
  animation: none;
}
.has-error .error-block {
  font-size: 14px;
  line-height: 10px;
  font-family: GP Commerce Bold, sans-serif;
  color: #CE1518;
  background: none;
  box-shadow: none;
  margin-top: 6px;
  padding: 0;
}
.has-error .error-block::after {
  content: none;
}
.has-error textarea {
  border-radius: 0;
  border: 1px solid #CE1518;
  outline: 1px solid #CE1518;
}
.has-error textarea:hover {
  border: 1px solid #CE1518;
  outline: 1px solid #CE1518;
}
.has-error textarea:focus {
  border: 1px solid #CE1518;
  outline: 1px solid #CE1518;
  box-shadow: 0px 0px 0px 3px #DF566066;
}
/* Hide default resize handle in webkit browsers */
textarea::-webkit-resizer {
  background-color: transparent;
}
.content-not-found-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-not-found-container .section-illustration {
  margin: auto;
  margin-top: 100px;
  width: 100%;
  height: 270px;
}
.content-not-found-container .title {
  color: #323436;
  font-size: 22px;
  line-height: 31px;
  font-family: GP Commerce Medium, sans-serif;
  margin-top: 30px;
}
.content-not-found-container .description {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 24px;
  letter-spacing: 1%;
  padding: 12px 0px 35px;
  width: 50%;
  text-align: center;
}
.content-not-found-container .link-body-primary {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .content-not-found-container .section-illustration {
    margin: auto;
    margin-top: 40px;
    max-height: 230px;
  }
  .content-not-found-container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .content-not-found-container .description {
    color: #5E7482;
    font-size: 16px;
    font-family: GP Commerce, sans-serif;
    line-height: 24px;
    letter-spacing: 0.16px;
    padding: 12px 10px 30px;
    width: 100%;
    text-align: center;
  }
}
.unauthorize-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.unauthorize-container .section-illustration {
  margin: auto;
  margin-top: 100px;
  width: 100%;
  height: 270px;
}
.unauthorize-container .title {
  color: #323436;
  font-size: 22px;
  line-height: 31px;
  font-family: GP Commerce Medium, sans-serif;
  margin-top: 30px;
}
.unauthorize-container .description {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 24px;
  letter-spacing: 1%;
  padding: 12px 0px 35px;
  width: 50%;
  text-align: center;
}
.unauthorize-container .link-body-primary {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .unauthorize-container .section-illustration {
    margin: auto;
    margin-top: 40px;
    max-height: 230px;
  }
  .unauthorize-container .title {
    font-size: 18px;
    line-height: 28px;
  }
  .unauthorize-container .description {
    color: #5E7482;
    font-size: 16px;
    font-family: GP Commerce, sans-serif;
    line-height: 24px;
    letter-spacing: 0.16px;
    padding: 12px 10px 30px;
    width: 100%;
    text-align: center;
  }
}
#contactSalesModal .ui-single-select-control .form-label {
  display: none;
}
#contactSalesModal .ui-single-select-control .Select .Select__control .Select__value-container {
  padding-left: 0px;
}
#contactSalesModal .Select__control::before {
  display: none;
  padding-left: 0;
}
#contactSalesModal .quarter-year-label {
  font-size: 14px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 16px;
  color: #5a5f62;
  margin-bottom: 9px;
}
#contactSalesModal .quarter-year-label span {
  color: #CE1518;
  font-size: 14px;
  padding-left: 3px;
}
#contactSalesModal .quarter-year-container {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 42px;
  gap: 20px;
}
#contactSalesModal .quarter-year-container .quarter-select {
  width: 50%;
}
#contactSalesModal .quarter-year-container .year-select {
  width: 50%;
}
#contactSalesModal .message-container {
  margin-bottom: 30px;
}
#CONTACT_SALES .modal-footer .common-modal-footer,
#CONTACT_SALES4PURCHASE .modal-footer .common-modal-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px;
}
#CONTACT_SALES .modal-footer .common-modal-footer > div,
#CONTACT_SALES4PURCHASE .modal-footer .common-modal-footer > div {
  flex: 1 1 0%;
  display: flex;
}
#CONTACT_SALES .modal-footer .common-modal-footer > div > button,
#CONTACT_SALES4PURCHASE .modal-footer .common-modal-footer > div > button,
#CONTACT_SALES .modal-footer .common-modal-footer > div > .ant-btn,
#CONTACT_SALES4PURCHASE .modal-footer .common-modal-footer > div > .ant-btn {
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  #contactSalesModal .quarter-year-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    gap: 20px;
  }
  #contactSalesModal .quarter-year-container .quarter {
    width: 100%;
  }
  #contactSalesModal .quarter-year-container .year {
    padding-left: 0;
    width: 100%;
  }
  #CONTACT_SALES .modal-footer .common-modal-footer,
  #CONTACT_SALES4PURCHASE .modal-footer .common-modal-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
  }
  #CONTACT_SALES .modal-footer .common-modal-footer > div,
  #CONTACT_SALES4PURCHASE .modal-footer .common-modal-footer > div {
    flex: 1 1 0%;
    display: flex;
  }
  #CONTACT_SALES .modal-footer .common-modal-footer > div > button,
  #CONTACT_SALES4PURCHASE .modal-footer .common-modal-footer > div > button,
  #CONTACT_SALES .modal-footer .common-modal-footer > div > .ant-btn,
  #CONTACT_SALES4PURCHASE .modal-footer .common-modal-footer > div > .ant-btn {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
  }
}
.tab-menu {
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.tab-menu::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.tab-menu ul {
  padding: 0;
  margin: 0;
}
.tab-menu ul li {
  list-style-type: none;
}
.tab-menu .tab-menuitems {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  width: max-content;
  margin-left: 3px;
}
.tab-menu .tab-menuitems .link-text .ui-hyperlink {
  display: inline-block;
  font-size: 15px;
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  line-height: 135%;
  border-bottom: 4px solid #ffffff;
  outline: none;
  box-shadow: none;
  padding-bottom: 12px;
}
.tab-menu .tab-menuitems .link-text .ui-hyperlink:hover {
  border-bottom: 4px solid #395FF0;
  color: #395FF0;
}
.tab-menu .tab-menuitems .link-text .ui-hyperlink:focus {
  border-bottom: 4px solid #395FF0;
  color: #395FF0;
}
.tab-menu .tab-menuitems .link-text .ui-hyperlink:focus-visible {
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.tab-menu .tab-menuitems .menuitem-active .link-text .ui-hyperlink {
  border-bottom: 4px solid #395FF0;
  color: #395FF0;
}
.implementation-guide {
  display: flex;
  flex-direction: row;
}
.implementation-guide .mobile-nav-dropdown {
  display: none;
}
.implementation-guide .implementation-guide-left {
  width: 60%;
}
.implementation-guide .implementation-guide-right {
  width: 40%;
  padding-left: 30px;
  position: relative;
}
.implementation-guide .implementation-guide-right .implementation-guide-nav {
  position: fixed;
  z-index: 10;
  background-color: #ffffff;
}
.implementation-guide .implementation-guide-right .implementation-guide-nav .guide-nav-title {
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  padding-bottom: 14px;
  color: #323436;
  line-height: 24px;
}
.implementation-guide .implementation-guide-right .implementation-guide-nav .implementation-nav-list {
  list-style-type: none;
  padding: 0px;
}
.implementation-guide .implementation-guide-right .implementation-guide-nav .implementation-nav-list li:not(.active)::before {
  content: '';
  position: absolute;
  top: 0;
  left: -4px;
  bottom: 0;
  width: 2px;
  background-color: #dde3e8;
  z-index: 1;
}
.implementation-guide .implementation-guide-right .implementation-guide-nav .implementation-nav-list li {
  position: relative;
  border-left: 4px solid transparent;
}
.implementation-guide .implementation-guide-right .implementation-guide-nav .implementation-nav-list li .link-text .ui-hyperlink {
  text-align: left;
  text-decoration: none;
  display: block;
  cursor: pointer;
  padding: 9px 14px 9px 14px;
  position: relative;
  font-size: 16px;
  margin-left: 14px;
  width: 250px;
  white-space: normal;
  line-height: 1.4;
  word-wrap: break-word;
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  outline: 2px solid transparent;
  border: none;
  box-shadow: none;
}
.implementation-guide .implementation-guide-right .implementation-guide-nav .implementation-nav-list li .link-text .ui-hyperlink:hover {
  background-color: #f2f4f6;
  border-radius: 6px;
}
.implementation-guide .implementation-guide-right .implementation-guide-nav .implementation-nav-list li .link-text .ui-hyperlink:focus {
  outline: 2px solid #395FF0;
  border-radius: 6px;
}
.implementation-guide .implementation-guide-right .implementation-guide-nav .implementation-nav-list li .link-text .ui-hyperlink:active {
  outline: none;
  box-shadow: none;
}
.implementation-guide .implementation-guide-right .implementation-guide-nav .implementation-nav-list li.active {
  border-left: 4px solid #395FF0;
}
.implementation-guide .implementation-guide-right .implementation-guide-nav .implementation-nav-list li.active .link-text .ui-hyperlink {
  color: #395FF0;
  font-family: GP Commerce Medium, sans-serif;
  display: inline-block;
  white-space: normal;
}
.implementation-guide .implementation-guide-right .implementation-guide-nav .implementation-nav-list li.active .link-text .ui-hyperlink:focus {
  outline: none;
  border-radius: 6px;
}
@media (max-width: 1200px) {
  .implementation-guide {
    flex-direction: column;
  }
  .implementation-guide .implementation-guide-left {
    width: 100%;
  }
  .implementation-guide .implementation-guide-right {
    display: none;
  }
  .implementation-guide .mobile-nav-dropdown {
    display: block;
    padding-bottom: 20px;
    padding-top: 30px;
    max-width: 500px;
  }
  .implementation-guide .mobile-nav-dropdown .mobile-nav-title {
    font-size: 14px;
    font-family: GP Commerce Medium, sans-serif;
    padding-bottom: 8px;
    color: #323436;
    line-height: 24px;
  }
  .implementation-guide .mobile-nav-dropdown .ui-select-control {
    margin: 0 4px;
  }
  .implementation-guide .mobile-nav-dropdown .ui-select-control .form-label {
    display: none;
  }
  .implementation-guide .mobile-nav-dropdown .Select__control {
    padding-left: 0;
  }
  .implementation-guide .mobile-nav-dropdown .Select__control::before {
    display: none;
    padding-left: 0;
  }
}
.implementation-guide-header {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
.implementation-guide-header .implementation-guide-header-title {
  color: #323436;
  font-size: 28px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 40px;
  padding-bottom: 12px;
}
.implementation-guide-header .implementation-guide-header-description {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 26px;
}
.implementation-guide-header .implementation-guide-header-description .link-text {
  padding-left: 5px;
}
@media (max-width: 1200px) {
  .implementation-guide-header .implementation-guide-header-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.client-tsys-dependencies-section {
  padding-top: 40px;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title {
  flex-direction: row;
  background: none;
  border: none;
  padding: 3px;
  display: flex;
  align-items: center;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title.flex-row {
  flex-direction: row;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title.flex-column {
  flex-direction: column;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title.flex-justify-flex-start {
  justify-content: flex-start;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title.flex-justify-flex-end {
  justify-content: flex-end;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title.flex-justify-center {
  justify-content: center;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title.flex-justify-space-between {
  justify-content: space-between;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title.flex-justify-space-around {
  justify-content: space-around;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title.flex-justify-inherit {
  justify-content: inherit;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title.flex-justify-initial {
  justify-content: initial;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title.flex-align-flex-start {
  align-items: flex-start;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title.flex-align-flex-end {
  align-items: flex-end;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title.flex-align-stretch {
  align-items: stretch;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title.flex-align-center {
  align-items: center;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title.flex-align-baseline {
  align-items: baseline;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title.flex-align-inherit {
  align-items: inherit;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title.flex-align-initial {
  align-items: initial;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title:focus .icon-bg,
.client-tsys-dependencies-section .client-tsys-dependencies-section-title:focus:hover .icon-bg {
  background: #395FF0;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title:focus .icon-bg i,
.client-tsys-dependencies-section .client-tsys-dependencies-section-title:focus:hover .icon-bg i {
  color: #ffffff;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 34px;
  width: 34px;
  background-color: #f0f4f6;
  border-radius: 6px;
  font-size: 20px;
  border-radius: 8px;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-row {
  flex-direction: row;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-column {
  flex-direction: column;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-justify-center {
  justify-content: center;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-align-center {
  align-items: center;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-align-initial {
  align-items: initial;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-row {
  flex-direction: row;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-column {
  flex-direction: column;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-justify-center {
  justify-content: center;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-align-center {
  align-items: center;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg.flex-align-initial {
  align-items: initial;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg:hover {
  background: #dde3e8;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg:active {
  background: #C2C2C2;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .icon-bg i {
  font-size: 20px;
  color: #5E7482;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-title .title {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding-left: 20px;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-content .client-tsys-dependencies-section-subtitle {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 18px;
  line-height: 27px;
  padding-top: 20px;
  padding-bottom: 16px;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-content ul.step-list > li {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-content ul.step-list > li:last-child {
  padding-bottom: 0;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-content ul.step-list > li ul.sub-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-content ul.step-list > li ul.sub-list li {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 10px;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-content ul.step-list > li ul.sub-list li:last-child {
  padding-bottom: 0;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-content .note {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 16px;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-content .note b {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-content .note a {
  color: #395FF0;
  cursor: pointer;
  transition-duration: 300ms;
  font-family: GP Commerce Medium, sans-serif;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-content .note a:hover {
  transform: scale(1.05);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-content .bottom-section {
  display: flex;
  flex-wrap: wrap;
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
}
.client-tsys-dependencies-section .client-tsys-dependencies-section-content .bottom-section .button-text.ui-action-button.btn {
  height: 100%;
  font-size: 16px;
  margin: 0 5px;
  outline: none;
  box-shadow: none;
}
@media (max-width: 1200px) {
  .client-tsys-dependencies-section {
    padding-bottom: 30px;
  }
  .client-tsys-dependencies-section .client-tsys-dependencies-section-title .title {
    line-height: 28px;
  }
}
.flow-of-integration-section {
  padding-top: 40px;
}
.flow-of-integration-section .flow-of-integration-section-title {
  flex-direction: row;
  background: none;
  border: none;
  padding: 3px;
  display: flex;
  align-items: center;
}
.flow-of-integration-section .flow-of-integration-section-title.flex-row {
  flex-direction: row;
}
.flow-of-integration-section .flow-of-integration-section-title.flex-column {
  flex-direction: column;
}
.flow-of-integration-section .flow-of-integration-section-title.flex-justify-flex-start {
  justify-content: flex-start;
}
.flow-of-integration-section .flow-of-integration-section-title.flex-justify-flex-end {
  justify-content: flex-end;
}
.flow-of-integration-section .flow-of-integration-section-title.flex-justify-center {
  justify-content: center;
}
.flow-of-integration-section .flow-of-integration-section-title.flex-justify-space-between {
  justify-content: space-between;
}
.flow-of-integration-section .flow-of-integration-section-title.flex-justify-space-around {
  justify-content: space-around;
}
.flow-of-integration-section .flow-of-integration-section-title.flex-justify-inherit {
  justify-content: inherit;
}
.flow-of-integration-section .flow-of-integration-section-title.flex-justify-initial {
  justify-content: initial;
}
.flow-of-integration-section .flow-of-integration-section-title.flex-align-flex-start {
  align-items: flex-start;
}
.flow-of-integration-section .flow-of-integration-section-title.flex-align-flex-end {
  align-items: flex-end;
}
.flow-of-integration-section .flow-of-integration-section-title.flex-align-stretch {
  align-items: stretch;
}
.flow-of-integration-section .flow-of-integration-section-title.flex-align-center {
  align-items: center;
}
.flow-of-integration-section .flow-of-integration-section-title.flex-align-baseline {
  align-items: baseline;
}
.flow-of-integration-section .flow-of-integration-section-title.flex-align-inherit {
  align-items: inherit;
}
.flow-of-integration-section .flow-of-integration-section-title.flex-align-initial {
  align-items: initial;
}
.flow-of-integration-section .flow-of-integration-section-title:focus .icon-bg,
.flow-of-integration-section .flow-of-integration-section-title:focus:hover .icon-bg {
  background: #395FF0;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
}
.flow-of-integration-section .flow-of-integration-section-title:focus .icon-bg i,
.flow-of-integration-section .flow-of-integration-section-title:focus:hover .icon-bg i {
  color: #ffffff;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 34px;
  width: 34px;
  background-color: #f0f4f6;
  border-radius: 6px;
  font-size: 20px;
  border-radius: 8px;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-row {
  flex-direction: row;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-column {
  flex-direction: column;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-justify-center {
  justify-content: center;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-align-center {
  align-items: center;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-align-initial {
  align-items: initial;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-row {
  flex-direction: row;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-column {
  flex-direction: column;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-justify-center {
  justify-content: center;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-align-center {
  align-items: center;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg.flex-align-initial {
  align-items: initial;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg:hover {
  background: #dde3e8;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg:active {
  background: #C2C2C2;
}
.flow-of-integration-section .flow-of-integration-section-title .icon-bg i {
  font-size: 20px;
  color: #5E7482;
}
.flow-of-integration-section .flow-of-integration-section-title .title {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding-left: 20px;
}
.flow-of-integration-section .flow-of-integration-illustration {
  width: 100%;
  overflow-x: auto;
  margin-top: 30px;
}
.flow-of-integration-section .flow-of-integration-illustration object {
  width: 100%;
}
@media (max-width: 767px) {
  .flow-of-integration-section .flow-of-integration-illustration object {
    width: 700px;
  }
}
.flow-of-integration-section .flow-of-integration-steps .flow-of-integration-step-title {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin-top: 30px;
  margin-bottom: 16px;
}
.flow-of-integration-section .flow-of-integration-steps ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
  margin-top: 24px;
}
.flow-of-integration-section .flow-of-integration-steps ul li {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 6px;
}
.flow-of-integration-section .flow-of-integration-steps ul li:last-child {
  padding-bottom: 0;
}
.flow-of-integration-section .flow-of-integration-steps ul li .step-count {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-right: 5px;
}
.flow-of-integration-section .bottom-section {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .flow-of-integration-section {
    padding-bottom: 30px;
  }
  .flow-of-integration-section .flow-of-integration-section-title .title {
    line-height: 28px;
  }
}
.standard-implementation-timeframe-section {
  padding-top: 40px;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title {
  flex-direction: row;
  background: none;
  border: none;
  padding: 3px;
  display: flex;
  align-items: center;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title.flex-row {
  flex-direction: row;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title.flex-column {
  flex-direction: column;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title.flex-justify-flex-start {
  justify-content: flex-start;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title.flex-justify-flex-end {
  justify-content: flex-end;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title.flex-justify-center {
  justify-content: center;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title.flex-justify-space-between {
  justify-content: space-between;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title.flex-justify-space-around {
  justify-content: space-around;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title.flex-justify-inherit {
  justify-content: inherit;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title.flex-justify-initial {
  justify-content: initial;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title.flex-align-flex-start {
  align-items: flex-start;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title.flex-align-flex-end {
  align-items: flex-end;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title.flex-align-stretch {
  align-items: stretch;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title.flex-align-center {
  align-items: center;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title.flex-align-baseline {
  align-items: baseline;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title.flex-align-inherit {
  align-items: inherit;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title.flex-align-initial {
  align-items: initial;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title:focus .icon-bg,
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title:focus:hover .icon-bg {
  background: #395FF0;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title:focus .icon-bg i,
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title:focus:hover .icon-bg i {
  color: #ffffff;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 34px;
  width: 34px;
  background-color: #f0f4f6;
  border-radius: 6px;
  font-size: 20px;
  border-radius: 8px;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-row {
  flex-direction: row;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-column {
  flex-direction: column;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-justify-center {
  justify-content: center;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-align-center {
  align-items: center;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-align-initial {
  align-items: initial;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-row {
  flex-direction: row;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-column {
  flex-direction: column;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-justify-center {
  justify-content: center;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-align-center {
  align-items: center;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg.flex-align-initial {
  align-items: initial;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg:hover {
  background: #dde3e8;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg:active {
  background: #C2C2C2;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .icon-bg i {
  font-size: 20px;
  color: #5E7482;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .title {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding-left: 20px;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-content .standard-implementation-timeframe-section-description {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-top: 16px;
  padding-bottom: 10px;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-content ul.step-list > li {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 10px;
}
.standard-implementation-timeframe-section .standard-implementation-timeframe-section-content ul.step-list > li:last-child {
  padding-bottom: 0;
}
@media (max-width: 1200px) {
  .standard-implementation-timeframe-section {
    padding-bottom: 30px;
  }
  .standard-implementation-timeframe-section .standard-implementation-timeframe-section-title .title {
    line-height: 28px;
  }
}
.api-discovery-section {
  padding-top: 40px;
}
.api-discovery-section .api-discovery-section-title {
  flex-direction: row;
  background: none;
  border: none;
  padding: 3px;
  display: flex;
  align-items: center;
}
.api-discovery-section .api-discovery-section-title.flex-row {
  flex-direction: row;
}
.api-discovery-section .api-discovery-section-title.flex-column {
  flex-direction: column;
}
.api-discovery-section .api-discovery-section-title.flex-justify-flex-start {
  justify-content: flex-start;
}
.api-discovery-section .api-discovery-section-title.flex-justify-flex-end {
  justify-content: flex-end;
}
.api-discovery-section .api-discovery-section-title.flex-justify-center {
  justify-content: center;
}
.api-discovery-section .api-discovery-section-title.flex-justify-space-between {
  justify-content: space-between;
}
.api-discovery-section .api-discovery-section-title.flex-justify-space-around {
  justify-content: space-around;
}
.api-discovery-section .api-discovery-section-title.flex-justify-inherit {
  justify-content: inherit;
}
.api-discovery-section .api-discovery-section-title.flex-justify-initial {
  justify-content: initial;
}
.api-discovery-section .api-discovery-section-title.flex-align-flex-start {
  align-items: flex-start;
}
.api-discovery-section .api-discovery-section-title.flex-align-flex-end {
  align-items: flex-end;
}
.api-discovery-section .api-discovery-section-title.flex-align-stretch {
  align-items: stretch;
}
.api-discovery-section .api-discovery-section-title.flex-align-center {
  align-items: center;
}
.api-discovery-section .api-discovery-section-title.flex-align-baseline {
  align-items: baseline;
}
.api-discovery-section .api-discovery-section-title.flex-align-inherit {
  align-items: inherit;
}
.api-discovery-section .api-discovery-section-title.flex-align-initial {
  align-items: initial;
}
.api-discovery-section .api-discovery-section-title:focus .icon-bg,
.api-discovery-section .api-discovery-section-title:focus:hover .icon-bg {
  background: #395FF0;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
}
.api-discovery-section .api-discovery-section-title:focus .icon-bg i,
.api-discovery-section .api-discovery-section-title:focus:hover .icon-bg i {
  color: #ffffff;
}
.api-discovery-section .api-discovery-section-title .icon-bg {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 34px;
  width: 34px;
  background-color: #f0f4f6;
  border-radius: 6px;
  font-size: 20px;
  border-radius: 8px;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-row {
  flex-direction: row;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-column {
  flex-direction: column;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-justify-center {
  justify-content: center;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-align-center {
  align-items: center;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-align-initial {
  align-items: initial;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-row {
  flex-direction: row;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-column {
  flex-direction: column;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-justify-center {
  justify-content: center;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-align-center {
  align-items: center;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.api-discovery-section .api-discovery-section-title .icon-bg.flex-align-initial {
  align-items: initial;
}
.api-discovery-section .api-discovery-section-title .icon-bg:hover {
  background: #dde3e8;
}
.api-discovery-section .api-discovery-section-title .icon-bg:active {
  background: #C2C2C2;
}
.api-discovery-section .api-discovery-section-title .icon-bg i {
  font-size: 20px;
  color: #5E7482;
}
.api-discovery-section .api-discovery-section-title .title {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding-left: 20px;
}
.api-discovery-section .api-discovery-subsections .api-discovery-subsection .subsection-title {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin: 20px 0 0;
}
.api-discovery-section .api-discovery-subsections .api-discovery-subsection .subsection-description {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-top: 16px;
  padding-bottom: 10px;
}
.api-discovery-section .api-discovery-subsections .api-discovery-subsection .description-with-link {
  display: flex;
  flex-wrap: wrap;
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
}
.api-discovery-section .api-discovery-subsections .api-discovery-subsection .description-with-link .button-text.ui-action-button.btn {
  height: 100%;
  font-size: 16px;
  margin: 0 5px;
  outline: none;
  box-shadow: none;
}
.api-discovery-section .api-discovery-subsections .api-discovery-subsection .subsection-illustration {
  width: 100%;
  overflow-x: auto;
  margin-top: 30px;
}
.api-discovery-section .api-discovery-subsections .api-discovery-subsection .subsection-illustration object {
  width: 100%;
}
@media (max-width: 767px) {
  .api-discovery-section .api-discovery-subsections .api-discovery-subsection .subsection-illustration object {
    width: 700px;
  }
}
.api-discovery-section .api-discovery-subsections .api-discovery-subsection .subsection-illustration .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;
}
.api-discovery-section .api-discovery-subsections .subsection-steps .subsection-step-title {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin-top: 30px;
  margin-bottom: 16px;
}
.api-discovery-section .api-discovery-subsections .subsection-steps ul {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}
.api-discovery-section .api-discovery-subsections .subsection-steps ul li {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 8px;
}
.api-discovery-section .api-discovery-subsections .subsection-steps ul li ul {
  list-style: disc;
  padding-left: 24px;
  margin: 10px 0;
}
.api-discovery-section .api-discovery-subsections .subsection-steps ul li ul li {
  list-style-type: disc;
  color: #5E7482;
  font-size: 15px;
  padding-bottom: 8px;
}
.api-discovery-section .api-discovery-subsections .subsection-steps ul li:last-child {
  padding-bottom: 0;
}
.api-discovery-section .api-discovery-subsections .subsection-steps ul li .step-count {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 16px;
  line-height: 26px;
  border: none;
  background-color: transparent;
  padding: 0 5px 0 0;
  margin: 0;
}
.api-discovery-section .api-discovery-subsections .subsection-steps ul li span:not(.step-count) {
  border-radius: 4px;
  border: 1px solid #dde3e8;
  background-color: #F7F9FB;
  color: #5a5f62;
  font-family: GP Commerce, sans-serif;
  font-size: 14px;
  padding: 2px 4px;
  margin: 0 4px;
}
@media (max-width: 1200px) {
  .api-discovery-section {
    padding-bottom: 30px;
  }
  .api-discovery-section .api-discovery-section-title .title {
    line-height: 28px;
  }
}
.business-configuration-section {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 170px;
}
.business-configuration-section .business-configuration-section-title {
  flex-direction: row;
  background: none;
  border: none;
  padding: 3px;
  display: flex;
  align-items: center;
}
.business-configuration-section .business-configuration-section-title.flex-row {
  flex-direction: row;
}
.business-configuration-section .business-configuration-section-title.flex-column {
  flex-direction: column;
}
.business-configuration-section .business-configuration-section-title.flex-justify-flex-start {
  justify-content: flex-start;
}
.business-configuration-section .business-configuration-section-title.flex-justify-flex-end {
  justify-content: flex-end;
}
.business-configuration-section .business-configuration-section-title.flex-justify-center {
  justify-content: center;
}
.business-configuration-section .business-configuration-section-title.flex-justify-space-between {
  justify-content: space-between;
}
.business-configuration-section .business-configuration-section-title.flex-justify-space-around {
  justify-content: space-around;
}
.business-configuration-section .business-configuration-section-title.flex-justify-inherit {
  justify-content: inherit;
}
.business-configuration-section .business-configuration-section-title.flex-justify-initial {
  justify-content: initial;
}
.business-configuration-section .business-configuration-section-title.flex-align-flex-start {
  align-items: flex-start;
}
.business-configuration-section .business-configuration-section-title.flex-align-flex-end {
  align-items: flex-end;
}
.business-configuration-section .business-configuration-section-title.flex-align-stretch {
  align-items: stretch;
}
.business-configuration-section .business-configuration-section-title.flex-align-center {
  align-items: center;
}
.business-configuration-section .business-configuration-section-title.flex-align-baseline {
  align-items: baseline;
}
.business-configuration-section .business-configuration-section-title.flex-align-inherit {
  align-items: inherit;
}
.business-configuration-section .business-configuration-section-title.flex-align-initial {
  align-items: initial;
}
.business-configuration-section .business-configuration-section-title:focus .icon-bg,
.business-configuration-section .business-configuration-section-title:focus:hover .icon-bg {
  background: #395FF0;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
}
.business-configuration-section .business-configuration-section-title:focus .icon-bg i,
.business-configuration-section .business-configuration-section-title:focus:hover .icon-bg i {
  color: #ffffff;
}
.business-configuration-section .business-configuration-section-title .icon-bg {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 34px;
  width: 34px;
  background-color: #f0f4f6;
  border-radius: 6px;
  font-size: 20px;
  border-radius: 8px;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-row {
  flex-direction: row;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-column {
  flex-direction: column;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-justify-center {
  justify-content: center;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-align-center {
  align-items: center;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-align-initial {
  align-items: initial;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-row {
  flex-direction: row;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-column {
  flex-direction: column;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-justify-center {
  justify-content: center;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-align-center {
  align-items: center;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.business-configuration-section .business-configuration-section-title .icon-bg.flex-align-initial {
  align-items: initial;
}
.business-configuration-section .business-configuration-section-title .icon-bg:hover {
  background: #dde3e8;
}
.business-configuration-section .business-configuration-section-title .icon-bg:active {
  background: #C2C2C2;
}
.business-configuration-section .business-configuration-section-title .icon-bg i {
  font-size: 20px;
  color: #5E7482;
}
.business-configuration-section .business-configuration-section-title .title {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding-left: 20px;
}
.business-configuration-section .business-configuration-section-description {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 26px;
  padding-top: 16px;
}
.business-configuration-section .business-configuration-section-content .sub-section .sub-section-title {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 18px;
  line-height: 30px;
  padding-top: 30px;
}
.business-configuration-section .business-configuration-section-content .sub-section .sub-section-description {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 26px;
  padding-top: 10px;
}
.business-configuration-section .business-configuration-section-content .sub-section .grid-content {
  border: 1px solid #C2C2C2;
  border-radius: 6px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.business-configuration-section .business-configuration-section-content .sub-section .grid-content:last-child {
  margin-bottom: 0px;
}
.business-configuration-section .business-configuration-section-content .sub-section .grid-content .grid-list .grid-header-row {
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #C2C2C2;
}
.business-configuration-section .business-configuration-section-content .sub-section .grid-content .grid-list .grid-header-row .grid-header-col {
  padding: 3px 20px;
}
.business-configuration-section .business-configuration-section-content .sub-section .grid-content .grid-list .grid-header-row .grid-header-col:last-child {
  visibility: visible;
}
.business-configuration-section .business-configuration-section-content .sub-section .grid-content .grid-list hr {
  margin-top: 0;
}
.business-configuration-section .business-configuration-section-content .sub-section .grid-content .grid-list .grid-row {
  padding-top: 18px;
  padding-bottom: 18px;
}
.business-configuration-section .business-configuration-section-content .sub-section .grid-content .grid-list .grid-row:nth-child(even) {
  background-color: #F7F9FB;
}
.business-configuration-section .business-configuration-section-content .sub-section .grid-content .grid-list .grid-row .grid-col .grid-user .grid-text-column-bold {
  color: #5a5f62;
  font-family: GP Commerce, sans-serif;
}
.business-configuration-section .business-configuration-section-content .sub-section .grid-content .grid-list .grid-row .grid-col .grid-user .grid-text-column {
  width: 100%;
  max-width: 450px;
  color: #5a5f62;
  padding: 0 20px;
}
.business-configuration-section .business-configuration-section-content .sub-section .grid-content .grid-list .grid-row .grid-col .grid-user .grid-text-ellipsis {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.business-configuration-section .business-configuration-section-content .sub-section .grid-content .grid-list .grid-row .grid-col:last-child {
  visibility: visible;
}
@media (max-width: 1200px) {
  .business-configuration-section {
    padding-bottom: 100px;
  }
  .business-configuration-section .business-configuration-section-title .title {
    line-height: 28px;
  }
}
.implementation-guide {
  display: flex;
  width: 100%;
}
.left-content {
  position: relative;
  flex: 1 1 70%;
  overflow-y: auto;
  height: calc(100vh - 100px);
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.left-content::-webkit-scrollbar {
  display: none;
}
.implementation-guide-right {
  flex: 0 0 30%;
  max-width: 300px;
  padding-left: 20px;
  padding-top: 40px;
}
.mobile-nav-dropdown {
  width: 100%;
}
@media (max-width: 1200px) {
  .implementation-guide {
    flex-direction: column;
  }
  .left-content [id] {
    scroll-margin-top: 20px;
    padding-top: 0;
  }
}
.new-configuration-add {
  text-align: center;
  vertical-align: middle;
}
.new-configuration-add .section-illustration {
  margin: auto;
  margin-top: 100px;
  min-height: 254px;
}
.new-configuration-add .title {
  color: #323436;
  font-size: 22px;
  line-height: 31px;
  font-family: GP Commerce Medium, sans-serif;
  margin-top: 30px;
}
.new-configuration-add .description {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 24px;
  letter-spacing: 1%;
  padding: 12px 0 35px;
}
.new-configuration-add .invite-collaborators-buttons {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.new-configuration-add .invite-collaborators-buttons button i {
  font-size: 20px;
  margin: 0;
}
.new-configuration-add .invite-collaborators-buttons button span {
  padding-left: 8px;
}
@media (max-width: 768px) {
  .new-configuration-add .section-illustration {
    margin: auto;
    margin-top: 50px;
  }
  .new-configuration-add .title {
    font-size: 20px;
  }
  .new-configuration-add .description {
    font-size: 16px;
    padding: 12px 0 30px;
  }
}
#COLLABORATORS_AS_EDITOR .modal-header {
  padding: 30px 30px 0px;
}
#COLLABORATORS_AS_EDITOR .modal-body {
  padding: 0 30px 14px;
}
#COLLABORATORS_AS_EDITOR .note-description {
  padding: 16px 20px;
  background-color: #E8F0FE;
  border: 1px solid #395FF0;
  border-radius: 6px;
  gap: 16px;
  margin: 30px 0;
  display: flex;
}
#COLLABORATORS_AS_EDITOR .note-description.flex-row {
  flex-direction: row;
}
#COLLABORATORS_AS_EDITOR .note-description.flex-column {
  flex-direction: column;
}
#COLLABORATORS_AS_EDITOR .note-description.flex-justify-flex-start {
  justify-content: flex-start;
}
#COLLABORATORS_AS_EDITOR .note-description.flex-justify-flex-end {
  justify-content: flex-end;
}
#COLLABORATORS_AS_EDITOR .note-description.flex-justify-center {
  justify-content: center;
}
#COLLABORATORS_AS_EDITOR .note-description.flex-justify-space-between {
  justify-content: space-between;
}
#COLLABORATORS_AS_EDITOR .note-description.flex-justify-space-around {
  justify-content: space-around;
}
#COLLABORATORS_AS_EDITOR .note-description.flex-justify-inherit {
  justify-content: inherit;
}
#COLLABORATORS_AS_EDITOR .note-description.flex-justify-initial {
  justify-content: initial;
}
#COLLABORATORS_AS_EDITOR .note-description.flex-align-flex-start {
  align-items: flex-start;
}
#COLLABORATORS_AS_EDITOR .note-description.flex-align-flex-end {
  align-items: flex-end;
}
#COLLABORATORS_AS_EDITOR .note-description.flex-align-stretch {
  align-items: stretch;
}
#COLLABORATORS_AS_EDITOR .note-description.flex-align-center {
  align-items: center;
}
#COLLABORATORS_AS_EDITOR .note-description.flex-align-baseline {
  align-items: baseline;
}
#COLLABORATORS_AS_EDITOR .note-description.flex-align-inherit {
  align-items: inherit;
}
#COLLABORATORS_AS_EDITOR .note-description.flex-align-initial {
  align-items: initial;
}
#COLLABORATORS_AS_EDITOR .note-description .left {
  display: flex;
  align-items: center;
  justify-content: center;
}
#COLLABORATORS_AS_EDITOR .note-description .left i {
  font-size: 24px;
  color: #395FF0;
}
#COLLABORATORS_AS_EDITOR .note-description .right {
  display: flex;
  align-items: center;
  justify-content: left;
}
#COLLABORATORS_AS_EDITOR .note-description .right .description {
  color: #323436;
  font-size: 14px;
  line-height: 22px;
}
#COLLABORATORS_AS_EDITOR .collaborators-editors-input-container {
  display: flex;
  padding-bottom: 32px;
}
#COLLABORATORS_AS_EDITOR .collaborators-editors-input-container #invite-editor-button {
  height: 45px;
  margin-left: 10px;
}
#COLLABORATORS_AS_EDITOR .collaborators-editors-input-container .ui-single-select-control .Select .Select-control {
  font-family: GP Commerce Medium, sans-serif;
  color: #5a5f62;
}
#COLLABORATORS_AS_EDITOR .collaborator-list-container .collaborator-list-title {
  padding-bottom: 0px;
  margin-bottom: 20px;
}
#COLLABORATORS_AS_EDITOR .modal-footer .common-modal-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  column-gap: 20px;
}
#COLLABORATORS_AS_EDITOR .modal-footer .common-modal-footer > div {
  flex: 1 1 0%;
  display: flex;
}
#COLLABORATORS_AS_EDITOR .modal-footer .common-modal-footer > div > button,
#COLLABORATORS_AS_EDITOR .modal-footer .common-modal-footer > div > .ant-btn {
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  #EDITOR_REVIEWER_COLLABORATORS .modal-footer .common-modal-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    column-gap: 0;
  }
  #EDITOR_REVIEWER_COLLABORATORS .modal-footer .common-modal-footer > div {
    flex: none;
    width: 100%;
  }
  #EDITOR_REVIEWER_COLLABORATORS .modal-footer .common-modal-footer > div > button,
  #EDITOR_REVIEWER_COLLABORATORS .modal-footer .common-modal-footer > div > .ant-btn {
    width: 100%;
    min-width: 100%;
  }
  #EDITOR_REVIEWER_COLLABORATORS .collaborators-editors-input-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
  }
  #EDITOR_REVIEWER_COLLABORATORS .collaborators-editors-input-container #invite-editor-button {
    height: 45px;
    margin: 20px 0 0;
  }
  #EDITOR_REVIEWER_COLLABORATORS .collaborators-editors-input-container .ui-single-select-control .Select .Select-control {
    font-family: GP Commerce Medium, sans-serif;
    color: #5a5f62;
  }
}
.access-level-dropdown {
  width: 65%;
}
.access-level-dropdown .ui-single-select-control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 15px;
}
.access-level-dropdown .ui-single-select-control .Select {
  border: 0;
  box-shadow: none;
}
.access-level-dropdown .ui-single-select-control .Select .Select__menu .Select__menu-list .Select__option {
  font-size: 14px;
  padding-left: 12px;
}
.access-level-dropdown .ui-single-select-control .Select .Select__menu .Select__menu-list .Select__option:hover {
  background-color: #f0f4f6;
}
.access-level-dropdown .ui-single-select-control .Select .Select__menu .Select__menu-list.Select__option--is-focused {
  background-color: #f0f4f6;
  color: #5E7482;
}
.access-level-dropdown .ui-single-select-control .Select .Select__menu .Select__menu-list .Select__option--is-selected {
  color: #395FF0;
  font-family: GP Commerce Medium, sans-serif;
  background-color: #E8F0FE;
}
.access-level-dropdown .ui-single-select-control .Select .Select-control {
  padding: 0 0 0 20px;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  min-height: 38px;
}
.access-level-dropdown .ui-single-select-control .Select .Select-control:hover {
  border-radius: 8px;
  border: none;
  outline: none !important;
  box-shadow: none;
  background: #f0f4f6;
}
.access-level-dropdown .ui-single-select-control .Select .Select-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.access-level-dropdown .ui-single-select-control .Select .Select-control .Select__value-container {
  padding-left: 0px;
  padding-right: 0px;
}
.access-level-dropdown .ui-single-select-control .Select .Select-control .Select__indicators .Select__dropdown-indicator {
  padding: 0 8px;
}
.access-level-dropdown .ui-single-select-control .Select .Select-control .Select__indicators .Select__dropdown-indicator::before {
  content: '\e8b2';
  font-family: 'SysFaSolid';
  font-size: 14px;
  color: #5E7482;
  display: inline-block;
  position: relative;
}
.access-level-dropdown .ui-single-select-control .Select .Select-control .Select__indicators .Select__dropdown-indicator svg {
  display: none !important;
}
.access-level-dropdown .ui-single-select-control .Select .Select__control::before {
  display: none;
  padding-left: 0;
}
.access-level-dropdown .ui-single-select-control .Select .Select__control--menu-is-open .Select__indicators .Select__dropdown-indicator::before {
  content: '\e8aa';
  font-family: 'SysFaSolid';
  font-size: 14px;
  color: #5E7482;
  display: inline-block;
  position: relative;
}
.access-level-dropdown .ui-single-select-control .Select .Select__control--menu-is-open .Select__indicators .Select__dropdown-indicator svg {
  display: none !important;
}
.access-level-dropdown .ui-single-select-control .Select:hover {
  border: 0;
  outline: 0;
}
.access-level-dropdown .has-error {
  animation: none;
}
.access-level-dropdown .has-error .error-block::after {
  content: none;
}
@media (max-width: 1400px) {
  .access-level-dropdown {
    width: 50%;
  }
}
.email-suggestions-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.email-suggestions-list .email-suggestion-item {
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
}
.email-suggestions-list .email-suggestion-item:hover {
  background-color: #f2f4f6;
}
.email-suggestions-list .email-suggestion-item button {
  background: none;
  border: none;
  padding: 10px 18px;
  margin: 0;
  text-align: left;
  width: 100%;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
}
.email-input-container {
  position: relative;
}
.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;
}
.api-error-message {
  display: flex;
  align-items: center;
  background-color: rgba(243, 66, 53, 0.1);
  border: 1px solid rgba(243, 66, 53, 0.3);
  border-radius: 4px;
  padding: 12px 16px;
  margin-bottom: 20px;
  color: #f34235;
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
}
.api-error-message i.fa-exclamation-circle {
  margin-right: 10px;
  font-size: 18px;
}
.api-error-message span {
  flex: 1;
}
.api-error-message .close-error-button {
  background: none;
  border: none;
  cursor: pointer;
  color: #323436;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.api-error-message .close-error-button:hover {
  color: #f34235;
}
.loading-indicator {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.loading-indicator .loading-spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: #395FF0;
  border-radius: 50%;
  margin-right: 10px;
  animation: spinner 0.8s linear infinite;
}
.loading-indicator span {
  font-size: 14px;
  color: #323436;
  font-family: GP Commerce, sans-serif;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.invite-editor-container .invite-editor-title {
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  margin-bottom: 16px;
}
.invite-editor-container .invite-editor-form {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  max-width: 35%;
}
.invite-editor-container .invite-editor-form .ui-action-button.btn {
  height: 44px;
}
.invite-editor-container .invite-editor-form .email-input-container {
  position: relative;
  width: 100%;
  margin-right: 16px;
}
.invite-editor-container .invite-editor-form .email-input-container .email-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.invite-editor-container .invite-editor-form .email-input-container .email-input-wrapper .email-input {
  width: 100%;
  height: 40px;
  padding: 8px 16px;
}
.invite-editor-container .invite-editor-form .email-input-container .email-input-wrapper .dropdown-icon-button {
  position: absolute;
  right: 10px;
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: #5E7482;
  display: flex;
  align-items: center;
  justify-content: center;
}
.invite-editor-container .invite-editor-form .email-input-container .email-input-wrapper .dropdown-icon-button:hover {
  color: #395FF0;
}
.invite-editor-container .invite-editor-form .email-input-container .email-input-wrapper .dropdown-icon-button:focus {
  outline: 2px solid #395FF0;
  outline-offset: 2px;
}
.invite-editor-container .invite-editor-form .email-input-container .email-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  background-color: white;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.invite-editor-container .invite-editor-form .email-input-container .email-suggestions .suggestion-item {
  padding: 10px 12px;
  font-size: 15px;
  font-family: GP Commerce, sans-serif;
  color: #323436;
  cursor: pointer;
}
.invite-editor-container .invite-editor-form .email-input-container .email-suggestions .suggestion-item:hover {
  background-color: #E8F0FE;
}
.invite-editor-container .invite-editor-form .email-input-container .email-suggestions .no-suggestions {
  padding: 10px 12px;
  font-size: 15px;
  color: #5E7482;
  font-style: italic;
}
.invite-editor-container .invite-editor-form .email-input-container .error-message {
  color: #f34235;
  font-size: 12px;
  margin-top: 4px;
}
.invite-editor-container .invite-editor-form #invite-editor-button {
  min-width: 80px;
}
.collaborator-list-container {
  width: 100%;
}
.collaborator-list-container .reviewers-list-title {
  padding-top: 32px;
  font-size: 20px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  line-height: 22px;
  margin-bottom: 20px;
}
.collaborator-list-container .collaborator-list-title {
  padding-top: 0px;
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  line-height: 22px;
  margin-bottom: 20px;
}
.collaborator-list-container .collaborator-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.collaborator-list-container .collaborator-list .reviewer-tag {
  font-size: 14px;
  font-family: GP Commerce Medium, sans-serif;
  color: #5E7482;
  background-color: #C2C2C2;
  padding: 4px 10px;
  border-radius: 8px;
  background-color: #f0f4f6;
}
.collaborator-list-container .collaborator-list .reviewers-list {
  display: flex;
  border: 1px solid #C2C2C2;
  border-radius: 6px;
  margin-bottom: 12px;
}
.collaborator-list-container .collaborator-list .collaborator-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 20px;
  width: 100%;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  font-family: GP Commerce Medium, sans-serif;
  color: #5a5f62;
  width: 65%;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .ui-single-select-control {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 15px;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .ui-single-select-control .Select {
  border: 0;
  box-shadow: none;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .ui-single-select-control .Select .Select__menu .Select__menu-list .Select__option {
  font-size: 14px;
  padding-left: 12px;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .ui-single-select-control .Select .Select__menu .Select__menu-list .Select__option:hover {
  background-color: #f0f4f6;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .ui-single-select-control .Select .Select__menu .Select__menu-list.Select__option--is-focused {
  background-color: #f0f4f6;
  color: #5E7482;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .ui-single-select-control .Select .Select__menu .Select__menu-list .Select__option--is-selected {
  color: #395FF0;
  font-family: GP Commerce Medium, sans-serif;
  background-color: #E8F0FE;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .ui-single-select-control .Select .Select-control {
  padding: 0 0 0 20px;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  min-height: 38px;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .ui-single-select-control .Select .Select-control:hover {
  border-radius: 8px;
  border: none;
  outline: none !important;
  box-shadow: none;
  background: #f0f4f6;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .ui-single-select-control .Select .Select-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .ui-single-select-control .Select .Select-control .Select__value-container {
  padding-left: 0px;
  padding-right: 0px;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .ui-single-select-control .Select .Select-control .Select__indicators .Select__dropdown-indicator {
  padding: 0 8px;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .ui-single-select-control .Select .Select-control .Select__indicators .Select__dropdown-indicator::before {
  content: '\e8b2';
  font-family: 'SysFaSolid';
  font-size: 14px;
  color: #5E7482;
  display: inline-block;
  position: relative;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .ui-single-select-control .Select .Select-control .Select__indicators .Select__dropdown-indicator svg {
  display: none !important;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .ui-single-select-control .Select .Select__control::before {
  display: none;
  padding-left: 0;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .ui-single-select-control .Select .Select__control--menu-is-open .Select__indicators .Select__dropdown-indicator::before {
  content: '\e8aa';
  font-family: 'SysFaSolid';
  font-size: 14px;
  color: #5E7482;
  display: inline-block;
  position: relative;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .ui-single-select-control .Select .Select__control--menu-is-open .Select__indicators .Select__dropdown-indicator svg {
  display: none !important;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .ui-single-select-control .Select:hover {
  border: 0;
  outline: 0;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .has-error {
  animation: none;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .has-error .error-block::after {
  content: none;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-access-level .ui-single-select-control {
  margin-right: 0;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #E8F0FE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-avatar .collaborator-initials {
  color: #395FF0;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 22px;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-info {
  flex: 1;
  padding-left: 20px;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-info .collaborator-name {
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  padding-bottom: 2px;
  line-height: 23px;
  letter-spacing: 0.15px;
}
.collaborator-list-container .collaborator-list .collaborator-item .collaborator-info .collaborator-email {
  font-size: 15px;
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  line-height: 23px;
  letter-spacing: 0.15px;
}
.collaborator-list-container .add-collaborator-section {
  margin-top: 24px;
}
.collaborator-list-container .add-collaborator-section .add-collaborator-button {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  color: #395FF0;
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  padding: 8px 0;
  cursor: pointer;
}
.collaborator-list-container .add-collaborator-section .add-collaborator-button i {
  margin-right: 8px;
}
.collaborator-list-container .add-collaborator-section .add-collaborator-button:hover {
  color: #113de5;
}
@media (max-width: 1400px) {
  .collaborator-screen .invite-editor-container .invite-editor-form {
    flex-direction: column;
    row-gap: 30px;
    width: 100%;
    max-width: 100%;
  }
}
.ui-text-form-field-with-dropdown {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 100%;
  border: 1px solid #dde3e8;
  border-radius: 6px;
  height: 45px;
  overflow: hidden;
}
.ui-text-form-field-with-dropdown:hover {
  border: 2px solid #395FF0;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
}
.ui-text-form-field-with-dropdown:focus-within {
  border: 2px solid #395FF0;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
}
.ui-text-form-field-with-dropdown .collaborator-text-input {
  width: 100%;
}
.ui-text-form-field-with-dropdown .collaborator-text-input .Select .Select__menu {
  margin-top: 6px;
}
.ui-text-form-field-with-dropdown .collaborator-text-input .Select .Select__menu .Select__menu-list {
  padding: 8px;
  font-size: 14px;
}
.ui-text-form-field-with-dropdown .collaborator-text-input .Select .Select__menu .Select__menu-list .Select__option {
  font-size: 14px;
  padding-left: 12px;
  background-color: #ffffff;
  color: #395FF0;
  border-radius: 6px;
}
.ui-text-form-field-with-dropdown .collaborator-text-input .Select .Select__menu .Select__menu-list .Select__option:hover {
  background-color: #f0f4f6;
}
.ui-text-form-field-with-dropdown .collaborator-text-input .Select .Select__menu .Select__menu-list.Select__option--is-focused {
  width: 100%;
  background-color: #f0f4f6;
  color: #5E7482;
}
.ui-text-form-field-with-dropdown .collaborator-text-input .Select .Select__menu .Select__menu-list .Select__option--is-selected::after {
  content: '\e8a6';
  font-family: 'SysFaSolid';
  float: right;
  color: #395FF0;
}
.ui-text-form-field-with-dropdown .collaborator-text-input .Select .Select__menu .Select__menu-list .Select__option--is-selected {
  color: #395FF0;
  font-family: GP Commerce Medium, sans-serif;
  background-color: #E8F0FE;
}
.ui-text-form-field-with-dropdown .collaborator-text-input .Select .Select-control {
  border: none;
  outline: none;
  box-shadow: none;
}
.ui-text-form-field-with-dropdown .collaborator-text-input .Select .Select-control:hover {
  border: none;
  outline: none;
  box-shadow: none;
}
.ui-text-form-field-with-dropdown .collaborator-text-input .Select .Select-control .Select__indicators {
  display: none;
}
.ui-text-form-field-with-dropdown .collaborator-text-input .Select .Select__value-container {
  padding-left: 16px;
}
.ui-text-form-field-with-dropdown .collaborator-text-input .Select .Select__value-container .Select__single-value {
  font-size: 14px;
}
.ui-text-form-field-with-dropdown .collaborator-text-input .Select .Select__value-container .Select__placeholder {
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  color: #5E7482;
  white-space: nowrap;
}
.ui-text-form-field-with-dropdown .collaborator-text-input .floating-form-group .form-control {
  border: none;
  outline: none;
  box-shadow: none;
}
@media (max-width: 1400px) {
  .ui-text-form-field-with-dropdown .collaborator-text-input {
    width: 50%;
  }
}
.configuration-name-container .configuration-name-content {
  padding-top: 40px;
}
.configuration-name-container .configuration-name-content .step-indicator {
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  color: #395FF0;
  text-transform: uppercase;
  margin-right: 14px;
}
.configuration-name-container .configuration-name-content .configuration-title {
  font-size: 24px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  line-height: 32px;
  padding: 12px 0;
}
.configuration-name-container .configuration-name-content .configuration-description {
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  color: #5E7482;
  line-height: 27px;
  padding-bottom: 30px;
}
.configuration-name-container .configuration-name-content form {
  width: 100%;
  max-width: 510px;
}
.configuration-name-container .configuration-name-content form .configuration-name {
  font-size: 14px;
  font-family: GP Commerce Medium, sans-serif;
  padding-bottom: 9px;
  color: #5a5f62;
  line-height: 15px;
}
.configuration-name-container .configuration-name-content form .configuration-name span {
  color: #CE1518;
  font-size: 14px;
  padding-left: 3px;
}
.configuration-name-container .configuration-name-content form .configuration-description {
  font-size: 14px;
  font-family: GP Commerce Medium, sans-serif;
  padding-bottom: 9px;
  color: #5a5f62;
  line-height: 15px;
}
.configuration-name-container .configuration-name-content form .configuration-description span {
  color: #CE1518;
  font-size: 14px;
  padding-left: 3px;
}
.configuration-name-container .configuration-name-content form .floating-form-group {
  padding-bottom: 32px;
}
.configuration-header {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.configuration-header .configuration-header-left {
  width: 50%;
}
.configuration-header .configuration-header-left .configuration-solution-title {
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: #5a5f62;
  padding-bottom: 4px;
}
.configuration-header .configuration-header-left .new-configuration-subtitle {
  font-family: GP Commerce Medium, sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #323436;
}
.configuration-header .configuration-header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  column-gap: 20px;
}
@media screen and (max-width: 992px) {
  .configuration-header {
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
  }
  .configuration-header .configuration-header-left {
    padding-bottom: 30px;
    width: 100%;
  }
  .configuration-header .configuration-header-right {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 10px;
  }
}
.sent-for-review-configurations {
  width: 100%;
}
.sent-for-review-configurations div.borderbar {
  height: 0px;
  border-top: 1px solid #C2C2C2;
  margin: 0px -50px;
}
.sent-for-review-configurations .configuration-review-saved {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sent-for-review-configurations .configuration-review-saved.flex-row {
  flex-direction: row;
}
.sent-for-review-configurations .configuration-review-saved.flex-column {
  flex-direction: column;
}
.sent-for-review-configurations .configuration-review-saved.flex-justify-flex-start {
  justify-content: flex-start;
}
.sent-for-review-configurations .configuration-review-saved.flex-justify-flex-end {
  justify-content: flex-end;
}
.sent-for-review-configurations .configuration-review-saved.flex-justify-center {
  justify-content: center;
}
.sent-for-review-configurations .configuration-review-saved.flex-justify-space-between {
  justify-content: space-between;
}
.sent-for-review-configurations .configuration-review-saved.flex-justify-space-around {
  justify-content: space-around;
}
.sent-for-review-configurations .configuration-review-saved.flex-justify-inherit {
  justify-content: inherit;
}
.sent-for-review-configurations .configuration-review-saved.flex-justify-initial {
  justify-content: initial;
}
.sent-for-review-configurations .configuration-review-saved.flex-align-flex-start {
  align-items: flex-start;
}
.sent-for-review-configurations .configuration-review-saved.flex-align-flex-end {
  align-items: flex-end;
}
.sent-for-review-configurations .configuration-review-saved.flex-align-stretch {
  align-items: stretch;
}
.sent-for-review-configurations .configuration-review-saved.flex-align-center {
  align-items: center;
}
.sent-for-review-configurations .configuration-review-saved.flex-align-baseline {
  align-items: baseline;
}
.sent-for-review-configurations .configuration-review-saved.flex-align-inherit {
  align-items: inherit;
}
.sent-for-review-configurations .configuration-review-saved.flex-align-initial {
  align-items: initial;
}
.sent-for-review-configurations .configuration-review-saved .section-illustration {
  margin: auto;
  margin-top: 60px;
  width: 100%;
  height: 270px;
}
.sent-for-review-configurations .configuration-review-saved .title {
  color: #323436;
  font-size: 22px;
  line-height: 31px;
  font-family: GP Commerce Medium, sans-serif;
  margin-top: 30px;
}
.sent-for-review-configurations .configuration-review-saved .description {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 24px;
  letter-spacing: 1%;
  padding: 12px 0 0;
  width: 100%;
  text-align: center;
  max-width: 500px;
}
.sent-for-review-configurations .configuration-review-saved .borderbar {
  height: 0;
  border-top: 1px solid #C2C2C2;
  margin: 40px auto 30px auto;
  width: 100%;
  max-width: 500px;
  display: block;
}
.sent-for-review-configurations .configuration-review-saved .reviewers-list-title {
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  line-height: 24px;
  padding-bottom: 12px;
}
.sent-for-review-configurations .reviewers-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px auto 0;
}
.sent-for-review-configurations .reviewers-list .collaborator-list-container .reviewers-list-title {
  display: none;
}
@media (max-width: 768px) {
  .sent-for-review-configurations .configuration-review-saved .section-illustration {
    margin: auto;
    margin-top: 40px;
    max-height: 230px;
  }
  .sent-for-review-configurations .configuration-review-saved .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.saved-and-deploy-list-container {
  width: 100%;
  padding: 0;
}
.saved-and-deploy-list-container .saved-and-deploy-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
}
.saved-and-deploy-list-container .saved-and-deploy-list .saved-and-deploy-list-item {
  display: flex;
  align-items: center;
  padding: 24px;
  border: 1px solid #C2C2C2;
  border-radius: 6px;
  margin-bottom: 12px;
  width: 100%;
  max-width: 510px;
}
.saved-and-deploy-list-container .saved-and-deploy-list .saved-and-deploy-list-item .saved-and-deploy-icon {
  width: 34px;
  height: 34px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAE2FF;
  border-radius: 6px;
  padding: 5px;
}
.saved-and-deploy-list-container .saved-and-deploy-list .saved-and-deploy-list-item .saved-and-deploy-icon i {
  display: block;
  font-size: 24px;
  color: #CB2EEF;
}
.saved-and-deploy-list-container .saved-and-deploy-list .saved-and-deploy-list-item .saved-and-deploy-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.saved-and-deploy-list-container .saved-and-deploy-list .saved-and-deploy-list-item .saved-and-deploy-content .saved-and-deploy-title {
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  margin-bottom: 4px;
}
.saved-and-deploy-list-container .saved-and-deploy-list .saved-and-deploy-list-item .saved-and-deploy-content .saved-and-deploy-description {
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  color: #5E7482;
  line-height: 20px;
}
.configurations-list-container {
  display: grid;
  row-gap: 30px;
  padding-bottom: 150px;
}
.configurations-list-container .config-label-value .title {
  font-size: 15px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  padding: 0;
  margin-bottom: 5px;
  line-height: 23px;
}
.configurations-list-container .config-label-value .value {
  font-size: 14px;
  color: #5E7482;
  line-height: 20px;
  font-family: GP Commerce, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
  cursor: default;
  position: relative;
}
.configurations-list-container .config-label-value .value[title]:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  background-color: #323436;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 9999;
  max-width: 300px;
  word-wrap: break-word;
  white-space: normal;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.configurations-list-container .configurations-list-item {
  display: flex;
  flex-direction: column;
  outline: 1px solid #C2C2C2;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 24px 24px 30px;
  margin: 0 5px;
}
.configurations-list-container .configurations-list-item .config-name-mobile {
  display: none;
}
.configurations-list-container .configurations-list-item .row1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.configurations-list-container .configurations-list-item .row1 .section1 {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 34px;
  height: 34px;
  background-color: #FAE2FF;
  border-radius: 6px;
  margin-right: 20px;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-row {
  flex-direction: row;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-column {
  flex-direction: column;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-justify-center {
  justify-content: center;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-align-center {
  align-items: center;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-align-initial {
  align-items: initial;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-row {
  flex-direction: row;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-column {
  flex-direction: column;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-justify-center {
  justify-content: center;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-align-center {
  align-items: center;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg.flex-align-initial {
  align-items: initial;
}
.configurations-list-container .configurations-list-item .row1 .section1 .icon-bg i {
  color: #CB2EEF;
  font-size: 24px;
}
.configurations-list-container .configurations-list-item .row1 .section1 .config-name {
  font-size: 18px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  line-height: 27px;
}
.configurations-list-container .configurations-list-item .row1 .section2 {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.configurations-list-container .configurations-list-item .row1 .section2 .approved {
  display: flex;
  align-items: flex-start;
}
.configurations-list-container .configurations-list-item .row1 .section2 .approved span {
  font-size: 14px;
  color: #028053;
  background: #E7FADB;
  font-family: GP Commerce Medium, sans-serif;
  border-radius: 8px;
  line-height: 20px;
  padding: 4px 10px;
  margin-right: 14px;
}
.configurations-list-container .configurations-list-item .row1 .section2 .status {
  display: flex;
  align-items: flex-start;
}
.configurations-list-container .configurations-list-item .row1 .section2 .status span {
  font-size: 14px;
  color: #395FF0;
  background: #E8F0FE;
  font-family: GP Commerce Medium, sans-serif;
  border-radius: 8px;
  line-height: 20px;
  padding: 4px 10px;
  margin-right: 14px;
}
.configurations-list-container .configurations-list-item .row2 {
  display: flex;
  flex-wrap: wrap;
}
.configurations-list-container .configurations-list-item .row2 .section1 {
  text-align: left;
  width: 20%;
  padding-right: 5px;
}
.configurations-list-container .configurations-list-item .row2 .section1 .title {
  font-size: 15px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  padding: 0;
  margin-bottom: 5px;
  line-height: 23px;
}
.configurations-list-container .configurations-list-item .row2 .section1 .value {
  font-size: 14px;
  color: #5E7482;
  line-height: 20px;
  font-family: GP Commerce, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
  cursor: default;
  position: relative;
}
.configurations-list-container .configurations-list-item .row2 .section1 .value[title]:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  background-color: #323436;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 9999;
  max-width: 300px;
  word-wrap: break-word;
  white-space: normal;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.configurations-list-container .configurations-list-item .row2 .section2 {
  text-align: left;
  width: 13.33%;
}
.configurations-list-container .configurations-list-item .row2 .section2 .title {
  font-size: 15px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  padding: 0;
  margin-bottom: 5px;
  line-height: 23px;
}
.configurations-list-container .configurations-list-item .row2 .section2 .value {
  font-size: 14px;
  color: #5E7482;
  line-height: 20px;
  font-family: GP Commerce, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
  cursor: default;
  position: relative;
}
.configurations-list-container .configurations-list-item .row2 .section2 .value[title]:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  background-color: #323436;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 9999;
  max-width: 300px;
  word-wrap: break-word;
  white-space: normal;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.configurations-list-container .configurations-list-item .row2 .section2 .value span {
  color: #5a5f62;
  background-color: #f0f4f6;
  border-radius: 8px;
  font-family: GP Commerce Medium, sans-serif;
  padding: 4px 10px;
}
.configurations-list-container .configurations-list-item .row2 .section3 {
  text-align: left;
  width: 13.33%;
}
.configurations-list-container .configurations-list-item .row2 .section3 .title {
  font-size: 15px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  padding: 0;
  margin-bottom: 5px;
  line-height: 23px;
}
.configurations-list-container .configurations-list-item .row2 .section3 .value {
  font-size: 14px;
  color: #5E7482;
  line-height: 20px;
  font-family: GP Commerce, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
  cursor: default;
  position: relative;
}
.configurations-list-container .configurations-list-item .row2 .section3 .value[title]:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  background-color: #323436;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 9999;
  max-width: 300px;
  word-wrap: break-word;
  white-space: normal;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.configurations-list-container .configurations-list-item .row2 .section3 .value span {
  color: #5a5f62;
  background-color: #f0f4f6;
  border-radius: 8px;
  font-family: GP Commerce Medium, sans-serif;
  padding: 4px 10px;
}
.configurations-list-container .configurations-list-item .row2 .section4 {
  text-align: left;
  width: 13.33%;
}
.configurations-list-container .configurations-list-item .row2 .section4 .title {
  font-size: 15px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  padding: 0;
  margin-bottom: 5px;
  line-height: 23px;
}
.configurations-list-container .configurations-list-item .row2 .section4 .value {
  font-size: 14px;
  color: #5E7482;
  line-height: 20px;
  font-family: GP Commerce, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
  cursor: default;
  position: relative;
}
.configurations-list-container .configurations-list-item .row2 .section4 .value[title]:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  background-color: #323436;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 9999;
  max-width: 300px;
  word-wrap: break-word;
  white-space: normal;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.configurations-list-container .configurations-list-item .row2 .section5 {
  text-align: left;
  width: 13.33%;
}
.configurations-list-container .configurations-list-item .row2 .section5 .title {
  font-size: 15px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  padding: 0;
  margin-bottom: 5px;
  line-height: 23px;
}
.configurations-list-container .configurations-list-item .row2 .section5 .value {
  font-size: 14px;
  color: #5E7482;
  line-height: 20px;
  font-family: GP Commerce, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
  cursor: default;
  position: relative;
}
.configurations-list-container .configurations-list-item .row2 .section5 .value[title]:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  background-color: #323436;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 9999;
  max-width: 300px;
  word-wrap: break-word;
  white-space: normal;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.configurations-list-container .configurations-list-item .row2 .section6 {
  text-align: left;
  width: 13.33%;
}
.configurations-list-container .configurations-list-item .row2 .section6 .title {
  font-size: 15px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  padding: 0;
  margin-bottom: 5px;
  line-height: 23px;
}
.configurations-list-container .configurations-list-item .row2 .section6 .value {
  font-size: 14px;
  color: #5E7482;
  line-height: 20px;
  font-family: GP Commerce, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
  cursor: default;
  position: relative;
}
.configurations-list-container .configurations-list-item .row2 .section6 .value[title]:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  background-color: #323436;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 9999;
  max-width: 300px;
  word-wrap: break-word;
  white-space: normal;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.configurations-list-container .configurations-list-item .row2 .section7 {
  text-align: left;
  width: 13.33%;
}
.configurations-list-container .configurations-list-item .row2 .section7 .title {
  font-size: 15px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  padding: 0;
  margin-bottom: 5px;
  line-height: 23px;
}
.configurations-list-container .configurations-list-item .row2 .section7 .value {
  font-size: 14px;
  color: #5E7482;
  line-height: 20px;
  font-family: GP Commerce, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
  cursor: default;
  position: relative;
}
.configurations-list-container .configurations-list-item .row2 .section7 .value[title]:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  background-color: #323436;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 9999;
  max-width: 300px;
  word-wrap: break-word;
  white-space: normal;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1200px) {
  .configurations-list-container .configurations-list-item .row1 .section1 {
    width: 20%;
  }
  .configurations-list-container .configurations-list-item .row1 .section1 .icon-bg {
    margin-right: 0;
  }
  .configurations-list-container .configurations-list-item .row1 .section1 .config-name {
    display: none;
  }
  .configurations-list-container .configurations-list-item .row1 .section2 {
    width: 80%;
  }
  .configurations-list-container .configurations-list-item .config-name-mobile {
    display: block;
    font-size: 18px;
    font-family: GP Commerce Medium, sans-serif;
    color: #323436;
    line-height: 27px;
    padding-bottom: 20px;
  }
  .configurations-list-container .configurations-list-item .row2 .section1 {
    width: 100%;
  }
  .configurations-list-container .configurations-list-item .row2 .section2,
  .configurations-list-container .configurations-list-item .row2 .section3,
  .configurations-list-container .configurations-list-item .row2 .section4,
  .configurations-list-container .configurations-list-item .row2 .section5,
  .configurations-list-container .configurations-list-item .row2 .section6,
  .configurations-list-container .configurations-list-item .row2 .section7 {
    width: 50%;
    padding-top: 24px;
  }
}
.triple-dot-dropdown-wrapper {
  position: relative;
  display: inline-block;
}
.triple-dot-dropdown-wrapper .triple-dot-button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  width: 32px;
  height: 32px;
  border-radius: 8px;
}
.triple-dot-dropdown-wrapper .triple-dot-button i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #5a5f62;
}
.triple-dot-dropdown-wrapper .triple-dot-button:hover {
  background-color: #f0f4f6;
}
.triple-dot-dropdown-wrapper .triple-dot-button:hover i {
  color: #5a5f62;
}
.triple-dot-dropdown-wrapper .triple-dot-button:focus {
  color: #ffffff;
  background-color: #395FF0;
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.triple-dot-dropdown-wrapper .triple-dot-button:focus i {
  color: #ffffff;
}
.triple-dot-dropdown-wrapper .triple-dot-button:active {
  color: #5E7482;
  background-color: #dde3e8;
}
.triple-dot-dropdown-wrapper .triple-dot-button:active i {
  color: #ffffff;
}
.triple-dot-dropdown-wrapper .triple-dot-dropdown-menu {
  position: absolute;
  top: 36px;
  right: 0;
  min-width: 220px;
  border: 1px solid #C2C2C2;
  border-radius: 8px;
  box-shadow: 0 2px 10px 0 rgba(94, 116, 130, 0.3);
  z-index: 1000;
  padding: 6px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #ffffff;
  box-sizing: border-box;
  transform: translateY(-4px);
}
.triple-dot-dropdown-wrapper .triple-dot-dropdown-menu.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.triple-dot-dropdown-wrapper .triple-dot-dropdown-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}
.triple-dot-dropdown-wrapper .triple-dot-dropdown-menu ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.triple-dot-dropdown-wrapper .triple-dot-dropdown-menu ul li .ui-hyperlink {
  font-family: GP Commerce, sans-serif;
  text-align: left;
  flex-wrap: wrap;
  border: none;
  width: 100%;
  box-shadow: none;
  outline: 2px solid transparent;
  color: #5E7482;
  background-color: #ffffff;
  padding: 8px;
  margin: 4px 0;
  box-sizing: border-box;
  display: block;
  border-radius: 6px;
}
.triple-dot-dropdown-wrapper .triple-dot-dropdown-menu ul li .ui-hyperlink:hover {
  color: #5a5f62;
  background-color: #f0f4f6;
  outline: 2px solid transparent;
  border: none;
  border-radius: 6px;
}
.triple-dot-dropdown-wrapper .triple-dot-dropdown-menu ul li .ui-hyperlink:focus {
  outline: 2px solid #395FF0;
  border: none;
  border-radius: 6px;
}
.triple-dot-dropdown-wrapper .triple-dot-dropdown-menu ul li .ui-hyperlink:active {
  color: #5a5f62;
  border-radius: 6px;
  background-color: #CAD7E4;
  outline: none;
  box-shadow: none;
}
.triple-dot-dropdown-wrapper .triple-dot-dropdown-menu .dropdown-divider {
  padding: 0;
  margin: 0;
  pointer-events: none;
  box-sizing: border-box;
}
.triple-dot-dropdown-wrapper .triple-dot-dropdown-menu .dropdown-divider hr {
  border: 0;
  border-top: 1px solid #ececec;
  margin: 4px 0;
  box-sizing: border-box;
}
.triple-dot-dropdown-wrapper .triple-dot-dropdown-menu {
  padding: 6px;
  margin: 0;
}
.triple-dot-dropdown-wrapper .triple-dot-dropdown-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.triple-dot-dropdown-wrapper .triple-dot-dropdown-menu ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.triple-dot-dropdown-wrapper .triple-dot-dropdown-menu ul li .ui-hyperlink,
.triple-dot-dropdown-wrapper .triple-dot-dropdown-menu ul li a {
  padding: 8px;
  margin: 4px 0;
  display: block;
  box-sizing: border-box;
}
.triple-dot-dropdown-wrapper .triple-dot-dropdown-menu .dropdown-divider {
  padding: 0;
  margin: 0;
}
.triple-dot-dropdown-wrapper .triple-dot-dropdown-menu .dropdown-divider hr {
  margin: 4px 0;
}
body .triple-dot-dropdown-wrapper .triple-dot-dropdown-menu ul li .ui-hyperlink {
  padding: 8px;
  margin: 4px 0;
}
.product-card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  column-gap: 30px;
  padding-bottom: 150px;
}
.product-card-container .product-card {
  border: 1px solid #C2C2C2;
  padding: 24px;
  border-radius: 6px;
  cursor: pointer;
  background-color: #ffffff;
}
.product-card-container .product-card:hover {
  border: 1px solid transparent;
  outline: 1px solid #C2C2C2;
  box-shadow: 0px 3px 12px 0px #00000026;
}
.product-card-container .product-card:hover#product-card:hover .form-check-input:not(:checked) {
  border: 1.75px solid #395FF0;
  background: #ffffff;
  box-shadow: 0 0 0 6px rgba(57, 95, 240, 0.4);
  border-radius: 4px;
}
.product-card-container .product-card.active {
  outline: 1px solid #395FF0;
  border: 1px solid #395FF0;
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.product-card-container .product-card.disabled {
  background: #f8f8f8;
}
.product-card-container .product-card .row1 {
  display: flex;
  flex-wrap: wrap;
}
.product-card-container .product-card .row1 .row1-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 26px;
  width: 80%;
}
.product-card-container .product-card .row1 .row1-left .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  background-color: #FAE2FF;
  margin-right: 20px;
  border-radius: 6px;
}
.product-card-container .product-card .row1 .row1-left .icon i {
  font-size: 24px;
  color: #CB2EEF;
}
.product-card-container .product-card .row1 .row1-left .product-title {
  font-size: 18px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 27px;
  color: #323436;
}
.product-card-container .product-card .row1 .row1-right {
  display: flex;
  justify-content: flex-end;
  width: 20%;
}
.product-card-container .product-card .row1 .row1-right.product-card-checkbox-wrapper .ui-checkbox {
  position: relative;
  width: 28px;
  height: 28px;
}
.product-card-container .product-card .row1 .row1-right.product-card-checkbox-wrapper .ui-checkbox .form-check-label .form-check-input {
  position: absolute;
  transform: translate(12%, 55%);
  width: 22.4px;
  height: 22.4px;
  border-radius: 4px;
}
.product-card-container .product-card .row1 .row1-right.product-card-checkbox-wrapper .ui-checkbox .form-check-label .form-check-input:not(:checked) {
  border: 1.75px solid #C2C2C2;
  background: #ffffff;
  outline: none;
}
.product-card-container .product-card .row1 .row1-right.product-card-checkbox-wrapper .ui-checkbox .form-check-label .form-check-input:checked {
  border: 1.75px solid #395FF0;
  background: #395FF0;
  outline: none;
}
.product-card-container .product-card .row1 .row1-right.product-card-checkbox-wrapper .ui-checkbox .form-check-label .form-check-input:hover:not(:checked) {
  border: 1.75px solid #395FF0;
  background: #ffffff;
  box-shadow: 0 0 0 6px rgba(57, 95, 240, 0.4);
  outline: none;
}
.product-card-container .product-card .row1 .row1-right.product-card-checkbox-wrapper .ui-checkbox .form-check-label .form-check-input:hover:checked {
  color: #ffffff;
  background: #395FF0;
  box-shadow: 0 0 0 6px rgba(57, 95, 240, 0.25);
  outline: none;
}
.product-card-container .product-card .row1 .row1-right.product-card-checkbox-wrapper .ui-checkbox .form-check-label .form-check-input:focus {
  border: 1.75px solid #1D3282;
  background: #ffffff;
  box-shadow: 0 0 0 6px rgba(57, 95, 240, 0.25);
  outline: none;
}
.product-card-container .product-card .row1 .row1-right.disabled {
  pointer-events: none;
}
.product-card-container .product-card .row1 .row1-right.disabled .ui-checkbox .form-check-label .form-check-input {
  position: absolute;
  transform: translate(12%, 55%);
  width: 22.4px;
  height: 22.4px;
}
.product-card-container .product-card .row1 .row1-right.disabled .ui-checkbox .form-check-label .form-check-input:not(:checked) {
  border: 1.75px solid #C2C2C2;
  background: #f0f4f6;
  border-radius: 0;
}
.product-card-container .product-card .row2 {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.product-card-container .product-card .row2 .product {
  margin-right: 30px;
}
.product-card-container .product-card .row2 .product .product-label {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.3px;
  padding-bottom: 5px;
}
.product-card-container .product-card .row2 .product .product-value {
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.15px;
  padding-bottom: 5px;
}
.product-card-container .product-card .row2 .existing-config .config-label {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.3px;
  padding-bottom: 5px;
}
.product-card-container .product-card .row2 .existing-config .config-value {
  color: #5E7482;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 22px;
  letter-spacing: 0.15px;
  padding-bottom: 5px;
}
.product-card-container .product-card .row2 .existing-config .config-value span {
  color: #5a5f62;
  background-color: #f0f4f6;
  font-size: 14px;
  padding: 4px 10px;
  margin-right: 10px;
  border-radius: 8px;
}
@media (max-width: 992px) {
  .product-card-container {
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }
}
.product-hero {
  display: flex;
  padding-top: 40px;
}
.product-hero .product-hero-left {
  width: 70%;
}
.product-hero .product-hero-left .step-indicator {
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  color: #395FF0;
  text-transform: uppercase;
  margin-right: 14px;
  padding-bottom: 12px;
}
.product-hero .product-hero-left .product-hero-title {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 24px;
  line-height: 30px;
}
.product-hero .product-hero-left .product-hero-description {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 26px;
  letter-spacing: 1%;
  padding: 12px 0 40px;
}
.product-hero .product-hero-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30%;
}
.product-hero .product-hero-right .count-box {
  border-radius: 6px;
  border: 1px solid #C2C2C2;
  padding: 14px;
}
.product-hero .product-hero-right .count-box .product-hero-publishing {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.product-hero .product-hero-right .count-box .product-hero-publishing span {
  font-family: GP Commerce, sans-serif;
}
.product-hero .product-hero-right .count-box .product-hero-selected {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.product-hero .product-hero-right .count-box .product-hero-selected span {
  font-family: GP Commerce, sans-serif;
}
@media (max-width: 992px) {
  .product-hero {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
  }
  .product-hero .product-hero-left {
    width: 100%;
  }
  .product-hero .product-hero-right {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .product-hero .product-hero-right .product-hero-img-container {
    display: none;
  }
  .product-hero .product-hero-right .count-box {
    margin-bottom: 30px;
  }
}
.next-steps-container {
  margin-top: 40px;
  border: 1px solid #C2C2C2;
  border-radius: 6px;
}
.next-steps-container .next-steps-title {
  color: #5a5f62;
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 24px;
  padding: 24px;
  text-transform: uppercase;
}
.next-steps-container .next-steps-list {
  display: flex;
  flex-direction: column;
}
.next-steps-container .next-steps-list .next-steps-item {
  display: flex;
  align-items: center;
  padding: 24px;
  border-top: 1px solid #C2C2C2;
}
.next-steps-container .next-steps-list .next-steps-item .next-steps-icon-wrap {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.next-steps-container .next-steps-list .next-steps-item .next-steps-icon-wrap .next-steps-icon-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  background-color: #FAE2FF;
  border-radius: 6px;
}
.next-steps-container .next-steps-list .next-steps-item .next-steps-icon-wrap .next-steps-icon-bg .next-steps-icon {
  font-size: 24px;
  color: #CB2EEF;
}
.next-steps-container .next-steps-list .next-steps-item .next-steps-content .next-steps-item-title {
  color: #323436;
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 24px;
  margin-bottom: 8px;
}
.next-steps-container .next-steps-list .next-steps-item .next-steps-content .next-steps-item-desc {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 24px;
}
.next-steps-container .next-steps-list .next-steps-item .next-steps-link-end {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.next-steps-custom-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.success-message {
  color: #5BA71E;
  font-size: 20px;
}
.additional-resources-container {
  padding-top: 40px;
}
.additional-resources-container .additional-resources-title {
  color: #5a5f62;
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 24px;
  padding-bottom: 24px;
  text-transform: uppercase;
}
.additional-resources-container .additional-resources-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 30px;
  column-gap: 27px;
  margin-bottom: 30px;
}
.additional-resources-container .additional-resources-list .link-text .ui-hyperlink {
  height: 100%;
  display: flex;
  outline: 1px solid #C2C2C2;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 24px;
  width: 100%;
}
.additional-resources-container .additional-resources-list .link-text .ui-hyperlink:hover {
  border: 1px solid transparent;
  box-shadow: 0px 3px 12px 0px #00000026;
  text-decoration: none;
}
.additional-resources-container .additional-resources-list .link-text .ui-hyperlink:focus {
  outline: 2px solid #395FF0;
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.additional-resources-container .additional-resources-list .additional-resources-item .title-icon {
  display: flex;
  align-items: center;
  padding-bottom: 14px;
}
.additional-resources-container .additional-resources-list .additional-resources-item .title-icon i {
  font-size: 24px;
  margin-right: 12px;
  color: #323436;
}
.additional-resources-container .additional-resources-list .additional-resources-item .title-icon span {
  color: #323436;
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  line-height: 24px;
}
.additional-resources-container .additional-resources-list .additional-resources-item .description {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 24px;
  letter-spacing: 1%;
  text-align: left;
}
@media (max-width: 992px) {
  .additional-resources-container .additional-resources-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 30px;
    column-gap: 0;
    margin-bottom: 30px;
  }
}
#CONFIRM_AND_PUBLISH .description {
  font-family: GP Commerce, sans-serif;
  color: #5E7482;
  font-size: 16px;
  line-height: 24px;
}
#CONFIRM_AND_PUBLISH .note-description {
  display: none;
  padding: 16px 20px;
  background-color: #FFE9D3;
  border: 1px solid #EB7200;
  border-radius: 6px;
  gap: 16px;
  margin: 30px 0;
  display: flex;
}
#CONFIRM_AND_PUBLISH .note-description.flex-row {
  flex-direction: row;
}
#CONFIRM_AND_PUBLISH .note-description.flex-column {
  flex-direction: column;
}
#CONFIRM_AND_PUBLISH .note-description.flex-justify-flex-start {
  justify-content: flex-start;
}
#CONFIRM_AND_PUBLISH .note-description.flex-justify-flex-end {
  justify-content: flex-end;
}
#CONFIRM_AND_PUBLISH .note-description.flex-justify-center {
  justify-content: center;
}
#CONFIRM_AND_PUBLISH .note-description.flex-justify-space-between {
  justify-content: space-between;
}
#CONFIRM_AND_PUBLISH .note-description.flex-justify-space-around {
  justify-content: space-around;
}
#CONFIRM_AND_PUBLISH .note-description.flex-justify-inherit {
  justify-content: inherit;
}
#CONFIRM_AND_PUBLISH .note-description.flex-justify-initial {
  justify-content: initial;
}
#CONFIRM_AND_PUBLISH .note-description.flex-align-flex-start {
  align-items: flex-start;
}
#CONFIRM_AND_PUBLISH .note-description.flex-align-flex-end {
  align-items: flex-end;
}
#CONFIRM_AND_PUBLISH .note-description.flex-align-stretch {
  align-items: stretch;
}
#CONFIRM_AND_PUBLISH .note-description.flex-align-center {
  align-items: center;
}
#CONFIRM_AND_PUBLISH .note-description.flex-align-baseline {
  align-items: baseline;
}
#CONFIRM_AND_PUBLISH .note-description.flex-align-inherit {
  align-items: inherit;
}
#CONFIRM_AND_PUBLISH .note-description.flex-align-initial {
  align-items: initial;
}
#CONFIRM_AND_PUBLISH .note-description .left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#CONFIRM_AND_PUBLISH .note-description .left i {
  font-size: 24px;
  color: #EB7200;
}
#CONFIRM_AND_PUBLISH .note-description .right {
  display: flex;
  align-items: center;
  justify-content: left;
}
#CONFIRM_AND_PUBLISH .note-description .right .description {
  color: #323436;
  font-size: 14px;
  line-height: 22px;
}
.publish-details {
  background-color: #ffffff;
  border: 1px solid #C2C2C2;
  border-radius: 6px;
  padding: 20px;
  margin: 30px 0;
}
.publish-details .publish-detail-row {
  display: flex;
  flex-wrap: nowrap;
}
.publish-details .publish-detail-row:not(:last-child) {
  padding-bottom: 10px;
}
.publish-details .publish-detail-row .left {
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  font-size: 14px;
  line-height: 22px;
}
.publish-details .publish-detail-row .right {
  display: flex;
  flex: 1;
  color: #323436;
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  line-height: 22px;
}
.select-environment-card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  column-gap: 30px;
}
.select-environment-card-container .error {
  border-radius: 0;
  border: 1px solid #CE1518;
  outline: 1px solid #CE1518;
}
.select-environment-card-container .error:hover {
  border: 1px solid #CE1518;
  outline: 1px solid #CE1518;
}
.select-environment-card-container .error:focus {
  border: 1px solid #CE1518;
  outline: 1px solid #CE1518;
}
.select-environment-card-container .select-environment-card {
  display: flex;
  flex-direction: row;
  padding: 26px 24px 30px;
  border: 1px solid #C2C2C2;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.select-environment-card-container .select-environment-card:hover {
  border: 1px solid transparent;
  outline: 1px solid #C2C2C2;
  box-shadow: 0px 3px 12px 0px #00000026;
}
.select-environment-card-container .select-environment-card#select-environment-card:hover input[type="radio"]:not(:checked) {
  border: 1.5px solid #395FF0;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
}
.select-environment-card-container .select-environment-card.active {
  outline: 1px solid #395FF0;
  border: 1px solid #395FF0;
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 34px;
  width: 34px;
  border-radius: 6px;
  font-size: 20px;
  margin-right: 20px;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-row {
  flex-direction: row;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-column {
  flex-direction: column;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-justify-center {
  justify-content: center;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-align-center {
  align-items: center;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-align-initial {
  align-items: initial;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-row {
  flex-direction: row;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-column {
  flex-direction: column;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-justify-center {
  justify-content: center;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-align-center {
  align-items: center;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg.flex-align-initial {
  align-items: initial;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg i {
  font-size: 20px;
  color: #5E7482;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg-uat {
  background-color: #FFEEBE;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg-uat i {
  color: #736646;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg-prod {
  background-color: #FFDCDE;
}
.select-environment-card-container .select-environment-card .select-env-col-1 .icon-bg-prod i {
  color: #CE1518;
}
.select-environment-card-container .select-environment-card .select-env-col-2 {
  display: flex;
  flex-direction: column;
  flex: 0 0 80%;
  align-items: flex-start;
}
.select-environment-card-container .select-environment-card .select-env-col-2 .title {
  font-family: GP Commerce Medium, sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: #323436;
  padding-bottom: 8px;
}
.select-environment-card-container .select-environment-card .select-env-col-2 .description {
  font-family: GP Commerce, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #5E7482;
}
.select-environment-card-container .select-environment-card .select-env-col-2 .tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
.select-environment-card-container .select-environment-card .select-env-col-2 .tags .normal-tag {
  font-family: GP Commerce Medium, sans-serif;
  font-size: 14px;
  color: #5a5f62;
  background: #f0f4f6;
  display: inline-block;
  border-radius: 8px;
  padding: 4px 10px;
}
.select-environment-card-container .select-environment-card .select-env-col-2 .tags .stage-icon {
  font-family: GP Commerce Medium, sans-serif;
  font-size: 14px;
  color: #736646;
  background: #FFEEBE;
  border-radius: 8px;
  padding: 4px 10px;
}
.select-environment-card-container .select-environment-card .select-env-col-2 .tags .stage-icon i {
  color: #736646;
  margin-right: 4px;
}
.select-environment-card-container .select-environment-card .select-env-col-3 {
  flex: 1;
}
.select-environment-card-container .select-environment-card .select-env-col-3 .radio-button {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.select-environment-card-container .select-environment-card .select-env-col-3 .radio-button .form-check {
  column-gap: 0;
  margin-right: 0;
  position: relative;
  width: 28px;
  height: 28px;
}
.select-environment-card-container .select-environment-card .select-env-col-3 .radio-button .form-check input[type="radio"] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22.4px;
  height: 22.4px;
  appearance: none;
  border-radius: 50%;
  border: 1.5px solid #C2C2C2;
  background: #ffffff;
  box-shadow: none;
}
.select-environment-card-container .select-environment-card .select-env-col-3 .radio-button .form-check input[type="radio"]:hover:not(:checked) {
  border: 1.5px solid #395FF0;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
  border-radius: 50%;
}
.select-environment-card-container .select-environment-card .select-env-col-3 .radio-button .form-check input[type="radio"]:focus:not(:checked) {
  border: 1.5px solid #395FF0;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
  outline: none;
}
.select-environment-card-container .select-environment-card .select-env-col-3 .radio-button .form-check input[type="radio"]:checked {
  border: 1.5px solid #395FF0;
  background: #395FF0;
  position: relative;
}
.select-environment-card-container .select-environment-card .select-env-col-3 .radio-button .form-check input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}
.select-environment-card-container .select-environment-card .select-env-col-3 .radio-button .form-check input[type="radio"]:checked:hover {
  border: 1.5px solid #395FF0;
  background: #395FF0;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
}
.select-environment-card-container .select-environment-card .select-env-col-3 .radio-button .form-check input[type="radio"]:checked:focus {
  border: 1.5px solid #395FF0;
  background: #1D3282;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
  outline: none;
}
.select-environment-card-container .select-environment-card .select-env-col-3 .radio-button .form-check input[type="radio"]:disabled {
  border: 1.5px solid #C2C2C2;
  background: #F7F9FB;
}
.select-environment-card-container .select-environment-card .select-env-col-3 .radio-button .form-check input[type="radio"]:disabled:hover {
  box-shadow: none;
  border: 1.5px solid #C2C2C2;
  background: #F7F9FB;
}
@media (max-width: 1400px) {
  .select-environment-card-container {
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }
  .select-environment-card-container .select-environment-card .select-env-col-2 {
    flex: 0 0 60%;
  }
  .select-environment-card-container .select-environment-card .select-env-col-2 .tags .stage-icon {
    margin-top: 10px;
  }
}
.important-note {
  padding: 16px 20px;
  background-color: #FFE9D3;
  border: 1px solid #EB7200;
  border-radius: 6px;
  gap: 16px;
  margin: 30px 0;
  display: flex;
}
.important-note.flex-row {
  flex-direction: row;
}
.important-note.flex-column {
  flex-direction: column;
}
.important-note.flex-justify-flex-start {
  justify-content: flex-start;
}
.important-note.flex-justify-flex-end {
  justify-content: flex-end;
}
.important-note.flex-justify-center {
  justify-content: center;
}
.important-note.flex-justify-space-between {
  justify-content: space-between;
}
.important-note.flex-justify-space-around {
  justify-content: space-around;
}
.important-note.flex-justify-inherit {
  justify-content: inherit;
}
.important-note.flex-justify-initial {
  justify-content: initial;
}
.important-note.flex-align-flex-start {
  align-items: flex-start;
}
.important-note.flex-align-flex-end {
  align-items: flex-end;
}
.important-note.flex-align-stretch {
  align-items: stretch;
}
.important-note.flex-align-center {
  align-items: center;
}
.important-note.flex-align-baseline {
  align-items: baseline;
}
.important-note.flex-align-inherit {
  align-items: inherit;
}
.important-note.flex-align-initial {
  align-items: initial;
}
.important-note .left {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.important-note .left i {
  font-size: 24px;
  color: #EB7200;
}
.important-note .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.important-note .right .title {
  font-size: 16px;
  color: #323436;
  font-family: GP Commerce Medium, sans-serif;
  align-self: flex-start;
  text-align: left;
  padding-bottom: 6px;
}
.important-note .right ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.important-note .right ul li {
  color: #323436;
  font-size: 14px;
  line-height: 22px;
}
#PUBLISH_PROMOTE_RESPONSE {
  max-width: 500px;
}
#PUBLISH_PROMOTE_RESPONSE .response-modal-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 12px;
}
#PUBLISH_PROMOTE_RESPONSE .response-modal-container .modal-description {
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  color: #5E7482;
  line-height: 24px;
  padding-bottom: 30px;
}
#PUBLISH_PROMOTE_RESPONSE .response-modal-container .promotion-results .success-section .success-response {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 20px;
}
#PUBLISH_PROMOTE_RESPONSE .response-modal-container .promotion-results .success-section .success-response .icon i {
  font-size: 24px;
  margin-right: 16px;
  color: #028053;
}
#PUBLISH_PROMOTE_RESPONSE .response-modal-container .promotion-results .success-section .success-response .success-message {
  color: #323436;
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  line-height: 23px;
}
#PUBLISH_PROMOTE_RESPONSE .response-modal-container .promotion-results .failure-section .error-response {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 20px;
}
#PUBLISH_PROMOTE_RESPONSE .response-modal-container .promotion-results .failure-section .error-response .icon i {
  font-size: 24px;
  margin-right: 16px;
  color: #CE1518;
}
#PUBLISH_PROMOTE_RESPONSE .response-modal-container .promotion-results .failure-section .error-response .error-message {
  color: #323436;
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  line-height: 23px;
}
#PUBLISH_PROMOTE_RESPONSE .modal-footer .common-modal-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  column-gap: 20px;
}
#PUBLISH_PROMOTE_RESPONSE .modal-footer .common-modal-footer > div {
  flex: 1 1 0%;
  display: flex;
}
#PUBLISH_PROMOTE_RESPONSE .modal-footer .common-modal-footer > div > button,
#PUBLISH_PROMOTE_RESPONSE .modal-footer .common-modal-footer > div > .ant-btn {
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  #PUBLISH_PROMOTE_RESPONSE .modal-footer .common-modal-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    column-gap: 0;
  }
  #PUBLISH_PROMOTE_RESPONSE .modal-footer .common-modal-footer > div {
    flex: none;
    width: 100%;
  }
  #PUBLISH_PROMOTE_RESPONSE .modal-footer .common-modal-footer > div > button,
  #PUBLISH_PROMOTE_RESPONSE .modal-footer .common-modal-footer > div > .ant-btn {
    width: 100%;
    min-width: 100%;
  }
}
.ui-checkbox .form-check-label .form-check-input {
  height: 22.4px;
  width: 22.4px;
  margin-right: 10px;
  margin-top: -10px;
  outline: 1.75px solid #C2C2C2;
  background: #ffffff;
  border: 0;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ui-checkbox .form-check-label .form-check-input:hover {
  outline: 1.75px solid #395FF0;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
  border: 0;
  border-radius: 4px;
}
.ui-checkbox .form-check-label .form-check-input:focus {
  outline: 1.75px solid #1D3282;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
  border: 0;
  border-radius: 4px;
}
.ui-checkbox .form-check-label .form-check-input:active {
  outline: 1.75px solid #1D3282;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
  border: 0;
  border-radius: 4px;
}
.ui-checkbox .form-check-label .form-check-input:checked {
  outline: none;
  color: #ffffff;
  background-color: #395FF0;
  border-radius: 4px;
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
.ui-checkbox .form-check-label .form-check-input:checked:hover {
  color: #ffffff;
  background: #395FF0;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
  border-radius: 4px;
}
.ui-checkbox .form-check-label .form-check-input:checked:focus {
  color: #ffffff;
  background: #1D3282;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
  border-radius: 4px;
}
.ui-checkbox .form-check-label .form-check-input:checked:active {
  background: #1D3282;
  color: #ffffff;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
  border-radius: 4px;
}
.in-progress-modal-container {
  text-align: center;
}
.in-progress-modal-container .section-illustration {
  display: flex;
  justify-content: center;
  margin: auto;
  min-height: 80px;
  width: 80px;
}
.in-progress-modal-container .in-progress-title {
  color: #323436;
  font-size: 22px;
  line-height: 31px;
  font-family: GP Commerce Medium, sans-serif;
  padding-top: 50px;
}
.in-progress-modal-container .in-progress-description {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 24px;
  letter-spacing: 1%;
  padding-top: 10px;
}
.modal-dialog {
  border-radius: 6px;
}
#PROMOTE_IN_PROGRESS {
  margin: 50px auto 0;
  padding: 0;
}
#PROMOTE_IN_PROGRESS .modal-content {
  border-radius: 6px;
}
#PROMOTE_IN_PROGRESS .modal-content .modal-header {
  padding: 20px 20px 12px;
  border: none;
  background-color: #ffffff;
}
#PROMOTE_IN_PROGRESS .modal-content .modal-header .btn-close {
  display: flex;
  align-items: center;
  margin-left: auto;
  background: none;
  border: none;
  color: #5E7482;
  opacity: 1;
  padding: 0;
  font-size: 20px;
  padding-top: 5px;
}
#PROMOTE_IN_PROGRESS .modal-content .modal-header .btn-close::after {
  content: "\e81e";
  font-family: 'SysFaSolid';
  font-size: 20px;
}
#PROMOTE_IN_PROGRESS .modal-content .modal-body {
  margin: 0;
  padding: 0 30px 50px;
}
@media (max-width: 768px) {
  .in-progress-modal-container .section-illustration {
    margin: auto;
    max-height: 230px;
  }
  #PROMOTE_IN_PROGRESS {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #PROMOTE_IN_PROGRESS .modal-content .modal-header {
    padding: 30px 20px 12px;
    border: none;
    background-color: #ffffff;
  }
  #PROMOTE_IN_PROGRESS .modal-content .modal-header .btn-close {
    display: flex;
    align-items: center;
    margin-left: auto;
    background: none;
    border: none;
    color: #5E7482;
    opacity: 1;
    padding: 0;
    font-size: 20px;
    padding-top: 5px;
  }
  #PROMOTE_IN_PROGRESS .modal-content .modal-header .btn-close::after {
    content: "\e81e";
    font-family: 'SysFaSolid';
    font-size: 20px;
  }
  #PROMOTE_IN_PROGRESS .modal-content .modal-body {
    margin: 0;
    padding: 0 20px 80px;
  }
}
.saved-and-deploy-list-container {
  width: 100%;
  padding: 0;
}
.saved-and-deploy-list-container .saved-and-deploy-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
}
.saved-and-deploy-list-container .saved-and-deploy-list .saved-and-deploy-list-item {
  display: flex;
  align-items: center;
  padding: 24px;
  border: 1px solid #C2C2C2;
  border-radius: 6px;
  margin-bottom: 12px;
  width: 100%;
  max-width: 510px;
}
.saved-and-deploy-list-container .saved-and-deploy-list .saved-and-deploy-list-item .saved-and-deploy-icon {
  width: 34px;
  height: 34px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAE2FF;
  border-radius: 6px;
  padding: 5px;
}
.saved-and-deploy-list-container .saved-and-deploy-list .saved-and-deploy-list-item .saved-and-deploy-icon i {
  display: block;
  font-size: 24px;
  color: #CB2EEF;
}
.saved-and-deploy-list-container .saved-and-deploy-list .saved-and-deploy-list-item .saved-and-deploy-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.saved-and-deploy-list-container .saved-and-deploy-list .saved-and-deploy-list-item .saved-and-deploy-content .saved-and-deploy-title {
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  margin-bottom: 4px;
}
.saved-and-deploy-list-container .saved-and-deploy-list .saved-and-deploy-list-item .saved-and-deploy-content .saved-and-deploy-description {
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  color: #5E7482;
  line-height: 20px;
}
.review-type-container {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}
.review-type-container .radio-button {
  display: flex;
  align-items: flex-start;
}
.configuration-saved-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.configuration-saved-content.flex-row {
  flex-direction: row;
}
.configuration-saved-content.flex-column {
  flex-direction: column;
}
.configuration-saved-content.flex-justify-flex-start {
  justify-content: flex-start;
}
.configuration-saved-content.flex-justify-flex-end {
  justify-content: flex-end;
}
.configuration-saved-content.flex-justify-center {
  justify-content: center;
}
.configuration-saved-content.flex-justify-space-between {
  justify-content: space-between;
}
.configuration-saved-content.flex-justify-space-around {
  justify-content: space-around;
}
.configuration-saved-content.flex-justify-inherit {
  justify-content: inherit;
}
.configuration-saved-content.flex-justify-initial {
  justify-content: initial;
}
.configuration-saved-content.flex-align-flex-start {
  align-items: flex-start;
}
.configuration-saved-content.flex-align-flex-end {
  align-items: flex-end;
}
.configuration-saved-content.flex-align-stretch {
  align-items: stretch;
}
.configuration-saved-content.flex-align-center {
  align-items: center;
}
.configuration-saved-content.flex-align-baseline {
  align-items: baseline;
}
.configuration-saved-content.flex-align-inherit {
  align-items: inherit;
}
.configuration-saved-content.flex-align-initial {
  align-items: initial;
}
.configuration-saved-content .section-illustration {
  margin: auto;
  margin-top: 60px;
  width: 100%;
  height: 270px;
}
.configuration-saved-content .title {
  color: #323436;
  font-size: 22px;
  line-height: 31px;
  font-family: GP Commerce Medium, sans-serif;
  margin-top: 30px;
}
.configuration-saved-content .description {
  color: #5E7482;
  font-size: 16px;
  font-family: GP Commerce, sans-serif;
  line-height: 24px;
  letter-spacing: 1%;
  padding: 12px 0 0;
  width: 100%;
  text-align: center;
  max-width: 500px;
}
.configuration-saved-content div.borderbar {
  height: 0;
  border-top: 1px solid #C2C2C2;
  margin: 40px auto 30px auto;
  width: 100%;
  max-width: 500px;
  display: block;
}
.configuration-saved-content .next-step {
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  line-height: 24px;
  padding-bottom: 12px;
}
@media (max-width: 768px) {
  .configuration-saved-content .section-illustration {
    margin: auto;
    margin-top: 40px;
    max-height: 230px;
  }
  .configuration-saved-content .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.configuration-saved-card {
  width: 100%;
  padding: 0;
}
.configuration-saved-card .configuration-saved-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
}
.configuration-saved-card .configuration-saved-list .configuration-saved-list-item {
  display: flex;
  align-items: center;
  padding: 24px;
  border: 1px solid #C2C2C2;
  border-radius: 6px;
  margin-bottom: 12px;
  width: 100%;
  max-width: 510px;
}
.configuration-saved-card .configuration-saved-list .configuration-saved-list-item .configuration-saved-item-icon {
  width: 34px;
  height: 34px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAE2FF;
  border-radius: 6px;
  padding: 5px;
}
.configuration-saved-card .configuration-saved-list .configuration-saved-list-item .configuration-saved-item-icon i {
  display: block;
  font-size: 24px;
  color: #CB2EEF;
}
.configuration-saved-card .configuration-saved-list .configuration-saved-list-item .configuration-saved-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.configuration-saved-card .configuration-saved-list .configuration-saved-list-item .configuration-saved-item-content .configuration-saved-item-title {
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  margin-bottom: 4px;
}
.configuration-saved-card .configuration-saved-list .configuration-saved-list-item .configuration-saved-item-content .configuration-saved-item-description {
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  color: #5E7482;
  line-height: 20px;
}
.configuration-content-container .configuration-nav-filter-container {
  display: flex;
  flex-wrap: wrap;
  position: static;
  padding-top: 36px;
}
.configuration-content-container .configuration-nav-filter-container .configuration-nav-menu {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.configuration-content-container .configuration-nav-filter-container .configuration-filter-options {
  width: 50%;
}
.configuration-content-container .configuration-nav-filter-container .configuration-filter-options .configuration-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 20px;
  margin-right: 3px;
}
.configuration-content-container .configuration-nav-filter-container .configuration-filter-options .configuration-filter .ui-single-select-control {
  display: flex;
  align-items: center;
}
.configuration-content-container .configuration-nav-filter-container .configuration-filter-options .configuration-filter .ui-single-select-control .Select-control {
  width: 180px;
}
@media (max-width: 1200px) {
  .configuration-content-container .configuration-nav-filter-container .configuration-nav-menu {
    width: 100%;
    margin-bottom: 30px;
  }
  .configuration-content-container .configuration-nav-filter-container .configuration-filter-options {
    width: 100%;
  }
  .configuration-content-container .configuration-nav-filter-container .configuration-filter-options .configuration-filter {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
.configuration-nav-menu {
  margin-bottom: 40px;
}
.configuration-nav-menu .tab-menu {
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.configuration-nav-menu .tab-menu::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.configuration-nav-menu .tab-menu .tab-menuitems {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  width: max-content;
  padding: 5px;
}
.configuration-nav-menu .tab-menu .tab-menuitems .link-text .ui-hyperlink {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  line-height: 135%;
  border: 1px solid #C2C2C2;
  outline: none;
  box-shadow: none;
  padding: 4px 10px;
  background-color: #ffffff;
  border-radius: 8px;
  margin: 5px 0 5px 0;
}
.configuration-nav-menu .tab-menu .tab-menuitems .link-text .ui-hyperlink:hover {
  border: 1px solid #C2C2C2;
  color: #5a5f62;
  background-color: #f0f4f6;
}
.configuration-nav-menu .tab-menu .tab-menuitems .link-text .ui-hyperlink:focus {
  border: 1px solid #395FF0;
  color: #5a5f62;
  background-color: #E8F0FE;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
}
.configuration-nav-menu .tab-menu .tab-menuitems .link-text .ui-hyperlink:active {
  border: 1px solid #395FF0;
  color: #395FF0;
  background-color: #E8F0FE;
}
.configuration-nav-menu .tab-menu .tab-menuitems .menuitem-active .link-text .ui-hyperlink {
  border-radius: 8px;
  border: 1px solid #395FF0;
  color: #395FF0;
  background-color: #E8F0FE;
}
.environment-header {
  display: flex;
  flex-direction: row;
}
.environment-header .environment-header-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 24px;
  width: 50%;
}
.environment-header .environment-header-left .left .icon-bg {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 34px;
  height: 34px;
  background-color: #FAE2FF;
  border-radius: 6px;
}
.environment-header .environment-header-left .left .icon-bg.flex-row {
  flex-direction: row;
}
.environment-header .environment-header-left .left .icon-bg.flex-column {
  flex-direction: column;
}
.environment-header .environment-header-left .left .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.environment-header .environment-header-left .left .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.environment-header .environment-header-left .left .icon-bg.flex-justify-center {
  justify-content: center;
}
.environment-header .environment-header-left .left .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.environment-header .environment-header-left .left .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.environment-header .environment-header-left .left .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.environment-header .environment-header-left .left .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.environment-header .environment-header-left .left .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.environment-header .environment-header-left .left .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.environment-header .environment-header-left .left .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.environment-header .environment-header-left .left .icon-bg.flex-align-center {
  align-items: center;
}
.environment-header .environment-header-left .left .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.environment-header .environment-header-left .left .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.environment-header .environment-header-left .left .icon-bg.flex-align-initial {
  align-items: initial;
}
.environment-header .environment-header-left .left .icon-bg.flex-row {
  flex-direction: row;
}
.environment-header .environment-header-left .left .icon-bg.flex-column {
  flex-direction: column;
}
.environment-header .environment-header-left .left .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.environment-header .environment-header-left .left .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.environment-header .environment-header-left .left .icon-bg.flex-justify-center {
  justify-content: center;
}
.environment-header .environment-header-left .left .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.environment-header .environment-header-left .left .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.environment-header .environment-header-left .left .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.environment-header .environment-header-left .left .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.environment-header .environment-header-left .left .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.environment-header .environment-header-left .left .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.environment-header .environment-header-left .left .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.environment-header .environment-header-left .left .icon-bg.flex-align-center {
  align-items: center;
}
.environment-header .environment-header-left .left .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.environment-header .environment-header-left .left .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.environment-header .environment-header-left .left .icon-bg.flex-align-initial {
  align-items: initial;
}
.environment-header .environment-header-left .left .icon-bg i {
  color: #CB2EEF;
  font-size: 24px;
}
.environment-header .environment-header-left .right {
  display: flex;
  flex-direction: column;
}
.environment-header .environment-header-left .right .product-name {
  font-size: 18px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  line-height: 27px;
}
.environment-header .environment-header-left .right .product-description {
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  color: #5E7482;
  line-height: 24px;
  padding-top: 4px;
}
.environment-header .environment-header-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  column-gap: 20px;
  width: 50%;
}
.environment-header .environment-header-right button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  width: 32px;
  height: 32px;
  border-radius: 8px;
}
.environment-header .environment-header-right button i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #5a5f62;
}
.environment-header .environment-header-right button:hover {
  background-color: #f0f4f6;
}
.environment-header .environment-header-right button:hover i {
  color: #5a5f62;
}
.environment-header .environment-header-right button:focus {
  color: #ffffff;
  background-color: #395FF0;
  box-shadow: 0px 0px 0px 3px #395FF040;
}
.environment-header .environment-header-right button:focus i {
  color: #ffffff;
}
.environment-header .environment-header-right button:active {
  color: #5E7482;
  background-color: #dde3e8;
}
.environment-header .environment-header-right button:active i {
  color: #ffffff;
}
.product-name-mobile {
  display: none;
}
.product-description-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .product-name-mobile {
    display: block;
    font-size: 18px;
    font-family: GP Commerce Medium, sans-serif;
    color: #323436;
    line-height: 27px;
    margin-top: 30px;
  }
  .product-description-mobile {
    display: block;
    font-size: 14px;
    font-family: GP Commerce, sans-serif;
    color: #5E7482;
    line-height: 24px;
    padding-top: 4px;
  }
  .environment-header .environment-header-left .right .product-name {
    display: none;
  }
  .environment-header .environment-header-left .right .product-description {
    display: none;
  }
}
.environment-details-container {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #C2C2C2;
  padding: 24px;
  margin-bottom: 26px;
}
.environment-details-container .environment-cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 1200px) {
  .environment-details-container .environment-cards-container {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0;
    row-gap: 20px;
  }
}
.environment-card {
  flex-direction: column;
  flex: 1 1 0;
  background-color: #F7F9FB;
  border-radius: 6px;
  padding: 14px 12px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 14px;
}
.environment-card .environment-card-header-left {
  width: 50%;
}
.environment-card .environment-card-header-left .title {
  font-size: 14px;
  font-family: GP Commerce Medium, sans-serif;
  color: #5a5f62;
  line-height: 20px;
}
.environment-card .environment-card-header-right {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.environment-card .environment-card-header-right .info-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.environment-card .environment-card-header-right .info-icon:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 145%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1F2629;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  white-space: normal;
  width: 230px;
  text-align: center;
  line-height: 1.3;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 1;
  visibility: visible;
}
.environment-card .environment-card-header-right .info-icon:hover::before {
  content: "";
  position: absolute;
  bottom: 115%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #1F2629;
  z-index: 1000;
}
.environment-card .environment-card-header-right i {
  font-size: 20px;
  color: #5E7482;
}
.environment-card .environment-card-content {
  border-radius: 6px;
  border: 1px solid #dde3e8;
  background-color: #ffffff;
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.environment-card .environment-card-content .grid-status {
  font-family: GP Commerce Medium, sans-serif;
  font-size: 14px;
  line-height: 140%;
  display: flex;
  align-items: center;
}
.environment-card .environment-card-content .grid-status .grid-status-label {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
}
.environment-card .environment-card-content .grid-status .grid-status-notpurchased {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #5a5f62;
  background: #f0f4f6;
}
.environment-card .environment-card-content .grid-status .grid-status-purchaseinprogress {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #736646;
  background: #FFEEBE;
}
.environment-card .environment-card-content .grid-status .grid-status-purchased {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #028053;
  background: #E7FADB;
}
.environment-card .environment-card-content .grid-status .grid-status-configurationinprogress {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #736646;
  background: #FFEEBE;
}
.environment-card .environment-card-content .grid-status .grid-status-configurationneeded {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #6F52AD;
  background: #E5DAFF;
}
.environment-card .environment-card-content .grid-status .grid-status-configured {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #028053;
  background: #E7FADB;
}
.environment-card .environment-card-content .grid-status .grid-status-default {
  display: inline-block;
  border-radius: 8px;
  font-feature-settings: 'liga' off, 'clig' off;
  padding: 4px 10px;
  color: #028053;
  background: #E7FADB;
  font-family: GP Commerce Medium, sans-serif;
}
.environment-card .environment-card-content .config-name {
  font-size: 16px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  line-height: 24px;
  padding: 20px 0 8px;
}
.environment-card .environment-card-content .config-description {
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  color: #5E7482;
  line-height: 24px;
  padding-bottom: 20px;
}
.environment-card .environment-card-content .bottom {
  margin-top: auto;
}
.environment-card .environment-card-content .bottom .bottom-section {
  display: flex;
  flex-wrap: wrap;
}
.environment-card .environment-card-content .bottom .bottom-section:not(:last-child) {
  padding-bottom: 8px;
}
.environment-card .environment-card-content .bottom .bottom-section .title {
  width: 50%;
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  color: #323436;
  line-height: 20px;
}
.environment-card .environment-card-content .bottom .bottom-section .value {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  color: #5E7482;
  line-height: 20px;
}
.environment-not-available-card {
  background-color: #F7F9FB;
  border-radius: 6px;
  padding: 14px 12px;
  flex-direction: column;
  flex: 1 1 0;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 14px;
}
.environment-not-available-card .environment-card-header-left {
  width: 50%;
}
.environment-not-available-card .environment-card-header-left .title {
  font-size: 14px;
  font-family: GP Commerce Medium, sans-serif;
  color: #5a5f62;
  line-height: 20px;
}
.environment-not-available-card .environment-card-header-right {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.environment-not-available-card .environment-card-header-right .info-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.environment-not-available-card .environment-card-header-right .info-icon:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 145%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1F2629;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  white-space: normal;
  width: 230px;
  text-align: center;
  line-height: 1.3;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 1;
  visibility: visible;
}
.environment-not-available-card .environment-card-header-right .info-icon:hover::before {
  content: "";
  position: absolute;
  bottom: 115%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #1F2629;
  z-index: 1000;
}
.environment-not-available-card .environment-card-header-right i {
  font-size: 20px;
  color: #5E7482;
}
.environment-not-available-card .environment-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(180deg, #F7F9FB 0%, rgba(247, 249, 251, 0.9) 4.4%, rgba(247, 249, 251, 0) 40.18%, rgba(247, 249, 251, 0.9) 50.02%, #F7F9FB 60%);
  padding: 16px 16px 18px;
}
.environment-not-available-card .environment-card-content .icon-bg {
  justify-content: center;
  display: flex;
  align-items: center;
  width: 34px;
  height: 34px;
  background-color: #dde3e8;
  border-radius: 6px;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-row {
  flex-direction: row;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-column {
  flex-direction: column;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-justify-center {
  justify-content: center;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-align-center {
  align-items: center;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-align-initial {
  align-items: initial;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-row {
  flex-direction: row;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-column {
  flex-direction: column;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-justify-flex-start {
  justify-content: flex-start;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-justify-flex-end {
  justify-content: flex-end;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-justify-center {
  justify-content: center;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-justify-space-between {
  justify-content: space-between;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-justify-space-around {
  justify-content: space-around;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-justify-inherit {
  justify-content: inherit;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-justify-initial {
  justify-content: initial;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-align-flex-start {
  align-items: flex-start;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-align-flex-end {
  align-items: flex-end;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-align-stretch {
  align-items: stretch;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-align-center {
  align-items: center;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-align-baseline {
  align-items: baseline;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-align-inherit {
  align-items: inherit;
}
.environment-not-available-card .environment-card-content .icon-bg.flex-align-initial {
  align-items: initial;
}
.environment-not-available-card .environment-card-content .icon-bg i {
  color: #5a5f62;
  font-size: 24px;
}
.environment-not-available-card .environment-card-content .title {
  font-size: 14px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  line-height: 20px;
  padding-top: 12px;
}
.environment-not-available-card .environment-card-content .description {
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  color: #5E7482;
  line-height: 24px;
  padding-top: 2px;
}
.footer-container {
  padding: 0 0 40px 0;
  width: 100%;
  background: #ffffff;
  margin-top: auto;
}
.footer-container div.borderbar {
  height: 0px;
  border-top: 1px solid #C2C2C2;
  margin: 0px -50px;
  padding-bottom: 40px;
}
.footer-container .description1,
.footer-container .description2 {
  color: #5E7482;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.28px;
}
.footer-container .links {
  margin-top: 4px;
}
.footer-container .links .link-text .ui-hyperlink {
  font-family: GP Commerce, sans-serif;
  color: #323436;
  font-size: 14px;
  margin-right: 10px;
  border-bottom: 1px solid #323436;
  outline: none;
  box-shadow: none;
}
.footer-container .links .link-text .ui-hyperlink:hover {
  border-bottom: none;
}
.marketplace-landing-page {
  height: 100vh;
}
#CONFIGURATION_ACTIVITY_LOG {
  width: 100%;
  padding: 0;
  margin: 12px;
  max-width: 500px;
  position: fixed;
  right: 0;
  top: 0;
}
#CONFIGURATION_ACTIVITY_LOG .modal-title {
  font-size: 18px;
}
#CONFIGURATION_ACTIVITY_LOG .modal-id {
  color: #5a5f62;
  font-family: GP Commerce, sans-serif;
  font-size: 14px;
}
#CONFIGURATION_ACTIVITY_LOG .modal-content {
  height: 100vh;
  overflow-y: auto;
  width: 100%;
}
#CONFIGURATION_ACTIVITY_LOG .modal-content .modal-header {
  padding: 16px 24px 20px 30px;
}
@media (max-width: 992px) {
  #CONFIGURATION_ACTIVITY_LOG {
    width: calc(100% - 20px);
  }
  #CONFIGURATION_ACTIVITY_LOG .modal-content {
    height: 100vh;
  }
}
.activity-log-content .activity-log {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px 0;
}
.activity-log-content .activity-log-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.activity-log-content .activity-log-group-label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.activity-log-content .activity-log-group-label-line {
  flex: 1;
  height: 1px;
  border-radius: 10px;
  background: #dde3e8;
}
.activity-log-content .activity-log-group-label {
  color: #5E7482;
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  margin: 0 12px;
}
.activity-log-content .activity-log-activities {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.activity-log-content .activity-log-item {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
}
.activity-log-content .activity-log-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.activity-log-content .activity-log-type {
  font-size: 14px;
  font-family: GP Commerce Medium, sans-serif;
  padding: 2.5px 8px;
  border-radius: 8px;
  text-transform: capitalize;
}
.activity-log-content .activity-log-type.approved {
  background: #E7FADB;
  color: #028053;
}
.activity-log-content .activity-log-type.edited {
  background: #FFE9D3;
  color: #9F5917;
}
.activity-log-content .activity-log-type.created {
  background: #f0f4f6;
  color: #5a5f62;
}
.activity-log-content .activity-log-type.activity-type-overwritten {
  background: #FFDCDE;
  color: #CE1518;
}
.activity-log-content .activity-log-type.activity-type-staged {
  background: #FFEEBE;
  color: #736646;
}
.activity-log-content .activity-log-type.activity-type-promoted {
  background: #E7FADB;
  color: #028053;
}
.activity-log-content .activity-log-type.rejected-on-review {
  background: #FFDCDE;
  color: #CE1518;
}
.activity-log-content .activity-log-time {
  font-size: 14px;
  color: #5E7482;
  font-family: GP Commerce, sans-serif;
  margin-left: auto;
}
.activity-log-content .activity-log-title {
  font-size: 14px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  margin-bottom: 6px;
}
.activity-log-content .activity-log-meta {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}
.activity-log-content .activity-log-user {
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  color: #5A5F62;
}
.activity-log-content .activity-log-dot::before {
  content: '.';
  color: #5A5F62;
  font-size: 18px;
  font-family: GP Commerce, sans-serif;
  position: relative;
  top: -6px;
}
.activity-log-content .activity-log-role {
  font-size: 14px;
  color: #5A5F62;
}
.activity-log-content .activity-log-comments-block {
  display: flex;
  flex-direction: column;
  background: #F7F9FB;
  border-radius: 6px;
  border: 1px solid #dde3e8;
  padding: 12px 14px;
  margin-top: 4px;
  gap: 8px;
  word-break: break-all;
}
.activity-log-content .activity-log-comments-label {
  font-size: 14px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  margin-bottom: 2px;
}
.activity-log-content .activity-log-comments {
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  color: #5A5F62;
}
.activity-log-content .activity-log-products-block {
  display: flex;
  flex-direction: column;
  background: #F7F9FB;
  border-radius: 6px;
  border: 1px solid #dde3e8;
  padding: 12px 14px;
  margin-top: 4px;
  gap: 8px;
  word-break: break-all;
}
.activity-log-content .activity-log-products-label {
  font-size: 14px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  margin-bottom: 2px;
}
.activity-log-content .activity-log-products {
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  color: #5A5F62;
}
.activity-log-content .activity-log-reviewer-list-block {
  display: flex;
  flex-direction: column;
  background: #F7F9FB;
  border-radius: 6px;
  padding: 12px 14px;
}
.activity-log-content .activity-log-reviewer-avatar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  padding: 4px;
  border: 1px solid #dde3e8;
  border-radius: 14px;
  background-color: #dde3e8;
}
.activity-log-content .activity-log-reviewer-intials {
  font-size: 12px;
  font-family: GP Commerce Medium, sans-serif;
  letter-spacing: -0.36px;
}
.activity-log-content .activity-log-reviewer-list-label {
  font-size: 14px;
  font-family: GP Commerce Medium, sans-serif;
  color: #323436;
  margin: 12px 14px 10px 14px;
}
.activity-log-content .activity-log-reviewer-list-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 14px 12px 14px;
}
.activity-log-content .activity-log-reviewer-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.activity-log-content .activity-log-reviewer-list-item .activity-log-reviewer-info {
  display: flex;
  align-items: center;
}
.activity-log-content .activity-log-reviewer-name {
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  color: #323436;
}
.activity-log-content .activity-log-reviewer-email {
  font-size: 14px;
  font-family: GP Commerce, sans-serif;
  color: #5E7482;
}
.activity-log-content .activity-log-comments-toggle-container {
  margin-top: 10px;
}
.activity-log-content .button-text.ui-action-button.btn,
.activity-log-content .button-text.ui-action-button.btn:hover {
  background-color: #F7F9FB;
  border-bottom: 2px solid #F7F9FB;
}
.activity-log-content .button-text.ui-action-button.btn:active,
.activity-log-content .button-text.ui-action-button.btn:focus {
  background-color: #F7F9FB;
  box-shadow: 0px 0px 0px 3px #F7F9FB;
}
.activity-log-content .toggle-text {
  font-size: 14px;
  color: #395FF0;
  font-family: GP Commerce Medium, sans-serif;
}
.activity-log-content .activity-log-comments-toggle-icon {
  font-size: 20px;
}
.activity-log-content pan.activity-log-icons {
  display: flex;
  gap: 6px;
}
.activity-log-changes {
  width: 100%;
  margin-top: 30px;
  border-radius: 6px;
  border: 1px solid #C2C2C2;
  padding: 30px;
}
.activity-log-changes .grid-content {
  width: 100%;
  overflow-x: auto;
}
.activity-log-changes .grid-content .grid-list.GRIDROWGENERIC {
  min-width: min-content;
  column-gap: 20px;
}
.activity-log-changes .grid-content .grid-list.GRIDROWGENERIC .grid-row {
  grid-column: 1 / 5;
}
.activity-log-changes .grid-content .grid-list.GRIDROWGENERIC .grid-header-row {
  grid-column: 1 / 5;
}
.activity-log-changes .grid-content .grid-list.GRIDROWGENERIC .grid-header-row .grid-header-col:last-child {
  visibility: visible;
}
.activity-log-changes .grid-content .grid-list.GRIDROWGENERIC .grid-col {
  padding: 0 8px;
}
.activity-log-changes .grid-content .grid-list.GRIDROWGENERIC .grid-col:first-child {
  padding-left: 0;
}
.activity-log-changes .grid-content .grid-list.GRIDROWGENERIC .grid-col:last-child {
  padding-right: 0;
}
.icon-bg-state {
  border-radius: 8px;
}
.icon-bg-state:hover {
  background: #dde3e8;
}
.icon-bg-state:active {
  background: #C2C2C2;
}
.icon-bg-focus-state:focus .icon-bg,
.icon-bg-focus-state:focus:hover .icon-bg {
  background: #395FF0;
  box-shadow: 0 0 0 3px rgba(57, 95, 240, 0.25);
}
.icon-bg-focus-state:focus .icon-bg i,
.icon-bg-focus-state:focus:hover .icon-bg i {
  color: #ffffff;
}
.environment-card-header {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 14px;
}
.environment-card-header .environment-card-header-left {
  width: 50%;
}
.environment-card-header .environment-card-header-left .title {
  font-size: 14px;
  font-family: GP Commerce Medium, sans-serif;
  color: #5a5f62;
  line-height: 20px;
}
.environment-card-header .environment-card-header-right {
  display: flex;
  justify-content: flex-end;
  width: 50%;
}
.environment-card-header .environment-card-header-right .info-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.environment-card-header .environment-card-header-right .info-icon:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 145%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1F2629;
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  white-space: normal;
  width: 230px;
  text-align: center;
  line-height: 1.3;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  opacity: 1;
  visibility: visible;
}
.environment-card-header .environment-card-header-right .info-icon:hover::before {
  content: "";
  position: absolute;
  bottom: 115%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #1F2629;
  z-index: 1000;
}
.environment-card-header .environment-card-header-right i {
  font-size: 20px;
  color: #5E7482;
}
.non-configurations-next-steps-container {
  margin: 3px;
}

