/*!
 *  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('/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot');
  src: url('/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix') format('embedded-opentype'), url('/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2') format('woff2'), url('/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff') format('woff'), url('/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf') format('truetype'), url('/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#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: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .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% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* 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);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@charset "UTF-8";
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 1, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_root.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 25, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 46, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 66, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
h1, h2, h3, h4, h5, .documents-list .document .document-title-heading, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 101, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 114, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 123, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 129, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 136, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 143, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 147, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 156, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 161, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 80%;
}

/* line 170, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 178, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 179, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 186, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 202, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 217, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 242, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 252, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
table {
  border-collapse: collapse;
}

/* line 273, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

/* line 285, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 296, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 305, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 315, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 319, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 330, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
button,
input {
  overflow: visible;
}

/* line 335, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 343, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 350, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 358, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 378, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 386, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 414, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 426, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 431, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 449, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 467, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 471, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 476, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
template {
  display: none;
}

/* line 482, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, .documents-list .document .document-title-heading, h6,
.h1, .h2, .h3, .h4, .facets-heading, .h5, .h6, .facet-field-heading {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 2.5rem;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 2rem;
}

/* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 19, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
h4, .h4, .facets-heading {
  font-size: 1.5rem;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
h5, .documents-list .document .document-title-heading, .h5 {
  font-size: 1.25rem;
}

/* line 21, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
h6, .h6, .facet-field-heading {
  font-size: 1rem;
}

/* line 23, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 73, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 84, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled, .pivot-facet {
  padding-left: 0;
  list-style: none;
}

/* line 89, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}
/* line 95, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
/* line 122, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_code.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
/* line 8, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_code.scss */
a > code {
  color: inherit;
}

/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
/* line 22, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
/* line 37, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_code.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_grid.scss */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_grid.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_grid.scss */
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_grid.scss */
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_grid.scss */
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
/* line 49, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_grid.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 55, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* line 59, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_grid.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .navbar-search .search-query-form, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 48, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 60, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-first {
  order: -1;
}

/* line 62, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-last {
  order: 13;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-0 {
  order: 0;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-1 {
  order: 1;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-2 {
  order: 2;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-3 {
  order: 3;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-4 {
  order: 4;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-5 {
  order: 5;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-6 {
  order: 6;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-7 {
  order: 7;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-8 {
  order: 8;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-9 {
  order: 9;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-10 {
  order: 10;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-11 {
  order: 11;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.order-12 {
  order: 12;
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-1 {
  margin-left: 8.3333333333%;
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-2 {
  margin-left: 16.6666666667%;
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-4 {
  margin-left: 33.3333333333%;
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-5 {
  margin-left: 41.6666666667%;
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-7 {
  margin-left: 58.3333333333%;
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-8 {
  margin-left: 66.6666666667%;
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-10 {
  margin-left: 83.3333333333%;
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 48, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-first {
    order: -1;
  }

  /* line 62, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-last {
    order: 13;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-0 {
    order: 0;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-1 {
    order: 1;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-2 {
    order: 2;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-3 {
    order: 3;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-4 {
    order: 4;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-5 {
    order: 5;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-6 {
    order: 6;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-7 {
    order: 7;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-8 {
    order: 8;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-9 {
    order: 9;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-10 {
    order: 10;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-11 {
    order: 11;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-sm-12 {
    order: 12;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-0 {
    margin-left: 0;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 48, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12, .navbar-search .search-query-form {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-first {
    order: -1;
  }

  /* line 62, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-last {
    order: 13;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-0 {
    order: 0;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-1 {
    order: 1;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-2 {
    order: 2;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-3 {
    order: 3;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-4 {
    order: 4;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-5 {
    order: 5;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-6 {
    order: 6;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-7 {
    order: 7;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-8 {
    order: 8;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-9 {
    order: 9;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-10 {
    order: 10;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-11 {
    order: 11;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-md-12 {
    order: 12;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-0 {
    margin-left: 0;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-3 {
    margin-left: 25%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-6 {
    margin-left: 50%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-9 {
    margin-left: 75%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 48, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8, .navbar-search .search-query-form {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-first {
    order: -1;
  }

  /* line 62, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-last {
    order: 13;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-0 {
    order: 0;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-1 {
    order: 1;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-2 {
    order: 2;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-3 {
    order: 3;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-4 {
    order: 4;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-5 {
    order: 5;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-6 {
    order: 6;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-7 {
    order: 7;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-8 {
    order: 8;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-9 {
    order: 9;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-10 {
    order: 10;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-11 {
    order: 11;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-lg-12 {
    order: 12;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-0 {
    margin-left: 0;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 48, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  /* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-first {
    order: -1;
  }

  /* line 62, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-last {
    order: 13;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-0 {
    order: 0;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-1 {
    order: 1;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-2 {
    order: 2;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-3 {
    order: 3;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-4 {
    order: 4;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-5 {
    order: 5;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-6 {
    order: 6;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-7 {
    order: 7;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-8 {
    order: 8;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-9 {
    order: 9;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-10 {
    order: 10;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-11 {
    order: 11;
  }

  /* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .order-xl-12 {
    order: 12;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-0 {
    margin-left: 0;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/* line 5, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
/* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
/* line 23, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dee2e6;
}
/* line 48, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-info:hover {
  background-color: #abdde5;
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
/* line 122, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 130, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark {
  color: #fff;
  background-color: #343a40;
}
/* line 134, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
/* line 140, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-bordered {
  border: 0;
}
/* line 145, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  /* line 171, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  /* line 171, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  /* line 171, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 179, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
/* line 171, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 179, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-control {
    transition: none;
  }
}
/* line 28, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 66, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 84, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 105, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 112, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 125, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
/* line 137, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 160, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 170, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 176, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 185, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 189, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
/* line 205, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
/* line 229, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 235, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 239, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
/* line 246, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 45, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

/* line 53, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
/* line 70, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 77, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 33, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
/* line 95, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 33, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
/* line 121, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 130, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
/* line 134, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 143, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
/* line 146, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
/* line 152, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
/* line 159, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
/* line 163, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 173, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
/* line 178, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 45, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

/* line 53, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
/* line 70, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 77, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 33, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
/* line 95, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 33, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
/* line 121, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 130, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
/* line 134, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 143, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
/* line 146, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
/* line 152, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
/* line 159, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* line 163, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 173, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
/* line 178, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 275, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
/* line 283, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  /* line 289, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 297, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 306, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 313, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 317, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  /* line 324, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 331, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 339, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 343, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn:hover {
  color: #212529;
  text-decoration: none;
}
/* line 27, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
/* line 40, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 55, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 66, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
/* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
/* line 53, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 66, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
/* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
/* line 53, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 66, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
/* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
/* line 53, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 66, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
/* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
/* line 53, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 66, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
/* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
/* line 53, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 66, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger, .applied-filter .remove:hover, .applied-filter .remove:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-danger:hover, .applied-filter .remove:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
/* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .applied-filter .remove:focus:hover, .applied-filter .remove:focus:active, .btn-danger.focus, .applied-filter .focus.remove:hover, .applied-filter .focus.remove:active {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .applied-filter .disabled.remove:hover, .applied-filter .disabled.remove:active, .btn-danger:disabled, .applied-filter .remove:disabled:hover, .applied-filter .remove:disabled:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active, .applied-filter .remove:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .applied-filter .remove:not(:disabled):not(.disabled).active:hover, .applied-filter .remove:not(:disabled):not(.disabled).active:active, .show > .btn-danger.dropdown-toggle, .applied-filter .show > .dropdown-toggle.remove:hover, .applied-filter .show > .dropdown-toggle.remove:active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
/* line 53, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .applied-filter .remove:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .applied-filter .remove:not(:disabled):not(.disabled).active:focus:hover, .applied-filter .remove:not(:disabled):not(.disabled).active:focus:active, .show > .btn-danger.dropdown-toggle:focus, .applied-filter .show > .dropdown-toggle.remove:focus:hover, .applied-filter .show > .dropdown-toggle.remove:focus:active {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 66, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
/* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
/* line 53, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 66, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
/* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
/* line 53, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 74, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
/* line 79, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
/* line 85, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 92, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 74, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* line 79, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
/* line 85, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
/* line 92, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 74, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
/* line 79, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
/* line 85, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
/* line 92, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 74, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
/* line 79, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
/* line 85, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* line 92, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 74, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
/* line 79, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
/* line 85, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
/* line 92, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 74, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
/* line 79, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
/* line 85, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/* line 92, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 74, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
/* line 79, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
/* line 85, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
/* line 92, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 74, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
/* line 79, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
/* line 85, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
/* line 92, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 83, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
/* line 93, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
/* line 98, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 112, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 116, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 125, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}
/* line 130, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 139, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 1, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  /* line 1, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}
/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 10, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 15, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  /* line 15, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}
/* line 30, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
/* line 58, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu, .twitter-typeahead .tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 42, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  /* line 42, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  /* line 42, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  /* line 42, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
/* line 57, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu, .dropup .twitter-typeahead .tt-menu, .twitter-typeahead .dropup .tt-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
/* line 30, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
/* line 58, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-menu, .dropright .twitter-typeahead .tt-menu, .twitter-typeahead .dropright .tt-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
/* line 30, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
/* line 58, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 80, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-menu, .dropleft .twitter-typeahead .tt-menu, .twitter-typeahead .dropleft .tt-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
/* line 30, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
/* line 45, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}
/* line 49, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
/* line 58, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
/* line 97, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[x-placement^="top"], .twitter-typeahead [x-placement^="top"].tt-menu, .dropdown-menu[x-placement^="right"], .twitter-typeahead [x-placement^="right"].tt-menu, .dropdown-menu[x-placement^="bottom"], .twitter-typeahead [x-placement^="bottom"].tt-menu, .dropdown-menu[x-placement^="left"], .twitter-typeahead [x-placement^="left"].tt-menu {
  right: auto;
  bottom: auto;
}

/* line 116, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
/* line 154, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
/* line 161, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show, .twitter-typeahead .show.tt-menu {
  display: block;
}

/* line 178, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 188, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
/* line 10, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
/* line 19, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 28, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
/* line 33, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 40, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
/* line 46, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 51, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
/* line 73, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
/* line 79, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
/* line 116, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
/* line 121, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
/* line 127, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 132, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
/* line 156, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
/* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
/* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
/* line 45, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 50, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 59, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 67, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 82, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}
/* line 89, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
/* line 93, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
/* line 98, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 106, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 107, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 115, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
/* line 131, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 143, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 148, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 160, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 165, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 177, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 190, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 201, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_input-group.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

/* line 19, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
/* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 48, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
/* line 52, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
/* line 62, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 76, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
/* line 84, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
/* line 99, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 117, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
/* line 122, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
/* line 128, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
/* line 133, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
/* line 139, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
/* line 142, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 153, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
/* line 159, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
/* line 165, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 176, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch {
  padding-left: 2.25rem;
}
/* line 180, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
/* line 188, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 188, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
/* line 201, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
/* line 208, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 221, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* line 238, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 248, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
/* line 259, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
/* line 266, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
/* line 272, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select::-ms-expand {
  display: none;
}
/* line 277, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 283, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 291, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 304, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 312, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
/* line 321, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 327, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
/* line 333, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
/* line 338, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 343, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
/* line 361, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 385, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* line 392, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus {
  outline: 0;
}
/* line 397, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 398, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 399, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* line 402, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}
/* line 406, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  /* line 406, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
/* line 417, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
/* line 422, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
/* line 433, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  /* line 433, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
/* line 443, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
/* line 448, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
/* line 459, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  /* line 459, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
/* line 472, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
/* line 477, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
/* line 488, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
/* line 493, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
/* line 500, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
/* line 504, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
/* line 508, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
/* line 512, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
/* line 516, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 522, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 522, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_custom-forms.scss */
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
/* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
/* line 38, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
/* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
/* line 61, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu, .nav-tabs .twitter-typeahead .tt-menu, .twitter-typeahead .nav-tabs .tt-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 75, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
/* line 79, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

/* line 92, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 100, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 114, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 117, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
/* line 28, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 71, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 78, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
/* line 83, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu, .navbar-nav .twitter-typeahead .tt-menu, .twitter-typeahead .navbar-nav .tt-menu {
  position: static;
  float: none;
}

/* line 94, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 142, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 156, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  /* line 154, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 180, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu, .navbar-expand-sm .navbar-nav .twitter-typeahead .tt-menu, .twitter-typeahead .navbar-expand-sm .navbar-nav .tt-menu {
    position: absolute;
  }
  /* line 184, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  /* line 156, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 154, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 180, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu, .navbar-expand-md .navbar-nav .twitter-typeahead .tt-menu, .twitter-typeahead .navbar-expand-md .navbar-nav .tt-menu {
    position: absolute;
  }
  /* line 184, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  /* line 156, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 154, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 180, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu, .navbar-expand-lg .navbar-nav .twitter-typeahead .tt-menu, .twitter-typeahead .navbar-expand-lg .navbar-nav .tt-menu {
    position: absolute;
  }
  /* line 184, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  /* line 156, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 154, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 177, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 180, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu, .navbar-expand-xl .navbar-nav .twitter-typeahead .tt-menu, .twitter-typeahead .navbar-expand-xl .navbar-nav .tt-menu {
    position: absolute;
  }
  /* line 184, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 191, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 206, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 210, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 217, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
/* line 154, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
/* line 156, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
/* line 177, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}
/* line 180, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu, .navbar-expand .navbar-nav .twitter-typeahead .tt-menu, .twitter-typeahead .navbar-expand .navbar-nav .tt-menu {
  position: absolute;
}
/* line 184, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
/* line 191, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
/* line 206, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
/* line 210, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
/* line 217, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 232, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
/* line 241, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
/* line 248, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
/* line 253, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
/* line 261, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
/* line 266, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* line 270, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
/* line 272, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 284, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
/* line 293, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
/* line 300, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
/* line 305, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
/* line 313, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
/* line 318, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/* line 322, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
/* line 324, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
/* line 22, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
/* line 26, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
/* line 31, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
/* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 56, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 60, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.card-link:hover {
  text-decoration: none;
}
/* line 74, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 83, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 90, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 95, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 101, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 111, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 118, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 124, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 134, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 141, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 146, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 155, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  /* line 154, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 165, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  /* line 180, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 192, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 197, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 204, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 207, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 212, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 219, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 222, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 227, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 244, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  /* line 243, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 254, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.accordion {
  overflow-anchor: none;
}
/* line 269, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card {
  overflow: hidden;
}
/* line 272, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 277, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 281, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_card.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
/* line 31, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
/* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
/* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
/* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
/* line 26, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
/* line 41, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
/* line 46, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 53, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_badge.scss */
  .badge {
    transition: none;
  }
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}
/* line 25, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 31, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 40, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 51, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 51, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-success {
  color: #fff;
  background-color: #28a745;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 51, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 51, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 51, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 51, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 51, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_badge.scss */
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_badge.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 1, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  /* line 1, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 4rem;
}
/* line 33, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary hr {
  border-top-color: #9fcdff;
}
/* line 10, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #002752;
}

/* line 49, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
/* line 10, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #202326;
}

/* line 49, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success hr {
  border-top-color: #b1dfbb;
}
/* line 10, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0b2e13;
}

/* line 49, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info hr {
  border-top-color: #abdde5;
}
/* line 10, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #062c33;
}

/* line 49, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning hr {
  border-top-color: #ffe8a1;
}
/* line 10, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #533f03;
}

/* line 49, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger hr {
  border-top-color: #f1b0b7;
}
/* line 10, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #491217;
}

/* line 49, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light hr {
  border-top-color: #ececf6;
}
/* line 10, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #686868;
}

/* line 49, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark hr {
  border-top-color: #b9bbbe;
}
/* line 10, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 38, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  /* line 38, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

/* line 1, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_media.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  flex: 1;
}

/* line 5, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 21, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
/* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 45, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
/* line 58, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
/* line 62, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
/* line 70, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
/* line 77, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}
/* line 80, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 96, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}
/* line 100, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
/* line 105, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
/* line 110, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
/* line 114, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
/* line 118, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 96, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 100, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  /* line 96, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 100, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  /* line 96, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 100, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  /* line 96, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 100, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 105, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 110, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 114, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 118, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
/* line 134, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}
/* line 137, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
/* line 140, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_close.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 1, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
/* line 15, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
/* line 19, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 1;
}
/* line 23, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_toasts.scss */
.toast.show {
  display: block;
  opacity: 1;
}
/* line 28, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_toasts.scss */
.toast.hide {
  display: none;
}

/* line 33, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 44, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}
/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
/* line 44, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  /* line 44, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}
/* line 48, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}
/* line 53, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
/* line 62, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
/* line 67, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
/* line 83, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
/* line 91, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
/* line 96, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
/* line 100, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 107, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 125, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
/* line 135, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.fade {
  opacity: 0;
}
/* line 136, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
/* line 149, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 164, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
/* line 185, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 207, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 210, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  /* line 215, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 218, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  /* line 228, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 232, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  /* line 239, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}
/* line 2, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
/* line 15, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
/* line 23, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}
/* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}
/* line 38, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}
/* line 49, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}
/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}
/* line 68, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}
/* line 79, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
/* line 84, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
/* line 27, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}
/* line 41, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
/* line 44, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
/* line 50, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}
/* line 61, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 67, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 73, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}
/* line 84, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}
/* line 87, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
/* line 93, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
/* line 101, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}
/* line 116, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
/* line 122, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 128, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
/* line 162, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 167, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 2, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  /* line 29, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
/* line 67, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
/* line 74, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  /* line 74, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  /* line 87, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 111, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 117, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 125, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 132, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 135, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 145, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
/* line 159, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  /* line 159, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators li {
    transition: none;
  }
}
/* line 177, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 187, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
/* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
          animation: .75s linear infinite spinner-border;
}

/* line 21, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
/* line 41, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
          animation: .75s linear infinite spinner-grow;
}

/* line 53, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
/* line 3, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-top {
  vertical-align: top !important;
}

/* line 5, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 8, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_align.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #007bff !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-secondary {
  background-color: #6c757d !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success, .facet-limit-active .card-header {
  background-color: #28a745 !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-success:hover, .facet-limit-active a.card-header:hover, a.bg-success:focus, .facet-limit-active a.card-header:focus,
button.bg-success:hover,
.facet-limit-active button.card-header:hover,
button.bg-success:focus,
.facet-limit-active button.card-header:focus {
  background-color: #1e7e34 !important;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffc107 !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-light {
  background-color: #f8f9fa !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_background.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 8, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right {
  border-right: 1px solid #dee2e6 !important;
}

/* line 10, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left {
  border-left: 1px solid #dee2e6 !important;
}

/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-0 {
  border: 0 !important;
}

/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 15, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-primary {
  border-color: #007bff !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-success, .facet-limit-active {
  border-color: #28a745 !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-dark {
  border-color: #343a40 !important;
}

/* line 25, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.border-white {
  border-color: #fff !important;
}

/* line 33, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 41, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 46, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 51, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 56, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 61, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_borders.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 2, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after, .pagination-search-widgets::after, .no-js .sort-pagination::after, .documents-list .document::after, .modal-content::after {
  display: block;
  clear: both;
  content: "";
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-none {
  display: none !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline {
  display: inline !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-block {
  display: block !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table {
  display: table !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-row {
  display: table-row !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-flex {
  display: flex !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-none {
    display: none !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline {
    display: inline !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-block {
    display: block !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table {
    display: table !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-row {
    display: table-row !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-flex {
    display: flex !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-none {
    display: none !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline {
    display: inline !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-block {
    display: block !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table {
    display: table !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-row {
    display: table-row !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-flex {
    display: flex !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-none {
    display: none !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline {
    display: inline !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-block {
    display: block !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table {
    display: table !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-row {
    display: table-row !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-flex {
    display: flex !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-none {
    display: none !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline {
    display: inline !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-block {
    display: block !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table {
    display: table !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-row {
    display: table-row !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-flex {
    display: flex !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-none {
    display: none !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline {
    display: inline !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-block {
    display: block !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table {
    display: table !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-row {
    display: table-row !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-flex {
    display: flex !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_display.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
/* line 3, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
/* line 10, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive::before {
  display: block;
  content: "";
}
/* line 15, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

/* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_embed.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 19, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 21, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 22, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 23, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 25, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 26, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 27, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 28, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 29, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 31, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 33, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-center {
  align-items: center !important;
}

/* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 37, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 38, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-center {
  align-content: center !important;
}

/* line 40, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 41, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 42, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 44, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 45, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 46, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-center {
  align-self: center !important;
}

/* line 48, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 49, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }

  /* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  /* line 26, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  /* line 27, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }

  /* line 28, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  /* line 29, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  /* line 31, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }

  /* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }

  /* line 33, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-center {
    align-items: center !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  /* line 37, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }

  /* line 38, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-center {
    align-content: center !important;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }

  /* line 41, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }

  /* line 42, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  /* line 44, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }

  /* line 45, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }

  /* line 46, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-center {
    align-self: center !important;
  }

  /* line 48, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  /* line 49, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row {
    flex-direction: row !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column {
    flex-direction: column !important;
  }

  /* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  /* line 26, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  /* line 27, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }

  /* line 28, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }

  /* line 29, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }

  /* line 31, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }

  /* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }

  /* line 33, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-center {
    align-items: center !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }

  /* line 37, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }

  /* line 38, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-center {
    align-content: center !important;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }

  /* line 41, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }

  /* line 42, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }

  /* line 44, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }

  /* line 45, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }

  /* line 46, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-center {
    align-self: center !important;
  }

  /* line 48, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }

  /* line 49, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }

  /* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  /* line 26, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  /* line 27, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }

  /* line 28, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  /* line 29, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  /* line 31, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }

  /* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }

  /* line 33, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-center {
    align-items: center !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  /* line 37, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }

  /* line 38, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-center {
    align-content: center !important;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }

  /* line 41, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }

  /* line 42, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  /* line 44, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }

  /* line 45, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }

  /* line 46, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-center {
    align-self: center !important;
  }

  /* line 48, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  /* line 49, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }

  /* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  /* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  /* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  /* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  /* line 19, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  /* line 21, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  /* line 22, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  /* line 23, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  /* line 25, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  /* line 26, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  /* line 27, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }

  /* line 28, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  /* line 29, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  /* line 31, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }

  /* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }

  /* line 33, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-center {
    align-items: center !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  /* line 37, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }

  /* line 38, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-center {
    align-content: center !important;
  }

  /* line 40, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }

  /* line 41, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }

  /* line 42, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  /* line 44, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }

  /* line 45, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }

  /* line 46, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-center {
    align-self: center !important;
  }

  /* line 48, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  /* line 49, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_flex.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-left {
  float: left !important;
}

/* line 8, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-right {
  float: right !important;
}

/* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_float.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-left {
    float: left !important;
  }

  /* line 8, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-right {
    float: right !important;
  }

  /* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  /* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-left {
    float: left !important;
  }

  /* line 8, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-right {
    float: right !important;
  }

  /* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  /* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-left {
    float: left !important;
  }

  /* line 8, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-right {
    float: right !important;
  }

  /* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-left {
    float: left !important;
  }

  /* line 8, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-right {
    float: right !important;
  }

  /* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_float.scss */
  .float-xl-none {
    float: none !important;
  }
}
/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_interactions.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_overflow.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 5, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-static {
  position: static !important;
}

/* line 5, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-relative {
  position: relative !important;
}

/* line 5, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-absolute {
  position: absolute !important;
}

/* line 5, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-fixed {
  position: fixed !important;
}

/* line 5, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.position-sticky {
  position: sticky !important;
}

/* line 10, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 26, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_position.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 5, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_screenreaders.scss */
.sr-only, .view-type .caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_screen-reader.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 5, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_shadows.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-25 {
  width: 25% !important;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-50 {
  width: 50% !important;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-75 {
  width: 75% !important;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-100 {
  width: 100% !important;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.w-auto {
  width: auto !important;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-25 {
  height: 25% !important;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-50 {
  height: 50% !important;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-75 {
  height: 75% !important;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-100 {
  height: 100% !important;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.h-auto {
  height: auto !important;
}

/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 19, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_sizing.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-0 {
  margin: 0 !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-2, .constraints-container,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-0 {
  padding: 0 !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-1,
.py-1,
.pivot-facet {
  padding-top: 0.25rem !important;
}

/* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-1,
.py-1,
.pivot-facet {
  padding-bottom: 0.25rem !important;
}

/* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-2,
.py-2,
.navbar + .container {
  padding-top: 0.5rem !important;
}

/* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-2,
.py-2,
.navbar + .container {
  padding-bottom: 0.5rem !important;
}

/* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-3,
.px-3,
.search-history .constraint {
  padding-right: 1rem !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-3,
.px-3,
.search-history .constraint {
  padding-left: 1rem !important;
}

/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-4,
.px-4,
.pivot-facet {
  padding-right: 1.5rem !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-4,
.px-4,
.pivot-facet {
  padding-left: 1.5rem !important;
}

/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 55, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.m-auto {
  margin: auto !important;
}

/* line 56, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 60, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 64, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 68, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-0 {
    margin: 0 !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-0 {
    padding: 0 !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-sm-auto {
    margin: auto !important;
  }

  /* line 56, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 64, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 68, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-0 {
    margin: 0 !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-3 {
    margin: 1rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-5 {
    margin: 3rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-0 {
    padding: 0 !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-3 {
    padding: 1rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-md-5 {
    padding: 3rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-md-auto {
    margin: auto !important;
  }

  /* line 56, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 64, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 68, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-lg-auto {
    margin: auto !important;
  }

  /* line 56, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 64, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 68, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 16, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 20, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }

  /* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .m-xl-auto {
    margin: auto !important;
  }

  /* line 56, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 60, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 64, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 68, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_spacing.scss */
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-justify {
  text-align: justify !important;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-left {
  text-align: left !important;
}

/* line 23, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-right {
  text-align: right !important;
}

/* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-left {
    text-align: left !important;
  }

  /* line 23, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-right {
    text-align: right !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  /* line 22, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-left {
    text-align: left !important;
  }

  /* line 23, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-right {
    text-align: right !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  /* line 22, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-left {
    text-align: left !important;
  }

  /* line 23, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-right {
    text-align: right !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  /* line 22, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-left {
    text-align: left !important;
  }

  /* line 23, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-right {
    text-align: right !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
  .text-xl-center {
    text-align: center !important;
  }
}
/* line 30, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.font-italic {
  font-style: italic !important;
}

/* line 45, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white {
  color: #fff !important;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #007bff !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-secondary {
  color: #6c757d !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success, .facet-values li .selected {
  color: #28a745 !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-success:hover, .facet-values li a.selected:hover, a.text-success:focus, .facet-values li a.selected:focus {
  color: #19692c !important;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #17a2b8 !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ffc107 !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #dc3545 !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-light {
  color: #f8f9fa !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-dark {
  color: #343a40 !important;
}

/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-body {
  color: #212529 !important;
}

/* line 52, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-muted, .search-history .filter-name, .search-history .filter-separator {
  color: #6c757d !important;
}

/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_text.scss */
.text-reset {
  color: inherit !important;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.visible {
  visibility: visible !important;
}

/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/utilities/_visibility.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 24, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  pre {
    white-space: pre-wrap !important;
  }

  /* line 52, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 63, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 67, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 72, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 79, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  /* line 92, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  body {
    min-width: 992px !important;
  }

  /* line 95, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  .container {
    min-width: 992px !important;
  }

  /* line 100, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 103, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  .badge {
    border: 1px solid #000;
  }

  /* line 107, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 110, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 117, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  /* line 123, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  .table-dark {
    color: inherit;
  }
  /* line 126, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  /* line 134, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/_print.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* This is the default blacklight theme. */
/* This file is generated by Blacklight. You probably don't want to edit
   this file directly, or you'll have to manually merge your changes if later
   versions of Blacklight change this file. Instead, use your own CSS file
   which over-rides things in this file. Or of course you can choose
   not to use the Blacklight CSS file at all in your local app. */
/* Warning! If you want to change these, just copy them into your own theme css. But you want to remove the !default, which only will set them if not already set. */
/* label (field names) */
/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_bootstrap_overrides.scss */
.facet-field-heading {
  border-bottom: 0;
}
/* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_bootstrap_overrides.scss */
.facet-field-heading button {
  font-weight: 500;
}
/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_bootstrap_overrides.scss */
.facet-field-heading button::after {
  content: "❯";
  float: right;
  transform: rotate(90deg);
}
/* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_bootstrap_overrides.scss */
.facet-field-heading button.collapsed {
  border-bottom: 0;
}
/* line 21, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_bootstrap_overrides.scss */
.facet-field-heading button.collapsed::after {
  transform: rotate(0deg);
  transition: transform 0.1s ease;
}

/* line 29, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_bootstrap_overrides.scss */
.page-link {
  white-space: nowrap;
}

/* Generic layout stuff */
/*
  Header bar at top (Bootstrap nav-bar)
*/
@media (max-width: 575.98px) {
  /* line 5, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_header.scss */
  .topbar > .container {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_header.scss */
.navbar-logo {
  /* The main logo image for the Blacklight instance */
  background: transparent url(/assets/blacklight/logo-e368f4faad4c5310352e175e1fba8220b57aab2e29cbe0f3ca1189a2ef085f9b.png) no-repeat top left;
  background: transparent url(/images/url(/assets/blacklight/logo-e368f4faad4c5310352e175e1fba8220b57aab2e29cbe0f3ca1189a2ef085f9b.png)) no-repeat top left;
  display: inline-block;
  flex: 0 0 150px;
  height: 50px;
  margin-right: 20px;
  margin-top: -0.4rem;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  text-indent: 100%;
  white-space: nowrap;
  width: 150px;
}

/* line 35, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_header.scss */
.navbar-search {
  z-index: 1;
}
/* line 38, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_header.scss */
.navbar-search .search-field {
  min-width: 7em;
}
/* line 43, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_header.scss */
.navbar-search .search-query-form {
  padding-left: 0;
}
@media screen and (max-width: 575.98px) {
  /* line 49, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_header.scss */
  .navbar-search .submit-search-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

/* line 57, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_header.scss */
#skip-link {
  position: absolute;
  top: 5px;
  left: 10px;
  z-index: 1;
}
/* line 63, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_header.scss */
#skip-link .element-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
/* line 70, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_header.scss */
#skip-link .element-invisible.element-focusable:active,
#skip-link .element-invisible.element-focusable:focus {
  position: static !important;
  clip: auto;
  overflow: visible;
  height: auto;
}
/* line 78, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_header.scss */
#skip-link a:focus {
  background-color: #fff;
}

/* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_constraints.scss */
.applied-filter .constraint-value {
  cursor: default;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  /* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_constraints.scss */
  .applied-filter .constraint-value {
    max-width: 287.99px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  /* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_constraints.scss */
  .applied-filter .constraint-value {
    max-width: 288px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  /* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_constraints.scss */
  .applied-filter .constraint-value {
    max-width: 384px;
  }
}
@media (min-width: 992px) {
  /* line 6, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_constraints.scss */
  .applied-filter .constraint-value {
    max-width: 496px;
  }
}
/* line 27, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_constraints.scss */
.applied-filter .constraint-value:hover, .applied-filter .constraint-value:active {
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: none;
}
/* line 34, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_constraints.scss */
.applied-filter .filter-name:after {
  color: #adb5bd;
  content: "❯";
  font-size: 90%;
  padding-left: 0.3em;
}

/* line 1, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_controls.scss */
.sort-pagination,
.pagination-search-widgets {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

/* line 8, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_controls.scss */
.pagination-search-widgets {
  padding-top: 1px;
  padding-bottom: 1rem;
}

/* line 14, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_controls.scss */
.sort-pagination .dropdown-toggle {
  cursor: pointer;
}

/* line 22, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_controls.scss */
.no-js .sort-pagination .dropdown-menu, .no-js .sort-pagination .twitter-typeahead .tt-menu, .twitter-typeahead .no-js .sort-pagination .tt-menu {
  background: none;
  box-shadow: none;
  border: none;
  position: relative;
  display: block;
  float: none;
}

/* line 33, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_controls.scss */
.view-type {
  display: inline-block;
}

/* line 41, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_controls.scss */
.search-input-group {
  width: 80%;
}

@media (max-width: 575.98px) {
  /* line 46, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_controls.scss */
  .search-input-group {
    width: auto;
  }
}
/* line 51, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_controls.scss */
.modal_form {
  margin-bottom: 0;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_search_form.scss */
.input-group > .form-control.search-q {
  flex-grow: 3;
}

/* line 3, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_search_results.scss */
.documents-list .document {
  border-bottom: 1px dotted #dee2e6;
  margin-top: 1rem;
  padding-top: 1rem;
}
/* line 15, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_search_results.scss */
.documents-list .document .index-document-functions {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) {
  /* line 15, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_search_results.scss */
  .documents-list .document .index-document-functions {
    margin-bottom: 0;
  }
}
/* line 23, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_search_results.scss */
.documents-list .document .document-thumbnail {
  float: right;
  margin-bottom: 3rem;
  padding-left: 3rem;
}

/* line 1, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_pagination.scss */
.page-links {
  display: inline-block;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  padding-left: 0;
}

/* line 8, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_pagination.scss */
.record-padding {
  margin-top: 0.5rem;
}

@media (max-width: 767.98px) {
  /* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_pagination.scss */
  .pagination {
    flex-wrap: wrap;
  }
}

/* line 1, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_group.scss */
.group-key {
  border-bottom: 1px solid #3f4953;
  clear: right;
}

/* line 7, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_group.scss */
.grouped-documents .document {
  border-bottom: 0;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_group.scss */
.more-in-group {
  float: right;
}

/* line 1, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_bookmark.scss */
label.toggle-bookmark {
  font-weight: inherit;
  min-width: 8.5em;
}

/* line 2, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_balanced_list.scss */
.dl-invert dt {
  font-weight: normal;
  color: #6c757d;
}
@media (max-width: 767.98px) {
  /* line 2, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_balanced_list.scss */
  .dl-invert dt {
    text-align: left;
  }
}
@media (min-width: 767.98px) {
  /* line 2, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_balanced_list.scss */
  .dl-invert dt {
    text-align: right;
  }
}

/* line 2, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.sidenav .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.9);
}
/* line 17, /usr/local/rvm/gems/ruby-2.5.8/gems/bootstrap-4.6.0/assets/stylesheets/bootstrap/mixins/_hover.scss */
.sidenav .navbar-toggler:hover, .sidenav .navbar-toggler:focus {
  color: rgba(0, 0, 0, 0.9);
}
/* line 11, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.sidenav .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

@media (min-width: 576px) {
  /* line 25, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
  .facets-toggleable .facets-collapse {
    display: block !important;
    width: 100%;
  }
  /* line 31, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
  .facets-toggleable .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 25, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
  .facets-toggleable-sm .facets-collapse {
    display: block !important;
    width: 100%;
  }
  /* line 31, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
  .facets-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 25, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
  .facets-toggleable-md .facets-collapse {
    display: block !important;
    width: 100%;
  }
  /* line 31, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
  .facets-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 25, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
  .facets-toggleable-lg .facets-collapse {
    display: block !important;
    width: 100%;
  }
  /* line 31, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
  .facets-toggleable-lg .navbar-toggler {
    display: none;
  }
}
/* line 25, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facets-toggleable-xl .facets-collapse {
  display: block !important;
  width: 100%;
}
/* line 31, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facets-toggleable-xl .navbar-toggler {
  display: none;
}

/* line 39, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facets-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 46, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facets-heading {
  line-height: inherit;
}

/* line 51, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-limit {
  margin-bottom: 1rem;
}
/* line 54, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-limit .card-body {
  padding: 1rem;
}

/* line 67, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-values {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0;
}
/* line 73, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-values li {
  display: table-row;
}
/* line 82, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-values .remove {
  color: #6c757d;
  font-weight: bold;
  padding-left: 0.5rem;
}
/* line 87, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-values .remove:hover {
  color: #dc3545;
  text-decoration: none;
}
/* line 100, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-values .facet-label {
  display: table-cell;
  padding-right: 1em;
  text-indent: -15px;
  padding-left: 15px;
  padding-bottom: 0.5rem;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -o-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
/* line 109, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-values .facet-count {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 5em;
}

/* line 118, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-extended-list .sort-options {
  text-align: right;
}
/* line 122, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-extended-list .prev-next-links {
  float: left;
}

/* line 127, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-field-heading {
  /* This prevents the contained stretch link from covering the panel body */
  position: relative;
}
/* line 130, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-field-heading a {
  color: inherit;
}

/* Sidenav
-------------------------------------------------- */
/* line 142, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-pagination.top {
  padding: 1rem;
}

/* style for pivot facet's nested list */
/* line 157, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-leaf-node {
  margin-left: 1rem;
  padding-right: 1rem;
  margin-top: -1.5rem;
}

/* line 163, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-toggle-handle {
  margin: 0;
  margin-left: -5px;
  padding: 0;
}
/* line 169, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-toggle-handle.collapsed .show {
  display: block;
}
/* line 170, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-toggle-handle.collapsed .hide {
  display: none;
}
/* line 173, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-toggle-handle .show {
  display: none;
}
/* line 174, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_facets.scss */
.facet-toggle-handle .hide {
  display: block;
}

/* Search History */
/* line 3, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_search_history.scss */
.search-history .constraint {
  display: block;
  text-indent: -1rem;
}

/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_modal.scss */
.modal-content .facet-pagination.top {
  display: none;
}
/* line 8, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_modal.scss */
.modal-content .page-sidebar {
  display: none;
}
/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_modal.scss */
.modal-content .blacklight-modal-close {
  display: block;
}

/* line 19, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_modal.scss */
.blacklight-modal-close {
  display: none;
}

/* line 1, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_twitter_typeahead.scss */
.twitter-typeahead {
  flex-grow: 2;
  z-index: 1000;
}
/* line 5, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_twitter_typeahead.scss */
.twitter-typeahead input.tt-input.form-control {
  width: 100%;
}
/* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_twitter_typeahead.scss */
.twitter-typeahead input.tt-hint.form-control {
  width: 100%;
}
/* line 13, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_twitter_typeahead.scss */
.twitter-typeahead .tt-menu {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  width: 100%;
}
/* line 19, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_twitter_typeahead.scss */
.twitter-typeahead .tt-cursor {
  background-color: #e9ecef;
  color: #16181b;
  text-decoration: none;
}
/* line 25, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_twitter_typeahead.scss */
.twitter-typeahead .tt-suggestion {
  font-size: 14px;
  padding: 5px 5px 5px 10px;
}

/* line 3, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_icons.scss */
.btn-primary .blacklight-icons svg {
  fill: currentColor;
}

/* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_icons.scss */
.btn-outline-primary .blacklight-icons svg {
  fill: currentColor;
}

/* line 3, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_icons.scss */
.btn-secondary .blacklight-icons svg {
  fill: currentColor;
}

/* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_icons.scss */
.btn-outline-secondary .blacklight-icons svg {
  fill: currentColor;
}

/* line 3, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_icons.scss */
.btn-success .blacklight-icons svg {
  fill: currentColor;
}

/* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_icons.scss */
.btn-outline-success .blacklight-icons svg {
  fill: currentColor;
}

/* line 3, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_icons.scss */
.btn-info .blacklight-icons svg {
  fill: currentColor;
}

/* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_icons.scss */
.btn-outline-info .blacklight-icons svg {
  fill: currentColor;
}

/* line 3, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_icons.scss */
.btn-warning .blacklight-icons svg {
  fill: currentColor;
}

/* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_icons.scss */
.btn-outline-warning .blacklight-icons svg {
  fill: currentColor;
}

/* line 3, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_icons.scss */
.btn-danger .blacklight-icons svg, .applied-filter .remove:hover .blacklight-icons svg, .applied-filter .remove:active .blacklight-icons svg {
  fill: currentColor;
}

/* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_icons.scss */
.btn-outline-danger .blacklight-icons svg {
  fill: currentColor;
}

/* line 3, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_icons.scss */
.btn-light .blacklight-icons svg {
  fill: currentColor;
}

/* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_icons.scss */
.btn-outline-light .blacklight-icons svg {
  fill: currentColor;
}

/* line 3, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_icons.scss */
.btn-dark .blacklight-icons svg {
  fill: currentColor;
}

/* line 9, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_icons.scss */
.btn-outline-dark .blacklight-icons svg {
  fill: currentColor;
}

/* line 15, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_icons.scss */
.btn.btn-icon {
  padding: 0.375rem;
}
/* line 18, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-7.10.0/app/assets/stylesheets/blacklight/_icons.scss */
.btn.btn-icon.btn-sm, .btn-group-sm > .btn.btn-icon {
  padding: 0.25rem;
}

/* border between items on marc view */
/* line 4, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-marc-7.0.1/app/assets/stylesheets/blacklight_marc.scss */
#librarian_view {
  left: -17%;
  text-align: left;
  top: 10%;
  width: 700px;
}

/* line 12, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-marc-7.0.1/app/assets/stylesheets/blacklight_marc.scss */
#marc_view {
  text-align: left;
  /* https://meyerweb.com/eric/thoughts/2010/02/12/fixed-monospace-sizing/ */
  font-family: "Courier New", monospace, serif;
  font-size: 1em;
}
/* line 19, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-marc-7.0.1/app/assets/stylesheets/blacklight_marc.scss */
#marc_view .field {
  border-bottom: 1px solid #6c757d;
  clear: both;
}
/* line 25, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-marc-7.0.1/app/assets/stylesheets/blacklight_marc.scss */
#marc_view .ind1, #marc_view .ind2 {
  display: inline;
  padding: 0 0.5rem;
}
/* line 31, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-marc-7.0.1/app/assets/stylesheets/blacklight_marc.scss */
#marc_view .subfields {
  padding-left: 5em;
}
/* line 36, /usr/local/rvm/gems/ruby-2.5.8/gems/blacklight-marc-7.0.1/app/assets/stylesheets/blacklight_marc.scss */
#marc_view .tag_ind {
  float: left;
}

/*------------------------------------
  Default Styles
------------------------------------*/
/* line 4, /home/app/webapp/app/assets/stylesheets/unify-core.css */
html {
  font-size: 14px;
  overflow-x: hidden;
}

/* line 8, /home/app/webapp/app/assets/stylesheets/unify-core.css */
body {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #fff;
}

/* line 20, /home/app/webapp/app/assets/stylesheets/unify-core.css */
a {
  color: #72c02c;
  outline: none;
}

/* line 24, /home/app/webapp/app/assets/stylesheets/unify-core.css */
a:focus,
a:hover {
  color: #66ab27;
}

/* line 28, /home/app/webapp/app/assets/stylesheets/unify-core.css */
.nav-link {
  color: #555;
}

/* line 31, /home/app/webapp/app/assets/stylesheets/unify-core.css */
.nav-link:focus,
.nav-link:hover {
  color: #555;
}

/* line 35, /home/app/webapp/app/assets/stylesheets/unify-core.css */
figure {
  margin-bottom: 0;
}

/*------------------------------------
  Headings
------------------------------------*/
/* line 41, /home/app/webapp/app/assets/stylesheets/unify-core.css */
.h1, .h2, .h3, .h4, .facets-heading, .h5, .h6, .facet-field-heading, .h7,
h1, h2, h3, h4, h5, .documents-list .document .document-title-heading, h6 {
  line-height: 1.4;
}

/* line 45, /home/app/webapp/app/assets/stylesheets/unify-core.css */
.h7 {
  font-size: .75rem;
}

/*------------------------------------
  Displays
------------------------------------*/
/* line 51, /home/app/webapp/app/assets/stylesheets/unify-core.css */
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
/* line 59, /home/app/webapp/app/assets/stylesheets/unify-core.css */
::-moz-selection {
  color: #fff;
  background-color: #72c02c;
}

/* line 63, /home/app/webapp/app/assets/stylesheets/unify-core.css */
::-moz-selection {
  color: #fff;
  background-color: #72c02c;
}
::selection {
  color: #fff;
  background-color: #72c02c;
}

/* line 67, /home/app/webapp/app/assets/stylesheets/unify-core.css */
.g-bg-primary ::-moz-selection {
  color: #72c02c;
  background-color: #fff;
}

/* line 71, /home/app/webapp/app/assets/stylesheets/unify-core.css */
.g-bg-primary ::-moz-selection {
  color: #72c02c;
  background-color: #fff;
}
.g-bg-primary ::selection {
  color: #72c02c;
  background-color: #fff;
}

/*------------------------------------
  Globals
------------------------------------*/
/* Text */
/* line 6, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-word-break {
  word-wrap: break-word;
}

/* Puller */
/* line 10, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pull-50x-up {
  transform: translateY(-51%);
}

/* line 15, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pull-50x-bottom {
  transform: translateY(51%);
}

/* line 20, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pull-50x-left {
  transform: translateX(-51%);
}

/* line 25, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pull-50x-right {
  transform: translateX(51%);
}

/* Link overlay */
/* line 31, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-link-overlay,
.g-pos-cover {
  /* P */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

/* P */
/* line 42, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pos-cover {
  z-index: 1;
}

/*------------------------------------
  Block Alignments
------------------------------------*/
/* line 48, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-attachment-fixed {
  background-attachment: fixed;
}

/*------------------------------------
  Background Gradient Colors
------------------------------------*/
/* Simple Linear Gradients
------------------------------------*/
/* Gray Light v1 */
/* line 57, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-gradient-v1--after::after {
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0.5), #f7f7f7);
}

/* White v1 */
/* line 61, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-gradient-v1--after::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9));
}

/* Linear Gradients
------------------------------------*/
/* Gray Gradient */
/* line 67, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg, #fff, #dbdbdb);
}

/* Blue Pink Gradient */
/* line 72, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-bluepink-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(50deg, #2b7cb6, #f62d51);
}

/* Blue Gradient */
/* line 77, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-blue-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(0deg, #73bec7, #4e66b0);
}

/* line 81, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-blue-lineargradient-v2 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #429edc, #00629e);
}

/* line 85, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-blue-lineargradient-v3 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #3266a2, #98cfbf);
}

/* line 89, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-blue-lineargradient-v4 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #5b85df, #3ec2e3);
}

/* line 93, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-blue-lineargradient-v5 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #0050c2, #5180fa);
}

/* Orange Gradient */
/* line 98, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-orange-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #be1715, #ed6d0f);
}

/* line 102, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-orange-lineargradient-v2 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #f5cd21, #c22821);
}

/* Yellow Gradient */
/* line 107, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-yellow-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #f59b00, #f5d400);
}

/* Dark Purple Gradient */
/* line 112, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-darkpurple-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #0b011d, #330c3c);
}

/* Blue Gray Gradient */
/* line 117, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-bluegray-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #1d253c, #3e4757);
}

/* Pink Gradient */
/* line 122, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-pink-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #b6003b, #ed1261);
}

/* Pink-v2 Gradient */
/* line 127, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-pink-lineargradient-v2 {
  background-image: linear-gradient(to right top, #fc7279 10%, #ff7b9c 65%, #ffc019 125%);
  background-repeat: no-repeat;
}

/* Red Gradient */
/* line 132, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-red-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #d70417, #9f041b);
}

/* Black Gradient */
/* line 137, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-gradient-opacity-v1,
.g-bg-black-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background-repeat: repeat-x;
}

/* Green Gradient */
/* line 143, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-green-gradient-opacity-v1,
.g-bg-green-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(51, 152, 220, 0.5) 0%, rgba(114, 192, 44, 0.8) 100%);
  background-repeat: repeat-x;
}

/* Purple Gradient */
/* line 149, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-purple-gradient-opacity-v1,
.g-bg-purple-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(114, 192, 44, 0.5) 0%, rgba(154, 105, 203, 0.8) 100%);
  background-repeat: repeat-x;
}

/* Pink Light Gradient */
/* line 155, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-pink-gradient-opacity-v1,
.g-bg-pink-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(114, 192, 44, 0.5) 0%, rgba(232, 28, 98, 0.8) 100%);
  background-repeat: repeat-x;
}

/* Cyan Gradient */
/* line 161, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-cyan-gradient-opacity-v1,
.g-bg-cyan-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 153, 0.5) 0%, rgba(0, 190, 214, 0.6) 100%);
  background-repeat: repeat-x;
}

/* Purple Gradient */
/* line 167, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-purple-gradient-opacity-v1,
.g-bg-purple-gradient-opacity-v1--after::after {
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, #b7ebf6, rgba(228, 97, 210, 0.7));
}

/* Primary Gradient */
/* line 173, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-gradient-opacity-v1,
.g-bg-primary-gradient-opacity-v1--after::after {
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, #72c02c, rgba(51, 152, 220, 0.7));
}

/* Gray Gradient */
/* line 179, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-gradient-opacity-v1,
.g-bg-gray-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to top, #f7f7f7 0%, white 100%);
  background-repeat: repeat-x;
}

/* White Gradient */
/* line 185, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-gradient-opacity-v1,
.g-bg-white-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background-repeat: repeat-x;
}

/* White Gradient */
/* line 191, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-gradient-opacity-v2,
.g-bg-white-gradient-opacity-v2--after::after {
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background-repeat: repeat-x;
}

/* White Gradient */
/* line 197, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-gradient-opacity-v3,
.g-bg-white-gradient-opacity-v3--after::after {
  background-image: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0.3) 100%);
  background-repeat: repeat-x;
}

/* White Gradient */
/* line 203, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-gradient-opacity-v4,
.g-bg-white-gradient-opacity-v4--after::after {
  background-image: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0.3) 100%);
  background-repeat: repeat-x;
}

/* Bluegray Gradient */
/* line 209, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-bluegray-gradient-opacity-v1,
.g-bg-bluegray-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to top, rgba(88, 95, 105, 0.2) 0%, transparent 100%);
  background-repeat: repeat-x;
}

/* Bluegray Gradient */
/* line 215, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-bluegray-gradient-opacity-v2,
.g-bg-bluegray-gradient-opacity-v2--after::after {
  background-image: linear-gradient(to top, rgba(88, 95, 105, 0.3) 0%, transparent 100%);
  background-repeat: repeat-x;
}

/* Bluegray Gradient */
/* line 221, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-bluegray-gradient-opacity-v3,
.g-bg-bluegray-gradient-opacity-v3--after::after {
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, rgba(107, 125, 224, 0.85), #2a2734);
}

/* Radial Gradients (Ellipse)
------------------------------------*/
/* Lightblue Gradient */
/* line 229, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-lightblue-radialgradient-ellipse {
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fff 22%, #d6e2ee);
  background-repeat: no-repeat;
}

/* Gray Gradient */
/* line 234, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-radialgradient-ellipse {
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #dbdbdb 22%, #bbb);
  background-repeat: no-repeat;
}

/* Gray Gradient */
/* line 239, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-graylight-radialgradient-ellipse {
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fff 25%, #eee);
  background-repeat: no-repeat;
}

/*  Radial Gradients (Circle)
------------------------------------*/
/* Lightblue Gradient */
/* line 246, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-lightblue-radialgradient-circle {
  background-image: radial-gradient(circle farthest-corner at 75% 95%, #fff, #d6e2ee);
  background-repeat: no-repeat;
}

/* Blue Gradient */
/* line 251, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-blue-radialgradient-circle {
  background-image: radial-gradient(circle farthest-side at 50% 50%, #2294d7, #275296);
  background-repeat: no-repeat;
}

/* Dark Gray Gradient */
/* line 256, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-darkgray-radialgradient-circle {
  background-image: radial-gradient(circle farthest-side at 110% 0, #596070, #31353e);
  background-repeat: no-repeat;
}

/* line 260, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-blue-radialgradient-circle-endless {
  background-image: repeating-radial-gradient(circle at 50% 50%, #b9ecfe, #b9ecfe 10px, #82ddff 10px, #82ddff 20px);
}

/* line 263, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-verticalstripes-endless {
  background: repeating-linear-gradient(to bottom, #fff, #fff 5px, #eee 5px, #eee 10px);
}

/*------------------------------------
  Background Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Main Colors */
/* line 272, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-main {
  background-color: #fff !important;
}

/* Main Secondary */
/* line 276, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-secondary {
  background-color: #fafafa !important;
}

/* Primary Colors */
/* line 280, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary {
  background-color: #72c02c !important;
}

/* line 283, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary--hover:hover {
  background-color: #72c02c !important;
}

/* line 286, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-bg-primary--hover {
  background-color: #72c02c;
}

/* line 289, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-bg-primary--parent-hover {
  background-color: #72c02c !important;
}

/* line 292, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary--active.active,
.active .g-bg-primary--active {
  background-color: #72c02c !important;
}

/* line 296, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent.active .g-bg-primary--parent-active {
  background-color: #72c02c !important;
}

/* line 299, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary--before::before, .g-bg-primary--after::after {
  background-color: #72c02c !important;
}

/* line 302, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-dark-v1 {
  background-color: #6db82a !important;
}

/* line 305, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-dark-v2 {
  background-color: #66ab27 !important;
}

/* line 308, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-dark-v3 {
  background-color: #599722 !important;
}

/* line 311, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_1 {
  background-color: rgba(114, 192, 44, 0.1) !important;
}

/* line 314, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_2 {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

/* line 317, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_2--hover:hover {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

/* line 320, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_2--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

/* line 323, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.active .g-bg-primary-opacity-0_2--active {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

/* line 326, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_2--before::before, .g-bg-primary-opacity-0_2--after::after {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

/* line 329, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_3 {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 332, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_3--hover:hover {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 335, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_3--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 338, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.active .g-bg-primary-opacity-0_3--active {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 341, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_3--before::before, .g-bg-primary-opacity-0_3--after::after {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 344, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_4 {
  background-color: rgba(114, 192, 44, 0.4) !important;
}

/* line 347, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_4--hover:hover {
  background-color: rgba(114, 192, 44, 0.4) !important;
}

/* line 350, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_4--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.4) !important;
}

/* line 353, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_4--after::after {
  background-color: rgba(114, 192, 44, 0.4) !important;
}

/* line 356, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_6 {
  background-color: rgba(114, 192, 44, 0.6) !important;
}

/* line 359, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_6--hover:hover {
  background-color: rgba(114, 192, 44, 0.6) !important;
}

/* line 362, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_6--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.6) !important;
}

/* line 365, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_6--after::after {
  background-color: rgba(114, 192, 44, 0.6) !important;
}

/* line 368, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_8 {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

/* line 371, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_8--hover:hover {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

/* line 374, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_8--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

/* line 377, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_8--before::after, .g-bg-primary-opacity-0_8--after::after {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

/* line 380, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_8--before--hover:hover::after, .g-bg-primary-opacity-0_8--after--hover:hover::after {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

/* line 383, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_9 {
  background-color: rgba(114, 192, 44, 0.9) !important;
}

/* line 386, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_9--hover:hover {
  background-color: rgba(114, 192, 44, 0.9) !important;
}

/* line 389, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_9--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.9) !important;
}

/* line 392, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_9--before::after, .g-bg-primary-opacity-0_9--after::after {
  background-color: rgba(114, 192, 44, 0.9) !important;
}

/* line 395, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-primary-opacity-0_9--before--hover:hover::after, .g-bg-primary-opacity-0_9--after--hover:hover::after {
  background-color: rgba(114, 192, 44, 0.9) !important;
}

/* Black Colors */
/* line 399, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black {
  background-color: #000 !important;
}

/* line 402, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black--hover:hover {
  background-color: #000 !important;
}

/* line 405, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black--after::after {
  background-color: #000 !important;
}

/* line 408, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_1 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 411, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_1--after::after {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 414, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_2 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 417, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_2--after::after {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 420, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_3 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 423, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_3--hover:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 426, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_3--after::after, .g-bg-black-opacity-0_3--before::before {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 429, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_3--hover--after:hover::after {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 432, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_4 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* line 435, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_4--after::after {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* line 438, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_5 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 441, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_5--hover:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 444, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_5--after::after {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 447, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_6 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 450, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_6--hover:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 453, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_6--after::after {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 456, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_7 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 459, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_7--hover:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 462, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_7--after::after {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 465, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_8 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 468, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_8--after::after {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 471, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_8--hover:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 474, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_9 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/* line 477, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_9--after::after {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/* line 480, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-black-opacity-0_9--hover:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/* White Colors */
/* line 484, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white {
  background-color: #fff !important;
}

/* line 487, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white--before::before, .g-bg-white--after::after {
  background-color: #fff !important;
}

/* line 490, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white--hover:hover, .g-bg-white--active.active {
  background-color: #fff !important;
}

/* line 493, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-bg-white--parent-hover {
  background-color: #fff !important;
}

/* line 496, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white--before::before, .g-bg-white--after::after {
  background-color: #fff !important;
}

/* line 499, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-bg-white-opacity-0--after--parent-hover::after {
  background-color: rgba(255, 255, 255, 0) !important;
}

/* line 502, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_05 {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

/* line 505, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_1 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 508, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_1--after::after {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 511, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_2 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 514, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_2--hover:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 517, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_3 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 520, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_3--hover:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 523, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_3--after::after {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 526, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_4 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 529, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_4--hover:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 532, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_5 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 535, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_5--after::after {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 538, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_7 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 541, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_7--hover:hover {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 544, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_7--after::after {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 547, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_8 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 550, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_8--hover:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 553, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_8--after::after {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 556, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_8--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

/* line 559, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_9 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* line 562, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_9--hover:hover {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* line 565, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-white-opacity-0_9--after::after {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* Gray Colors */
/* line 569, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v1 {
  background-color: #111 !important;
}

/* line 572, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v1--hover:hover {
  background-color: #111 !important;
}

/* line 575, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v2 {
  background-color: #333 !important;
}

/* line 578, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v2--hover:hover {
  background-color: #333 !important;
}

/* line 581, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v3 {
  background-color: #555 !important;
}

/* line 584, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v3--hover:hover {
  background-color: #555 !important;
}

/* line 587, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v4 {
  background-color: #777 !important;
}

/* line 590, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v4--hover:hover {
  background-color: #777 !important;
}

/* line 593, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v5 {
  background-color: #999 !important;
}

/* line 596, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-dark-v5--hover:hover {
  background-color: #999 !important;
}

/* line 599, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v1 {
  background-color: #bbb !important;
}

/* line 602, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v1--hover:hover {
  background-color: #bbb !important;
}

/* line 605, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v2 {
  background-color: #ccc !important;
}

/* line 608, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v2--hover:hover {
  background-color: #ccc !important;
}

/* line 611, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v3 {
  background-color: #ddd !important;
}

/* line 614, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v3--hover:hover {
  background-color: #ddd !important;
}

/* line 617, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v4 {
  background-color: #eee !important;
}

/* line 620, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v4--hover:hover {
  background-color: #eee !important;
}

/* line 623, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v5 {
  background-color: #f7f7f7 !important;
}

/* line 626, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v5--hover:hover {
  background-color: #f7f7f7 !important;
}

/* line 629, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-gray-light-v5--active.active,
.active .g-bg-gray-light-v5--active {
  background-color: #f7f7f7 !important;
}

/* Transparent */
/* line 634, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-transparent {
  background-color: transparent !important;
}

/* line 637, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-transparent--hover:hover {
  background-color: transparent !important;
}

/* line 640, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-transparent--hover--after:hover::after {
  background-color: transparent !important;
}

/* line 643, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-bg-transparent--parent-hover {
  background-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Beige Colors */
/* line 649, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-beige {
  background-color: #e5e1de !important;
}

/* Color Green */
/* line 653, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-green {
  background-color: #72c02c !important;
}

/* line 656, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-green-opacity-0_1 {
  background-color: rgba(114, 192, 44, 0.1) !important;
}

/* line 659, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-green--hover:hover {
  background-color: #72c02c !important;
}

/* Color Blue */
/* line 663, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-blue {
  background-color: #3398dc !important;
}

/* line 666, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-blue-opacity-0_1 {
  background-color: rgba(51, 152, 220, 0.1) !important;
}

/* line 669, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-blue-opacity-0_7 {
  background-color: rgba(51, 152, 220, 0.7) !important;
}

/* line 672, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-blue-opacity-0_9 {
  background-color: rgba(51, 152, 220, 0.9) !important;
}

/* line 675, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-blue--hover:hover {
  background-color: #3398dc !important;
}

/* Color Light Blue */
/* line 679, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-lightblue {
  background-color: #edf2f8 !important;
}

/* line 682, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-lightblue-opacity-0_1 {
  background-color: rgba(237, 242, 248, 0.1) !important;
}

/* line 685, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-lightblue-v1 {
  background-color: #d6e2ee !important;
}

/* line 688, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-lightblue-v1-opacity-0_1 {
  background-color: rgba(214, 226, 238, 0.1) !important;
}

/* Color Dark Blue */
/* line 692, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-darkblue {
  background-color: #009 !important;
}

/* line 695, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-darkblue-opacity-0_1 {
  background-color: rgba(0, 0, 153, 0.1) !important;
}

/* Color Indigo */
/* line 699, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-indigo {
  background-color: #4263a3 !important;
}

/* line 702, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-indigo-opacity-0_1 {
  background-color: rgba(66, 99, 163, 0.1) !important;
}

/* Color Red */
/* line 706, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-red {
  background-color: #f00 !important;
}

/* line 709, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-red-opacity-0_1 {
  background-color: rgba(255, 0, 0, 0.1) !important;
}

/* line 712, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-red-opacity-0_2 {
  background-color: rgba(255, 0, 0, 0.2) !important;
}

/* line 715, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-red-opacity-0_5 {
  background-color: rgba(255, 0, 0, 0.5) !important;
}

/* line 718, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-red-opacity-0_8 {
  background-color: rgba(255, 0, 0, 0.8) !important;
}

/* line 721, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-red--hover:hover {
  background-color: #f00 !important;
}

/* Color Light Red */
/* line 725, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-lightred {
  background-color: #e64b3b !important;
}

/* line 728, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-lightred-opacity-0_1 {
  background-color: rgba(230, 75, 59, 0.1) !important;
}

/* line 731, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-lightred--hover:hover {
  background-color: #e64b3b !important;
}

/* Color Dark Red */
/* line 735, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-darkred {
  background-color: #a10f2b !important;
}

/* line 738, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-darkred-opacity-0_1 {
  background-color: rgba(161, 15, 43, 0.1) !important;
}

/* Color Purple */
/* line 742, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-purple {
  background-color: #9a69cb !important;
}

/* line 745, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-purple-opacity-0_1 {
  background-color: rgba(154, 105, 203, 0.1) !important;
}

/* line 748, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-purple-opacity-0_7 {
  background-color: rgba(154, 105, 203, 0.7) !important;
}

/* line 751, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-purple-opacity-0_9 {
  background-color: rgba(154, 105, 203, 0.9) !important;
}

/* line 754, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-purple-opacity-0_9--after::after {
  background-color: rgba(154, 105, 203, 0.9) !important;
}

/* line 757, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-purple--hover:hover {
  background-color: #9a69cb !important;
}

/* Color Dark Purple */
/* line 761, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-darkpurple {
  background-color: #6639b6 !important;
}

/* line 764, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-darkpurple-opacity-0_1 {
  background-color: rgba(102, 57, 182, 0.1) !important;
}

/* Color Pink */
/* line 768, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-pink {
  background-color: #e81c62 !important;
}

/* line 771, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-pink-opacity-0_1 {
  background-color: rgba(232, 28, 98, 0.1) !important;
}

/* line 774, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-pink-opacity-0_9 {
  background-color: rgba(232, 28, 98, 0.9) !important;
}

/* line 777, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-pink--hover:hover {
  background-color: #e81c62 !important;
}

/* line 780, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-pink--before::after, .g-bg-pink--after::after {
  background-color: #e81c62 !important;
}

/* line 783, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-pink--before--hover:hover::after, .g-bg-pink--after--hover:hover::after {
  background-color: #e81c62 !important;
}

/* Color Orange */
/* line 787, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-orange {
  background-color: #e57d20 !important;
}

/* line 790, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-orange-opacity-0_1 {
  background-color: rgba(229, 125, 32, 0.1) !important;
}

/* line 793, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-orange-opacity-0_2 {
  background-color: rgba(229, 125, 32, 0.2) !important;
}

/* line 796, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-orange--hover:hover {
  background-color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 800, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-deeporange {
  background-color: #fe541e !important;
}

/* line 803, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-deeporange-opacity-0_1 {
  background-color: rgba(254, 84, 30, 0.1) !important;
}

/* line 806, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-deeporange--hover:hover {
  background-color: #fe541e !important;
}

/* Color Yellow */
/* line 810, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-yellow {
  background-color: #ebc71d !important;
}

/* line 813, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-yellow-opacity-0_1 {
  background-color: rgba(235, 199, 29, 0.1) !important;
}

/* line 816, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-yellow-opacity-0_7 {
  background: rgba(235, 199, 29, 0.7) !important;
}

/* line 819, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-yellow--hover:hover {
  background-color: #ebc71d !important;
}

/* Color Aqua */
/* line 823, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-aqua {
  background-color: #29d6e6 !important;
}

/* line 826, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-aqua-opacity-0_1 {
  background-color: rgba(41, 214, 230, 0.1) !important;
}

/* line 829, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-aqua-opacity-0_9 {
  background-color: rgba(41, 214, 230, 0.9) !important;
}

/* line 832, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-aqua--hover:hover {
  background-color: #29d6e6 !important;
}

/* Color Cyan */
/* line 836, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-cyan {
  background-color: #00bed6 !important;
}

/* line 839, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-cyan-opacity-0_1 {
  background-color: rgba(0, 190, 214, 0.1) !important;
}

/* line 842, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-cyan-opacity-0_9 {
  background-color: rgba(0, 190, 214, 0.9) !important;
}

/* line 845, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-cyan-opacity-0_9--after::after {
  background-color: rgba(0, 190, 214, 0.9) !important;
}

/* line 848, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-cyan--hover:hover {
  background-color: #00bed6 !important;
}

/* Color Teal */
/* line 852, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-teal {
  background-color: #18ba9b !important;
}

/* line 855, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-teal-opacity-0_1 {
  background-color: rgba(24, 186, 155, 0.1) !important;
}

/* line 858, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-teal-opacity-0_9 {
  background-color: rgba(24, 186, 155, 0.9) !important;
}

/* line 861, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-teal-opacity-0_9--after::after {
  background-color: rgba(24, 186, 155, 0.9) !important;
}

/* line 864, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-teal--hover:hover {
  background-color: #18ba9b !important;
}

/* Color Brown */
/* line 868, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-brown {
  background-color: #9c8061 !important;
}

/* line 871, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-brown-opacity-0_1 {
  background-color: rgba(156, 128, 97, 0.1) !important;
}

/* line 874, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-brown--hover:hover {
  background-color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 878, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-bluegray {
  background-color: #585f69 !important;
}

/* line 881, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-bluegray-opacity-0_1 {
  background-color: rgba(88, 95, 105, 0.1) !important;
}

/* line 884, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-bluegray-opacity-0_2--before::before, .g-bg-bluegray-opacity-0_2--after::after {
  background-color: rgba(88, 95, 105, 0.2) !important;
}

/* line 887, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-bluegray-opacity-0_3--before::before, .g-bg-bluegray-opacity-0_3--after::after {
  background-color: rgba(88, 95, 105, 0.3) !important;
}

/* line 890, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-bluegray-opacity-0_5 {
  background-color: rgba(88, 95, 105, 0.5) !important;
}

/* line 893, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-bluegray-opacity-0_7 {
  background-color: rgba(88, 95, 105, 0.7) !important;
}

/* line 896, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-bluegray--hover:hover {
  background-color: #585f69 !important;
}

/* line 899, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-grayscale-100x {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  -webkit-filter: grayscale(100%);
}

/* line 905, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-grayscale-0--parent-hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

/* line 909, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-grayscale-0--hover:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

/*------------------------------------
  Background Colors Extended
------------------------------------*/
/* line 916, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.js-header-change-moment .g-bg-primary--scrolling {
  background-color: #72c02c !important;
}

/*------------------------------------
  Social Background Colors
------------------------------------*/
/* Facebook */
/* line 923, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-facebook {
  background-color: #3b5998;
}

/* line 926, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-bg-facebook--hover, .g-bg-facebook--hover:hover {
  background-color: #344e86 !important;
}

/* Twitter */
/* line 930, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-twitter {
  background-color: #00acee;
}

/* line 933, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-bg-twitter--hover, .g-bg-twitter--hover:hover {
  background-color: #009ad5 !important;
}

/* Skype */
/* line 937, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-skype {
  background-color: #00aff0;
}

/* line 940, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-bg-skype--hover, .g-bg-skype--hover:hover {
  background-color: #009cd7 !important;
}

/* Pinterest */
/* line 944, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-pinterest {
  background-color: #c8232c;
}

/* line 947, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-bg-pinterest--hover, .g-bg-pinterest--hover:hover {
  background-color: #b21f27 !important;
}

/* Vine */
/* line 951, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-vine {
  background-color: #00bf8f;
}

/* line 954, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-bg-vine--hover, .g-bg-vine--hover:hover {
  background-color: #00a67c !important;
}

/* Youtube */
/* line 958, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-youtube {
  background-color: #c4302b;
}

/* line 961, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-bg-youtube--hover, .g-bg-youtube--hover:hover {
  background-color: #af2b26 !important;
}

/* Google plus */
/* line 965, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-google-plus {
  background-color: #dd4b39;
}

/* line 968, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-bg-google-plus--hover, .g-bg-google-plus--hover:hover {
  background-color: #d73925 !important;
}

/* Dribbble */
/* line 972, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-dribbble {
  background-color: #ea4c89;
}

/* line 975, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-bg-dribbble--hover, .g-bg-dribbble--hover:hover {
  background-color: #e7357a !important;
}

/* VK */
/* line 979, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-vk {
  background-color: #2b587a;
}

/* line 982, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-bg-vk--hover, .g-bg-vk--hover:hover {
  background-color: #244a67 !important;
}

/* Linkedin */
/* line 986, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-linkedin {
  background-color: #0e76a8;
}

/* line 989, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-bg-linkedin--hover, .g-bg-linkedin--hover:hover {
  background-color: #0c6590 !important;
}

/* Instagram */
/* line 993, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-instagram {
  background-color: #3f729b;
}

/* line 996, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-bg-instagram--hover, .g-bg-instagram--hover:hover {
  background-color: #386589 !important;
}

/*------------------------------------
  Images Grid
------------------------------------*/
/* line 1002, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-grid-v1--before::before {
  background-image: url(../../assets/img/bg/grid/wave.png);
}

/* line 1005, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-grid-v2--before::after {
  background-image: url(../../assets/img/bg/grid/tile-left.png);
}

/* line 1008, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-grid-v3--before::after {
  background-image: url(../../assets/img/bg/grid/tile-right.png);
}

/* line 1011, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-grid-v4--before::after {
  background-image: url(../../assets/img/bg/grid/diagonal-left.png);
}

/* line 1014, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-grid-v5--before::after {
  background-image: url(../../assets/img/bg/grid/diagonal-right.png);
}

/* line 1017, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-grid-v6--before::after {
  background-image: url(../../assets/img/bg/grid/zigzag-left.png);
}

/* line 1020, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-grid-v7--before::after {
  background-image: url(../../assets/img/bg/grid/zigzag-right.png);
}

/*------------------------------------
  Covers
------------------------------------*/
/* line 1026, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-cover {
  position: relative;
}

/* line 1029, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-cover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 1037, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-cover-v1::after {
  position: absolute;
  top: 0.35714rem;
  right: 0.35714rem;
  bottom: 0.35714rem;
  left: 0.35714rem;
}

/* line 1044, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-cover__inner {
  z-index: 1;
  position: relative;
}

/*------------------------------------
  Background Image Style
------------------------------------*/
/* line 1051, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*------------------------------------
  Background Patterns
------------------------------------*/
/* line 1059, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-pattern-green {
  background-image: url("../img/bg/pattern--green.png");
}

/*------------------------------------
  Background Position
------------------------------------*/
/* line 1065, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-pos-center {
  background-position: center;
}

/* line 1068, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-pos-left-center {
  background-position: left center;
}

/* line 1071, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-pos-top-center {
  background-position: top center;
}

/* line 1074, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-pos-bottom-center {
  background-position: bottom center;
}

/*------------------------------------
  Background Repeat
------------------------------------*/
/* line 1080, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-no-repeat {
  background-repeat: no-repeat;
}

/*------------------------------------
  Background Size
------------------------------------*/
/* line 1086, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-size-cover {
  background-size: cover !important;
}

/* line 1089, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-size-100x {
  background-size: 100% !important;
}

/* line 1092, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-size-100x--hover:hover {
  background-size: 100% !important;
}

/* line 1095, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-bg-size-100x--parent-hover {
  background-size: 100% !important;
}

/* line 1098, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-size-120x {
  background-size: 120% !important;
}

/* line 1101, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-size-120x--hover {
  background-size: 120% !important;
}

/* line 1104, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-bg-size-120x--parent-hover {
  background-size: 120% !important;
}

/* line 1107, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bg-repeat {
  background-repeat: repeat !important;
  /* P */
  background-size: auto !important;
}

/* Primary Colors */
/* line 1113, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-fill-primary path,
.g-fill-primary polygon {
  fill: #72c02c !important;
}

/* line 1117, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-fill-primary--hover:hover path,
.g-fill-primary--hover:hover polygon {
  fill: #72c02c !important;
}

/* line 1121, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > * > .g-fill-primary--hover-parent svg path,
*:hover > * > .g-fill-primary--hover-parent svg polygon {
  fill: #72c02c !important;
}

/* line 1125, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-fill-white path,
.g-fill-white polygon {
  fill: #fff !important;
}

/* line 1129, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-fill-white--hover:hover path,
.g-fill-white--hover:hover polygon {
  fill: #fff !important;
}

/* line 1133, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > * > .g-fill-white--hover-parent svg path,
*:hover > * > .g-fill-white--hover-parent svg polygon {
  fill: #fff !important;
}

/* line 1137, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-fill-gray-light-v4 path,
.g-fill-gray-light-v4 polygon {
  fill: #eee !important;
}

/* line 1141, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-fill-gray-light-v4--hover:hover path,
.g-fill-gray-light-v4--hover:hover polygon {
  fill: #eee !important;
}

/* line 1145, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > * > .g-fill-gray-light-v4--hover-parent svg path,
*:hover > * > .g-fill-gray-light-v4--hover-parent svg polygon {
  fill: #eee !important;
}

/*------------------------------------
  Borders Default (solid)
------------------------------------*/
/* line 1152, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-none {
  /* P */
  border: none !important;
}

/* line 1156, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-x {
  border-left: solid 1px transparent !important;
  border-right: solid 1px transparent !important;
}

/* line 1160, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-y {
  border-top: solid 1px transparent !important;
  border-bottom: solid 1px transparent !important;
}

/* line 1164, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-around {
  border: solid 1px transparent !important;
}

/* line 1167, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-top {
  border-top: solid 1px transparent !important;
}

/* line 1170, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-right {
  border-right: solid 1px transparent !important;
}

/* line 1173, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-bottom {
  border-bottom: solid 1px transparent !important;
}

/* line 1176, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-left {
  border-left: solid 1px transparent !important;
}

/* line 1179, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-left-none {
  border-left: none !important;
}

@media (min-width: 576px) {
  /* line 1183, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-around--sm {
    border: solid 1px transparent !important;
  }

  /* line 1185, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-top--sm {
    border-top: solid 1px transparent !important;
  }

  /* line 1187, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-right--sm {
    border-right: solid 1px transparent !important;
  }

  /* line 1189, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom--sm {
    border-bottom: solid 1px transparent !important;
  }

  /* line 1191, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-left--sm {
    border-left: solid 1px transparent !important;
  }
}
@media (min-width: 768px) {
  /* line 1195, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-x--md {
    border-left: solid 1px transparent !important;
    border-right: solid 1px transparent !important;
  }

  /* line 1198, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-around--md {
    border: solid 1px transparent !important;
  }

  /* line 1200, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-top--md {
    border-top: solid 1px transparent !important;
  }

  /* line 1202, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-right--md {
    border-right: solid 1px transparent !important;
  }

  /* line 1204, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom--md {
    border-bottom: solid 1px transparent !important;
  }

  /* line 1206, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-left--md {
    border-left: solid 1px transparent !important;
  }
}
@media (min-width: 992px) {
  /* P */
  /* line 1211, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-around--lg {
    border: solid 1px transparent !important;
  }

  /* line 1213, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-top--lg {
    border-top: solid 1px transparent !important;
  }

  /* line 1215, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-right--lg {
    border-right: solid 1px transparent !important;
  }

  /* line 1217, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom--lg {
    border-bottom: solid 1px transparent !important;
  }

  /* line 1219, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-left--lg {
    border-left: solid 1px transparent !important;
  }

  /* line 1221, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-left-none--lg {
    border-left: none !important;
  }
}
/*------------------------------------
  Borders None
------------------------------------*/
/* line 1227, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-around-none {
  border-width: 0 !important;
}

/* line 1230, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-top-none {
  border-top: none !important;
}

/* line 1233, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-right-none {
  border-right: none !important;
}

/* line 1236, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-bottom-none {
  border-bottom: none !important;
}

/* line 1239, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-left-none {
  border-left: none !important;
}

@media (min-width: 576px) {
  /* line 1243, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-around-none--sm {
    border: none !important;
  }

  /* line 1245, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-top-none--sm {
    border-top: none !important;
  }

  /* line 1247, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-right-none--sm {
    border-right: none !important;
  }

  /* line 1249, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom-none--sm {
    border-bottom: none !important;
  }

  /* line 1251, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-left-none--sm {
    border-left: none !important;
  }
}
@media (min-width: 768px) {
  /* line 1255, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-around-none--md {
    border: none !important;
  }

  /* line 1257, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-top-none--md {
    border-top: none !important;
  }

  /* line 1259, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-right-none--md {
    border-right: none !important;
  }

  /* line 1261, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom-none--md {
    border-bottom: none !important;
  }

  /* line 1263, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-left-none--md {
    border-left: none !important;
  }
}
@media (min-width: 992px) {
  /* line 1267, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-around-none--lg {
    border: none !important;
  }

  /* line 1269, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-top-none--lg {
    border-top: none !important;
  }

  /* line 1271, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-right-none--lg {
    border-right: none !important;
  }

  /* line 1273, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom-none--lg {
    border-bottom: none !important;
  }

  /* line 1275, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-left-none--lg {
    border-left: none !important;
  }
}
/*------------------------------------
  Border Style
------------------------------------*/
/* line 1281, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-style-solid {
  border-style: solid !important;
}

/* line 1284, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-style-dashed {
  border-style: dashed !important;
}

/* line 1287, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-style-dotted {
  border-style: dotted !important;
}

/*------------------------------------
  Border Radius (Rounded Styles)
------------------------------------*/
/* Rounded Around */
/* line 1294, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 1297, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-50x {
  border-radius: 50%;
}

/* line 1300, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-1 {
  border-radius: 1px !important;
}

/* line 1303, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-2 {
  border-radius: 2px !important;
}

/* line 1306, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-3 {
  border-radius: 3px !important;
}

/* line 1309, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-4 {
  border-radius: 4px !important;
}

/* line 1312, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-5 {
  border-radius: 5px !important;
}

/* line 1315, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-6 {
  border-radius: 6px !important;
}

/* line 1318, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-7 {
  border-radius: 7px !important;
}

/* line 1321, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-10 {
  border-radius: 10px !important;
}

/* line 1324, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-15 {
  border-radius: 15px !important;
}

/* line 1327, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-20 {
  border-radius: 20px !important;
}

/* line 1330, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-25 {
  border-radius: 25px !important;
}

/* line 1333, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-30 {
  border-radius: 30px !important;
}

/* line 1336, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-50 {
  border-radius: 50px !important;
}

/* line 1339, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-100 {
  border-radius: 100px !important;
}

/* line 1342, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-100--after::after {
  border-radius: 100px !important;
}

/* Rounded Top */
/* line 1346, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-top-5 {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

/* Rounded Right */
/* line 1351, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 1355, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-right-3 {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

/* line 1359, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-right-5 {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* line 1363, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-right-30 {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

/* line 1367, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-right-50 {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}

/* Rounded Bottom */
/* line 1372, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 1376, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-bottom-3 {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

/* line 1380, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-bottom-4 {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

/* line 1384, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-bottom-5 {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* Rounded Left */
/* line 1389, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 1393, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-left-3 {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

/* line 1397, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-left-5 {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/* line 1401, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-left-30 {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

/* line 1405, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-rounded-left-50 {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

@media (min-width: 768px) {
  /* line 1410, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-rounded-0--md {
    border-radius: 0 !important;
  }

  /* line 1412, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-rounded-left-0--md {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  /* line 1415, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-rounded-right-0--md {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media (min-width: 992px) {
  /* line 1420, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-rounded-left-5--lg-up {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  /* line 1423, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-rounded-right-5--lg-up {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
}
/*------------------------------------
  Borders Default (dashed)
------------------------------------*/
/* line 1430, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-around--dashed {
  border: dashed 1px transparent;
}

/* line 1433, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-top--dashed {
  border-top: dashed 1px transparent;
}

/* line 1436, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-bottom--dashed {
  border-bottom: dashed 1px transparent;
}

/* line 1439, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-right--dashed {
  border-right: dashed 1px transparent;
}

/* line 1442, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-left--dashed {
  border-left: dashed 1px transparent;
}

@media (min-width: 576px) {
  /* line 1446, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-around--dashed--sm {
    border: dashed 1px transparent;
  }

  /* line 1448, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-top--dashed--sm {
    border-top: dashed 1px transparent;
  }

  /* line 1450, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom--dashed--sm {
    border-bottom: dashed 1px transparent;
  }

  /* line 1452, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-right--dashed--sm {
    border-right: dashed 1px transparent;
  }

  /* line 1454, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-left--dashed--sm {
    border-left: dashed 1px transparent;
  }
}
@media (min-width: 768px) {
  /* line 1458, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-around--dashed--md {
    border: dashed 1px transparent;
  }

  /* line 1460, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-top--dashed--md {
    border-top: dashed 1px transparent;
  }

  /* line 1462, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom--dashed--md {
    border-bottom: dashed 1px transparent;
  }

  /* line 1464, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-right--dashed--md {
    border-right: dashed 1px transparent;
  }

  /* line 1466, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-left--dashed--md {
    border-left: dashed 1px transparent;
  }
}
/*------------------------------------
  Borders Default (dotted)
------------------------------------*/
/* line 1472, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-around--dotted {
  border: dotted 1px transparent;
}

/* line 1475, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-top--dotted {
  border-top: dotted 1px transparent;
}

/* line 1478, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-bottom--dotted {
  border-bottom: dotted 1px transparent;
}

/* line 1481, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-right--dotted {
  border-right: dotted 1px transparent;
}

/* line 1484, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-left--dotted {
  border-left: dotted 1px transparent;
}

@media (min-width: 576px) {
  /* line 1488, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-around--dotted--sm {
    border: dotted 1px transparent;
  }

  /* line 1490, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-top--dotted--sm {
    border-top: dotted 1px transparent;
  }

  /* line 1492, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom--dotted--sm {
    border-bottom: dotted 1px transparent;
  }

  /* line 1494, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-right--dotted--sm {
    border-right: dotted 1px transparent;
  }

  /* line 1496, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-left--dotted--sm {
    border-left: dotted 1px transparent;
  }
}
@media (min-width: 768px) {
  /* line 1500, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-around--dotted--md {
    border: dotted 1px transparent;
  }

  /* line 1502, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-top--dotted--md {
    border-top: dotted 1px transparent;
  }

  /* line 1504, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom--dotted--md {
    border-bottom: dotted 1px transparent;
  }

  /* line 1506, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-right--dotted--md {
    border-right: dotted 1px transparent;
  }

  /* line 1508, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-left--dotted--md {
    border-left: dotted 1px transparent;
  }
}
/*------------------------------------
  Border Width
------------------------------------*/
/* line 1514, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-0 {
  border-width: 0 !important;
}

/* line 1517, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-1 {
  border-width: 1px !important;
}

/* line 1520, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-2 {
  border-width: 2px !important;
}

/* line 1523, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-3 {
  border-width: 3px !important;
}

/* line 1526, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-3--before::before {
  border-width: 3px !important;
}

/* line 1529, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-3--before--active.active::before {
  border-width: 3px !important;
}

/* line 1532, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-4 {
  border-width: 4px !important;
}

/* line 1535, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-5 {
  border-width: 5px !important;
}

/* line 1538, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-6 {
  border-width: 6px !important;
}

/* line 1541, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-7 {
  border-width: 7px !important;
}

/* line 1544, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-10 {
  border-width: 10px !important;
}

/* line 1547, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-top-0 {
  border-top-width: 0 !important;
}

/* line 1550, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-top-2 {
  border-top-width: 2px !important;
}

/* line 1553, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-top-3 {
  border-top-width: 3px !important;
}

/* line 1556, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-top-5 {
  border-top-width: 5px !important;
}

/* line 1559, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-bottom-0 {
  border-bottom-width: 0 !important;
}

/* line 1562, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-bottom-2 {
  border-bottom-width: 2px !important;
}

/* line 1565, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-bottom-2--hover:hover {
  border-bottom-width: 2px !important;
}

/* line 1568, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-brd-bottom-2--parent-hover {
  border-bottom-width: 2px !important;
}

/* line 1571, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-bottom-5 {
  border-bottom-width: 5px !important;
}

/* line 1574, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-left-0 {
  border-left-width: 0 !important;
}

/* line 1577, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-left-1 {
  border-left-width: 1px !important;
}

/* line 1580, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-left-2 {
  border-left-width: 2px !important;
}

/* line 1583, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-left-3 {
  border-left-width: 3px !important;
}

/* line 1586, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-left-4 {
  border-left-width: 4px !important;
}

@media (min-width: 768px) {
  /* line 1590, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-0--md {
    border-width: 0 !important;
  }

  /* line 1592, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-1--md {
    border-width: 1px !important;
  }

  /* line 1594, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-2--md {
    border-width: 2px !important;
  }

  /* line 1596, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-3--md {
    border-width: 3px !important;
  }

  /* line 1598, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-4--md {
    border-width: 4px !important;
  }

  /* line 1600, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-5--md {
    border-width: 5px !important;
  }

  /* line 1602, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-6--md {
    border-width: 6px !important;
  }

  /* line 1604, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-10--md {
    border-width: 10px !important;
  }

  /* line 1606, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-top-0--md {
    border-top-width: 0 !important;
  }

  /* line 1608, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-top-2--md {
    border-top-width: 2px !important;
  }

  /* line 1610, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-top-3--md {
    border-top-width: 3px !important;
  }

  /* line 1612, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-top-5--md {
    border-top-width: 5px !important;
  }

  /* line 1614, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom-0--md {
    border-bottom-width: 0 !important;
  }

  /* line 1616, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom-2--md {
    border-bottom-width: 2px !important;
  }

  /* line 1618, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom-5--md {
    border-bottom-width: 5px !important;
  }

  /* line 1620, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-left-0--md {
    border-left-width: 0 !important;
  }

  /* line 1622, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-left-1--md {
    border-left-width: 1px !important;
  }

  /* line 1624, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-left-2--md {
    border-left-width: 2px !important;
  }

  /* line 1626, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-left-3--md {
    border-left-width: 3px !important;
  }

  /* line 1628, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-left-4--md {
    border-left-width: 4px !important;
  }

  /* line 1630, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-right-0--md {
    border-right-width: 0 !important;
  }

  /* line 1632, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-right-1--md {
    border-right-width: 1px !important;
  }
}
@media (min-width: 992px) {
  /* line 1636, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-0--lg {
    border-width: 0 !important;
  }

  /* line 1638, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-1--lg {
    border-width: 1px !important;
  }

  /* line 1640, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-top-0--lg {
    border-top-width: 0 !important;
  }

  /* line 1642, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-top-1--lg {
    border-top-width: 1px !important;
  }

  /* line 1644, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom-0--lg {
    border-bottom-width: 0 !important;
  }

  /* line 1646, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-bottom-1--lg {
    border-bottom-width: 1px !important;
  }

  /* line 1648, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-left-0--lg {
    border-left-width: 0 !important;
  }

  /* line 1650, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-left-1--lg {
    border-left-width: 1px !important;
  }

  /* line 1652, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-right-0--lg {
    border-right-width: 0 !important;
  }

  /* line 1654, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-brd-right-1--lg {
    border-right-width: 1px !important;
  }
}
/*------------------------------------
  Border Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Primary Colors */
/* line 1663, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary {
  border-color: #72c02c !important;
}

/* line 1666, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary--before::before {
  border-color: #72c02c !important;
}

/* line 1669, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary--before--active.active::before {
  border-color: #72c02c !important;
}

/* line 1672, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary--hover:hover, .g-brd-primary--active.active {
  border-color: #72c02c !important;
}

/* line 1675, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary--active.active,
.active .g-brd-primary--active {
  border-color: #72c02c !important;
}

/* line 1679, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-primary--hover-parent {
  border-color: #72c02c !important;
}

/* line 1682, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-opacity-0_3 {
  border-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 1685, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-opacity-0_3--hover:hover, .g-brd-primary-opacity-0_3--active.active {
  border-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 1688, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-primary-opacity-0_3--hover-parent {
  border-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 1691, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v1 {
  border-color: #6db82a !important;
}

/* line 1694, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v1--hover:hover, .g-brd-primary-dark-dark-v1--active.active {
  border-color: #6db82a !important;
}

/* line 1697, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-primary-dark-dark-v1--hover-parent {
  border-color: #6db82a !important;
}

/* line 1700, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v2 {
  border-color: #66ab27 !important;
}

/* line 1703, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v2--hover:hover, .g-brd-primary-dark-dark-v2--active.active {
  border-color: #66ab27 !important;
}

/* line 1706, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-primary-dark-dark-v2--hover-parent {
  border-color: #66ab27 !important;
}

/* line 1709, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v3 {
  border-color: #599722 !important;
}

/* line 1712, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v3--hover:hover, .g-brd-primary-dark-dark-v3--active.active {
  border-color: #599722 !important;
}

/* line 1715, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-primary-dark-dark-v3--hover-parent {
  border-color: #599722 !important;
}

/* line 1718, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-bottom-primary--hover:hover {
  border-bottom-color: #72c02c !important;
}

/* Main Colors */
/* line 1722, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-main {
  border-color: #555 !important;
}

/* line 1725, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-main--hover:hover {
  border-color: #555 !important;
}

/* Black Colors */
/* line 1729, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-black {
  border-color: #000 !important;
}

/* line 1732, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-black--hover:hover, .g-brd-black--active.active {
  border-color: #000 !important;
}

/* line 1735, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-black--hover-parent {
  border-color: #000 !important;
}

/* line 1738, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-black-opacity-0_4 {
  border-color: rgba(0, 0, 0, 0.4) !important;
}

/* White Colors */
/* line 1742, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white {
  border-color: #fff !important;
}

/* line 1745, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white--hover:hover, .g-brd-white--active.active {
  border-color: #fff !important;
}

/* line 1748, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-white--hover-parent {
  border-color: #fff !important;
}

/* line 1751, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_1 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 1754, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_1--hover:hover, .g-brd-white-opacity-0_1--active.active {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 1757, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-white-opacity-0_1--hover-parent {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 1760, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_2 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 1763, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_2--hover:hover, .g-brd-white-opacity-0_2--active.active {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 1766, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-white-opacity-0_2--hover-parent {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 1769, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_3 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 1772, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_3--hover:hover, .g-brd-white-opacity-0_3--active.active {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 1775, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-white-opacity-0_3--hover-parent {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 1778, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_4 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 1781, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_4--hover:hover, .g-brd-white-opacity-0_4--active.active {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 1784, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-white-opacity-0_4--hover-parent {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 1787, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_5 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 1790, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_5--hover:hover, .g-brd-white-opacity-0_5--active.active {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 1793, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-white-opacity-0_5--hover-parent {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 1796, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_6 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 1799, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_6--hover:hover, .g-brd-white-opacity-0_6--active.active {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 1802, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-white-opacity-0_6--hover-parent {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 1805, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_8 {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 1808, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_8--hover:hover, .g-brd-white-opacity-0_8--active.active {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 1811, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-white-opacity-0_8--hover-parent {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

/* Gray Colors */
/* line 1815, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v1 {
  border-color: #111 !important;
}

/* line 1818, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v1--hover:hover, .g-brd-gray-dark-v1--active.active {
  border-color: #111 !important;
}

/* line 1821, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-dark-v1--hover-parent {
  border-color: #111 !important;
}

/* line 1824, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v2 {
  border-color: #333 !important;
}

/* line 1827, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v2--hover:hover, .g-brd-gray-dark-v2--active.active {
  border-color: #333 !important;
}

/* line 1830, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-dark-v2--hover-parent {
  border-color: #333 !important;
}

/* line 1833, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v3 {
  border-color: #555 !important;
}

/* line 1836, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v3--hover:hover, .g-brd-gray-dark-v3--active.active {
  border-color: #555 !important;
}

/* line 1839, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-dark-v3--hover-parent {
  border-color: #555 !important;
}

/* line 1842, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v4 {
  border-color: #777 !important;
}

/* line 1845, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v4--hover:hover, .g-brd-gray-dark-v4--active.active {
  border-color: #777 !important;
}

/* line 1848, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-dark-v4--hover-parent {
  border-color: #777 !important;
}

/* line 1851, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v5 {
  border-color: #999 !important;
}

/* line 1854, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v5--hover:hover, .g-brd-gray-dark-v5--active.active {
  border-color: #999 !important;
}

/* line 1857, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-dark-v5--hover-parent {
  border-color: #999 !important;
}

/* line 1860, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v1 {
  border-color: #bbb !important;
}

/* line 1863, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v1--hover:hover, .g-brd-gray-light-v1--focus:focus, .g-brd-gray-light-v1--active.active {
  border-color: #bbb !important;
}

/* line 1866, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-light-v1--hover-parent {
  border-color: #bbb !important;
}

/* line 1869, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v2 {
  border-color: #ccc !important;
}

/* line 1872, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v2--before::before {
  border-color: #ccc !important;
}

/* line 1875, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v2--after::after {
  border-color: #ccc !important;
}

/* line 1878, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v2--hover:hover, .g-brd-gray-light-v2--active.active {
  border-color: #ccc !important;
}

/* line 1881, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-light-v2--hover-parent {
  border-color: #ccc !important;
}

/* line 1884, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v3 {
  border-color: #ddd !important;
}

/* line 1887, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v3--hover:hover, .g-brd-gray-light-v3--active.active, .g-brd-gray-light-v3--focus:focus {
  border-color: #ddd !important;
}

/* line 1890, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-light-v3--hover-parent {
  border-color: #ddd !important;
}

/* line 1893, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v4 {
  border-color: #eee !important;
}

/* line 1896, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v4--hover:hover, .g-brd-gray-light-v4--active.active {
  border-color: #eee !important;
}

/* line 1899, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-light-v4--hover-parent {
  border-color: #eee !important;
}

/* line 1902, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v5 {
  border-color: #f7f7f7 !important;
}

/* line 1905, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v5--hover:hover, .g-brd-gray-light-v5--active.active {
  border-color: #f7f7f7 !important;
}

/* line 1908, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-gray-light-v5--hover-parent {
  border-color: #f7f7f7 !important;
}

/* Transparent */
/* line 1912, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-transparent {
  border-color: transparent !important;
}

/* line 1915, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-transparent--before::before {
  border-color: transparent !important;
}

/* line 1918, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-transparent--after::after {
  border-color: transparent !important;
}

/* line 1921, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-transparent--hover:hover, .g-brd-transparent--active.active {
  border-color: transparent !important;
}

/* line 1924, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-transparent--hover-parent {
  border-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Green */
/* line 1930, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-green {
  border-color: #72c02c !important;
}

/* line 1933, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-green--hover:hover, .g-brd-green--active.active {
  border-color: #72c02c !important;
}

/* line 1936, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-green--hover-parent {
  border-color: #72c02c !important;
}

/* Color Blue */
/* line 1940, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-blue {
  border-color: #3398dc !important;
}

/* line 1943, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-blue--hover:hover, .g-brd-blue--active.active {
  border-color: #3398dc !important;
}

/* line 1946, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-blue--hover-parent {
  border-color: #3398dc !important;
}

/* Color Light Blue */
/* line 1950, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue {
  border-color: #edf2f8 !important;
}

/* line 1953, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue--hover:hover, .g-brd-lightblue--active.active {
  border-color: #edf2f8 !important;
}

/* line 1956, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-lightblue--hover-parent {
  border-color: #edf2f8 !important;
}

/* line 1959, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-v1 {
  border-color: #d6e2ee !important;
}

/* line 1962, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-v1--hover:hover, .g-brd-lightblue-v1--active.active {
  border-color: #d6e2ee !important;
}

/* line 1965, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-lightblue-v1--hover-parent {
  border-color: #d6e2ee !important;
}

/* Color Dark Blue */
/* line 1969, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-darkblue {
  border-color: #009 !important;
}

/* line 1972, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-darkblue--hover:hover, .g-brd-darkblue--active.active {
  border-color: #009 !important;
}

/* line 1975, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-darkblue--hover-parent {
  border-color: #009 !important;
}

/* Color Indigo */
/* line 1979, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-indigo {
  border-color: #4263a3 !important;
}

/* line 1982, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-indigo--hover:hover, .g-brd-indigo--active.active {
  border-color: #4263a3 !important;
}

/* line 1985, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-indigo--hover-parent {
  border-color: #4263a3 !important;
}

/* Color Red */
/* line 1989, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-red {
  border-color: #f00 !important;
}

/* line 1992, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-red--hover:hover, .g-brd-red--active.active {
  border-color: #f00 !important;
}

/* line 1995, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-red--hover-parent {
  border-color: #f00 !important;
}

/* Color Light Red */
/* line 1999, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-lightred {
  border-color: #e64b3b !important;
}

/* line 2002, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-lightred--hover:hover, .g-brd-lightred--active.active {
  border-color: #e64b3b !important;
}

/* line 2005, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-lightred--hover-parent {
  border-color: #e64b3b !important;
}

/* Color Dark Red */
/* line 2009, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-darkred {
  border-color: #a10f2b !important;
}

/* line 2012, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-darkred--hover:hover, .g-brd-darkred--active.active {
  border-color: #a10f2b !important;
}

/* line 2015, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-darkred--hover-parent {
  border-color: #a10f2b !important;
}

/* Color Purple */
/* line 2019, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-purple {
  border-color: #9a69cb !important;
}

/* line 2022, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-purple--hover:hover, .g-brd-purple--active.active {
  border-color: #9a69cb !important;
}

/* line 2025, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-purple--hover-parent {
  border-color: #9a69cb !important;
}

/* Color Dark Purple */
/* line 2029, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-darkpurple {
  border-color: #6639b6 !important;
}

/* line 2032, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-darkpurple--hover:hover, .g-brd-darkpurple--active.active {
  border-color: #6639b6 !important;
}

/* line 2035, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-darkpurple--hover-parent {
  border-color: #6639b6 !important;
}

/* Color Pink */
/* line 2039, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-pink {
  border-color: #e81c62 !important;
}

/* line 2042, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-pink--hover:hover, .g-brd-pink--active.active {
  border-color: #e81c62 !important;
}

/* line 2045, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-pink--hover-parent {
  border-color: #e81c62 !important;
}

/* Color Orange */
/* line 2049, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-orange {
  border-color: #e57d20 !important;
}

/* line 2052, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-orange--hover:hover, .g-brd-orange--active.active {
  border-color: #e57d20 !important;
}

/* line 2055, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-orange--hover-parent {
  border-color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 2059, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-deeporange {
  border-color: #fe541e !important;
}

/* line 2062, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-deeporange--hover:hover, .g-brd-deeporange--active.active {
  border-color: #fe541e !important;
}

/* line 2065, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-deeporange--hover-parent {
  border-color: #fe541e !important;
}

/* Color Yellow */
/* line 2069, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-yellow {
  border-color: #ebc71d !important;
}

/* line 2072, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-yellow--hover:hover, .g-brd-yellow--active.active {
  border-color: #ebc71d !important;
}

/* line 2075, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-yellow--hover-parent {
  border-color: #ebc71d !important;
}

/* Color Aqua */
/* line 2079, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-aqua {
  border-color: #29d6e6 !important;
}

/* line 2082, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-aqua--hover:hover, .g-brd-aqua--active.active {
  border-color: #29d6e6 !important;
}

/* line 2085, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-aqua--hover-parent {
  border-color: #29d6e6 !important;
}

/* Color Cyan */
/* line 2089, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-cyan {
  border-color: #00bed6 !important;
}

/* line 2092, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-cyan--hover:hover, .g-brd-cyan--active.active {
  border-color: #00bed6 !important;
}

/* line 2095, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-cyan--hover-parent {
  border-color: #00bed6 !important;
}

/* Color Teal */
/* line 2099, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-teal {
  border-color: #18ba9b !important;
}

/* line 2102, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-teal--hover:hover, .g-brd-teal--active.active {
  border-color: #18ba9b !important;
}

/* line 2105, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-teal--hover-parent {
  border-color: #18ba9b !important;
}

/* Color Brown */
/* line 2109, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-brown {
  border-color: #9c8061 !important;
}

/* line 2112, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-brown--hover:hover, .g-brd-brown--active.active {
  border-color: #9c8061 !important;
}

/* line 2115, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-brown--hover-parent {
  border-color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 2119, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-bluegray {
  border-color: #585f69 !important;
}

/* line 2122, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-bluegray--hover:hover, .g-brd-bluegray--active.active {
  border-color: #585f69 !important;
}

/* line 2125, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-brd-bluegray--hover-parent {
  border-color: #585f69 !important;
}

/* Primary Colors */
/* line 2129, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-top {
  border-top-color: #72c02c !important;
}

/* line 2132, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-top--before::before {
  border-top-color: #72c02c !important;
}

/* line 2135, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-bottom {
  border-bottom-color: #72c02c !important;
}

/* line 2138, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-bottom--before:before {
  border-bottom-color: #72c02c !important;
}

/* line 2141, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-left {
  border-left-color: #72c02c !important;
}

/* line 2144, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-left--before:before {
  border-left-color: #72c02c !important;
}

/* line 2147, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-right {
  border-right-color: #72c02c !important;
}

/* line 2150, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-right--before:before {
  border-right-color: #72c02c !important;
}

/* line 2153, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-opacity-0_3-top {
  border-top-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 2156, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-opacity-0_3-bottom {
  border-bottom-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 2159, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-opacity-0_3-left {
  border-left-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 2162, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-opacity-0_3-right {
  border-right-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 2165, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v1-top {
  border-top-color: #6db82a !important;
}

/* line 2168, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v1-bottom {
  border-bottom-color: #6db82a !important;
}

/* line 2171, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v1-left {
  border-left-color: #6db82a !important;
}

/* line 2174, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v1-right {
  border-right-color: #6db82a !important;
}

/* line 2177, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v2-top {
  border-top-color: #66ab27 !important;
}

/* line 2180, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v2-bottom {
  border-bottom-color: #66ab27 !important;
}

/* line 2183, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v2-left {
  border-left-color: #66ab27 !important;
}

/* line 2186, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v2-right {
  border-right-color: #66ab27 !important;
}

/* line 2189, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v3-top {
  border-top-color: #599722 !important;
}

/* line 2192, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v3-bottom {
  border-bottom-color: #599722 !important;
}

/* line 2195, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v3-left {
  border-left-color: #599722 !important;
}

/* line 2198, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-dark-dark-v3-right {
  border-right-color: #599722 !important;
}

/* Black Colors */
/* line 2202, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-black-top {
  border-top-color: #000 !important;
}

/* line 2205, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-black-bottom {
  border-bottom-color: #000 !important;
}

/* line 2208, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-black-left {
  border-left-color: #000 !important;
}

/* line 2211, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-black-right {
  border-right-color: #000 !important;
}

/* White */
/* line 2215, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-top {
  border-top-color: #fff !important;
}

/* line 2218, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-bottom {
  border-bottom-color: #fff !important;
}

/* line 2221, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-left {
  border-left-color: #fff !important;
}

/* line 2224, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-right {
  border-right-color: #fff !important;
}

/* line 2227, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_1-top {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 2230, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_1-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 2233, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_1-left {
  border-left-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 2236, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_1-right {
  border-right-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 2239, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_2-top {
  border-top-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 2242, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_2-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 2245, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_2-left {
  border-left-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 2248, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_2-right {
  border-right-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 2251, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_3-top {
  border-top-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 2254, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_3-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 2257, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_3-left {
  border-left-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 2260, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_3-right {
  border-right-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 2263, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_4-top {
  border-top-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 2266, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_4-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 2269, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_4-left {
  border-left-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 2272, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_4-right {
  border-right-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 2275, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_5-top {
  border-top-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 2278, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_5-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 2281, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_5-left {
  border-left-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 2284, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_5-right {
  border-right-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 2287, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_6-top {
  border-top-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 2290, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_6-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 2293, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_6-left {
  border-left-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 2296, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-white-opacity-0_6-right {
  border-right-color: rgba(255, 255, 255, 0.6) !important;
}

/* Gray Colors */
/* line 2300, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v1-top {
  border-top-color: #111 !important;
}

/* line 2303, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v1-bottom {
  border-bottom-color: #111 !important;
}

/* line 2306, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v1-left {
  border-left-color: #111 !important;
}

/* line 2309, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v1-right {
  border-right-color: #111 !important;
}

/* line 2312, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v2-top {
  border-top-color: #333 !important;
}

/* line 2315, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v2-bottom {
  border-bottom-color: #333 !important;
}

/* line 2318, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v2-left {
  border-left-color: #333 !important;
}

/* line 2321, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v2-right {
  border-right-color: #333 !important;
}

/* line 2324, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v3-top {
  border-top-color: #555 !important;
}

/* line 2327, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v3-bottom {
  border-bottom-color: #555 !important;
}

/* line 2330, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v3-left {
  border-left-color: #555 !important;
}

/* line 2333, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v3-right {
  border-right-color: #555 !important;
}

/* line 2336, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v4-top {
  border-top-color: #777 !important;
}

/* line 2339, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v4-bottom {
  border-bottom-color: #777 !important;
}

/* line 2342, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v4-left {
  border-left-color: #777 !important;
}

/* line 2345, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v4-right {
  border-right-color: #777 !important;
}

/* line 2348, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v5-top {
  border-top-color: #999 !important;
}

/* line 2351, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v5-bottom {
  border-bottom-color: #999 !important;
}

/* line 2354, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v5-left {
  border-left-color: #999 !important;
}

/* line 2357, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-dark-v5-right {
  border-right-color: #999 !important;
}

/* line 2360, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v1-top {
  border-top-color: #bbb !important;
}

/* line 2363, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v1-bottom {
  border-bottom-color: #bbb !important;
}

/* line 2366, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v1-left {
  border-left-color: #bbb !important;
}

/* line 2369, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v1-right {
  border-right-color: #bbb !important;
}

/* line 2372, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v2-top {
  border-top-color: #ccc !important;
}

/* line 2375, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v2-bottom {
  border-bottom-color: #ccc !important;
}

/* line 2378, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v2-left {
  border-left-color: #ccc !important;
}

/* line 2381, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v2-right {
  border-right-color: #ccc !important;
}

/* line 2384, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v3-top {
  border-top-color: #ddd !important;
}

/* line 2387, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v3-bottom {
  border-bottom-color: #ddd !important;
}

/* line 2390, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v3-left {
  border-left-color: #ddd !important;
}

/* line 2393, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v3-right {
  border-right-color: #ddd !important;
}

/* line 2396, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v4-top {
  border-top-color: #eee !important;
}

/* line 2399, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v4-bottom {
  border-bottom-color: #eee !important;
}

/* line 2402, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v4-left {
  border-left-color: #eee !important;
}

/* line 2405, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v4-right {
  border-right-color: #eee !important;
}

/* line 2408, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v5-top {
  border-top-color: #f7f7f7 !important;
}

/* line 2411, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v5-bottom {
  border-bottom-color: #f7f7f7 !important;
}

/* line 2414, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v5-left {
  border-left-color: #f7f7f7 !important;
}

/* line 2417, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-gray-light-v5-right {
  border-right-color: #f7f7f7 !important;
}

/* Transparent */
/* line 2421, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-transparent-top {
  border-top-color: transparent !important;
}

/* line 2424, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-transparent-bottom {
  border-bottom-color: transparent !important;
}

/* line 2427, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-transparent-left {
  border-left-color: transparent !important;
}

/* line 2430, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-transparent-right {
  border-right-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Green */
/* line 2436, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-green-top {
  border-top-color: #72c02c !important;
}

/* line 2439, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-green-bottom {
  border-bottom-color: #72c02c !important;
}

/* line 2442, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-green-left {
  border-left-color: #72c02c !important;
}

/* line 2445, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-green-right {
  border-right-color: #72c02c !important;
}

/* Color Blue */
/* line 2449, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-blue-top {
  border-top-color: #3398dc !important;
}

/* line 2452, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-blue-bottom {
  border-bottom-color: #3398dc !important;
}

/* line 2455, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-blue-left {
  border-left-color: #3398dc !important;
}

/* line 2458, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-blue-right {
  border-right-color: #3398dc !important;
}

/* Color Light Blue */
/* line 2462, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-top {
  border-top-color: #edf2f8 !important;
}

/* line 2465, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-bottom {
  border-bottom-color: #edf2f8 !important;
}

/* line 2468, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-left {
  border-left-color: #edf2f8 !important;
}

/* line 2471, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-right {
  border-right-color: #edf2f8 !important;
}

/* line 2474, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-v1-top {
  border-top-color: #d6e2ee !important;
}

/* line 2477, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-v1-bottom {
  border-bottom-color: #d6e2ee !important;
}

/* line 2480, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-v1-left {
  border-left-color: #d6e2ee !important;
}

/* line 2483, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-lightblue-v1-right {
  border-right-color: #d6e2ee !important;
}

/* Color Dark Blue */
/* line 2487, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-darkblue-top {
  border-top-color: #009 !important;
}

/* line 2490, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-darkblue-bottom {
  border-bottom-color: #009 !important;
}

/* line 2493, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-darkblue-left {
  border-left-color: #009 !important;
}

/* line 2496, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-darkblue-right {
  border-right-color: #009 !important;
}

/* Color Indigo */
/* line 2500, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-indigo-top {
  border-top-color: #4263a3 !important;
}

/* line 2503, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-indigo-bottom {
  border-bottom-color: #4263a3 !important;
}

/* line 2506, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-indigo-left {
  border-left-color: #4263a3 !important;
}

/* line 2509, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-indigo-right {
  border-right-color: #4263a3 !important;
}

/* Color Red */
/* line 2513, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-red-top {
  border-top-color: #f00 !important;
}

/* line 2516, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-red-bottom {
  border-bottom-color: #f00 !important;
}

/* line 2519, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-red-left {
  border-left-color: #f00 !important;
}

/* line 2522, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-red-right {
  border-right-color: #f00 !important;
}

/* Color Light Red */
/* line 2526, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-lightred-top {
  border-top-color: #e64b3b !important;
}

/* line 2529, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-lightred-bottom {
  border-bottom-color: #e64b3b !important;
}

/* line 2532, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-lightred-left {
  border-left-color: #e64b3b !important;
}

/* line 2535, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-lightred-right {
  border-right-color: #e64b3b !important;
}

/* Color Dark Red */
/* line 2539, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-darkred-top {
  border-top-color: #a10f2b !important;
}

/* line 2542, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-darkred-bottom {
  border-bottom-color: #a10f2b !important;
}

/* line 2545, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-darkred-left {
  border-left-color: #a10f2b !important;
}

/* line 2548, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-darkred-right {
  border-right-color: #a10f2b !important;
}

/* Color Purple */
/* line 2552, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-purple-top {
  border-top-color: #9a69cb !important;
}

/* line 2555, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-purple-bottom {
  border-bottom-color: #9a69cb !important;
}

/* line 2558, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-purple-left {
  border-left-color: #9a69cb !important;
}

/* line 2561, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-purple-right {
  border-right-color: #9a69cb !important;
}

/* Color Dark Purple */
/* line 2565, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-darkpurple-top {
  border-top-color: #6639b6 !important;
}

/* line 2568, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-darkpurple-bottom {
  border-bottom-color: #6639b6 !important;
}

/* line 2571, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-darkpurple-left {
  border-left-color: #6639b6 !important;
}

/* line 2574, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-darkpurple-right {
  border-right-color: #6639b6 !important;
}

/* Color Pink */
/* line 2578, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-pink-top {
  border-top-color: #e81c62 !important;
}

/* line 2581, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-pink-bottom {
  border-bottom-color: #e81c62 !important;
}

/* line 2584, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-pink-left {
  border-left-color: #e81c62 !important;
}

/* line 2587, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-pink-right {
  border-right-color: #e81c62 !important;
}

/* Color Orange */
/* line 2591, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-orange-top {
  border-top-color: #e57d20 !important;
}

/* line 2594, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-orange-bottom {
  border-bottom-color: #e57d20 !important;
}

/* line 2597, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-orange-left {
  border-left-color: #e57d20 !important;
}

/* line 2600, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-orange-right {
  border-right-color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 2604, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-deeporange-top {
  border-top-color: #fe541e !important;
}

/* line 2607, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-deeporange-bottom {
  border-bottom-color: #fe541e !important;
}

/* line 2610, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-deeporange-left {
  border-left-color: #fe541e !important;
}

/* line 2613, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-deeporange-right {
  border-right-color: #fe541e !important;
}

/* Color Yellow */
/* line 2617, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-yellow-top {
  border-top-color: #ebc71d !important;
}

/* line 2620, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-yellow-bottom {
  border-bottom-color: #ebc71d !important;
}

/* line 2623, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-yellow-left {
  border-left-color: #ebc71d !important;
}

/* line 2626, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-yellow-right {
  border-right-color: #ebc71d !important;
}

/* Color Aqua */
/* line 2630, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-aqua-top {
  border-top-color: #29d6e6 !important;
}

/* line 2633, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-aqua-bottom {
  border-bottom-color: #29d6e6 !important;
}

/* line 2636, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-aqua-left {
  border-left-color: #29d6e6 !important;
}

/* line 2639, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-aqua-right {
  border-right-color: #29d6e6 !important;
}

/* Color Cyan */
/* line 2643, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-cyan-top {
  border-top-color: #00bed6 !important;
}

/* line 2646, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-cyan-bottom {
  border-bottom-color: #00bed6 !important;
}

/* line 2649, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-cyan-left {
  border-left-color: #00bed6 !important;
}

/* line 2652, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-cyan-right {
  border-right-color: #00bed6 !important;
}

/* Color Teal */
/* line 2656, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-teal-top {
  border-top-color: #18ba9b !important;
}

/* line 2659, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-teal-bottom {
  border-bottom-color: #18ba9b !important;
}

/* line 2662, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-teal-left {
  border-left-color: #18ba9b !important;
}

/* line 2665, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-teal-right {
  border-right-color: #18ba9b !important;
}

/* Color Brown */
/* line 2669, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-brown-top {
  border-top-color: #9c8061 !important;
}

/* line 2672, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-brown-bottom {
  border-bottom-color: #9c8061 !important;
}

/* line 2675, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-brown-left {
  border-left-color: #9c8061 !important;
}

/* line 2678, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-brown-right {
  border-right-color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 2682, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-bluegray-top {
  border-top-color: #585f69 !important;
}

/* line 2685, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-bluegray-bottom {
  border-bottom-color: #585f69 !important;
}

/* line 2688, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-bluegray-left {
  border-left-color: #585f69 !important;
}

/* line 2691, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-bluegray-right {
  border-right-color: #585f69 !important;
}

/* O */
/* line 2695, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-top--hover:hover {
  border-top-color: #72c02c !important;
}

/* line 2698, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-top--hover:hover::after {
  border-top-color: #72c02c;
}

/* line 2701, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-top--active.active {
  border-top-color: #72c02c !important;
}

/* line 2704, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-top--active.active::after {
  border-top-color: #72c02c;
}

/* line 2707, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-bottom--hover:hover {
  border-bottom-color: #72c02c !important;
}

/* line 2710, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-bottom--hover:hover::after {
  border-bottom-color: #72c02c;
}

/* line 2713, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-bottom--active.active {
  border-bottom-color: #72c02c !important;
}

/* line 2716, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-primary-bottom--active.active::after {
  border-bottom-color: #72c02c;
}

/* line 2719, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest {
  border-color: #c8232c !important;
}

/* line 2722, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest::after {
  border-color: #c8232c !important;
}

/* line 2725, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest-top--hover:hover {
  border-top-color: #c8232c !important;
}

/* line 2728, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest-top--hover:hover::after {
  border-top-color: #c8232c;
}

/* line 2731, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest-top--active.active {
  border-top-color: #c8232c !important;
}

/* line 2734, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest-top--active.active::after {
  border-top-color: #c8232c;
}

/* line 2737, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest-bottom--hover:hover {
  border-bottom-color: #c8232c !important;
}

/* line 2740, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest-bottom--hover:hover::after {
  border-bottom-color: #c8232c;
}

/* line 2743, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest-bottom--active.active {
  border-bottom-color: #c8232c !important;
}

/* line 2746, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest-bottom--active.active::after {
  border-bottom-color: #c8232c;
}

/*------------------------------------
  Social Border Colors
------------------------------------*/
/* Facebook */
/* line 2753, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-facebook {
  border-color: #3b5998;
}

/* line 2756, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-facebook--hover:hover {
  border-color: #3b5998 !important;
}

/* Twitter */
/* line 2760, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-twitter {
  border-color: #00acee;
}

/* line 2763, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-twitter--hover:hover {
  border-color: #00acee !important;
}

/* Skype */
/* line 2767, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-skype {
  border-color: #00aff0;
}

/* line 2770, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-skype--hover:hover {
  border-color: #00aff0 !important;
}

/* Pinterest */
/* line 2774, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest {
  border-color: #c8232c;
}

/* line 2777, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-pinterest--hover:hover {
  border-color: #c8232c !important;
}

/* Vine */
/* line 2781, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-vine {
  border-color: #00bf8f;
}

/* line 2784, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-vine--hover:hover {
  border-color: #00bf8f !important;
}

/* Youtube */
/* line 2788, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-youtube {
  border-color: #c4302b;
}

/* line 2791, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-youtube--hover:hover {
  border-color: #c4302b !important;
}

/* Google plus */
/* line 2795, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-google-plus {
  border-color: #dd4b39;
}

/* line 2798, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-google-plus--hover:hover {
  border-color: #dd4b39 !important;
}

/* Dribbble */
/* line 2802, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-dribbble {
  border-color: #ea4c89;
}

/* line 2805, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-dribbble--hover:hover {
  border-color: #ea4c89 !important;
}

/* VK */
/* line 2809, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-vk {
  border-color: #2b587a;
}

/* line 2812, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-vk--hover:hover {
  border-color: #2b587a !important;
}

/* Linkedin */
/* line 2816, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-linkedin {
  border-color: #0e76a8;
}

/* line 2819, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-linkedin--hover:hover {
  border-color: #0e76a8 !important;
}

/* Instagram */
/* line 2823, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-instagram {
  border-color: #3f729b;
}

/* line 2826, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-instagram--hover:hover {
  border-color: #3f729b !important;
}

/*------------------------------------
  Border Gradient Colors
------------------------------------*/
/* Cyan Gradient */
/* line 2833, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-brd-cyan-gradient-opacity-v1 {
  -o-border-image: linear-gradient(160deg, rgba(0, 0, 153, 0.55) 0%, rgba(0, 190, 214, 0.6) 100%);
  border-image: linear-gradient(160deg, rgba(0, 0, 153, 0.55) 0%, rgba(0, 190, 214, 0.6) 100%);
  border-image-slice: 1;
}

/*------------------------------------
  Typography Font Family
------------------------------------*/
/* line 2841, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-secondary {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}

/* line 2844, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-code {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 2847, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-niconne {
  font-family: "Niconne", cursive;
}

/*------------------------------------
  Typography Font Size
------------------------------------*/
/* line 2853, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-default {
  font-size: 1rem !important;
}

/* line 2856, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-70x {
  font-size: 70% !important;
}

/* line 2859, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-75x {
  font-size: 75% !important;
}

/* line 2862, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-80x {
  font-size: 80% !important;
}

/* line 2865, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-85x {
  font-size: 85% !important;
}

/* line 2868, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-90x {
  font-size: 90% !important;
}

/* line 2871, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-95x {
  font-size: 95% !important;
}

/* line 2874, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-0 {
  font-size: 0;
}

/* line 2877, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-5 {
  font-size: 0.35714rem !important;
}

/* line 2880, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-8 {
  font-size: 0.57143rem !important;
}

/* line 2883, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-9 {
  font-size: 0.64286rem !important;
}

/* line 2886, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-10 {
  font-size: 0.71429rem !important;
}

/* line 2889, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-11 {
  font-size: 0.78571rem !important;
}

/* line 2892, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-12 {
  font-size: 0.85714rem !important;
}

/* line 2895, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-13 {
  font-size: 0.92857rem !important;
}

/* line 2898, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-14 {
  font-size: 1rem !important;
}

/* line 2901, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-15 {
  font-size: 1.07143rem !important;
}

/* line 2904, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-16 {
  font-size: 1.14286rem !important;
}

/* line 2907, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-17 {
  font-size: 1.21429rem !important;
}

/* line 2910, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-18 {
  font-size: 1.28571rem !important;
}

/* line 2913, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-20 {
  font-size: 1.42857rem !important;
}

/* line 2916, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-22 {
  font-size: 1.57143rem !important;
}

/* line 2919, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-23 {
  font-size: 1.64286rem !important;
}

/* line 2922, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-24 {
  font-size: 1.71429rem !important;
}

/* line 2925, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-25 {
  font-size: 1.78571rem !important;
}

/* line 2928, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-26 {
  font-size: 1.85714rem !important;
}

/* line 2931, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-27 {
  font-size: 1.92857rem !important;
}

/* line 2934, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-28 {
  font-size: 2rem !important;
}

/* line 2937, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-30 {
  font-size: 2.14286rem !important;
}

/* line 2940, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-32 {
  font-size: 2.28571rem !important;
}

/* line 2943, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-33 {
  font-size: 2.35714rem !important;
}

/* line 2946, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-35 {
  font-size: 2.5rem !important;
}

/* line 2949, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-36 {
  font-size: 2.57143rem !important;
}

/* line 2952, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-38 {
  font-size: 2.71429rem !important;
}

/* line 2955, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-40 {
  font-size: 2.85714rem !important;
}

/* line 2958, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-42 {
  font-size: 3rem !important;
}

/* line 2961, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-45 {
  font-size: 3.21429rem !important;
}

/* line 2964, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-46 {
  font-size: 3.28571rem !important;
}

/* line 2967, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-48 {
  font-size: 3.42857rem !important;
}

/* line 2970, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-50 {
  font-size: 3.57143rem !important;
}

/* line 2973, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-55 {
  font-size: 3.92857rem !important;
}

/* line 2976, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-56 {
  font-size: 4rem !important;
}

/* line 2979, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-60 {
  font-size: 4.28571rem !important;
}

/* line 2982, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-65 {
  font-size: 4.64286rem !important;
}

/* line 2985, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-70 {
  line-height: 70px;
  font-size: 5rem !important;
}

/* line 2989, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-75 {
  font-size: 5.35714rem !important;
}

/* line 2992, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-76 {
  font-size: 5.42857rem !important;
}

/* line 2995, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-80 {
  font-size: 5.71429rem !important;
}

/* line 2998, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-86 {
  font-size: 6.14286rem !important;
}

/* line 3001, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-90 {
  font-size: 6.42857rem !important;
}

/* line 3004, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-120 {
  font-size: 8.57143rem !important;
}

/* line 3007, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-200 {
  line-height: 210px;
  font-size: 14.28571rem !important;
}

/* line 3011, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-size-180 {
  font-size: 12.85714rem !important;
}

@media (min-width: 576px) {
  /* line 3015, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-20--sm {
    font-size: 1.42857rem !important;
  }

  /* line 3017, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-25--sm {
    font-size: 1.78571rem !important;
  }

  /* line 3019, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-40--sm {
    font-size: 2.85714rem !important;
  }

  /* line 3021, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-50--sm {
    font-size: 3.57143rem !important;
  }

  /* line 3023, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-240--sm {
    font-size: 17.14286rem !important;
  }
}
@media (min-width: 768px) {
  /* line 3027, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-default--md {
    font-size: 1rem;
  }

  /* line 3029, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-12--md {
    font-size: 0.85714rem !important;
  }

  /* line 3031, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-16--md {
    font-size: 1.14286rem !important;
  }

  /* line 3033, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-18--md {
    font-size: 1.28571rem !important;
  }

  /* line 3035, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-20--md {
    font-size: 1.42857rem !important;
  }

  /* line 3037, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-24--md {
    font-size: 1.71429rem !important;
  }

  /* line 3039, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-25--md {
    font-size: 1.78571rem !important;
  }

  /* line 3041, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-26--md {
    font-size: 1.85714rem !important;
  }

  /* line 3043, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-27--md {
    font-size: 1.92857rem !important;
  }

  /* line 3045, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-28--md {
    font-size: 2rem !important;
  }

  /* line 3047, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-30--md {
    font-size: 2.14286rem !important;
  }

  /* line 3049, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-32--md {
    font-size: 2.28571rem !important;
  }

  /* line 3051, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-35--md {
    font-size: 2.5rem !important;
  }

  /* line 3053, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-36--md {
    font-size: 2.57143rem !important;
  }

  /* line 3055, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-40--md {
    font-size: 2.85714rem !important;
  }

  /* line 3057, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-45--md {
    font-size: 3.21429rem !important;
  }

  /* line 3059, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-46--md {
    font-size: 3.28571rem !important;
  }

  /* line 3061, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-48--md {
    font-size: 3.42857rem !important;
  }

  /* line 3063, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-50--md {
    font-size: 3.57143rem !important;
  }

  /* line 3065, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-55--md {
    font-size: 3.92857rem !important;
  }

  /* line 3067, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-56--md {
    font-size: 4rem !important;
  }

  /* line 3069, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-60--md {
    font-size: 4.28571rem !important;
  }

  /* line 3071, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-65--md {
    font-size: 4.64286rem !important;
  }

  /* line 3073, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-70--md {
    font-size: 5rem !important;
  }

  /* line 3075, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-75--md {
    font-size: 5.35714rem !important;
  }

  /* line 3077, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-76--md {
    font-size: 5.42857rem !important;
  }

  /* line 3079, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-90--md {
    font-size: 6.42857rem !important;
  }

  /* line 3081, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-130--md {
    font-size: 9.28571rem !important;
  }
}
@media (min-width: 992px) {
  /* line 3085, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-18--lg {
    font-size: 1.28571rem !important;
  }

  /* line 3087, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-26--lg {
    font-size: 1.85714rem !important;
  }

  /* line 3089, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-35--lg {
    font-size: 2.5rem !important;
  }

  /* line 3091, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-36--lg {
    font-size: 2.57143rem !important;
  }

  /* line 3093, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-75--lg {
    font-size: 5.35714rem !important;
  }

  /* line 3095, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-76--lg {
    font-size: 5.42857rem !important;
  }

  /* line 3097, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-420--lg {
    font-size: 30rem !important;
  }
}
@media (max-width: 575px) {
  /* line 3101, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-size-25 {
    font-size: 1.78571rem !important;
  }
}
/*------------------------------------
  Typography Font Weight
------------------------------------*/
/* line 3107, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-weight-100 {
  font-weight: 100;
}

/* line 3110, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-weight-200 {
  font-weight: 200;
}

/* line 3113, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-weight-300 {
  font-weight: 300;
}

/* line 3116, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-weight-400 {
  font-weight: 400;
}

/* line 3119, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-weight-500 {
  font-weight: 500;
}

/* line 3122, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-weight-600 {
  font-weight: 600;
}

/* line 3125, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-weight-700 {
  font-weight: 700;
}

/* line 3128, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-weight-800 {
  font-weight: 800;
}

/* line 3131, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-weight-900 {
  font-weight: 900;
}

@media (min-width: 768px) {
  /* line 3135, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-weight-100--md {
    font-weight: 100;
  }

  /* line 3137, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-weight-200--md {
    font-weight: 200;
  }

  /* line 3139, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-weight-300--md {
    font-weight: 300;
  }

  /* line 3141, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-weight-400--md {
    font-weight: 400;
  }

  /* line 3143, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-weight-500--md {
    font-weight: 500;
  }

  /* line 3145, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-weight-600--md {
    font-weight: 600;
  }

  /* line 3147, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-weight-700--md {
    font-weight: 700;
  }

  /* line 3149, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-weight-800--md {
    font-weight: 800;
  }

  /* line 3151, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-font-weight-900--md {
    font-weight: 900;
  }
}
/*------------------------------------
  Typography Text Transform
------------------------------------*/
/* line 3157, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-text-transform-none {
  text-transform: none !important;
}

/*------------------------------------
  Typography Text Decoration
------------------------------------*/
/* line 3163, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-text-underline {
  text-decoration: underline;
}

/* line 3166, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-text-underline--none--hover:focus, .g-text-underline--none--hover:hover {
  text-decoration: none;
}

/* line 3169, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-text-strike {
  text-decoration: line-through;
}

/*------------------------------------
  Typography Letter Spacing
------------------------------------*/
/* line 3175, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-minus-2 {
  letter-spacing: -0.14286rem;
}

/* line 3178, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-0_5 {
  letter-spacing: 0.03571rem;
}

/* line 3181, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-1_5 {
  letter-spacing: 0.10714rem;
}

/* line 3184, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-0 {
  letter-spacing: 0px;
}

/* line 3187, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-1 {
  letter-spacing: 0.07143rem;
}

/* line 3190, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-2 {
  letter-spacing: 0.14286rem;
}

/* line 3193, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-3 {
  letter-spacing: 0.21429rem;
}

/* line 3196, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-4 {
  letter-spacing: 0.28571rem;
}

/* line 3199, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-5 {
  letter-spacing: 0.35714rem;
}

/* line 3202, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-6 {
  letter-spacing: 0.42857rem;
}

/* line 3205, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-7 {
  letter-spacing: 0.5rem;
}

/* line 3208, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-8 {
  letter-spacing: 0.57143rem;
}

/* line 3211, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-9 {
  letter-spacing: 0.64286rem;
}

/* line 3214, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-10 {
  letter-spacing: 0.71429rem;
}

/* line 3217, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-11 {
  letter-spacing: 0.78571rem;
}

/* line 3220, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-letter-spacing-12 {
  letter-spacing: 0.85714rem;
}

/*------------------------------------
  Typography Line Height
------------------------------------*/
/* line 3226, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-line-height-0 {
  line-height: 0 !important;
}

/* line 3229, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-line-height-0_7 {
  line-height: .7 !important;
}

/* line 3232, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-line-height-0_8 {
  line-height: .8 !important;
}

/* line 3235, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-line-height-0_9 {
  line-height: .9 !important;
}

/* line 3238, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-line-height-1 {
  line-height: 1 !important;
}

/* line 3241, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-line-height-1_1 {
  line-height: 1.1 !important;
}

/* line 3244, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-line-height-1_2 {
  line-height: 1.2 !important;
}

/* line 3247, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-line-height-1_3 {
  line-height: 1.3 !important;
}

/* line 3250, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-line-height-1_4 {
  line-height: 1.4 !important;
}

/* line 3253, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-line-height-1_5 {
  line-height: 1.5 !important;
}

/* line 3256, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-line-height-1_6 {
  line-height: 1.6 !important;
}

/* line 3259, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-line-height-1_8 {
  line-height: 1.8 !important;
}

/* line 3262, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-line-height-2 {
  line-height: 2 !important;
}

/*------------------------------------
  Typography Font Style
------------------------------------*/
/* line 3268, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-style-normal {
  font-style: normal;
}

/* line 3271, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-font-style-italic {
  font-style: italic;
}

/*------------------------------------
  List Style Types
------------------------------------*/
/* line 3277, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-list-style-circle {
  list-style-type: circle;
}

/* line 3280, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-list-style-square {
  list-style-type: square;
}

/* line 3283, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-list-style-lower-roman {
  list-style-type: lower-roman;
}

/* line 3286, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-list-style-upper-roman {
  list-style-type: upper-roman;
}

/* line 3289, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-list-style-lower-latin {
  list-style-type: lower-latin;
}

/* line 3292, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-list-style-upper-latin {
  list-style-type: upper-latin;
}

/*------------------------------------
  Text Types
------------------------------------*/
/* line 3298, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-text-break-word {
  word-wrap: break-word;
}

/*------------------------------------
  Quotes
------------------------------------*/
/* Quote v1 */
/* line 3305, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.u-quote-v1::before {
  content: "\“";
  font-size: 36px;
  line-height: 0.75em;
  text-align: center;
  font-weight: 600;
  display: block;
}

/* line 3313, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.u-quote-v1::after {
  display: none;
}

/*------------------------------------
  Positions
------------------------------------*/
/* line 3319, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pos-rel {
  position: relative !important;
}

/* line 3322, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pos-abs {
  position: absolute !important;
}

/* line 3325, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pos-stc {
  position: static !important;
}

/* line 3328, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pos-fix {
  position: fixed !important;
}

@media (min-width: 768px) {
  /* line 3332, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pos-rel--md {
    position: relative !important;
  }

  /* line 3334, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pos-fix--md {
    position: fixed !important;
  }

  /* line 3336, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pos-abs--md {
    position: absolute !important;
  }

  /* line 3338, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pos-fix--md {
    position: fixed !important;
  }
}
@media (min-width: 992px) {
  /* line 3342, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pos-abs--lg {
    position: absolute !important;
  }
}
/*------------------------------------
  Position Spaces
------------------------------------*/
/* Top */
/* line 3349, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-auto {
  /* P */
  top: auto;
}

/* line 3353, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-top-auto--parent-hover {
  top: auto;
}

/* line 3356, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-0 {
  top: 0;
}

/* line 3359, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-0--hover:hover {
  top: 0;
}

/* line 3362, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-top-0--parent-hover {
  top: 0;
}

/* line 3365, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-1 {
  top: 0.07143rem;
}

/* line 3368, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-2 {
  top: 0.14286rem;
}

/* line 3371, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-3 {
  top: 0.21429rem;
}

/* line 3374, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-5 {
  top: 0.35714rem;
}

/* line 3377, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-10 {
  top: 0.71429rem;
}

/* line 3380, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-15 {
  top: 1.07143rem;
}

/* line 3383, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-20 {
  top: 1.42857rem;
}

/* line 3386, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-30 {
  top: 2.14286rem;
}

/* line 3389, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-35 {
  top: 2.5rem;
}

/* line 3392, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-55 {
  top: 3.92857rem;
}

/* line 3395, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-100 {
  top: 7.14286rem;
}

/* line 3398, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-15x {
  top: 15%;
}

/* line 3401, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-20x {
  top: 20%;
}

/* line 3404, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-25x {
  top: 25%;
}

/* line 3407, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-30x {
  top: 30%;
}

/* line 3410, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-35x {
  top: 35%;
}

/* line 3413, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-50x {
  top: 50%;
}

/* line 3416, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-100x {
  top: 100%;
}

/* Top Minis */
/* line 3420, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-minus-1 {
  top: -0.07143rem;
}

/* line 3423, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-minus-2 {
  top: -0.14286rem;
}

/* line 3426, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-minus-3 {
  top: -0.21429rem;
}

/* line 3429, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-minus-4 {
  top: -0.28571rem;
}

/* line 3432, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-minus-5 {
  top: -0.35714rem;
}

/* line 3435, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-minus-6 {
  top: -0.42857rem;
}

/* line 3438, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-minus-8 {
  top: -0.57143rem;
}

/* line 3441, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-minus-10 {
  top: -0.71429rem;
}

/* line 3444, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-minus-15 {
  top: -1.07143rem;
}

/* line 3447, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-minus-20 {
  top: -1.42857rem;
}

/* line 3450, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-minus-30 {
  top: -2.14286rem;
}

/* line 3453, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-minus-35 {
  top: -2.5rem;
}

/* line 3456, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-minus-40 {
  top: -2.85714rem;
}

/* line 3459, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-minus-70 {
  top: -5rem;
}

/* line 3462, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-minus-120 {
  top: -8.57143rem;
}

/* line 3465, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-top-minus-25x {
  top: -25%;
}

/* Left */
/* line 3469, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-auto {
  /* P */
  left: auto;
}

/* line 3473, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-0 {
  left: 0;
}

/* line 3476, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-0--hover:hover {
  left: 0;
}

/* line 3479, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-left-0--parent-hover {
  left: 0;
}

/* line 3482, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-2 {
  left: 0.14286rem;
}

/* line 3485, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-5 {
  left: 0.35714rem;
}

/* line 3488, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-10 {
  left: 0.71429rem;
}

/* line 3491, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-15 {
  left: 1.07143rem !important;
}

/* line 3494, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-20 {
  left: 1.42857rem;
}

/* line 3497, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-30 {
  left: 2.14286rem;
}

/* line 3500, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-40 {
  left: 2.85714rem;
  /* O */
}

/* line 3504, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-45 {
  left: 3.21429rem;
  /* P */
}

/* line 3508, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-75 {
  left: 5.35714rem;
}

/* line 3511, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-110 {
  left: 7.85714rem;
}

/* line 3514, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-130 {
  left: 9.28571rem;
}

/* line 3517, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-200 {
  left: 14.28571rem;
}

/* line 3520, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-15x {
  left: 15%;
}

/* line 3523, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-35x {
  left: 35%;
}

/* line 3526, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-50x {
  left: 50%;
}

/* line 3529, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-100x {
  left: 100%;
}

/* Left Minus */
/* line 3533, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-minus-3 {
  left: -0.21429rem;
}

/* line 3536, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-minus-6 {
  left: -0.42857rem;
}

/* line 3539, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-minus-7 {
  left: -0.5rem;
}

/* line 3542, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-minus-10 {
  left: -0.71429rem;
}

/* line 3545, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-minus-15 {
  left: -1.07143rem;
}

/* line 3548, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-minus-20 {
  left: -1.42857rem;
}

/* line 3551, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-minus-25 {
  left: -1.78571rem;
}

/* line 3554, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-minus-30 {
  left: -2.14286rem;
}

/* line 3557, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-left-minus-50 {
  left: -3.57143rem;
}

/* line 3560, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-left-minus-50--parent-hover {
  left: -3.57143rem;
}

/* Right */
/* line 3564, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-auto {
  /* P */
  right: auto;
}

/* line 3568, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-0 {
  right: 0;
}

/* line 3571, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-0--hover:hover {
  right: 0;
}

/* line 3574, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-right-0--parent-hover {
  right: 0;
}

/* line 3577, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-5 {
  right: 0.35714rem;
}

/* line 3580, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-10 {
  right: 0.71429rem;
}

/* line 3583, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-15 {
  right: 1.07143rem !important;
}

/* line 3586, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-20 {
  right: 1.42857rem;
}

/* line 3589, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-30 {
  right: 2.14286rem;
}

/* line 3592, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-40 {
  right: 2.85714rem;
}

/* line 3595, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-45 {
  right: 3.21429rem;
  /* P */
}

/* line 3599, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-55 {
  right: 3.92857rem;
  /* O */
}

/* line 3603, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-100 {
  right: 7.14286rem;
}

/* line 3606, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-110 {
  right: 7.85714rem;
}

/* line 3609, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-130 {
  right: 9.28571rem;
}

/* line 3612, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-15x {
  right: 15%;
}

/* line 3615, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-35x {
  right: 35%;
}

/* line 3618, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-50x {
  right: 50%;
}

/* line 3621, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-100x {
  right: 100%;
}

/* Right Minus */
/* line 3625, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-minus-3 {
  right: -0.21429rem;
}

/* line 3628, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-minus-6 {
  right: -0.42857rem;
}

/* line 3631, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-minus-5 {
  right: -0.35714rem;
}

/* line 3634, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-minus-10 {
  right: -0.71429rem;
}

/* line 3637, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-minus-13 {
  right: -0.92857rem;
}

/* line 3640, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-minus-15 {
  right: -1.07143rem;
}

/* line 3643, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-minus-20 {
  right: -1.42857rem;
}

/* line 3646, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-minus-25 {
  right: -1.78571rem;
}

/* line 3649, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-right-minus-50 {
  right: -3.57143rem;
}

/* Bottom */
/* line 3653, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bottom-auto {
  /* P */
  bottom: auto;
}

/* line 3657, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bottom-0 {
  bottom: 0;
}

/* line 3660, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bottom-0--hover:hover {
  bottom: 0;
}

/* line 3663, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-bottom-0--parent-hover {
  bottom: 0;
}

/* line 3666, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bottom-6 {
  bottom: 0.42857rem;
}

/* line 3669, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bottom-10 {
  bottom: 0.71429rem;
}

/* line 3672, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bottom-20 {
  bottom: 1.42857rem;
}

/* line 3675, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bottom-30 {
  bottom: 2.14286rem;
}

/* line 3678, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bottom-40 {
  bottom: 2.85714rem;
}

/* line 3681, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bottom-50 {
  bottom: 3.57143rem;
}

/* line 3684, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-bottom-50--parent-hover {
  bottom: 3.57143rem;
}

/* line 3687, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bottom-60 {
  bottom: 4.28571rem;
}

/* line 3690, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bottom-80 {
  bottom: 5.71429rem;
}

/* line 3693, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bottom-minus-20 {
  bottom: -1.42857rem;
}

/* line 3696, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bottom-minus-30 {
  bottom: -2.14286rem;
}

/* line 3699, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bottom-minus-35x {
  bottom: -35%;
}

/* line 3702, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bottom-minus-70 {
  bottom: -5rem;
}

/* line 3705, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bottom-15x {
  bottom: 15%;
}

/* line 3708, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bottom-minus-25x {
  bottom: -25%;
}

/* line 3711, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-bottom-100x {
  bottom: 100%;
}

/* Z */
@media (min-width: 576px) {
  /* line 3716, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-left-auto--sm {
    left: auto;
  }

  /* line 3718, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-left-minus-20--sm {
    left: -20px;
  }

  /* line 3720, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-right-minus-20--sm {
    right: -20px;
  }
}
/* O */
@media (min-width: 768px) {
  /* line 3725, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-right-0--md {
    right: 0;
  }

  /* line 3727, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-right-minus-15--md {
    right: -1.07143rem;
  }

  /* line 3729, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-left-minus-15--md {
    left: -1.07143rem;
  }

  /* line 3731, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-top-minus-20--md {
    top: -1.42857rem;
  }

  /* line 3733, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-right-minus-25--md {
    right: -1.78571rem;
  }

  /* line 3735, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-bottom-minus-50--md {
    bottom: -3.57143rem;
  }

  /* line 3737, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-left-auto--md {
    left: auto;
  }

  /* line 3739, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-left-minus-25--md {
    left: -1.78571rem;
  }

  /* line 3741, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-left-130--md {
    left: 9.28571rem;
  }

  /* line 3743, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-left-35x--md {
    left: 35%;
  }

  /* line 3745, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-left-50x--md {
    left: 50%;
  }

  /* line 3747, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-right-130--md {
    right: 9.28571rem;
  }

  /* line 3749, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-right-35x--md {
    right: 35%;
  }

  /* line 3751, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-right-50x--md {
    right: 50%;
  }
}
@media (min-width: 992px) {
  /* line 3755, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-top-0--lg {
    top: 0;
  }

  /* line 3757, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-right-0--lg {
    right: 0;
  }

  /* line 3759, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-left-minus-35--lg {
    left: -2.5rem;
  }

  /* line 3761, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-left-40--lg {
    left: 2.85714rem;
  }

  /* line 3763, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-right-minus-35--lg {
    right: -2.5rem;
  }

  /* line 3765, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-right-40--lg {
    right: 2.85714rem;
  }
}
/*------------------------------------
  Block Alignments
------------------------------------*/
/* Absolute (Position, X, Y) */
/* line 3772, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-absolute-centered {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}

/* line 3781, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-absolute-centered--x {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
}

@media (min-width: 768px) {
  /* line 3790, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-absolute-centered--x--md {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
  }
}
/* line 3798, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-absolute-centered--y {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
}

@media (min-width: 768px) {
  /* line 3807, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-absolute-centered--y--md {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
  }
}
/* O */
/* line 3816, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-origin--top-left {
  transform-origin: top left;
}

/* line 3821, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-origin--top-right {
  transform-origin: top right;
}

/* line 3826, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-absolute-centered--y--scl-0_6 {
  position: absolute;
  top: 50%;
  transform: scale(0.6) translateY(-50%);
}

/* Relative (Position, X, Y) */
/* line 3834, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-relative-centered {
  position: relative;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}

/* line 3843, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-relative-centered--x {
  position: relative;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
}

/* line 3851, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-relative-centered--y {
  position: relative;
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
}

/* Flex centered */
/* line 3860, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-flex-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 3871, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-flex-centered-item {
  flex: 1;
}

/* line 3876, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-flex-centered-item--top {
  align-self: flex-start;
}

/* line 3880, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-flex-centered-item--bottom {
  align-self: flex-end;
}

/* Flex right */
/* line 3885, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-flex-right--xs {
  justify-content: flex-end;
}

/* Flex middle */
/* line 3891, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-flex-middle {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

/* line 3903, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-flex-middle-item {
  margin-top: auto;
  margin-bottom: auto;
}

/* line 3907, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-flex-middle-item--top {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 3911, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-flex-middle-item--bottom {
  margin-top: auto;
  margin-bottom: 0;
}

/* line 3915, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-flex-middle-item--fixed {
  flex: none;
  max-width: 50%;
}

@media (min-width: 768px) {
  /* Flex right */
  /* line 3923, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-flex-right--md {
    justify-content: flex-end;
  }

  /* line 3927, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-flex-centered--md {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* O */
  /* line 3938, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-absolute-centered--y--scl-1--md {
    position: absolute;
    top: 50%;
    transform: scale(1) translateY(-50%);
  }
}
/* Z */
@media (min-width: 576px) {
  /* line 3947, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-absolute-centered--sm {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
  }
}
/*------------------------------------
  Alignments
------------------------------------*/
/* line 3959, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-valign-super {
  vertical-align: super !important;
}

/* line 3962, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-valign-sub {
  vertical-align: sub !important;
}

/* line 3965, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-valign-top {
  vertical-align: top !important;
}

/* line 3968, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-valign-middle {
  vertical-align: middle !important;
}

/* line 3971, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-valign-bottom {
  vertical-align: bottom !important;
}

/*------------------------------------
  Blur
------------------------------------*/
/* line 3977, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-blur-30 {
  filter: blur(30px);
}

/* line 3981, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-blur-30--hover:hover {
  filter: blur(30px);
}

/* line 3985, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-blur-30--parent-hover {
  filter: blur(30px);
}

/*------------------------------------
  Box-shadows
------------------------------------*/
/* line 3992, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-box-shadow-none {
  box-shadow: none !important;
}

/*------------------------------------
  Clear
------------------------------------*/
/* line 3998, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-clear {
  clear: both;
}

/* line 4001, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-clear--left {
  clear: left;
}

/* line 4004, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-clear--right {
  clear: right;
}

/*------------------------------------
  Cursors
------------------------------------*/
/* line 4010, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-cursor-pointer {
  cursor: pointer;
}

/*------------------------------------
  Overflows
------------------------------------*/
/* line 4016, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-overflow-hidden {
  overflow: hidden;
}

/* line 4019, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-overflow-visible {
  overflow: visible;
}

/* line 4022, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-overflow-x-hidden {
  overflow-x: hidden;
}

/* line 4025, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-overflow-x-scroll {
  overflow-x: scroll;
}

/* line 4028, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-overflow-y-auto {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 4032, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-overflow-x-visible--md {
    overflow-x: visible;
  }
}
@media (min-width: 992px) {
  /* line 4036, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-overflow-x-visible--lg {
    overflow-x: visible;
  }
}
/*------------------------------------
  Transitions
------------------------------------*/
/*.g-transition {
  &-0_2 {
    transition: .2s ease-out;
  }
  &-0_3 {
    transition: .3s ease-out;
  }
  &-0_6 {
    transition: .6s ease-out;
    &-ease {
      transition: .6s ease;
    }
  }
}

[class*="g-color-"][class*="--hover"] {
  transition: color .2s ease-out;
}
[class*="g-bg-"][class*="--hover"] {
  transition: background-color .3s ease-out;
}
[class*="g-color-"][class*="--hover"][class*="g-bg-"][class*="--hover"] {
  transition: .3s ease-out;
}*/
/* line 4066, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
[class*="g-transition"] {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
}

/* line 4071, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
[class*="g-transition"]::before, [class*="g-transition"]::after,
[class*="g-transition"] path,
[class*="g-transition"] polygon {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
}

/* line 4078, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition-0_2 {
  transition-duration: .2s;
}

/* line 4081, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition-0_2::before, .g-transition-0_2::after,
.g-transition-0_2 path,
.g-transition-0_2 polygon {
  transition-duration: .2s;
}

/* line 4086, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition-0_3 {
  transition-duration: .3s;
}

/* line 4089, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition-0_3::before, .g-transition-0_3::after,
.g-transition-0_3 path,
.g-transition-0_3 polygon {
  transition-duration: .3s;
}

/* line 4094, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition-0_5 {
  transition-duration: .5s;
}

/* line 4097, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition-0_5::before, .g-transition-0_5::after,
.g-transition-0_5 path,
.g-transition-0_5 polygon {
  transition-duration: .5s;
}

/* line 4102, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition-0_6 {
  transition-duration: .6s;
}

/* line 4105, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition-0_6::before, .g-transition-0_6::after,
.g-transition-0_6 path,
.g-transition-0_6 polygon {
  transition-duration: .6s;
}

/* line 4110, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition-delay-0_11 {
  transition-delay: .11s;
}

/* line 4113, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition-delay-0_11::before, .g-transition-delay-0_11::after,
.g-transition-delay-0_11 path,
.g-transition-delay-0_11 polygon {
  transition-delay: .11s;
}

/* line 4118, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition-delay-0_2 {
  transition-delay: .2s;
}

/* line 4121, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition-delay-0_2::before, .g-transition-delay-0_2::after,
.g-transition-delay-0_2 path,
.g-transition-delay-0_2 polygon {
  transition-delay: .2s;
}

/* line 4126, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition-delay-0_45 {
  transition-delay: .45s;
}

/* line 4129, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition-delay-0_45::before, .g-transition-delay-0_45::after,
.g-transition-delay-0_45 path,
.g-transition-delay-0_45 polygon {
  transition-delay: .45s;
}

/* line 4134, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition--ease-out {
  transition-timing-function: ease-out;
}

/* line 4137, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition--ease-out::before, .g-transition--ease-out::after,
.g-transition--ease-out path,
.g-transition--ease-out polygon {
  transition-timing-function: ease-out;
}

/* line 4142, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition--ease-in {
  transition-timing-function: ease-in;
}

/* line 4145, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition--ease-in::before, .g-transition--ease-in::after,
.g-transition--ease-in path,
.g-transition--ease-in polygon {
  transition-timing-function: ease-in;
}

/* line 4150, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition--ease-in-out {
  transition-timing-function: ease-in-out;
}

/* line 4153, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition--ease-in-out::before, .g-transition--ease-in-out::after,
.g-transition--ease-in-out path,
.g-transition--ease-in-out polygon {
  transition-timing-function: ease-in-out;
}

/* line 4158, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition--linear {
  transition-timing-function: linear;
}

/* line 4161, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transition--linear::before, .g-transition--linear::after,
.g-transition--linear path,
.g-transition--linear polygon {
  transition-timing-function: linear;
}

/*------------------------------------
  Transforms
------------------------------------*/
/* line 4169, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-scale-0_5 {
  transform: scale(0.5);
}

/* line 4174, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-scale-0_5--hover:hover {
  transform: scale(0.5);
}

/* line 4179, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-scale-0_5--parent-hover {
  transform: scale(0.5);
}

/* line 4184, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-scale-0_8 {
  transform: scale(0.8);
}

/* line 4189, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-scale-0_8--hover:hover {
  transform: scale(0.8);
}

/* line 4194, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-scale-0_8--parent-hover {
  transform: scale(0.8);
}

/* line 4199, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-scale-0_85 {
  transform: scale(0.85);
}

/* line 4204, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-scale-0_85--hover:hover {
  transform: scale(0.85);
}

/* line 4209, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-scale-0_85--parent-hover {
  transform: scale(0.85);
}

/* line 4214, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-scale-0_9 {
  transform: scale(0.9);
}

/* line 4219, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-scale-0_9--hover:hover {
  transform: scale(0.9);
}

/* line 4224, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-scale-0_9--parent-hover {
  transform: scale(0.9);
}

/* line 4229, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-scale-1 {
  transform: scale(1);
}

/* line 4234, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-scale-1--hover:hover {
  transform: scale(1);
}

/* line 4239, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-scale-1--parent-hover {
  transform: scale(1);
}

/* line 4244, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-scale-1_05 {
  transform: scale3d(1.05, 1.05, 1.05);
}

/* line 4248, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-scale-1_05--hover:hover {
  transform: scale3d(1.05, 1.05, 1.05);
  z-index: 2;
}

/* line 4253, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-scale-1_05--parent-hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

/* line 4257, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-scale-1_1 {
  transform: scale3d(1.1, 1.1, 1.1);
}

/* line 4261, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-scale-1_1--hover:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  z-index: 2;
}

/* line 4266, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-scale-1_1--parent-hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

/* line 4270, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-scale-1_2 {
  transform: scale(1.2);
}

/* line 4275, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-scale-1_2--hover:hover {
  transform: scale(1.2);
}

/* line 4280, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-scale-1_2--parent-hover {
  transform: scale(1.2);
}

/* line 4285, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-translate-x-100x {
  transform: translateX(100%);
}

/* line 4290, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-translate-x-100x--hover:hover {
  transform: translateX(100%);
}

/* line 4295, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-translate-x-100x--parent-hover {
  transform: translateX(100%);
}

/* line 4300, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-translate-x-minus-100x {
  transform: translateX(-100%);
}

/* line 4305, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-translate-x-minus-100x--hover:hover {
  transform: translateX(-100%);
}

/* line 4310, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-translate-x-minus-100x--parent-hover {
  transform: translateX(-100%);
}

/* line 4315, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-5 {
  transform: translateY(5px);
}

/* line 4320, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-5--hover:hover {
  transform: translateY(5px);
}

/* line 4325, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-translate-y-5--parent-hover {
  transform: translateY(5px);
}

/* line 4330, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-100x {
  transform: translateY(100%);
}

/* line 4335, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-100x--hover:hover {
  transform: translateY(100%);
}

/* line 4340, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-translate-y-100x--parent-hover {
  transform: translateY(100%);
}

/* line 4345, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-minus-5 {
  transform: translateY(-5px);
}

/* line 4350, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-minus-5--hover:hover {
  transform: translateY(-5px);
}

/* line 4355, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-translate-y-minus-5--parent-hover {
  transform: translateY(-5px);
}

/* line 4360, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-minus-70 {
  transform: translateY(-70px);
}

/* line 4365, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-minus-70--hover:hover {
  transform: translateY(-70px);
}

/* line 4370, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-translate-y-minus-70--parent-hover {
  transform: translateY(-70px);
}

/* line 4375, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-minus-100x {
  transform: translateY(-100%);
}

/* line 4380, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-transform-translate-y-minus-100x--hover:hover {
  transform: translateY(-100%);
}

/* line 4385, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-transform-translate-y-minus-100x--parent-hover {
  transform: translateY(-100%);
}

/*------------------------------------
  Opacity
------------------------------------*/
/* line 4393, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.opacity-0 {
  opacity: 0 !important;
}

/* line 4396, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-opacity-0_3 {
  opacity: .3 !important;
}

/* line 4399, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-opacity-0_4 {
  opacity: .4 !important;
}

/* line 4402, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-opacity-0_5 {
  opacity: .5 !important;
}

/* line 4405, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-opacity-0_6 {
  opacity: .6 !important;
}

/* line 4408, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-opacity-0_7 {
  opacity: .7 !important;
}

/* line 4411, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-opacity-0_8 {
  opacity: .8 !important;
}

/* line 4414, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-opacity-1 {
  opacity: 1 !important;
}

/* line 4417, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.opacity-0--hover:hover {
  opacity: 0 !important;
}

/* line 4420, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .opacity-0--parent-hover {
  opacity: 0 !important;
}

/* line 4423, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-opacity-0_3--hover:hover {
  opacity: .3 !important;
}

/* line 4426, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-opacity-0_3--parent-hover {
  opacity: .3 !important;
}

/* line 4429, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-opacity-0_5--hover:hover {
  opacity: .5 !important;
}

/* line 4432, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-opacity-0_5--parent-hover {
  opacity: .5 !important;
}

/* line 4435, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-opacity-0_6--hover:hover {
  opacity: .6 !important;
}

/* line 4438, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-opacity-0_6--parent-hover {
  opacity: .6 !important;
}

/* line 4441, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-opacity-0_7--hover:hover {
  opacity: .7 !important;
}

/* line 4444, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-opacity-0_7--parent-hover {
  opacity: .7 !important;
}

/* line 4447, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-opacity-0_8--hover:hover {
  opacity: .8 !important;
}

/* line 4450, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-opacity-0_8--parent-hover {
  opacity: .8 !important;
}

/* line 4453, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-opacity-1--hover, .g-opacity-1--hover:hover {
  opacity: 1 !important;
}

/* line 4456, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-opacity-1--parent-hover {
  opacity: 1 !important;
}

/*------------------------------------
  Z-Index
------------------------------------*/
/* line 4462, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-z-index-auto {
  z-index: auto;
}

/* line 4465, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-z-index-1 {
  z-index: 1;
}

/* line 4468, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-z-index-2 {
  z-index: 2;
}

/* line 4471, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-z-index-3 {
  z-index: 3;
}

/* line 4474, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-z-index-3--hover:hover {
  z-index: 3;
}

/* line 4477, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-z-index-4 {
  z-index: 4;
}

/* line 4480, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-z-index-4--hover:hover {
  z-index: 4;
}

/* line 4483, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-z-index-9999 {
  z-index: 9999;
}

/* line 4486, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-z-index-minus-1 {
  z-index: -1;
}

/* line 4489, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-abs-reset-margins {
  margin: 0 !important;
}

/* O */
/*------------------------------------
  Resize
------------------------------------*/
/* line 4496, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-resize-none {
  resize: none;
}

/*------------------------------------
  Placeholder
------------------------------------*/
/* line 4502, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-placeholder-white::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

/* line 4505, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-placeholder-white:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

/* line 4508, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-placeholder-white::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.g-placeholder-white:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.g-placeholder-white::placeholder {
  opacity: 1;
  color: #fff;
}

/* line 4512, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-placeholder-white::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

/* line 4516, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-placeholder-primary::-webkit-input-placeholder {
  color: #fff;
}

/* line 4519, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-placeholder-primary:-ms-input-placeholder {
  color: #fff;
}

/* line 4522, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-placeholder-primary::-moz-placeholder {
  color: #fff;
}
.g-placeholder-primary:-ms-input-placeholder {
  color: #fff;
}
.g-placeholder-primary::placeholder {
  color: #fff;
}

/* line 4525, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-placeholder-inherit::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 4529, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-placeholder-inherit:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 4533, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-placeholder-inherit::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.g-placeholder-inherit:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.g-placeholder-inherit::placeholder {
  color: inherit;
  opacity: 1;
}

/* line 4537, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-placeholder-inherit::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 4541, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-placeholder-inherit::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

/*------------------------------------
  Offsets
------------------------------------*/
@media (min-width: 768px) {
  /* line 4549, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-offset-md-1 {
    margin-left: 8.333333%;
  }
}
@media (min-width: 992px) {
  /* line 4553, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-offset-lg-1 {
    margin-left: 8.333333%;
  }

  /* line 4555, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-offset-lg-4 {
    margin-left: 33.333333%;
  }
}
/*------------------------------------
  Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Inherit Colors */
/* line 4564, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-inherit {
  color: inherit !important;
}

/* Main Colors */
/* line 4568, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-main {
  color: #555 !important;
}

/* line 4571, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-main--hover:hover {
  color: #555 !important;
}

/* Primary Colors */
/* line 4575, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-primary {
  color: #72c02c !important;
}

/* line 4578, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover {
  color: #72c02c !important;
}

/* line 4581, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-color-primary--parent-hover {
  color: #72c02c !important;
}

/* line 4584, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-primary-opacity-0_3 {
  color: rgba(114, 192, 44, 0.3) !important;
}

/* line 4587, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-primary-opacity-0_4 {
  color: rgba(114, 192, 44, 0.4) !important;
}

/* line 4590, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-primary--before::before, .g-color-primary--after::after {
  color: #72c02c;
}

/* Black Colors */
/* line 4594, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-black {
  color: #000 !important;
}

/* line 4597, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-black--hover:hover {
  color: #000 !important;
}

/* line 4600, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-color-black--parent-hover {
  color: #000 !important;
}

/* line 4603, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-black-opacity-0_1 {
  color: rgba(0, 0, 0, 0.1) !important;
}

/* line 4606, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-black-opacity-0_3 {
  color: rgba(0, 0, 0, 0.3) !important;
}

/* line 4609, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-black-opacity-0_5 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 4612, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-black-opacity-0_6 {
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 4615, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-black-opacity-0_7 {
  color: rgba(0, 0, 0, 0.7) !important;
}

/* line 4618, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-black-opacity-0_8 {
  color: rgba(0, 0, 0, 0.8) !important;
}

/* line 4621, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-black-opacity-0_8--child * {
  color: rgba(0, 0, 0, 0.8) !important;
}

/* line 4624, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-black-opacity-0_9 {
  color: rgba(0, 0, 0, 0.9) !important;
}

/* White Colors */
/* line 4628, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-white {
  color: #fff !important;
}

/* line 4631, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.u-block-hover:hover .g-color-white--hover, .g-color-white--hover:hover {
  color: #fff !important;
}

/* line 4634, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-color-white--parent-hover {
  color: #fff !important;
}

/* line 4637, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.active .g-color-white--active {
  color: #fff !important;
}

/* line 4640, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-white--child * {
  color: #fff !important;
}

/* line 4643, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-white-opacity-0_1 {
  color: rgba(255, 255, 255, 0.1) !important;
}

/* line 4646, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-white-opacity-0_2 {
  color: rgba(255, 255, 255, 0.2) !important;
}

/* line 4649, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-white-opacity-0_3 {
  color: rgba(255, 255, 255, 0.3) !important;
}

/* line 4652, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-white-opacity-0_5, .g-color-white-opacity-0_5--hover:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 4655, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-white-opacity-0_6 {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 4658, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-color-white-opacity-0_6--parent-hover {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 4661, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-white-opacity-0_7, .g-color-white-opacity-0_7--hover:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 4664, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-white-opacity-0_75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* line 4667, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-white-opacity-0_8 {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 4670, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-white-opacity-0_8--child * {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 4673, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-white-opacity-0_9, .g-color-white-opacity-0_9--hover:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Gray Colors */
/* line 4677, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v1 {
  color: #bbb !important;
}

/* line 4680, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v1--hover:hover {
  color: #bbb !important;
}

/* line 4683, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v2 {
  color: #ccc !important;
}

/* line 4686, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v2--hover:hover {
  color: #ccc !important;
}

/* line 4689, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v3 {
  color: #ddd !important;
}

/* line 4692, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v3--hover:hover {
  color: #ddd !important;
}

/* line 4695, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v4 {
  color: #eee !important;
}

/* line 4698, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v4--hover:hover {
  color: #eee !important;
}

/* line 4701, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v4-opacity-0_6 {
  color: rgba(238, 238, 238, 0.6) !important;
}

/* line 4704, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v5 {
  color: #f7f7f7 !important;
}

/* line 4707, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-light-v5--hover:hover {
  color: #f7f7f7 !important;
}

/* line 4710, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v1 {
  color: #111 !important;
}

/* line 4713, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v1--hover:hover {
  color: #111 !important;
}

/* line 4716, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v2 {
  color: #333 !important;
}

/* line 4719, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v2--hover:hover {
  color: #333 !important;
}

/* line 4722, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v2-opacity-0_75 {
  color: rgba(51, 51, 51, 0.75) !important;
}

/* line 4725, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v3 {
  color: #555 !important;
}

/* line 4728, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v3--hover:hover {
  color: #555 !important;
}

/* line 4731, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v4 {
  color: #777 !important;
}

/* line 4734, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v4--hover:hover {
  color: #777 !important;
}

/* line 4737, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v5 {
  color: #999 !important;
}

/* line 4740, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-gray-dark-v5--hover:hover {
  color: #999 !important;
}

/* line 4743, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-color-gray-dark-v5--parent-hover {
  color: #999 !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Green */
/* line 4749, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-green {
  color: #72c02c !important;
}

/* Color Blue */
/* line 4753, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-blue {
  color: #3398dc !important;
}

/* line 4756, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-blue--hover:hover {
  color: #3398dc !important;
}

/* line 4759, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-blue-dark-v1 {
  color: #175a88 !important;
}

/* Color Light Blue */
/* line 4763, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-lightblue {
  color: #edf2f8 !important;
}

/* line 4766, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-lightblue--hover:hover {
  color: #edf2f8 !important;
}

/* line 4769, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-lightblue-v1 {
  color: #d6e2ee !important;
}

/* line 4772, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-lightblue-v1--hover:hover {
  color: #d6e2ee !important;
}

/* Color Dark Blue */
/* line 4776, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-darkblue {
  color: #009 !important;
}

/* line 4779, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-darkblue--hover:hover {
  color: #009 !important;
}

/* Color Indigo */
/* line 4783, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-indigo {
  color: #4263a3 !important;
}

/* line 4786, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-indigo--hover:hover {
  color: #4263a3 !important;
}

/* Color Red */
/* line 4790, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-red {
  color: #f00 !important;
}

/* line 4793, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-red--hover:hover {
  color: #f00 !important;
}

/* Color Light Red */
/* line 4797, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-lightred {
  color: #e64b3b !important;
}

/* line 4800, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-lightred--hover:hover {
  color: #e64b3b !important;
}

/* Color Dark Red */
/* line 4804, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-darkred {
  color: #a10f2b !important;
}

/* line 4807, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-darkred--hover:hover {
  color: #a10f2b !important;
}

/* Color Purple */
/* line 4811, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-purple {
  color: #9a69cb;
}

/* line 4814, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-purple--hover:hover {
  color: #9a69cb !important;
}

/* line 4817, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-purple-dark-v1 {
  color: #552c7e !important;
}

/* Color Dark Purple */
/* line 4821, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-darkpurple {
  color: #6639b6 !important;
}

/* line 4824, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-darkpurple--hover:hover {
  color: #6639b6 !important;
}

/* Color Pink */
/* line 4828, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-pink {
  color: #e81c62;
}

/* line 4831, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-pink--hover:hover {
  color: #e81c62 !important;
}

/* line 4834, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-pink-dark-v1 {
  color: #6f0b2d !important;
}

/* Color Orange */
/* line 4838, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-orange {
  color: #e57d20 !important;
}

/* line 4841, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-orange--hover:hover {
  color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 4845, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-deeporange {
  color: #fe541e !important;
}

/* line 4848, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-deeporange--hover:hover {
  color: #fe541e !important;
}

/* Color Yellow */
/* line 4852, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-yellow {
  color: #ebc71d !important;
}

/* line 4855, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-yellow--hover:hover {
  color: #ebc71d !important;
}

/* Color Aqua */
/* line 4859, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-aqua {
  color: #29d6e6;
}

/* line 4862, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-aqua--hover:hover {
  color: #29d6e6 !important;
}

/* line 4865, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-aqua-dark-v1 {
  color: #11848e !important;
}

/* Color Cyan */
/* line 4869, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-cyan {
  color: #00bed6 !important;
}

/* line 4872, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-cyan--hover:hover {
  color: #00bed6 !important;
}

/* Color Teal */
/* line 4876, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-teal {
  color: #18ba9b !important;
}

/* line 4879, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-teal--hover:hover {
  color: #18ba9b !important;
}

/* Color Brown */
/* line 4883, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-brown {
  color: #9c8061 !important;
}

/* line 4886, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-brown--hover:hover {
  color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 4890, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-bluegray {
  color: #585f69 !important;
}

/* line 4893, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-bluegray--hover:hover {
  color: #585f69 !important;
}

/*------------------------------------
  Social Colors
------------------------------------*/
/* Facebook */
/* line 4900, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-facebook {
  color: #3b5998;
}

/* line 4903, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-facebook:hover {
  color: #344e86;
}

/* line 4906, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-facebook--hover:hover {
  color: #3b5998 !important;
}

/* Twitter */
/* line 4910, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-twitter {
  color: #00acee;
}

/* line 4913, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-twitter:hover {
  color: #009ad5;
}

/* line 4916, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-twitter--hover:hover {
  color: #00acee !important;
}

/* Skype */
/* line 4920, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-skype {
  color: #00aff0;
}

/* line 4923, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-skype:hover {
  color: #009cd7;
}

/* line 4926, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-skype--hover:hover {
  color: #00aff0 !important;
}

/* Pinterest */
/* line 4930, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-pinterest {
  color: #c8232c;
}

/* line 4933, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-pinterest:hover {
  color: #b21f27;
}

/* line 4936, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-pinterest--hover:hover {
  color: #c8232c !important;
}

/* Vine */
/* line 4940, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-vine {
  color: #00bf8f;
}

/* line 4943, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-vine:hover {
  color: #00a67c;
}

/* line 4946, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-vine--hover:hover {
  color: #00bf8f !important;
}

/* Youtube */
/* line 4950, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-youtube {
  color: #c4302b;
}

/* line 4953, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-youtube:hover {
  color: #af2b26;
}

/* line 4956, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-youtube--hover:hover {
  color: #c4302b !important;
}

/* Google plus */
/* line 4960, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-google-plus {
  color: #dd4b39;
}

/* line 4963, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-google-plus:hover {
  color: #d73925;
}

/* line 4966, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-google-plus--hover:hover {
  color: #dd4b39 !important;
}

/* Dribbble */
/* line 4970, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-dribbble {
  color: #ea4c89;
}

/* line 4973, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-dribbble:hover {
  color: #e7357a;
}

/* line 4976, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-dribbble--hover:hover {
  color: #ea4c89 !important;
}

/* VK */
/* line 4980, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-vk {
  color: #2b587a;
}

/* line 4983, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-vk:hover {
  color: #244a67;
}

/* line 4986, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-vk--hover:hover {
  color: #2b587a !important;
}

/* Linkedin */
/* line 4990, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-linkedin {
  color: #0e76a8;
}

/* line 4993, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-linkedin:hover {
  color: #0c6590;
}

/* line 4996, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-linkedin--hover:hover {
  color: #0e76a8 !important;
}

/* Instagram */
/* line 5000, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-instagram {
  color: #3f729b;
}

/* line 5003, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-instagram:hover {
  color: #386589;
}

/* line 5006, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-instagram--hover:hover {
  color: #3f729b !important;
}

/*------------------------------------
  Gradient Colors
------------------------------------*/
/* Cyan Gradient */
/* line 5013, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-cyan-gradient-opacity-v1 {
  background-repeat: repeat-x;
  background-image: linear-gradient(160deg, rgba(0, 0, 153, 0.55), rgba(0, 190, 214, 0.6));
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Blue Gradient */
/* line 5022, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-color-blue-gradient-opacity-v1 {
  background-repeat: repeat-x;
  background-image: linear-gradient(-260deg, #8654da, rgba(66, 229, 248, 0.8));
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

/*------------------------------------
  Widths
------------------------------------*/
/* Width in Percentage (%) */
/* line 5034, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-30x {
  width: 30% !important;
  /* P */
}

/* line 5038, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-40x {
  width: 40% !important;
  /* P */
}

/* line 5042, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-50x {
  width: 50% !important;
  /* P */
}

/* line 5046, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-60x {
  width: 60% !important;
  /* P */
}

/* line 5050, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-70x {
  width: 70% !important;
  /* P */
}

/* line 5054, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-80x {
  width: 80% !important;
  /* P */
}

/* line 5058, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-90x {
  width: 90% !important;
  /* P */
}

@media (max-width: 445px) {
  /* line 5063, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .w-100--2xs {
    width: 100% !important;
  }
}
@media (min-width: 576px) {
  /* line 5067, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-20x--sm {
    width: 20% !important;
  }

  /* line 5069, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-25x--sm {
    width: 25% !important;
  }

  /* line 5071, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-33_3x--sm {
    width: 33.333333% !important;
  }

  /* line 5073, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-40x--sm {
    width: 40% !important;
  }

  /* line 5075, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-60x--sm {
    width: 60% !important;
  }

  /* line 5077, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-16_6x--sm {
    width: 16.666666% !important;
  }

  /* line 5079, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-66_6x--sm {
    width: 66.666666% !important;
  }
}
@media (min-width: 768px) {
  /* P */
  /* line 5084, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-20x--md {
    width: 20% !important;
    /* P */
  }

  /* line 5087, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-25x--md {
    width: 25% !important;
    /* P */
  }

  /* line 5090, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-30x--md {
    width: 30% !important;
    /* P */
  }

  /* line 5093, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-35x--md {
    width: 35% !important;
    /* P */
  }

  /* line 5096, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-40x--md {
    width: 40% !important;
    /* P */
  }

  /* line 5099, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-45x--md {
    width: 45% !important;
    /* P */
  }

  /* line 5102, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-50x--md {
    width: 50% !important;
    /* P */
  }

  /* line 5105, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-55x--md {
    width: 55% !important;
    /* P */
  }

  /* line 5108, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-60x--md {
    width: 60% !important;
    /* P */
  }

  /* line 5111, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-65x--md {
    width: 65% !important;
    /* P */
  }

  /* line 5114, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-70x--md {
    width: 70% !important;
    /* P */
  }

  /* line 5117, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-75x--md {
    width: 75% !important;
    /* P */
  }

  /* line 5120, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-80x--md {
    width: 80% !important;
    /* P */
  }

  /* line 5123, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-85x--md {
    width: 85% !important;
    /* P */
  }

  /* line 5126, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-90x--md {
    width: 90% !important;
    /* P */
  }

  /* line 5129, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-33_3x--md {
    /* P */
    width: 33.333333% !important;
  }

  /* line 5132, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-16_6x--md {
    /* P */
    width: 16.666666% !important;
  }

  /* line 5135, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-66_6x--md {
    /* P */
    width: 66.666666% !important;
  }
}
/* line 5139, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-auto {
  width: auto !important;
  /* P */
}

/* Max Width in Percentage (%) */
/* line 5144, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-1x {
  max-width: 1%;
}

/* line 5147, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-80x {
  max-width: 80%;
}

/* line 5150, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-90x {
  max-width: 90%;
}

/* line 5153, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-95x {
  width: 95%;
}

/* line 5156, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-60x {
  max-width: 60%;
}

/* line 5159, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-100x {
  max-width: 100%;
}

/* Min Width in Percentage (%) */
/* line 5163, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-width-100x {
  min-width: 100%;
}

/* Width Viewport Width (vw) */
/* line 5167, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-50vw {
  width: 50vw !important;
  /* P */
}

/* line 5171, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-100vw {
  width: 100vw !important;
  /* P */
}

/* Width in Pixels (px) */
/* line 5176, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-3 {
  width: 3px !important;
  /* O */
}

/* line 5180, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-10 {
  width: 10px !important;
  /* O */
}

/* line 5184, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-12 {
  width: 12px !important;
  /* Z */
}

/* line 5188, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-16 {
  width: 16px !important;
  /* O */
}

/* line 5192, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-18 {
  width: 18px !important;
  /* O */
}

/* line 5196, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-20 {
  width: 20px !important;
  /* O */
}

/* line 5200, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-24 {
  width: 24px !important;
  /* O */
}

/* line 5204, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-25 {
  width: 25px !important;
}

/* line 5207, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-26 {
  width: 26px !important;
  /* P */
}

/* line 5211, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-28 {
  width: 28px !important;
  /* O */
}

/* line 5215, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-30 {
  width: 30px !important;
  /* P */
}

/* line 5219, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-32 {
  width: 32px !important;
  /* O */
}

/* line 5223, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-35 {
  width: 35px !important;
  /* P */
}

/* line 5227, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-40 {
  width: 40px !important;
  /* P */
}

/* line 5231, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-45 {
  width: 45px !important;
  /* P */
}

/* line 5235, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-48 {
  width: 48px !important;
  /* P */
}

/* line 5239, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-50 {
  width: 50px !important;
  /* P */
}

/* line 5243, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-54 {
  width: 54px !important;
  /* P */
}

/* line 5247, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-55 {
  width: 55px !important;
  /* P */
}

/* line 5251, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-60 {
  width: 60px !important;
  /* P */
}

/* line 5255, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-64 {
  width: 64px !important;
  /* P */
}

/* line 5259, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-70 {
  width: 70px !important;
  /* P */
}

/* line 5263, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-75 {
  width: 75px !important;
  /* O */
}

/* line 5267, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-80 {
  width: 80px !important;
  /* P */
}

/* line 5271, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-85 {
  width: 85px !important;
  /* P */
}

/* line 5275, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-95 {
  width: 95px !important;
  /* P */
}

/* line 5279, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-100 {
  width: 100px !important;
  /* P */
}

/* line 5283, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-105 {
  width: 105px;
}

/* line 5286, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-110 {
  width: 110px !important;
  /* O */
}

/* line 5290, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-115 {
  width: 115px !important;
  /* O */
}

/* line 5294, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-120 {
  width: 120px !important;
  /* P */
}

/* line 5298, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-125 {
  width: 125px !important;
  /* P */
}

/* line 5302, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-130 {
  width: 130px !important;
  /* P */
}

/* line 5306, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-140 {
  width: 140px !important;
  /* P */
}

/* line 5310, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-150 {
  width: 150px !important;
}

/* line 5313, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-160 {
  width: 160px !important;
  /* P */
}

/* line 5317, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-170 {
  width: 170px !important;
  /* P */
}

/* line 5321, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-200 {
  width: 200px !important;
  /* P */
}

/* line 5325, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-215 {
  width: 215px !important;
}

/* line 5328, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-235 {
  width: 235px !important;
}

/* line 5331, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-250 {
  /* RG-Q */
  width: 250px !important;
  /* P */
  max-width: 100%;
}

/* line 5337, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-270 {
  width: 270px !important;
  /* O */
  max-width: 100%;
}

/* line 5342, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-300 {
  width: 300px !important;
  /* P */
  max-width: 100%;
}

/* line 5347, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-400 {
  width: 400px !important;
  /* O */
  max-width: 100%;
}

/* line 5352, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-340 {
  width: 340px !important;
  /* O */
  max-width: 100%;
}

/* line 5357, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-360 {
  width: 360px !important;
  /* O */
  max-width: 100%;
}

/* line 5362, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-370 {
  width: 370px !important;
  /* P */
  max-width: 100%;
}

/* line 5367, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-380 {
  width: 380px !important;
  /* O */
  max-width: 100%;
}

/* line 5372, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-460 {
  width: 460px !important;
  /* O */
  max-width: 100%;
}

/* line 5377, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-465 {
  width: 465px !important;
  /* O */
  max-width: 100%;
}

/* line 5382, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-485 {
  width: 485px !important;
  /* O */
  max-width: 100%;
}

/* line 5387, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-560 {
  width: 560px !important;
  /* O */
  max-width: 100%;
}

/* line 5392, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-590 {
  width: 590px !important;
  max-width: 100%;
}

/* line 5396, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-600 {
  width: 600px !important;
  /* O */
  max-width: 100%;
}

/* line 5401, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-630 {
  width: 630px !important;
  /* O */
  max-width: 100%;
}

/* line 5406, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-680 {
  width: 680px !important;
  /* O */
  max-width: 100%;
}

/* line 5411, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-720 {
  width: 720px !important;
  /* O */
  max-width: 100%;
}

/* line 5416, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-760 {
  width: 760px !important;
  max-width: 100%;
}

/* line 5420, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-770 {
  width: 770px !important;
  max-width: 100%;
}

/* line 5424, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-780 {
  /* RG-Q */
  width: 780px !important;
  /* P */
  max-width: 100%;
}

/* line 5430, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-900 {
  width: 900px !important;
  /* P */
  max-width: 100%;
}

/* line 5435, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-945 {
  width: 945px !important;
  max-width: 100%;
}

/* line 5439, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-width-1025 {
  width: 1025px !important;
  max-width: 100%;
}

/* Max Width in Pixels (px) */
/* line 5444, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-100 {
  max-width: 100px;
}

/* line 5447, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-120 {
  max-width: 120px;
}

/* line 5450, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-170 {
  max-width: 170px;
  /* O */
}

/* line 5454, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-190 {
  max-width: 190px;
}

/* line 5457, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-200 {
  max-width: 200px;
}

/* line 5460, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-250 {
  max-width: 250px;
}

/* line 5463, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-300 {
  max-width: 300px;
}

/* line 5466, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-400 {
  max-width: 400px;
}

/* line 5469, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-540 {
  max-width: 540px;
}

/* line 5472, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-550 {
  max-width: 550px;
}

/* line 5475, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-570 {
  max-width: 570px;
}

/* line 5478, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-600 {
  max-width: 600px;
}

/* line 5481, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-645 {
  max-width: 645px;
}

/* line 5484, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-670 {
  max-width: 670px;
}

/* line 5487, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-700 {
  max-width: 700px;
}

/* line 5490, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-750 {
  max-width: 750px;
}

/* line 5493, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-770 {
  max-width: 770px;
}

/* line 5496, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-780 {
  max-width: 780px;
}

/* line 5499, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-800 {
  max-width: 800px;
}

/* line 5502, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-840 {
  max-width: 840px;
}

/* line 5505, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-width-960 {
  max-width: 960px;
}

/* Min Width in Pixels (px) */
/* line 5509, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-width-40 {
  min-width: 40px;
}

/* line 5512, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-width-65 {
  min-width: 65px;
}

/* line 5515, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-width-110 {
  min-width: 110px;
}

/* line 5518, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-width-130 {
  min-width: 130px;
}

/* line 5521, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-width-170 {
  min-width: 170px;
}

/* line 5524, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-width-200 {
  min-width: 200px;
}

/* line 5527, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-width-220 {
  min-width: 220px;
}

/* line 5530, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-width-300 {
  min-width: 300px;
}

@media (min-width: 576px) {
  /* line 5534, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-50x--sm {
    width: 50% !important;
    /* P */
  }

  /* line 5537, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-80x--sm {
    width: 80% !important;
    /* R */
  }

  /* line 5540, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-485--sm {
    width: 485px !important;
    /* O */
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 5546, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-60--md {
    width: 60px !important;
    /* O */
  }

  /* line 5549, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-80--md {
    width: 80px !important;
    /* O */
  }

  /* line 5552, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-50x--md {
    width: 50% !important;
    /* P */
  }

  /* line 5555, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-60x--md {
    width: 60% !important;
    /* P */
  }

  /* line 5558, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-80x--md {
    width: 80% !important;
    /* R */
  }

  /* line 5561, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-45--md {
    width: 45px !important;
  }

  /* line 5563, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-100--md {
    width: 100px !important;
    /* O */
  }

  /* line 5566, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-125--md {
    width: 125px !important;
    /* P */
  }

  /* line 5569, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-140--md {
    width: 140px !important;
    /* R */
  }

  /* line 5572, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-155--md {
    width: 155px !important;
    /* R */
  }

  /* line 5575, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-225--md {
    width: 225px !important;
  }

  /* line 5577, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-160--md {
    width: 160px !important;
  }

  /* line 5579, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-165--md {
    width: 165px !important;
  }

  /* line 5581, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-170--md {
    width: 170px !important;
    /* P */
  }

  /* line 5584, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-780--md {
    width: 780px !important;
    /* O */
    max-width: 100%;
  }

  /* line 5588, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-max-width-200--md {
    max-width: 200px;
  }

  /* line 5590, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-max-width-400--md {
    max-width: 400px;
  }

  /* line 5592, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-min-width-110--md {
    min-width: 110px;
  }

  /* line 5594, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-auto--md {
    width: auto !important;
    /* P */
  }
}
@media (min-width: 992px) {
  /* line 5599, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-100x--lg {
    width: 100% !important;
    /* P */
  }

  /* line 5602, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-155--lg {
    width: 155px !important;
    /* O */
  }

  /* line 5605, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-165--lg {
    width: 165px !important;
  }

  /* line 5607, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-200--lg {
    width: 200px !important;
    /* O */
    max-width: 100%;
  }

  /* line 5611, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-485--lg {
    width: 485px !important;
    /* O */
    max-width: 100%;
  }

  /* line 5615, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-width-auto--lg {
    width: auto !important;
    /* P */
  }
}
/* line 5619, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
* > .g-width-70--hover {
  transition-property: width;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 5624, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
*:hover > .g-width-70--hover {
  width: 70px;
}

/*------------------------------------
  Heights
------------------------------------*/
/* Height in Percentage (%) */
/* line 5631, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-50x {
  height: 50%;
}

/* line 5634, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-80x {
  height: 80%;
}

/* line 5637, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-90x {
  height: 90%;
}

/* line 5640, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-95x {
  height: 95%;
}

/* line 5643, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-100x {
  height: 100%;
}

/* Max Height in Percentage (%) */
/* line 5647, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-height-100x {
  max-height: 100%;
}

/* Max Height in Viewport Height (vh) */
/* line 5651, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-max-height-90vh {
  height: 90vh !important;
}

/* Min Height in Percentage (%) */
/* line 5655, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-height-100x {
  min-height: 100%;
}

/* Height  in Viewport Height (vh) */
/* line 5659, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-50vh {
  height: 50vh !important;
}

/* line 5662, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-70vh {
  height: 70vh;
}

/* line 5665, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-75vh {
  height: 75vh;
}

/* line 5668, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-100vh {
  height: 100vh !important;
}

/* Min Height in Viewport Height (vh) */
/* line 5672, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-height-50vh {
  min-height: 50vh;
}

/* line 5675, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-height-60vh {
  min-height: 60vh;
}

/* line 5678, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-height-70vh {
  min-height: 70vh;
}

/* line 5681, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-height-80vh {
  min-height: 80vh;
}

/* line 5684, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-height-100vh {
  min-height: 100vh;
}

/* Auto Height */
/* line 5688, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-auto {
  height: auto;
}

@media (min-width: 576px) {
  /* line 5692, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-100vh--sm {
    height: 100vh !important;
  }

  /* line 5694, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-auto--sm {
    height: auto;
  }

  /* line 5696, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-100x--sm {
    height: 100%;
  }
}
@media (min-width: 768px) {
  /* line 5700, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-auto--md {
    height: auto;
  }

  /* line 5702, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-min-height-100vh--md {
    min-height: 100vh;
  }
}
@media (min-width: 992px) {
  /* line 5706, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-100vh--lg {
    height: 100vh !important;
  }

  /* line 5708, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-auto--lg {
    height: auto;
  }
}
@media (min-width: 1200px) {
  /* line 5712, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-auto--xl {
    height: auto;
  }
}
/* Height in Pixels (px) */
/* line 5716, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-1 {
  height: 1px;
}

/* line 5719, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-2 {
  height: 2px;
}

/* line 5722, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-4 {
  height: 4px;
}

/* line 5725, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-5 {
  height: 5px !important;
}

/* line 5728, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-6 {
  height: 6px !important;
}

/* line 5731, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-10 {
  height: 10px !important;
}

/* line 5734, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-12 {
  height: 12px !important;
}

/* line 5737, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-16 {
  height: 16px !important;
}

/* line 5740, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-18 {
  height: 18px;
}

/* line 5743, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-20 {
  height: 20px !important;
}

/* line 5746, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-24 {
  height: 24px;
}

/* line 5749, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-25 {
  height: 25px;
}

/* line 5752, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-26 {
  height: 26px;
}

/* line 5755, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-28 {
  height: 28px !important;
  /* O */
}

/* line 5759, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-30 {
  height: 30px !important;
}

/* line 5762, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-32 {
  height: 32px;
  /* O */
}

/* line 5766, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-35 {
  height: 35px !important;
}

/* line 5769, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-40 {
  height: 40px;
}

/* line 5772, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-45 {
  height: 45px;
}

/* line 5775, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-48 {
  height: 48px;
  /* O */
}

/* line 5779, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-50 {
  height: 50px;
}

/* line 5782, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-55 {
  height: 55px;
}

/* line 5785, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-60 {
  height: 60px;
}

/* line 5788, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-64 {
  height: 64px;
}

/* line 5791, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-70 {
  height: 70px;
}

/* line 5794, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-75 {
  height: 75px;
  /* O */
}

/* line 5798, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-80 {
  height: 80px !important;
}

/* line 5801, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-85 {
  height: 85px;
}

/* line 5804, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-88 {
  height: 88px;
}

/* line 5807, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-90 {
  height: 90px;
}

/* line 5810, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-95 {
  height: 95px !important;
}

/* line 5813, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-100 {
  height: 100px !important;
}

/* line 5816, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-105 {
  height: 105px;
}

/* line 5819, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-115 {
  height: 115px !important;
  /* O */
}

/* line 5823, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-120 {
  height: 120px;
}

/* line 5826, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-130 {
  height: 130px;
}

/* line 5829, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-140 {
  height: 140px;
}

/* line 5832, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-150 {
  height: 150px;
}

/* line 5835, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-160 {
  height: 160px;
}

/* line 5838, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-170 {
  height: 170px;
  /* O */
}

/* line 5842, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-180 {
  height: 180px !important;
  /* O */
}

/* line 5846, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-200 {
  height: 200px;
}

/* line 5849, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-250 {
  height: 250px;
}

/* line 5852, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-280 {
  height: 280px;
}

/* line 5855, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-300 {
  height: 300px;
}

/* line 5858, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-350 {
  height: 350px;
}

/* line 5861, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-400 {
  height: 400px;
}

/* line 5864, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-450 {
  height: 450px;
}

/* line 5867, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-460 {
  height: 460px;
  /* O */
  max-height: 100% !important;
}

/* line 5872, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-500 {
  height: 500px;
}

/* line 5875, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-600 {
  height: 600px;
}

/* line 5878, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-height-680 {
  height: 680px;
}

/* Min Height in Pixels (px) */
/* line 5882, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-height-4 {
  min-height: 4px;
}

/* line 5885, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-height-200 {
  min-height: 200px;
}

/* line 5888, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-height-250 {
  min-height: 250px;
}

/* line 5891, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-height-275 {
  min-height: 275px;
}

/* line 5894, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-height-300 {
  min-height: 300px;
}

/* line 5897, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-height-312 {
  min-height: 312px;
}

/* line 5900, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-height-360 {
  min-height: 360px;
}

/* line 5903, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-height-400 {
  min-height: 400px;
}

/* line 5906, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-height-450 {
  min-height: 450px;
}

/* line 5909, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-height-500 {
  min-height: 500px;
}

/* line 5912, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-min-height-600 {
  min-height: 600px;
}

@media (min-width: 576px) {
  /* line 5916, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-350--sm {
    height: 350px;
  }

  /* line 5918, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-680--sm {
    height: 680px;
  }
}
@media (min-width: 768px) {
  /* line 5922, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-45--md {
    height: 45px !important;
  }

  /* line 5924, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-60--md {
    height: 60px !important;
  }

  /* line 5926, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-100--md {
    height: 100px !important;
  }

  /* line 5928, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-170--md {
    height: 170px !important;
  }

  /* line 5930, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-350--md {
    height: 350px;
  }

  /* line 5932, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-500--md {
    height: 500px;
  }

  /* line 5934, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-680--md {
    height: 680px;
  }

  /* line 5936, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-100x--md {
    height: 100%;
  }

  /* line 5938, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-100vh--md {
    height: 100vh;
  }

  /* line 5940, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-min-height-230--md {
    min-height: 230px;
  }

  /* line 5942, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-min-height-500--md {
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  /* line 5946, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-200--lg {
    height: 200px !important;
  }

  /* line 5948, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-230--lg {
    height: 230px;
  }

  /* line 5950, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-350--lg {
    height: 350px;
  }

  /* line 5952, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-680--lg {
    height: 680px;
  }
}
@media (min-width: 1200px) {
  /* line 5956, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-350--xl {
    height: 350px;
  }

  /* line 5958, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-height-680--xl {
    height: 680px;
  }
}
/*------------------------------------
  Margin Spaces
------------------------------------*/
/* Margin Spaces (xs)
------------------------------------*/
@media (min-width: 0) {
  /* line 5967, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ma-0 {
    margin: 0 !important;
  }

  /* line 5969, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 5972, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 5975, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-0 {
    margin-left: 0 !important;
  }

  /* line 5977, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-0 {
    margin-right: 0 !important;
  }

  /* line 5979, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-0 {
    margin-top: 0 !important;
  }

  /* line 5981, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-0 {
    margin-bottom: 0 !important;
  }

  /* line 5983, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-1 {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }

  /* line 5986, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-2 {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }

  /* line 5989, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-3 {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }

  /* line 5992, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-4 {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }

  /* line 5995, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-5 {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }

  /* line 5998, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-6 {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }

  /* line 6001, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-7 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  /* line 6004, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-8 {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }

  /* line 6007, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-9 {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }

  /* line 6010, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 6013, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 6016, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-15 {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }

  /* line 6019, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-20 {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }

  /* line 6022, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-25 {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }

  /* line 6025, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-30 {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }

  /* line 6028, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-35 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  /* line 6031, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-40 {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }

  /* line 6034, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-45 {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }

  /* line 6037, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-50 {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }

  /* line 6040, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-55 {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }

  /* line 6043, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-60 {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }

  /* line 6046, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-65 {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }

  /* line 6049, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-70 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  /* line 6052, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-75 {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }

  /* line 6055, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-80 {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }

  /* line 6058, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-85 {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }

  /* line 6061, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-90 {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }

  /* line 6064, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-95 {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }

  /* line 6067, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-100 {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }

  /* line 6070, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-1 {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }

  /* line 6073, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-2 {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }

  /* line 6076, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-3 {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }

  /* line 6079, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-4 {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }

  /* line 6082, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-5 {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }

  /* line 6085, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-6 {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }

  /* line 6088, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-7 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 6091, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-8 {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }

  /* line 6094, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-9 {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }

  /* line 6097, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-10 {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 6100, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-10 {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 6103, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-15 {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }

  /* line 6106, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-20 {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }

  /* line 6109, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-25 {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }

  /* line 6112, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-30 {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }

  /* line 6115, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-35 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 6118, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-40 {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }

  /* line 6121, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-45 {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }

  /* line 6124, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-50 {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }

  /* line 6127, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-55 {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }

  /* line 6130, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-60 {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }

  /* line 6133, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-65 {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }

  /* line 6136, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-70 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 6139, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-75 {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }

  /* line 6142, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-80 {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }

  /* line 6145, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-85 {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }

  /* line 6148, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-90 {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }

  /* line 6151, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-95 {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }

  /* line 6154, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-100 {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }

  /* line 6157, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-1 {
    margin-top: 0.07143rem !important;
  }

  /* line 6159, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-1 {
    margin-top: -0.07143rem !important;
  }

  /* line 6161, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-2 {
    margin-top: 0.14286rem !important;
  }

  /* line 6163, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-2 {
    margin-top: -0.14286rem !important;
  }

  /* line 6165, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-3 {
    margin-top: 0.21429rem !important;
  }

  /* line 6167, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-3 {
    margin-top: -0.21429rem !important;
  }

  /* line 6169, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-4 {
    margin-top: 0.28571rem !important;
  }

  /* line 6171, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-4 {
    margin-top: -0.28571rem !important;
  }

  /* line 6173, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-5 {
    margin-top: 0.35714rem !important;
  }

  /* line 6175, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-5 {
    margin-top: -0.35714rem !important;
  }

  /* line 6177, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-6 {
    margin-top: 0.42857rem !important;
  }

  /* line 6179, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-6 {
    margin-top: -0.42857rem !important;
  }

  /* line 6181, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-7 {
    margin-top: 0.5rem !important;
  }

  /* line 6183, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-7 {
    margin-top: -0.5rem !important;
  }

  /* line 6185, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-8 {
    margin-top: 0.57143rem !important;
  }

  /* line 6187, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-8 {
    margin-top: -0.57143rem !important;
  }

  /* line 6189, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-9 {
    margin-top: 0.64286rem !important;
  }

  /* line 6191, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-9 {
    margin-top: -0.64286rem !important;
  }

  /* line 6193, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-10 {
    margin-top: 0.71429rem !important;
  }

  /* line 6195, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10 {
    margin-top: -0.71429rem !important;
  }

  /* line 6197, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-11 {
    margin-top: 0.78571rem !important;
  }

  /* line 6199, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-11 {
    margin-top: -0.78571rem !important;
  }

  /* line 6201, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-12 {
    margin-top: 0.85714rem !important;
  }

  /* line 6203, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-12 {
    margin-top: -0.85714rem !important;
  }

  /* line 6205, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-13 {
    margin-top: 0.92857rem !important;
  }

  /* line 6207, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-13 {
    margin-top: -0.92857rem !important;
  }

  /* line 6209, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-14 {
    margin-top: 1rem !important;
  }

  /* line 6211, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-14 {
    margin-top: -1rem !important;
  }

  /* line 6213, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-15 {
    margin-top: 1.07143rem !important;
  }

  /* line 6215, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15 {
    margin-top: -1.07143rem !important;
  }

  /* line 6217, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-16 {
    margin-top: 1.14286rem !important;
  }

  /* line 6219, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-16 {
    margin-top: -1.14286rem !important;
  }

  /* line 6221, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-17 {
    margin-top: 1.21429rem !important;
  }

  /* line 6223, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-17 {
    margin-top: -1.21429rem !important;
  }

  /* line 6225, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-18 {
    margin-top: 1.28571rem !important;
  }

  /* line 6227, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-18 {
    margin-top: -1.28571rem !important;
  }

  /* line 6229, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-19 {
    margin-top: 1.35714rem !important;
  }

  /* line 6231, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-19 {
    margin-top: -1.35714rem !important;
  }

  /* line 6233, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-20 {
    margin-top: 1.42857rem !important;
  }

  /* line 6235, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20 {
    margin-top: -1.42857rem !important;
  }

  /* line 6237, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-10 {
    margin-top: 0.71429rem !important;
  }

  /* line 6239, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10 {
    margin-top: -0.71429rem !important;
  }

  /* line 6241, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-15 {
    margin-top: 1.07143rem !important;
  }

  /* line 6243, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15 {
    margin-top: -1.07143rem !important;
  }

  /* line 6245, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-20 {
    margin-top: 1.42857rem !important;
  }

  /* line 6247, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20 {
    margin-top: -1.42857rem !important;
  }

  /* line 6249, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-25 {
    margin-top: 1.78571rem !important;
  }

  /* line 6251, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-25 {
    margin-top: -1.78571rem !important;
  }

  /* line 6253, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-30 {
    margin-top: 2.14286rem !important;
  }

  /* line 6255, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-30 {
    margin-top: -2.14286rem !important;
  }

  /* line 6257, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-35 {
    margin-top: 2.5rem !important;
  }

  /* line 6259, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-35 {
    margin-top: -2.5rem !important;
  }

  /* line 6261, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-40 {
    margin-top: 2.85714rem !important;
  }

  /* line 6263, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-40 {
    margin-top: -2.85714rem !important;
  }

  /* line 6265, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-45 {
    margin-top: 3.21429rem !important;
  }

  /* line 6267, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-45 {
    margin-top: -3.21429rem !important;
  }

  /* line 6269, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-50 {
    margin-top: 3.57143rem !important;
  }

  /* line 6271, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-50 {
    margin-top: -3.57143rem !important;
  }

  /* line 6273, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-55 {
    margin-top: 3.92857rem !important;
  }

  /* line 6275, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-55 {
    margin-top: -3.92857rem !important;
  }

  /* line 6277, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-60 {
    margin-top: 4.28571rem !important;
  }

  /* line 6279, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-60 {
    margin-top: -4.28571rem !important;
  }

  /* line 6281, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-65 {
    margin-top: 4.64286rem !important;
  }

  /* line 6283, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-65 {
    margin-top: -4.64286rem !important;
  }

  /* line 6285, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-70 {
    margin-top: 5rem !important;
  }

  /* line 6287, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-70 {
    margin-top: -5rem !important;
  }

  /* line 6289, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-75 {
    margin-top: 5.35714rem !important;
  }

  /* line 6291, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-75 {
    margin-top: -5.35714rem !important;
  }

  /* line 6293, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-80 {
    margin-top: 5.71429rem !important;
  }

  /* line 6295, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-80 {
    margin-top: -5.71429rem !important;
  }

  /* line 6297, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-85 {
    margin-top: 6.07143rem !important;
  }

  /* line 6299, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-85 {
    margin-top: -6.07143rem !important;
  }

  /* line 6301, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-90 {
    margin-top: 6.42857rem !important;
  }

  /* line 6303, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-90 {
    margin-top: -6.42857rem !important;
  }

  /* line 6305, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-95 {
    margin-top: 6.78571rem !important;
  }

  /* line 6307, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-95 {
    margin-top: -6.78571rem !important;
  }

  /* line 6309, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-100 {
    margin-top: 7.14286rem !important;
  }

  /* line 6311, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-100 {
    margin-top: -7.14286rem !important;
  }

  /* line 6313, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-105 {
    margin-top: 7.5rem !important;
  }

  /* line 6315, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-105 {
    margin-top: -7.5rem !important;
  }

  /* line 6317, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-110 {
    margin-top: 7.85714rem !important;
  }

  /* line 6319, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-110 {
    margin-top: -7.85714rem !important;
  }

  /* line 6321, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-115 {
    margin-top: 8.21429rem !important;
  }

  /* line 6323, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-115 {
    margin-top: -8.21429rem !important;
  }

  /* line 6325, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-120 {
    margin-top: 8.57143rem !important;
  }

  /* line 6327, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-120 {
    margin-top: -8.57143rem !important;
  }

  /* line 6329, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-125 {
    margin-top: 8.92857rem !important;
  }

  /* line 6331, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-125 {
    margin-top: -8.92857rem !important;
  }

  /* line 6333, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-130 {
    margin-top: 9.28571rem !important;
  }

  /* line 6335, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-130 {
    margin-top: -9.28571rem !important;
  }

  /* line 6337, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-135 {
    margin-top: 9.64286rem !important;
  }

  /* line 6339, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-135 {
    margin-top: -9.64286rem !important;
  }

  /* line 6341, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-140 {
    margin-top: 10rem !important;
  }

  /* line 6343, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-140 {
    margin-top: -10rem !important;
  }

  /* line 6345, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-145 {
    margin-top: 10.35714rem !important;
  }

  /* line 6347, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-145 {
    margin-top: -10.35714rem !important;
  }

  /* line 6349, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-150 {
    margin-top: 10.71429rem !important;
  }

  /* line 6351, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-150 {
    margin-top: -10.71429rem !important;
  }

  /* line 6353, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-155 {
    margin-top: 11.07143rem !important;
  }

  /* line 6355, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-155 {
    margin-top: -11.07143rem !important;
  }

  /* line 6357, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-160 {
    margin-top: 11.42857rem !important;
  }

  /* line 6359, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-160 {
    margin-top: -11.42857rem !important;
  }

  /* line 6361, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-165 {
    margin-top: 11.78571rem !important;
  }

  /* line 6363, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-165 {
    margin-top: -11.78571rem !important;
  }

  /* line 6365, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-170 {
    margin-top: 12.14286rem !important;
  }

  /* line 6367, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-170 {
    margin-top: -12.14286rem !important;
  }

  /* line 6369, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-1 {
    margin-bottom: 0.07143rem !important;
  }

  /* line 6371, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-1 {
    margin-bottom: -0.07143rem !important;
  }

  /* line 6373, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-2 {
    margin-bottom: 0.14286rem !important;
  }

  /* line 6375, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-2 {
    margin-bottom: -0.14286rem !important;
  }

  /* line 6377, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-3 {
    margin-bottom: 0.21429rem !important;
  }

  /* line 6379, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-3 {
    margin-bottom: -0.21429rem !important;
  }

  /* line 6381, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-4 {
    margin-bottom: 0.28571rem !important;
  }

  /* line 6383, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-4 {
    margin-bottom: -0.28571rem !important;
  }

  /* line 6385, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-5 {
    margin-bottom: 0.35714rem !important;
  }

  /* line 6387, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-5 {
    margin-bottom: -0.35714rem !important;
  }

  /* line 6389, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-6 {
    margin-bottom: 0.42857rem !important;
  }

  /* line 6391, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-6 {
    margin-bottom: -0.42857rem !important;
  }

  /* line 6393, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-7 {
    margin-bottom: 0.5rem !important;
  }

  /* line 6395, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-7 {
    margin-bottom: -0.5rem !important;
  }

  /* line 6397, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-8 {
    margin-bottom: 0.57143rem !important;
  }

  /* line 6399, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-8 {
    margin-bottom: -0.57143rem !important;
  }

  /* line 6401, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-9 {
    margin-bottom: 0.64286rem !important;
  }

  /* line 6403, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-9 {
    margin-bottom: -0.64286rem !important;
  }

  /* line 6405, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-10 {
    margin-bottom: 0.71429rem !important;
  }

  /* line 6407, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-10 {
    margin-bottom: -0.71429rem !important;
  }

  /* line 6409, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-11 {
    margin-bottom: 0.78571rem !important;
  }

  /* line 6411, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-11 {
    margin-bottom: -0.78571rem !important;
  }

  /* line 6413, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-12 {
    margin-bottom: 0.85714rem !important;
  }

  /* line 6415, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-12 {
    margin-bottom: -0.85714rem !important;
  }

  /* line 6417, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-13 {
    margin-bottom: 0.92857rem !important;
  }

  /* line 6419, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-13 {
    margin-bottom: -0.92857rem !important;
  }

  /* line 6421, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-14 {
    margin-bottom: 1rem !important;
  }

  /* line 6423, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-14 {
    margin-bottom: -1rem !important;
  }

  /* line 6425, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-15 {
    margin-bottom: 1.07143rem !important;
  }

  /* line 6427, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-15 {
    margin-bottom: -1.07143rem !important;
  }

  /* line 6429, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-16 {
    margin-bottom: 1.14286rem !important;
  }

  /* line 6431, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-16 {
    margin-bottom: -1.14286rem !important;
  }

  /* line 6433, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-17 {
    margin-bottom: 1.21429rem !important;
  }

  /* line 6435, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-17 {
    margin-bottom: -1.21429rem !important;
  }

  /* line 6437, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-18 {
    margin-bottom: 1.28571rem !important;
  }

  /* line 6439, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-18 {
    margin-bottom: -1.28571rem !important;
  }

  /* line 6441, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-19 {
    margin-bottom: 1.35714rem !important;
  }

  /* line 6443, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-19 {
    margin-bottom: -1.35714rem !important;
  }

  /* line 6445, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-20 {
    margin-bottom: 1.42857rem !important;
  }

  /* line 6447, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-20 {
    margin-bottom: -1.42857rem !important;
  }

  /* line 6449, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-10 {
    margin-bottom: 0.71429rem !important;
  }

  /* line 6451, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-15 {
    margin-bottom: 1.07143rem !important;
  }

  /* line 6453, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-20 {
    margin-bottom: 1.42857rem !important;
  }

  /* line 6455, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-25 {
    margin-bottom: 1.78571rem !important;
  }

  /* line 6457, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-30 {
    margin-bottom: 2.14286rem !important;
  }

  /* line 6459, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-35 {
    margin-bottom: 2.5rem !important;
  }

  /* line 6461, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-40 {
    margin-bottom: 2.85714rem !important;
  }

  /* line 6463, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-45 {
    margin-bottom: 3.21429rem !important;
  }

  /* line 6465, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-50 {
    margin-bottom: 3.57143rem !important;
  }

  /* line 6467, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-55 {
    margin-bottom: 3.92857rem !important;
  }

  /* line 6469, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-60 {
    margin-bottom: 4.28571rem !important;
  }

  /* line 6471, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-65 {
    margin-bottom: 4.64286rem !important;
  }

  /* line 6473, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-70 {
    margin-bottom: 5rem !important;
  }

  /* line 6475, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-75 {
    margin-bottom: 5.35714rem !important;
  }

  /* line 6477, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-80 {
    margin-bottom: 5.71429rem !important;
  }

  /* line 6479, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-85 {
    margin-bottom: 6.07143rem !important;
  }

  /* line 6481, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-90 {
    margin-bottom: 6.42857rem !important;
  }

  /* line 6483, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-95 {
    margin-bottom: 6.78571rem !important;
  }

  /* line 6485, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-100 {
    margin-bottom: 7.14286rem !important;
  }

  /* line 6487, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-105 {
    margin-bottom: 7.5rem !important;
  }

  /* line 6489, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-110 {
    margin-bottom: 7.85714rem !important;
  }

  /* line 6491, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-115 {
    margin-bottom: 8.21429rem !important;
  }

  /* line 6493, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-120 {
    margin-bottom: 8.57143rem !important;
  }

  /* line 6495, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-125 {
    margin-bottom: 8.92857rem !important;
  }

  /* line 6497, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-130 {
    margin-bottom: 9.28571rem !important;
  }

  /* line 6499, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-135 {
    margin-bottom: 9.64286rem !important;
  }

  /* line 6501, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-140 {
    margin-bottom: 10rem !important;
  }

  /* line 6503, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-145 {
    margin-bottom: 10.35714rem !important;
  }

  /* line 6505, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-150 {
    margin-bottom: 10.71429rem !important;
  }

  /* line 6507, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-155 {
    margin-bottom: 11.07143rem !important;
  }

  /* line 6509, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-160 {
    margin-bottom: 11.42857rem !important;
  }

  /* line 6511, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-165 {
    margin-bottom: 11.78571rem !important;
  }

  /* line 6513, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-170 {
    margin-bottom: 12.14286rem !important;
  }

  /* line 6515, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-1 {
    margin-left: 0.07143rem !important;
  }

  /* line 6517, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-1 {
    margin-left: -0.07143rem !important;
  }

  /* line 6519, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-2 {
    margin-left: 0.14286rem !important;
  }

  /* line 6521, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-2 {
    margin-left: -0.14286rem !important;
  }

  /* line 6523, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-3 {
    margin-left: 0.21429rem !important;
  }

  /* line 6525, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-3 {
    margin-left: -0.21429rem !important;
  }

  /* line 6527, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-4 {
    margin-left: 0.28571rem !important;
  }

  /* line 6529, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-4 {
    margin-left: -0.28571rem !important;
  }

  /* line 6531, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-5 {
    margin-left: 0.35714rem !important;
  }

  /* line 6533, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5 {
    margin-left: -0.35714rem !important;
  }

  /* line 6535, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-6 {
    margin-left: 0.42857rem !important;
  }

  /* line 6537, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-6 {
    margin-left: -0.42857rem !important;
  }

  /* line 6539, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-7 {
    margin-left: 0.5rem !important;
  }

  /* line 6541, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-7 {
    margin-left: -0.5rem !important;
  }

  /* line 6543, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-8 {
    margin-left: 0.57143rem !important;
  }

  /* line 6545, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-8 {
    margin-left: -0.57143rem !important;
  }

  /* line 6547, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-9 {
    margin-left: 0.64286rem !important;
  }

  /* line 6549, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-9 {
    margin-left: -0.64286rem !important;
  }

  /* line 6551, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-10 {
    margin-left: 0.71429rem !important;
  }

  /* line 6553, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10 {
    margin-left: -0.71429rem !important;
  }

  /* line 6555, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-5 {
    margin-left: 0.35714rem !important;
  }

  /* line 6557, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5 {
    margin-left: -0.35714rem !important;
  }

  /* line 6559, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-10 {
    margin-left: 0.71429rem !important;
  }

  /* line 6561, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10 {
    margin-left: -0.71429rem !important;
  }

  /* line 6563, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-15 {
    margin-left: 1.07143rem !important;
  }

  /* line 6565, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-15 {
    margin-left: -1.07143rem !important;
  }

  /* line 6567, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-20 {
    margin-left: 1.42857rem !important;
  }

  /* line 6569, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-20 {
    margin-left: -1.42857rem !important;
  }

  /* line 6571, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-25 {
    margin-left: 1.78571rem !important;
  }

  /* line 6573, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-25 {
    margin-left: -1.78571rem !important;
  }

  /* line 6575, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-30 {
    margin-left: 2.14286rem !important;
  }

  /* line 6577, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-30 {
    margin-left: -2.14286rem !important;
  }

  /* line 6579, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-35 {
    margin-left: 2.5rem !important;
  }

  /* line 6581, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-35 {
    margin-left: -2.5rem !important;
  }

  /* line 6583, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-40 {
    margin-left: 2.85714rem !important;
  }

  /* line 6585, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-40 {
    margin-left: -2.85714rem !important;
  }

  /* line 6587, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-45 {
    margin-left: 3.21429rem !important;
  }

  /* line 6589, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-45 {
    margin-left: -3.21429rem !important;
  }

  /* line 6591, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-50 {
    margin-left: 3.57143rem !important;
  }

  /* line 6593, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-50 {
    margin-left: -3.57143rem !important;
  }

  /* line 6595, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-1 {
    margin-right: 0.07143rem !important;
  }

  /* line 6597, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-1 {
    margin-right: -0.07143rem !important;
  }

  /* line 6599, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-2 {
    margin-right: 0.14286rem !important;
  }

  /* line 6601, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-2 {
    margin-right: -0.14286rem !important;
  }

  /* line 6603, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-3 {
    margin-right: 0.21429rem !important;
  }

  /* line 6605, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-3 {
    margin-right: -0.21429rem !important;
  }

  /* line 6607, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-4 {
    margin-right: 0.28571rem !important;
  }

  /* line 6609, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-4 {
    margin-right: -0.28571rem !important;
  }

  /* line 6611, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-5 {
    margin-right: 0.35714rem !important;
  }

  /* line 6613, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-5 {
    margin-right: -0.35714rem !important;
  }

  /* line 6615, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-6 {
    margin-right: 0.42857rem !important;
  }

  /* line 6617, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-6 {
    margin-right: -0.42857rem !important;
  }

  /* line 6619, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-7 {
    margin-right: 0.5rem !important;
  }

  /* line 6621, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-7 {
    margin-right: -0.5rem !important;
  }

  /* line 6623, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-8 {
    margin-right: 0.57143rem !important;
  }

  /* line 6625, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-8 {
    margin-right: -0.57143rem !important;
  }

  /* line 6627, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-9 {
    margin-right: 0.64286rem !important;
  }

  /* line 6629, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-9 {
    margin-right: -0.64286rem !important;
  }

  /* line 6631, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-10 {
    margin-right: 0.71429rem !important;
  }

  /* line 6633, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-10 {
    margin-right: -0.71429rem !important;
  }

  /* line 6635, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-5 {
    margin-right: 0.35714rem !important;
  }

  /* line 6637, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-10 {
    margin-right: 0.71429rem !important;
  }

  /* line 6639, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-15 {
    margin-right: 1.07143rem !important;
  }

  /* line 6641, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-20 {
    margin-right: 1.42857rem !important;
  }

  /* line 6643, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-25 {
    margin-right: 1.78571rem !important;
  }

  /* line 6645, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-30 {
    margin-right: 2.14286rem !important;
  }

  /* line 6647, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-35 {
    margin-right: 2.5rem !important;
  }

  /* line 6649, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-40 {
    margin-right: 2.85714rem !important;
  }

  /* line 6651, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-45 {
    margin-right: 3.21429rem !important;
  }

  /* line 6653, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-50 {
    margin-right: 3.57143rem !important;
  }
}
/* Margin Spaces (sm)
------------------------------------*/
@media (min-width: 576px) {
  /* line 6659, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ma-0--sm {
    margin: 0 !important;
  }

  /* line 6661, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-0--sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 6664, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-0--sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 6667, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-0--sm {
    margin-left: 0 !important;
  }

  /* line 6669, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-0--sm {
    margin-right: 0 !important;
  }

  /* line 6671, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-0--sm {
    margin-top: 0 !important;
  }

  /* line 6673, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-0--sm {
    margin-bottom: 0 !important;
  }

  /* line 6675, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-1--sm {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }

  /* line 6678, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-2--sm {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }

  /* line 6681, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-3--sm {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }

  /* line 6684, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-4--sm {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }

  /* line 6687, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-5--sm {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }

  /* line 6690, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-6--sm {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }

  /* line 6693, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-7--sm {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  /* line 6696, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-8--sm {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }

  /* line 6699, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-9--sm {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }

  /* line 6702, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-10--sm {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 6705, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-10--sm {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 6708, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-15--sm {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }

  /* line 6711, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-20--sm {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }

  /* line 6714, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-25--sm {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }

  /* line 6717, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-30--sm {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }

  /* line 6720, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-35--sm {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  /* line 6723, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-40--sm {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }

  /* line 6726, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-45--sm {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }

  /* line 6729, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-50--sm {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }

  /* line 6732, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-55--sm {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }

  /* line 6735, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-60--sm {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }

  /* line 6738, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-65--sm {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }

  /* line 6741, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-70--sm {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  /* line 6744, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-75--sm {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }

  /* line 6747, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-80--sm {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }

  /* line 6750, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-85--sm {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }

  /* line 6753, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-90--sm {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }

  /* line 6756, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-95--sm {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }

  /* line 6759, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-100--sm {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }

  /* line 6762, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-1--sm {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }

  /* line 6765, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-2--sm {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }

  /* line 6768, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-3--sm {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }

  /* line 6771, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-4--sm {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }

  /* line 6774, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-5--sm {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }

  /* line 6777, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-6--sm {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }

  /* line 6780, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-7--sm {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 6783, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-8--sm {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }

  /* line 6786, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-9--sm {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }

  /* line 6789, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-10--sm {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 6792, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-10--sm {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 6795, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-15--sm {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }

  /* line 6798, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-20--sm {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }

  /* line 6801, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-25--sm {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }

  /* line 6804, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-30--sm {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }

  /* line 6807, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-35--sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 6810, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-40--sm {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }

  /* line 6813, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-45--sm {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }

  /* line 6816, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-50--sm {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }

  /* line 6819, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-55--sm {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }

  /* line 6822, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-60--sm {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }

  /* line 6825, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-65--sm {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }

  /* line 6828, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-70--sm {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 6831, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-75--sm {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }

  /* line 6834, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-80--sm {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }

  /* line 6837, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-85--sm {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }

  /* line 6840, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-90--sm {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }

  /* line 6843, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-95--sm {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }

  /* line 6846, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-100--sm {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }

  /* line 6849, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-1--sm {
    margin-top: 0.07143rem !important;
  }

  /* line 6851, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-1--sm {
    margin-top: -0.07143rem !important;
  }

  /* line 6853, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-2--sm {
    margin-top: 0.14286rem !important;
  }

  /* line 6855, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-2--sm {
    margin-top: -0.14286rem !important;
  }

  /* line 6857, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-3--sm {
    margin-top: 0.21429rem !important;
  }

  /* line 6859, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-3--sm {
    margin-top: -0.21429rem !important;
  }

  /* line 6861, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-4--sm {
    margin-top: 0.28571rem !important;
  }

  /* line 6863, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-4--sm {
    margin-top: -0.28571rem !important;
  }

  /* line 6865, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-5--sm {
    margin-top: 0.35714rem !important;
  }

  /* line 6867, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-5--sm {
    margin-top: -0.35714rem !important;
  }

  /* line 6869, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-6--sm {
    margin-top: 0.42857rem !important;
  }

  /* line 6871, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-6--sm {
    margin-top: -0.42857rem !important;
  }

  /* line 6873, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-7--sm {
    margin-top: 0.5rem !important;
  }

  /* line 6875, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-7--sm {
    margin-top: -0.5rem !important;
  }

  /* line 6877, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-8--sm {
    margin-top: 0.57143rem !important;
  }

  /* line 6879, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-8--sm {
    margin-top: -0.57143rem !important;
  }

  /* line 6881, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-9--sm {
    margin-top: 0.64286rem !important;
  }

  /* line 6883, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-9--sm {
    margin-top: -0.64286rem !important;
  }

  /* line 6885, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-10--sm {
    margin-top: 0.71429rem !important;
  }

  /* line 6887, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10--sm {
    margin-top: -0.71429rem !important;
  }

  /* line 6889, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-11--sm {
    margin-top: 0.78571rem !important;
  }

  /* line 6891, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-11--sm {
    margin-top: -0.78571rem !important;
  }

  /* line 6893, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-12--sm {
    margin-top: 0.85714rem !important;
  }

  /* line 6895, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-12--sm {
    margin-top: -0.85714rem !important;
  }

  /* line 6897, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-13--sm {
    margin-top: 0.92857rem !important;
  }

  /* line 6899, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-13--sm {
    margin-top: -0.92857rem !important;
  }

  /* line 6901, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-14--sm {
    margin-top: 1rem !important;
  }

  /* line 6903, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-14--sm {
    margin-top: -1rem !important;
  }

  /* line 6905, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-15--sm {
    margin-top: 1.07143rem !important;
  }

  /* line 6907, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15--sm {
    margin-top: -1.07143rem !important;
  }

  /* line 6909, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-16--sm {
    margin-top: 1.14286rem !important;
  }

  /* line 6911, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-16--sm {
    margin-top: -1.14286rem !important;
  }

  /* line 6913, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-17--sm {
    margin-top: 1.21429rem !important;
  }

  /* line 6915, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-17--sm {
    margin-top: -1.21429rem !important;
  }

  /* line 6917, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-18--sm {
    margin-top: 1.28571rem !important;
  }

  /* line 6919, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-18--sm {
    margin-top: -1.28571rem !important;
  }

  /* line 6921, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-19--sm {
    margin-top: 1.35714rem !important;
  }

  /* line 6923, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-19--sm {
    margin-top: -1.35714rem !important;
  }

  /* line 6925, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-20--sm {
    margin-top: 1.42857rem !important;
  }

  /* line 6927, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20--sm {
    margin-top: -1.42857rem !important;
  }

  /* line 6929, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-10--sm {
    margin-top: 0.71429rem !important;
  }

  /* line 6931, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10--sm {
    margin-top: -0.71429rem !important;
  }

  /* line 6933, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-15--sm {
    margin-top: 1.07143rem !important;
  }

  /* line 6935, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15--sm {
    margin-top: -1.07143rem !important;
  }

  /* line 6937, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-20--sm {
    margin-top: 1.42857rem !important;
  }

  /* line 6939, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20--sm {
    margin-top: -1.42857rem !important;
  }

  /* line 6941, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-25--sm {
    margin-top: 1.78571rem !important;
  }

  /* line 6943, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-25--sm {
    margin-top: -1.78571rem !important;
  }

  /* line 6945, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-30--sm {
    margin-top: 2.14286rem !important;
  }

  /* line 6947, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-30--sm {
    margin-top: -2.14286rem !important;
  }

  /* line 6949, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-35--sm {
    margin-top: 2.5rem !important;
  }

  /* line 6951, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-35--sm {
    margin-top: -2.5rem !important;
  }

  /* line 6953, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-40--sm {
    margin-top: 2.85714rem !important;
  }

  /* line 6955, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-40--sm {
    margin-top: -2.85714rem !important;
  }

  /* line 6957, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-45--sm {
    margin-top: 3.21429rem !important;
  }

  /* line 6959, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-45--sm {
    margin-top: -3.21429rem !important;
  }

  /* line 6961, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-50--sm {
    margin-top: 3.57143rem !important;
  }

  /* line 6963, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-50--sm {
    margin-top: -3.57143rem !important;
  }

  /* line 6965, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-55--sm {
    margin-top: 3.92857rem !important;
  }

  /* line 6967, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-55--sm {
    margin-top: -3.92857rem !important;
  }

  /* line 6969, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-60--sm {
    margin-top: 4.28571rem !important;
  }

  /* line 6971, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-60--sm {
    margin-top: -4.28571rem !important;
  }

  /* line 6973, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-65--sm {
    margin-top: 4.64286rem !important;
  }

  /* line 6975, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-65--sm {
    margin-top: -4.64286rem !important;
  }

  /* line 6977, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-70--sm {
    margin-top: 5rem !important;
  }

  /* line 6979, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-70--sm {
    margin-top: -5rem !important;
  }

  /* line 6981, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-75--sm {
    margin-top: 5.35714rem !important;
  }

  /* line 6983, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-75--sm {
    margin-top: -5.35714rem !important;
  }

  /* line 6985, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-80--sm {
    margin-top: 5.71429rem !important;
  }

  /* line 6987, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-80--sm {
    margin-top: -5.71429rem !important;
  }

  /* line 6989, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-85--sm {
    margin-top: 6.07143rem !important;
  }

  /* line 6991, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-85--sm {
    margin-top: -6.07143rem !important;
  }

  /* line 6993, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-90--sm {
    margin-top: 6.42857rem !important;
  }

  /* line 6995, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-90--sm {
    margin-top: -6.42857rem !important;
  }

  /* line 6997, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-95--sm {
    margin-top: 6.78571rem !important;
  }

  /* line 6999, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-95--sm {
    margin-top: -6.78571rem !important;
  }

  /* line 7001, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-100--sm {
    margin-top: 7.14286rem !important;
  }

  /* line 7003, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-100--sm {
    margin-top: -7.14286rem !important;
  }

  /* line 7005, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-105--sm {
    margin-top: 7.5rem !important;
  }

  /* line 7007, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-105--sm {
    margin-top: -7.5rem !important;
  }

  /* line 7009, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-110--sm {
    margin-top: 7.85714rem !important;
  }

  /* line 7011, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-110--sm {
    margin-top: -7.85714rem !important;
  }

  /* line 7013, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-115--sm {
    margin-top: 8.21429rem !important;
  }

  /* line 7015, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-115--sm {
    margin-top: -8.21429rem !important;
  }

  /* line 7017, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-120--sm {
    margin-top: 8.57143rem !important;
  }

  /* line 7019, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-120--sm {
    margin-top: -8.57143rem !important;
  }

  /* line 7021, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-125--sm {
    margin-top: 8.92857rem !important;
  }

  /* line 7023, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-125--sm {
    margin-top: -8.92857rem !important;
  }

  /* line 7025, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-130--sm {
    margin-top: 9.28571rem !important;
  }

  /* line 7027, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-130--sm {
    margin-top: -9.28571rem !important;
  }

  /* line 7029, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-135--sm {
    margin-top: 9.64286rem !important;
  }

  /* line 7031, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-135--sm {
    margin-top: -9.64286rem !important;
  }

  /* line 7033, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-140--sm {
    margin-top: 10rem !important;
  }

  /* line 7035, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-140--sm {
    margin-top: -10rem !important;
  }

  /* line 7037, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-145--sm {
    margin-top: 10.35714rem !important;
  }

  /* line 7039, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-145--sm {
    margin-top: -10.35714rem !important;
  }

  /* line 7041, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-150--sm {
    margin-top: 10.71429rem !important;
  }

  /* line 7043, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-150--sm {
    margin-top: -10.71429rem !important;
  }

  /* line 7045, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-155--sm {
    margin-top: 11.07143rem !important;
  }

  /* line 7047, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-155--sm {
    margin-top: -11.07143rem !important;
  }

  /* line 7049, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-160--sm {
    margin-top: 11.42857rem !important;
  }

  /* line 7051, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-160--sm {
    margin-top: -11.42857rem !important;
  }

  /* line 7053, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-165--sm {
    margin-top: 11.78571rem !important;
  }

  /* line 7055, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-165--sm {
    margin-top: -11.78571rem !important;
  }

  /* line 7057, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-170--sm {
    margin-top: 12.14286rem !important;
  }

  /* line 7059, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-170--sm {
    margin-top: -12.14286rem !important;
  }

  /* line 7061, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-1--sm {
    margin-bottom: 0.07143rem !important;
  }

  /* line 7063, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-1--sm {
    margin-bottom: -0.07143rem !important;
  }

  /* line 7065, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-2--sm {
    margin-bottom: 0.14286rem !important;
  }

  /* line 7067, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-2--sm {
    margin-bottom: -0.14286rem !important;
  }

  /* line 7069, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-3--sm {
    margin-bottom: 0.21429rem !important;
  }

  /* line 7071, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-3--sm {
    margin-bottom: -0.21429rem !important;
  }

  /* line 7073, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-4--sm {
    margin-bottom: 0.28571rem !important;
  }

  /* line 7075, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-4--sm {
    margin-bottom: -0.28571rem !important;
  }

  /* line 7077, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-5--sm {
    margin-bottom: 0.35714rem !important;
  }

  /* line 7079, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-5--sm {
    margin-bottom: -0.35714rem !important;
  }

  /* line 7081, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-6--sm {
    margin-bottom: 0.42857rem !important;
  }

  /* line 7083, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-6--sm {
    margin-bottom: -0.42857rem !important;
  }

  /* line 7085, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-7--sm {
    margin-bottom: 0.5rem !important;
  }

  /* line 7087, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-7--sm {
    margin-bottom: -0.5rem !important;
  }

  /* line 7089, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-8--sm {
    margin-bottom: 0.57143rem !important;
  }

  /* line 7091, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-8--sm {
    margin-bottom: -0.57143rem !important;
  }

  /* line 7093, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-9--sm {
    margin-bottom: 0.64286rem !important;
  }

  /* line 7095, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-9--sm {
    margin-bottom: -0.64286rem !important;
  }

  /* line 7097, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-10--sm {
    margin-bottom: 0.71429rem !important;
  }

  /* line 7099, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-10--sm {
    margin-bottom: -0.71429rem !important;
  }

  /* line 7101, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-11--sm {
    margin-bottom: 0.78571rem !important;
  }

  /* line 7103, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-11--sm {
    margin-bottom: -0.78571rem !important;
  }

  /* line 7105, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-12--sm {
    margin-bottom: 0.85714rem !important;
  }

  /* line 7107, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-12--sm {
    margin-bottom: -0.85714rem !important;
  }

  /* line 7109, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-13--sm {
    margin-bottom: 0.92857rem !important;
  }

  /* line 7111, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-13--sm {
    margin-bottom: -0.92857rem !important;
  }

  /* line 7113, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-14--sm {
    margin-bottom: 1rem !important;
  }

  /* line 7115, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-14--sm {
    margin-bottom: -1rem !important;
  }

  /* line 7117, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-15--sm {
    margin-bottom: 1.07143rem !important;
  }

  /* line 7119, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-15--sm {
    margin-bottom: -1.07143rem !important;
  }

  /* line 7121, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-16--sm {
    margin-bottom: 1.14286rem !important;
  }

  /* line 7123, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-16--sm {
    margin-bottom: -1.14286rem !important;
  }

  /* line 7125, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-17--sm {
    margin-bottom: 1.21429rem !important;
  }

  /* line 7127, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-17--sm {
    margin-bottom: -1.21429rem !important;
  }

  /* line 7129, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-18--sm {
    margin-bottom: 1.28571rem !important;
  }

  /* line 7131, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-18--sm {
    margin-bottom: -1.28571rem !important;
  }

  /* line 7133, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-19--sm {
    margin-bottom: 1.35714rem !important;
  }

  /* line 7135, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-19--sm {
    margin-bottom: -1.35714rem !important;
  }

  /* line 7137, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-20--sm {
    margin-bottom: 1.42857rem !important;
  }

  /* line 7139, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-20--sm {
    margin-bottom: -1.42857rem !important;
  }

  /* line 7141, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-10--sm {
    margin-bottom: 0.71429rem !important;
  }

  /* line 7143, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-15--sm {
    margin-bottom: 1.07143rem !important;
  }

  /* line 7145, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-20--sm {
    margin-bottom: 1.42857rem !important;
  }

  /* line 7147, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-25--sm {
    margin-bottom: 1.78571rem !important;
  }

  /* line 7149, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-30--sm {
    margin-bottom: 2.14286rem !important;
  }

  /* line 7151, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-35--sm {
    margin-bottom: 2.5rem !important;
  }

  /* line 7153, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-40--sm {
    margin-bottom: 2.85714rem !important;
  }

  /* line 7155, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-45--sm {
    margin-bottom: 3.21429rem !important;
  }

  /* line 7157, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-50--sm {
    margin-bottom: 3.57143rem !important;
  }

  /* line 7159, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-55--sm {
    margin-bottom: 3.92857rem !important;
  }

  /* line 7161, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-60--sm {
    margin-bottom: 4.28571rem !important;
  }

  /* line 7163, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-65--sm {
    margin-bottom: 4.64286rem !important;
  }

  /* line 7165, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-70--sm {
    margin-bottom: 5rem !important;
  }

  /* line 7167, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-75--sm {
    margin-bottom: 5.35714rem !important;
  }

  /* line 7169, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-80--sm {
    margin-bottom: 5.71429rem !important;
  }

  /* line 7171, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-85--sm {
    margin-bottom: 6.07143rem !important;
  }

  /* line 7173, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-90--sm {
    margin-bottom: 6.42857rem !important;
  }

  /* line 7175, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-95--sm {
    margin-bottom: 6.78571rem !important;
  }

  /* line 7177, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-100--sm {
    margin-bottom: 7.14286rem !important;
  }

  /* line 7179, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-105--sm {
    margin-bottom: 7.5rem !important;
  }

  /* line 7181, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-110--sm {
    margin-bottom: 7.85714rem !important;
  }

  /* line 7183, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-115--sm {
    margin-bottom: 8.21429rem !important;
  }

  /* line 7185, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-120--sm {
    margin-bottom: 8.57143rem !important;
  }

  /* line 7187, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-125--sm {
    margin-bottom: 8.92857rem !important;
  }

  /* line 7189, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-130--sm {
    margin-bottom: 9.28571rem !important;
  }

  /* line 7191, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-135--sm {
    margin-bottom: 9.64286rem !important;
  }

  /* line 7193, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-140--sm {
    margin-bottom: 10rem !important;
  }

  /* line 7195, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-145--sm {
    margin-bottom: 10.35714rem !important;
  }

  /* line 7197, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-150--sm {
    margin-bottom: 10.71429rem !important;
  }

  /* line 7199, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-155--sm {
    margin-bottom: 11.07143rem !important;
  }

  /* line 7201, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-160--sm {
    margin-bottom: 11.42857rem !important;
  }

  /* line 7203, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-165--sm {
    margin-bottom: 11.78571rem !important;
  }

  /* line 7205, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-170--sm {
    margin-bottom: 12.14286rem !important;
  }

  /* line 7207, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-1--sm {
    margin-left: 0.07143rem !important;
  }

  /* line 7209, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-1--sm {
    margin-left: -0.07143rem !important;
  }

  /* line 7211, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-2--sm {
    margin-left: 0.14286rem !important;
  }

  /* line 7213, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-2--sm {
    margin-left: -0.14286rem !important;
  }

  /* line 7215, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-3--sm {
    margin-left: 0.21429rem !important;
  }

  /* line 7217, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-3--sm {
    margin-left: -0.21429rem !important;
  }

  /* line 7219, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-4--sm {
    margin-left: 0.28571rem !important;
  }

  /* line 7221, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-4--sm {
    margin-left: -0.28571rem !important;
  }

  /* line 7223, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-5--sm {
    margin-left: 0.35714rem !important;
  }

  /* line 7225, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5--sm {
    margin-left: -0.35714rem !important;
  }

  /* line 7227, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-6--sm {
    margin-left: 0.42857rem !important;
  }

  /* line 7229, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-6--sm {
    margin-left: -0.42857rem !important;
  }

  /* line 7231, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-7--sm {
    margin-left: 0.5rem !important;
  }

  /* line 7233, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-7--sm {
    margin-left: -0.5rem !important;
  }

  /* line 7235, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-8--sm {
    margin-left: 0.57143rem !important;
  }

  /* line 7237, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-8--sm {
    margin-left: -0.57143rem !important;
  }

  /* line 7239, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-9--sm {
    margin-left: 0.64286rem !important;
  }

  /* line 7241, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-9--sm {
    margin-left: -0.64286rem !important;
  }

  /* line 7243, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-10--sm {
    margin-left: 0.71429rem !important;
  }

  /* line 7245, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10--sm {
    margin-left: -0.71429rem !important;
  }

  /* line 7247, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-5--sm {
    margin-left: 0.35714rem !important;
  }

  /* line 7249, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5--sm {
    margin-left: -0.35714rem !important;
  }

  /* line 7251, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-10--sm {
    margin-left: 0.71429rem !important;
  }

  /* line 7253, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10--sm {
    margin-left: -0.71429rem !important;
  }

  /* line 7255, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-15--sm {
    margin-left: 1.07143rem !important;
  }

  /* line 7257, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-15--sm {
    margin-left: -1.07143rem !important;
  }

  /* line 7259, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-20--sm {
    margin-left: 1.42857rem !important;
  }

  /* line 7261, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-20--sm {
    margin-left: -1.42857rem !important;
  }

  /* line 7263, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-25--sm {
    margin-left: 1.78571rem !important;
  }

  /* line 7265, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-25--sm {
    margin-left: -1.78571rem !important;
  }

  /* line 7267, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-30--sm {
    margin-left: 2.14286rem !important;
  }

  /* line 7269, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-30--sm {
    margin-left: -2.14286rem !important;
  }

  /* line 7271, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-35--sm {
    margin-left: 2.5rem !important;
  }

  /* line 7273, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-35--sm {
    margin-left: -2.5rem !important;
  }

  /* line 7275, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-40--sm {
    margin-left: 2.85714rem !important;
  }

  /* line 7277, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-40--sm {
    margin-left: -2.85714rem !important;
  }

  /* line 7279, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-45--sm {
    margin-left: 3.21429rem !important;
  }

  /* line 7281, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-45--sm {
    margin-left: -3.21429rem !important;
  }

  /* line 7283, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-50--sm {
    margin-left: 3.57143rem !important;
  }

  /* line 7285, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-50--sm {
    margin-left: -3.57143rem !important;
  }

  /* line 7287, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-1--sm {
    margin-right: 0.07143rem !important;
  }

  /* line 7289, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-1--sm {
    margin-right: -0.07143rem !important;
  }

  /* line 7291, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-2--sm {
    margin-right: 0.14286rem !important;
  }

  /* line 7293, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-2--sm {
    margin-right: -0.14286rem !important;
  }

  /* line 7295, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-3--sm {
    margin-right: 0.21429rem !important;
  }

  /* line 7297, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-3--sm {
    margin-right: -0.21429rem !important;
  }

  /* line 7299, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-4--sm {
    margin-right: 0.28571rem !important;
  }

  /* line 7301, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-4--sm {
    margin-right: -0.28571rem !important;
  }

  /* line 7303, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-5--sm {
    margin-right: 0.35714rem !important;
  }

  /* line 7305, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-5--sm {
    margin-right: -0.35714rem !important;
  }

  /* line 7307, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-6--sm {
    margin-right: 0.42857rem !important;
  }

  /* line 7309, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-6--sm {
    margin-right: -0.42857rem !important;
  }

  /* line 7311, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-7--sm {
    margin-right: 0.5rem !important;
  }

  /* line 7313, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-7--sm {
    margin-right: -0.5rem !important;
  }

  /* line 7315, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-8--sm {
    margin-right: 0.57143rem !important;
  }

  /* line 7317, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-8--sm {
    margin-right: -0.57143rem !important;
  }

  /* line 7319, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-9--sm {
    margin-right: 0.64286rem !important;
  }

  /* line 7321, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-9--sm {
    margin-right: -0.64286rem !important;
  }

  /* line 7323, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-10--sm {
    margin-right: 0.71429rem !important;
  }

  /* line 7325, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-10--sm {
    margin-right: -0.71429rem !important;
  }

  /* line 7327, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-5--sm {
    margin-right: 0.35714rem !important;
  }

  /* line 7329, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-10--sm {
    margin-right: 0.71429rem !important;
  }

  /* line 7331, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-15--sm {
    margin-right: 1.07143rem !important;
  }

  /* line 7333, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-20--sm {
    margin-right: 1.42857rem !important;
  }

  /* line 7335, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-25--sm {
    margin-right: 1.78571rem !important;
  }

  /* line 7337, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-30--sm {
    margin-right: 2.14286rem !important;
  }

  /* line 7339, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-35--sm {
    margin-right: 2.5rem !important;
  }

  /* line 7341, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-40--sm {
    margin-right: 2.85714rem !important;
  }

  /* line 7343, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-45--sm {
    margin-right: 3.21429rem !important;
  }

  /* line 7345, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-50--sm {
    margin-right: 3.57143rem !important;
  }
}
/* Margin Spaces (md)
------------------------------------*/
@media (min-width: 768px) {
  /* line 7351, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ma-0--md {
    margin: 0 !important;
  }

  /* line 7353, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-0--md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 7356, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-0--md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 7359, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-0--md {
    margin-left: 0 !important;
  }

  /* line 7361, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-0--md {
    margin-right: 0 !important;
  }

  /* line 7363, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-0--md {
    margin-top: 0 !important;
  }

  /* line 7365, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-0--md {
    margin-bottom: 0 !important;
  }

  /* line 7367, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-1--md {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }

  /* line 7370, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-2--md {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }

  /* line 7373, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-3--md {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }

  /* line 7376, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-4--md {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }

  /* line 7379, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-5--md {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }

  /* line 7382, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-6--md {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }

  /* line 7385, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-7--md {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  /* line 7388, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-8--md {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }

  /* line 7391, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-9--md {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }

  /* line 7394, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-10--md {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 7397, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-10--md {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 7400, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-15--md {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }

  /* line 7403, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-20--md {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }

  /* line 7406, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-25--md {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }

  /* line 7409, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-30--md {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }

  /* line 7412, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-35--md {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  /* line 7415, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-40--md {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }

  /* line 7418, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-45--md {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }

  /* line 7421, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-50--md {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }

  /* line 7424, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-55--md {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }

  /* line 7427, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-60--md {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }

  /* line 7430, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-65--md {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }

  /* line 7433, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-70--md {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  /* line 7436, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-75--md {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }

  /* line 7439, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-80--md {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }

  /* line 7442, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-85--md {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }

  /* line 7445, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-90--md {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }

  /* line 7448, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-95--md {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }

  /* line 7451, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-100--md {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }

  /* line 7454, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-1--md {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }

  /* line 7457, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-2--md {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }

  /* line 7460, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-3--md {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }

  /* line 7463, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-4--md {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }

  /* line 7466, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-5--md {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }

  /* line 7469, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-6--md {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }

  /* line 7472, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-7--md {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 7475, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-8--md {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }

  /* line 7478, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-9--md {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }

  /* line 7481, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-10--md {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 7484, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-10--md {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 7487, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-15--md {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }

  /* line 7490, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-20--md {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }

  /* line 7493, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-25--md {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }

  /* line 7496, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-30--md {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }

  /* line 7499, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-35--md {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 7502, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-40--md {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }

  /* line 7505, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-45--md {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }

  /* line 7508, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-50--md {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }

  /* line 7511, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-55--md {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }

  /* line 7514, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-60--md {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }

  /* line 7517, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-65--md {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }

  /* line 7520, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-70--md {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 7523, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-75--md {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }

  /* line 7526, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-80--md {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }

  /* line 7529, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-85--md {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }

  /* line 7532, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-90--md {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }

  /* line 7535, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-95--md {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }

  /* line 7538, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-100--md {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }

  /* line 7541, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-1--md {
    margin-top: 0.07143rem !important;
  }

  /* line 7543, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-1--md {
    margin-top: -0.07143rem !important;
  }

  /* line 7545, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-2--md {
    margin-top: 0.14286rem !important;
  }

  /* line 7547, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-2--md {
    margin-top: -0.14286rem !important;
  }

  /* line 7549, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-3--md {
    margin-top: 0.21429rem !important;
  }

  /* line 7551, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-3--md {
    margin-top: -0.21429rem !important;
  }

  /* line 7553, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-4--md {
    margin-top: 0.28571rem !important;
  }

  /* line 7555, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-4--md {
    margin-top: -0.28571rem !important;
  }

  /* line 7557, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-5--md {
    margin-top: 0.35714rem !important;
  }

  /* line 7559, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-5--md {
    margin-top: -0.35714rem !important;
  }

  /* line 7561, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-6--md {
    margin-top: 0.42857rem !important;
  }

  /* line 7563, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-6--md {
    margin-top: -0.42857rem !important;
  }

  /* line 7565, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-7--md {
    margin-top: 0.5rem !important;
  }

  /* line 7567, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-7--md {
    margin-top: -0.5rem !important;
  }

  /* line 7569, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-8--md {
    margin-top: 0.57143rem !important;
  }

  /* line 7571, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-8--md {
    margin-top: -0.57143rem !important;
  }

  /* line 7573, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-9--md {
    margin-top: 0.64286rem !important;
  }

  /* line 7575, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-9--md {
    margin-top: -0.64286rem !important;
  }

  /* line 7577, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-10--md {
    margin-top: 0.71429rem !important;
  }

  /* line 7579, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10--md {
    margin-top: -0.71429rem !important;
  }

  /* line 7581, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-11--md {
    margin-top: 0.78571rem !important;
  }

  /* line 7583, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-11--md {
    margin-top: -0.78571rem !important;
  }

  /* line 7585, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-12--md {
    margin-top: 0.85714rem !important;
  }

  /* line 7587, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-12--md {
    margin-top: -0.85714rem !important;
  }

  /* line 7589, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-13--md {
    margin-top: 0.92857rem !important;
  }

  /* line 7591, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-13--md {
    margin-top: -0.92857rem !important;
  }

  /* line 7593, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-14--md {
    margin-top: 1rem !important;
  }

  /* line 7595, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-14--md {
    margin-top: -1rem !important;
  }

  /* line 7597, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-15--md {
    margin-top: 1.07143rem !important;
  }

  /* line 7599, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15--md {
    margin-top: -1.07143rem !important;
  }

  /* line 7601, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-16--md {
    margin-top: 1.14286rem !important;
  }

  /* line 7603, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-16--md {
    margin-top: -1.14286rem !important;
  }

  /* line 7605, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-17--md {
    margin-top: 1.21429rem !important;
  }

  /* line 7607, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-17--md {
    margin-top: -1.21429rem !important;
  }

  /* line 7609, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-18--md {
    margin-top: 1.28571rem !important;
  }

  /* line 7611, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-18--md {
    margin-top: -1.28571rem !important;
  }

  /* line 7613, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-19--md {
    margin-top: 1.35714rem !important;
  }

  /* line 7615, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-19--md {
    margin-top: -1.35714rem !important;
  }

  /* line 7617, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-20--md {
    margin-top: 1.42857rem !important;
  }

  /* line 7619, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20--md {
    margin-top: -1.42857rem !important;
  }

  /* line 7621, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-10--md {
    margin-top: 0.71429rem !important;
  }

  /* line 7623, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10--md {
    margin-top: -0.71429rem !important;
  }

  /* line 7625, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-15--md {
    margin-top: 1.07143rem !important;
  }

  /* line 7627, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15--md {
    margin-top: -1.07143rem !important;
  }

  /* line 7629, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-20--md {
    margin-top: 1.42857rem !important;
  }

  /* line 7631, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20--md {
    margin-top: -1.42857rem !important;
  }

  /* line 7633, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-25--md {
    margin-top: 1.78571rem !important;
  }

  /* line 7635, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-25--md {
    margin-top: -1.78571rem !important;
  }

  /* line 7637, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-30--md {
    margin-top: 2.14286rem !important;
  }

  /* line 7639, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-30--md {
    margin-top: -2.14286rem !important;
  }

  /* line 7641, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-35--md {
    margin-top: 2.5rem !important;
  }

  /* line 7643, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-35--md {
    margin-top: -2.5rem !important;
  }

  /* line 7645, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-40--md {
    margin-top: 2.85714rem !important;
  }

  /* line 7647, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-40--md {
    margin-top: -2.85714rem !important;
  }

  /* line 7649, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-45--md {
    margin-top: 3.21429rem !important;
  }

  /* line 7651, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-45--md {
    margin-top: -3.21429rem !important;
  }

  /* line 7653, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-50--md {
    margin-top: 3.57143rem !important;
  }

  /* line 7655, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-50--md {
    margin-top: -3.57143rem !important;
  }

  /* line 7657, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-55--md {
    margin-top: 3.92857rem !important;
  }

  /* line 7659, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-55--md {
    margin-top: -3.92857rem !important;
  }

  /* line 7661, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-60--md {
    margin-top: 4.28571rem !important;
  }

  /* line 7663, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-60--md {
    margin-top: -4.28571rem !important;
  }

  /* line 7665, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-65--md {
    margin-top: 4.64286rem !important;
  }

  /* line 7667, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-65--md {
    margin-top: -4.64286rem !important;
  }

  /* line 7669, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-70--md {
    margin-top: 5rem !important;
  }

  /* line 7671, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-70--md {
    margin-top: -5rem !important;
  }

  /* line 7673, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-75--md {
    margin-top: 5.35714rem !important;
  }

  /* line 7675, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-75--md {
    margin-top: -5.35714rem !important;
  }

  /* line 7677, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-80--md {
    margin-top: 5.71429rem !important;
  }

  /* line 7679, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-80--md {
    margin-top: -5.71429rem !important;
  }

  /* line 7681, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-85--md {
    margin-top: 6.07143rem !important;
  }

  /* line 7683, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-85--md {
    margin-top: -6.07143rem !important;
  }

  /* line 7685, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-90--md {
    margin-top: 6.42857rem !important;
  }

  /* line 7687, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-90--md {
    margin-top: -6.42857rem !important;
  }

  /* line 7689, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-95--md {
    margin-top: 6.78571rem !important;
  }

  /* line 7691, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-95--md {
    margin-top: -6.78571rem !important;
  }

  /* line 7693, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-100--md {
    margin-top: 7.14286rem !important;
  }

  /* line 7695, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-100--md {
    margin-top: -7.14286rem !important;
  }

  /* line 7697, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-105--md {
    margin-top: 7.5rem !important;
  }

  /* line 7699, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-105--md {
    margin-top: -7.5rem !important;
  }

  /* line 7701, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-110--md {
    margin-top: 7.85714rem !important;
  }

  /* line 7703, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-110--md {
    margin-top: -7.85714rem !important;
  }

  /* line 7705, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-115--md {
    margin-top: 8.21429rem !important;
  }

  /* line 7707, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-115--md {
    margin-top: -8.21429rem !important;
  }

  /* line 7709, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-120--md {
    margin-top: 8.57143rem !important;
  }

  /* line 7711, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-120--md {
    margin-top: -8.57143rem !important;
  }

  /* line 7713, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-125--md {
    margin-top: 8.92857rem !important;
  }

  /* line 7715, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-125--md {
    margin-top: -8.92857rem !important;
  }

  /* line 7717, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-130--md {
    margin-top: 9.28571rem !important;
  }

  /* line 7719, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-130--md {
    margin-top: -9.28571rem !important;
  }

  /* line 7721, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-135--md {
    margin-top: 9.64286rem !important;
  }

  /* line 7723, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-135--md {
    margin-top: -9.64286rem !important;
  }

  /* line 7725, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-140--md {
    margin-top: 10rem !important;
  }

  /* line 7727, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-140--md {
    margin-top: -10rem !important;
  }

  /* line 7729, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-145--md {
    margin-top: 10.35714rem !important;
  }

  /* line 7731, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-145--md {
    margin-top: -10.35714rem !important;
  }

  /* line 7733, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-150--md {
    margin-top: 10.71429rem !important;
  }

  /* line 7735, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-150--md {
    margin-top: -10.71429rem !important;
  }

  /* line 7737, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-155--md {
    margin-top: 11.07143rem !important;
  }

  /* line 7739, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-155--md {
    margin-top: -11.07143rem !important;
  }

  /* line 7741, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-160--md {
    margin-top: 11.42857rem !important;
  }

  /* line 7743, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-160--md {
    margin-top: -11.42857rem !important;
  }

  /* line 7745, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-165--md {
    margin-top: 11.78571rem !important;
  }

  /* line 7747, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-165--md {
    margin-top: -11.78571rem !important;
  }

  /* line 7749, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-170--md {
    margin-top: 12.14286rem !important;
  }

  /* line 7751, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-170--md {
    margin-top: -12.14286rem !important;
  }

  /* line 7753, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-1--md {
    margin-bottom: 0.07143rem !important;
  }

  /* line 7755, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-1--md {
    margin-bottom: -0.07143rem !important;
  }

  /* line 7757, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-2--md {
    margin-bottom: 0.14286rem !important;
  }

  /* line 7759, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-2--md {
    margin-bottom: -0.14286rem !important;
  }

  /* line 7761, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-3--md {
    margin-bottom: 0.21429rem !important;
  }

  /* line 7763, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-3--md {
    margin-bottom: -0.21429rem !important;
  }

  /* line 7765, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-4--md {
    margin-bottom: 0.28571rem !important;
  }

  /* line 7767, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-4--md {
    margin-bottom: -0.28571rem !important;
  }

  /* line 7769, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-5--md {
    margin-bottom: 0.35714rem !important;
  }

  /* line 7771, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-5--md {
    margin-bottom: -0.35714rem !important;
  }

  /* line 7773, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-6--md {
    margin-bottom: 0.42857rem !important;
  }

  /* line 7775, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-6--md {
    margin-bottom: -0.42857rem !important;
  }

  /* line 7777, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-7--md {
    margin-bottom: 0.5rem !important;
  }

  /* line 7779, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-7--md {
    margin-bottom: -0.5rem !important;
  }

  /* line 7781, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-8--md {
    margin-bottom: 0.57143rem !important;
  }

  /* line 7783, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-8--md {
    margin-bottom: -0.57143rem !important;
  }

  /* line 7785, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-9--md {
    margin-bottom: 0.64286rem !important;
  }

  /* line 7787, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-9--md {
    margin-bottom: -0.64286rem !important;
  }

  /* line 7789, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-10--md {
    margin-bottom: 0.71429rem !important;
  }

  /* line 7791, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-10--md {
    margin-bottom: -0.71429rem !important;
  }

  /* line 7793, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-11--md {
    margin-bottom: 0.78571rem !important;
  }

  /* line 7795, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-11--md {
    margin-bottom: -0.78571rem !important;
  }

  /* line 7797, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-12--md {
    margin-bottom: 0.85714rem !important;
  }

  /* line 7799, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-12--md {
    margin-bottom: -0.85714rem !important;
  }

  /* line 7801, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-13--md {
    margin-bottom: 0.92857rem !important;
  }

  /* line 7803, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-13--md {
    margin-bottom: -0.92857rem !important;
  }

  /* line 7805, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-14--md {
    margin-bottom: 1rem !important;
  }

  /* line 7807, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-14--md {
    margin-bottom: -1rem !important;
  }

  /* line 7809, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-15--md {
    margin-bottom: 1.07143rem !important;
  }

  /* line 7811, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-15--md {
    margin-bottom: -1.07143rem !important;
  }

  /* line 7813, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-16--md {
    margin-bottom: 1.14286rem !important;
  }

  /* line 7815, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-16--md {
    margin-bottom: -1.14286rem !important;
  }

  /* line 7817, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-17--md {
    margin-bottom: 1.21429rem !important;
  }

  /* line 7819, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-17--md {
    margin-bottom: -1.21429rem !important;
  }

  /* line 7821, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-18--md {
    margin-bottom: 1.28571rem !important;
  }

  /* line 7823, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-18--md {
    margin-bottom: -1.28571rem !important;
  }

  /* line 7825, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-19--md {
    margin-bottom: 1.35714rem !important;
  }

  /* line 7827, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-19--md {
    margin-bottom: -1.35714rem !important;
  }

  /* line 7829, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-20--md {
    margin-bottom: 1.42857rem !important;
  }

  /* line 7831, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-20--md {
    margin-bottom: -1.42857rem !important;
  }

  /* line 7833, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-10--md {
    margin-bottom: 0.71429rem !important;
  }

  /* line 7835, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-15--md {
    margin-bottom: 1.07143rem !important;
  }

  /* line 7837, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-20--md {
    margin-bottom: 1.42857rem !important;
  }

  /* line 7839, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-25--md {
    margin-bottom: 1.78571rem !important;
  }

  /* line 7841, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-30--md {
    margin-bottom: 2.14286rem !important;
  }

  /* line 7843, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-35--md {
    margin-bottom: 2.5rem !important;
  }

  /* line 7845, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-40--md {
    margin-bottom: 2.85714rem !important;
  }

  /* line 7847, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-45--md {
    margin-bottom: 3.21429rem !important;
  }

  /* line 7849, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-50--md {
    margin-bottom: 3.57143rem !important;
  }

  /* line 7851, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-55--md {
    margin-bottom: 3.92857rem !important;
  }

  /* line 7853, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-60--md {
    margin-bottom: 4.28571rem !important;
  }

  /* line 7855, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-65--md {
    margin-bottom: 4.64286rem !important;
  }

  /* line 7857, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-70--md {
    margin-bottom: 5rem !important;
  }

  /* line 7859, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-75--md {
    margin-bottom: 5.35714rem !important;
  }

  /* line 7861, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-80--md {
    margin-bottom: 5.71429rem !important;
  }

  /* line 7863, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-85--md {
    margin-bottom: 6.07143rem !important;
  }

  /* line 7865, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-90--md {
    margin-bottom: 6.42857rem !important;
  }

  /* line 7867, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-95--md {
    margin-bottom: 6.78571rem !important;
  }

  /* line 7869, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-100--md {
    margin-bottom: 7.14286rem !important;
  }

  /* line 7871, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-105--md {
    margin-bottom: 7.5rem !important;
  }

  /* line 7873, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-110--md {
    margin-bottom: 7.85714rem !important;
  }

  /* line 7875, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-115--md {
    margin-bottom: 8.21429rem !important;
  }

  /* line 7877, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-120--md {
    margin-bottom: 8.57143rem !important;
  }

  /* line 7879, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-125--md {
    margin-bottom: 8.92857rem !important;
  }

  /* line 7881, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-130--md {
    margin-bottom: 9.28571rem !important;
  }

  /* line 7883, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-135--md {
    margin-bottom: 9.64286rem !important;
  }

  /* line 7885, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-140--md {
    margin-bottom: 10rem !important;
  }

  /* line 7887, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-145--md {
    margin-bottom: 10.35714rem !important;
  }

  /* line 7889, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-150--md {
    margin-bottom: 10.71429rem !important;
  }

  /* line 7891, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-155--md {
    margin-bottom: 11.07143rem !important;
  }

  /* line 7893, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-160--md {
    margin-bottom: 11.42857rem !important;
  }

  /* line 7895, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-165--md {
    margin-bottom: 11.78571rem !important;
  }

  /* line 7897, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-170--md {
    margin-bottom: 12.14286rem !important;
  }

  /* line 7899, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-1--md {
    margin-left: 0.07143rem !important;
  }

  /* line 7901, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-1--md {
    margin-left: -0.07143rem !important;
  }

  /* line 7903, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-2--md {
    margin-left: 0.14286rem !important;
  }

  /* line 7905, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-2--md {
    margin-left: -0.14286rem !important;
  }

  /* line 7907, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-3--md {
    margin-left: 0.21429rem !important;
  }

  /* line 7909, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-3--md {
    margin-left: -0.21429rem !important;
  }

  /* line 7911, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-4--md {
    margin-left: 0.28571rem !important;
  }

  /* line 7913, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-4--md {
    margin-left: -0.28571rem !important;
  }

  /* line 7915, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-5--md {
    margin-left: 0.35714rem !important;
  }

  /* line 7917, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5--md {
    margin-left: -0.35714rem !important;
  }

  /* line 7919, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-6--md {
    margin-left: 0.42857rem !important;
  }

  /* line 7921, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-6--md {
    margin-left: -0.42857rem !important;
  }

  /* line 7923, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-7--md {
    margin-left: 0.5rem !important;
  }

  /* line 7925, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-7--md {
    margin-left: -0.5rem !important;
  }

  /* line 7927, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-8--md {
    margin-left: 0.57143rem !important;
  }

  /* line 7929, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-8--md {
    margin-left: -0.57143rem !important;
  }

  /* line 7931, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-9--md {
    margin-left: 0.64286rem !important;
  }

  /* line 7933, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-9--md {
    margin-left: -0.64286rem !important;
  }

  /* line 7935, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-10--md {
    margin-left: 0.71429rem !important;
  }

  /* line 7937, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10--md {
    margin-left: -0.71429rem !important;
  }

  /* line 7939, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-5--md {
    margin-left: 0.35714rem !important;
  }

  /* line 7941, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5--md {
    margin-left: -0.35714rem !important;
  }

  /* line 7943, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-10--md {
    margin-left: 0.71429rem !important;
  }

  /* line 7945, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10--md {
    margin-left: -0.71429rem !important;
  }

  /* line 7947, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-15--md {
    margin-left: 1.07143rem !important;
  }

  /* line 7949, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-15--md {
    margin-left: -1.07143rem !important;
  }

  /* line 7951, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-20--md {
    margin-left: 1.42857rem !important;
  }

  /* line 7953, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-20--md {
    margin-left: -1.42857rem !important;
  }

  /* line 7955, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-25--md {
    margin-left: 1.78571rem !important;
  }

  /* line 7957, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-25--md {
    margin-left: -1.78571rem !important;
  }

  /* line 7959, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-30--md {
    margin-left: 2.14286rem !important;
  }

  /* line 7961, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-30--md {
    margin-left: -2.14286rem !important;
  }

  /* line 7963, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-35--md {
    margin-left: 2.5rem !important;
  }

  /* line 7965, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-35--md {
    margin-left: -2.5rem !important;
  }

  /* line 7967, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-40--md {
    margin-left: 2.85714rem !important;
  }

  /* line 7969, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-40--md {
    margin-left: -2.85714rem !important;
  }

  /* line 7971, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-45--md {
    margin-left: 3.21429rem !important;
  }

  /* line 7973, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-45--md {
    margin-left: -3.21429rem !important;
  }

  /* line 7975, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-50--md {
    margin-left: 3.57143rem !important;
  }

  /* line 7977, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-50--md {
    margin-left: -3.57143rem !important;
  }

  /* line 7979, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-1--md {
    margin-right: 0.07143rem !important;
  }

  /* line 7981, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-1--md {
    margin-right: -0.07143rem !important;
  }

  /* line 7983, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-2--md {
    margin-right: 0.14286rem !important;
  }

  /* line 7985, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-2--md {
    margin-right: -0.14286rem !important;
  }

  /* line 7987, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-3--md {
    margin-right: 0.21429rem !important;
  }

  /* line 7989, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-3--md {
    margin-right: -0.21429rem !important;
  }

  /* line 7991, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-4--md {
    margin-right: 0.28571rem !important;
  }

  /* line 7993, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-4--md {
    margin-right: -0.28571rem !important;
  }

  /* line 7995, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-5--md {
    margin-right: 0.35714rem !important;
  }

  /* line 7997, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-5--md {
    margin-right: -0.35714rem !important;
  }

  /* line 7999, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-6--md {
    margin-right: 0.42857rem !important;
  }

  /* line 8001, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-6--md {
    margin-right: -0.42857rem !important;
  }

  /* line 8003, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-7--md {
    margin-right: 0.5rem !important;
  }

  /* line 8005, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-7--md {
    margin-right: -0.5rem !important;
  }

  /* line 8007, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-8--md {
    margin-right: 0.57143rem !important;
  }

  /* line 8009, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-8--md {
    margin-right: -0.57143rem !important;
  }

  /* line 8011, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-9--md {
    margin-right: 0.64286rem !important;
  }

  /* line 8013, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-9--md {
    margin-right: -0.64286rem !important;
  }

  /* line 8015, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-10--md {
    margin-right: 0.71429rem !important;
  }

  /* line 8017, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-10--md {
    margin-right: -0.71429rem !important;
  }

  /* line 8019, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-5--md {
    margin-right: 0.35714rem !important;
  }

  /* line 8021, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-10--md {
    margin-right: 0.71429rem !important;
  }

  /* line 8023, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-15--md {
    margin-right: 1.07143rem !important;
  }

  /* line 8025, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-20--md {
    margin-right: 1.42857rem !important;
  }

  /* line 8027, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-25--md {
    margin-right: 1.78571rem !important;
  }

  /* line 8029, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-30--md {
    margin-right: 2.14286rem !important;
  }

  /* line 8031, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-35--md {
    margin-right: 2.5rem !important;
  }

  /* line 8033, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-40--md {
    margin-right: 2.85714rem !important;
  }

  /* line 8035, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-45--md {
    margin-right: 3.21429rem !important;
  }

  /* line 8037, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-50--md {
    margin-right: 3.57143rem !important;
  }
}
/* Margin Spaces (lg)
------------------------------------*/
@media (min-width: 992px) {
  /* line 8043, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ma-0--lg {
    margin: 0 !important;
  }

  /* line 8045, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-0--lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 8048, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-0--lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 8051, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-0--lg {
    margin-left: 0 !important;
  }

  /* line 8053, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-0--lg {
    margin-right: 0 !important;
  }

  /* line 8055, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-0--lg {
    margin-top: 0 !important;
  }

  /* line 8057, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-0--lg {
    margin-bottom: 0 !important;
  }

  /* line 8059, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-1--lg {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }

  /* line 8062, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-2--lg {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }

  /* line 8065, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-3--lg {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }

  /* line 8068, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-4--lg {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }

  /* line 8071, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-5--lg {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }

  /* line 8074, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-6--lg {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }

  /* line 8077, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-7--lg {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  /* line 8080, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-8--lg {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }

  /* line 8083, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-9--lg {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }

  /* line 8086, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-10--lg {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 8089, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-10--lg {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 8092, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-15--lg {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }

  /* line 8095, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-20--lg {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }

  /* line 8098, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-25--lg {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }

  /* line 8101, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-30--lg {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }

  /* line 8104, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-35--lg {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  /* line 8107, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-40--lg {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }

  /* line 8110, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-45--lg {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }

  /* line 8113, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-50--lg {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }

  /* line 8116, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-55--lg {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }

  /* line 8119, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-60--lg {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }

  /* line 8122, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-65--lg {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }

  /* line 8125, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-70--lg {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  /* line 8128, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-75--lg {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }

  /* line 8131, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-80--lg {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }

  /* line 8134, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-85--lg {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }

  /* line 8137, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-90--lg {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }

  /* line 8140, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-95--lg {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }

  /* line 8143, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-100--lg {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }

  /* line 8146, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-1--lg {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }

  /* line 8149, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-2--lg {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }

  /* line 8152, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-3--lg {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }

  /* line 8155, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-4--lg {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }

  /* line 8158, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-5--lg {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }

  /* line 8161, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-6--lg {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }

  /* line 8164, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-7--lg {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 8167, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-8--lg {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }

  /* line 8170, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-9--lg {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }

  /* line 8173, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-10--lg {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 8176, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-10--lg {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 8179, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-15--lg {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }

  /* line 8182, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-20--lg {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }

  /* line 8185, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-25--lg {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }

  /* line 8188, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-30--lg {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }

  /* line 8191, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-35--lg {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 8194, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-40--lg {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }

  /* line 8197, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-45--lg {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }

  /* line 8200, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-50--lg {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }

  /* line 8203, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-55--lg {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }

  /* line 8206, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-60--lg {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }

  /* line 8209, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-65--lg {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }

  /* line 8212, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-70--lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 8215, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-75--lg {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }

  /* line 8218, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-80--lg {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }

  /* line 8221, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-85--lg {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }

  /* line 8224, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-90--lg {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }

  /* line 8227, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-95--lg {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }

  /* line 8230, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-100--lg {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }

  /* line 8233, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-1--lg {
    margin-top: 0.07143rem !important;
  }

  /* line 8235, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-1--lg {
    margin-top: -0.07143rem !important;
  }

  /* line 8237, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-2--lg {
    margin-top: 0.14286rem !important;
  }

  /* line 8239, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-2--lg {
    margin-top: -0.14286rem !important;
  }

  /* line 8241, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-3--lg {
    margin-top: 0.21429rem !important;
  }

  /* line 8243, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-3--lg {
    margin-top: -0.21429rem !important;
  }

  /* line 8245, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-4--lg {
    margin-top: 0.28571rem !important;
  }

  /* line 8247, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-4--lg {
    margin-top: -0.28571rem !important;
  }

  /* line 8249, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-5--lg {
    margin-top: 0.35714rem !important;
  }

  /* line 8251, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-5--lg {
    margin-top: -0.35714rem !important;
  }

  /* line 8253, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-6--lg {
    margin-top: 0.42857rem !important;
  }

  /* line 8255, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-6--lg {
    margin-top: -0.42857rem !important;
  }

  /* line 8257, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-7--lg {
    margin-top: 0.5rem !important;
  }

  /* line 8259, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-7--lg {
    margin-top: -0.5rem !important;
  }

  /* line 8261, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-8--lg {
    margin-top: 0.57143rem !important;
  }

  /* line 8263, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-8--lg {
    margin-top: -0.57143rem !important;
  }

  /* line 8265, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-9--lg {
    margin-top: 0.64286rem !important;
  }

  /* line 8267, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-9--lg {
    margin-top: -0.64286rem !important;
  }

  /* line 8269, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-10--lg {
    margin-top: 0.71429rem !important;
  }

  /* line 8271, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10--lg {
    margin-top: -0.71429rem !important;
  }

  /* line 8273, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-11--lg {
    margin-top: 0.78571rem !important;
  }

  /* line 8275, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-11--lg {
    margin-top: -0.78571rem !important;
  }

  /* line 8277, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-12--lg {
    margin-top: 0.85714rem !important;
  }

  /* line 8279, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-12--lg {
    margin-top: -0.85714rem !important;
  }

  /* line 8281, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-13--lg {
    margin-top: 0.92857rem !important;
  }

  /* line 8283, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-13--lg {
    margin-top: -0.92857rem !important;
  }

  /* line 8285, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-14--lg {
    margin-top: 1rem !important;
  }

  /* line 8287, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-14--lg {
    margin-top: -1rem !important;
  }

  /* line 8289, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-15--lg {
    margin-top: 1.07143rem !important;
  }

  /* line 8291, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15--lg {
    margin-top: -1.07143rem !important;
  }

  /* line 8293, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-16--lg {
    margin-top: 1.14286rem !important;
  }

  /* line 8295, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-16--lg {
    margin-top: -1.14286rem !important;
  }

  /* line 8297, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-17--lg {
    margin-top: 1.21429rem !important;
  }

  /* line 8299, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-17--lg {
    margin-top: -1.21429rem !important;
  }

  /* line 8301, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-18--lg {
    margin-top: 1.28571rem !important;
  }

  /* line 8303, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-18--lg {
    margin-top: -1.28571rem !important;
  }

  /* line 8305, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-19--lg {
    margin-top: 1.35714rem !important;
  }

  /* line 8307, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-19--lg {
    margin-top: -1.35714rem !important;
  }

  /* line 8309, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-20--lg {
    margin-top: 1.42857rem !important;
  }

  /* line 8311, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20--lg {
    margin-top: -1.42857rem !important;
  }

  /* line 8313, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-10--lg {
    margin-top: 0.71429rem !important;
  }

  /* line 8315, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10--lg {
    margin-top: -0.71429rem !important;
  }

  /* line 8317, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-15--lg {
    margin-top: 1.07143rem !important;
  }

  /* line 8319, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15--lg {
    margin-top: -1.07143rem !important;
  }

  /* line 8321, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-20--lg {
    margin-top: 1.42857rem !important;
  }

  /* line 8323, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20--lg {
    margin-top: -1.42857rem !important;
  }

  /* line 8325, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-25--lg {
    margin-top: 1.78571rem !important;
  }

  /* line 8327, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-25--lg {
    margin-top: -1.78571rem !important;
  }

  /* line 8329, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-30--lg {
    margin-top: 2.14286rem !important;
  }

  /* line 8331, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-30--lg {
    margin-top: -2.14286rem !important;
  }

  /* line 8333, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-35--lg {
    margin-top: 2.5rem !important;
  }

  /* line 8335, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-35--lg {
    margin-top: -2.5rem !important;
  }

  /* line 8337, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-40--lg {
    margin-top: 2.85714rem !important;
  }

  /* line 8339, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-40--lg {
    margin-top: -2.85714rem !important;
  }

  /* line 8341, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-45--lg {
    margin-top: 3.21429rem !important;
  }

  /* line 8343, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-45--lg {
    margin-top: -3.21429rem !important;
  }

  /* line 8345, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-50--lg {
    margin-top: 3.57143rem !important;
  }

  /* line 8347, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-50--lg {
    margin-top: -3.57143rem !important;
  }

  /* line 8349, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-55--lg {
    margin-top: 3.92857rem !important;
  }

  /* line 8351, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-55--lg {
    margin-top: -3.92857rem !important;
  }

  /* line 8353, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-60--lg {
    margin-top: 4.28571rem !important;
  }

  /* line 8355, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-60--lg {
    margin-top: -4.28571rem !important;
  }

  /* line 8357, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-65--lg {
    margin-top: 4.64286rem !important;
  }

  /* line 8359, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-65--lg {
    margin-top: -4.64286rem !important;
  }

  /* line 8361, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-70--lg {
    margin-top: 5rem !important;
  }

  /* line 8363, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-70--lg {
    margin-top: -5rem !important;
  }

  /* line 8365, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-75--lg {
    margin-top: 5.35714rem !important;
  }

  /* line 8367, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-75--lg {
    margin-top: -5.35714rem !important;
  }

  /* line 8369, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-80--lg {
    margin-top: 5.71429rem !important;
  }

  /* line 8371, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-80--lg {
    margin-top: -5.71429rem !important;
  }

  /* line 8373, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-85--lg {
    margin-top: 6.07143rem !important;
  }

  /* line 8375, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-85--lg {
    margin-top: -6.07143rem !important;
  }

  /* line 8377, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-90--lg {
    margin-top: 6.42857rem !important;
  }

  /* line 8379, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-90--lg {
    margin-top: -6.42857rem !important;
  }

  /* line 8381, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-95--lg {
    margin-top: 6.78571rem !important;
  }

  /* line 8383, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-95--lg {
    margin-top: -6.78571rem !important;
  }

  /* line 8385, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-100--lg {
    margin-top: 7.14286rem !important;
  }

  /* line 8387, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-100--lg {
    margin-top: -7.14286rem !important;
  }

  /* line 8389, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-105--lg {
    margin-top: 7.5rem !important;
  }

  /* line 8391, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-105--lg {
    margin-top: -7.5rem !important;
  }

  /* line 8393, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-110--lg {
    margin-top: 7.85714rem !important;
  }

  /* line 8395, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-110--lg {
    margin-top: -7.85714rem !important;
  }

  /* line 8397, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-115--lg {
    margin-top: 8.21429rem !important;
  }

  /* line 8399, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-115--lg {
    margin-top: -8.21429rem !important;
  }

  /* line 8401, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-120--lg {
    margin-top: 8.57143rem !important;
  }

  /* line 8403, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-120--lg {
    margin-top: -8.57143rem !important;
  }

  /* line 8405, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-125--lg {
    margin-top: 8.92857rem !important;
  }

  /* line 8407, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-125--lg {
    margin-top: -8.92857rem !important;
  }

  /* line 8409, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-130--lg {
    margin-top: 9.28571rem !important;
  }

  /* line 8411, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-130--lg {
    margin-top: -9.28571rem !important;
  }

  /* line 8413, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-135--lg {
    margin-top: 9.64286rem !important;
  }

  /* line 8415, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-135--lg {
    margin-top: -9.64286rem !important;
  }

  /* line 8417, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-140--lg {
    margin-top: 10rem !important;
  }

  /* line 8419, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-140--lg {
    margin-top: -10rem !important;
  }

  /* line 8421, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-145--lg {
    margin-top: 10.35714rem !important;
  }

  /* line 8423, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-145--lg {
    margin-top: -10.35714rem !important;
  }

  /* line 8425, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-150--lg {
    margin-top: 10.71429rem !important;
  }

  /* line 8427, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-150--lg {
    margin-top: -10.71429rem !important;
  }

  /* line 8429, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-155--lg {
    margin-top: 11.07143rem !important;
  }

  /* line 8431, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-155--lg {
    margin-top: -11.07143rem !important;
  }

  /* line 8433, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-160--lg {
    margin-top: 11.42857rem !important;
  }

  /* line 8435, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-160--lg {
    margin-top: -11.42857rem !important;
  }

  /* line 8437, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-165--lg {
    margin-top: 11.78571rem !important;
  }

  /* line 8439, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-165--lg {
    margin-top: -11.78571rem !important;
  }

  /* line 8441, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-170--lg {
    margin-top: 12.14286rem !important;
  }

  /* line 8443, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-170--lg {
    margin-top: -12.14286rem !important;
  }

  /* line 8445, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-1--lg {
    margin-bottom: 0.07143rem !important;
  }

  /* line 8447, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-1--lg {
    margin-bottom: -0.07143rem !important;
  }

  /* line 8449, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-2--lg {
    margin-bottom: 0.14286rem !important;
  }

  /* line 8451, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-2--lg {
    margin-bottom: -0.14286rem !important;
  }

  /* line 8453, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-3--lg {
    margin-bottom: 0.21429rem !important;
  }

  /* line 8455, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-3--lg {
    margin-bottom: -0.21429rem !important;
  }

  /* line 8457, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-4--lg {
    margin-bottom: 0.28571rem !important;
  }

  /* line 8459, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-4--lg {
    margin-bottom: -0.28571rem !important;
  }

  /* line 8461, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-5--lg {
    margin-bottom: 0.35714rem !important;
  }

  /* line 8463, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-5--lg {
    margin-bottom: -0.35714rem !important;
  }

  /* line 8465, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-6--lg {
    margin-bottom: 0.42857rem !important;
  }

  /* line 8467, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-6--lg {
    margin-bottom: -0.42857rem !important;
  }

  /* line 8469, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-7--lg {
    margin-bottom: 0.5rem !important;
  }

  /* line 8471, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-7--lg {
    margin-bottom: -0.5rem !important;
  }

  /* line 8473, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-8--lg {
    margin-bottom: 0.57143rem !important;
  }

  /* line 8475, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-8--lg {
    margin-bottom: -0.57143rem !important;
  }

  /* line 8477, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-9--lg {
    margin-bottom: 0.64286rem !important;
  }

  /* line 8479, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-9--lg {
    margin-bottom: -0.64286rem !important;
  }

  /* line 8481, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-10--lg {
    margin-bottom: 0.71429rem !important;
  }

  /* line 8483, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-10--lg {
    margin-bottom: -0.71429rem !important;
  }

  /* line 8485, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-11--lg {
    margin-bottom: 0.78571rem !important;
  }

  /* line 8487, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-11--lg {
    margin-bottom: -0.78571rem !important;
  }

  /* line 8489, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-12--lg {
    margin-bottom: 0.85714rem !important;
  }

  /* line 8491, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-12--lg {
    margin-bottom: -0.85714rem !important;
  }

  /* line 8493, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-13--lg {
    margin-bottom: 0.92857rem !important;
  }

  /* line 8495, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-13--lg {
    margin-bottom: -0.92857rem !important;
  }

  /* line 8497, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-14--lg {
    margin-bottom: 1rem !important;
  }

  /* line 8499, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-14--lg {
    margin-bottom: -1rem !important;
  }

  /* line 8501, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-15--lg {
    margin-bottom: 1.07143rem !important;
  }

  /* line 8503, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-15--lg {
    margin-bottom: -1.07143rem !important;
  }

  /* line 8505, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-16--lg {
    margin-bottom: 1.14286rem !important;
  }

  /* line 8507, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-16--lg {
    margin-bottom: -1.14286rem !important;
  }

  /* line 8509, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-17--lg {
    margin-bottom: 1.21429rem !important;
  }

  /* line 8511, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-17--lg {
    margin-bottom: -1.21429rem !important;
  }

  /* line 8513, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-18--lg {
    margin-bottom: 1.28571rem !important;
  }

  /* line 8515, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-18--lg {
    margin-bottom: -1.28571rem !important;
  }

  /* line 8517, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-19--lg {
    margin-bottom: 1.35714rem !important;
  }

  /* line 8519, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-19--lg {
    margin-bottom: -1.35714rem !important;
  }

  /* line 8521, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-20--lg {
    margin-bottom: 1.42857rem !important;
  }

  /* line 8523, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-20--lg {
    margin-bottom: -1.42857rem !important;
  }

  /* line 8525, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-10--lg {
    margin-bottom: 0.71429rem !important;
  }

  /* line 8527, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-15--lg {
    margin-bottom: 1.07143rem !important;
  }

  /* line 8529, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-20--lg {
    margin-bottom: 1.42857rem !important;
  }

  /* line 8531, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-25--lg {
    margin-bottom: 1.78571rem !important;
  }

  /* line 8533, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-30--lg {
    margin-bottom: 2.14286rem !important;
  }

  /* line 8535, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-35--lg {
    margin-bottom: 2.5rem !important;
  }

  /* line 8537, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-40--lg {
    margin-bottom: 2.85714rem !important;
  }

  /* line 8539, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-45--lg {
    margin-bottom: 3.21429rem !important;
  }

  /* line 8541, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-50--lg {
    margin-bottom: 3.57143rem !important;
  }

  /* line 8543, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-55--lg {
    margin-bottom: 3.92857rem !important;
  }

  /* line 8545, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-60--lg {
    margin-bottom: 4.28571rem !important;
  }

  /* line 8547, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-65--lg {
    margin-bottom: 4.64286rem !important;
  }

  /* line 8549, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-70--lg {
    margin-bottom: 5rem !important;
  }

  /* line 8551, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-75--lg {
    margin-bottom: 5.35714rem !important;
  }

  /* line 8553, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-80--lg {
    margin-bottom: 5.71429rem !important;
  }

  /* line 8555, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-85--lg {
    margin-bottom: 6.07143rem !important;
  }

  /* line 8557, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-90--lg {
    margin-bottom: 6.42857rem !important;
  }

  /* line 8559, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-95--lg {
    margin-bottom: 6.78571rem !important;
  }

  /* line 8561, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-100--lg {
    margin-bottom: 7.14286rem !important;
  }

  /* line 8563, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-105--lg {
    margin-bottom: 7.5rem !important;
  }

  /* line 8565, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-110--lg {
    margin-bottom: 7.85714rem !important;
  }

  /* line 8567, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-115--lg {
    margin-bottom: 8.21429rem !important;
  }

  /* line 8569, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-120--lg {
    margin-bottom: 8.57143rem !important;
  }

  /* line 8571, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-125--lg {
    margin-bottom: 8.92857rem !important;
  }

  /* line 8573, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-130--lg {
    margin-bottom: 9.28571rem !important;
  }

  /* line 8575, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-135--lg {
    margin-bottom: 9.64286rem !important;
  }

  /* line 8577, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-140--lg {
    margin-bottom: 10rem !important;
  }

  /* line 8579, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-145--lg {
    margin-bottom: 10.35714rem !important;
  }

  /* line 8581, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-150--lg {
    margin-bottom: 10.71429rem !important;
  }

  /* line 8583, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-155--lg {
    margin-bottom: 11.07143rem !important;
  }

  /* line 8585, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-160--lg {
    margin-bottom: 11.42857rem !important;
  }

  /* line 8587, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-165--lg {
    margin-bottom: 11.78571rem !important;
  }

  /* line 8589, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-170--lg {
    margin-bottom: 12.14286rem !important;
  }

  /* line 8591, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-1--lg {
    margin-left: 0.07143rem !important;
  }

  /* line 8593, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-1--lg {
    margin-left: -0.07143rem !important;
  }

  /* line 8595, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-2--lg {
    margin-left: 0.14286rem !important;
  }

  /* line 8597, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-2--lg {
    margin-left: -0.14286rem !important;
  }

  /* line 8599, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-3--lg {
    margin-left: 0.21429rem !important;
  }

  /* line 8601, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-3--lg {
    margin-left: -0.21429rem !important;
  }

  /* line 8603, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-4--lg {
    margin-left: 0.28571rem !important;
  }

  /* line 8605, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-4--lg {
    margin-left: -0.28571rem !important;
  }

  /* line 8607, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-5--lg {
    margin-left: 0.35714rem !important;
  }

  /* line 8609, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5--lg {
    margin-left: -0.35714rem !important;
  }

  /* line 8611, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-6--lg {
    margin-left: 0.42857rem !important;
  }

  /* line 8613, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-6--lg {
    margin-left: -0.42857rem !important;
  }

  /* line 8615, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-7--lg {
    margin-left: 0.5rem !important;
  }

  /* line 8617, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-7--lg {
    margin-left: -0.5rem !important;
  }

  /* line 8619, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-8--lg {
    margin-left: 0.57143rem !important;
  }

  /* line 8621, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-8--lg {
    margin-left: -0.57143rem !important;
  }

  /* line 8623, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-9--lg {
    margin-left: 0.64286rem !important;
  }

  /* line 8625, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-9--lg {
    margin-left: -0.64286rem !important;
  }

  /* line 8627, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-10--lg {
    margin-left: 0.71429rem !important;
  }

  /* line 8629, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10--lg {
    margin-left: -0.71429rem !important;
  }

  /* line 8631, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-5--lg {
    margin-left: 0.35714rem !important;
  }

  /* line 8633, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5--lg {
    margin-left: -0.35714rem !important;
  }

  /* line 8635, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-10--lg {
    margin-left: 0.71429rem !important;
  }

  /* line 8637, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10--lg {
    margin-left: -0.71429rem !important;
  }

  /* line 8639, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-15--lg {
    margin-left: 1.07143rem !important;
  }

  /* line 8641, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-15--lg {
    margin-left: -1.07143rem !important;
  }

  /* line 8643, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-20--lg {
    margin-left: 1.42857rem !important;
  }

  /* line 8645, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-20--lg {
    margin-left: -1.42857rem !important;
  }

  /* line 8647, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-25--lg {
    margin-left: 1.78571rem !important;
  }

  /* line 8649, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-25--lg {
    margin-left: -1.78571rem !important;
  }

  /* line 8651, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-30--lg {
    margin-left: 2.14286rem !important;
  }

  /* line 8653, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-30--lg {
    margin-left: -2.14286rem !important;
  }

  /* line 8655, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-35--lg {
    margin-left: 2.5rem !important;
  }

  /* line 8657, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-35--lg {
    margin-left: -2.5rem !important;
  }

  /* line 8659, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-40--lg {
    margin-left: 2.85714rem !important;
  }

  /* line 8661, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-40--lg {
    margin-left: -2.85714rem !important;
  }

  /* line 8663, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-45--lg {
    margin-left: 3.21429rem !important;
  }

  /* line 8665, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-45--lg {
    margin-left: -3.21429rem !important;
  }

  /* line 8667, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-50--lg {
    margin-left: 3.57143rem !important;
  }

  /* line 8669, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-50--lg {
    margin-left: -3.57143rem !important;
  }

  /* line 8671, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-1--lg {
    margin-right: 0.07143rem !important;
  }

  /* line 8673, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-1--lg {
    margin-right: -0.07143rem !important;
  }

  /* line 8675, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-2--lg {
    margin-right: 0.14286rem !important;
  }

  /* line 8677, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-2--lg {
    margin-right: -0.14286rem !important;
  }

  /* line 8679, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-3--lg {
    margin-right: 0.21429rem !important;
  }

  /* line 8681, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-3--lg {
    margin-right: -0.21429rem !important;
  }

  /* line 8683, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-4--lg {
    margin-right: 0.28571rem !important;
  }

  /* line 8685, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-4--lg {
    margin-right: -0.28571rem !important;
  }

  /* line 8687, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-5--lg {
    margin-right: 0.35714rem !important;
  }

  /* line 8689, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-5--lg {
    margin-right: -0.35714rem !important;
  }

  /* line 8691, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-6--lg {
    margin-right: 0.42857rem !important;
  }

  /* line 8693, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-6--lg {
    margin-right: -0.42857rem !important;
  }

  /* line 8695, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-7--lg {
    margin-right: 0.5rem !important;
  }

  /* line 8697, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-7--lg {
    margin-right: -0.5rem !important;
  }

  /* line 8699, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-8--lg {
    margin-right: 0.57143rem !important;
  }

  /* line 8701, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-8--lg {
    margin-right: -0.57143rem !important;
  }

  /* line 8703, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-9--lg {
    margin-right: 0.64286rem !important;
  }

  /* line 8705, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-9--lg {
    margin-right: -0.64286rem !important;
  }

  /* line 8707, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-10--lg {
    margin-right: 0.71429rem !important;
  }

  /* line 8709, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-10--lg {
    margin-right: -0.71429rem !important;
  }

  /* line 8711, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-5--lg {
    margin-right: 0.35714rem !important;
  }

  /* line 8713, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-10--lg {
    margin-right: 0.71429rem !important;
  }

  /* line 8715, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-15--lg {
    margin-right: 1.07143rem !important;
  }

  /* line 8717, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-20--lg {
    margin-right: 1.42857rem !important;
  }

  /* line 8719, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-25--lg {
    margin-right: 1.78571rem !important;
  }

  /* line 8721, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-30--lg {
    margin-right: 2.14286rem !important;
  }

  /* line 8723, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-35--lg {
    margin-right: 2.5rem !important;
  }

  /* line 8725, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-40--lg {
    margin-right: 2.85714rem !important;
  }

  /* line 8727, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-45--lg {
    margin-right: 3.21429rem !important;
  }

  /* line 8729, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-50--lg {
    margin-right: 3.57143rem !important;
  }
}
/* Margin Spaces (xl)
------------------------------------*/
/* P */
@media (min-width: 1200px) {
  /* line 8736, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ma-0--xl {
    margin: 0 !important;
  }

  /* line 8738, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-0--xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 8741, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-0--xl {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 8744, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-0--xl {
    margin-left: 0 !important;
  }

  /* line 8746, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-0--xl {
    margin-right: 0 !important;
  }

  /* line 8748, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-0--xl {
    margin-top: 0 !important;
  }

  /* line 8750, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-0--xl {
    margin-bottom: 0 !important;
  }

  /* line 8752, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-1--xl {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }

  /* line 8755, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-2--xl {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }

  /* line 8758, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-3--xl {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }

  /* line 8761, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-4--xl {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }

  /* line 8764, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-5--xl {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }

  /* line 8767, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-6--xl {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }

  /* line 8770, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-7--xl {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  /* line 8773, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-8--xl {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }

  /* line 8776, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-9--xl {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }

  /* line 8779, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-10--xl {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 8782, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-10--xl {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 8785, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-15--xl {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }

  /* line 8788, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-20--xl {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }

  /* line 8791, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-25--xl {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }

  /* line 8794, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-30--xl {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }

  /* line 8797, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-35--xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  /* line 8800, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-40--xl {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }

  /* line 8803, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-45--xl {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }

  /* line 8806, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-50--xl {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }

  /* line 8809, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-55--xl {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }

  /* line 8812, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-60--xl {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }

  /* line 8815, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-65--xl {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }

  /* line 8818, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-70--xl {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  /* line 8821, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-75--xl {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }

  /* line 8824, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-80--xl {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }

  /* line 8827, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-85--xl {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }

  /* line 8830, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-90--xl {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }

  /* line 8833, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-95--xl {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }

  /* line 8836, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-100--xl {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }

  /* line 8839, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-1--xl {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }

  /* line 8842, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-2--xl {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }

  /* line 8845, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-3--xl {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }

  /* line 8848, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-4--xl {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }

  /* line 8851, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-5--xl {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }

  /* line 8854, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-6--xl {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }

  /* line 8857, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-7--xl {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 8860, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-8--xl {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }

  /* line 8863, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-9--xl {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }

  /* line 8866, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-10--xl {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 8869, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-10--xl {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 8872, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-15--xl {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }

  /* line 8875, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-20--xl {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }

  /* line 8878, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-25--xl {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }

  /* line 8881, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-30--xl {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }

  /* line 8884, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-35--xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 8887, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-40--xl {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }

  /* line 8890, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-45--xl {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }

  /* line 8893, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-50--xl {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }

  /* line 8896, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-55--xl {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }

  /* line 8899, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-60--xl {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }

  /* line 8902, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-65--xl {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }

  /* line 8905, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-70--xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 8908, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-75--xl {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }

  /* line 8911, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-80--xl {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }

  /* line 8914, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-85--xl {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }

  /* line 8917, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-90--xl {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }

  /* line 8920, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-95--xl {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }

  /* line 8923, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-100--xl {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }

  /* line 8926, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-1--xl {
    margin-top: 0.07143rem !important;
  }

  /* line 8928, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-1--xl {
    margin-top: -0.07143rem !important;
  }

  /* line 8930, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-2--xl {
    margin-top: 0.14286rem !important;
  }

  /* line 8932, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-2--xl {
    margin-top: -0.14286rem !important;
  }

  /* line 8934, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-3--xl {
    margin-top: 0.21429rem !important;
  }

  /* line 8936, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-3--xl {
    margin-top: -0.21429rem !important;
  }

  /* line 8938, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-4--xl {
    margin-top: 0.28571rem !important;
  }

  /* line 8940, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-4--xl {
    margin-top: -0.28571rem !important;
  }

  /* line 8942, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-5--xl {
    margin-top: 0.35714rem !important;
  }

  /* line 8944, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-5--xl {
    margin-top: -0.35714rem !important;
  }

  /* line 8946, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-6--xl {
    margin-top: 0.42857rem !important;
  }

  /* line 8948, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-6--xl {
    margin-top: -0.42857rem !important;
  }

  /* line 8950, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-7--xl {
    margin-top: 0.5rem !important;
  }

  /* line 8952, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-7--xl {
    margin-top: -0.5rem !important;
  }

  /* line 8954, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-8--xl {
    margin-top: 0.57143rem !important;
  }

  /* line 8956, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-8--xl {
    margin-top: -0.57143rem !important;
  }

  /* line 8958, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-9--xl {
    margin-top: 0.64286rem !important;
  }

  /* line 8960, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-9--xl {
    margin-top: -0.64286rem !important;
  }

  /* line 8962, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-10--xl {
    margin-top: 0.71429rem !important;
  }

  /* line 8964, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10--xl {
    margin-top: -0.71429rem !important;
  }

  /* line 8966, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-11--xl {
    margin-top: 0.78571rem !important;
  }

  /* line 8968, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-11--xl {
    margin-top: -0.78571rem !important;
  }

  /* line 8970, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-12--xl {
    margin-top: 0.85714rem !important;
  }

  /* line 8972, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-12--xl {
    margin-top: -0.85714rem !important;
  }

  /* line 8974, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-13--xl {
    margin-top: 0.92857rem !important;
  }

  /* line 8976, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-13--xl {
    margin-top: -0.92857rem !important;
  }

  /* line 8978, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-14--xl {
    margin-top: 1rem !important;
  }

  /* line 8980, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-14--xl {
    margin-top: -1rem !important;
  }

  /* line 8982, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-15--xl {
    margin-top: 1.07143rem !important;
  }

  /* line 8984, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15--xl {
    margin-top: -1.07143rem !important;
  }

  /* line 8986, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-16--xl {
    margin-top: 1.14286rem !important;
  }

  /* line 8988, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-16--xl {
    margin-top: -1.14286rem !important;
  }

  /* line 8990, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-17--xl {
    margin-top: 1.21429rem !important;
  }

  /* line 8992, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-17--xl {
    margin-top: -1.21429rem !important;
  }

  /* line 8994, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-18--xl {
    margin-top: 1.28571rem !important;
  }

  /* line 8996, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-18--xl {
    margin-top: -1.28571rem !important;
  }

  /* line 8998, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-19--xl {
    margin-top: 1.35714rem !important;
  }

  /* line 9000, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-19--xl {
    margin-top: -1.35714rem !important;
  }

  /* line 9002, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-20--xl {
    margin-top: 1.42857rem !important;
  }

  /* line 9004, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20--xl {
    margin-top: -1.42857rem !important;
  }

  /* line 9006, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-10--xl {
    margin-top: 0.71429rem !important;
  }

  /* line 9008, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-10--xl {
    margin-top: -0.71429rem !important;
  }

  /* line 9010, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-15--xl {
    margin-top: 1.07143rem !important;
  }

  /* line 9012, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-15--xl {
    margin-top: -1.07143rem !important;
  }

  /* line 9014, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-20--xl {
    margin-top: 1.42857rem !important;
  }

  /* line 9016, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-20--xl {
    margin-top: -1.42857rem !important;
  }

  /* line 9018, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-25--xl {
    margin-top: 1.78571rem !important;
  }

  /* line 9020, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-25--xl {
    margin-top: -1.78571rem !important;
  }

  /* line 9022, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-30--xl {
    margin-top: 2.14286rem !important;
  }

  /* line 9024, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-30--xl {
    margin-top: -2.14286rem !important;
  }

  /* line 9026, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-35--xl {
    margin-top: 2.5rem !important;
  }

  /* line 9028, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-35--xl {
    margin-top: -2.5rem !important;
  }

  /* line 9030, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-40--xl {
    margin-top: 2.85714rem !important;
  }

  /* line 9032, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-40--xl {
    margin-top: -2.85714rem !important;
  }

  /* line 9034, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-45--xl {
    margin-top: 3.21429rem !important;
  }

  /* line 9036, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-45--xl {
    margin-top: -3.21429rem !important;
  }

  /* line 9038, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-50--xl {
    margin-top: 3.57143rem !important;
  }

  /* line 9040, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-50--xl {
    margin-top: -3.57143rem !important;
  }

  /* line 9042, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-55--xl {
    margin-top: 3.92857rem !important;
  }

  /* line 9044, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-55--xl {
    margin-top: -3.92857rem !important;
  }

  /* line 9046, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-60--xl {
    margin-top: 4.28571rem !important;
  }

  /* line 9048, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-60--xl {
    margin-top: -4.28571rem !important;
  }

  /* line 9050, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-65--xl {
    margin-top: 4.64286rem !important;
  }

  /* line 9052, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-65--xl {
    margin-top: -4.64286rem !important;
  }

  /* line 9054, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-70--xl {
    margin-top: 5rem !important;
  }

  /* line 9056, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-70--xl {
    margin-top: -5rem !important;
  }

  /* line 9058, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-75--xl {
    margin-top: 5.35714rem !important;
  }

  /* line 9060, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-75--xl {
    margin-top: -5.35714rem !important;
  }

  /* line 9062, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-80--xl {
    margin-top: 5.71429rem !important;
  }

  /* line 9064, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-80--xl {
    margin-top: -5.71429rem !important;
  }

  /* line 9066, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-85--xl {
    margin-top: 6.07143rem !important;
  }

  /* line 9068, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-85--xl {
    margin-top: -6.07143rem !important;
  }

  /* line 9070, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-90--xl {
    margin-top: 6.42857rem !important;
  }

  /* line 9072, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-90--xl {
    margin-top: -6.42857rem !important;
  }

  /* line 9074, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-95--xl {
    margin-top: 6.78571rem !important;
  }

  /* line 9076, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-95--xl {
    margin-top: -6.78571rem !important;
  }

  /* line 9078, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-100--xl {
    margin-top: 7.14286rem !important;
  }

  /* line 9080, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-100--xl {
    margin-top: -7.14286rem !important;
  }

  /* line 9082, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-105--xl {
    margin-top: 7.5rem !important;
  }

  /* line 9084, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-105--xl {
    margin-top: -7.5rem !important;
  }

  /* line 9086, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-110--xl {
    margin-top: 7.85714rem !important;
  }

  /* line 9088, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-110--xl {
    margin-top: -7.85714rem !important;
  }

  /* line 9090, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-115--xl {
    margin-top: 8.21429rem !important;
  }

  /* line 9092, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-115--xl {
    margin-top: -8.21429rem !important;
  }

  /* line 9094, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-120--xl {
    margin-top: 8.57143rem !important;
  }

  /* line 9096, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-120--xl {
    margin-top: -8.57143rem !important;
  }

  /* line 9098, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-125--xl {
    margin-top: 8.92857rem !important;
  }

  /* line 9100, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-125--xl {
    margin-top: -8.92857rem !important;
  }

  /* line 9102, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-130--xl {
    margin-top: 9.28571rem !important;
  }

  /* line 9104, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-130--xl {
    margin-top: -9.28571rem !important;
  }

  /* line 9106, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-135--xl {
    margin-top: 9.64286rem !important;
  }

  /* line 9108, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-135--xl {
    margin-top: -9.64286rem !important;
  }

  /* line 9110, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-140--xl {
    margin-top: 10rem !important;
  }

  /* line 9112, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-140--xl {
    margin-top: -10rem !important;
  }

  /* line 9114, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-145--xl {
    margin-top: 10.35714rem !important;
  }

  /* line 9116, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-145--xl {
    margin-top: -10.35714rem !important;
  }

  /* line 9118, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-150--xl {
    margin-top: 10.71429rem !important;
  }

  /* line 9120, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-150--xl {
    margin-top: -10.71429rem !important;
  }

  /* line 9122, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-155--xl {
    margin-top: 11.07143rem !important;
  }

  /* line 9124, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-155--xl {
    margin-top: -11.07143rem !important;
  }

  /* line 9126, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-160--xl {
    margin-top: 11.42857rem !important;
  }

  /* line 9128, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-160--xl {
    margin-top: -11.42857rem !important;
  }

  /* line 9130, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-165--xl {
    margin-top: 11.78571rem !important;
  }

  /* line 9132, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-165--xl {
    margin-top: -11.78571rem !important;
  }

  /* line 9134, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-170--xl {
    margin-top: 12.14286rem !important;
  }

  /* line 9136, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mt-minus-170--xl {
    margin-top: -12.14286rem !important;
  }

  /* line 9138, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-1--xl {
    margin-bottom: 0.07143rem !important;
  }

  /* line 9140, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-1--xl {
    margin-bottom: -0.07143rem !important;
  }

  /* line 9142, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-2--xl {
    margin-bottom: 0.14286rem !important;
  }

  /* line 9144, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-2--xl {
    margin-bottom: -0.14286rem !important;
  }

  /* line 9146, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-3--xl {
    margin-bottom: 0.21429rem !important;
  }

  /* line 9148, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-3--xl {
    margin-bottom: -0.21429rem !important;
  }

  /* line 9150, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-4--xl {
    margin-bottom: 0.28571rem !important;
  }

  /* line 9152, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-4--xl {
    margin-bottom: -0.28571rem !important;
  }

  /* line 9154, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-5--xl {
    margin-bottom: 0.35714rem !important;
  }

  /* line 9156, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-5--xl {
    margin-bottom: -0.35714rem !important;
  }

  /* line 9158, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-6--xl {
    margin-bottom: 0.42857rem !important;
  }

  /* line 9160, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-6--xl {
    margin-bottom: -0.42857rem !important;
  }

  /* line 9162, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-7--xl {
    margin-bottom: 0.5rem !important;
  }

  /* line 9164, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-7--xl {
    margin-bottom: -0.5rem !important;
  }

  /* line 9166, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-8--xl {
    margin-bottom: 0.57143rem !important;
  }

  /* line 9168, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-8--xl {
    margin-bottom: -0.57143rem !important;
  }

  /* line 9170, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-9--xl {
    margin-bottom: 0.64286rem !important;
  }

  /* line 9172, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-9--xl {
    margin-bottom: -0.64286rem !important;
  }

  /* line 9174, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-10--xl {
    margin-bottom: 0.71429rem !important;
  }

  /* line 9176, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-10--xl {
    margin-bottom: -0.71429rem !important;
  }

  /* line 9178, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-11--xl {
    margin-bottom: 0.78571rem !important;
  }

  /* line 9180, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-11--xl {
    margin-bottom: -0.78571rem !important;
  }

  /* line 9182, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-12--xl {
    margin-bottom: 0.85714rem !important;
  }

  /* line 9184, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-12--xl {
    margin-bottom: -0.85714rem !important;
  }

  /* line 9186, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-13--xl {
    margin-bottom: 0.92857rem !important;
  }

  /* line 9188, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-13--xl {
    margin-bottom: -0.92857rem !important;
  }

  /* line 9190, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-14--xl {
    margin-bottom: 1rem !important;
  }

  /* line 9192, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-14--xl {
    margin-bottom: -1rem !important;
  }

  /* line 9194, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-15--xl {
    margin-bottom: 1.07143rem !important;
  }

  /* line 9196, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-15--xl {
    margin-bottom: -1.07143rem !important;
  }

  /* line 9198, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-16--xl {
    margin-bottom: 1.14286rem !important;
  }

  /* line 9200, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-16--xl {
    margin-bottom: -1.14286rem !important;
  }

  /* line 9202, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-17--xl {
    margin-bottom: 1.21429rem !important;
  }

  /* line 9204, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-17--xl {
    margin-bottom: -1.21429rem !important;
  }

  /* line 9206, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-18--xl {
    margin-bottom: 1.28571rem !important;
  }

  /* line 9208, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-18--xl {
    margin-bottom: -1.28571rem !important;
  }

  /* line 9210, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-19--xl {
    margin-bottom: 1.35714rem !important;
  }

  /* line 9212, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-19--xl {
    margin-bottom: -1.35714rem !important;
  }

  /* line 9214, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-20--xl {
    margin-bottom: 1.42857rem !important;
  }

  /* line 9216, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-minus-20--xl {
    margin-bottom: -1.42857rem !important;
  }

  /* line 9218, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-10--xl {
    margin-bottom: 0.71429rem !important;
  }

  /* line 9220, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-15--xl {
    margin-bottom: 1.07143rem !important;
  }

  /* line 9222, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-20--xl {
    margin-bottom: 1.42857rem !important;
  }

  /* line 9224, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-25--xl {
    margin-bottom: 1.78571rem !important;
  }

  /* line 9226, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-30--xl {
    margin-bottom: 2.14286rem !important;
  }

  /* line 9228, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-35--xl {
    margin-bottom: 2.5rem !important;
  }

  /* line 9230, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-40--xl {
    margin-bottom: 2.85714rem !important;
  }

  /* line 9232, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-45--xl {
    margin-bottom: 3.21429rem !important;
  }

  /* line 9234, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-50--xl {
    margin-bottom: 3.57143rem !important;
  }

  /* line 9236, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-55--xl {
    margin-bottom: 3.92857rem !important;
  }

  /* line 9238, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-60--xl {
    margin-bottom: 4.28571rem !important;
  }

  /* line 9240, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-65--xl {
    margin-bottom: 4.64286rem !important;
  }

  /* line 9242, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-70--xl {
    margin-bottom: 5rem !important;
  }

  /* line 9244, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-75--xl {
    margin-bottom: 5.35714rem !important;
  }

  /* line 9246, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-80--xl {
    margin-bottom: 5.71429rem !important;
  }

  /* line 9248, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-85--xl {
    margin-bottom: 6.07143rem !important;
  }

  /* line 9250, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-90--xl {
    margin-bottom: 6.42857rem !important;
  }

  /* line 9252, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-95--xl {
    margin-bottom: 6.78571rem !important;
  }

  /* line 9254, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-100--xl {
    margin-bottom: 7.14286rem !important;
  }

  /* line 9256, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-105--xl {
    margin-bottom: 7.5rem !important;
  }

  /* line 9258, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-110--xl {
    margin-bottom: 7.85714rem !important;
  }

  /* line 9260, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-115--xl {
    margin-bottom: 8.21429rem !important;
  }

  /* line 9262, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-120--xl {
    margin-bottom: 8.57143rem !important;
  }

  /* line 9264, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-125--xl {
    margin-bottom: 8.92857rem !important;
  }

  /* line 9266, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-130--xl {
    margin-bottom: 9.28571rem !important;
  }

  /* line 9268, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-135--xl {
    margin-bottom: 9.64286rem !important;
  }

  /* line 9270, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-140--xl {
    margin-bottom: 10rem !important;
  }

  /* line 9272, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-145--xl {
    margin-bottom: 10.35714rem !important;
  }

  /* line 9274, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-150--xl {
    margin-bottom: 10.71429rem !important;
  }

  /* line 9276, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-155--xl {
    margin-bottom: 11.07143rem !important;
  }

  /* line 9278, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-160--xl {
    margin-bottom: 11.42857rem !important;
  }

  /* line 9280, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-165--xl {
    margin-bottom: 11.78571rem !important;
  }

  /* line 9282, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-170--xl {
    margin-bottom: 12.14286rem !important;
  }

  /* line 9284, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-1--xl {
    margin-left: 0.07143rem !important;
  }

  /* line 9286, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-1--xl {
    margin-left: -0.07143rem !important;
  }

  /* line 9288, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-2--xl {
    margin-left: 0.14286rem !important;
  }

  /* line 9290, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-2--xl {
    margin-left: -0.14286rem !important;
  }

  /* line 9292, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-3--xl {
    margin-left: 0.21429rem !important;
  }

  /* line 9294, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-3--xl {
    margin-left: -0.21429rem !important;
  }

  /* line 9296, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-4--xl {
    margin-left: 0.28571rem !important;
  }

  /* line 9298, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-4--xl {
    margin-left: -0.28571rem !important;
  }

  /* line 9300, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-5--xl {
    margin-left: 0.35714rem !important;
  }

  /* line 9302, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5--xl {
    margin-left: -0.35714rem !important;
  }

  /* line 9304, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-6--xl {
    margin-left: 0.42857rem !important;
  }

  /* line 9306, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-6--xl {
    margin-left: -0.42857rem !important;
  }

  /* line 9308, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-7--xl {
    margin-left: 0.5rem !important;
  }

  /* line 9310, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-7--xl {
    margin-left: -0.5rem !important;
  }

  /* line 9312, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-8--xl {
    margin-left: 0.57143rem !important;
  }

  /* line 9314, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-8--xl {
    margin-left: -0.57143rem !important;
  }

  /* line 9316, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-9--xl {
    margin-left: 0.64286rem !important;
  }

  /* line 9318, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-9--xl {
    margin-left: -0.64286rem !important;
  }

  /* line 9320, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-10--xl {
    margin-left: 0.71429rem !important;
  }

  /* line 9322, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10--xl {
    margin-left: -0.71429rem !important;
  }

  /* line 9324, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-5--xl {
    margin-left: 0.35714rem !important;
  }

  /* line 9326, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-5--xl {
    margin-left: -0.35714rem !important;
  }

  /* line 9328, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-10--xl {
    margin-left: 0.71429rem !important;
  }

  /* line 9330, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-10--xl {
    margin-left: -0.71429rem !important;
  }

  /* line 9332, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-15--xl {
    margin-left: 1.07143rem !important;
  }

  /* line 9334, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-15--xl {
    margin-left: -1.07143rem !important;
  }

  /* line 9336, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-20--xl {
    margin-left: 1.42857rem !important;
  }

  /* line 9338, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-20--xl {
    margin-left: -1.42857rem !important;
  }

  /* line 9340, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-25--xl {
    margin-left: 1.78571rem !important;
  }

  /* line 9342, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-25--xl {
    margin-left: -1.78571rem !important;
  }

  /* line 9344, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-30--xl {
    margin-left: 2.14286rem !important;
  }

  /* line 9346, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-30--xl {
    margin-left: -2.14286rem !important;
  }

  /* line 9348, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-35--xl {
    margin-left: 2.5rem !important;
  }

  /* line 9350, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-35--xl {
    margin-left: -2.5rem !important;
  }

  /* line 9352, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-40--xl {
    margin-left: 2.85714rem !important;
  }

  /* line 9354, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-40--xl {
    margin-left: -2.85714rem !important;
  }

  /* line 9356, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-45--xl {
    margin-left: 3.21429rem !important;
  }

  /* line 9358, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-45--xl {
    margin-left: -3.21429rem !important;
  }

  /* line 9360, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-50--xl {
    margin-left: 3.57143rem !important;
  }

  /* line 9362, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-50--xl {
    margin-left: -3.57143rem !important;
  }

  /* line 9364, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-1--xl {
    margin-right: 0.07143rem !important;
  }

  /* line 9366, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-1--xl {
    margin-right: -0.07143rem !important;
  }

  /* line 9368, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-2--xl {
    margin-right: 0.14286rem !important;
  }

  /* line 9370, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-2--xl {
    margin-right: -0.14286rem !important;
  }

  /* line 9372, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-3--xl {
    margin-right: 0.21429rem !important;
  }

  /* line 9374, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-3--xl {
    margin-right: -0.21429rem !important;
  }

  /* line 9376, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-4--xl {
    margin-right: 0.28571rem !important;
  }

  /* line 9378, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-4--xl {
    margin-right: -0.28571rem !important;
  }

  /* line 9380, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-5--xl {
    margin-right: 0.35714rem !important;
  }

  /* line 9382, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-5--xl {
    margin-right: -0.35714rem !important;
  }

  /* line 9384, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-6--xl {
    margin-right: 0.42857rem !important;
  }

  /* line 9386, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-6--xl {
    margin-right: -0.42857rem !important;
  }

  /* line 9388, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-7--xl {
    margin-right: 0.5rem !important;
  }

  /* line 9390, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-7--xl {
    margin-right: -0.5rem !important;
  }

  /* line 9392, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-8--xl {
    margin-right: 0.57143rem !important;
  }

  /* line 9394, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-8--xl {
    margin-right: -0.57143rem !important;
  }

  /* line 9396, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-9--xl {
    margin-right: 0.64286rem !important;
  }

  /* line 9398, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-9--xl {
    margin-right: -0.64286rem !important;
  }

  /* line 9400, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-10--xl {
    margin-right: 0.71429rem !important;
  }

  /* line 9402, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-10--xl {
    margin-right: -0.71429rem !important;
  }

  /* line 9404, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-5--xl {
    margin-right: 0.35714rem !important;
  }

  /* line 9406, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-10--xl {
    margin-right: 0.71429rem !important;
  }

  /* line 9408, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-15--xl {
    margin-right: 1.07143rem !important;
  }

  /* line 9410, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-20--xl {
    margin-right: 1.42857rem !important;
  }

  /* line 9412, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-25--xl {
    margin-right: 1.78571rem !important;
  }

  /* line 9414, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-30--xl {
    margin-right: 2.14286rem !important;
  }

  /* line 9416, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-35--xl {
    margin-right: 2.5rem !important;
  }

  /* line 9418, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-40--xl {
    margin-right: 2.85714rem !important;
  }

  /* line 9420, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-45--xl {
    margin-right: 3.21429rem !important;
  }

  /* line 9422, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-50--xl {
    margin-right: 3.57143rem !important;
  }
}
/* Margins Around
------------------------------------*/
/* line 9427, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ma-1 {
  margin: 0.07143rem !important;
}

/* line 9430, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ma-3 {
  margin: 0.21429rem !important;
}

/* line 9433, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ma-5 {
  margin: 0.35714rem !important;
}

/* line 9436, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ma-10 {
  margin: 0.71429rem !important;
}

/* line 9439, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ma-20 {
  margin: 1.42857rem !important;
}

/* line 9442, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ma-minus-1 {
  margin: -0.07143rem !important;
}

/* Minus Margins
------------------------------------*/
/* Minus Margin Top */
/* line 9448, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mt-minus-1 {
  margin-top: -0.07143rem;
}

/* line 9451, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mt-minus-20 {
  margin-top: -1.42857rem;
}

/* line 9454, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mt-minus-25 {
  margin-top: -1.78571rem;
}

/* line 9457, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mt-minus-30 {
  margin-top: -2.14286rem;
}

/* line 9460, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mt-minus-40 {
  margin-top: -2.85714rem;
}

/* line 9463, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mt-minus-70 {
  margin-top: -5rem;
}

/* line 9466, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mt-minus-120 {
  margin-top: -8.57143rem;
}

/* line 9469, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mt-minus-200 {
  margin-top: -14.28571rem;
}

/* line 9472, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mt-minus-300 {
  margin-top: -21.42857rem;
}

/* Minus Margin Bottom */
/* line 9476, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mb-minus-70 {
  margin-bottom: -5rem;
}

/* Minus Margin Left */
/* line 9480, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-minus-20 {
  margin-left: -1.42857rem;
}

/* line 9483, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-minus-35 {
  margin-left: -2.5rem;
}

/* line 9486, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-minus-55 {
  margin-left: -3.92857rem;
}

/* line 9489, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-minus-25 {
  margin-left: -1.78571rem;
}

/* line 9492, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-minus-82 {
  margin-left: -5.85714rem;
}

/* line 9495, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-minus-90 {
  margin-left: -6.42857rem;
}

/* line 9498, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-minus-100 {
  margin-left: -7.14286rem;
}

/* line 9501, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-minus-118 {
  margin-left: -8.42857rem;
}

/* line 9504, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-minus-142 {
  margin-left: -10.14286rem;
}

/* Minus Margin Right */
/* line 9508, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mr-minus-50 {
  margin-right: -3.57143rem;
}

/* line 9511, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mr-minus-100 {
  margin-right: -7.14286rem;
}

/* Margin Left and Right */
/* line 9515, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mx-minus-1 {
  margin-left: -0.07143rem;
  margin-right: -0.07143rem;
}

/* line 9519, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mx-minus-2 {
  margin-left: -0.14286rem;
  margin-right: -0.14286rem;
}

/* line 9523, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mx-minus-4 {
  margin-left: -0.28571rem;
  margin-right: -0.28571rem;
}

/* line 9527, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mx-minus-5 {
  margin-left: -0.35714rem;
  margin-right: -0.35714rem;
}

/* line 9531, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mx-minus-15 {
  margin-left: -1.07143rem;
  margin-right: -1.07143rem;
}

/* line 9535, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mx-minus-25 {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem;
}

/* line 9539, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mx-minus-30 {
  margin-left: -2.14286rem;
  margin-right: -2.14286rem;
}

/* Custon Spaces
------------------------------------*/
/* Margin Top */
/* line 9546, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mt-10x {
  margin-top: 10%;
  /* O */
}

/* line 9550, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mt-21 {
  margin-top: 1.5rem;
}

/* line 9553, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mt-22 {
  margin-top: 1.57143rem;
}

/* line 9556, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mt-32 {
  margin-top: 2.28571rem !important;
}

/* line 9559, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mt-57 {
  margin-top: 4.07143rem !important;
}

/* line 9562, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mt-500 {
  margin-top: 35.71429rem;
}

/* Margin Bottom */
/* line 9566, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mb-23 {
  margin-bottom: 1.64286rem;
}

/* line 9569, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mb-28 {
  margin-bottom: 2rem;
}

/* line 9572, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mb-500 {
  margin-bottom: 35.71429rem;
}

/* Margin Left */
/* line 9576, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-10x {
  margin-left: 10%;
  /* O */
}

/* line 9580, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-12 {
  margin-left: 0.85714rem;
}

/* line 9583, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-13 {
  margin-left: 0.92857rem;
}

/* line 9586, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-20 {
  margin-left: 1.42857rem;
}

/* line 9589, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-25 {
  margin-left: 1.78571rem;
}

/* line 9592, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-35 {
  margin-left: 2.5rem;
}

/* line 9595, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-43 {
  margin-left: 3.07143rem;
}

/* line 9598, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-60 {
  margin-left: 4.28571rem;
}

/* line 9601, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-75 {
  margin-left: 5.35714rem;
}

/* line 9604, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-82 {
  margin-left: 5.85714rem;
}

/* line 9607, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-85 {
  margin-left: 6.07143rem;
}

/* line 9610, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-105 {
  margin-left: 7.5rem;
}

/* line 9613, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-118 {
  margin-left: 8.42857rem;
}

/* line 9616, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-ml-142 {
  margin-left: 10.14286rem;
}

/* Margin Right */
/* line 9620, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mr-12 {
  margin-right: 0.85714rem;
}

/* line 9623, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mr-60 {
  margin-right: 4.28571rem;
}

/* line 9626, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mr-63 {
  margin-right: 4.5rem;
}

/* line 9629, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mr-minus-10 {
  margin-right: -0.71429rem;
}

/* line 9632, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mr-minus-15 {
  margin-right: -1.07143rem;
}

/* line 9635, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mr-minus-30 {
  margin-right: -2.14286rem;
}

/* Margin Left and Right */
/* line 9639, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mx-minus-10 {
  margin-left: -0.71429rem;
  margin-right: -0.71429rem;
}

/* line 9643, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mx-minus-15 {
  margin-left: -1.07143rem;
  margin-right: -1.07143rem;
}

/* line 9647, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mx-minus-20 {
  margin-left: -1.42857rem;
  margin-right: -1.42857rem;
}

/* line 9651, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mx-minus-25 {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem;
}

/* line 9655, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-mx-minus-30 {
  margin-left: -2.14286rem;
  margin-right: -2.14286rem;
}

/* Margin Top and Bottom */
/* line 9660, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-my-minus-1 {
  margin-top: -0.07143rem;
  margin-bottom: -0.07143rem;
}

/* line 9664, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-my-minus-2 {
  margin-top: -0.14286rem;
  margin-bottom: -0.14286rem;
}

/* line 9668, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-my-minus-10 {
  margin-top: -0.71429rem;
  margin-bottom: -0.71429rem;
}

/* line 9672, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-m-reset {
  margin: 0 !important;
}

@media (min-width: 576px) {
  /* line 9676, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-0--sm {
    margin-bottom: 0 !important;
  }

  /* line 9678, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-minus-10--sm {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }

  /* line 9681, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-minus-5--sm {
    margin-top: -0.35714rem;
    margin-bottom: -0.35714rem;
  }

  /* line 9684, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-minus-10--sm {
    margin-top: -0.71429rem;
    margin-bottom: -0.71429rem;
  }

  /* line 9687, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-minus-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 9690, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-my-minus-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 9695, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-12--md {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important;
  }

  /* line 9698, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-12--md {
    margin-left: 0.85714rem !important;
  }

  /* line 9700, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-12--md {
    margin-right: 0.85714rem !important;
  }

  /* line 9702, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-0--md {
    margin-bottom: 0 !important;
  }

  /* line 9704, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-1--md {
    margin-left: -0.07143rem;
  }

  /* line 9706, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-1--md {
    margin-right: -0.07143rem;
  }

  /* line 9708, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-9--md {
    margin-left: 0.64286rem !important;
  }

  /* line 9710, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-9--md {
    margin-right: 0.64286rem !important;
  }

  /* line 9712, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-82--md {
    margin-left: -5.85714rem !important;
  }

  /* line 9714, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-60--md {
    margin-right: 4.28571rem !important;
  }

  /* line 9716, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-63--md {
    margin-right: 4.5rem !important;
  }

  /* line 9718, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-85--md {
    margin-left: 6.07143rem !important;
  }

  /* line 9720, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-90--md {
    margin-left: -6.42857rem !important;
  }

  /* line 9722, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-m-reset--md {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  /* line 9726, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-12--lg {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important;
  }

  /* line 9729, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mb-60--lg {
    margin-bottom: 4.28571rem !important;
  }

  /* line 9731, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-12--lg {
    margin-left: 0.85714rem !important;
  }

  /* line 9733, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-12--lg {
    margin-right: 0.85714rem !important;
  }

  /* line 9735, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-1--lg {
    margin-right: -0.07143rem;
  }

  /* line 9737, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mr-minus-100--lg {
    margin-right: -7.14286rem;
  }

  /* line 9739, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-100--lg {
    margin-left: -7.14286rem;
  }

  /* line 9741, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-100 {
    margin-left: -7.14286rem;
  }

  /* line 9743, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-minus-5--lg {
    margin-left: -0.35714rem;
    margin-right: -0.35714rem;
  }

  /* line 9746, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-minus-10--lg {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }

  /* line 9749, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-minus-15--lg {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
  }

  /* line 9752, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-minus-50--lg {
    margin-left: -3.57143rem;
  }

  /* line 9754, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-m-reset--lg {
    margin: 0 !important;
  }

  /* line 9756, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-ml-100--lg {
    margin-left: 7.14286rem;
  }
}
@media (min-width: 1200px) {
  /* line 9760, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-minus-10--xl {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }

  /* line 9763, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-mx-minus-15--xl {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
  }

  /* line 9766, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-m-reset--xl {
    margin: 0 !important;
  }
}
/*------------------------------------
  Margins Extended
------------------------------------*/
@media (min-width: 992px) {
  /* Margin Top */
  /* line 9774, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-1--lg--scrolling {
    margin-top: 0.07143rem !important;
  }

  /* line 9776, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-2--lg--scrolling {
    margin-top: 0.14286rem !important;
  }

  /* line 9778, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-3--lg--scrolling {
    margin-top: 0.21429rem !important;
  }

  /* line 9780, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-4--lg--scrolling {
    margin-top: 0.28571rem !important;
  }

  /* line 9782, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-5--lg--scrolling {
    margin-top: 0.35714rem !important;
  }

  /* line 9784, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-6--lg--scrolling {
    margin-top: 0.42857rem !important;
  }

  /* line 9786, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-7--lg--scrolling {
    margin-top: 0.5rem !important;
  }

  /* line 9788, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-8--lg--scrolling {
    margin-top: 0.57143rem !important;
  }

  /* line 9790, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-9--lg--scrolling {
    margin-top: 0.64286rem !important;
  }

  /* line 9792, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-10--lg--scrolling {
    margin-top: 0.71429rem !important;
  }

  /* line 9794, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-11--lg--scrolling {
    margin-top: 0.78571rem !important;
  }

  /* line 9796, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-12--lg--scrolling {
    margin-top: 0.85714rem !important;
  }

  /* line 9798, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-13--lg--scrolling {
    margin-top: 0.92857rem !important;
  }

  /* line 9800, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-14--lg--scrolling {
    margin-top: 1rem !important;
  }

  /* line 9802, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-15--lg--scrolling {
    margin-top: 1.07143rem !important;
  }

  /* line 9804, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-16--lg--scrolling {
    margin-top: 1.14286rem !important;
  }

  /* line 9806, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-17--lg--scrolling {
    margin-top: 1.21429rem !important;
  }

  /* line 9808, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-18--lg--scrolling {
    margin-top: 1.28571rem !important;
  }

  /* line 9810, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-19--lg--scrolling {
    margin-top: 1.35714rem !important;
  }

  /* line 9812, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-20--lg--scrolling {
    margin-top: 1.42857rem !important;
  }

  /* line 9814, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-21--lg--scrolling {
    margin-top: 1.5rem !important;
  }

  /* line 9816, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-22--lg--scrolling {
    margin-top: 1.57143rem !important;
  }

  /* line 9818, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-23--lg--scrolling {
    margin-top: 1.64286rem !important;
  }

  /* line 9820, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-24--lg--scrolling {
    margin-top: 1.71429rem !important;
  }

  /* line 9822, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .js-header-change-moment .g-mt-25--lg--scrolling {
    margin-top: 1.78571rem !important;
  }
}
/*------------------------------------
  Padding Spaces
------------------------------------*/
/* Padding Spaces (xs)
------------------------------------*/
@media (min-width: 0) {
  /* line 9831, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-0 {
    padding: 0 !important;
  }

  /* line 9833, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 9836, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 9839, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-0 {
    padding-left: 0 !important;
  }

  /* line 9841, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-0 {
    padding-right: 0 !important;
  }

  /* line 9843, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-0 {
    padding-top: 0 !important;
  }

  /* line 9845, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-0 {
    padding-bottom: 0 !important;
  }

  /* Padding Around */
  /* line 9848, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-2 {
    padding: 0.14286rem !important;
  }

  /* line 9850, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-3 {
    padding: 0.21429rem !important;
  }

  /* line 9852, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-5 {
    padding: 0.35714rem !important;
  }

  /* line 9854, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-7 {
    padding: 0.5rem !important;
  }

  /* line 9856, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-10 {
    padding: 0.71429rem !important;
  }

  /* line 9858, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-15 {
    padding: 1.07143rem !important;
  }

  /* line 9860, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-20 {
    padding: 1.42857rem !important;
  }

  /* line 9862, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-25 {
    padding: 1.78571rem !important;
  }

  /* line 9864, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-30 {
    padding: 2.14286rem !important;
  }

  /* line 9866, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-35 {
    padding: 2.5rem !important;
  }

  /* line 9868, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-40 {
    padding: 2.85714rem !important;
  }

  /* line 9870, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-45 {
    padding: 3.21429rem !important;
  }

  /* line 9872, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-50 {
    padding: 3.57143rem !important;
  }

  /* line 9874, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-55 {
    padding: 3.92857rem !important;
  }

  /* line 9876, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-60 {
    padding: 4.28571rem !important;
  }

  /* line 9878, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-65 {
    padding: 4.64286rem !important;
  }

  /* line 9880, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-70 {
    padding: 5rem !important;
  }

  /* line 9882, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-75 {
    padding: 5.35714rem !important;
  }

  /* line 9884, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-80 {
    padding: 5.71429rem !important;
  }

  /* line 9886, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-85 {
    padding: 6.07143rem !important;
  }

  /* line 9888, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-90 {
    padding: 6.42857rem !important;
  }

  /* line 9890, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-95 {
    padding: 6.78571rem !important;
  }

  /* line 9892, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-100 {
    padding: 7.14286rem !important;
  }

  /* line 9894, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-105 {
    padding: 7.5rem !important;
  }

  /* line 9896, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-110 {
    padding: 7.85714rem !important;
  }

  /* line 9898, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-115 {
    padding: 8.21429rem !important;
  }

  /* line 9900, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-120 {
    padding: 8.57143rem !important;
  }

  /* line 9902, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-125 {
    padding: 8.92857rem !important;
  }

  /* line 9904, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-130 {
    padding: 9.28571rem !important;
  }

  /* line 9906, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-135 {
    padding: 9.64286rem !important;
  }

  /* line 9908, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-140 {
    padding: 10rem !important;
  }

  /* line 9910, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-145 {
    padding: 10.35714rem !important;
  }

  /* line 9912, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-150 {
    padding: 10.71429rem !important;
  }

  /* Padding X */
  /* line 9915, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-1 {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }

  /* line 9918, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-2 {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }

  /* line 9921, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-3 {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }

  /* line 9924, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-4 {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }

  /* line 9927, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-5 {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }

  /* line 9930, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-6 {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }

  /* line 9933, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-7 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  /* line 9936, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-8 {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }

  /* line 9939, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-9 {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }

  /* line 9942, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-10 {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 9945, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-11 {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }

  /* line 9948, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-12 {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }

  /* line 9951, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-13 {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }

  /* line 9954, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-14 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* line 9957, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 9960, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-10 {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 9963, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 9966, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-20 {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }

  /* line 9969, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-25 {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }

  /* line 9972, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-30 {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }

  /* line 9975, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-35 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  /* line 9978, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-40 {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }

  /* line 9981, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-45 {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }

  /* line 9984, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-50 {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }

  /* line 9987, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-55 {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }

  /* line 9990, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-60 {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }

  /* line 9993, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-65 {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }

  /* line 9996, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-70 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  /* line 9999, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-75 {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }

  /* line 10002, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-80 {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }

  /* line 10005, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-85 {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }

  /* line 10008, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-90 {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }

  /* line 10011, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-95 {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }

  /* line 10014, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-100 {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }

  /* line 10017, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-105 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  /* line 10020, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-110 {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }

  /* line 10023, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-115 {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }

  /* line 10026, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-120 {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }

  /* line 10029, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-125 {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }

  /* line 10032, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-130 {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }

  /* line 10035, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-135 {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }

  /* line 10038, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-140 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  /* line 10041, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-145 {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }

  /* line 10044, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-150 {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }

  /* Padding Y */
  /* line 10048, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-1 {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }

  /* line 10051, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-2 {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }

  /* line 10054, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-3 {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }

  /* line 10057, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-4 {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }

  /* line 10060, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-5 {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }

  /* line 10063, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-6 {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }

  /* line 10066, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-7 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 10069, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-8 {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }

  /* line 10072, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-9 {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }

  /* line 10075, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* line 10078, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-11 {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }

  /* line 10081, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-12 {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }

  /* line 10084, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-13 {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }

  /* line 10087, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-14 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 10090, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* line 10093, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-16 {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }

  /* line 10096, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-17 {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }

  /* line 10099, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-18 {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }

  /* line 10102, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-19 {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }

  /* P */
  /* line 10106, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* P */
  /* line 10110, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* P */
  /* line 10114, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-20 {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }

  /* P */
  /* line 10118, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-25 {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }

  /* P */
  /* line 10122, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-30 {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }

  /* P */
  /* line 10126, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-35 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* P */
  /* line 10130, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-40 {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }

  /* P */
  /* line 10134, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-45 {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }

  /* P */
  /* line 10138, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-50 {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }

  /* P */
  /* line 10142, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-55 {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }

  /* P */
  /* line 10146, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-60 {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }

  /* P */
  /* line 10150, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-65 {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }

  /* P */
  /* line 10154, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-70 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* P */
  /* line 10158, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-75 {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }

  /* P */
  /* line 10162, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-80 {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }

  /* P */
  /* line 10166, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-85 {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }

  /* P */
  /* line 10170, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-90 {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }

  /* P */
  /* line 10174, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-95 {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }

  /* P */
  /* line 10178, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-100 {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }

  /* P */
  /* line 10182, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-105 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* P */
  /* line 10186, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-110 {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }

  /* P */
  /* line 10190, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-115 {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }

  /* P */
  /* line 10194, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-120 {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }

  /* P */
  /* line 10198, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-125 {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }

  /* P */
  /* line 10202, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-130 {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }

  /* P */
  /* line 10206, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-135 {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }

  /* P */
  /* line 10210, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-140 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* P */
  /* line 10214, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-145 {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }

  /* P */
  /* line 10218, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-150 {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }

  /* P */
  /* line 10222, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-155 {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }

  /* P */
  /* line 10226, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-160 {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }

  /* P */
  /* line 10230, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-165 {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }

  /* P */
  /* line 10234, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-170 {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }

  /* P */
  /* line 10238, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-175 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* P */
  /* line 10242, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-180 {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }

  /* P */
  /* line 10246, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-185 {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }

  /* P */
  /* line 10250, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-190 {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }

  /* P */
  /* line 10254, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-195 {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }

  /* P */
  /* line 10258, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-200 {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }

  /* P */
  /* line 10262, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-205 {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }

  /* P */
  /* line 10266, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-210 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* Padding Top */
  /* line 10270, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-0 {
    padding-top: 0px !important;
  }

  /* line 10272, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-1 {
    padding-top: 0.07143rem !important;
  }

  /* line 10274, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-2 {
    padding-top: 0.14286rem !important;
  }

  /* line 10276, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-3 {
    padding-top: 0.21429rem !important;
  }

  /* line 10278, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-4 {
    padding-top: 0.28571rem !important;
  }

  /* line 10280, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-5 {
    padding-top: 0.35714rem !important;
  }

  /* line 10282, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-6 {
    padding-top: 0.42857rem !important;
  }

  /* line 10284, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-7 {
    padding-top: 0.5rem !important;
  }

  /* line 10286, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-8 {
    padding-top: 0.57143rem !important;
  }

  /* line 10288, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-9 {
    padding-top: 0.64286rem !important;
  }

  /* line 10290, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-10 {
    padding-top: 0.71429rem !important;
  }

  /* line 10292, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-15 {
    padding-top: 1.07143rem !important;
  }

  /* line 10294, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-20 {
    padding-top: 1.42857rem !important;
  }

  /* line 10296, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-25 {
    padding-top: 1.78571rem !important;
  }

  /* line 10298, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-30 {
    padding-top: 2.14286rem !important;
  }

  /* line 10300, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-35 {
    padding-top: 2.5rem !important;
  }

  /* line 10302, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-40 {
    padding-top: 2.85714rem !important;
  }

  /* line 10304, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-45 {
    padding-top: 3.21429rem !important;
  }

  /* line 10306, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-50 {
    padding-top: 3.57143rem !important;
  }

  /* line 10308, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-55 {
    padding-top: 3.92857rem !important;
  }

  /* line 10310, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-60 {
    padding-top: 4.28571rem !important;
  }

  /* line 10312, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-65 {
    padding-top: 4.64286rem !important;
  }

  /* line 10314, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-70 {
    padding-top: 5rem !important;
  }

  /* line 10316, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-75 {
    padding-top: 5.35714rem !important;
  }

  /* line 10318, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-80 {
    padding-top: 5.71429rem !important;
  }

  /* line 10320, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-85 {
    padding-top: 6.07143rem !important;
  }

  /* line 10322, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-90 {
    padding-top: 6.42857rem !important;
  }

  /* line 10324, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-95 {
    padding-top: 6.78571rem !important;
  }

  /* line 10326, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-100 {
    padding-top: 7.14286rem !important;
  }

  /* line 10328, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-105 {
    padding-top: 7.5rem !important;
  }

  /* line 10330, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-110 {
    padding-top: 7.85714rem !important;
  }

  /* line 10332, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-115 {
    padding-top: 8.21429rem !important;
  }

  /* line 10334, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-120 {
    padding-top: 8.57143rem !important;
  }

  /* line 10336, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-125 {
    padding-top: 8.92857rem !important;
  }

  /* line 10338, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-130 {
    padding-top: 9.28571rem !important;
  }

  /* line 10340, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-135 {
    padding-top: 9.64286rem !important;
  }

  /* line 10342, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-140 {
    padding-top: 10rem !important;
  }

  /* line 10344, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-145 {
    padding-top: 10.35714rem !important;
  }

  /* line 10346, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-150 {
    padding-top: 10.71429rem !important;
  }

  /* Padding Right */
  /* line 10349, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-0 {
    padding-right: 0px !important;
  }

  /* line 10351, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-1 {
    padding-right: 0.07143rem !important;
  }

  /* line 10353, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-2 {
    padding-right: 0.14286rem !important;
  }

  /* line 10355, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-3 {
    padding-right: 0.21429rem !important;
  }

  /* line 10357, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-4 {
    padding-right: 0.28571rem !important;
  }

  /* line 10359, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-5 {
    padding-right: 0.35714rem !important;
  }

  /* line 10361, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-6 {
    padding-right: 0.42857rem !important;
  }

  /* line 10363, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-7 {
    padding-right: 0.5rem !important;
  }

  /* line 10365, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-8 {
    padding-right: 0.57143rem !important;
  }

  /* line 10367, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-9 {
    padding-right: 0.64286rem !important;
  }

  /* P */
  /* line 10370, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-10 {
    padding-right: 0.71429rem !important;
  }

  /* P */
  /* line 10373, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-15 {
    padding-right: 1.07143rem !important;
  }

  /* P */
  /* line 10376, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-20 {
    padding-right: 1.42857rem !important;
  }

  /* P */
  /* line 10379, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-25 {
    padding-right: 1.78571rem !important;
  }

  /* P */
  /* line 10382, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-30 {
    padding-right: 2.14286rem !important;
  }

  /* P */
  /* line 10385, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-35 {
    padding-right: 2.5rem !important;
  }

  /* P */
  /* line 10388, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-40 {
    padding-right: 2.85714rem !important;
  }

  /* P */
  /* line 10391, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-45 {
    padding-right: 3.21429rem !important;
  }

  /* P */
  /* line 10394, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-50 {
    padding-right: 3.57143rem !important;
  }

  /* P */
  /* line 10397, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-55 {
    padding-right: 3.92857rem !important;
  }

  /* P */
  /* line 10400, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-60 {
    padding-right: 4.28571rem !important;
  }

  /* P */
  /* line 10403, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-65 {
    padding-right: 4.64286rem !important;
  }

  /* P */
  /* line 10406, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-70 {
    padding-right: 5rem !important;
  }

  /* P */
  /* line 10409, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-75 {
    padding-right: 5.35714rem !important;
  }

  /* P */
  /* line 10412, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-80 {
    padding-right: 5.71429rem !important;
  }

  /* P */
  /* line 10415, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-85 {
    padding-right: 6.07143rem !important;
  }

  /* P */
  /* line 10418, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-90 {
    padding-right: 6.42857rem !important;
  }

  /* P */
  /* line 10421, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-95 {
    padding-right: 6.78571rem !important;
  }

  /* P */
  /* line 10424, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-100 {
    padding-right: 7.14286rem !important;
  }

  /* P */
  /* line 10427, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-105 {
    padding-right: 7.5rem !important;
  }

  /* P */
  /* line 10430, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-110 {
    padding-right: 7.85714rem !important;
  }

  /* P */
  /* line 10433, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-115 {
    padding-right: 8.21429rem !important;
  }

  /* P */
  /* line 10436, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-120 {
    padding-right: 8.57143rem !important;
  }

  /* P */
  /* line 10439, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-125 {
    padding-right: 8.92857rem !important;
  }

  /* P */
  /* line 10442, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-130 {
    padding-right: 9.28571rem !important;
  }

  /* P */
  /* line 10445, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-135 {
    padding-right: 9.64286rem !important;
  }

  /* P */
  /* line 10448, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-140 {
    padding-right: 10rem !important;
  }

  /* P */
  /* line 10451, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-145 {
    padding-right: 10.35714rem !important;
  }

  /* P */
  /* line 10454, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-150 {
    padding-right: 10.71429rem !important;
  }

  /* P */
  /* line 10457, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-155 {
    padding-right: 11.07143rem !important;
  }

  /* P */
  /* line 10460, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-160 {
    padding-right: 11.42857rem !important;
  }

  /* P */
  /* line 10463, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-165 {
    padding-right: 11.78571rem !important;
  }

  /* P */
  /* line 10466, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-170 {
    padding-right: 12.14286rem !important;
  }

  /* Padding Bottom */
  /* line 10469, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-0 {
    padding-bottom: 0px !important;
  }

  /* line 10471, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-1 {
    padding-bottom: 0.07143rem !important;
  }

  /* line 10473, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-2 {
    padding-bottom: 0.14286rem !important;
  }

  /* line 10475, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-3 {
    padding-bottom: 0.21429rem !important;
  }

  /* line 10477, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-4 {
    padding-bottom: 0.28571rem !important;
  }

  /* line 10479, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-5 {
    padding-bottom: 0.35714rem !important;
  }

  /* line 10481, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-6 {
    padding-bottom: 0.42857rem !important;
  }

  /* line 10483, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-7 {
    padding-bottom: 0.5rem !important;
  }

  /* line 10485, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-8 {
    padding-bottom: 0.57143rem !important;
  }

  /* line 10487, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-9 {
    padding-bottom: 0.64286rem !important;
  }

  /* line 10489, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-10 {
    padding-bottom: 0.71429rem !important;
  }

  /* line 10491, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-15 {
    padding-bottom: 1.07143rem !important;
  }

  /* line 10493, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-20 {
    padding-bottom: 1.42857rem !important;
  }

  /* line 10495, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-25 {
    padding-bottom: 1.78571rem !important;
  }

  /* line 10497, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-30 {
    padding-bottom: 2.14286rem !important;
  }

  /* line 10499, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-35 {
    padding-bottom: 2.5rem !important;
  }

  /* line 10501, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-40 {
    padding-bottom: 2.85714rem !important;
  }

  /* line 10503, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-45 {
    padding-bottom: 3.21429rem !important;
  }

  /* line 10505, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-50 {
    padding-bottom: 3.57143rem !important;
  }

  /* line 10507, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-55 {
    padding-bottom: 3.92857rem !important;
  }

  /* line 10509, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-60 {
    padding-bottom: 4.28571rem !important;
  }

  /* line 10511, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-65 {
    padding-bottom: 4.64286rem !important;
  }

  /* line 10513, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-70 {
    padding-bottom: 5rem !important;
  }

  /* line 10515, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-75 {
    padding-bottom: 5.35714rem !important;
  }

  /* line 10517, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-80 {
    padding-bottom: 5.71429rem !important;
  }

  /* line 10519, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-85 {
    padding-bottom: 6.07143rem !important;
  }

  /* line 10521, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-90 {
    padding-bottom: 6.42857rem !important;
  }

  /* line 10523, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-95 {
    padding-bottom: 6.78571rem !important;
  }

  /* line 10525, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-100 {
    padding-bottom: 7.14286rem !important;
  }

  /* line 10527, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-105 {
    padding-bottom: 7.5rem !important;
  }

  /* line 10529, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-110 {
    padding-bottom: 7.85714rem !important;
  }

  /* line 10531, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-115 {
    padding-bottom: 8.21429rem !important;
  }

  /* line 10533, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-120 {
    padding-bottom: 8.57143rem !important;
  }

  /* line 10535, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-125 {
    padding-bottom: 8.92857rem !important;
  }

  /* line 10537, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-130 {
    padding-bottom: 9.28571rem !important;
  }

  /* line 10539, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-135 {
    padding-bottom: 9.64286rem !important;
  }

  /* line 10541, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-140 {
    padding-bottom: 10rem !important;
  }

  /* line 10543, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-145 {
    padding-bottom: 10.35714rem !important;
  }

  /* line 10545, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-150 {
    padding-bottom: 10.71429rem !important;
  }

  /* Padding Left */
  /* line 10548, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-0 {
    padding-left: 0px !important;
  }

  /* line 10550, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-1 {
    padding-left: 0.07143rem !important;
  }

  /* line 10552, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-2 {
    padding-left: 0.14286rem !important;
  }

  /* line 10554, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-3 {
    padding-left: 0.21429rem !important;
  }

  /* line 10556, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-4 {
    padding-left: 0.28571rem !important;
  }

  /* line 10558, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-5 {
    padding-left: 0.35714rem !important;
  }

  /* line 10560, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-6 {
    padding-left: 0.42857rem !important;
  }

  /* line 10562, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-7 {
    padding-left: 0.5rem !important;
  }

  /* line 10564, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-8 {
    padding-left: 0.57143rem !important;
  }

  /* line 10566, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-9 {
    padding-left: 0.64286rem !important;
  }

  /* P */
  /* line 10569, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-10 {
    padding-left: 0.71429rem !important;
  }

  /* P */
  /* line 10572, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-15 {
    padding-left: 1.07143rem !important;
  }

  /* P */
  /* line 10575, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-20 {
    padding-left: 1.42857rem !important;
  }

  /* P */
  /* line 10578, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-25 {
    padding-left: 1.78571rem !important;
  }

  /* P */
  /* line 10581, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-30 {
    padding-left: 2.14286rem !important;
  }

  /* P */
  /* line 10584, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-35 {
    padding-left: 2.5rem !important;
  }

  /* P */
  /* line 10587, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-40 {
    padding-left: 2.85714rem !important;
  }

  /* P */
  /* line 10590, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-45 {
    padding-left: 3.21429rem !important;
  }

  /* P */
  /* line 10593, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-50 {
    padding-left: 3.57143rem !important;
  }

  /* P */
  /* line 10596, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-55 {
    padding-left: 3.92857rem !important;
  }

  /* P */
  /* line 10599, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-60 {
    padding-left: 4.28571rem !important;
  }

  /* P */
  /* line 10602, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-65 {
    padding-left: 4.64286rem !important;
  }

  /* P */
  /* line 10605, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-70 {
    padding-left: 5rem !important;
  }

  /* P */
  /* line 10608, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-75 {
    padding-left: 5.35714rem !important;
  }

  /* P */
  /* line 10611, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-80 {
    padding-left: 5.71429rem !important;
  }

  /* P */
  /* line 10614, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-85 {
    padding-left: 6.07143rem !important;
  }

  /* P */
  /* line 10617, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-90 {
    padding-left: 6.42857rem !important;
  }

  /* P */
  /* line 10620, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-95 {
    padding-left: 6.78571rem !important;
  }

  /* P */
  /* line 10623, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-100 {
    padding-left: 7.14286rem !important;
  }

  /* P */
  /* line 10626, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-105 {
    padding-left: 7.5rem !important;
  }

  /* P */
  /* line 10629, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-110 {
    padding-left: 7.85714rem !important;
  }

  /* P */
  /* line 10632, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-115 {
    padding-left: 8.21429rem !important;
  }

  /* P */
  /* line 10635, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-120 {
    padding-left: 8.57143rem !important;
  }

  /* P */
  /* line 10638, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-125 {
    padding-left: 8.92857rem !important;
  }

  /* P */
  /* line 10641, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-130 {
    padding-left: 9.28571rem !important;
  }

  /* P */
  /* line 10644, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-135 {
    padding-left: 9.64286rem !important;
  }

  /* P */
  /* line 10647, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-140 {
    padding-left: 10rem !important;
  }

  /* P */
  /* line 10650, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-145 {
    padding-left: 10.35714rem !important;
  }

  /* P */
  /* line 10653, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-150 {
    padding-left: 10.71429rem !important;
  }

  /* P */
  /* line 10656, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-155 {
    padding-left: 11.07143rem !important;
  }

  /* P */
  /* line 10659, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-160 {
    padding-left: 11.42857rem !important;
  }

  /* P */
  /* line 10662, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-165 {
    padding-left: 11.78571rem !important;
  }

  /* P */
  /* line 10665, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-170 {
    padding-left: 12.14286rem !important;
  }
}
/* Padding Spaces (sm)
------------------------------------*/
@media (min-width: 576px) {
  /* line 10671, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-0--sm {
    padding: 0 !important;
  }

  /* line 10673, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-0--sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 10676, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-0--sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 10679, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-0--sm {
    padding-left: 0 !important;
  }

  /* line 10681, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-0--sm {
    padding-right: 0 !important;
  }

  /* line 10683, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-0--sm {
    padding-top: 0 !important;
  }

  /* line 10685, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-0--sm {
    padding-bottom: 0 !important;
  }

  /* Padding Around */
  /* line 10688, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-2--sm {
    padding: 0.14286rem !important;
  }

  /* line 10690, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-3--sm {
    padding: 0.21429rem !important;
  }

  /* line 10692, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-5--sm {
    padding: 0.35714rem !important;
  }

  /* line 10694, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-7--sm {
    padding: 0.5rem !important;
  }

  /* line 10696, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-10--sm {
    padding: 0.71429rem !important;
  }

  /* line 10698, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-15--sm {
    padding: 1.07143rem !important;
  }

  /* line 10700, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-20--sm {
    padding: 1.42857rem !important;
  }

  /* line 10702, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-25--sm {
    padding: 1.78571rem !important;
  }

  /* line 10704, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-30--sm {
    padding: 2.14286rem !important;
  }

  /* line 10706, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-35--sm {
    padding: 2.5rem !important;
  }

  /* line 10708, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-40--sm {
    padding: 2.85714rem !important;
  }

  /* line 10710, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-45--sm {
    padding: 3.21429rem !important;
  }

  /* line 10712, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-50--sm {
    padding: 3.57143rem !important;
  }

  /* line 10714, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-55--sm {
    padding: 3.92857rem !important;
  }

  /* line 10716, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-60--sm {
    padding: 4.28571rem !important;
  }

  /* line 10718, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-65--sm {
    padding: 4.64286rem !important;
  }

  /* line 10720, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-70--sm {
    padding: 5rem !important;
  }

  /* line 10722, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-75--sm {
    padding: 5.35714rem !important;
  }

  /* line 10724, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-80--sm {
    padding: 5.71429rem !important;
  }

  /* line 10726, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-85--sm {
    padding: 6.07143rem !important;
  }

  /* line 10728, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-90--sm {
    padding: 6.42857rem !important;
  }

  /* line 10730, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-95--sm {
    padding: 6.78571rem !important;
  }

  /* line 10732, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-100--sm {
    padding: 7.14286rem !important;
  }

  /* line 10734, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-105--sm {
    padding: 7.5rem !important;
  }

  /* line 10736, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-110--sm {
    padding: 7.85714rem !important;
  }

  /* line 10738, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-115--sm {
    padding: 8.21429rem !important;
  }

  /* line 10740, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-120--sm {
    padding: 8.57143rem !important;
  }

  /* line 10742, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-125--sm {
    padding: 8.92857rem !important;
  }

  /* line 10744, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-130--sm {
    padding: 9.28571rem !important;
  }

  /* line 10746, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-135--sm {
    padding: 9.64286rem !important;
  }

  /* line 10748, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-140--sm {
    padding: 10rem !important;
  }

  /* line 10750, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-145--sm {
    padding: 10.35714rem !important;
  }

  /* line 10752, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-150--sm {
    padding: 10.71429rem !important;
  }

  /* Padding X */
  /* line 10755, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-1--sm {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }

  /* line 10758, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-2--sm {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }

  /* line 10761, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-3--sm {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }

  /* line 10764, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-4--sm {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }

  /* line 10767, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-5--sm {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }

  /* line 10770, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-6--sm {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }

  /* line 10773, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-7--sm {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  /* line 10776, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-8--sm {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }

  /* line 10779, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-9--sm {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }

  /* line 10782, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-10--sm {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 10785, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-11--sm {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }

  /* line 10788, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-12--sm {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }

  /* line 10791, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-13--sm {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }

  /* line 10794, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-14--sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* line 10797, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-15--sm {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 10800, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-10--sm {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 10803, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-15--sm {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 10806, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-20--sm {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }

  /* line 10809, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-25--sm {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }

  /* line 10812, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-30--sm {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }

  /* line 10815, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-35--sm {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  /* line 10818, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-40--sm {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }

  /* line 10821, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-45--sm {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }

  /* line 10824, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-50--sm {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }

  /* line 10827, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-55--sm {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }

  /* line 10830, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-60--sm {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }

  /* line 10833, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-65--sm {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }

  /* line 10836, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-70--sm {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  /* line 10839, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-75--sm {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }

  /* line 10842, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-80--sm {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }

  /* line 10845, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-85--sm {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }

  /* line 10848, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-90--sm {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }

  /* line 10851, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-95--sm {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }

  /* line 10854, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-100--sm {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }

  /* line 10857, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-105--sm {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  /* line 10860, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-110--sm {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }

  /* line 10863, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-115--sm {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }

  /* line 10866, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-120--sm {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }

  /* line 10869, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-125--sm {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }

  /* line 10872, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-130--sm {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }

  /* line 10875, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-135--sm {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }

  /* line 10878, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-140--sm {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  /* line 10881, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-145--sm {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }

  /* line 10884, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-150--sm {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }

  /* Padding Y */
  /* line 10888, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-1--sm {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }

  /* line 10891, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-2--sm {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }

  /* line 10894, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-3--sm {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }

  /* line 10897, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-4--sm {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }

  /* line 10900, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-5--sm {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }

  /* line 10903, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-6--sm {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }

  /* line 10906, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-7--sm {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 10909, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-8--sm {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }

  /* line 10912, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-9--sm {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }

  /* line 10915, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-10--sm {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* line 10918, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-11--sm {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }

  /* line 10921, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-12--sm {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }

  /* line 10924, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-13--sm {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }

  /* line 10927, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-14--sm {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 10930, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-15--sm {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* line 10933, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-16--sm {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }

  /* line 10936, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-17--sm {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }

  /* line 10939, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-18--sm {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }

  /* line 10942, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-19--sm {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }

  /* P */
  /* line 10946, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-10--sm {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* P */
  /* line 10950, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-15--sm {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* P */
  /* line 10954, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-20--sm {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }

  /* P */
  /* line 10958, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-25--sm {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }

  /* P */
  /* line 10962, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-30--sm {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }

  /* P */
  /* line 10966, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-35--sm {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* P */
  /* line 10970, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-40--sm {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }

  /* P */
  /* line 10974, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-45--sm {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }

  /* P */
  /* line 10978, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-50--sm {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }

  /* P */
  /* line 10982, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-55--sm {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }

  /* P */
  /* line 10986, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-60--sm {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }

  /* P */
  /* line 10990, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-65--sm {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }

  /* P */
  /* line 10994, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-70--sm {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* P */
  /* line 10998, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-75--sm {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }

  /* P */
  /* line 11002, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-80--sm {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }

  /* P */
  /* line 11006, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-85--sm {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }

  /* P */
  /* line 11010, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-90--sm {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }

  /* P */
  /* line 11014, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-95--sm {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }

  /* P */
  /* line 11018, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-100--sm {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }

  /* P */
  /* line 11022, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-105--sm {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* P */
  /* line 11026, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-110--sm {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }

  /* P */
  /* line 11030, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-115--sm {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }

  /* P */
  /* line 11034, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-120--sm {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }

  /* P */
  /* line 11038, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-125--sm {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }

  /* P */
  /* line 11042, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-130--sm {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }

  /* P */
  /* line 11046, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-135--sm {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }

  /* P */
  /* line 11050, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-140--sm {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* P */
  /* line 11054, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-145--sm {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }

  /* P */
  /* line 11058, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-150--sm {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }

  /* P */
  /* line 11062, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-155--sm {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }

  /* P */
  /* line 11066, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-160--sm {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }

  /* P */
  /* line 11070, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-165--sm {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }

  /* P */
  /* line 11074, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-170--sm {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }

  /* P */
  /* line 11078, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-175--sm {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* P */
  /* line 11082, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-180--sm {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }

  /* P */
  /* line 11086, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-185--sm {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }

  /* P */
  /* line 11090, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-190--sm {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }

  /* P */
  /* line 11094, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-195--sm {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }

  /* P */
  /* line 11098, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-200--sm {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }

  /* P */
  /* line 11102, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-205--sm {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }

  /* P */
  /* line 11106, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-210--sm {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* Padding Top */
  /* line 11110, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-0--sm {
    padding-top: 0px !important;
  }

  /* line 11112, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-1--sm {
    padding-top: 0.07143rem !important;
  }

  /* line 11114, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-2--sm {
    padding-top: 0.14286rem !important;
  }

  /* line 11116, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-3--sm {
    padding-top: 0.21429rem !important;
  }

  /* line 11118, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-4--sm {
    padding-top: 0.28571rem !important;
  }

  /* line 11120, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-5--sm {
    padding-top: 0.35714rem !important;
  }

  /* line 11122, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-6--sm {
    padding-top: 0.42857rem !important;
  }

  /* line 11124, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-7--sm {
    padding-top: 0.5rem !important;
  }

  /* line 11126, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-8--sm {
    padding-top: 0.57143rem !important;
  }

  /* line 11128, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-9--sm {
    padding-top: 0.64286rem !important;
  }

  /* line 11130, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-10--sm {
    padding-top: 0.71429rem !important;
  }

  /* line 11132, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-15--sm {
    padding-top: 1.07143rem !important;
  }

  /* line 11134, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-20--sm {
    padding-top: 1.42857rem !important;
  }

  /* line 11136, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-25--sm {
    padding-top: 1.78571rem !important;
  }

  /* line 11138, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-30--sm {
    padding-top: 2.14286rem !important;
  }

  /* line 11140, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-35--sm {
    padding-top: 2.5rem !important;
  }

  /* line 11142, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-40--sm {
    padding-top: 2.85714rem !important;
  }

  /* line 11144, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-45--sm {
    padding-top: 3.21429rem !important;
  }

  /* line 11146, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-50--sm {
    padding-top: 3.57143rem !important;
  }

  /* line 11148, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-55--sm {
    padding-top: 3.92857rem !important;
  }

  /* line 11150, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-60--sm {
    padding-top: 4.28571rem !important;
  }

  /* line 11152, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-65--sm {
    padding-top: 4.64286rem !important;
  }

  /* line 11154, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-70--sm {
    padding-top: 5rem !important;
  }

  /* line 11156, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-75--sm {
    padding-top: 5.35714rem !important;
  }

  /* line 11158, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-80--sm {
    padding-top: 5.71429rem !important;
  }

  /* line 11160, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-85--sm {
    padding-top: 6.07143rem !important;
  }

  /* line 11162, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-90--sm {
    padding-top: 6.42857rem !important;
  }

  /* line 11164, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-95--sm {
    padding-top: 6.78571rem !important;
  }

  /* line 11166, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-100--sm {
    padding-top: 7.14286rem !important;
  }

  /* line 11168, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-105--sm {
    padding-top: 7.5rem !important;
  }

  /* line 11170, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-110--sm {
    padding-top: 7.85714rem !important;
  }

  /* line 11172, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-115--sm {
    padding-top: 8.21429rem !important;
  }

  /* line 11174, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-120--sm {
    padding-top: 8.57143rem !important;
  }

  /* line 11176, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-125--sm {
    padding-top: 8.92857rem !important;
  }

  /* line 11178, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-130--sm {
    padding-top: 9.28571rem !important;
  }

  /* line 11180, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-135--sm {
    padding-top: 9.64286rem !important;
  }

  /* line 11182, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-140--sm {
    padding-top: 10rem !important;
  }

  /* line 11184, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-145--sm {
    padding-top: 10.35714rem !important;
  }

  /* line 11186, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-150--sm {
    padding-top: 10.71429rem !important;
  }

  /* Padding Right */
  /* line 11189, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-0--sm {
    padding-right: 0px !important;
  }

  /* line 11191, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-1--sm {
    padding-right: 0.07143rem !important;
  }

  /* line 11193, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-2--sm {
    padding-right: 0.14286rem !important;
  }

  /* line 11195, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-3--sm {
    padding-right: 0.21429rem !important;
  }

  /* line 11197, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-4--sm {
    padding-right: 0.28571rem !important;
  }

  /* line 11199, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-5--sm {
    padding-right: 0.35714rem !important;
  }

  /* line 11201, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-6--sm {
    padding-right: 0.42857rem !important;
  }

  /* line 11203, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-7--sm {
    padding-right: 0.5rem !important;
  }

  /* line 11205, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-8--sm {
    padding-right: 0.57143rem !important;
  }

  /* line 11207, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-9--sm {
    padding-right: 0.64286rem !important;
  }

  /* P */
  /* line 11210, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-10--sm {
    padding-right: 0.71429rem !important;
  }

  /* P */
  /* line 11213, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-15--sm {
    padding-right: 1.07143rem !important;
  }

  /* P */
  /* line 11216, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-20--sm {
    padding-right: 1.42857rem !important;
  }

  /* P */
  /* line 11219, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-25--sm {
    padding-right: 1.78571rem !important;
  }

  /* P */
  /* line 11222, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-30--sm {
    padding-right: 2.14286rem !important;
  }

  /* P */
  /* line 11225, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-35--sm {
    padding-right: 2.5rem !important;
  }

  /* P */
  /* line 11228, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-40--sm {
    padding-right: 2.85714rem !important;
  }

  /* P */
  /* line 11231, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-45--sm {
    padding-right: 3.21429rem !important;
  }

  /* P */
  /* line 11234, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-50--sm {
    padding-right: 3.57143rem !important;
  }

  /* P */
  /* line 11237, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-55--sm {
    padding-right: 3.92857rem !important;
  }

  /* P */
  /* line 11240, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-60--sm {
    padding-right: 4.28571rem !important;
  }

  /* P */
  /* line 11243, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-65--sm {
    padding-right: 4.64286rem !important;
  }

  /* P */
  /* line 11246, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-70--sm {
    padding-right: 5rem !important;
  }

  /* P */
  /* line 11249, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-75--sm {
    padding-right: 5.35714rem !important;
  }

  /* P */
  /* line 11252, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-80--sm {
    padding-right: 5.71429rem !important;
  }

  /* P */
  /* line 11255, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-85--sm {
    padding-right: 6.07143rem !important;
  }

  /* P */
  /* line 11258, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-90--sm {
    padding-right: 6.42857rem !important;
  }

  /* P */
  /* line 11261, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-95--sm {
    padding-right: 6.78571rem !important;
  }

  /* P */
  /* line 11264, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-100--sm {
    padding-right: 7.14286rem !important;
  }

  /* P */
  /* line 11267, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-105--sm {
    padding-right: 7.5rem !important;
  }

  /* P */
  /* line 11270, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-110--sm {
    padding-right: 7.85714rem !important;
  }

  /* P */
  /* line 11273, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-115--sm {
    padding-right: 8.21429rem !important;
  }

  /* P */
  /* line 11276, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-120--sm {
    padding-right: 8.57143rem !important;
  }

  /* P */
  /* line 11279, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-125--sm {
    padding-right: 8.92857rem !important;
  }

  /* P */
  /* line 11282, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-130--sm {
    padding-right: 9.28571rem !important;
  }

  /* P */
  /* line 11285, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-135--sm {
    padding-right: 9.64286rem !important;
  }

  /* P */
  /* line 11288, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-140--sm {
    padding-right: 10rem !important;
  }

  /* P */
  /* line 11291, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-145--sm {
    padding-right: 10.35714rem !important;
  }

  /* P */
  /* line 11294, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-150--sm {
    padding-right: 10.71429rem !important;
  }

  /* P */
  /* line 11297, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-155--sm {
    padding-right: 11.07143rem !important;
  }

  /* P */
  /* line 11300, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-160--sm {
    padding-right: 11.42857rem !important;
  }

  /* P */
  /* line 11303, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-165--sm {
    padding-right: 11.78571rem !important;
  }

  /* P */
  /* line 11306, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-170--sm {
    padding-right: 12.14286rem !important;
  }

  /* Padding Bottom */
  /* line 11309, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-0--sm {
    padding-bottom: 0px !important;
  }

  /* line 11311, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-1--sm {
    padding-bottom: 0.07143rem !important;
  }

  /* line 11313, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-2--sm {
    padding-bottom: 0.14286rem !important;
  }

  /* line 11315, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-3--sm {
    padding-bottom: 0.21429rem !important;
  }

  /* line 11317, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-4--sm {
    padding-bottom: 0.28571rem !important;
  }

  /* line 11319, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-5--sm {
    padding-bottom: 0.35714rem !important;
  }

  /* line 11321, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-6--sm {
    padding-bottom: 0.42857rem !important;
  }

  /* line 11323, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-7--sm {
    padding-bottom: 0.5rem !important;
  }

  /* line 11325, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-8--sm {
    padding-bottom: 0.57143rem !important;
  }

  /* line 11327, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-9--sm {
    padding-bottom: 0.64286rem !important;
  }

  /* line 11329, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-10--sm {
    padding-bottom: 0.71429rem !important;
  }

  /* line 11331, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-15--sm {
    padding-bottom: 1.07143rem !important;
  }

  /* line 11333, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-20--sm {
    padding-bottom: 1.42857rem !important;
  }

  /* line 11335, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-25--sm {
    padding-bottom: 1.78571rem !important;
  }

  /* line 11337, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-30--sm {
    padding-bottom: 2.14286rem !important;
  }

  /* line 11339, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-35--sm {
    padding-bottom: 2.5rem !important;
  }

  /* line 11341, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-40--sm {
    padding-bottom: 2.85714rem !important;
  }

  /* line 11343, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-45--sm {
    padding-bottom: 3.21429rem !important;
  }

  /* line 11345, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-50--sm {
    padding-bottom: 3.57143rem !important;
  }

  /* line 11347, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-55--sm {
    padding-bottom: 3.92857rem !important;
  }

  /* line 11349, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-60--sm {
    padding-bottom: 4.28571rem !important;
  }

  /* line 11351, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-65--sm {
    padding-bottom: 4.64286rem !important;
  }

  /* line 11353, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-70--sm {
    padding-bottom: 5rem !important;
  }

  /* line 11355, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-75--sm {
    padding-bottom: 5.35714rem !important;
  }

  /* line 11357, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-80--sm {
    padding-bottom: 5.71429rem !important;
  }

  /* line 11359, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-85--sm {
    padding-bottom: 6.07143rem !important;
  }

  /* line 11361, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-90--sm {
    padding-bottom: 6.42857rem !important;
  }

  /* line 11363, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-95--sm {
    padding-bottom: 6.78571rem !important;
  }

  /* line 11365, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-100--sm {
    padding-bottom: 7.14286rem !important;
  }

  /* line 11367, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-105--sm {
    padding-bottom: 7.5rem !important;
  }

  /* line 11369, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-110--sm {
    padding-bottom: 7.85714rem !important;
  }

  /* line 11371, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-115--sm {
    padding-bottom: 8.21429rem !important;
  }

  /* line 11373, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-120--sm {
    padding-bottom: 8.57143rem !important;
  }

  /* line 11375, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-125--sm {
    padding-bottom: 8.92857rem !important;
  }

  /* line 11377, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-130--sm {
    padding-bottom: 9.28571rem !important;
  }

  /* line 11379, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-135--sm {
    padding-bottom: 9.64286rem !important;
  }

  /* line 11381, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-140--sm {
    padding-bottom: 10rem !important;
  }

  /* line 11383, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-145--sm {
    padding-bottom: 10.35714rem !important;
  }

  /* line 11385, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-150--sm {
    padding-bottom: 10.71429rem !important;
  }

  /* Padding Left */
  /* line 11388, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-0--sm {
    padding-left: 0px !important;
  }

  /* line 11390, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-1--sm {
    padding-left: 0.07143rem !important;
  }

  /* line 11392, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-2--sm {
    padding-left: 0.14286rem !important;
  }

  /* line 11394, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-3--sm {
    padding-left: 0.21429rem !important;
  }

  /* line 11396, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-4--sm {
    padding-left: 0.28571rem !important;
  }

  /* line 11398, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-5--sm {
    padding-left: 0.35714rem !important;
  }

  /* line 11400, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-6--sm {
    padding-left: 0.42857rem !important;
  }

  /* line 11402, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-7--sm {
    padding-left: 0.5rem !important;
  }

  /* line 11404, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-8--sm {
    padding-left: 0.57143rem !important;
  }

  /* line 11406, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-9--sm {
    padding-left: 0.64286rem !important;
  }

  /* P */
  /* line 11409, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-10--sm {
    padding-left: 0.71429rem !important;
  }

  /* P */
  /* line 11412, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-15--sm {
    padding-left: 1.07143rem !important;
  }

  /* P */
  /* line 11415, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-20--sm {
    padding-left: 1.42857rem !important;
  }

  /* P */
  /* line 11418, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-25--sm {
    padding-left: 1.78571rem !important;
  }

  /* P */
  /* line 11421, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-30--sm {
    padding-left: 2.14286rem !important;
  }

  /* P */
  /* line 11424, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-35--sm {
    padding-left: 2.5rem !important;
  }

  /* P */
  /* line 11427, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-40--sm {
    padding-left: 2.85714rem !important;
  }

  /* P */
  /* line 11430, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-45--sm {
    padding-left: 3.21429rem !important;
  }

  /* P */
  /* line 11433, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-50--sm {
    padding-left: 3.57143rem !important;
  }

  /* P */
  /* line 11436, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-55--sm {
    padding-left: 3.92857rem !important;
  }

  /* P */
  /* line 11439, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-60--sm {
    padding-left: 4.28571rem !important;
  }

  /* P */
  /* line 11442, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-65--sm {
    padding-left: 4.64286rem !important;
  }

  /* P */
  /* line 11445, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-70--sm {
    padding-left: 5rem !important;
  }

  /* P */
  /* line 11448, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-75--sm {
    padding-left: 5.35714rem !important;
  }

  /* P */
  /* line 11451, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-80--sm {
    padding-left: 5.71429rem !important;
  }

  /* P */
  /* line 11454, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-85--sm {
    padding-left: 6.07143rem !important;
  }

  /* P */
  /* line 11457, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-90--sm {
    padding-left: 6.42857rem !important;
  }

  /* P */
  /* line 11460, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-95--sm {
    padding-left: 6.78571rem !important;
  }

  /* P */
  /* line 11463, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-100--sm {
    padding-left: 7.14286rem !important;
  }

  /* P */
  /* line 11466, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-105--sm {
    padding-left: 7.5rem !important;
  }

  /* P */
  /* line 11469, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-110--sm {
    padding-left: 7.85714rem !important;
  }

  /* P */
  /* line 11472, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-115--sm {
    padding-left: 8.21429rem !important;
  }

  /* P */
  /* line 11475, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-120--sm {
    padding-left: 8.57143rem !important;
  }

  /* P */
  /* line 11478, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-125--sm {
    padding-left: 8.92857rem !important;
  }

  /* P */
  /* line 11481, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-130--sm {
    padding-left: 9.28571rem !important;
  }

  /* P */
  /* line 11484, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-135--sm {
    padding-left: 9.64286rem !important;
  }

  /* P */
  /* line 11487, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-140--sm {
    padding-left: 10rem !important;
  }

  /* P */
  /* line 11490, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-145--sm {
    padding-left: 10.35714rem !important;
  }

  /* P */
  /* line 11493, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-150--sm {
    padding-left: 10.71429rem !important;
  }

  /* P */
  /* line 11496, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-155--sm {
    padding-left: 11.07143rem !important;
  }

  /* P */
  /* line 11499, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-160--sm {
    padding-left: 11.42857rem !important;
  }

  /* P */
  /* line 11502, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-165--sm {
    padding-left: 11.78571rem !important;
  }

  /* P */
  /* line 11505, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-170--sm {
    padding-left: 12.14286rem !important;
  }
}
/* Padding Spaces (md)
------------------------------------*/
/* P */
@media (min-width: 768px) {
  /* line 11512, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-0--md {
    padding: 0 !important;
  }

  /* line 11514, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-0--md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 11517, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-0--md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 11520, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-0--md {
    padding-left: 0 !important;
  }

  /* line 11522, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-0--md {
    padding-right: 0 !important;
  }

  /* line 11524, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-0--md {
    padding-top: 0 !important;
  }

  /* line 11526, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-0--md {
    padding-bottom: 0 !important;
  }

  /* Padding Around */
  /* line 11529, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-2--md {
    padding: 0.14286rem !important;
  }

  /* line 11531, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-3--md {
    padding: 0.21429rem !important;
  }

  /* line 11533, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-5--md {
    padding: 0.35714rem !important;
  }

  /* line 11535, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-7--md {
    padding: 0.5rem !important;
  }

  /* line 11537, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-10--md {
    padding: 0.71429rem !important;
  }

  /* line 11539, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-15--md {
    padding: 1.07143rem !important;
  }

  /* line 11541, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-20--md {
    padding: 1.42857rem !important;
  }

  /* line 11543, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-25--md {
    padding: 1.78571rem !important;
  }

  /* line 11545, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-30--md {
    padding: 2.14286rem !important;
  }

  /* line 11547, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-35--md {
    padding: 2.5rem !important;
  }

  /* line 11549, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-40--md {
    padding: 2.85714rem !important;
  }

  /* line 11551, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-45--md {
    padding: 3.21429rem !important;
  }

  /* line 11553, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-50--md {
    padding: 3.57143rem !important;
  }

  /* line 11555, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-55--md {
    padding: 3.92857rem !important;
  }

  /* line 11557, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-60--md {
    padding: 4.28571rem !important;
  }

  /* line 11559, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-65--md {
    padding: 4.64286rem !important;
  }

  /* line 11561, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-70--md {
    padding: 5rem !important;
  }

  /* line 11563, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-75--md {
    padding: 5.35714rem !important;
  }

  /* line 11565, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-80--md {
    padding: 5.71429rem !important;
  }

  /* line 11567, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-85--md {
    padding: 6.07143rem !important;
  }

  /* line 11569, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-90--md {
    padding: 6.42857rem !important;
  }

  /* line 11571, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-95--md {
    padding: 6.78571rem !important;
  }

  /* line 11573, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-100--md {
    padding: 7.14286rem !important;
  }

  /* line 11575, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-105--md {
    padding: 7.5rem !important;
  }

  /* line 11577, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-110--md {
    padding: 7.85714rem !important;
  }

  /* line 11579, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-115--md {
    padding: 8.21429rem !important;
  }

  /* line 11581, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-120--md {
    padding: 8.57143rem !important;
  }

  /* line 11583, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-125--md {
    padding: 8.92857rem !important;
  }

  /* line 11585, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-130--md {
    padding: 9.28571rem !important;
  }

  /* line 11587, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-135--md {
    padding: 9.64286rem !important;
  }

  /* line 11589, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-140--md {
    padding: 10rem !important;
  }

  /* line 11591, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-145--md {
    padding: 10.35714rem !important;
  }

  /* line 11593, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-150--md {
    padding: 10.71429rem !important;
  }

  /* Padding X */
  /* line 11596, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-1--md {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }

  /* line 11599, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-2--md {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }

  /* line 11602, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-3--md {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }

  /* line 11605, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-4--md {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }

  /* line 11608, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-5--md {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }

  /* line 11611, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-6--md {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }

  /* line 11614, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-7--md {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  /* line 11617, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-8--md {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }

  /* line 11620, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-9--md {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }

  /* line 11623, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-10--md {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 11626, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-11--md {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }

  /* line 11629, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-12--md {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }

  /* line 11632, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-13--md {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }

  /* line 11635, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-14--md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* line 11638, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-15--md {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 11641, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-10--md {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 11644, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-15--md {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 11647, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-20--md {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }

  /* line 11650, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-25--md {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }

  /* line 11653, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-30--md {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }

  /* line 11656, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-35--md {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  /* line 11659, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-40--md {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }

  /* line 11662, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-45--md {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }

  /* line 11665, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-50--md {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }

  /* line 11668, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-55--md {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }

  /* line 11671, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-60--md {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }

  /* line 11674, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-65--md {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }

  /* line 11677, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-70--md {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  /* line 11680, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-75--md {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }

  /* line 11683, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-80--md {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }

  /* line 11686, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-85--md {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }

  /* line 11689, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-90--md {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }

  /* line 11692, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-95--md {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }

  /* line 11695, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-100--md {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }

  /* line 11698, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-105--md {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  /* line 11701, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-110--md {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }

  /* line 11704, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-115--md {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }

  /* line 11707, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-120--md {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }

  /* line 11710, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-125--md {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }

  /* line 11713, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-130--md {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }

  /* line 11716, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-135--md {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }

  /* line 11719, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-140--md {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  /* line 11722, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-145--md {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }

  /* line 11725, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-150--md {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }

  /* Padding Y */
  /* line 11729, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-1--md {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }

  /* line 11732, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-2--md {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }

  /* line 11735, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-3--md {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }

  /* line 11738, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-4--md {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }

  /* line 11741, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-5--md {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }

  /* line 11744, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-6--md {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }

  /* line 11747, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-7--md {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 11750, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-8--md {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }

  /* line 11753, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-9--md {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }

  /* line 11756, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-10--md {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* line 11759, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-11--md {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }

  /* line 11762, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-12--md {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }

  /* line 11765, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-13--md {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }

  /* line 11768, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-14--md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 11771, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-15--md {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* line 11774, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-16--md {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }

  /* line 11777, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-17--md {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }

  /* line 11780, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-18--md {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }

  /* line 11783, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-19--md {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }

  /* P */
  /* line 11787, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-10--md {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* P */
  /* line 11791, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-15--md {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* P */
  /* line 11795, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-20--md {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }

  /* P */
  /* line 11799, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-25--md {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }

  /* P */
  /* line 11803, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-30--md {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }

  /* P */
  /* line 11807, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-35--md {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* P */
  /* line 11811, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-40--md {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }

  /* P */
  /* line 11815, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-45--md {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }

  /* P */
  /* line 11819, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-50--md {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }

  /* P */
  /* line 11823, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-55--md {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }

  /* P */
  /* line 11827, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-60--md {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }

  /* P */
  /* line 11831, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-65--md {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }

  /* P */
  /* line 11835, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-70--md {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* P */
  /* line 11839, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-75--md {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }

  /* P */
  /* line 11843, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-80--md {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }

  /* P */
  /* line 11847, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-85--md {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }

  /* P */
  /* line 11851, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-90--md {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }

  /* P */
  /* line 11855, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-95--md {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }

  /* P */
  /* line 11859, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-100--md {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }

  /* P */
  /* line 11863, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-105--md {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* P */
  /* line 11867, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-110--md {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }

  /* P */
  /* line 11871, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-115--md {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }

  /* P */
  /* line 11875, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-120--md {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }

  /* P */
  /* line 11879, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-125--md {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }

  /* P */
  /* line 11883, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-130--md {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }

  /* P */
  /* line 11887, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-135--md {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }

  /* P */
  /* line 11891, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-140--md {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* P */
  /* line 11895, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-145--md {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }

  /* P */
  /* line 11899, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-150--md {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }

  /* P */
  /* line 11903, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-155--md {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }

  /* P */
  /* line 11907, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-160--md {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }

  /* P */
  /* line 11911, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-165--md {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }

  /* P */
  /* line 11915, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-170--md {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }

  /* P */
  /* line 11919, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-175--md {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* P */
  /* line 11923, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-180--md {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }

  /* P */
  /* line 11927, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-185--md {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }

  /* P */
  /* line 11931, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-190--md {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }

  /* P */
  /* line 11935, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-195--md {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }

  /* P */
  /* line 11939, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-200--md {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }

  /* P */
  /* line 11943, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-205--md {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }

  /* P */
  /* line 11947, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-210--md {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* Padding Top */
  /* line 11951, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-0--md {
    padding-top: 0px !important;
  }

  /* line 11953, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-1--md {
    padding-top: 0.07143rem !important;
  }

  /* line 11955, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-2--md {
    padding-top: 0.14286rem !important;
  }

  /* line 11957, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-3--md {
    padding-top: 0.21429rem !important;
  }

  /* line 11959, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-4--md {
    padding-top: 0.28571rem !important;
  }

  /* line 11961, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-5--md {
    padding-top: 0.35714rem !important;
  }

  /* line 11963, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-6--md {
    padding-top: 0.42857rem !important;
  }

  /* line 11965, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-7--md {
    padding-top: 0.5rem !important;
  }

  /* line 11967, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-8--md {
    padding-top: 0.57143rem !important;
  }

  /* line 11969, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-9--md {
    padding-top: 0.64286rem !important;
  }

  /* line 11971, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-10--md {
    padding-top: 0.71429rem !important;
  }

  /* line 11973, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-15--md {
    padding-top: 1.07143rem !important;
  }

  /* line 11975, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-20--md {
    padding-top: 1.42857rem !important;
  }

  /* line 11977, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-25--md {
    padding-top: 1.78571rem !important;
  }

  /* line 11979, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-30--md {
    padding-top: 2.14286rem !important;
  }

  /* line 11981, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-35--md {
    padding-top: 2.5rem !important;
  }

  /* line 11983, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-40--md {
    padding-top: 2.85714rem !important;
  }

  /* line 11985, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-45--md {
    padding-top: 3.21429rem !important;
  }

  /* line 11987, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-50--md {
    padding-top: 3.57143rem !important;
  }

  /* line 11989, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-55--md {
    padding-top: 3.92857rem !important;
  }

  /* line 11991, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-60--md {
    padding-top: 4.28571rem !important;
  }

  /* line 11993, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-65--md {
    padding-top: 4.64286rem !important;
  }

  /* line 11995, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-70--md {
    padding-top: 5rem !important;
  }

  /* line 11997, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-75--md {
    padding-top: 5.35714rem !important;
  }

  /* line 11999, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-80--md {
    padding-top: 5.71429rem !important;
  }

  /* line 12001, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-85--md {
    padding-top: 6.07143rem !important;
  }

  /* line 12003, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-90--md {
    padding-top: 6.42857rem !important;
  }

  /* line 12005, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-95--md {
    padding-top: 6.78571rem !important;
  }

  /* line 12007, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-100--md {
    padding-top: 7.14286rem !important;
  }

  /* line 12009, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-105--md {
    padding-top: 7.5rem !important;
  }

  /* line 12011, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-110--md {
    padding-top: 7.85714rem !important;
  }

  /* line 12013, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-115--md {
    padding-top: 8.21429rem !important;
  }

  /* line 12015, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-120--md {
    padding-top: 8.57143rem !important;
  }

  /* line 12017, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-125--md {
    padding-top: 8.92857rem !important;
  }

  /* line 12019, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-130--md {
    padding-top: 9.28571rem !important;
  }

  /* line 12021, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-135--md {
    padding-top: 9.64286rem !important;
  }

  /* line 12023, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-140--md {
    padding-top: 10rem !important;
  }

  /* line 12025, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-145--md {
    padding-top: 10.35714rem !important;
  }

  /* line 12027, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-150--md {
    padding-top: 10.71429rem !important;
  }

  /* Padding Right */
  /* line 12030, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-0--md {
    padding-right: 0px !important;
  }

  /* line 12032, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-1--md {
    padding-right: 0.07143rem !important;
  }

  /* line 12034, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-2--md {
    padding-right: 0.14286rem !important;
  }

  /* line 12036, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-3--md {
    padding-right: 0.21429rem !important;
  }

  /* line 12038, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-4--md {
    padding-right: 0.28571rem !important;
  }

  /* line 12040, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-5--md {
    padding-right: 0.35714rem !important;
  }

  /* line 12042, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-6--md {
    padding-right: 0.42857rem !important;
  }

  /* line 12044, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-7--md {
    padding-right: 0.5rem !important;
  }

  /* line 12046, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-8--md {
    padding-right: 0.57143rem !important;
  }

  /* line 12048, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-9--md {
    padding-right: 0.64286rem !important;
  }

  /* P */
  /* line 12051, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-10--md {
    padding-right: 0.71429rem !important;
  }

  /* P */
  /* line 12054, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-15--md {
    padding-right: 1.07143rem !important;
  }

  /* P */
  /* line 12057, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-20--md {
    padding-right: 1.42857rem !important;
  }

  /* P */
  /* line 12060, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-25--md {
    padding-right: 1.78571rem !important;
  }

  /* P */
  /* line 12063, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-30--md {
    padding-right: 2.14286rem !important;
  }

  /* P */
  /* line 12066, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-35--md {
    padding-right: 2.5rem !important;
  }

  /* P */
  /* line 12069, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-40--md {
    padding-right: 2.85714rem !important;
  }

  /* P */
  /* line 12072, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-45--md {
    padding-right: 3.21429rem !important;
  }

  /* P */
  /* line 12075, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-50--md {
    padding-right: 3.57143rem !important;
  }

  /* P */
  /* line 12078, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-55--md {
    padding-right: 3.92857rem !important;
  }

  /* P */
  /* line 12081, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-60--md {
    padding-right: 4.28571rem !important;
  }

  /* P */
  /* line 12084, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-65--md {
    padding-right: 4.64286rem !important;
  }

  /* P */
  /* line 12087, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-70--md {
    padding-right: 5rem !important;
  }

  /* P */
  /* line 12090, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-75--md {
    padding-right: 5.35714rem !important;
  }

  /* P */
  /* line 12093, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-80--md {
    padding-right: 5.71429rem !important;
  }

  /* P */
  /* line 12096, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-85--md {
    padding-right: 6.07143rem !important;
  }

  /* P */
  /* line 12099, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-90--md {
    padding-right: 6.42857rem !important;
  }

  /* P */
  /* line 12102, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-95--md {
    padding-right: 6.78571rem !important;
  }

  /* P */
  /* line 12105, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-100--md {
    padding-right: 7.14286rem !important;
  }

  /* P */
  /* line 12108, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-105--md {
    padding-right: 7.5rem !important;
  }

  /* P */
  /* line 12111, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-110--md {
    padding-right: 7.85714rem !important;
  }

  /* P */
  /* line 12114, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-115--md {
    padding-right: 8.21429rem !important;
  }

  /* P */
  /* line 12117, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-120--md {
    padding-right: 8.57143rem !important;
  }

  /* P */
  /* line 12120, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-125--md {
    padding-right: 8.92857rem !important;
  }

  /* P */
  /* line 12123, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-130--md {
    padding-right: 9.28571rem !important;
  }

  /* P */
  /* line 12126, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-135--md {
    padding-right: 9.64286rem !important;
  }

  /* P */
  /* line 12129, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-140--md {
    padding-right: 10rem !important;
  }

  /* P */
  /* line 12132, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-145--md {
    padding-right: 10.35714rem !important;
  }

  /* P */
  /* line 12135, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-150--md {
    padding-right: 10.71429rem !important;
  }

  /* P */
  /* line 12138, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-155--md {
    padding-right: 11.07143rem !important;
  }

  /* P */
  /* line 12141, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-160--md {
    padding-right: 11.42857rem !important;
  }

  /* P */
  /* line 12144, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-165--md {
    padding-right: 11.78571rem !important;
  }

  /* P */
  /* line 12147, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-170--md {
    padding-right: 12.14286rem !important;
  }

  /* Padding Bottom */
  /* line 12150, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-0--md {
    padding-bottom: 0px !important;
  }

  /* line 12152, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-1--md {
    padding-bottom: 0.07143rem !important;
  }

  /* line 12154, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-2--md {
    padding-bottom: 0.14286rem !important;
  }

  /* line 12156, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-3--md {
    padding-bottom: 0.21429rem !important;
  }

  /* line 12158, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-4--md {
    padding-bottom: 0.28571rem !important;
  }

  /* line 12160, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-5--md {
    padding-bottom: 0.35714rem !important;
  }

  /* line 12162, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-6--md {
    padding-bottom: 0.42857rem !important;
  }

  /* line 12164, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-7--md {
    padding-bottom: 0.5rem !important;
  }

  /* line 12166, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-8--md {
    padding-bottom: 0.57143rem !important;
  }

  /* line 12168, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-9--md {
    padding-bottom: 0.64286rem !important;
  }

  /* line 12170, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-10--md {
    padding-bottom: 0.71429rem !important;
  }

  /* line 12172, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-15--md {
    padding-bottom: 1.07143rem !important;
  }

  /* line 12174, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-20--md {
    padding-bottom: 1.42857rem !important;
  }

  /* line 12176, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-25--md {
    padding-bottom: 1.78571rem !important;
  }

  /* line 12178, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-30--md {
    padding-bottom: 2.14286rem !important;
  }

  /* line 12180, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-35--md {
    padding-bottom: 2.5rem !important;
  }

  /* line 12182, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-40--md {
    padding-bottom: 2.85714rem !important;
  }

  /* line 12184, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-45--md {
    padding-bottom: 3.21429rem !important;
  }

  /* line 12186, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-50--md {
    padding-bottom: 3.57143rem !important;
  }

  /* line 12188, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-55--md {
    padding-bottom: 3.92857rem !important;
  }

  /* line 12190, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-60--md {
    padding-bottom: 4.28571rem !important;
  }

  /* line 12192, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-65--md {
    padding-bottom: 4.64286rem !important;
  }

  /* line 12194, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-70--md {
    padding-bottom: 5rem !important;
  }

  /* line 12196, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-75--md {
    padding-bottom: 5.35714rem !important;
  }

  /* line 12198, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-80--md {
    padding-bottom: 5.71429rem !important;
  }

  /* line 12200, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-85--md {
    padding-bottom: 6.07143rem !important;
  }

  /* line 12202, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-90--md {
    padding-bottom: 6.42857rem !important;
  }

  /* line 12204, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-95--md {
    padding-bottom: 6.78571rem !important;
  }

  /* line 12206, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-100--md {
    padding-bottom: 7.14286rem !important;
  }

  /* line 12208, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-105--md {
    padding-bottom: 7.5rem !important;
  }

  /* line 12210, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-110--md {
    padding-bottom: 7.85714rem !important;
  }

  /* line 12212, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-115--md {
    padding-bottom: 8.21429rem !important;
  }

  /* line 12214, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-120--md {
    padding-bottom: 8.57143rem !important;
  }

  /* line 12216, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-125--md {
    padding-bottom: 8.92857rem !important;
  }

  /* line 12218, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-130--md {
    padding-bottom: 9.28571rem !important;
  }

  /* line 12220, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-135--md {
    padding-bottom: 9.64286rem !important;
  }

  /* line 12222, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-140--md {
    padding-bottom: 10rem !important;
  }

  /* line 12224, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-145--md {
    padding-bottom: 10.35714rem !important;
  }

  /* line 12226, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-150--md {
    padding-bottom: 10.71429rem !important;
  }

  /* Padding Left */
  /* line 12229, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-0--md {
    padding-left: 0px !important;
  }

  /* line 12231, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-1--md {
    padding-left: 0.07143rem !important;
  }

  /* line 12233, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-2--md {
    padding-left: 0.14286rem !important;
  }

  /* line 12235, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-3--md {
    padding-left: 0.21429rem !important;
  }

  /* line 12237, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-4--md {
    padding-left: 0.28571rem !important;
  }

  /* line 12239, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-5--md {
    padding-left: 0.35714rem !important;
  }

  /* line 12241, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-6--md {
    padding-left: 0.42857rem !important;
  }

  /* line 12243, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-7--md {
    padding-left: 0.5rem !important;
  }

  /* line 12245, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-8--md {
    padding-left: 0.57143rem !important;
  }

  /* line 12247, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-9--md {
    padding-left: 0.64286rem !important;
  }

  /* P */
  /* line 12250, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-10--md {
    padding-left: 0.71429rem !important;
  }

  /* P */
  /* line 12253, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-15--md {
    padding-left: 1.07143rem !important;
  }

  /* P */
  /* line 12256, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-20--md {
    padding-left: 1.42857rem !important;
  }

  /* P */
  /* line 12259, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-25--md {
    padding-left: 1.78571rem !important;
  }

  /* P */
  /* line 12262, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-30--md {
    padding-left: 2.14286rem !important;
  }

  /* P */
  /* line 12265, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-35--md {
    padding-left: 2.5rem !important;
  }

  /* P */
  /* line 12268, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-40--md {
    padding-left: 2.85714rem !important;
  }

  /* P */
  /* line 12271, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-45--md {
    padding-left: 3.21429rem !important;
  }

  /* P */
  /* line 12274, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-50--md {
    padding-left: 3.57143rem !important;
  }

  /* P */
  /* line 12277, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-55--md {
    padding-left: 3.92857rem !important;
  }

  /* P */
  /* line 12280, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-60--md {
    padding-left: 4.28571rem !important;
  }

  /* P */
  /* line 12283, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-65--md {
    padding-left: 4.64286rem !important;
  }

  /* P */
  /* line 12286, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-70--md {
    padding-left: 5rem !important;
  }

  /* P */
  /* line 12289, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-75--md {
    padding-left: 5.35714rem !important;
  }

  /* P */
  /* line 12292, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-80--md {
    padding-left: 5.71429rem !important;
  }

  /* P */
  /* line 12295, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-85--md {
    padding-left: 6.07143rem !important;
  }

  /* P */
  /* line 12298, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-90--md {
    padding-left: 6.42857rem !important;
  }

  /* P */
  /* line 12301, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-95--md {
    padding-left: 6.78571rem !important;
  }

  /* P */
  /* line 12304, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-100--md {
    padding-left: 7.14286rem !important;
  }

  /* P */
  /* line 12307, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-105--md {
    padding-left: 7.5rem !important;
  }

  /* P */
  /* line 12310, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-110--md {
    padding-left: 7.85714rem !important;
  }

  /* P */
  /* line 12313, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-115--md {
    padding-left: 8.21429rem !important;
  }

  /* P */
  /* line 12316, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-120--md {
    padding-left: 8.57143rem !important;
  }

  /* P */
  /* line 12319, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-125--md {
    padding-left: 8.92857rem !important;
  }

  /* P */
  /* line 12322, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-130--md {
    padding-left: 9.28571rem !important;
  }

  /* P */
  /* line 12325, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-135--md {
    padding-left: 9.64286rem !important;
  }

  /* P */
  /* line 12328, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-140--md {
    padding-left: 10rem !important;
  }

  /* P */
  /* line 12331, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-145--md {
    padding-left: 10.35714rem !important;
  }

  /* P */
  /* line 12334, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-150--md {
    padding-left: 10.71429rem !important;
  }

  /* P */
  /* line 12337, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-155--md {
    padding-left: 11.07143rem !important;
  }

  /* P */
  /* line 12340, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-160--md {
    padding-left: 11.42857rem !important;
  }

  /* P */
  /* line 12343, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-165--md {
    padding-left: 11.78571rem !important;
  }

  /* P */
  /* line 12346, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-170--md {
    padding-left: 12.14286rem !important;
  }
}
/* Padding Spaces (lg) P
------------------------------------*/
/* P */
@media (min-width: 992px) {
  /* line 12353, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-0--lg {
    padding: 0 !important;
  }

  /* line 12355, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-0--lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 12358, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-0--lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 12361, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-0--lg {
    padding-left: 0 !important;
  }

  /* line 12363, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-0--lg {
    padding-right: 0 !important;
  }

  /* line 12365, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-0--lg {
    padding-top: 0 !important;
  }

  /* line 12367, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-0--lg {
    padding-bottom: 0 !important;
  }

  /* Padding Around */
  /* line 12370, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-2--lg {
    padding: 0.14286rem !important;
  }

  /* line 12372, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-3--lg {
    padding: 0.21429rem !important;
  }

  /* line 12374, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-5--lg {
    padding: 0.35714rem !important;
  }

  /* line 12376, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-7--lg {
    padding: 0.5rem !important;
  }

  /* line 12378, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-10--lg {
    padding: 0.71429rem !important;
  }

  /* line 12380, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-15--lg {
    padding: 1.07143rem !important;
  }

  /* line 12382, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-20--lg {
    padding: 1.42857rem !important;
  }

  /* line 12384, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-25--lg {
    padding: 1.78571rem !important;
  }

  /* line 12386, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-30--lg {
    padding: 2.14286rem !important;
  }

  /* line 12388, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-35--lg {
    padding: 2.5rem !important;
  }

  /* line 12390, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-40--lg {
    padding: 2.85714rem !important;
  }

  /* line 12392, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-45--lg {
    padding: 3.21429rem !important;
  }

  /* line 12394, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-50--lg {
    padding: 3.57143rem !important;
  }

  /* line 12396, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-55--lg {
    padding: 3.92857rem !important;
  }

  /* line 12398, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-60--lg {
    padding: 4.28571rem !important;
  }

  /* line 12400, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-65--lg {
    padding: 4.64286rem !important;
  }

  /* line 12402, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-70--lg {
    padding: 5rem !important;
  }

  /* line 12404, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-75--lg {
    padding: 5.35714rem !important;
  }

  /* line 12406, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-80--lg {
    padding: 5.71429rem !important;
  }

  /* line 12408, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-85--lg {
    padding: 6.07143rem !important;
  }

  /* line 12410, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-90--lg {
    padding: 6.42857rem !important;
  }

  /* line 12412, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-95--lg {
    padding: 6.78571rem !important;
  }

  /* line 12414, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-100--lg {
    padding: 7.14286rem !important;
  }

  /* line 12416, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-105--lg {
    padding: 7.5rem !important;
  }

  /* line 12418, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-110--lg {
    padding: 7.85714rem !important;
  }

  /* line 12420, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-115--lg {
    padding: 8.21429rem !important;
  }

  /* line 12422, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-120--lg {
    padding: 8.57143rem !important;
  }

  /* line 12424, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-125--lg {
    padding: 8.92857rem !important;
  }

  /* line 12426, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-130--lg {
    padding: 9.28571rem !important;
  }

  /* line 12428, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-135--lg {
    padding: 9.64286rem !important;
  }

  /* line 12430, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-140--lg {
    padding: 10rem !important;
  }

  /* line 12432, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-145--lg {
    padding: 10.35714rem !important;
  }

  /* line 12434, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-150--lg {
    padding: 10.71429rem !important;
  }

  /* Padding X */
  /* line 12437, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-1--lg {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }

  /* line 12440, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-2--lg {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }

  /* line 12443, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-3--lg {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }

  /* line 12446, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-4--lg {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }

  /* line 12449, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-5--lg {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }

  /* line 12452, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-6--lg {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }

  /* line 12455, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-7--lg {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  /* line 12458, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-8--lg {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }

  /* line 12461, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-9--lg {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }

  /* line 12464, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-10--lg {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 12467, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-11--lg {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }

  /* line 12470, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-12--lg {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }

  /* line 12473, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-13--lg {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }

  /* line 12476, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-14--lg {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* line 12479, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-15--lg {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 12482, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-10--lg {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 12485, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-15--lg {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 12488, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-20--lg {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }

  /* line 12491, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-25--lg {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }

  /* line 12494, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-30--lg {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }

  /* line 12497, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-35--lg {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  /* line 12500, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-40--lg {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }

  /* line 12503, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-45--lg {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }

  /* line 12506, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-50--lg {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }

  /* line 12509, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-55--lg {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }

  /* line 12512, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-60--lg {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }

  /* line 12515, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-65--lg {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }

  /* line 12518, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-70--lg {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  /* line 12521, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-75--lg {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }

  /* line 12524, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-80--lg {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }

  /* line 12527, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-85--lg {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }

  /* line 12530, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-90--lg {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }

  /* line 12533, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-95--lg {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }

  /* line 12536, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-100--lg {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }

  /* line 12539, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-105--lg {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  /* line 12542, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-110--lg {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }

  /* line 12545, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-115--lg {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }

  /* line 12548, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-120--lg {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }

  /* line 12551, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-125--lg {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }

  /* line 12554, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-130--lg {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }

  /* line 12557, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-135--lg {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }

  /* line 12560, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-140--lg {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  /* line 12563, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-145--lg {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }

  /* line 12566, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-150--lg {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }

  /* Padding Y */
  /* line 12570, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-1--lg {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }

  /* line 12573, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-2--lg {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }

  /* line 12576, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-3--lg {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }

  /* line 12579, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-4--lg {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }

  /* line 12582, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-5--lg {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }

  /* line 12585, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-6--lg {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }

  /* line 12588, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-7--lg {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 12591, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-8--lg {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }

  /* line 12594, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-9--lg {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }

  /* line 12597, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-10--lg {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* line 12600, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-11--lg {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }

  /* line 12603, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-12--lg {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }

  /* line 12606, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-13--lg {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }

  /* line 12609, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-14--lg {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 12612, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-15--lg {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* line 12615, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-16--lg {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }

  /* line 12618, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-17--lg {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }

  /* line 12621, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-18--lg {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }

  /* line 12624, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-19--lg {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }

  /* P */
  /* line 12628, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-10--lg {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* P */
  /* line 12632, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-15--lg {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* P */
  /* line 12636, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-20--lg {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }

  /* P */
  /* line 12640, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-25--lg {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }

  /* P */
  /* line 12644, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-30--lg {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }

  /* P */
  /* line 12648, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-35--lg {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* P */
  /* line 12652, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-40--lg {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }

  /* P */
  /* line 12656, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-45--lg {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }

  /* P */
  /* line 12660, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-50--lg {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }

  /* P */
  /* line 12664, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-55--lg {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }

  /* P */
  /* line 12668, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-60--lg {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }

  /* P */
  /* line 12672, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-65--lg {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }

  /* P */
  /* line 12676, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-70--lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* P */
  /* line 12680, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-75--lg {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }

  /* P */
  /* line 12684, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-80--lg {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }

  /* P */
  /* line 12688, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-85--lg {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }

  /* P */
  /* line 12692, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-90--lg {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }

  /* P */
  /* line 12696, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-95--lg {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }

  /* P */
  /* line 12700, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-100--lg {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }

  /* P */
  /* line 12704, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-105--lg {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* P */
  /* line 12708, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-110--lg {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }

  /* P */
  /* line 12712, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-115--lg {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }

  /* P */
  /* line 12716, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-120--lg {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }

  /* P */
  /* line 12720, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-125--lg {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }

  /* P */
  /* line 12724, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-130--lg {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }

  /* P */
  /* line 12728, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-135--lg {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }

  /* P */
  /* line 12732, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-140--lg {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* P */
  /* line 12736, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-145--lg {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }

  /* P */
  /* line 12740, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-150--lg {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }

  /* P */
  /* line 12744, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-155--lg {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }

  /* P */
  /* line 12748, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-160--lg {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }

  /* P */
  /* line 12752, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-165--lg {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }

  /* P */
  /* line 12756, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-170--lg {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }

  /* P */
  /* line 12760, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-175--lg {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* P */
  /* line 12764, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-180--lg {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }

  /* P */
  /* line 12768, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-185--lg {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }

  /* P */
  /* line 12772, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-190--lg {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }

  /* P */
  /* line 12776, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-195--lg {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }

  /* P */
  /* line 12780, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-200--lg {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }

  /* P */
  /* line 12784, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-205--lg {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }

  /* P */
  /* line 12788, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-210--lg {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* Padding Top */
  /* line 12792, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-0--lg {
    padding-top: 0px !important;
  }

  /* line 12794, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-1--lg {
    padding-top: 0.07143rem !important;
  }

  /* line 12796, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-2--lg {
    padding-top: 0.14286rem !important;
  }

  /* line 12798, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-3--lg {
    padding-top: 0.21429rem !important;
  }

  /* line 12800, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-4--lg {
    padding-top: 0.28571rem !important;
  }

  /* line 12802, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-5--lg {
    padding-top: 0.35714rem !important;
  }

  /* line 12804, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-6--lg {
    padding-top: 0.42857rem !important;
  }

  /* line 12806, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-7--lg {
    padding-top: 0.5rem !important;
  }

  /* line 12808, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-8--lg {
    padding-top: 0.57143rem !important;
  }

  /* line 12810, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-9--lg {
    padding-top: 0.64286rem !important;
  }

  /* line 12812, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-10--lg {
    padding-top: 0.71429rem !important;
  }

  /* line 12814, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-15--lg {
    padding-top: 1.07143rem !important;
  }

  /* line 12816, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-20--lg {
    padding-top: 1.42857rem !important;
  }

  /* line 12818, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-25--lg {
    padding-top: 1.78571rem !important;
  }

  /* line 12820, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-30--lg {
    padding-top: 2.14286rem !important;
  }

  /* line 12822, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-35--lg {
    padding-top: 2.5rem !important;
  }

  /* line 12824, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-40--lg {
    padding-top: 2.85714rem !important;
  }

  /* line 12826, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-45--lg {
    padding-top: 3.21429rem !important;
  }

  /* line 12828, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-50--lg {
    padding-top: 3.57143rem !important;
  }

  /* line 12830, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-55--lg {
    padding-top: 3.92857rem !important;
  }

  /* line 12832, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-60--lg {
    padding-top: 4.28571rem !important;
  }

  /* line 12834, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-65--lg {
    padding-top: 4.64286rem !important;
  }

  /* line 12836, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-70--lg {
    padding-top: 5rem !important;
  }

  /* line 12838, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-75--lg {
    padding-top: 5.35714rem !important;
  }

  /* line 12840, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-80--lg {
    padding-top: 5.71429rem !important;
  }

  /* line 12842, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-85--lg {
    padding-top: 6.07143rem !important;
  }

  /* line 12844, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-90--lg {
    padding-top: 6.42857rem !important;
  }

  /* line 12846, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-95--lg {
    padding-top: 6.78571rem !important;
  }

  /* line 12848, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-100--lg {
    padding-top: 7.14286rem !important;
  }

  /* line 12850, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-105--lg {
    padding-top: 7.5rem !important;
  }

  /* line 12852, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-110--lg {
    padding-top: 7.85714rem !important;
  }

  /* line 12854, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-115--lg {
    padding-top: 8.21429rem !important;
  }

  /* line 12856, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-120--lg {
    padding-top: 8.57143rem !important;
  }

  /* line 12858, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-125--lg {
    padding-top: 8.92857rem !important;
  }

  /* line 12860, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-130--lg {
    padding-top: 9.28571rem !important;
  }

  /* line 12862, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-135--lg {
    padding-top: 9.64286rem !important;
  }

  /* line 12864, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-140--lg {
    padding-top: 10rem !important;
  }

  /* line 12866, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-145--lg {
    padding-top: 10.35714rem !important;
  }

  /* line 12868, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-150--lg {
    padding-top: 10.71429rem !important;
  }

  /* Padding Right */
  /* line 12871, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-0--lg {
    padding-right: 0px !important;
  }

  /* line 12873, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-1--lg {
    padding-right: 0.07143rem !important;
  }

  /* line 12875, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-2--lg {
    padding-right: 0.14286rem !important;
  }

  /* line 12877, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-3--lg {
    padding-right: 0.21429rem !important;
  }

  /* line 12879, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-4--lg {
    padding-right: 0.28571rem !important;
  }

  /* line 12881, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-5--lg {
    padding-right: 0.35714rem !important;
  }

  /* line 12883, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-6--lg {
    padding-right: 0.42857rem !important;
  }

  /* line 12885, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-7--lg {
    padding-right: 0.5rem !important;
  }

  /* line 12887, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-8--lg {
    padding-right: 0.57143rem !important;
  }

  /* line 12889, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-9--lg {
    padding-right: 0.64286rem !important;
  }

  /* P */
  /* line 12892, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-10--lg {
    padding-right: 0.71429rem !important;
  }

  /* P */
  /* line 12895, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-15--lg {
    padding-right: 1.07143rem !important;
  }

  /* P */
  /* line 12898, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-20--lg {
    padding-right: 1.42857rem !important;
  }

  /* P */
  /* line 12901, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-25--lg {
    padding-right: 1.78571rem !important;
  }

  /* P */
  /* line 12904, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-30--lg {
    padding-right: 2.14286rem !important;
  }

  /* P */
  /* line 12907, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-35--lg {
    padding-right: 2.5rem !important;
  }

  /* P */
  /* line 12910, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-40--lg {
    padding-right: 2.85714rem !important;
  }

  /* P */
  /* line 12913, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-45--lg {
    padding-right: 3.21429rem !important;
  }

  /* P */
  /* line 12916, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-50--lg {
    padding-right: 3.57143rem !important;
  }

  /* P */
  /* line 12919, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-55--lg {
    padding-right: 3.92857rem !important;
  }

  /* P */
  /* line 12922, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-60--lg {
    padding-right: 4.28571rem !important;
  }

  /* P */
  /* line 12925, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-65--lg {
    padding-right: 4.64286rem !important;
  }

  /* P */
  /* line 12928, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-70--lg {
    padding-right: 5rem !important;
  }

  /* P */
  /* line 12931, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-75--lg {
    padding-right: 5.35714rem !important;
  }

  /* P */
  /* line 12934, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-80--lg {
    padding-right: 5.71429rem !important;
  }

  /* P */
  /* line 12937, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-85--lg {
    padding-right: 6.07143rem !important;
  }

  /* P */
  /* line 12940, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-90--lg {
    padding-right: 6.42857rem !important;
  }

  /* P */
  /* line 12943, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-95--lg {
    padding-right: 6.78571rem !important;
  }

  /* P */
  /* line 12946, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-100--lg {
    padding-right: 7.14286rem !important;
  }

  /* P */
  /* line 12949, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-105--lg {
    padding-right: 7.5rem !important;
  }

  /* P */
  /* line 12952, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-110--lg {
    padding-right: 7.85714rem !important;
  }

  /* P */
  /* line 12955, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-115--lg {
    padding-right: 8.21429rem !important;
  }

  /* P */
  /* line 12958, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-120--lg {
    padding-right: 8.57143rem !important;
  }

  /* P */
  /* line 12961, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-125--lg {
    padding-right: 8.92857rem !important;
  }

  /* P */
  /* line 12964, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-130--lg {
    padding-right: 9.28571rem !important;
  }

  /* P */
  /* line 12967, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-135--lg {
    padding-right: 9.64286rem !important;
  }

  /* P */
  /* line 12970, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-140--lg {
    padding-right: 10rem !important;
  }

  /* P */
  /* line 12973, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-145--lg {
    padding-right: 10.35714rem !important;
  }

  /* P */
  /* line 12976, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-150--lg {
    padding-right: 10.71429rem !important;
  }

  /* P */
  /* line 12979, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-155--lg {
    padding-right: 11.07143rem !important;
  }

  /* P */
  /* line 12982, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-160--lg {
    padding-right: 11.42857rem !important;
  }

  /* P */
  /* line 12985, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-165--lg {
    padding-right: 11.78571rem !important;
  }

  /* P */
  /* line 12988, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-170--lg {
    padding-right: 12.14286rem !important;
  }

  /* Padding Bottom */
  /* line 12991, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-0--lg {
    padding-bottom: 0px !important;
  }

  /* line 12993, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-1--lg {
    padding-bottom: 0.07143rem !important;
  }

  /* line 12995, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-2--lg {
    padding-bottom: 0.14286rem !important;
  }

  /* line 12997, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-3--lg {
    padding-bottom: 0.21429rem !important;
  }

  /* line 12999, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-4--lg {
    padding-bottom: 0.28571rem !important;
  }

  /* line 13001, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-5--lg {
    padding-bottom: 0.35714rem !important;
  }

  /* line 13003, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-6--lg {
    padding-bottom: 0.42857rem !important;
  }

  /* line 13005, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-7--lg {
    padding-bottom: 0.5rem !important;
  }

  /* line 13007, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-8--lg {
    padding-bottom: 0.57143rem !important;
  }

  /* line 13009, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-9--lg {
    padding-bottom: 0.64286rem !important;
  }

  /* line 13011, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-10--lg {
    padding-bottom: 0.71429rem !important;
  }

  /* line 13013, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-15--lg {
    padding-bottom: 1.07143rem !important;
  }

  /* line 13015, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-20--lg {
    padding-bottom: 1.42857rem !important;
  }

  /* line 13017, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-25--lg {
    padding-bottom: 1.78571rem !important;
  }

  /* line 13019, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-30--lg {
    padding-bottom: 2.14286rem !important;
  }

  /* line 13021, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-35--lg {
    padding-bottom: 2.5rem !important;
  }

  /* line 13023, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-40--lg {
    padding-bottom: 2.85714rem !important;
  }

  /* line 13025, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-45--lg {
    padding-bottom: 3.21429rem !important;
  }

  /* line 13027, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-50--lg {
    padding-bottom: 3.57143rem !important;
  }

  /* line 13029, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-55--lg {
    padding-bottom: 3.92857rem !important;
  }

  /* line 13031, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-60--lg {
    padding-bottom: 4.28571rem !important;
  }

  /* line 13033, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-65--lg {
    padding-bottom: 4.64286rem !important;
  }

  /* line 13035, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-70--lg {
    padding-bottom: 5rem !important;
  }

  /* line 13037, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-75--lg {
    padding-bottom: 5.35714rem !important;
  }

  /* line 13039, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-80--lg {
    padding-bottom: 5.71429rem !important;
  }

  /* line 13041, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-85--lg {
    padding-bottom: 6.07143rem !important;
  }

  /* line 13043, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-90--lg {
    padding-bottom: 6.42857rem !important;
  }

  /* line 13045, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-95--lg {
    padding-bottom: 6.78571rem !important;
  }

  /* line 13047, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-100--lg {
    padding-bottom: 7.14286rem !important;
  }

  /* line 13049, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-105--lg {
    padding-bottom: 7.5rem !important;
  }

  /* line 13051, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-110--lg {
    padding-bottom: 7.85714rem !important;
  }

  /* line 13053, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-115--lg {
    padding-bottom: 8.21429rem !important;
  }

  /* line 13055, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-120--lg {
    padding-bottom: 8.57143rem !important;
  }

  /* line 13057, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-125--lg {
    padding-bottom: 8.92857rem !important;
  }

  /* line 13059, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-130--lg {
    padding-bottom: 9.28571rem !important;
  }

  /* line 13061, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-135--lg {
    padding-bottom: 9.64286rem !important;
  }

  /* line 13063, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-140--lg {
    padding-bottom: 10rem !important;
  }

  /* line 13065, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-145--lg {
    padding-bottom: 10.35714rem !important;
  }

  /* line 13067, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-150--lg {
    padding-bottom: 10.71429rem !important;
  }

  /* Padding Left */
  /* line 13070, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-0--lg {
    padding-left: 0px !important;
  }

  /* line 13072, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-1--lg {
    padding-left: 0.07143rem !important;
  }

  /* line 13074, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-2--lg {
    padding-left: 0.14286rem !important;
  }

  /* line 13076, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-3--lg {
    padding-left: 0.21429rem !important;
  }

  /* line 13078, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-4--lg {
    padding-left: 0.28571rem !important;
  }

  /* line 13080, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-5--lg {
    padding-left: 0.35714rem !important;
  }

  /* line 13082, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-6--lg {
    padding-left: 0.42857rem !important;
  }

  /* line 13084, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-7--lg {
    padding-left: 0.5rem !important;
  }

  /* line 13086, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-8--lg {
    padding-left: 0.57143rem !important;
  }

  /* line 13088, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-9--lg {
    padding-left: 0.64286rem !important;
  }

  /* P */
  /* line 13091, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-10--lg {
    padding-left: 0.71429rem !important;
  }

  /* P */
  /* line 13094, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-15--lg {
    padding-left: 1.07143rem !important;
  }

  /* P */
  /* line 13097, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-20--lg {
    padding-left: 1.42857rem !important;
  }

  /* P */
  /* line 13100, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-25--lg {
    padding-left: 1.78571rem !important;
  }

  /* P */
  /* line 13103, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-30--lg {
    padding-left: 2.14286rem !important;
  }

  /* P */
  /* line 13106, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-35--lg {
    padding-left: 2.5rem !important;
  }

  /* P */
  /* line 13109, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-40--lg {
    padding-left: 2.85714rem !important;
  }

  /* P */
  /* line 13112, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-45--lg {
    padding-left: 3.21429rem !important;
  }

  /* P */
  /* line 13115, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-50--lg {
    padding-left: 3.57143rem !important;
  }

  /* P */
  /* line 13118, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-55--lg {
    padding-left: 3.92857rem !important;
  }

  /* P */
  /* line 13121, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-60--lg {
    padding-left: 4.28571rem !important;
  }

  /* P */
  /* line 13124, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-65--lg {
    padding-left: 4.64286rem !important;
  }

  /* P */
  /* line 13127, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-70--lg {
    padding-left: 5rem !important;
  }

  /* P */
  /* line 13130, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-75--lg {
    padding-left: 5.35714rem !important;
  }

  /* P */
  /* line 13133, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-80--lg {
    padding-left: 5.71429rem !important;
  }

  /* P */
  /* line 13136, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-85--lg {
    padding-left: 6.07143rem !important;
  }

  /* P */
  /* line 13139, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-90--lg {
    padding-left: 6.42857rem !important;
  }

  /* P */
  /* line 13142, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-95--lg {
    padding-left: 6.78571rem !important;
  }

  /* P */
  /* line 13145, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-100--lg {
    padding-left: 7.14286rem !important;
  }

  /* P */
  /* line 13148, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-105--lg {
    padding-left: 7.5rem !important;
  }

  /* P */
  /* line 13151, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-110--lg {
    padding-left: 7.85714rem !important;
  }

  /* P */
  /* line 13154, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-115--lg {
    padding-left: 8.21429rem !important;
  }

  /* P */
  /* line 13157, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-120--lg {
    padding-left: 8.57143rem !important;
  }

  /* P */
  /* line 13160, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-125--lg {
    padding-left: 8.92857rem !important;
  }

  /* P */
  /* line 13163, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-130--lg {
    padding-left: 9.28571rem !important;
  }

  /* P */
  /* line 13166, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-135--lg {
    padding-left: 9.64286rem !important;
  }

  /* P */
  /* line 13169, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-140--lg {
    padding-left: 10rem !important;
  }

  /* P */
  /* line 13172, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-145--lg {
    padding-left: 10.35714rem !important;
  }

  /* P */
  /* line 13175, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-150--lg {
    padding-left: 10.71429rem !important;
  }

  /* P */
  /* line 13178, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-155--lg {
    padding-left: 11.07143rem !important;
  }

  /* P */
  /* line 13181, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-160--lg {
    padding-left: 11.42857rem !important;
  }

  /* P */
  /* line 13184, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-165--lg {
    padding-left: 11.78571rem !important;
  }

  /* P */
  /* line 13187, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-170--lg {
    padding-left: 12.14286rem !important;
  }
}
/* Padding Spaces (xl) P
------------------------------------*/
@media (min-width: 1200px) {
  /* line 13193, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-0--xl {
    padding: 0 !important;
  }

  /* line 13195, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-0--xl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 13198, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-0--xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 13201, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-0--xl {
    padding-left: 0 !important;
  }

  /* line 13203, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-0--xl {
    padding-right: 0 !important;
  }

  /* line 13205, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-0--xl {
    padding-top: 0 !important;
  }

  /* line 13207, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-0--xl {
    padding-bottom: 0 !important;
  }

  /* Padding Around */
  /* line 13210, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-2--xl {
    padding: 0.14286rem !important;
  }

  /* line 13212, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-3--xl {
    padding: 0.21429rem !important;
  }

  /* line 13214, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-5--xl {
    padding: 0.35714rem !important;
  }

  /* line 13216, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-7--xl {
    padding: 0.5rem !important;
  }

  /* line 13218, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-10--xl {
    padding: 0.71429rem !important;
  }

  /* line 13220, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-15--xl {
    padding: 1.07143rem !important;
  }

  /* line 13222, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-20--xl {
    padding: 1.42857rem !important;
  }

  /* line 13224, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-25--xl {
    padding: 1.78571rem !important;
  }

  /* line 13226, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-30--xl {
    padding: 2.14286rem !important;
  }

  /* line 13228, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-35--xl {
    padding: 2.5rem !important;
  }

  /* line 13230, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-40--xl {
    padding: 2.85714rem !important;
  }

  /* line 13232, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-45--xl {
    padding: 3.21429rem !important;
  }

  /* line 13234, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-50--xl {
    padding: 3.57143rem !important;
  }

  /* line 13236, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-55--xl {
    padding: 3.92857rem !important;
  }

  /* line 13238, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-60--xl {
    padding: 4.28571rem !important;
  }

  /* line 13240, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-65--xl {
    padding: 4.64286rem !important;
  }

  /* line 13242, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-70--xl {
    padding: 5rem !important;
  }

  /* line 13244, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-75--xl {
    padding: 5.35714rem !important;
  }

  /* line 13246, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-80--xl {
    padding: 5.71429rem !important;
  }

  /* line 13248, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-85--xl {
    padding: 6.07143rem !important;
  }

  /* line 13250, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-90--xl {
    padding: 6.42857rem !important;
  }

  /* line 13252, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-95--xl {
    padding: 6.78571rem !important;
  }

  /* line 13254, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-100--xl {
    padding: 7.14286rem !important;
  }

  /* line 13256, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-105--xl {
    padding: 7.5rem !important;
  }

  /* line 13258, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-110--xl {
    padding: 7.85714rem !important;
  }

  /* line 13260, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-115--xl {
    padding: 8.21429rem !important;
  }

  /* line 13262, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-120--xl {
    padding: 8.57143rem !important;
  }

  /* line 13264, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-125--xl {
    padding: 8.92857rem !important;
  }

  /* line 13266, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-130--xl {
    padding: 9.28571rem !important;
  }

  /* line 13268, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-135--xl {
    padding: 9.64286rem !important;
  }

  /* line 13270, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-140--xl {
    padding: 10rem !important;
  }

  /* line 13272, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-145--xl {
    padding: 10.35714rem !important;
  }

  /* line 13274, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-150--xl {
    padding: 10.71429rem !important;
  }

  /* Padding X */
  /* line 13277, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-1--xl {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }

  /* line 13280, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-2--xl {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }

  /* line 13283, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-3--xl {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }

  /* line 13286, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-4--xl {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }

  /* line 13289, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-5--xl {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }

  /* line 13292, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-6--xl {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }

  /* line 13295, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-7--xl {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  /* line 13298, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-8--xl {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }

  /* line 13301, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-9--xl {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }

  /* line 13304, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-10--xl {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 13307, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-11--xl {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }

  /* line 13310, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-12--xl {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }

  /* line 13313, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-13--xl {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }

  /* line 13316, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-14--xl {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* line 13319, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-15--xl {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 13322, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-10--xl {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 13325, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-15--xl {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 13328, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-20--xl {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }

  /* line 13331, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-25--xl {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }

  /* line 13334, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-30--xl {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }

  /* line 13337, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-35--xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  /* line 13340, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-40--xl {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }

  /* line 13343, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-45--xl {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }

  /* line 13346, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-50--xl {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }

  /* line 13349, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-55--xl {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }

  /* line 13352, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-60--xl {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }

  /* line 13355, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-65--xl {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }

  /* line 13358, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-70--xl {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  /* line 13361, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-75--xl {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }

  /* line 13364, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-80--xl {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }

  /* line 13367, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-85--xl {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }

  /* line 13370, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-90--xl {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }

  /* line 13373, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-95--xl {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }

  /* line 13376, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-100--xl {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }

  /* line 13379, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-105--xl {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  /* line 13382, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-110--xl {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }

  /* line 13385, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-115--xl {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }

  /* line 13388, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-120--xl {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }

  /* line 13391, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-125--xl {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }

  /* line 13394, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-130--xl {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }

  /* line 13397, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-135--xl {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }

  /* line 13400, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-140--xl {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  /* line 13403, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-145--xl {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }

  /* line 13406, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-150--xl {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }

  /* Padding Y */
  /* line 13410, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-1--xl {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }

  /* line 13413, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-2--xl {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }

  /* line 13416, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-3--xl {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }

  /* line 13419, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-4--xl {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }

  /* line 13422, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-5--xl {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }

  /* line 13425, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-6--xl {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }

  /* line 13428, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-7--xl {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 13431, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-8--xl {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }

  /* line 13434, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-9--xl {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }

  /* line 13437, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-10--xl {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* line 13440, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-11--xl {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }

  /* line 13443, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-12--xl {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }

  /* line 13446, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-13--xl {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }

  /* line 13449, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-14--xl {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 13452, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-15--xl {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* line 13455, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-16--xl {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }

  /* line 13458, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-17--xl {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }

  /* line 13461, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-18--xl {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }

  /* line 13464, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-19--xl {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }

  /* P */
  /* line 13468, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-10--xl {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* P */
  /* line 13472, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-15--xl {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* P */
  /* line 13476, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-20--xl {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }

  /* P */
  /* line 13480, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-25--xl {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }

  /* P */
  /* line 13484, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-30--xl {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }

  /* P */
  /* line 13488, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-35--xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* P */
  /* line 13492, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-40--xl {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }

  /* P */
  /* line 13496, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-45--xl {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }

  /* P */
  /* line 13500, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-50--xl {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }

  /* P */
  /* line 13504, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-55--xl {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }

  /* P */
  /* line 13508, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-60--xl {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }

  /* P */
  /* line 13512, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-65--xl {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }

  /* P */
  /* line 13516, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-70--xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* P */
  /* line 13520, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-75--xl {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }

  /* P */
  /* line 13524, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-80--xl {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }

  /* P */
  /* line 13528, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-85--xl {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }

  /* P */
  /* line 13532, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-90--xl {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }

  /* P */
  /* line 13536, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-95--xl {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }

  /* P */
  /* line 13540, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-100--xl {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }

  /* P */
  /* line 13544, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-105--xl {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* P */
  /* line 13548, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-110--xl {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }

  /* P */
  /* line 13552, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-115--xl {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }

  /* P */
  /* line 13556, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-120--xl {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }

  /* P */
  /* line 13560, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-125--xl {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }

  /* P */
  /* line 13564, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-130--xl {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }

  /* P */
  /* line 13568, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-135--xl {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }

  /* P */
  /* line 13572, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-140--xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* P */
  /* line 13576, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-145--xl {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }

  /* P */
  /* line 13580, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-150--xl {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }

  /* P */
  /* line 13584, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-155--xl {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }

  /* P */
  /* line 13588, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-160--xl {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }

  /* P */
  /* line 13592, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-165--xl {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }

  /* P */
  /* line 13596, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-170--xl {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }

  /* P */
  /* line 13600, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-175--xl {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* P */
  /* line 13604, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-180--xl {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }

  /* P */
  /* line 13608, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-185--xl {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }

  /* P */
  /* line 13612, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-190--xl {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }

  /* P */
  /* line 13616, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-195--xl {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }

  /* P */
  /* line 13620, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-200--xl {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }

  /* P */
  /* line 13624, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-205--xl {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }

  /* P */
  /* line 13628, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-210--xl {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* Padding Top */
  /* line 13632, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-0--xl {
    padding-top: 0px !important;
  }

  /* line 13634, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-1--xl {
    padding-top: 0.07143rem !important;
  }

  /* line 13636, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-2--xl {
    padding-top: 0.14286rem !important;
  }

  /* line 13638, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-3--xl {
    padding-top: 0.21429rem !important;
  }

  /* line 13640, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-4--xl {
    padding-top: 0.28571rem !important;
  }

  /* line 13642, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-5--xl {
    padding-top: 0.35714rem !important;
  }

  /* line 13644, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-6--xl {
    padding-top: 0.42857rem !important;
  }

  /* line 13646, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-7--xl {
    padding-top: 0.5rem !important;
  }

  /* line 13648, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-8--xl {
    padding-top: 0.57143rem !important;
  }

  /* line 13650, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-9--xl {
    padding-top: 0.64286rem !important;
  }

  /* line 13652, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-10--xl {
    padding-top: 0.71429rem !important;
  }

  /* line 13654, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-15--xl {
    padding-top: 1.07143rem !important;
  }

  /* line 13656, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-20--xl {
    padding-top: 1.42857rem !important;
  }

  /* line 13658, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-25--xl {
    padding-top: 1.78571rem !important;
  }

  /* line 13660, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-30--xl {
    padding-top: 2.14286rem !important;
  }

  /* line 13662, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-35--xl {
    padding-top: 2.5rem !important;
  }

  /* line 13664, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-40--xl {
    padding-top: 2.85714rem !important;
  }

  /* line 13666, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-45--xl {
    padding-top: 3.21429rem !important;
  }

  /* line 13668, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-50--xl {
    padding-top: 3.57143rem !important;
  }

  /* line 13670, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-55--xl {
    padding-top: 3.92857rem !important;
  }

  /* line 13672, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-60--xl {
    padding-top: 4.28571rem !important;
  }

  /* line 13674, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-65--xl {
    padding-top: 4.64286rem !important;
  }

  /* line 13676, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-70--xl {
    padding-top: 5rem !important;
  }

  /* line 13678, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-75--xl {
    padding-top: 5.35714rem !important;
  }

  /* line 13680, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-80--xl {
    padding-top: 5.71429rem !important;
  }

  /* line 13682, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-85--xl {
    padding-top: 6.07143rem !important;
  }

  /* line 13684, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-90--xl {
    padding-top: 6.42857rem !important;
  }

  /* line 13686, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-95--xl {
    padding-top: 6.78571rem !important;
  }

  /* line 13688, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-100--xl {
    padding-top: 7.14286rem !important;
  }

  /* line 13690, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-105--xl {
    padding-top: 7.5rem !important;
  }

  /* line 13692, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-110--xl {
    padding-top: 7.85714rem !important;
  }

  /* line 13694, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-115--xl {
    padding-top: 8.21429rem !important;
  }

  /* line 13696, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-120--xl {
    padding-top: 8.57143rem !important;
  }

  /* line 13698, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-125--xl {
    padding-top: 8.92857rem !important;
  }

  /* line 13700, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-130--xl {
    padding-top: 9.28571rem !important;
  }

  /* line 13702, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-135--xl {
    padding-top: 9.64286rem !important;
  }

  /* line 13704, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-140--xl {
    padding-top: 10rem !important;
  }

  /* line 13706, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-145--xl {
    padding-top: 10.35714rem !important;
  }

  /* line 13708, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-150--xl {
    padding-top: 10.71429rem !important;
  }

  /* Padding Right */
  /* line 13711, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-0--xl {
    padding-right: 0px !important;
  }

  /* line 13713, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-1--xl {
    padding-right: 0.07143rem !important;
  }

  /* line 13715, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-2--xl {
    padding-right: 0.14286rem !important;
  }

  /* line 13717, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-3--xl {
    padding-right: 0.21429rem !important;
  }

  /* line 13719, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-4--xl {
    padding-right: 0.28571rem !important;
  }

  /* line 13721, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-5--xl {
    padding-right: 0.35714rem !important;
  }

  /* line 13723, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-6--xl {
    padding-right: 0.42857rem !important;
  }

  /* line 13725, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-7--xl {
    padding-right: 0.5rem !important;
  }

  /* line 13727, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-8--xl {
    padding-right: 0.57143rem !important;
  }

  /* line 13729, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-9--xl {
    padding-right: 0.64286rem !important;
  }

  /* P */
  /* line 13732, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-10--xl {
    padding-right: 0.71429rem !important;
  }

  /* P */
  /* line 13735, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-15--xl {
    padding-right: 1.07143rem !important;
  }

  /* P */
  /* line 13738, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-20--xl {
    padding-right: 1.42857rem !important;
  }

  /* P */
  /* line 13741, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-25--xl {
    padding-right: 1.78571rem !important;
  }

  /* P */
  /* line 13744, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-30--xl {
    padding-right: 2.14286rem !important;
  }

  /* P */
  /* line 13747, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-35--xl {
    padding-right: 2.5rem !important;
  }

  /* P */
  /* line 13750, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-40--xl {
    padding-right: 2.85714rem !important;
  }

  /* P */
  /* line 13753, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-45--xl {
    padding-right: 3.21429rem !important;
  }

  /* P */
  /* line 13756, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-50--xl {
    padding-right: 3.57143rem !important;
  }

  /* P */
  /* line 13759, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-55--xl {
    padding-right: 3.92857rem !important;
  }

  /* P */
  /* line 13762, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-60--xl {
    padding-right: 4.28571rem !important;
  }

  /* P */
  /* line 13765, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-65--xl {
    padding-right: 4.64286rem !important;
  }

  /* P */
  /* line 13768, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-70--xl {
    padding-right: 5rem !important;
  }

  /* P */
  /* line 13771, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-75--xl {
    padding-right: 5.35714rem !important;
  }

  /* P */
  /* line 13774, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-80--xl {
    padding-right: 5.71429rem !important;
  }

  /* P */
  /* line 13777, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-85--xl {
    padding-right: 6.07143rem !important;
  }

  /* P */
  /* line 13780, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-90--xl {
    padding-right: 6.42857rem !important;
  }

  /* P */
  /* line 13783, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-95--xl {
    padding-right: 6.78571rem !important;
  }

  /* P */
  /* line 13786, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-100--xl {
    padding-right: 7.14286rem !important;
  }

  /* P */
  /* line 13789, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-105--xl {
    padding-right: 7.5rem !important;
  }

  /* P */
  /* line 13792, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-110--xl {
    padding-right: 7.85714rem !important;
  }

  /* P */
  /* line 13795, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-115--xl {
    padding-right: 8.21429rem !important;
  }

  /* P */
  /* line 13798, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-120--xl {
    padding-right: 8.57143rem !important;
  }

  /* P */
  /* line 13801, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-125--xl {
    padding-right: 8.92857rem !important;
  }

  /* P */
  /* line 13804, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-130--xl {
    padding-right: 9.28571rem !important;
  }

  /* P */
  /* line 13807, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-135--xl {
    padding-right: 9.64286rem !important;
  }

  /* P */
  /* line 13810, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-140--xl {
    padding-right: 10rem !important;
  }

  /* P */
  /* line 13813, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-145--xl {
    padding-right: 10.35714rem !important;
  }

  /* P */
  /* line 13816, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-150--xl {
    padding-right: 10.71429rem !important;
  }

  /* P */
  /* line 13819, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-155--xl {
    padding-right: 11.07143rem !important;
  }

  /* P */
  /* line 13822, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-160--xl {
    padding-right: 11.42857rem !important;
  }

  /* P */
  /* line 13825, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-165--xl {
    padding-right: 11.78571rem !important;
  }

  /* P */
  /* line 13828, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pr-170--xl {
    padding-right: 12.14286rem !important;
  }

  /* Padding Bottom */
  /* line 13831, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-0--xl {
    padding-bottom: 0px !important;
  }

  /* line 13833, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-1--xl {
    padding-bottom: 0.07143rem !important;
  }

  /* line 13835, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-2--xl {
    padding-bottom: 0.14286rem !important;
  }

  /* line 13837, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-3--xl {
    padding-bottom: 0.21429rem !important;
  }

  /* line 13839, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-4--xl {
    padding-bottom: 0.28571rem !important;
  }

  /* line 13841, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-5--xl {
    padding-bottom: 0.35714rem !important;
  }

  /* line 13843, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-6--xl {
    padding-bottom: 0.42857rem !important;
  }

  /* line 13845, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-7--xl {
    padding-bottom: 0.5rem !important;
  }

  /* line 13847, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-8--xl {
    padding-bottom: 0.57143rem !important;
  }

  /* line 13849, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-9--xl {
    padding-bottom: 0.64286rem !important;
  }

  /* line 13851, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-10--xl {
    padding-bottom: 0.71429rem !important;
  }

  /* line 13853, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-15--xl {
    padding-bottom: 1.07143rem !important;
  }

  /* line 13855, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-20--xl {
    padding-bottom: 1.42857rem !important;
  }

  /* line 13857, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-25--xl {
    padding-bottom: 1.78571rem !important;
  }

  /* line 13859, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-30--xl {
    padding-bottom: 2.14286rem !important;
  }

  /* line 13861, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-35--xl {
    padding-bottom: 2.5rem !important;
  }

  /* line 13863, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-40--xl {
    padding-bottom: 2.85714rem !important;
  }

  /* line 13865, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-45--xl {
    padding-bottom: 3.21429rem !important;
  }

  /* line 13867, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-50--xl {
    padding-bottom: 3.57143rem !important;
  }

  /* line 13869, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-55--xl {
    padding-bottom: 3.92857rem !important;
  }

  /* line 13871, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-60--xl {
    padding-bottom: 4.28571rem !important;
  }

  /* line 13873, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-65--xl {
    padding-bottom: 4.64286rem !important;
  }

  /* line 13875, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-70--xl {
    padding-bottom: 5rem !important;
  }

  /* line 13877, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-75--xl {
    padding-bottom: 5.35714rem !important;
  }

  /* line 13879, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-80--xl {
    padding-bottom: 5.71429rem !important;
  }

  /* line 13881, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-85--xl {
    padding-bottom: 6.07143rem !important;
  }

  /* line 13883, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-90--xl {
    padding-bottom: 6.42857rem !important;
  }

  /* line 13885, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-95--xl {
    padding-bottom: 6.78571rem !important;
  }

  /* line 13887, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-100--xl {
    padding-bottom: 7.14286rem !important;
  }

  /* line 13889, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-105--xl {
    padding-bottom: 7.5rem !important;
  }

  /* line 13891, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-110--xl {
    padding-bottom: 7.85714rem !important;
  }

  /* line 13893, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-115--xl {
    padding-bottom: 8.21429rem !important;
  }

  /* line 13895, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-120--xl {
    padding-bottom: 8.57143rem !important;
  }

  /* line 13897, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-125--xl {
    padding-bottom: 8.92857rem !important;
  }

  /* line 13899, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-130--xl {
    padding-bottom: 9.28571rem !important;
  }

  /* line 13901, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-135--xl {
    padding-bottom: 9.64286rem !important;
  }

  /* line 13903, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-140--xl {
    padding-bottom: 10rem !important;
  }

  /* line 13905, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-145--xl {
    padding-bottom: 10.35714rem !important;
  }

  /* line 13907, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-150--xl {
    padding-bottom: 10.71429rem !important;
  }

  /* Padding Left */
  /* line 13910, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-0--xl {
    padding-left: 0px !important;
  }

  /* line 13912, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-1--xl {
    padding-left: 0.07143rem !important;
  }

  /* line 13914, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-2--xl {
    padding-left: 0.14286rem !important;
  }

  /* line 13916, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-3--xl {
    padding-left: 0.21429rem !important;
  }

  /* line 13918, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-4--xl {
    padding-left: 0.28571rem !important;
  }

  /* line 13920, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-5--xl {
    padding-left: 0.35714rem !important;
  }

  /* line 13922, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-6--xl {
    padding-left: 0.42857rem !important;
  }

  /* line 13924, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-7--xl {
    padding-left: 0.5rem !important;
  }

  /* line 13926, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-8--xl {
    padding-left: 0.57143rem !important;
  }

  /* line 13928, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-9--xl {
    padding-left: 0.64286rem !important;
  }

  /* P */
  /* line 13931, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-10--xl {
    padding-left: 0.71429rem !important;
  }

  /* P */
  /* line 13934, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-15--xl {
    padding-left: 1.07143rem !important;
  }

  /* P */
  /* line 13937, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-20--xl {
    padding-left: 1.42857rem !important;
  }

  /* P */
  /* line 13940, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-25--xl {
    padding-left: 1.78571rem !important;
  }

  /* P */
  /* line 13943, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-30--xl {
    padding-left: 2.14286rem !important;
  }

  /* P */
  /* line 13946, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-35--xl {
    padding-left: 2.5rem !important;
  }

  /* P */
  /* line 13949, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-40--xl {
    padding-left: 2.85714rem !important;
  }

  /* P */
  /* line 13952, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-45--xl {
    padding-left: 3.21429rem !important;
  }

  /* P */
  /* line 13955, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-50--xl {
    padding-left: 3.57143rem !important;
  }

  /* P */
  /* line 13958, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-55--xl {
    padding-left: 3.92857rem !important;
  }

  /* P */
  /* line 13961, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-60--xl {
    padding-left: 4.28571rem !important;
  }

  /* P */
  /* line 13964, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-65--xl {
    padding-left: 4.64286rem !important;
  }

  /* P */
  /* line 13967, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-70--xl {
    padding-left: 5rem !important;
  }

  /* P */
  /* line 13970, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-75--xl {
    padding-left: 5.35714rem !important;
  }

  /* P */
  /* line 13973, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-80--xl {
    padding-left: 5.71429rem !important;
  }

  /* P */
  /* line 13976, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-85--xl {
    padding-left: 6.07143rem !important;
  }

  /* P */
  /* line 13979, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-90--xl {
    padding-left: 6.42857rem !important;
  }

  /* P */
  /* line 13982, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-95--xl {
    padding-left: 6.78571rem !important;
  }

  /* P */
  /* line 13985, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-100--xl {
    padding-left: 7.14286rem !important;
  }

  /* P */
  /* line 13988, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-105--xl {
    padding-left: 7.5rem !important;
  }

  /* P */
  /* line 13991, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-110--xl {
    padding-left: 7.85714rem !important;
  }

  /* P */
  /* line 13994, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-115--xl {
    padding-left: 8.21429rem !important;
  }

  /* P */
  /* line 13997, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-120--xl {
    padding-left: 8.57143rem !important;
  }

  /* P */
  /* line 14000, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-125--xl {
    padding-left: 8.92857rem !important;
  }

  /* P */
  /* line 14003, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-130--xl {
    padding-left: 9.28571rem !important;
  }

  /* P */
  /* line 14006, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-135--xl {
    padding-left: 9.64286rem !important;
  }

  /* P */
  /* line 14009, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-140--xl {
    padding-left: 10rem !important;
  }

  /* P */
  /* line 14012, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-145--xl {
    padding-left: 10.35714rem !important;
  }

  /* P */
  /* line 14015, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-150--xl {
    padding-left: 10.71429rem !important;
  }

  /* P */
  /* line 14018, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-155--xl {
    padding-left: 11.07143rem !important;
  }

  /* P */
  /* line 14021, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-160--xl {
    padding-left: 11.42857rem !important;
  }

  /* P */
  /* line 14024, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-165--xl {
    padding-left: 11.78571rem !important;
  }

  /* P */
  /* line 14027, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-170--xl {
    padding-left: 12.14286rem !important;
  }
}
/* Custom Paddings (xs)
------------------------------------*/
/* line 14032, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-0-20-20 {
  padding: 0 1.42857rem 1.42857rem !important;
}

/* line 14035, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-4-11 {
  padding: 0.28571rem 0.78571rem !important;
}

/* line 14038, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-4-13 {
  padding: 0.28571rem 0.92857rem !important;
}

/* line 14041, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-5-10 {
  padding: 0.35714rem 0.71429rem !important;
}

/* line 14044, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-5-15 {
  padding: 0.35714rem 1.07143rem !important;
}

/* line 14047, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-6-8 {
  padding: 0.42857rem 0.57143rem !important;
}

/* line 14050, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-7-14 {
  padding: 0.5rem 1rem !important;
}

/* line 14053, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-7-16 {
  padding: 0.5rem 1.14286rem !important;
}

/* line 14056, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-10-5-5 {
  padding: 0.71429rem 0.35714rem 0.35714rem !important;
}

/* line 14059, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-10-15 {
  padding: 0.71429rem 1.07143rem !important;
}

/* line 14062, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-10-16 {
  padding: 0.71429rem 1.14286rem !important;
}

/* line 14065, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-10-20 {
  padding: 0.71429rem 1.42857rem !important;
}

/* line 14068, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-10-30 {
  padding: 0.71429rem 2.14286rem !important;
}

/* line 14071, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-12 {
  padding: 0.85714rem !important;
}

/* line 14074, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-12-19 {
  padding: 0.85714rem 1.35714rem !important;
}

/* line 14077, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-12-21 {
  padding: 0.85714rem 1.5rem !important;
}

/* line 14080, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-12-5-7 {
  padding: 0.85714rem 0.35714rem 0.5rem !important;
}

/* line 14083, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-14-18 {
  padding: 1rem 1.28571rem !important;
}

/* line 14086, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-15-0 {
  padding: 1.07143rem 0 !important;
}

/* line 14089, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-15-5 {
  padding: 1.07143rem 0.35714rem !important;
}

/* line 14092, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-15-20-10 {
  padding: 1.07143rem 1.42857rem 0.71429rem !important;
}

/* line 14095, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-15-20 {
  padding: 1.07143rem 1.42857rem !important;
}

/* line 14098, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-15-30 {
  padding: 1.07143rem 2.14286rem !important;
}

/* line 14101, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-17-23 {
  padding: 1.21429rem 1.64286rem !important;
}

/* line 14104, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-20-10 {
  padding: 1.42857rem 0.71429rem !important;
}

/* line 14107, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-20-20-15 {
  padding: 1.42857rem 1.42857rem 1.07143rem !important;
}

/* line 14110, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-20-20-20-55 {
  padding: 1.42857rem 1.42857rem 1.42857rem 3.92857rem !important;
}

/* line 14113, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-20-30-0 {
  padding: 1.42857rem 2.14286rem 0 !important;
}

/* line 14116, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-20-40-25 {
  padding: 1.42857rem 2.85714rem 1.78571rem !important;
}

/* line 14119, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-24 {
  padding: 1.71429rem !important;
}

/* line 14122, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-25-20-30 {
  padding: 1.78571rem 1.42857rem 2.14286rem !important;
}

/* line 14125, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-25-30-20 {
  padding: 1.78571rem 2.14286rem 1.42857rem !important;
}

/* line 14128, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-25-30 {
  padding: 1.78571rem 2.14286rem !important;
}

/* line 14131, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-30-10 {
  padding: 2.14286rem 0.71429rem !important;
}

/* line 14134, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-30-15 {
  padding: 2.14286rem 1.07143rem !important;
}

/* line 14137, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-30-20 {
  padding: 2.14286rem 1.42857rem !important;
}

/* line 14140, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-30-30-20 {
  padding: 2.14286rem 2.14286rem 1.42857rem !important;
}

/* line 14143, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-40 {
  padding: 2.85714rem !important;
}

/* line 14146, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-40-20 {
  padding: 2.85714rem 1.42857rem !important;
}

/* line 14149, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-40-30-30 {
  padding: 2.85714rem 2.14286rem 2.14286rem !important;
}

/* line 14152, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-50-15-0 {
  padding: 3.57143rem 1.07143rem 0 !important;
}

/* line 14155, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pa-15x {
  padding: 15% !important;
}

/* line 14158, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-px-18 {
  padding-left: 1.28571rem !important;
  /* O */
  padding-right: 1.28571rem !important;
}

/* line 14163, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-py-23 {
  padding-top: 1.64286rem !important;
  /* O */
  padding-bottom: 1.64286rem !important;
}

/* line 14168, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-py-235 {
  padding-top: 16.78571rem !important;
  /* O */
  padding-bottom: 16.78571rem !important;
}

/* line 14173, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pl-12 {
  padding-left: 0.85714rem !important;
}

/* line 14176, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pl-17 {
  padding-left: 1.21429rem !important;
}

/* line 14179, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pl-7--hover:hover {
  padding-left: 0.5rem !important;
}

/* line 14182, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pl-60--xs {
  padding-left: 4.28571rem !important;
}

/* line 14185, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pt-11 {
  padding-top: 0.78571rem !important;
}

/* line 14188, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-parent:hover .g-pt-25--parent-hover {
  padding-top: 1.78571rem !important;
}

/* line 14191, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pt-130 {
  padding-top: 9.28571rem !important;
}

/* line 14194, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pt-150 {
  padding-top: 10.71429rem !important;
}

/* line 14197, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pt-170 {
  padding-top: 12.14286rem !important;
}

/* line 14200, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pt-195 {
  padding-top: 13.92857rem !important;
}

/* line 14203, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pb-170 {
  padding-bottom: 12.14286rem !important;
}

/* line 14206, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pb-180 {
  padding-bottom: 12.85714rem !important;
}

/* line 14209, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pb-200 {
  padding-bottom: 14.28571rem !important;
}

/* line 14212, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pb-250 {
  padding-bottom: 17.85714rem !important;
}

/* line 14215, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-pb-13 {
  padding-bottom: 0.92857rem !important;
}

/* Custom Paddings (sm)
------------------------------------*/
@media (min-width: 576px) {
  /* line 14221, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-10x--sm {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  /* line 14224, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-0--sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 14227, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-0--sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 14230, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-5--sm {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }

  /* line 14233, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-0-10x--sm {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  /* line 14236, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-0-35-35--sm {
    padding: 0 2.5rem 2.5rem !important;
  }

  /* line 14238, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-5-10--sm {
    padding: 0.35714rem 0.71429rem !important;
  }

  /* line 14240, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-8-16--sm {
    padding: 0.57143rem 1.14286rem !important;
  }

  /* line 14242, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-10-20--sm {
    padding: 0.71429rem 1.42857rem !important;
  }

  /* line 14244, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-15-20-10--sm {
    padding: 1.07143rem 1.42857rem 0.71429rem !important;
  }

  /* line 14246, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-20-20-0--sm {
    padding: 1.42857rem 1.42857rem 0 !important;
  }

  /* line 14248, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-20-20-10--sm {
    padding: 1.42857rem 1.42857rem 0.71429rem !important;
  }

  /* line 14250, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-20-30-0--sm {
    padding: 1.42857rem 2.14286rem 0 !important;
  }

  /* line 14252, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-20-30--sm {
    padding: 1.42857rem 2.14286rem !important;
  }

  /* line 14254, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-30-20--sm {
    padding: 2.14286rem 1.42857rem !important;
  }

  /* line 14256, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-30-25-20--sm {
    padding: 2.14286rem 1.78571rem 1.42857rem !important;
  }

  /* line 14258, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-30-30-20--sm {
    padding: 2.14286rem 2.14286rem 1.42857rem !important;
  }

  /* line 14260, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-30-50-40--sm {
    padding: 2.14286rem 3.57143rem 2.85714rem !important;
  }

  /* line 14262, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-30-80--sm {
    padding: 2.14286rem 5.71429rem !important;
  }

  /* line 14264, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-40-30-30--sm {
    padding: 2.85714rem 2.14286rem 2.14286rem !important;
  }

  /* line 14266, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-60-30--sm {
    padding: 4.28571rem 2.14286rem !important;
  }

  /* line 14268, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-70-50-50-30--sm {
    padding: 5rem 3.57143rem 3.57143rem 2.14286rem !important;
  }

  /* line 14270, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-80-40--sm {
    padding: 5.71429rem 2.85714rem !important;
  }

  /* line 14272, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-85-0-40--sm {
    padding: 6.07143rem 0 2.85714rem !important;
  }

  /* line 14274, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-100-30--sm {
    padding: 7.14286rem 2.14286rem !important;
  }

  /* line 14276, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-170-0-150--sm {
    padding: 12.14286rem 0 10.71429rem !important;
  }

  /* line 14278, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pl-300--sm {
    padding-left: 21.42857rem !important;
  }
}
/* Custom Paddings (md)
------------------------------------*/
@media (min-width: 768px) {
  /* line 14284, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-25-30--md {
    padding: 1.78571rem 2.14286rem !important;
  }

  /* line 14286, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-30-10--md {
    padding: 2.14286rem 0.71429rem !important;
  }

  /* line 14288, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pa-30-35--md {
    padding: 2.14286rem 2.5rem !important;
  }

  /* line 14290, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-0--md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 14293, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-23--md {
    padding-top: 1.64286rem !important;
    padding-bottom: 1.64286rem !important;
  }

  /* line 14296, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-18--md {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }

  /* line 14299, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-135--md {
    padding-top: 9.64286rem !important;
  }

  /* line 14301, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-145--md {
    padding-top: 10.35714rem !important;
  }

  /* line 14303, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-150--md {
    padding-top: 10.71429rem !important;
  }

  /* line 14305, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-170--md {
    padding-top: 12.14286rem !important;
  }

  /* line 14307, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-175--md {
    padding-top: 12.5rem !important;
  }

  /* line 14309, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-70--md {
    padding-bottom: 5rem !important;
  }

  /* line 14311, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-170--md {
    padding-bottom: 12.14286rem !important;
  }

  /* line 14313, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-250--md {
    padding-bottom: 17.85714rem !important;
  }
}
/* Custom Paddings (lg)
------------------------------------*/
@media (min-width: 992px) {
  /* line 14319, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-0--lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 14322, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-100--lg {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }

  /* line 14325, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-px-200--lg {
    padding-left: 14.28571rem !important;
    padding-right: 14.28571rem !important;
  }

  /* line 14328, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pt-170--lg {
    padding-top: 12.14286rem !important;
  }

  /* line 14330, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-pb-200--lg {
    padding-bottom: 14.28571rem !important;
  }
}
/* Custom Paddings (xl)
------------------------------------*/
@media (min-width: 1200px) {
  /* line 14336, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-py-0--xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
/*------------------------------------
  Block Hidden
------------------------------------*/
/* line 14343, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  /* line 14347, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  /* line 14351, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 14355, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  /* line 14359, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  /* line 14363, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  /* line 14367, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  /* line 14371, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 14375, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
  .g-hidden-xl-up {
    display: none !important;
  }
}
/* line 14378, /home/app/webapp/app/assets/stylesheets/unify-globals.css */
.g-hidden-xl-down {
  display: none !important;
}

/*------------------------------------
  Default Styles
------------------------------------*/
/* line 5, /home/app/webapp/app/assets/stylesheets/unify.css */
html {
  font-size: 14px;
  overflow-x: hidden;
}

/* line 9, /home/app/webapp/app/assets/stylesheets/unify.css */
body {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
  background-color: #fff;
}

/* line 21, /home/app/webapp/app/assets/stylesheets/unify.css */
a {
  color: #72c02c;
  outline: none;
}

/* line 25, /home/app/webapp/app/assets/stylesheets/unify.css */
a:focus,
a:hover {
  color: #66ab27;
}

/* line 29, /home/app/webapp/app/assets/stylesheets/unify.css */
.nav-link {
  color: #555;
}

/* line 32, /home/app/webapp/app/assets/stylesheets/unify.css */
.nav-link:focus,
.nav-link:hover {
  color: #555;
}

/* line 36, /home/app/webapp/app/assets/stylesheets/unify.css */
figure {
  margin-bottom: 0;
}

/*------------------------------------
  Headings
------------------------------------*/
/* line 42, /home/app/webapp/app/assets/stylesheets/unify.css */
.h1, .h2, .h3, .h4, .facets-heading, .h5, .h6, .facet-field-heading, .h7,
h1, h2, h3, h4, h5, .documents-list .document .document-title-heading, h6 {
  line-height: 1.4;
}

/* line 46, /home/app/webapp/app/assets/stylesheets/unify.css */
.h7 {
  font-size: .75rem;
}

/*------------------------------------
  Displays
------------------------------------*/
/* line 52, /home/app/webapp/app/assets/stylesheets/unify.css */
.display-5 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
}

/*------------------------------------
  Highlight Color
------------------------------------*/
/* line 60, /home/app/webapp/app/assets/stylesheets/unify.css */
::-moz-selection {
  color: #fff;
  background-color: #72c02c;
}

/* line 64, /home/app/webapp/app/assets/stylesheets/unify.css */
::-moz-selection {
  color: #fff;
  background-color: #72c02c;
}
::selection {
  color: #fff;
  background-color: #72c02c;
}

/* line 68, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary ::-moz-selection {
  color: #72c02c;
  background-color: #fff;
}

/* line 72, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary ::-moz-selection {
  color: #72c02c;
  background-color: #fff;
}
.g-bg-primary ::selection {
  color: #72c02c;
  background-color: #fff;
}

/*------------------------------------
  Components
------------------------------------*/
/*------------------------------------
  Alerts
------------------------------------*/
/* Alert Close Button */
/* line 83, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-alert-close--light {
  font-weight: 300;
  color: #000;
  opacity: .7;
  text-shadow: none;
  transition: color .3s;
  font-size: 18px;
}

/* line 91, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-alert-close--light:hover {
  opacity: 1;
}

/* line 94, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-alert-close--light:focus, .u-alert-close--light:active:focus {
  outline: 0 none;
  box-shadow: none;
}

/* Alert Lists */
/* line 99, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-alert-list {
  margin-left: -20px;
}

/* Alert Lists with Font Awesome Icons */
/* line 103, /home/app/webapp/app/assets/stylesheets/unify.css */
.alert__icon {
  margin-left: 20px;
}

/* line 106, /home/app/webapp/app/assets/stylesheets/unify.css */
.alert__icon-list {
  font-size: 12px;
  line-height: 1.5;
}

/*------------------------------------
  Arrows
------------------------------------*/
/* line 113, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-v1::before {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  vertical-align: top;
  transform: translateX(-50%) translateY(-50%);
}

/* line 123, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-v1[class*="abs"]::before {
  position: absolute;
}

/* line 126, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v1 .u-arrow-icon {
  display: block;
}

/* line 129, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v1 .u-arrow-text {
  position: absolute;
  top: 50%;
  transition: transform .3s;
}

/* line 136, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v1.js-prev .u-arrow-text {
  transform: translateY(-50%) translateX(-100%);
}

/* line 141, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v1.js-next .u-arrow-text {
  transform: translateY(-50%) translateX(100%);
}

/* line 146, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v1:hover .u-arrow-text {
  transform: translateY(-50%) translateX(0);
}

/* line 151, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v2 {
  overflow: hidden;
  transition: background-color 0.3s;
}

/* line 155, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v2 .u-arrow-icon {
  transition: transform 0.3s;
}

/* line 160, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v2 .u-arrow-img {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}

/* line 168, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v2.js-prev .u-arrow-icon {
  transform: translateY(-50%) translateX(10px);
}

/* line 173, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v2.js-prev .u-arrow-img {
  transform: translateX(100%);
}

/* line 178, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v2.js-next .u-arrow-icon {
  transform: translateY(-50%) translateX(-10px);
}

/* line 183, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v2.js-next .u-arrow-img {
  transform: translateX(-100%);
}

/* line 188, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v2:hover .u-arrow-icon {
  transform: translateY(-50%) translateX(0);
}

/* line 193, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v2:hover .u-arrow-img {
  opacity: .6;
  transform: translateX(0);
}

/* line 199, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v3 .u-arrow-helper {
  content: "";
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  transform: scale(0.9);
}

/* line 209, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v3 .u-arrow-icon {
  display: block;
}

/* line 212, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v3 .u-arrow-icon-before, .u-arrow-custom-v3 .u-arrow-icon-after {
  position: absolute;
  left: 25%;
  transition: transform 0.3s, background-color 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 221, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v3 .u-arrow-icon-before {
  transform: translateX(-50%) rotate(30deg);
  transform-origin: 0 100%;
}

/* line 229, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v3 .u-arrow-icon-after {
  top: 50%;
  transform: translateX(-50%) rotate(-30deg);
  transform-origin: 0 0;
}

/* line 238, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v3.js-next .u-arrow-icon {
  transform: rotate(180deg);
}

/* line 243, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v3:hover .u-arrow-helper {
  background-color: #fff;
  opacity: 1;
  transform: scale(1);
}

/* line 250, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v3:hover .u-arrow-icon-before, .u-arrow-custom-v3:hover .u-arrow-icon-after {
  background-color: #72c02c;
}

/* line 253, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v3:hover .u-arrow-icon-before {
  transform: translateX(-50%) rotate(45deg);
}

/* line 258, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v3:hover .u-arrow-icon-after {
  transform: translateX(-50%) rotate(-45deg);
}

/* line 263, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v4 {
  width: 62px;
  height: 62px;
  transition: width 0.3s, background-color 0.3s;
}

/* line 268, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v4 h4 {
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}

/* line 274, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v4.js-prev h4 {
  transform: translateX(100%);
}

/* line 279, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v4.js-next h4 {
  transform: translateX(-100%);
}

/* line 284, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v4:hover {
  width: 200px;
}

/* line 287, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v4:hover .u-arrow-icon {
  color: #72c02c;
}

/* line 290, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v4:hover h4 {
  opacity: 1;
  transition-delay: 0.1s;
  transform: translateX(0);
}

/* line 297, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v5 .u-arrow-icon::before {
  transition: transform .3s .3s;
}

/* line 302, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v5 .u-arrow-text {
  transition: transform .3s .3s;
  perspective: 1000px;
}

/* line 309, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v5 .u-arrow-title {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 30%;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 50% 0;
  transform: rotateX(-90deg);
  margin: 0;
}

/* line 326, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v5 .u-arrow-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 333, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v5.js-prev .u-arrow-text {
  transform: translateX(-100%);
}

/* line 338, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v5.js-next .u-arrow-text {
  transform: translateX(100%);
}

/* line 343, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v5:hover .u-arrow-text {
  transform: translateX(0);
}

/* line 348, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v5:hover .u-arrow-title {
  transition-delay: .6s;
  transform: rotateX(0deg);
}

/* line 353, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v5:hover .u-arrow-icon::before {
  transition-delay: 0s;
}

/* line 356, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v5:hover.js-prev .u-arrow-icon::before {
  transform: translateX(-100%);
}

/* line 361, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v5:hover.js-next .u-arrow-icon::before {
  transform: translateX(100%);
}

/* line 366, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v6 {
  overflow: hidden;
  width: 40px;
  transition: width .4s, background-color .4s, z-index .4s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* line 372, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v6 .u-arrow-text {
  width: 400px;
}

/* line 375, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v6:hover {
  width: 400px;
  z-index: 11;
}

/* line 379, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v7 {
  perspective: 1000px;
}

/* line 383, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v7 .u-arrow-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* line 391, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v7 .u-arrow-img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.3s;
}

/* line 398, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v7.js-prev {
  perspective-origin: 100% 50%;
}

/* line 402, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v7.js-prev .u-arrow-img {
  transform-origin: 0 50%;
  transform: rotateY(90deg);
}

/* line 409, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v7.js-next {
  perspective-origin: 0 50%;
}

/* line 413, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v7.js-next .u-arrow-img {
  transform-origin: 100% 50%;
  transform: rotateY(-90deg);
}

/* line 420, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v7:hover .u-arrow-icon {
  color: #72c02c;
}

/* line 423, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v7:hover .u-arrow-img {
  transform: rotateY(0deg);
}

/* line 427, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v8 {
  perspective: 1000px;
}

/* line 431, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v8 .u-arrow-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* line 439, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v8 .u-arrow-title,
.u-arrow-custom-v8 .u-arrow-img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 444, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v8 .u-arrow-title {
  transition: transform 0.3s;
}

/* line 449, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v8 .u-arrow-text {
  transition: transform 0.3s 0.3s;
  transform-style: preserve-3d;
}

/* line 456, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v8.js-prev {
  perspective-origin: 100% 50%;
}

/* line 460, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v8.js-prev .u-arrow-text,
.u-arrow-custom-v8.js-prev .u-arrow-title {
  transform-origin: 0 50%;
  transform: rotateY(90deg);
}

/* line 468, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v8.js-next {
  perspective-origin: 0 50%;
}

/* line 472, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v8.js-next .u-arrow-text,
.u-arrow-custom-v8.js-next .u-arrow-title {
  transform-origin: 100% 50%;
  transform: rotateY(-90deg);
}

/* line 480, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v8:hover .u-arrow-icon {
  color: #72c02c;
  transition-delay: 0s;
}

/* line 484, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v8:hover .u-arrow-icon::before {
  transition-delay: 0s;
}

/* line 487, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v8:hover .u-arrow-text,
.u-arrow-custom-v8:hover .u-arrow-title {
  transform: rotateY(0deg);
}

/* line 492, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v8:hover .u-arrow-text {
  transition-delay: 0s;
}

/* line 495, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v8:hover .u-arrow-title {
  transition-delay: .3s;
}

/* line 498, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v9 {
  width: 60px;
}

/* line 501, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v9 .u-arrow-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  transition: width .3s .2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 512, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v9 .u-arrow-text::after {
  content: attr(data-title);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  margin: 20px 5px 0;
}

/* line 526, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v9 .u-arrow-img {
  opacity: 0;
  box-shadow: 0 1px 0 #fff, 0 -1px 0 #fff;
  transition: transform .3s, opacity .3s;
  transform: scale(0.3);
}

/* line 536, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v9.js-prev .u-arrow-icon::after {
  left: calc(100% - 25px);
}

/* line 539, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v9.js-next .u-arrow-icon::after {
  right: calc(100% - 25px);
}

/* line 542, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v9.js-next .u-arrow-text::after {
  text-align: right;
}

/* line 545, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v9:hover {
  width: 200px;
}

/* line 548, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v9:hover .u-arrow-icon::after {
  width: 200px;
  transition-delay: 0s;
}

/* line 552, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v9:hover .u-arrow-text {
  pointer-events: auto;
}

/* line 555, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v9:hover .u-arrow-text::after {
  opacity: 1;
  transition-delay: .2s;
  transform: translateY(0);
}

/* line 562, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v9:hover .u-arrow-img {
  opacity: 1;
  transform: scale(1);
}

/* line 568, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v9:hover .u-arrow-img:first-child {
  transition-delay: 0.3s;
}

/* line 571, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v9:hover .u-arrow-img:nth-child(2) {
  transition-delay: 0.35s;
}

/* line 574, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v9:hover .u-arrow-img:nth-child(3) {
  transition-delay: 0.4s;
}

/* line 577, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v10 .u-arrow-text {
  opacity: 0;
  overflow: hidden;
  transform: scale(0.7);
  transition: transform .3s, opacity .3s, background-color .1s 0s;
}

/* line 587, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v10 .u-arrow-img {
  transition: transform .3s;
}

/* line 592, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v10.js-prev .u-arrow-img {
  transform: translateX(-100%);
}

/* line 597, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v10.js-next .u-arrow-img {
  transform: translateX(100%);
}

/* line 602, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v10:hover .u-arrow-text {
  opacity: 1;
  background-color: transparent;
  transform: scale(1);
  transition: transform .3s, opacity .3s, background-color .1s .2s;
}

/* line 612, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v10:hover .u-arrow-img {
  transform: translateX(0);
}

/* line 617, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v11 .u-arrow-icon {
  border-width: 0;
  transition: border-width .3s .15s;
}

/* line 621, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v11 .u-arrow-text {
  opacity: 0;
  transition: transform .3s, opacity .3s;
}

/* line 627, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v11.js-prev .u-arrow-text {
  transform: translateY(-50%) translateX(-100%) scale(0.75);
}

/* line 632, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v11.js-next .u-arrow-text {
  transform: translateY(-50%) translateX(100%) scale(0.75);
}

/* line 637, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v11:hover .u-arrow-icon {
  border-top-width: 40px;
  border-bottom-width: 40px;
  transition-delay: 0s;
}

/* line 642, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v11:hover .u-arrow-text {
  opacity: 1;
  transition-delay: .3s;
  transform: translateY(-50%) translateX(0) scale(1);
}

/* line 649, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v12 .u-arrow-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 656, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v12 .u-arrow-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* line 664, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v12 .u-arrow-text {
  overflow: hidden;
  transition: transform .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: scale(0.6);
}

/* line 675, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v12 .u-arrow-img {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity .3s, transform .3s;
}

/* line 683, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v12:hover .u-arrow-img {
  opacity: .8;
}

/* line 686, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v12.js-prev .u-arrow-img {
  transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(2);
}

/* line 691, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v12.js-prev:hover .u-arrow-text {
  transform: scale(1) rotate(-45deg);
}

/* line 696, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v12.js-prev:hover .u-arrow-img {
  transform: translateX(-50%) translateY(-50%) rotate(45deg) scale(1);
}

/* line 701, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v12.js-next .u-arrow-img {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(2);
}

/* line 706, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v12.js-next:hover .u-arrow-text {
  transform: scale(1) rotate(45deg);
}

/* line 711, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v12.js-next:hover .u-arrow-img {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg) scale(1);
}

/* line 716, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v13 .u-arrow-icon {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 721, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v13 .u-arrow-icon::before {
  position: relative;
  z-index: 2;
}

/* line 725, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v13 .u-arrow-icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .3s .3s;
}

/* line 739, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v13 .u-arrow-text {
  transition: transform .3s;
}

/* line 744, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v13.js-prev .u-arrow-icon::after {
  transform: translateX(-100%);
}

/* line 749, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v13.js-prev .u-arrow-text {
  transform: translateX(-100%);
}

/* line 754, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v13.js-next .u-arrow-icon::after {
  transform: translateX(100%);
}

/* line 759, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v13.js-next .u-arrow-text {
  transform: translateX(100%);
}

/* line 764, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v13:hover .u-arrow-icon::after {
  transform: translateX(0);
  transition-delay: 0s;
}

/* line 770, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v13:hover .u-arrow-text {
  transition-delay: .3s;
  transform: translateX(0);
}

/* line 776, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v14::before, .u-arrow-custom-v14::after,
.u-arrow-custom-v14 .u-arrow-icon::before,
.u-arrow-custom-v14 .u-arrow-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 3px;
  height: 50%;
  background: #72c02c;
  transition: transform .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 791, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v14::before,
.u-arrow-custom-v14 .u-arrow-icon::before {
  top: 50%;
  transform: translateX(-50%) rotate(-135deg);
  transform-origin: 50% 0;
}

/* line 801, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v14::after,
.u-arrow-custom-v14 .u-arrow-icon::after {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
  transform-origin: 0 0;
}

/* line 811, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v14 .u-arrow-icon::before, .u-arrow-custom-v14 .u-arrow-icon::after {
  z-index: 2;
  height: 0;
  background: #fff;
  transition: height .3s, transform .3s;
}

/* line 819, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v14 .u-arrow-title {
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: transform .3s, opacity .3s;
  margin: 0;
}

/* line 828, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v14.js-prev .u-arrow-title {
  left: 100%;
  transform: translateY(-50%) translateX(-50%);
}

/* line 834, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v14.js-next::before,
.u-arrow-custom-v14.js-next .u-arrow-icon::before {
  transform: translateX(-50%) rotate(135deg);
  transform-origin: 50% 0;
}

/* line 843, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v14.js-next::after,
.u-arrow-custom-v14.js-next .u-arrow-icon::after {
  transform: translateX(-50%) rotate(45deg);
  transform-origin: 100% 0;
}

/* line 852, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v14.js-next .u-arrow-title {
  right: 100%;
  text-align: right;
  transform: translateY(-50%) translateX(50%);
}

/* line 859, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v14:hover::before,
.u-arrow-custom-v14:hover .u-arrow-icon::before {
  transform: translateX(-50%) rotate(-125deg);
}

/* line 865, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v14:hover::after,
.u-arrow-custom-v14:hover .u-arrow-icon::after {
  transform: translateX(-50%) rotate(-55deg);
}

/* line 871, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v14:hover .u-arrow-icon::before, .u-arrow-custom-v14:hover .u-arrow-icon::after {
  height: 50%;
}

/* line 874, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v14:hover .u-arrow-title {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

/* line 880, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v14:hover.js-next::before,
.u-arrow-custom-v14:hover.js-next .u-arrow-icon::before {
  transform: translateX(-50%) rotate(125deg);
}

/* line 886, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-arrow-custom-v14:hover.js-next::after,
.u-arrow-custom-v14:hover.js-next .u-arrow-icon::after {
  transform: translateX(-50%) rotate(55deg);
}

/*------------------------------------
  Badges
------------------------------------*/
/* line 895, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-badge"] {
  position: absolute;
  display: inline-block;
  text-align: center;
  font-size: 0.92857rem;
  color: #555;
  z-index: 3;
}

/* line 903, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-badge"]:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

/* line 910, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge--top-left {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

/* line 917, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge--bottom-left {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

/* line 924, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge--bottom-right {
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}

/*------------------------------------
  Badges v1
------------------------------------*/
/* line 934, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-badge-v1"] {
  background-color: #ddd;
  box-sizing: content-box;
}

/* line 938, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v1 {
  min-width: 1.28571rem;
  min-height: 1.28571rem;
  line-height: 1.28571rem;
  padding: 0.21429rem;
}

/* line 944, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v1.g-brd-around {
  line-height: 1.14286rem;
}

/* line 947, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v1--xs {
  min-width: 1rem;
  min-height: 1rem;
  line-height: 1rem;
  font-size: 0.71429rem;
  padding: 0.14286rem;
}

/* line 954, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v1--xs.g-brd-around {
  line-height: 0.85714rem;
}

/* line 957, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v1--sm {
  min-width: 1.14286rem;
  min-height: 1.14286rem;
  line-height: 1.14286rem;
  font-size: 0.78571rem;
  padding: 0.14286rem;
}

/* line 964, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v1--sm.g-brd-around {
  line-height: 1rem;
}

/* line 967, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v1--md {
  min-width: 1.28571rem;
  min-height: 1.28571rem;
  line-height: 1.28571rem;
  font-size: 0.92857rem;
  padding: 0.21429rem;
}

/* line 974, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v1--md.g-brd-around {
  line-height: 1.14286rem;
}

/* line 977, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v1--lg {
  min-width: 1.42857rem;
  min-height: 1.42857rem;
  line-height: 1.42857rem;
  font-size: 1.07143rem;
  padding: 0.21429rem;
}

/* line 984, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v1--lg.g-brd-around {
  line-height: 1.28571rem;
}

/* line 987, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v1--xl {
  min-width: 1.85714rem;
  min-height: 1.85714rem;
  line-height: 1.85714rem;
  font-size: 1.21429rem;
  padding: 0.21429rem;
}

/* line 994, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v1--xl.g-brd-around {
  line-height: 1.71429rem;
}

/*------------------------------------
  Badges v2
------------------------------------*/
/* line 1000, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-badge-v2"] {
  background-color: #72c02c;
  border-radius: 50%;
}

/* line 1004, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v2 {
  width: 14px;
  height: 14px;
}

/* line 1008, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v2--xs {
  width: 8px;
  height: 8px;
}

/* line 1012, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v2--sm {
  width: 12px;
  height: 12px;
}

/* line 1016, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v2--md {
  width: 14px;
  height: 14px;
}

/* line 1020, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v2--lg {
  width: 16px;
  height: 16px;
}

/* line 1024, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v2--xl {
  width: 18px;
  height: 18px;
}

/*------------------------------------
  Badges v3
------------------------------------*/
/* line 1031, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-badge-v3"] {
  line-height: 1;
  color: #fff;
  text-shadow: 0 1px 1px #555, 0 -1px 1px #555, 1px 0 1px #555, -1px 0 1px #555;
}

/* line 1036, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v3 {
  font-size: 1rem;
}

/* line 1039, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v3--xs {
  font-size: 0.71429rem;
}

/* line 1042, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v3--sm {
  font-size: 0.85714rem;
}

/* line 1045, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v3--md {
  font-size: 1rem;
}

/* line 1048, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v3--lg {
  font-size: 1.14286rem;
}

/* line 1051, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-badge-v3--xl {
  font-size: 1.14286rem;
}

/* line 1054, /home/app/webapp/app/assets/stylesheets/unify.css */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Solid Divider */
/* line 1059, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-divider-solid {
  border-top-style: solid;
}

/* Dotted Divider */
/* line 1063, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-divider-dotted {
  border-top-style: dotted;
}

/* Dashed Divider */
/* line 1067, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-divider-dashed {
  border-top-style: dashed;
}

/* Double Solid Divider */
/* line 1071, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-divider-db-solid {
  height: 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

/* Double Dashed Divider */
/* line 1077, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-divider-db-dashed {
  height: 5px;
  border-top: 1px dashed transparent;
  border-bottom: 1px dashed transparent;
}

/* Double Dotted Divider */
/* line 1083, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-divider-db-dotted {
  height: 5px;
  border-top: 1px dotted transparent;
  border-bottom: 1px dotted transparent;
}

/* Linear Gradient Divider */
/* line 1089, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-divider-linear-gradient {
  height: 1px;
  border: none;
}

/* line 1093, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-divider-linear-gradient--gray-light-v2 {
  background-image: linear-gradient(to right, transparent, #ccc, transparent);
}

/* line 1096, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-divider-linear-gradient--gray-light-v3 {
  background-image: linear-gradient(to right, transparent, #ddd, transparent);
}

/* line 1099, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-divider {
  position: relative;
  border-top-width: 1px;
}

/* line 1103, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-divider__icon {
  position: absolute;
  top: -1.42857rem;
  width: 2.85714rem;
  height: 2.85714rem;
  font-size: 1.28571rem;
  line-height: 2.85714rem;
  text-align: center;
  font-style: normal;
}

/* line 1113, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-divider__icon--indented {
  box-shadow: 0 0 0 15px #fff;
}

/* line 1116, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-divider-center {
  text-align: center;
}

/* line 1119, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-divider-right {
  text-align: right;
}

/* line 1122, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-divider-center .u-divider__icon {
  left: auto;
  right: auto;
  margin-left: -1.42857rem;
}

/* line 1127, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-divider-right .u-divider__icon {
  left: auto;
  right: 0;
}

/*------------------------------------
  Go To v1
------------------------------------*/
/* line 1134, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-go-to"] {
  display: none;
}

/* line 1137, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-go-to-v1 {
  width: 2.85714rem;
  height: 2.85714rem;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  color: #555;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  transition: .3s ease-out;
  z-index: 11;
}

/* line 1148, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-go-to-v1 i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 1156, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-go-to-v1:hover, .u-go-to-v1:focus:hover {
  text-decoration: none;
  color: #fff;
  background-color: #72c02c;
}

/* line 1161, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-go-to-v1:focus {
  text-decoration: none;
  color: #555;
  background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 575px) {
  /* line 1167, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-go-to-v1 {
    transform: scale(0.8, 0.8);
  }
}
/*------------------------------------
  Go To v2
------------------------------------*/
/* line 1175, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-go-to"] {
  display: none;
}

/* line 1178, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-go-to-v2 {
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 3px;
  transition: .3s ease-out;
  z-index: 11;
}

/* line 1186, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-go-to-v2 i {
  width: 2.85714rem;
  height: 2.85714rem;
  display: block;
  text-align: center;
  line-height: 2.85714rem;
}

/* line 1193, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-go-to-v2:hover, .u-go-to-v2:focus:hover {
  text-decoration: none;
  color: #fff;
  background-color: #72c02c;
}

/* line 1198, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-go-to-v2:focus {
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {
  /* line 1204, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-go-to-v2 {
    transform: scale(0.8, 0.8);
  }
}
/*------------------------------------
  Go To v3
------------------------------------*/
/* line 1212, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-go-to"] {
  display: none;
}

/* line 1215, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-go-to-v3 {
  padding: 5px;
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  color: #555;
  border-radius: 50%;
  transition: .3s ease-out;
  z-index: 11;
}

/* line 1224, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-go-to-v3 i {
  width: 2.85714rem;
  height: 2.85714rem;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 1.14286rem;
  line-height: 2.57143rem;
  border: solid 1px #555;
  transition: .3s ease-out;
}

/* line 1235, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-go-to-v3:hover, .u-go-to-v3:focus:hover {
  text-decoration: none;
  color: #72c02c;
  background-color: white;
}

/* line 1240, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-go-to-v3:hover i, .u-go-to-v3:focus:hover i {
  border-color: #72c02c;
}

/* line 1243, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-go-to-v3:focus {
  text-decoration: none;
  color: #555;
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 1248, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-go-to-v3:focus i {
  border-color: #555;
}

@media (max-width: 575px) {
  /* line 1252, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-go-to-v3 {
    transform: scale(0.8, 0.8);
  }
}
/*------------------------------------
  Headers
------------------------------------*/
/* line 1260, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 0.92857rem;
  z-index: 101;
}

/* line 1268, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header--abs-top, .u-header--abs-bottom, .u-header--abs-top-2nd-screen {
  position: absolute;
}

/* line 1271, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header--abs-top-2nd-screen {
  top: 100%;
  bottom: auto;
}

/* line 1275, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header--abs-top {
  top: 0;
  bottom: auto;
}

/* line 1279, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header--abs-bottom {
  top: auto;
  bottom: 0;
}

/* line 1283, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header--abs-bottom .dropdown-menu, .u-header--abs-bottom .twitter-typeahead .tt-menu, .twitter-typeahead .u-header--abs-bottom .tt-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

/* line 1289, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header--sticky-top, .u-header--sticky-bottom {
  position: fixed;
}

/* line 1292, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header--sticky-top {
  bottom: auto;
  top: 0;
}

/* line 1296, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header--sticky-bottom {
  top: auto;
  bottom: 0;
}

/* line 1300, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header--sticky-bottom .dropdown-menu, .u-header--sticky-bottom .twitter-typeahead .tt-menu, .twitter-typeahead .u-header--sticky-bottom .tt-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}

/* line 1306, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header--invisible {
  display: none;
}

/* line 1309, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header--moved-up {
  transform: translate3d(0, -100%, 0);
}

/* line 1313, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header--faded {
  opacity: 0;
  visibility: hidden;
}

/* line 1317, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header--untransitioned {
  transition: none !important;
}

/* line 1320, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--hidden {
  position: relative;
}

/* line 1323, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header--floating {
  position: absolute;
  left: 0;
  right: 0;
}

/* line 1328, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header--floating.js-header-fix-moment {
  margin-top: 0 !important;
}

/* line 1331, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header--floating.js-header-fix-moment .navbar {
  padding-left: 0;
  padding-right: 0;
}

/* line 1335, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header[data-header-fix-effect] {
  transition: .3s ease;
}

/* line 1338, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header-reduced--shift.js-header-change-moment {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 1342, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header.js-header-fix-moment {
  position: fixed;
  top: 0;
  bottom: auto;
}

/* line 1347, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section {
  position: relative;
  z-index: 1;
}

/* line 1351, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section:nth-child(1) {
  z-index: 5;
}

/* line 1354, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section:nth-child(2) {
  z-index: 4;
}

/* line 1357, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section:nth-child(3) {
  z-index: 3;
}

/* line 1360, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section:nth-child(4) {
  z-index: 2;
}

/* line 1363, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section:nth-child(5) {
  z-index: 1;
}

/* line 1366, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__sections-container {
  position: relative;
  z-index: 1;
}

/* line 1370, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__logo {
  position: relative;
  z-index: 1;
}

/* line 1374, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__logo-img {
  top: 0;
  left: 0;
  /*transition: .3s ease;*/
}

/* line 1379, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__logo-img:not(.u-header__logo-img--main) {
  position: absolute;
  opacity: 0;
}

/* line 1383, /home/app/webapp/app/assets/stylesheets/unify.css */
.dropdown-menu.u-dropdown--reverse-position, .twitter-typeahead .u-dropdown--reverse-position.tt-menu {
  left: auto;
  right: 0;
}

/* line 1387, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-header-change-moment.g-bg-white--shift {
  background-color: #fff;
}

/* line 1390, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-header-change-moment.g-bg-light-semi-transparent--shift {
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 1393, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-header-change-moment.g-bg-black--shift {
  background-color: #000;
}

/* line 1396, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-header-change-moment.g-bg-dark-semi-transparent--shift {
  background-color: rgba(0, 0, 0, 0.9);
}

/* line 1399, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-header-change-moment.g-bg-primary--shift {
  background-color: #72c02c;
}

/* line 1402, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-header-change-moment.g-bg-primary-semi-transparent--shift {
  background-color: rgba(114, 192, 44, 0.9);
}

/* line 1405, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--light .navbar-brand,
.u-header__section--light .navbar-toggler,
.u-header__section--light--shift.js-header-change-moment .navbar-brand,
.u-header__section--light--shift.js-header-change-moment .navbar-toggler {
  color: #555555;
}

/* line 1411, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--light .navbar-brand:focus,
.u-header__section--light .navbar-brand:hover,
.u-header__section--light .navbar-toggler:focus,
.u-header__section--light .navbar-toggler:hover,
.u-header__section--light--shift.js-header-change-moment .navbar-brand:focus,
.u-header__section--light--shift.js-header-change-moment .navbar-brand:hover,
.u-header__section--light--shift.js-header-change-moment .navbar-toggler:focus,
.u-header__section--light--shift.js-header-change-moment .navbar-toggler:hover {
  color: #555555;
}

/* line 1421, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
  color: #555555;
}

/* line 1425, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover {
  color: #555555;
}

/* line 1431, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.disabled,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.disabled {
  color: rgba(85, 85, 85, 0.5);
}

/* line 1435, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active {
  color: #72c02c;
}

/* line 1445, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--light .navbar-toggler,
.u-header__section--light--shift.js-header-change-moment .navbar-toggler {
  border-color: rgba(85, 85, 85, 0.3);
}

/* line 1449, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--light .navbar-toggler-icon,
.u-header__section--light--shift.js-header-change-moment .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba($g-color-main, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* line 1453, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--light .navbar-text,
.u-header__section--light--shift.js-header-change-moment .navbar-text {
  color: rgba(85, 85, 85, 0.7);
}

/* line 1457, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--dark .navbar-brand,
.u-header__section--dark .navbar-toggler,
.u-header__section--dark--shift.js-header-change-moment .navbar-brand,
.u-header__section--dark--shift.js-header-change-moment .navbar-toggler,
.u-header__section--primary .navbar-brand,
.u-header__section--primary .navbar-toggler,
.u-header__section--primary--shift.js-header-change-moment .navbar-brand,
.u-header__section--primary--shift.js-header-change-moment .navbar-toggler {
  color: #fff;
}

/* line 1467, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--dark .navbar-brand:focus,
.u-header__section--dark .navbar-brand:hover,
.u-header__section--dark .navbar-toggler:focus,
.u-header__section--dark .navbar-toggler:hover,
.u-header__section--dark--shift.js-header-change-moment .navbar-brand:focus,
.u-header__section--dark--shift.js-header-change-moment .navbar-brand:hover,
.u-header__section--dark--shift.js-header-change-moment .navbar-toggler:focus,
.u-header__section--dark--shift.js-header-change-moment .navbar-toggler:hover,
.u-header__section--primary .navbar-brand:focus,
.u-header__section--primary .navbar-brand:hover,
.u-header__section--primary .navbar-toggler:focus,
.u-header__section--primary .navbar-toggler:hover,
.u-header__section--primary--shift.js-header-change-moment .navbar-brand:focus,
.u-header__section--primary--shift.js-header-change-moment .navbar-brand:hover,
.u-header__section--primary--shift.js-header-change-moment .navbar-toggler:focus,
.u-header__section--primary--shift.js-header-change-moment .navbar-toggler:hover {
  color: #fff;
}

/* line 1485, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

/* line 1491, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover {
  color: #fff;
}

/* line 1501, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.disabled,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.disabled,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.disabled,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.disabled {
  color: rgba(255, 255, 255, 0.5);
}

/* line 1507, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link,
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link,
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--dark .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--dark--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--primary .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open,
.u-header__section--primary--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active {
  color: #fff;
}

/* line 1525, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--dark .navbar-toggler,
.u-header__section--dark--shift.js-header-change-moment .navbar-toggler,
.u-header__section--primary .navbar-toggler,
.u-header__section--primary--shift.js-header-change-moment .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 1531, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--dark .navbar-toggler-icon,
.u-header__section--dark--shift.js-header-change-moment .navbar-toggler-icon,
.u-header__section--primary .navbar-toggler-icon,
.u-header__section--primary--shift.js-header-change-moment .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba($g-color-white, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/* line 1537, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--dark .navbar-text,
.u-header__section--dark--shift.js-header-change-moment .navbar-text,
.u-header__section--primary .navbar-text,
.u-header__section--primary--shift.js-header-change-moment .navbar-text {
  color: rgba(255, 255, 255, 0.7);
}

/* line 1543, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar > .container {
  position: relative;
}

@media all and (min-width: 576px) {
  /* line 1547, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--abs-top--sm, .u-header--abs-bottom--sm, .u-header--abs-top-2nd-screen--sm {
    position: absolute;
  }

  /* line 1549, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--abs-top-2nd-screen--sm {
    top: 100%;
  }

  /* line 1551, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--abs-top--sm {
    bottom: auto;
    top: 0;
  }

  /* line 1554, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--abs-bottom--sm {
    top: auto;
    bottom: 0;
  }

  /* line 1557, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--sticky-top--sm, .u-header--sticky-bottom--sm {
    position: fixed;
  }

  /* line 1559, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--sticky-top--sm {
    bottom: auto;
    top: 0;
  }

  /* line 1562, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--sticky-bottom--sm {
    top: auto;
    bottom: 0;
  }

  /* line 1565, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--floating--sm {
    position: absolute;
    left: 0;
    right: 0;
  }

  /* line 1569, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--floating--sm.js-header-fix-moment {
    margin-top: 0 !important;
  }

  /* line 1571, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--floating--sm.js-header-fix-moment .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 768px) {
  /* line 1576, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--abs-top--md, .u-header--abs-bottom--md, .u-header--abs-top-2nd-screen--md {
    position: absolute;
  }

  /* line 1578, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--abs-top-2nd-screen--md {
    top: 100%;
  }

  /* line 1580, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--abs-top--md {
    bottom: auto;
    top: 0;
  }

  /* line 1583, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--abs-bottom--md {
    top: auto;
    bottom: 0;
  }

  /* line 1586, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--sticky-top--md, .u-header--sticky-bottom--md {
    position: fixed;
  }

  /* line 1588, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--sticky-top--md {
    bottom: auto;
    top: 0;
  }

  /* line 1591, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--sticky-bottom--md {
    top: auto;
    bottom: 0;
  }

  /* line 1594, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--floating--md {
    position: absolute;
    left: 0;
    right: 0;
  }

  /* line 1598, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--floating--md.js-header-fix-moment {
    margin-top: 0 !important;
  }

  /* line 1600, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--floating--md.js-header-fix-moment .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 992px) {
  /* line 1605, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--abs-top--lg, .u-header--abs-bottom--lg, .u-header--abs-top-2nd-screen--lg {
    position: absolute;
  }

  /* line 1607, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--abs-top-2nd-screen--lg {
    top: 100%;
  }

  /* line 1609, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--abs-top--lg {
    bottom: auto;
    top: 0;
  }

  /* line 1612, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--abs-bottom--lg {
    top: auto;
    bottom: 0;
  }

  /* line 1615, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--sticky-top--lg, .u-header--sticky-bottom--lg {
    position: fixed;
  }

  /* line 1617, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--sticky-top--lg {
    bottom: auto;
    top: 0;
  }

  /* line 1620, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--sticky-bottom--lg {
    top: auto;
    bottom: 0;
  }

  /* line 1623, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--floating--lg {
    position: absolute;
    left: 0;
    right: 0;
  }

  /* line 1627, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--floating--lg.js-header-fix-moment {
    margin-top: 0 !important;
  }

  /* line 1629, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--floating--lg.js-header-fix-moment .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 1200px) {
  /* line 1634, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--abs-top--xl, .u-header--abs-bottom--xl, .u-header--abs-top-2nd-screen--xl {
    position: absolute;
  }

  /* line 1636, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--abs-top-2nd-screen--xl {
    top: 100%;
  }

  /* line 1638, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--abs-top--xl {
    bottom: auto;
    top: 0;
  }

  /* line 1641, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--abs-bottom--xl {
    top: auto;
    bottom: 0;
  }

  /* line 1644, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--sticky-top--xl, .u-header--sticky-bottom--xl {
    position: fixed;
  }

  /* line 1646, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--sticky-top--xl {
    bottom: auto;
    top: 0;
  }

  /* line 1649, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--sticky-bottom--xl {
    top: auto;
    bottom: 0;
  }

  /* line 1652, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--floating--xl {
    position: absolute;
    left: 0;
    right: 0;
  }

  /* line 1656, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--floating--xl.js-header-fix-moment {
    margin-top: 0 !important;
  }

  /* line 1658, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header--floating--xl.js-header-fix-moment .navbar {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 1199px) {
  /* line 1663, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    justify-content: flex-start;
  }

  /* line 1668, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar-expand-xl .navbar-collapse {
    width: 100%;
    order: 10;
  }
}
@media all and (max-width: 991px) {
  /* line 1675, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    justify-content: flex-start;
  }

  /* line 1680, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar-expand-lg .navbar-collapse {
    width: 100%;
    order: 10;
  }
}
@media all and (max-width: 767px) {
  /* line 1687, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    justify-content: flex-start;
  }

  /* line 1692, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar-expand-md .navbar-collapse {
    width: 100%;
    order: 10;
  }
}
@media all and (max-width: 575px) {
  /* line 1699, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    justify-content: flex-start;
  }

  /* line 1704, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar-expand-sm .navbar-collapse {
    width: 100%;
    order: 10;
  }
}
/*------------------------------------
	Header Togglers
------------------------------------*/
/* line 1713, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header-toggler {
  display: block;
  width: 5rem;
  height: 3.57143rem;
  z-index: 102;
  /* Hamburgers */
}

/* line 1720, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header-toggler .hamburger {
  line-height: 1;
}

/* Toggler Positioning */
@media all and (min-width: 0) {
  /* line 1725, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-right, .u-header-toggler--top-right.btn, .u-header-toggler--top-left, .u-header-toggler--top-left.btn, .u-header-toggler--bottom-right, .u-header-toggler--bottom-right.btn, .u-header-toggler--bottom-left, .u-header-toggler--bottom-left.btn {
    position: fixed;
  }

  /* line 1727, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-right, .u-header-toggler--top-right.btn, .u-header-toggler--top-left, .u-header-toggler--top-left.btn {
    top: 1.42857rem;
  }

  /* line 1729, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--bottom-right, .u-header-toggler--bottom-right.btn, .u-header-toggler--bottom-left, .u-header-toggler--bottom-left.btn {
    bottom: 1.42857rem;
  }

  /* line 1731, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-left, .u-header-toggler--bottom-left {
    left: 1.42857rem;
  }

  /* line 1733, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-right, .u-header-toggler--bottom-right {
    right: 1.42857rem;
  }
}
/* Toggler Positioning (sm) */
@media all and (min-width: 576px) {
  /* line 1738, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-right--sm, .u-header-toggler--top-right--sm.btn, .u-header-toggler--top-left--sm, .u-header-toggler--top-left--sm.btn, .u-header-toggler--bottom-right--sm, .u-header-toggler--bottom-right--sm.btn, .u-header-toggler--bottom-left--sm, .u-header-toggler--bottom-left--sm.btn {
    position: fixed;
  }

  /* line 1740, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-right--sm, .u-header-toggler--top-right--sm.btn, .u-header-toggler--top-left--sm, .u-header-toggler--top-left--sm.btn {
    top: 1.42857rem;
  }

  /* line 1742, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--bottom-right--sm, .u-header-toggler--bottom-right--sm.btn, .u-header-toggler--bottom-left--sm, .u-header-toggler--bottom-left--sm.btn {
    bottom: 1.42857rem;
  }

  /* line 1744, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-left--sm, .u-header-toggler--bottom-left--sm {
    left: 1.42857rem;
  }

  /* line 1746, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-right--sm, .u-header-toggler--bottom-right--sm {
    right: 1.42857rem;
  }
}
/* Toggler Positioning (md) */
@media all and (min-width: 768px) {
  /* line 1751, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-right--md, .u-header-toggler--top-right--md.btn, .u-header-toggler--top-left--md, .u-header-toggler--top-left--md.btn, .u-header-toggler--bottom-right--md, .u-header-toggler--bottom-right--md.btn, .u-header-toggler--bottom-left--md, .u-header-toggler--bottom-left--md.btn {
    position: fixed;
  }

  /* line 1753, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-right--md, .u-header-toggler--top-right--md.btn, .u-header-toggler--top-left--md, .u-header-toggler--top-left--md.btn {
    top: 1.42857rem;
  }

  /* line 1755, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--bottom-right--md, .u-header-toggler--bottom-right--md.btn, .u-header-toggler--bottom-left--md, .u-header-toggler--bottom-left--md.btn {
    bottom: 1.42857rem;
  }

  /* line 1757, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-left--md, .u-header-toggler--bottom-left--md {
    left: 1.42857rem;
  }

  /* line 1759, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-right--md, .u-header-toggler--bottom-right--md {
    right: 1.42857rem;
  }
}
/* Toggler Positioning (lg) */
@media all and (min-width: 992px) {
  /* line 1764, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-right--lg, .u-header-toggler--top-right--lg.btn, .u-header-toggler--top-left--lg, .u-header-toggler--top-left--lg.btn, .u-header-toggler--bottom-right--lg, .u-header-toggler--bottom-right--lg.btn, .u-header-toggler--bottom-left--lg, .u-header-toggler--bottom-left--lg.btn {
    position: fixed;
  }

  /* line 1766, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-right--lg, .u-header-toggler--top-right--lg.btn, .u-header-toggler--top-left--lg, .u-header-toggler--top-left--lg.btn {
    top: 1.42857rem;
  }

  /* line 1768, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--bottom-right--lg, .u-header-toggler--bottom-right--lg.btn, .u-header-toggler--bottom-left--lg, .u-header-toggler--bottom-left--lg.btn {
    bottom: 1.42857rem;
  }

  /* line 1770, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-left--lg, .u-header-toggler--bottom-left--lg {
    left: 1.42857rem;
  }

  /* line 1772, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-right--lg, .u-header-toggler--bottom-right--lg {
    right: 1.42857rem;
  }
}
/* Toggler Positioning (xl) */
@media all and (min-width: 1200px) {
  /* line 1777, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-right--xl, .u-header-toggler--top-right--xl.btn, .u-header-toggler--top-left--xl, .u-header-toggler--top-left--xl.btn, .u-header-toggler--bottom-right--xl, .u-header-toggler--bottom-right--xl.btn, .u-header-toggler--bottom-left--xl, .u-header-toggler--bottom-left--xl.btn {
    position: fixed;
  }

  /* line 1779, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-right--xl, .u-header-toggler--top-right--xl.btn, .u-header-toggler--top-left--xl, .u-header-toggler--top-left--xl.btn {
    top: 1.42857rem;
  }

  /* line 1781, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--bottom-right--xl, .u-header-toggler--bottom-right--xl.btn, .u-header-toggler--bottom-left--xl, .u-header-toggler--bottom-left--xl.btn {
    bottom: 1.42857rem;
  }

  /* line 1783, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-left--xl, .u-header-toggler--bottom-left--xl {
    left: 1.42857rem;
  }

  /* line 1785, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-header-toggler--top-right--xl, .u-header-toggler--bottom-right--xl {
    right: 1.42857rem;
  }
}
/*------------------------------------
  Fullscreen Header
------------------------------------*/
/* line 1791, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-header--fullscreen"] {
  text-align: center;
  visibility: hidden;
}

/* line 1795, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-header--fullscreen"] .u-header__sections-container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease, visibility .5s ease;
}

/* line 1810, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-header--fullscreen"] .mCustomScrollBox {
  width: 100%;
  height: auto;
}

/* line 1814, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-header--fullscreen"] .u-header__section {
  width: 100%;
}

/* line 1817, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-header--fullscreen"] .navbar-nav[class*="u-main-nav-v"] > li > a {
  display: inline-block;
}

/* line 1820, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-header--fullscreen"] .u-header__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transition: transform .5s ease, opacity .5s ease, visibility .5s ease;
}

/* line 1834, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header.u-header--fullscreen--top-left, .u-header.u-header--fullscreen--top-right, .u-header.u-header--fullscreen--bottom-left, .u-header.u-header--fullscreen--bottom-right {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 1841, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header.u-header--fullscreen--top-left .u-header__overlay, .u-header.u-header--fullscreen--top-right .u-header__overlay, .u-header.u-header--fullscreen--bottom-left .u-header__overlay, .u-header.u-header--fullscreen--bottom-right .u-header__overlay {
  display: block;
}

/* line 1844, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header.u-header--fullscreen--top-left.u-header--fullscreen-showed, .u-header.u-header--fullscreen--top-right.u-header--fullscreen-showed, .u-header.u-header--fullscreen--bottom-left.u-header--fullscreen-showed, .u-header.u-header--fullscreen--bottom-right.u-header--fullscreen-showed {
  visibility: visible;
}

/* line 1847, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header.u-header--fullscreen--top-left.u-header--fullscreen-showed .u-header__overlay,
.u-header.u-header--fullscreen--top-left.u-header--fullscreen-showed .u-header__sections-container, .u-header.u-header--fullscreen--top-right.u-header--fullscreen-showed .u-header__overlay,
.u-header.u-header--fullscreen--top-right.u-header--fullscreen-showed .u-header__sections-container, .u-header.u-header--fullscreen--bottom-left.u-header--fullscreen-showed .u-header__overlay,
.u-header.u-header--fullscreen--bottom-left.u-header--fullscreen-showed .u-header__sections-container, .u-header.u-header--fullscreen--bottom-right.u-header--fullscreen-showed .u-header__overlay,
.u-header.u-header--fullscreen--bottom-right.u-header--fullscreen-showed .u-header__sections-container {
  opacity: 1;
  visibility: visible;
}

/* line 1855, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header.u-header--fullscreen--top-left.u-header--fullscreen-showed .u-header__sections-container, .u-header.u-header--fullscreen--top-right.u-header--fullscreen-showed .u-header__sections-container, .u-header.u-header--fullscreen--bottom-left.u-header--fullscreen-showed .u-header__sections-container, .u-header.u-header--fullscreen--bottom-right.u-header--fullscreen-showed .u-header__sections-container {
  transition-delay: .5s;
}

/* line 1858, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header.u-header--fullscreen--top-left .container, .u-header.u-header--fullscreen--top-right .container, .u-header.u-header--fullscreen--bottom-left .container, .u-header.u-header--fullscreen--bottom-right .container {
  width: 100%;
}

/* line 1861, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header.u-header--fullscreen--top-left .navbar, .u-header.u-header--fullscreen--top-right .navbar, .u-header.u-header--fullscreen--bottom-left .navbar, .u-header.u-header--fullscreen--bottom-right .navbar {
  min-width: 22.85714rem;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* line 1867, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header.u-header--fullscreen--top-left .dropdown-menu, .u-header.u-header--fullscreen--top-left .twitter-typeahead .tt-menu, .twitter-typeahead .u-header.u-header--fullscreen--top-left .tt-menu, .u-header.u-header--fullscreen--top-right .dropdown-menu, .u-header.u-header--fullscreen--top-right .twitter-typeahead .tt-menu, .twitter-typeahead .u-header.u-header--fullscreen--top-right .tt-menu, .u-header.u-header--fullscreen--bottom-left .dropdown-menu, .u-header.u-header--fullscreen--bottom-left .twitter-typeahead .tt-menu, .twitter-typeahead .u-header.u-header--fullscreen--bottom-left .tt-menu, .u-header.u-header--fullscreen--bottom-right .dropdown-menu, .u-header.u-header--fullscreen--bottom-right .twitter-typeahead .tt-menu, .twitter-typeahead .u-header.u-header--fullscreen--bottom-right .tt-menu {
  text-align: inherit;
  position: static;
  width: 100%;
}

/* line 1872, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header.u-header--fullscreen--top-left .u-header__overlay {
  transform-origin: 0% 0%;
  transform: scale3d(0.1, 0.1, 0.1) translate3d(-20%, -20%, 0);
}

/* line 1879, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header.u-header--fullscreen--top-left.u-header--fullscreen-showed .u-header__overlay {
  transform: scale3d(1, 1, 1) translate3d(-20%, -20%, 0);
}

/* line 1883, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header.u-header--fullscreen--top-right .u-header__overlay {
  left: auto;
  transform-origin: 100% 0%;
  transform: scale3d(0.1, 0.1, 0.1) translate3d(20%, -20%, 0);
}

/* line 1891, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header.u-header--fullscreen--top-right.u-header--fullscreen-showed .u-header__overlay {
  transform: scale3d(1, 1, 1) translate3d(20%, -20%, 0);
}

/* line 1895, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header.u-header--fullscreen--bottom-left .u-header__overlay {
  top: auto;
  transform-origin: 0% 100%;
  transform: scale3d(0.1, 0.1, 0.1) translate3d(-20%, 20%, 0);
}

/* line 1903, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header.u-header--fullscreen--bottom-left.u-header--fullscreen-showed .u-header__overlay {
  transform: scale3d(1, 1, 1) translate3d(-20%, 20%, 0);
}

/* line 1907, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header.u-header--fullscreen--bottom-right .u-header__overlay {
  top: auto;
  left: auto;
  transform-origin: 100% 100%;
  transform: scale3d(0.1, 0.1, 0.1) translate3d(20%, 20%, 0);
}

/* line 1916, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header.u-header--fullscreen--bottom-right.u-header--fullscreen-showed .u-header__overlay {
  transform: scale3d(1, 1, 1) translate3d(20%, 20%, 0);
}

/*------------------------------------
  Side Header
------------------------------------*/
/* Common styles of Side Header */
/* line 1924, /home/app/webapp/app/assets/stylesheets/unify.css */
body[class*="u-body--header-side"] .u-header.u-header--side {
  position: fixed;
  top: 0;
  height: 100%;
  width: 21.42857rem;
}

/* line 1930, /home/app/webapp/app/assets/stylesheets/unify.css */
body[class*="u-body--header-side"] .u-header.u-header--side .navbar {
  flex-direction: column;
}

/* line 1936, /home/app/webapp/app/assets/stylesheets/unify.css */
body[class*="u-body--header-side"] .u-header.u-header--side .navbar .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  flex-direction: column;
}

/* line 1945, /home/app/webapp/app/assets/stylesheets/unify.css */
body[class*="u-body--header-side"] .u-header.u-header--side .navbar .navbar-collapse {
  flex-direction: column;
}

/* line 1951, /home/app/webapp/app/assets/stylesheets/unify.css */
body[class*="u-body--header-side"] .u-header.u-header--side .navbar .navbar-nav {
  width: 100%;
  flex-direction: column;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 1960, /home/app/webapp/app/assets/stylesheets/unify.css */
body[class*="u-body--header-side"] .u-header.u-header--side .u-header__sections-container {
  height: 100%;
}

/* line 1963, /home/app/webapp/app/assets/stylesheets/unify.css */
body[class*="u-body--header-side"] .u-header.u-header--side .dropdown-menu, body[class*="u-body--header-side"] .u-header.u-header--side .twitter-typeahead .tt-menu, .twitter-typeahead body[class*="u-body--header-side"] .u-header.u-header--side .tt-menu {
  top: 0;
}

/* line 1966, /home/app/webapp/app/assets/stylesheets/unify.css */
body[class*="u-body--header-side"] .u-header.u-header--side .mCSB_container,
body[class*="u-body--header-side"] .u-header.u-header--side .mCustomScrollBox {
  overflow: visible;
}

/* Overlay */
/* line 1971, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header--side .u-header__overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 2000%;
  opacity: 0;
  visibility: hidden;
}

/* line 1979, /home/app/webapp/app/assets/stylesheets/unify.css */
body[class*="u-body--header-side"].u-body--header-side-opened .u-header__overlay {
  opacity: 1;
  visibility: visible;
}

/* line 1983, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-static-left .u-header--side .dropdown-menu, .u-body--header-side-static-left .u-header--side .twitter-typeahead .tt-menu, .twitter-typeahead .u-body--header-side-static-left .u-header--side .tt-menu, .u-body--header-side-overlay-left .u-header--side .dropdown-menu, .u-body--header-side-overlay-left .u-header--side .twitter-typeahead .tt-menu, .twitter-typeahead .u-body--header-side-overlay-left .u-header--side .tt-menu, .u-body--header-side-push-left .u-header--side .dropdown-menu, .u-body--header-side-push-left .u-header--side .twitter-typeahead .tt-menu, .twitter-typeahead .u-body--header-side-push-left .u-header--side .tt-menu {
  left: 100%;
  margin-left: 1.07143rem;
}

/* line 1987, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-static-left .u-header--side .hs-menu-vertical .hs-mega-menu,
.u-body--header-side-static-left .u-header--side .hs-menu-vertical .hs-sub-menu, .u-body--header-side-overlay-left .u-header--side .hs-menu-vertical .hs-mega-menu,
.u-body--header-side-overlay-left .u-header--side .hs-menu-vertical .hs-sub-menu, .u-body--header-side-push-left .u-header--side .hs-menu-vertical .hs-mega-menu,
.u-body--header-side-push-left .u-header--side .hs-menu-vertical .hs-sub-menu {
  margin-left: 1.07143rem;
}

/* line 1993, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-static-left .u-header--side .hs-menu-vertical .hs-mega-menu .hs-mega-menu,
.u-body--header-side-static-left .u-header--side .hs-menu-vertical .hs-mega-menu .hs-sub-menu,
.u-body--header-side-static-left .u-header--side .hs-menu-vertical .hs-sub-menu .hs-mega-menu,
.u-body--header-side-static-left .u-header--side .hs-menu-vertical .hs-sub-menu .hs-sub-menu, .u-body--header-side-overlay-left .u-header--side .hs-menu-vertical .hs-mega-menu .hs-mega-menu,
.u-body--header-side-overlay-left .u-header--side .hs-menu-vertical .hs-mega-menu .hs-sub-menu,
.u-body--header-side-overlay-left .u-header--side .hs-menu-vertical .hs-sub-menu .hs-mega-menu,
.u-body--header-side-overlay-left .u-header--side .hs-menu-vertical .hs-sub-menu .hs-sub-menu, .u-body--header-side-push-left .u-header--side .hs-menu-vertical .hs-mega-menu .hs-mega-menu,
.u-body--header-side-push-left .u-header--side .hs-menu-vertical .hs-mega-menu .hs-sub-menu,
.u-body--header-side-push-left .u-header--side .hs-menu-vertical .hs-sub-menu .hs-mega-menu,
.u-body--header-side-push-left .u-header--side .hs-menu-vertical .hs-sub-menu .hs-sub-menu {
  margin-left: 0;
}

/* line 2005, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-static-left .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu,
.u-body--header-side-static-left .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu, .u-body--header-side-overlay-left .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu,
.u-body--header-side-overlay-left .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu, .u-body--header-side-push-left .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu,
.u-body--header-side-push-left .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu {
  margin-left: 0;
  margin-right: 1.07143rem;
}

/* line 2012, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-static-left .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-mega-menu,
.u-body--header-side-static-left .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-sub-menu,
.u-body--header-side-static-left .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-mega-menu,
.u-body--header-side-static-left .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-sub-menu, .u-body--header-side-overlay-left .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-mega-menu,
.u-body--header-side-overlay-left .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-sub-menu,
.u-body--header-side-overlay-left .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-mega-menu,
.u-body--header-side-overlay-left .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-sub-menu, .u-body--header-side-push-left .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-mega-menu,
.u-body--header-side-push-left .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-sub-menu,
.u-body--header-side-push-left .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-mega-menu,
.u-body--header-side-push-left .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-sub-menu {
  margin-left: 0;
  margin-right: 0;
}

/* line 2025, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-static-left {
  margin-left: 21.42857rem;
}

/* line 2028, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-static-left .u-header--side {
  right: auto;
  left: 0;
}

/* line 2032, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-static-right {
  margin-right: 21.42857rem;
}

/* line 2035, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-static-right .u-header--side {
  left: auto;
  right: 0;
}

/* line 2039, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-overlay-left .u-header--side, .u-body--header-side-push-left .u-header--side {
  right: auto;
  left: -21.42857rem;
}

/* line 2043, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-overlay-left .u-header--side .u-header__overlay, .u-body--header-side-push-left .u-header--side .u-header__overlay {
  left: 100%;
}

/* line 2046, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-overlay-left.u-body--header-side-opened .u-header--side, .u-body--header-side-push-left.u-body--header-side-opened .u-header--side {
  left: 0;
}

/* line 2049, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-push-left.u-body--header-side-opened {
  margin-left: 21.42857rem;
}

/* line 2052, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-overlay-right .u-header--side, .u-body--header-side-push-right .u-header--side {
  left: auto;
  right: -21.42857rem;
}

/* line 2056, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-overlay-right .u-header--side .u-header__overlay, .u-body--header-side-push-right .u-header--side .u-header__overlay {
  right: 100%;
}

/* line 2059, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-overlay-right.u-body--header-side-opened .u-header--side, .u-body--header-side-push-right.u-body--header-side-opened .u-header--side {
  right: 0;
}

/* line 2062, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-push-right.u-body--header-side-opened {
  margin-right: 21.42857rem;
}

/* line 2065, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-static-right .u-header--side .dropdown-menu, .u-body--header-side-static-right .u-header--side .twitter-typeahead .tt-menu, .twitter-typeahead .u-body--header-side-static-right .u-header--side .tt-menu, .u-body--header-side-overlay-right .u-header--side .dropdown-menu, .u-body--header-side-overlay-right .u-header--side .twitter-typeahead .tt-menu, .twitter-typeahead .u-body--header-side-overlay-right .u-header--side .tt-menu, .u-body--header-side-push-right .u-header--side .dropdown-menu, .u-body--header-side-push-right .u-header--side .twitter-typeahead .tt-menu, .twitter-typeahead .u-body--header-side-push-right .u-header--side .tt-menu {
  left: auto;
  right: 100%;
  margin-right: 1.07143rem;
}

/* line 2070, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-static-right .u-header--side .hs-menu-vertical .hs-mega-menu,
.u-body--header-side-static-right .u-header--side .hs-menu-vertical .hs-sub-menu, .u-body--header-side-overlay-right .u-header--side .hs-menu-vertical .hs-mega-menu,
.u-body--header-side-overlay-right .u-header--side .hs-menu-vertical .hs-sub-menu, .u-body--header-side-push-right .u-header--side .hs-menu-vertical .hs-mega-menu,
.u-body--header-side-push-right .u-header--side .hs-menu-vertical .hs-sub-menu {
  left: auto;
  right: 100%;
  margin-right: 1.07143rem;
}

/* line 2078, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-static-right .u-header--side .hs-menu-vertical .hs-mega-menu .hs-mega-menu,
.u-body--header-side-static-right .u-header--side .hs-menu-vertical .hs-mega-menu .hs-sub-menu,
.u-body--header-side-static-right .u-header--side .hs-menu-vertical .hs-sub-menu .hs-mega-menu,
.u-body--header-side-static-right .u-header--side .hs-menu-vertical .hs-sub-menu .hs-sub-menu, .u-body--header-side-overlay-right .u-header--side .hs-menu-vertical .hs-mega-menu .hs-mega-menu,
.u-body--header-side-overlay-right .u-header--side .hs-menu-vertical .hs-mega-menu .hs-sub-menu,
.u-body--header-side-overlay-right .u-header--side .hs-menu-vertical .hs-sub-menu .hs-mega-menu,
.u-body--header-side-overlay-right .u-header--side .hs-menu-vertical .hs-sub-menu .hs-sub-menu, .u-body--header-side-push-right .u-header--side .hs-menu-vertical .hs-mega-menu .hs-mega-menu,
.u-body--header-side-push-right .u-header--side .hs-menu-vertical .hs-mega-menu .hs-sub-menu,
.u-body--header-side-push-right .u-header--side .hs-menu-vertical .hs-sub-menu .hs-mega-menu,
.u-body--header-side-push-right .u-header--side .hs-menu-vertical .hs-sub-menu .hs-sub-menu {
  margin-right: 0;
}

/* line 2090, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-static-right .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu,
.u-body--header-side-static-right .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu, .u-body--header-side-overlay-right .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu,
.u-body--header-side-overlay-right .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu, .u-body--header-side-push-right .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu,
.u-body--header-side-push-right .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu {
  margin-right: 0;
  margin-left: 1.07143rem;
}

/* line 2097, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-body--header-side-static-right .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-mega-menu,
.u-body--header-side-static-right .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-sub-menu,
.u-body--header-side-static-right .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-mega-menu,
.u-body--header-side-static-right .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-sub-menu, .u-body--header-side-overlay-right .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-mega-menu,
.u-body--header-side-overlay-right .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-sub-menu,
.u-body--header-side-overlay-right .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-mega-menu,
.u-body--header-side-overlay-right .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-sub-menu, .u-body--header-side-push-right .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-mega-menu,
.u-body--header-side-push-right .u-header--side .hs-menu-vertical.hs-rtl .hs-mega-menu .hs-sub-menu,
.u-body--header-side-push-right .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-mega-menu,
.u-body--header-side-push-right .u-header--side .hs-menu-vertical.hs-rtl .hs-sub-menu .hs-sub-menu {
  margin-left: 0;
  margin-right: 0;
}

/* Button Styles
------------------------------------*/
/* General Button Styles */
/* line 2113, /home/app/webapp/app/assets/stylesheets/unify.css */
.btn {
  position: relative;
  transition: .2s ease;
  cursor: pointer;
}

/* line 2118, /home/app/webapp/app/assets/stylesheets/unify.css */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: 0 none;
  box-shadow: none;
}

/* Button Content
------------------------------------*/
/* line 2124, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-content {
  white-space: normal;
}

/* Buttons Only Icon (O)
------------------------------------*/
/* line 2129, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-only-icon {
  position: relative;
}

/* line 2132, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-only-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* Button Sizes
------------------------------------*/
/* Extra Small */
/* line 2143, /home/app/webapp/app/assets/stylesheets/unify.css */
.btn-xs {
  line-height: 1.4;
  padding: 0.14286rem 0.5rem;
  font-size: 0.78571rem;
}

/* Medium */
/* line 2149, /home/app/webapp/app/assets/stylesheets/unify.css */
.btn-md {
  line-height: 1.4;
  padding: 0.57143rem 1.42857rem;
  font-size: 1.07143rem;
}

/* Extra Large */
/* line 2155, /home/app/webapp/app/assets/stylesheets/unify.css */
.btn-xl {
  line-height: 1.4;
  padding: 0.92857rem 1.85714rem;
  font-size: 1.28571rem;
}

/* Extramly Large */
/* line 2161, /home/app/webapp/app/assets/stylesheets/unify.css */
.btn-xxl {
  line-height: 1.4;
  padding: 1.07143rem 2.14286rem;
  font-size: 1.5rem;
}

/* Button Types
------------------------------------*/
/* Inset Buttons */
/* line 2169, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-inset {
  position: relative;
}

/* line 2172, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-inset::before {
  position: absolute;
  top: 0.14286rem;
  right: 0.14286rem;
  bottom: 0.14286rem;
  left: 0.14286rem;
  content: "";
  border: solid 1px #fff;
  border-radius: 1px;
}

/* line 2182, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-inset--rounded::before {
  border-radius: 50px;
}

/* 3d Buttons */
/* line 2186, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-3d {
  border-bottom: solid 3px rgba(0, 0, 0, 0.2);
}

/* line 2189, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-3d:hover {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}

/* Skew Button */
/* line 2193, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-skew {
  transform: skewX(-20deg);
}

/* line 2198, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-skew__inner {
  transform: skewX(20deg);
  display: block;
}

/* Button Hovers
------------------------------------*/
/* line 2206, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-btn-hover"] {
  z-index: 1;
}

/* line 2209, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-btn-hover"]:hover {
  text-decoration: none;
}

/* line 2212, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-btn-hover"]:focus {
  text-decoration: none;
}

/* line 2215, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-btn-hover"]::after {
  position: absolute;
  content: "";
  z-index: -1;
  transition: all .3s;
}

/* Hover v1-1 */
/* line 2222, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-hover-v1-1::after {
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
}

/* line 2228, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-hover-v1-1:hover::after {
  height: 100%;
}

/* Hover v1-2 */
/* line 2232, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-hover-v1-2::after {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
}

/* line 2238, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-hover-v1-2:hover::after {
  width: 100%;
}

/* Hover v1-3 */
/* line 2242, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-hover-v1-3::after {
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
}

/* line 2248, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-hover-v1-3:hover::after {
  height: 100%;
}

/* Hover v1-4 */
/* line 2252, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-hover-v1-4::after {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
}

/* line 2258, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-hover-v1-4:hover::after {
  width: 100%;
}

/* Hover v2-1 */
/* line 2262, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-hover-v2-1::after {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
}

/* line 2268, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-hover-v2-1:hover::after {
  left: 0;
  width: 100%;
}

/* Hover v2-2 */
/* line 2273, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-hover-v2-2::after {
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
}

/* line 2279, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-hover-v2-2:hover::after {
  top: 0;
  height: 100%;
}

/* Flat Buttons
------------------------------------*/
/* Button Primary */
/* line 2286, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary {
  color: #fff;
  background-color: #72c02c;
}

/* line 2290, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary:hover, .u-btn-primary.active {
  border-color: #8cd54a;
  background-color: #8cd54a;
}

/* line 2294, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary:hover, .u-btn-primary:focus, .u-btn-primary.active {
  color: #fff;
}

/* line 2297, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.g-btn-hover-reset:hover, .u-btn-primary.g-btn-hover-reset.active {
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 2301, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2304, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-1::after, .u-btn-primary.u-btn-hover-v1-1:hover::after {
  background-color: #7fd135;
}

/* line 2307, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-1:hover {
  background-color: #72c02c;
  overflow: hidden;
}

/* line 2311, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2314, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-2::after, .u-btn-primary.u-btn-hover-v1-2:hover::after {
  background-color: #7fd135;
}

/* line 2317, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-2:hover {
  background-color: #72c02c;
  overflow: hidden;
}

/* line 2321, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2324, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-3::after, .u-btn-primary.u-btn-hover-v1-3:hover::after {
  background-color: #7fd135;
}

/* line 2327, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-3:hover {
  background-color: #72c02c;
  overflow: hidden;
}

/* line 2331, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2334, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-4::after, .u-btn-primary.u-btn-hover-v1-4:hover::after {
  background-color: #7fd135;
}

/* line 2337, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v1-4:hover {
  background-color: #72c02c;
  overflow: hidden;
}

/* line 2341, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2344, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v2-1::after, .u-btn-primary.u-btn-hover-v2-1:hover::after {
  background-color: #7fd135;
}

/* line 2347, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v2-1:hover {
  background-color: #72c02c;
  overflow: hidden;
}

/* line 2351, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2354, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v2-2::after, .u-btn-primary.u-btn-hover-v2-2:hover::after {
  background-color: #7fd135;
}

/* line 2357, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-primary.u-btn-hover-v2-2:hover {
  background-color: #72c02c;
  overflow: hidden;
}

/* Button White */
/* line 2362, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white {
  color: #555;
  background-color: #fff;
}

/* line 2366, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white:hover, .u-btn-white.active {
  border-color: white;
  background-color: white;
}

/* line 2370, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white:hover, .u-btn-white:focus, .u-btn-white.active {
  color: #555;
}

/* line 2373, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.g-btn-hover-reset:hover, .u-btn-white.g-btn-hover-reset.active {
  background-color: #fff;
  border-color: #fff;
}

/* line 2377, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2380, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-1::after, .u-btn-white.u-btn-hover-v1-1:hover::after {
  background-color: white;
}

/* line 2383, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-1:hover {
  background-color: #fff;
  overflow: hidden;
}

/* line 2387, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2390, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-2::after, .u-btn-white.u-btn-hover-v1-2:hover::after {
  background-color: white;
}

/* line 2393, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-2:hover {
  background-color: #fff;
  overflow: hidden;
}

/* line 2397, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2400, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-3::after, .u-btn-white.u-btn-hover-v1-3:hover::after {
  background-color: white;
}

/* line 2403, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-3:hover {
  background-color: #fff;
  overflow: hidden;
}

/* line 2407, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2410, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-4::after, .u-btn-white.u-btn-hover-v1-4:hover::after {
  background-color: white;
}

/* line 2413, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v1-4:hover {
  background-color: #fff;
  overflow: hidden;
}

/* line 2417, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2420, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v2-1::after, .u-btn-white.u-btn-hover-v2-1:hover::after {
  background-color: white;
}

/* line 2423, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 2427, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2430, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v2-2::after, .u-btn-white.u-btn-hover-v2-2:hover::after {
  background-color: white;
}

/* line 2433, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-white.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Button Black */
/* line 2438, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black {
  color: #fff;
  background-color: #000;
}

/* line 2442, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black:hover, .u-btn-black.active {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}

/* line 2446, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black:hover, .u-btn-black:focus, .u-btn-black.active {
  color: #fff;
}

/* line 2449, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.g-btn-hover-reset:hover, .u-btn-black.g-btn-hover-reset.active {
  background-color: #000;
  border-color: #000;
}

/* line 2453, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2456, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-1::after, .u-btn-black.u-btn-hover-v1-1:hover::after {
  background-color: #0d0d0d;
}

/* line 2459, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-1:hover {
  background-color: #000;
  overflow: hidden;
}

/* line 2463, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2466, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-2::after, .u-btn-black.u-btn-hover-v1-2:hover::after {
  background-color: #0d0d0d;
}

/* line 2469, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-2:hover {
  background-color: #000;
  overflow: hidden;
}

/* line 2473, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2476, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-3::after, .u-btn-black.u-btn-hover-v1-3:hover::after {
  background-color: #0d0d0d;
}

/* line 2479, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-3:hover {
  background-color: #000;
  overflow: hidden;
}

/* line 2483, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2486, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-4::after, .u-btn-black.u-btn-hover-v1-4:hover::after {
  background-color: #0d0d0d;
}

/* line 2489, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v1-4:hover {
  background-color: #000;
  overflow: hidden;
}

/* line 2493, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2496, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v2-1::after, .u-btn-black.u-btn-hover-v2-1:hover::after {
  background-color: #0d0d0d;
}

/* line 2499, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 2503, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2506, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v2-2::after, .u-btn-black.u-btn-hover-v2-2:hover::after {
  background-color: #0d0d0d;
}

/* line 2509, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-black.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Button Dark Gray */
/* line 2514, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray {
  color: #fff;
  background-color: #333;
}

/* line 2518, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray:hover, .u-btn-darkgray.active {
  border-color: #4d4d4d;
  background-color: #4d4d4d;
}

/* line 2522, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray:hover, .u-btn-darkgray:focus, .u-btn-darkgray.active {
  color: #fff;
}

/* line 2525, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.g-btn-hover-reset:hover, .u-btn-darkgray.g-btn-hover-reset.active {
  background-color: #333;
  border-color: #333;
}

/* line 2529, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2532, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-1::after, .u-btn-darkgray.u-btn-hover-v1-1:hover::after {
  background-color: #404040;
}

/* line 2535, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-1:hover {
  background-color: #333;
  overflow: hidden;
}

/* line 2539, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2542, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-2::after, .u-btn-darkgray.u-btn-hover-v1-2:hover::after {
  background-color: #404040;
}

/* line 2545, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-2:hover {
  background-color: #333;
  overflow: hidden;
}

/* line 2549, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2552, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-3::after, .u-btn-darkgray.u-btn-hover-v1-3:hover::after {
  background-color: #404040;
}

/* line 2555, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-3:hover {
  background-color: #333;
  overflow: hidden;
}

/* line 2559, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2562, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-4::after, .u-btn-darkgray.u-btn-hover-v1-4:hover::after {
  background-color: #404040;
}

/* line 2565, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v1-4:hover {
  background-color: #333;
  overflow: hidden;
}

/* line 2569, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2572, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v2-1::after, .u-btn-darkgray.u-btn-hover-v2-1:hover::after {
  background-color: #404040;
}

/* line 2575, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v2-1:hover {
  background-color: #333;
  overflow: hidden;
}

/* line 2579, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2582, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v2-2::after, .u-btn-darkgray.u-btn-hover-v2-2:hover::after {
  background-color: #404040;
}

/* line 2585, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkgray.u-btn-hover-v2-2:hover {
  background-color: #333;
  overflow: hidden;
}

/* Button Red */
/* line 2590, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red {
  color: #fff;
  background-color: #f00;
}

/* line 2594, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red:hover, .u-btn-red.active {
  border-color: #ff3333;
  background-color: #ff3333;
}

/* line 2598, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red:hover, .u-btn-red:focus, .u-btn-red.active {
  color: #fff;
}

/* line 2601, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.g-btn-hover-reset:hover, .u-btn-red.g-btn-hover-reset.active {
  background-color: #f00;
  border-color: #f00;
}

/* line 2605, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2608, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-1::after, .u-btn-red.u-btn-hover-v1-1:hover::after {
  background-color: #ff1a1a;
}

/* line 2611, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-1:hover {
  background-color: #f00;
  overflow: hidden;
}

/* line 2615, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2618, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-2::after, .u-btn-red.u-btn-hover-v1-2:hover::after {
  background-color: #ff1a1a;
}

/* line 2621, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-2:hover {
  background-color: #f00;
  overflow: hidden;
}

/* line 2625, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2628, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-3::after, .u-btn-red.u-btn-hover-v1-3:hover::after {
  background-color: #ff1a1a;
}

/* line 2631, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-3:hover {
  background-color: #f00;
  overflow: hidden;
}

/* line 2635, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2638, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-4::after, .u-btn-red.u-btn-hover-v1-4:hover::after {
  background-color: #ff1a1a;
}

/* line 2641, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v1-4:hover {
  background-color: #f00;
  overflow: hidden;
}

/* line 2645, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2648, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v2-1::after, .u-btn-red.u-btn-hover-v2-1:hover::after {
  background-color: #ff1a1a;
}

/* line 2651, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v2-1:hover {
  background-color: #f00;
  overflow: hidden;
}

/* line 2655, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2658, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v2-2::after, .u-btn-red.u-btn-hover-v2-2:hover::after {
  background-color: #ff1a1a;
}

/* line 2661, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-red.u-btn-hover-v2-2:hover {
  background-color: #f00;
  overflow: hidden;
}

/* Button Red Tomato */
/* line 2666, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred {
  color: #fff;
  background-color: #e64b3b;
}

/* line 2670, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred:hover, .u-btn-lightred.active {
  border-color: #ec7568;
  background-color: #ec7568;
}

/* line 2674, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred:hover, .u-btn-lightred:focus, .u-btn-lightred.active {
  color: #fff;
}

/* line 2677, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.g-btn-hover-reset:hover, .u-btn-lightred.g-btn-hover-reset.active {
  background-color: #e64b3b;
  border-color: #e64b3b;
}

/* line 2681, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2684, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-1::after, .u-btn-lightred.u-btn-hover-v1-1:hover::after {
  background-color: #e96052;
}

/* line 2687, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-1:hover {
  background-color: #e64b3b;
  overflow: hidden;
}

/* line 2691, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2694, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-2::after, .u-btn-lightred.u-btn-hover-v1-2:hover::after {
  background-color: #e96052;
}

/* line 2697, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-2:hover {
  background-color: #e64b3b;
  overflow: hidden;
}

/* line 2701, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2704, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-3::after, .u-btn-lightred.u-btn-hover-v1-3:hover::after {
  background-color: #e96052;
}

/* line 2707, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-3:hover {
  background-color: #e64b3b;
  overflow: hidden;
}

/* line 2711, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2714, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-4::after, .u-btn-lightred.u-btn-hover-v1-4:hover::after {
  background-color: #e96052;
}

/* line 2717, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v1-4:hover {
  background-color: #e64b3b;
  overflow: hidden;
}

/* line 2721, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2724, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v2-1::after, .u-btn-lightred.u-btn-hover-v2-1:hover::after {
  background-color: #e96052;
}

/* line 2727, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v2-1:hover {
  background-color: #e64b3b;
  overflow: hidden;
}

/* line 2731, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2734, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v2-2::after, .u-btn-lightred.u-btn-hover-v2-2:hover::after {
  background-color: #e96052;
}

/* line 2737, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-lightred.u-btn-hover-v2-2:hover {
  background-color: #e64b3b;
  overflow: hidden;
}

/* Button Dark Red */
/* line 2742, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred {
  color: #fff;
  background-color: #a10f2b;
}

/* line 2746, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred:hover, .u-btn-darkred.active {
  border-color: #d01337;
  background-color: #d01337;
}

/* line 2750, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred:hover, .u-btn-darkred:focus, .u-btn-darkred.active {
  color: #fff;
}

/* line 2753, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.g-btn-hover-reset:hover, .u-btn-darkred.g-btn-hover-reset.active {
  background-color: #a10f2b;
  border-color: #a10f2b;
}

/* line 2757, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2760, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-1::after, .u-btn-darkred.u-btn-hover-v1-1:hover::after {
  background-color: #b81131;
}

/* line 2763, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-1:hover {
  background-color: #a10f2b;
  overflow: hidden;
}

/* line 2767, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2770, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-2::after, .u-btn-darkred.u-btn-hover-v1-2:hover::after {
  background-color: #b81131;
}

/* line 2773, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-2:hover {
  background-color: #a10f2b;
  overflow: hidden;
}

/* line 2777, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2780, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-3::after, .u-btn-darkred.u-btn-hover-v1-3:hover::after {
  background-color: #b81131;
}

/* line 2783, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-3:hover {
  background-color: #a10f2b;
  overflow: hidden;
}

/* line 2787, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2790, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-4::after, .u-btn-darkred.u-btn-hover-v1-4:hover::after {
  background-color: #b81131;
}

/* line 2793, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v1-4:hover {
  background-color: #a10f2b;
  overflow: hidden;
}

/* line 2797, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2800, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v2-1::after, .u-btn-darkred.u-btn-hover-v2-1:hover::after {
  background-color: #b81131;
}

/* line 2803, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v2-1:hover {
  background-color: #a10f2b;
  overflow: hidden;
}

/* line 2807, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2810, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v2-2::after, .u-btn-darkred.u-btn-hover-v2-2:hover::after {
  background-color: #b81131;
}

/* line 2813, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkred.u-btn-hover-v2-2:hover {
  background-color: #a10f2b;
  overflow: hidden;
}

/* Button Blue */
/* line 2818, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue {
  color: #fff;
  background-color: #3398dc;
}

/* line 2822, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue:hover, .u-btn-blue.active {
  border-color: #5faee3;
  background-color: #5faee3;
}

/* line 2826, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue:hover, .u-btn-blue:focus, .u-btn-blue.active {
  color: #fff;
}

/* line 2829, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.g-btn-hover-reset:hover, .u-btn-blue.g-btn-hover-reset.active {
  background-color: #3398dc;
  border-color: #3398dc;
}

/* line 2833, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2836, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-1::after, .u-btn-blue.u-btn-hover-v1-1:hover::after {
  background-color: #49a3e0;
}

/* line 2839, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-1:hover {
  background-color: #3398dc;
  overflow: hidden;
}

/* line 2843, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2846, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-2::after, .u-btn-blue.u-btn-hover-v1-2:hover::after {
  background-color: #49a3e0;
}

/* line 2849, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-2:hover {
  background-color: #3398dc;
  overflow: hidden;
}

/* line 2853, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2856, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-3::after, .u-btn-blue.u-btn-hover-v1-3:hover::after {
  background-color: #49a3e0;
}

/* line 2859, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-3:hover {
  background-color: #3398dc;
  overflow: hidden;
}

/* line 2863, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2866, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-4::after, .u-btn-blue.u-btn-hover-v1-4:hover::after {
  background-color: #49a3e0;
}

/* line 2869, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v1-4:hover {
  background-color: #3398dc;
  overflow: hidden;
}

/* line 2873, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2876, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v2-1::after, .u-btn-blue.u-btn-hover-v2-1:hover::after {
  background-color: #49a3e0;
}

/* line 2879, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v2-1:hover {
  background-color: #3398dc;
  overflow: hidden;
}

/* line 2883, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2886, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v2-2::after, .u-btn-blue.u-btn-hover-v2-2:hover::after {
  background-color: #49a3e0;
}

/* line 2889, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-blue.u-btn-hover-v2-2:hover {
  background-color: #3398dc;
  overflow: hidden;
}

/* Button Indigo */
/* line 2894, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo {
  color: #fff;
  background-color: #4263a3;
}

/* line 2898, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo:hover, .u-btn-indigo.active {
  border-color: #5b7cbd;
  background-color: #5b7cbd;
}

/* line 2902, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo:hover, .u-btn-indigo:focus, .u-btn-indigo.active {
  color: #fff;
}

/* line 2905, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.g-btn-hover-reset:hover, .u-btn-indigo.g-btn-hover-reset.active {
  background-color: #4263a3;
  border-color: #4263a3;
}

/* line 2909, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2912, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-1::after, .u-btn-indigo.u-btn-hover-v1-1:hover::after {
  background-color: #496eb5;
}

/* line 2915, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-1:hover {
  background-color: #4263a3;
  overflow: hidden;
}

/* line 2919, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2922, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-2::after, .u-btn-indigo.u-btn-hover-v1-2:hover::after {
  background-color: #496eb5;
}

/* line 2925, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-2:hover {
  background-color: #4263a3;
  overflow: hidden;
}

/* line 2929, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 2932, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-3::after, .u-btn-indigo.u-btn-hover-v1-3:hover::after {
  background-color: #496eb5;
}

/* line 2935, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-3:hover {
  background-color: #4263a3;
  overflow: hidden;
}

/* line 2939, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 2942, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-4::after, .u-btn-indigo.u-btn-hover-v1-4:hover::after {
  background-color: #496eb5;
}

/* line 2945, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v1-4:hover {
  background-color: #4263a3;
  overflow: hidden;
}

/* line 2949, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 2952, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v2-1::after, .u-btn-indigo.u-btn-hover-v2-1:hover::after {
  background-color: #496eb5;
}

/* line 2955, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v2-1:hover {
  background-color: #4263a3;
  overflow: hidden;
}

/* line 2959, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 2962, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v2-2::after, .u-btn-indigo.u-btn-hover-v2-2:hover::after {
  background-color: #496eb5;
}

/* line 2965, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-indigo.u-btn-hover-v2-2:hover {
  background-color: #4263a3;
  overflow: hidden;
}

/* Button Purple */
/* line 2970, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple {
  color: #fff;
  background-color: #9a69cb;
}

/* line 2974, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple:hover, .u-btn-purple.active {
  border-color: #b48fd8;
  background-color: #b48fd8;
}

/* line 2978, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple:hover, .u-btn-purple:focus, .u-btn-purple.active {
  color: #fff;
}

/* line 2981, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.g-btn-hover-reset:hover, .u-btn-purple.g-btn-hover-reset.active {
  background-color: #9a69cb;
  border-color: #9a69cb;
}

/* line 2985, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 2988, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-1::after, .u-btn-purple.u-btn-hover-v1-1:hover::after {
  background-color: #a77cd2;
}

/* line 2991, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-1:hover {
  background-color: #9a69cb;
  overflow: hidden;
}

/* line 2995, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 2998, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-2::after, .u-btn-purple.u-btn-hover-v1-2:hover::after {
  background-color: #a77cd2;
}

/* line 3001, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-2:hover {
  background-color: #9a69cb;
  overflow: hidden;
}

/* line 3005, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3008, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-3::after, .u-btn-purple.u-btn-hover-v1-3:hover::after {
  background-color: #a77cd2;
}

/* line 3011, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-3:hover {
  background-color: #9a69cb;
  overflow: hidden;
}

/* line 3015, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3018, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-4::after, .u-btn-purple.u-btn-hover-v1-4:hover::after {
  background-color: #a77cd2;
}

/* line 3021, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v1-4:hover {
  background-color: #9a69cb;
  overflow: hidden;
}

/* line 3025, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3028, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v2-1::after, .u-btn-purple.u-btn-hover-v2-1:hover::after {
  background-color: #a77cd2;
}

/* line 3031, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v2-1:hover {
  background-color: #9a69cb;
  overflow: hidden;
}

/* line 3035, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3038, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v2-2::after, .u-btn-purple.u-btn-hover-v2-2:hover::after {
  background-color: #a77cd2;
}

/* line 3041, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-purple.u-btn-hover-v2-2:hover {
  background-color: #9a69cb;
  overflow: hidden;
}

/* Button Dark Purple */
/* line 3046, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple {
  color: #fff;
  background-color: #6639b6;
}

/* line 3050, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple:hover, .u-btn-darkpurple.active {
  border-color: #8157cb;
  background-color: #8157cb;
}

/* line 3054, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple:hover, .u-btn-darkpurple:focus, .u-btn-darkpurple.active {
  color: #fff;
}

/* line 3057, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.g-btn-hover-reset:hover, .u-btn-darkpurple.g-btn-hover-reset.active {
  background-color: #6639b6;
  border-color: #6639b6;
}

/* line 3061, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3064, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-1::after, .u-btn-darkpurple.u-btn-hover-v1-1:hover::after {
  background-color: #7244c4;
}

/* line 3067, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-1:hover {
  background-color: #6639b6;
  overflow: hidden;
}

/* line 3071, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3074, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-2::after, .u-btn-darkpurple.u-btn-hover-v1-2:hover::after {
  background-color: #7244c4;
}

/* line 3077, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-2:hover {
  background-color: #6639b6;
  overflow: hidden;
}

/* line 3081, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3084, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-3::after, .u-btn-darkpurple.u-btn-hover-v1-3:hover::after {
  background-color: #7244c4;
}

/* line 3087, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-3:hover {
  background-color: #6639b6;
  overflow: hidden;
}

/* line 3091, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3094, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-4::after, .u-btn-darkpurple.u-btn-hover-v1-4:hover::after {
  background-color: #7244c4;
}

/* line 3097, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v1-4:hover {
  background-color: #6639b6;
  overflow: hidden;
}

/* line 3101, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3104, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v2-1::after, .u-btn-darkpurple.u-btn-hover-v2-1:hover::after {
  background-color: #7244c4;
}

/* line 3107, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v2-1:hover {
  background-color: #6639b6;
  overflow: hidden;
}

/* line 3111, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3114, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v2-2::after, .u-btn-darkpurple.u-btn-hover-v2-2:hover::after {
  background-color: #7244c4;
}

/* line 3117, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-darkpurple.u-btn-hover-v2-2:hover {
  background-color: #6639b6;
  overflow: hidden;
}

/* Button Pink */
/* line 3122, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink {
  color: #fff;
  background-color: #e81c62;
}

/* line 3126, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink:hover, .u-btn-pink.active {
  border-color: #ed4a82;
  background-color: #ed4a82;
}

/* line 3130, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink:hover, .u-btn-pink:focus, .u-btn-pink.active {
  color: #fff;
}

/* line 3133, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.g-btn-hover-reset:hover, .u-btn-pink.g-btn-hover-reset.active {
  background-color: #e81c62;
  border-color: #e81c62;
}

/* line 3137, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3140, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-1::after, .u-btn-pink.u-btn-hover-v1-1:hover::after {
  background-color: #ea3372;
}

/* line 3143, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-1:hover {
  background-color: #e81c62;
  overflow: hidden;
}

/* line 3147, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3150, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-2::after, .u-btn-pink.u-btn-hover-v1-2:hover::after {
  background-color: #ea3372;
}

/* line 3153, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-2:hover {
  background-color: #e81c62;
  overflow: hidden;
}

/* line 3157, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3160, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-3::after, .u-btn-pink.u-btn-hover-v1-3:hover::after {
  background-color: #ea3372;
}

/* line 3163, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-3:hover {
  background-color: #e81c62;
  overflow: hidden;
}

/* line 3167, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3170, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-4::after, .u-btn-pink.u-btn-hover-v1-4:hover::after {
  background-color: #ea3372;
}

/* line 3173, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v1-4:hover {
  background-color: #e81c62;
  overflow: hidden;
}

/* line 3177, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3180, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v2-1::after, .u-btn-pink.u-btn-hover-v2-1:hover::after {
  background-color: #ea3372;
}

/* line 3183, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v2-1:hover {
  background-color: #e81c62;
  overflow: hidden;
}

/* line 3187, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3190, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v2-2::after, .u-btn-pink.u-btn-hover-v2-2:hover::after {
  background-color: #ea3372;
}

/* line 3193, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-pink.u-btn-hover-v2-2:hover {
  background-color: #e81c62;
  overflow: hidden;
}

/* Button Orange */
/* line 3198, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange {
  color: #fff;
  background-color: #e57d20;
}

/* line 3202, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange:hover, .u-btn-orange.active {
  border-color: #ea984e;
  background-color: #ea984e;
}

/* line 3206, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange:hover, .u-btn-orange:focus, .u-btn-orange.active {
  color: #fff;
}

/* line 3209, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.g-btn-hover-reset:hover, .u-btn-orange.g-btn-hover-reset.active {
  background-color: #e57d20;
  border-color: #e57d20;
}

/* line 3213, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3216, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-1::after, .u-btn-orange.u-btn-hover-v1-1:hover::after {
  background-color: #e88a37;
}

/* line 3219, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-1:hover {
  background-color: #e57d20;
  overflow: hidden;
}

/* line 3223, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3226, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-2::after, .u-btn-orange.u-btn-hover-v1-2:hover::after {
  background-color: #e88a37;
}

/* line 3229, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-2:hover {
  background-color: #e57d20;
  overflow: hidden;
}

/* line 3233, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3236, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-3::after, .u-btn-orange.u-btn-hover-v1-3:hover::after {
  background-color: #e88a37;
}

/* line 3239, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-3:hover {
  background-color: #e57d20;
  overflow: hidden;
}

/* line 3243, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3246, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-4::after, .u-btn-orange.u-btn-hover-v1-4:hover::after {
  background-color: #e88a37;
}

/* line 3249, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v1-4:hover {
  background-color: #e57d20;
  overflow: hidden;
}

/* line 3253, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3256, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v2-1::after, .u-btn-orange.u-btn-hover-v2-1:hover::after {
  background-color: #e88a37;
}

/* line 3259, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v2-1:hover {
  background-color: #e57d20;
  overflow: hidden;
}

/* line 3263, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3266, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v2-2::after, .u-btn-orange.u-btn-hover-v2-2:hover::after {
  background-color: #e88a37;
}

/* line 3269, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-orange.u-btn-hover-v2-2:hover {
  background-color: #e57d20;
  overflow: hidden;
}

/* Button Deep Orange */
/* line 3274, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange {
  color: #fff;
  background-color: #fe541e;
}

/* line 3278, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange:hover, .u-btn-deeporange.active {
  border-color: #fe7b51;
  background-color: #fe7b51;
}

/* line 3282, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange:hover, .u-btn-deeporange:focus, .u-btn-deeporange.active {
  color: #fff;
}

/* line 3285, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.g-btn-hover-reset:hover, .u-btn-deeporange.g-btn-hover-reset.active {
  background-color: #fe541e;
  border-color: #fe541e;
}

/* line 3289, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3292, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-1::after, .u-btn-deeporange.u-btn-hover-v1-1:hover::after {
  background-color: #fe6737;
}

/* line 3295, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-1:hover {
  background-color: #fe541e;
  overflow: hidden;
}

/* line 3299, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3302, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-2::after, .u-btn-deeporange.u-btn-hover-v1-2:hover::after {
  background-color: #fe6737;
}

/* line 3305, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-2:hover {
  background-color: #fe541e;
  overflow: hidden;
}

/* line 3309, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3312, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-3::after, .u-btn-deeporange.u-btn-hover-v1-3:hover::after {
  background-color: #fe6737;
}

/* line 3315, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-3:hover {
  background-color: #fe541e;
  overflow: hidden;
}

/* line 3319, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3322, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-4::after, .u-btn-deeporange.u-btn-hover-v1-4:hover::after {
  background-color: #fe6737;
}

/* line 3325, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v1-4:hover {
  background-color: #fe541e;
  overflow: hidden;
}

/* line 3329, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3332, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v2-1::after, .u-btn-deeporange.u-btn-hover-v2-1:hover::after {
  background-color: #fe6737;
}

/* line 3335, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v2-1:hover {
  background-color: #fe541e;
  overflow: hidden;
}

/* line 3339, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3342, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v2-2::after, .u-btn-deeporange.u-btn-hover-v2-2:hover::after {
  background-color: #fe6737;
}

/* line 3345, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-deeporange.u-btn-hover-v2-2:hover {
  background-color: #fe541e;
  overflow: hidden;
}

/* Button Yellow */
/* line 3350, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow {
  color: #555;
  background-color: #ebc71d;
}

/* line 3354, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow:hover, .u-btn-yellow.active {
  border-color: #efd34c;
  background-color: #efd34c;
}

/* line 3358, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow:hover, .u-btn-yellow:focus, .u-btn-yellow.active {
  color: #555;
}

/* line 3361, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.g-btn-hover-reset:hover, .u-btn-yellow.g-btn-hover-reset.active {
  background-color: #ebc71d;
  border-color: #ebc71d;
}

/* line 3365, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3368, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-1::after, .u-btn-yellow.u-btn-hover-v1-1:hover::after {
  background-color: #edcd34;
}

/* line 3371, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-1:hover {
  background-color: #ebc71d;
  overflow: hidden;
}

/* line 3375, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3378, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-2::after, .u-btn-yellow.u-btn-hover-v1-2:hover::after {
  background-color: #edcd34;
}

/* line 3381, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-2:hover {
  background-color: #ebc71d;
  overflow: hidden;
}

/* line 3385, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3388, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-3::after, .u-btn-yellow.u-btn-hover-v1-3:hover::after {
  background-color: #edcd34;
}

/* line 3391, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-3:hover {
  background-color: #ebc71d;
  overflow: hidden;
}

/* line 3395, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3398, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-4::after, .u-btn-yellow.u-btn-hover-v1-4:hover::after {
  background-color: #edcd34;
}

/* line 3401, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v1-4:hover {
  background-color: #ebc71d;
  overflow: hidden;
}

/* line 3405, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3408, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v2-1::after, .u-btn-yellow.u-btn-hover-v2-1:hover::after {
  background-color: #edcd34;
}

/* line 3411, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v2-1:hover {
  background-color: #ebc71d;
  overflow: hidden;
}

/* line 3415, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3418, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v2-2::after, .u-btn-yellow.u-btn-hover-v2-2:hover::after {
  background-color: #edcd34;
}

/* line 3421, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-yellow.u-btn-hover-v2-2:hover {
  background-color: #ebc71d;
  overflow: hidden;
}

/* Button Aqua */
/* line 3426, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua {
  color: #fff;
  background-color: #29d6e6;
}

/* line 3430, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua:hover, .u-btn-aqua.active {
  border-color: #57dfeb;
  background-color: #57dfeb;
}

/* line 3434, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua:hover, .u-btn-aqua:focus, .u-btn-aqua.active {
  color: #fff;
}

/* line 3437, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.g-btn-hover-reset:hover, .u-btn-aqua.g-btn-hover-reset.active {
  background-color: #29d6e6;
  border-color: #29d6e6;
}

/* line 3441, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3444, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-1::after, .u-btn-aqua.u-btn-hover-v1-1:hover::after {
  background-color: #40dae9;
}

/* line 3447, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-1:hover {
  background-color: #29d6e6;
  overflow: hidden;
}

/* line 3451, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3454, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-2::after, .u-btn-aqua.u-btn-hover-v1-2:hover::after {
  background-color: #40dae9;
}

/* line 3457, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-2:hover {
  background-color: #29d6e6;
  overflow: hidden;
}

/* line 3461, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3464, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-3::after, .u-btn-aqua.u-btn-hover-v1-3:hover::after {
  background-color: #40dae9;
}

/* line 3467, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-3:hover {
  background-color: #29d6e6;
  overflow: hidden;
}

/* line 3471, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3474, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-4::after, .u-btn-aqua.u-btn-hover-v1-4:hover::after {
  background-color: #40dae9;
}

/* line 3477, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v1-4:hover {
  background-color: #29d6e6;
  overflow: hidden;
}

/* line 3481, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3484, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v2-1::after, .u-btn-aqua.u-btn-hover-v2-1:hover::after {
  background-color: #40dae9;
}

/* line 3487, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v2-1:hover {
  background-color: #29d6e6;
  overflow: hidden;
}

/* line 3491, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3494, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v2-2::after, .u-btn-aqua.u-btn-hover-v2-2:hover::after {
  background-color: #40dae9;
}

/* line 3497, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-aqua.u-btn-hover-v2-2:hover {
  background-color: #29d6e6;
  overflow: hidden;
}

/* Button Cyan */
/* line 3502, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan {
  color: #fff;
  background-color: #00bed6;
}

/* line 3506, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan:hover, .u-btn-cyan.active {
  border-color: #0ae4ff;
  background-color: #0ae4ff;
}

/* line 3510, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan:hover, .u-btn-cyan:focus, .u-btn-cyan.active {
  color: #fff;
}

/* line 3513, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.g-btn-hover-reset:hover, .u-btn-cyan.g-btn-hover-reset.active {
  background-color: #00bed6;
  border-color: #00bed6;
}

/* line 3517, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3520, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-1::after, .u-btn-cyan.u-btn-hover-v1-1:hover::after {
  background-color: #00d5f0;
}

/* line 3523, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-1:hover {
  background-color: #00bed6;
  overflow: hidden;
}

/* line 3527, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3530, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-2::after, .u-btn-cyan.u-btn-hover-v1-2:hover::after {
  background-color: #00d5f0;
}

/* line 3533, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-2:hover {
  background-color: #00bed6;
  overflow: hidden;
}

/* line 3537, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3540, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-3::after, .u-btn-cyan.u-btn-hover-v1-3:hover::after {
  background-color: #00d5f0;
}

/* line 3543, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-3:hover {
  background-color: #00bed6;
  overflow: hidden;
}

/* line 3547, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3550, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-4::after, .u-btn-cyan.u-btn-hover-v1-4:hover::after {
  background-color: #00d5f0;
}

/* line 3553, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v1-4:hover {
  background-color: #00bed6;
  overflow: hidden;
}

/* line 3557, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3560, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v2-1::after, .u-btn-cyan.u-btn-hover-v2-1:hover::after {
  background-color: #00d5f0;
}

/* line 3563, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v2-1:hover {
  background-color: #00bed6;
  overflow: hidden;
}

/* line 3567, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3570, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v2-2::after, .u-btn-cyan.u-btn-hover-v2-2:hover::after {
  background-color: #00d5f0;
}

/* line 3573, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-cyan.u-btn-hover-v2-2:hover {
  background-color: #00bed6;
  overflow: hidden;
}

/* Button Teal */
/* line 3578, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal {
  color: #fff;
  background-color: #18ba9b;
}

/* line 3582, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal:hover, .u-btn-teal.active {
  border-color: #22e3be;
  background-color: #22e3be;
}

/* line 3586, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal:hover, .u-btn-teal:focus, .u-btn-teal.active {
  color: #fff;
}

/* line 3589, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.g-btn-hover-reset:hover, .u-btn-teal.g-btn-hover-reset.active {
  background-color: #18ba9b;
  border-color: #18ba9b;
}

/* line 3593, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3596, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-1::after, .u-btn-teal.u-btn-hover-v1-1:hover::after {
  background-color: #1bd1ae;
}

/* line 3599, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-1:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* line 3603, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3606, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-2::after, .u-btn-teal.u-btn-hover-v1-2:hover::after {
  background-color: #1bd1ae;
}

/* line 3609, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-2:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* line 3613, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3616, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-3::after, .u-btn-teal.u-btn-hover-v1-3:hover::after {
  background-color: #1bd1ae;
}

/* line 3619, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-3:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* line 3623, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3626, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-4::after, .u-btn-teal.u-btn-hover-v1-4:hover::after {
  background-color: #1bd1ae;
}

/* line 3629, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v1-4:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* line 3633, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3636, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v2-1::after, .u-btn-teal.u-btn-hover-v2-1:hover::after {
  background-color: #1bd1ae;
}

/* line 3639, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v2-1:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* line 3643, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3646, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v2-2::after, .u-btn-teal.u-btn-hover-v2-2:hover::after {
  background-color: #1bd1ae;
}

/* line 3649, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-teal.u-btn-hover-v2-2:hover {
  background-color: #18ba9b;
  overflow: hidden;
}

/* Button Brown */
/* line 3654, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown {
  color: #fff;
  background-color: #9c8061;
}

/* line 3658, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown:hover, .u-btn-brown.active {
  border-color: #b09980;
  background-color: #b09980;
}

/* line 3662, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown:hover, .u-btn-brown:focus, .u-btn-brown.active {
  color: #fff;
}

/* line 3665, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.g-btn-hover-reset:hover, .u-btn-brown.g-btn-hover-reset.active {
  background-color: #9c8061;
  border-color: #9c8061;
}

/* line 3669, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3672, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-1::after, .u-btn-brown.u-btn-hover-v1-1:hover::after {
  background-color: #a68d70;
}

/* line 3675, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-1:hover {
  background-color: #9c8061;
  overflow: hidden;
}

/* line 3679, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3682, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-2::after, .u-btn-brown.u-btn-hover-v1-2:hover::after {
  background-color: #a68d70;
}

/* line 3685, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-2:hover {
  background-color: #9c8061;
  overflow: hidden;
}

/* line 3689, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3692, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-3::after, .u-btn-brown.u-btn-hover-v1-3:hover::after {
  background-color: #a68d70;
}

/* line 3695, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-3:hover {
  background-color: #9c8061;
  overflow: hidden;
}

/* line 3699, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3702, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-4::after, .u-btn-brown.u-btn-hover-v1-4:hover::after {
  background-color: #a68d70;
}

/* line 3705, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v1-4:hover {
  background-color: #9c8061;
  overflow: hidden;
}

/* line 3709, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3712, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v2-1::after, .u-btn-brown.u-btn-hover-v2-1:hover::after {
  background-color: #a68d70;
}

/* line 3715, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v2-1:hover {
  background-color: #9c8061;
  overflow: hidden;
}

/* line 3719, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3722, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v2-2::after, .u-btn-brown.u-btn-hover-v2-2:hover::after {
  background-color: #a68d70;
}

/* line 3725, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-brown.u-btn-hover-v2-2:hover {
  background-color: #9c8061;
  overflow: hidden;
}

/* Button Bluegrey */
/* line 3730, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray {
  color: #fff;
  background-color: #585f69;
}

/* line 3734, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray:hover, .u-btn-bluegray.active {
  border-color: #6f7885;
  background-color: #6f7885;
}

/* line 3738, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray:hover, .u-btn-bluegray:focus, .u-btn-bluegray.active {
  color: #fff;
}

/* line 3741, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.g-btn-hover-reset:hover, .u-btn-bluegray.g-btn-hover-reset.active {
  background-color: #585f69;
  border-color: #585f69;
}

/* line 3745, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3748, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-1::after, .u-btn-bluegray.u-btn-hover-v1-1:hover::after {
  background-color: #646c77;
}

/* line 3751, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-1:hover {
  background-color: #585f69;
  overflow: hidden;
}

/* line 3755, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3758, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-2::after, .u-btn-bluegray.u-btn-hover-v1-2:hover::after {
  background-color: #646c77;
}

/* line 3761, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-2:hover {
  background-color: #585f69;
  overflow: hidden;
}

/* line 3765, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3768, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-3::after, .u-btn-bluegray.u-btn-hover-v1-3:hover::after {
  background-color: #646c77;
}

/* line 3771, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-3:hover {
  background-color: #585f69;
  overflow: hidden;
}

/* line 3775, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3778, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-4::after, .u-btn-bluegray.u-btn-hover-v1-4:hover::after {
  background-color: #646c77;
}

/* line 3781, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v1-4:hover {
  background-color: #585f69;
  overflow: hidden;
}

/* line 3785, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3788, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v2-1::after, .u-btn-bluegray.u-btn-hover-v2-1:hover::after {
  background-color: #646c77;
}

/* line 3791, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v2-1:hover {
  background-color: #585f69;
  overflow: hidden;
}

/* line 3795, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3798, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v2-2::after, .u-btn-bluegray.u-btn-hover-v2-2:hover::after {
  background-color: #646c77;
}

/* line 3801, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-bluegray.u-btn-hover-v2-2:hover {
  background-color: #585f69;
  overflow: hidden;
}

/* Button Facebook */
/* line 3806, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-facebook {
  color: #fff;
  background-color: #3b5998;
}

/* line 3810, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-facebook:hover, .u-btn-facebook.active {
  border-color: #4c70ba;
  background-color: #4c70ba;
}

/* line 3814, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-facebook:hover, .u-btn-facebook:focus, .u-btn-facebook.active {
  color: #fff;
}

/* line 3817, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-facebook.g-btn-hover-reset:hover, .u-btn-facebook.g-btn-hover-reset.active {
  background-color: #3b5998;
  border-color: #3b5998;
}

/* Button Twitter */
/* line 3822, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-twitter {
  color: #fff;
  background-color: #00acee;
}

/* line 3826, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-twitter:hover, .u-btn-twitter.active {
  border-color: #22c2ff;
  background-color: #22c2ff;
}

/* line 3830, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-twitter:hover, .u-btn-twitter:focus, .u-btn-twitter.active {
  color: #fff;
}

/* line 3833, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-twitter.g-btn-hover-reset:hover, .u-btn-twitter.g-btn-hover-reset.active {
  background-color: #00acee;
  border-color: #00acee;
}

/* Outline Buttons
------------------------------------*/
/* Outline Button Primary */
/* line 3840, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary {
  color: #72c02c;
  border-color: #72c02c;
  background-color: transparent;
}

/* line 3845, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary:focus, .u-btn-outline-primary.active {
  color: #fff;
  background-color: #72c02c;
}

/* line 3849, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary:hover {
  color: #fff;
  background-color: #72c02c;
}

/* line 3853, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3856, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-1::after, .u-btn-outline-primary.u-btn-hover-v1-1:hover::after {
  background-color: #7fd135;
}

/* line 3859, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3863, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3866, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-2::after, .u-btn-outline-primary.u-btn-hover-v1-2:hover::after {
  background-color: #7fd135;
}

/* line 3869, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3873, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3876, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-3::after, .u-btn-outline-primary.u-btn-hover-v1-3:hover::after {
  background-color: #7fd135;
}

/* line 3879, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3883, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3886, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-4::after, .u-btn-outline-primary.u-btn-hover-v1-4:hover::after {
  background-color: #7fd135;
}

/* line 3889, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3893, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3896, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v2-1::after, .u-btn-outline-primary.u-btn-hover-v2-1:hover::after {
  background-color: #7fd135;
}

/* line 3899, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3903, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3906, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v2-2::after, .u-btn-outline-primary.u-btn-hover-v2-2:hover::after {
  background-color: #7fd135;
}

/* line 3909, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3913, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v3-1 {
  overflow: hidden;
}

/* line 3916, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v3-1::after, .u-btn-outline-primary.u-btn-hover-v3-1:hover::after {
  background-color: #7fd135;
}

/* line 3919, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-primary.u-btn-hover-v3-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button White */
/* line 3924, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

/* line 3929, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white:focus, .u-btn-outline-white.active {
  color: #555;
  background-color: #fff;
}

/* line 3933, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white:hover {
  color: #555;
  background-color: #fff;
}

/* line 3937, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 3940, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-1::after, .u-btn-outline-white.u-btn-hover-v1-1:hover::after {
  background-color: white;
}

/* line 3943, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3947, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 3950, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-2::after, .u-btn-outline-white.u-btn-hover-v1-2:hover::after {
  background-color: white;
}

/* line 3953, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3957, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 3960, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-3::after, .u-btn-outline-white.u-btn-hover-v1-3:hover::after {
  background-color: white;
}

/* line 3963, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3967, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 3970, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-4::after, .u-btn-outline-white.u-btn-hover-v1-4:hover::after {
  background-color: white;
}

/* line 3973, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3977, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 3980, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v2-1::after, .u-btn-outline-white.u-btn-hover-v2-1:hover::after {
  background-color: white;
}

/* line 3983, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 3987, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 3990, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v2-2::after, .u-btn-outline-white.u-btn-hover-v2-2:hover::after {
  background-color: white;
}

/* line 3993, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-white.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Black */
/* line 3998, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black {
  color: #000;
  border-color: #000;
  background-color: transparent;
}

/* line 4003, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black:focus, .u-btn-outline-black.active {
  color: #fff;
  background-color: #000;
}

/* line 4007, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black:hover {
  color: #fff;
  background-color: #000;
}

/* line 4011, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4014, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-1::after, .u-btn-outline-black.u-btn-hover-v1-1:hover::after {
  background-color: #0d0d0d;
}

/* line 4017, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4021, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4024, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-2::after, .u-btn-outline-black.u-btn-hover-v1-2:hover::after {
  background-color: #0d0d0d;
}

/* line 4027, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4031, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4034, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-3::after, .u-btn-outline-black.u-btn-hover-v1-3:hover::after {
  background-color: #0d0d0d;
}

/* line 4037, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4041, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4044, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-4::after, .u-btn-outline-black.u-btn-hover-v1-4:hover::after {
  background-color: #0d0d0d;
}

/* line 4047, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4051, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4054, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v2-1::after, .u-btn-outline-black.u-btn-hover-v2-1:hover::after {
  background-color: #0d0d0d;
}

/* line 4057, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4061, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4064, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v2-2::after, .u-btn-outline-black.u-btn-hover-v2-2:hover::after {
  background-color: #0d0d0d;
}

/* line 4067, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-black.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Dark Gray */
/* line 4072, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray {
  color: #333;
  border-color: #333;
  background-color: transparent;
}

/* line 4077, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray:focus, .u-btn-outline-darkgray.active {
  color: #fff;
  background-color: #333;
}

/* line 4081, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray:hover {
  color: #fff;
  background-color: #333;
}

/* line 4085, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4088, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-1::after, .u-btn-outline-darkgray.u-btn-hover-v1-1:hover::after {
  background-color: #404040;
}

/* line 4091, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4095, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4098, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-2::after, .u-btn-outline-darkgray.u-btn-hover-v1-2:hover::after {
  background-color: #404040;
}

/* line 4101, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4105, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4108, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-3::after, .u-btn-outline-darkgray.u-btn-hover-v1-3:hover::after {
  background-color: #404040;
}

/* line 4111, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4115, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4118, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-4::after, .u-btn-outline-darkgray.u-btn-hover-v1-4:hover::after {
  background-color: #404040;
}

/* line 4121, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4125, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4128, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v2-1::after, .u-btn-outline-darkgray.u-btn-hover-v2-1:hover::after {
  background-color: #404040;
}

/* line 4131, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4135, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4138, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v2-2::after, .u-btn-outline-darkgray.u-btn-hover-v2-2:hover::after {
  background-color: #404040;
}

/* line 4141, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkgray.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Light Gray */
/* line 4146, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray {
  color: #555;
  border-color: #eee;
  background-color: transparent;
}

/* line 4151, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray:focus, .u-btn-outline-lightgray.active {
  color: #555;
  background-color: #eee;
}

/* line 4155, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray:hover {
  color: #555;
  background-color: #eee;
}

/* line 4159, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4162, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-1::after, .u-btn-outline-lightgray.u-btn-hover-v1-1:hover::after {
  background-color: #fbfbfb;
}

/* line 4165, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4169, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4172, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-2::after, .u-btn-outline-lightgray.u-btn-hover-v1-2:hover::after {
  background-color: #fbfbfb;
}

/* line 4175, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4179, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4182, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-3::after, .u-btn-outline-lightgray.u-btn-hover-v1-3:hover::after {
  background-color: #fbfbfb;
}

/* line 4185, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4189, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4192, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-4::after, .u-btn-outline-lightgray.u-btn-hover-v1-4:hover::after {
  background-color: #fbfbfb;
}

/* line 4195, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4199, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4202, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v2-1::after, .u-btn-outline-lightgray.u-btn-hover-v2-1:hover::after {
  background-color: #fbfbfb;
}

/* line 4205, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4209, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4212, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v2-2::after, .u-btn-outline-lightgray.u-btn-hover-v2-2:hover::after {
  background-color: #fbfbfb;
}

/* line 4215, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightgray.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Button Outline Red */
/* line 4220, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red {
  color: #f00;
  border-color: #f00;
  background-color: transparent;
}

/* line 4225, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red:focus, .u-btn-outline-red.active {
  color: #fff;
  background-color: #f00;
}

/* line 4229, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red:hover {
  color: #fff;
  background-color: #f00;
}

/* line 4233, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4236, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-1::after, .u-btn-outline-red.u-btn-hover-v1-1:hover::after {
  background-color: #ff1a1a;
}

/* line 4239, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4243, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4246, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-2::after, .u-btn-outline-red.u-btn-hover-v1-2:hover::after {
  background-color: #ff1a1a;
}

/* line 4249, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4253, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4256, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-3::after, .u-btn-outline-red.u-btn-hover-v1-3:hover::after {
  background-color: #ff1a1a;
}

/* line 4259, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4263, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4266, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-4::after, .u-btn-outline-red.u-btn-hover-v1-4:hover::after {
  background-color: #ff1a1a;
}

/* line 4269, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4273, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4276, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v2-1::after, .u-btn-outline-red.u-btn-hover-v2-1:hover::after {
  background-color: #ff1a1a;
}

/* line 4279, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4283, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4286, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v2-2::after, .u-btn-outline-red.u-btn-hover-v2-2:hover::after {
  background-color: #ff1a1a;
}

/* line 4289, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-red.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Button Outline Red Tomato */
/* line 4294, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred {
  color: #e64b3b;
  border-color: #e64b3b;
  background-color: transparent;
}

/* line 4299, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred:focus, .u-btn-outline-lightred.active {
  color: #fff;
  background-color: #e64b3b;
}

/* line 4303, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred:hover {
  color: #fff;
  background-color: #e64b3b;
}

/* line 4307, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4310, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-1::after, .u-btn-outline-lightred.u-btn-hover-v1-1:hover::after {
  background-color: #e96052;
}

/* line 4313, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4317, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4320, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-2::after, .u-btn-outline-lightred.u-btn-hover-v1-2:hover::after {
  background-color: #e96052;
}

/* line 4323, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4327, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4330, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-3::after, .u-btn-outline-lightred.u-btn-hover-v1-3:hover::after {
  background-color: #e96052;
}

/* line 4333, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4337, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4340, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-4::after, .u-btn-outline-lightred.u-btn-hover-v1-4:hover::after {
  background-color: #e96052;
}

/* line 4343, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4347, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4350, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v2-1::after, .u-btn-outline-lightred.u-btn-hover-v2-1:hover::after {
  background-color: #e96052;
}

/* line 4353, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4357, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4360, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v2-2::after, .u-btn-outline-lightred.u-btn-hover-v2-2:hover::after {
  background-color: #e96052;
}

/* line 4363, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-lightred.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Dark Red */
/* line 4368, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred {
  color: #a10f2b;
  border-color: #a10f2b;
  background-color: transparent;
}

/* line 4373, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred:focus, .u-btn-outline-darkred.active {
  color: #fff;
  background-color: #a10f2b;
}

/* line 4377, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred:hover {
  color: #fff;
  background-color: #a10f2b;
}

/* line 4381, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4384, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-1::after, .u-btn-outline-darkred.u-btn-hover-v1-1:hover::after {
  background-color: #b81131;
}

/* line 4387, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4391, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4394, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-2::after, .u-btn-outline-darkred.u-btn-hover-v1-2:hover::after {
  background-color: #b81131;
}

/* line 4397, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4401, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4404, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-3::after, .u-btn-outline-darkred.u-btn-hover-v1-3:hover::after {
  background-color: #b81131;
}

/* line 4407, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4411, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4414, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-4::after, .u-btn-outline-darkred.u-btn-hover-v1-4:hover::after {
  background-color: #b81131;
}

/* line 4417, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4421, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4424, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v2-1::after, .u-btn-outline-darkred.u-btn-hover-v2-1:hover::after {
  background-color: #b81131;
}

/* line 4427, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4431, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4434, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v2-2::after, .u-btn-outline-darkred.u-btn-hover-v2-2:hover::after {
  background-color: #b81131;
}

/* line 4437, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkred.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Blue */
/* line 4442, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue {
  color: #3398dc;
  border-color: #3398dc;
  background-color: transparent;
}

/* line 4447, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue:focus, .u-btn-outline-blue.active {
  color: #fff;
  background-color: #3398dc;
}

/* line 4451, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue:hover {
  color: #fff;
  background-color: #3398dc;
}

/* line 4455, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4458, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-1::after, .u-btn-outline-blue.u-btn-hover-v1-1:hover::after {
  background-color: #49a3e0;
}

/* line 4461, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4465, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4468, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-2::after, .u-btn-outline-blue.u-btn-hover-v1-2:hover::after {
  background-color: #49a3e0;
}

/* line 4471, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4475, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4478, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-3::after, .u-btn-outline-blue.u-btn-hover-v1-3:hover::after {
  background-color: #49a3e0;
}

/* line 4481, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4485, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4488, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-4::after, .u-btn-outline-blue.u-btn-hover-v1-4:hover::after {
  background-color: #49a3e0;
}

/* line 4491, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4495, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4498, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v2-1::after, .u-btn-outline-blue.u-btn-hover-v2-1:hover::after {
  background-color: #49a3e0;
}

/* line 4501, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4505, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4508, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v2-2::after, .u-btn-outline-blue.u-btn-hover-v2-2:hover::after {
  background-color: #49a3e0;
}

/* line 4511, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-blue.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Indigo */
/* line 4516, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo {
  color: #4263a3;
  border-color: #4263a3;
  background-color: transparent;
}

/* line 4521, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo:focus, .u-btn-outline-indigo.active {
  color: #fff;
  background-color: #4263a3;
}

/* line 4525, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo:hover {
  color: #fff;
  background-color: #4263a3;
}

/* line 4529, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4532, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-1::after, .u-btn-outline-indigo.u-btn-hover-v1-1:hover::after {
  background-color: #496eb5;
}

/* line 4535, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4539, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4542, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-2::after, .u-btn-outline-indigo.u-btn-hover-v1-2:hover::after {
  background-color: #496eb5;
}

/* line 4545, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4549, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4552, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-3::after, .u-btn-outline-indigo.u-btn-hover-v1-3:hover::after {
  background-color: #496eb5;
}

/* line 4555, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4559, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4562, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-4::after, .u-btn-outline-indigo.u-btn-hover-v1-4:hover::after {
  background-color: #496eb5;
}

/* line 4565, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4569, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4572, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v2-1::after, .u-btn-outline-indigo.u-btn-hover-v2-1:hover::after {
  background-color: #496eb5;
}

/* line 4575, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4579, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4582, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v2-2::after, .u-btn-outline-indigo.u-btn-hover-v2-2:hover::after {
  background-color: #496eb5;
}

/* line 4585, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-indigo.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Purple */
/* line 4590, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple {
  color: #9a69cb;
  border-color: #9a69cb;
  background-color: transparent;
}

/* line 4595, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple:focus, .u-btn-outline-purple.active {
  color: #fff;
  background-color: #9a69cb;
}

/* line 4599, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple:hover {
  color: #fff;
  background-color: #9a69cb;
}

/* line 4603, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4606, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-1::after, .u-btn-outline-purple.u-btn-hover-v1-1:hover::after {
  background-color: #a77cd2;
}

/* line 4609, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4613, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4616, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-2::after, .u-btn-outline-purple.u-btn-hover-v1-2:hover::after {
  background-color: #a77cd2;
}

/* line 4619, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4623, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4626, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-3::after, .u-btn-outline-purple.u-btn-hover-v1-3:hover::after {
  background-color: #a77cd2;
}

/* line 4629, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4633, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4636, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-4::after, .u-btn-outline-purple.u-btn-hover-v1-4:hover::after {
  background-color: #a77cd2;
}

/* line 4639, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4643, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4646, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v2-1::after, .u-btn-outline-purple.u-btn-hover-v2-1:hover::after {
  background-color: #a77cd2;
}

/* line 4649, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4653, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4656, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v2-2::after, .u-btn-outline-purple.u-btn-hover-v2-2:hover::after {
  background-color: #a77cd2;
}

/* line 4659, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-purple.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Dark Purple */
/* line 4664, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple {
  color: #6639b6;
  border-color: #6639b6;
  background-color: transparent;
}

/* line 4669, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple:focus, .u-btn-outline-darkpurple.active {
  color: #fff;
  background-color: #6639b6;
}

/* line 4673, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple:hover {
  color: #fff;
  background-color: #6639b6;
}

/* line 4677, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4680, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-1::after, .u-btn-outline-darkpurple.u-btn-hover-v1-1:hover::after {
  background-color: #7244c4;
}

/* line 4683, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4687, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4690, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-2::after, .u-btn-outline-darkpurple.u-btn-hover-v1-2:hover::after {
  background-color: #7244c4;
}

/* line 4693, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4697, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4700, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-3::after, .u-btn-outline-darkpurple.u-btn-hover-v1-3:hover::after {
  background-color: #7244c4;
}

/* line 4703, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4707, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4710, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-4::after, .u-btn-outline-darkpurple.u-btn-hover-v1-4:hover::after {
  background-color: #7244c4;
}

/* line 4713, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4717, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4720, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v2-1::after, .u-btn-outline-darkpurple.u-btn-hover-v2-1:hover::after {
  background-color: #7244c4;
}

/* line 4723, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4727, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4730, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v2-2::after, .u-btn-outline-darkpurple.u-btn-hover-v2-2:hover::after {
  background-color: #7244c4;
}

/* line 4733, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-darkpurple.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Pink */
/* line 4738, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink {
  color: #e81c62;
  border-color: #e81c62;
  background-color: transparent;
}

/* line 4743, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink:focus, .u-btn-outline-pink.active {
  color: #fff;
  background-color: #e81c62;
}

/* line 4747, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink:hover {
  color: #fff;
  background-color: #e81c62;
}

/* line 4751, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4754, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-1::after, .u-btn-outline-pink.u-btn-hover-v1-1:hover::after {
  background-color: #ea3372;
}

/* line 4757, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4761, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4764, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-2::after, .u-btn-outline-pink.u-btn-hover-v1-2:hover::after {
  background-color: #ea3372;
}

/* line 4767, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4771, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4774, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-3::after, .u-btn-outline-pink.u-btn-hover-v1-3:hover::after {
  background-color: #ea3372;
}

/* line 4777, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4781, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4784, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-4::after, .u-btn-outline-pink.u-btn-hover-v1-4:hover::after {
  background-color: #ea3372;
}

/* line 4787, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4791, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4794, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v2-1::after, .u-btn-outline-pink.u-btn-hover-v2-1:hover::after {
  background-color: #ea3372;
}

/* line 4797, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4801, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4804, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v2-2::after, .u-btn-outline-pink.u-btn-hover-v2-2:hover::after {
  background-color: #ea3372;
}

/* line 4807, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-pink.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Orange */
/* line 4812, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange {
  color: #e57d20;
  border-color: #e57d20;
  background-color: transparent;
}

/* line 4817, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange:focus, .u-btn-outline-orange.active {
  color: #fff;
  background-color: #e57d20;
}

/* line 4821, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange:hover {
  color: #fff;
  background-color: #e57d20;
}

/* line 4825, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4828, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-1::after, .u-btn-outline-orange.u-btn-hover-v1-1:hover::after {
  background-color: #e88a37;
}

/* line 4831, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4835, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4838, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-2::after, .u-btn-outline-orange.u-btn-hover-v1-2:hover::after {
  background-color: #e88a37;
}

/* line 4841, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4845, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4848, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-3::after, .u-btn-outline-orange.u-btn-hover-v1-3:hover::after {
  background-color: #e88a37;
}

/* line 4851, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4855, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4858, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-4::after, .u-btn-outline-orange.u-btn-hover-v1-4:hover::after {
  background-color: #e88a37;
}

/* line 4861, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4865, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4868, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v2-1::after, .u-btn-outline-orange.u-btn-hover-v2-1:hover::after {
  background-color: #e88a37;
}

/* line 4871, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4875, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4878, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v2-2::after, .u-btn-outline-orange.u-btn-hover-v2-2:hover::after {
  background-color: #e88a37;
}

/* line 4881, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-orange.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Deep Orange */
/* line 4886, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange {
  color: #fe541e;
  border-color: #fe541e;
  background-color: transparent;
}

/* line 4891, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange:focus, .u-btn-outline-deeporange.active {
  color: #fff;
  background-color: #fe541e;
}

/* line 4895, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange:hover {
  color: #fff;
  background-color: #fe541e;
}

/* line 4899, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4902, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-1::after, .u-btn-outline-deeporange.u-btn-hover-v1-1:hover::after {
  background-color: #fe6737;
}

/* line 4905, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4909, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4912, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-2::after, .u-btn-outline-deeporange.u-btn-hover-v1-2:hover::after {
  background-color: #fe6737;
}

/* line 4915, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4919, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4922, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-3::after, .u-btn-outline-deeporange.u-btn-hover-v1-3:hover::after {
  background-color: #fe6737;
}

/* line 4925, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4929, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 4932, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-4::after, .u-btn-outline-deeporange.u-btn-hover-v1-4:hover::after {
  background-color: #fe6737;
}

/* line 4935, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4939, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 4942, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v2-1::after, .u-btn-outline-deeporange.u-btn-hover-v2-1:hover::after {
  background-color: #fe6737;
}

/* line 4945, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4949, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 4952, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v2-2::after, .u-btn-outline-deeporange.u-btn-hover-v2-2:hover::after {
  background-color: #fe6737;
}

/* line 4955, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-deeporange.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Yellow */
/* line 4960, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow {
  color: #555;
  border-color: #ebc71d;
  background-color: transparent;
}

/* line 4965, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow:focus, .u-btn-outline-yellow.active {
  color: #555;
  background-color: #ebc71d;
}

/* line 4969, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow:hover {
  color: #555;
  background-color: #ebc71d;
}

/* line 4973, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 4976, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-1::after, .u-btn-outline-yellow.u-btn-hover-v1-1:hover::after {
  background-color: #edcd34;
}

/* line 4979, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4983, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 4986, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-2::after, .u-btn-outline-yellow.u-btn-hover-v1-2:hover::after {
  background-color: #edcd34;
}

/* line 4989, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 4993, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 4996, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-3::after, .u-btn-outline-yellow.u-btn-hover-v1-3:hover::after {
  background-color: #edcd34;
}

/* line 4999, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5003, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5006, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-4::after, .u-btn-outline-yellow.u-btn-hover-v1-4:hover::after {
  background-color: #edcd34;
}

/* line 5009, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5013, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5016, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v2-1::after, .u-btn-outline-yellow.u-btn-hover-v2-1:hover::after {
  background-color: #edcd34;
}

/* line 5019, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5023, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5026, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v2-2::after, .u-btn-outline-yellow.u-btn-hover-v2-2:hover::after {
  background-color: #edcd34;
}

/* line 5029, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-yellow.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Aqua */
/* line 5034, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua {
  color: #29d6e6;
  border-color: #29d6e6;
  background-color: transparent;
}

/* line 5039, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua:focus, .u-btn-outline-aqua.active {
  color: #fff;
  background-color: #29d6e6;
}

/* line 5043, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua:hover {
  color: #fff;
  background-color: #29d6e6;
}

/* line 5047, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 5050, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-1::after, .u-btn-outline-aqua.u-btn-hover-v1-1:hover::after {
  background-color: #40dae9;
}

/* line 5053, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5057, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5060, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-2::after, .u-btn-outline-aqua.u-btn-hover-v1-2:hover::after {
  background-color: #40dae9;
}

/* line 5063, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5067, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5070, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-3::after, .u-btn-outline-aqua.u-btn-hover-v1-3:hover::after {
  background-color: #40dae9;
}

/* line 5073, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5077, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5080, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-4::after, .u-btn-outline-aqua.u-btn-hover-v1-4:hover::after {
  background-color: #40dae9;
}

/* line 5083, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5087, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5090, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v2-1::after, .u-btn-outline-aqua.u-btn-hover-v2-1:hover::after {
  background-color: #40dae9;
}

/* line 5093, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5097, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5100, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v2-2::after, .u-btn-outline-aqua.u-btn-hover-v2-2:hover::after {
  background-color: #40dae9;
}

/* line 5103, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-aqua.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Cyan */
/* line 5108, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan {
  color: #00bed6;
  border-color: #00bed6;
  background-color: transparent;
}

/* line 5113, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan:focus, .u-btn-outline-cyan.active {
  color: #fff;
  background-color: #00bed6;
}

/* line 5117, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan:hover {
  color: #fff;
  background-color: #00bed6;
}

/* line 5121, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 5124, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-1::after, .u-btn-outline-cyan.u-btn-hover-v1-1:hover::after {
  background-color: #00d5f0;
}

/* line 5127, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5131, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5134, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-2::after, .u-btn-outline-cyan.u-btn-hover-v1-2:hover::after {
  background-color: #00d5f0;
}

/* line 5137, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5141, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5144, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-3::after, .u-btn-outline-cyan.u-btn-hover-v1-3:hover::after {
  background-color: #00d5f0;
}

/* line 5147, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5151, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5154, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-4::after, .u-btn-outline-cyan.u-btn-hover-v1-4:hover::after {
  background-color: #00d5f0;
}

/* line 5157, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5161, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5164, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v2-1::after, .u-btn-outline-cyan.u-btn-hover-v2-1:hover::after {
  background-color: #00d5f0;
}

/* line 5167, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5171, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5174, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v2-2::after, .u-btn-outline-cyan.u-btn-hover-v2-2:hover::after {
  background-color: #00d5f0;
}

/* line 5177, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-cyan.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Teal */
/* line 5182, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal {
  color: #18ba9b;
  border-color: #18ba9b;
  background-color: transparent;
}

/* line 5187, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal:focus, .u-btn-outline-teal.active {
  color: #fff;
  background-color: #18ba9b;
}

/* line 5191, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal:hover {
  color: #fff;
  background-color: #18ba9b;
}

/* line 5195, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 5198, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-1::after, .u-btn-outline-teal.u-btn-hover-v1-1:hover::after {
  background-color: #1bd1ae;
}

/* line 5201, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5205, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5208, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-2::after, .u-btn-outline-teal.u-btn-hover-v1-2:hover::after {
  background-color: #1bd1ae;
}

/* line 5211, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5215, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5218, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-3::after, .u-btn-outline-teal.u-btn-hover-v1-3:hover::after {
  background-color: #1bd1ae;
}

/* line 5221, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5225, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5228, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-4::after, .u-btn-outline-teal.u-btn-hover-v1-4:hover::after {
  background-color: #1bd1ae;
}

/* line 5231, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5235, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5238, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v2-1::after, .u-btn-outline-teal.u-btn-hover-v2-1:hover::after {
  background-color: #1bd1ae;
}

/* line 5241, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5245, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5248, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v2-2::after, .u-btn-outline-teal.u-btn-hover-v2-2:hover::after {
  background-color: #1bd1ae;
}

/* line 5251, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-teal.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Brown */
/* line 5256, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown {
  color: #9c8061;
  border-color: #9c8061;
  background-color: transparent;
}

/* line 5261, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown:focus, .u-btn-outline-brown.active {
  color: #fff;
  background-color: #9c8061;
}

/* line 5265, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown:hover {
  color: #fff;
  background-color: #9c8061;
}

/* line 5269, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 5272, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-1::after, .u-btn-outline-brown.u-btn-hover-v1-1:hover::after {
  background-color: #a68d70;
}

/* line 5275, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5279, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5282, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-2::after, .u-btn-outline-brown.u-btn-hover-v1-2:hover::after {
  background-color: #a68d70;
}

/* line 5285, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5289, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5292, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-3::after, .u-btn-outline-brown.u-btn-hover-v1-3:hover::after {
  background-color: #a68d70;
}

/* line 5295, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5299, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5302, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-4::after, .u-btn-outline-brown.u-btn-hover-v1-4:hover::after {
  background-color: #a68d70;
}

/* line 5305, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5309, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5312, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v2-1::after, .u-btn-outline-brown.u-btn-hover-v2-1:hover::after {
  background-color: #a68d70;
}

/* line 5315, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5319, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5322, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v2-2::after, .u-btn-outline-brown.u-btn-hover-v2-2:hover::after {
  background-color: #a68d70;
}

/* line 5325, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-brown.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Outline Button Bluegrey */
/* line 5330, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray {
  color: #585f69;
  border-color: #585f69;
  background-color: transparent;
}

/* line 5335, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray:focus, .u-btn-outline-bluegray.active {
  color: #fff;
  background-color: #585f69;
}

/* line 5339, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray:hover {
  color: #fff;
  background-color: #585f69;
}

/* line 5343, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-1 {
  overflow: hidden;
}

/* line 5346, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-1::after, .u-btn-outline-bluegray.u-btn-hover-v1-1:hover::after {
  background-color: #646c77;
}

/* line 5349, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5353, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-2 {
  overflow: hidden;
}

/* line 5356, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-2::after, .u-btn-outline-bluegray.u-btn-hover-v1-2:hover::after {
  background-color: #646c77;
}

/* line 5359, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5363, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-3 {
  overflow: hidden;
}

/* line 5366, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-3::after, .u-btn-outline-bluegray.u-btn-hover-v1-3:hover::after {
  background-color: #646c77;
}

/* line 5369, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-3:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5373, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-4 {
  overflow: hidden;
}

/* line 5376, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-4::after, .u-btn-outline-bluegray.u-btn-hover-v1-4:hover::after {
  background-color: #646c77;
}

/* line 5379, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v1-4:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5383, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v2-1 {
  overflow: hidden;
}

/* line 5386, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v2-1::after, .u-btn-outline-bluegray.u-btn-hover-v2-1:hover::after {
  background-color: #646c77;
}

/* line 5389, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v2-1:hover {
  overflow: hidden;
  background-color: transparent;
}

/* line 5393, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v2-2 {
  overflow: hidden;
}

/* line 5396, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v2-2::after, .u-btn-outline-bluegray.u-btn-hover-v2-2:hover::after {
  background-color: #646c77;
}

/* line 5399, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-bluegray.u-btn-hover-v2-2:hover {
  overflow: hidden;
  background-color: transparent;
}

/* Button Facebook */
/* line 5404, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-facebook {
  color: #3b5998;
  border-color: #3b5998;
  background-color: transparent;
}

/* line 5409, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-facebook:focus, .u-btn-outline-facebook.active {
  color: #fff;
  background-color: #3b5998;
}

/* line 5413, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-facebook:hover {
  color: #fff;
  background-color: #3b5998;
}

/* Button Twitter */
/* line 5418, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-twitter {
  color: #00acee;
  border-color: #00acee;
  background-color: transparent;
}

/* line 5423, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-twitter:focus, .u-btn-outline-twitter.active {
  color: #fff;
  background-color: #00acee;
}

/* line 5427, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-twitter:hover {
  color: #fff;
  background-color: #00acee;
}

/* Button Dribbble */
/* line 5432, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-dribbble {
  color: #ea4c89;
  border-color: #ea4c89;
  background-color: transparent;
}

/* line 5437, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-dribbble:focus, .u-btn-outline-dribbble.active {
  color: #fff;
  background-color: #ea4c89;
}

/* line 5441, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-dribbble:hover {
  color: #fff;
  background-color: #ea4c89;
}

/* Gradient Buttons
------------------------------------*/
/* Gradient Style v1 */
/* line 5448, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-gradient-v1 {
  color: #fff;
  background: linear-gradient(to right, #4776E6 0%, #8E54E9 100%) !important;
  -o-border-image: linear-gradient(to right, #4776E6 0%, #8E54E9 100%);
  border-image: linear-gradient(to right, #4776E6 0%, #8E54E9 100%);
  border-image-slice: 1;
}

/* line 5455, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-gradient-v1:hover, .u-btn-gradient-v1:focus, .u-btn-gradient-v1.active {
  opacity: .9;
  color: #fff;
}

/* Gradient Style v2 */
/* line 5460, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-gradient-v2 {
  color: #fff;
  background: linear-gradient(to right, #E040FB 0%, #00BCD4 100%) !important;
  -o-border-image: linear-gradient(to right, #E040FB 0%, #00BCD4 100%);
  border-image: linear-gradient(to right, #E040FB 0%, #00BCD4 100%);
  border-image-slice: 1;
}

/* line 5467, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-gradient-v2:hover, .u-btn-gradient-v2:focus, .u-btn-gradient-v2.active {
  opacity: .9;
  color: #fff;
}

/* Gradient Outline Buttons
------------------------------------*/
/* Gradient Style v1 */
/* line 5474, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-gradient-v1 {
  color: #555;
  background: transparent;
  -o-border-image: linear-gradient(to right, #4776E6 0%, #8E54E9 100%);
  border-image: linear-gradient(to right, #4776E6 0%, #8E54E9 100%);
  border-image-slice: 1;
}

/* line 5481, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-gradient-v1:hover, .u-btn-outline-gradient-v1:focus, .u-btn-outline-gradient-v1.active {
  background: linear-gradient(to right, #4776E6 0%, #8E54E9 100%);
  color: #fff;
}

/* Gradient Style v2 */
/* line 5486, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-gradient-v2 {
  color: #555;
  background: transparent;
  -o-border-image: linear-gradient(to right, #E040FB 0%, #00BCD4 100%);
  border-image: linear-gradient(to right, #E040FB 0%, #00BCD4 100%);
  border-image-slice: 1;
}

/* line 5493, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-btn-outline-gradient-v2:hover, .u-btn-outline-gradient-v2:focus, .u-btn-outline-gradient-v2.active {
  background: linear-gradient(to right, #E040FB 0%, #00BCD4 100%);
  color: #fff;
}

/*------------------------------------
  Icons Styles
------------------------------------*/
/* line 5500, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v1,
.u-icon-v2,
.u-icon-v3,
.u-icon-v4 {
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all .2s ease-in-out;
}

/* line 5509, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v1:hover,
.u-icon-v2:hover,
.u-icon-v3:hover,
.u-icon-v4:hover {
  text-decoration: none;
}

/* line 5515, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v1::before,
.u-icon-v2::before,
.u-icon-v3::before {
  display: block;
}

/* line 5520, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v1 > i,
.u-icon-v2 > i,
.u-icon-v3 > i,
.u-icon-v4 > span > i {
  position: relative;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  z-index: 2;
}

/* line 5532, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-icon-v"] .u-line-icon-pro {
  transform: translateY(-45%);
}

/* line 5537, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-rotation {
  transform: rotate(45deg);
}

/* line 5542, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-rotation .u-icon__elem {
  transform: rotate(-45deg) translate(15%, -30%);
}

/* line 5547, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-rotation .u-line-icon-pro {
  transform: rotate(-45deg) translate(25%, -30%);
}

/*------------------------------------
  Icon-v1
------------------------------------*/
/* line 5555, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v1,
.u-icon-v1 .u-icon__elem-regular,
.u-icon-v1 .u-icon__elem-hover {
  width: 2.57143rem;
  height: 2.57143rem;
  font-size: 1.42857rem;
}

/* line 5562, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v1.u-icon-size--xs,
.u-icon-v1.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v1.u-icon-size--xs .u-icon__elem-hover {
  width: 1.64286rem;
  height: 1.64286rem;
  font-size: 0.92857rem;
}

/* line 5569, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v1.u-icon-size--sm,
.u-icon-v1.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v1.u-icon-size--sm .u-icon__elem-hover {
  width: 2.28571rem;
  height: 2.28571rem;
  font-size: 1.28571rem;
}

/* line 5576, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v1.u-icon-size--lg,
.u-icon-v1.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v1.u-icon-size--lg .u-icon__elem-hover {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 2.5rem;
}

/* line 5583, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v1.u-icon-size--xl,
.u-icon-v1.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v1.u-icon-size--xl .u-icon__elem-hover {
  width: 5.14286rem;
  height: 5.14286rem;
  font-size: 2.85714rem;
}

/* line 5590, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v1.u-icon-size--2xl,
.u-icon-v1.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v1.u-icon-size--2xl .u-icon__elem-hover {
  width: 5.85714rem;
  height: 5.85714rem;
  font-size: 3.57143rem;
}

/* line 5597, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v1.u-icon-size--3xl,
.u-icon-v1.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v1.u-icon-size--3xl .u-icon__elem-hover {
  width: 8rem;
  height: 8rem;
  font-size: 5.71429rem;
}

/*------------------------------------
  Icon-v2
------------------------------------*/
/* line 5607, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2, .u-icon-v2 .u-icon__elem-regular,
.u-icon-v2 .u-icon__elem-hover, .u-icon-v3, .u-icon-v3 .u-icon__elem-regular,
.u-icon-v3 .u-icon__elem-hover, .u-icon-v4 .u-icon-v4-inner, .u-icon-v4 .u-icon__elem-regular,
.u-icon-v4 .u-icon__elem-hover, .u-icon-v5 {
  width: 3.92857rem;
  height: 3.92857rem;
  font-size: 1.57143rem;
}

/* line 5615, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--xs,
.u-icon-v2.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xs .u-icon__elem-hover, .u-icon-v3.u-icon-size--xs,
.u-icon-v3.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xs .u-icon__elem-hover, .u-icon-v4.u-icon-size--xs .u-icon-v4-inner,
.u-icon-v4.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v4.u-icon-size--xs .u-icon__elem-hover, .u-icon-v5.u-icon-size--xs {
  width: 2.14286rem;
  height: 2.14286rem;
  font-size: 0.92857rem;
}

/* line 5626, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--sm,
.u-icon-v2.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v2.u-icon-size--sm .u-icon__elem-hover, .u-icon-v3.u-icon-size--sm,
.u-icon-v3.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v3.u-icon-size--sm .u-icon__elem-hover, .u-icon-v4.u-icon-size--sm .u-icon-v4-inner,
.u-icon-v4.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v4.u-icon-size--sm .u-icon__elem-hover, .u-icon-v5.u-icon-size--sm {
  width: 2.85714rem;
  height: 2.85714rem;
  font-size: 1.28571rem;
}

/* line 5637, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--lg,
.u-icon-v2.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v2.u-icon-size--lg .u-icon__elem-hover, .u-icon-v3.u-icon-size--lg,
.u-icon-v3.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v3.u-icon-size--lg .u-icon__elem-hover, .u-icon-v4.u-icon-size--lg .u-icon-v4-inner,
.u-icon-v4.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v4.u-icon-size--lg .u-icon__elem-hover, .u-icon-v5.u-icon-size--lg {
  width: 5rem;
  height: 5rem;
  font-size: 2.14286rem;
}

/* line 5648, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--xl,
.u-icon-v2.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--xl,
.u-icon-v3.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--xl {
  width: 6.42857rem;
  height: 6.42857rem;
  font-size: 2.85714rem;
}

/* line 5659, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--2xl,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--2xl,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--2xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--2xl {
  width: 7.14286rem;
  height: 7.14286rem;
  font-size: 3.21429rem;
}

/* line 5670, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--3xl,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--3xl,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--3xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--3xl {
  width: 9.28571rem;
  height: 9.28571rem;
  font-size: 3.57143rem;
}

/* line 5681, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2 {
  border-width: 1px;
  border-style: solid;
}

/* line 5685, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--2xl,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-hover {
  border-width: 1.5px;
}

/* line 5690, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--3xl,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-hover {
  border-width: 1.5px;
}

/*------------------------------------
  Icon-v3
------------------------------------*/
/* line 5698, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2, .u-icon-v2 .u-icon__elem-regular,
.u-icon-v2 .u-icon__elem-hover, .u-icon-v3, .u-icon-v3 .u-icon__elem-regular,
.u-icon-v3 .u-icon__elem-hover, .u-icon-v4 .u-icon-v4-inner, .u-icon-v4 .u-icon__elem-regular,
.u-icon-v4 .u-icon__elem-hover, .u-icon-v5 {
  width: 3.92857rem;
  height: 3.92857rem;
  font-size: 1.57143rem;
}

/* line 5706, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--xs,
.u-icon-v2.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xs .u-icon__elem-hover, .u-icon-v3.u-icon-size--xs,
.u-icon-v3.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xs .u-icon__elem-hover, .u-icon-v4.u-icon-size--xs .u-icon-v4-inner,
.u-icon-v4.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v4.u-icon-size--xs .u-icon__elem-hover, .u-icon-v5.u-icon-size--xs {
  width: 2.14286rem;
  height: 2.14286rem;
  font-size: 0.92857rem;
}

/* line 5717, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--sm,
.u-icon-v2.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v2.u-icon-size--sm .u-icon__elem-hover, .u-icon-v3.u-icon-size--sm,
.u-icon-v3.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v3.u-icon-size--sm .u-icon__elem-hover, .u-icon-v4.u-icon-size--sm .u-icon-v4-inner,
.u-icon-v4.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v4.u-icon-size--sm .u-icon__elem-hover, .u-icon-v5.u-icon-size--sm {
  width: 2.85714rem;
  height: 2.85714rem;
  font-size: 1.28571rem;
}

/* line 5728, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--lg,
.u-icon-v2.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v2.u-icon-size--lg .u-icon__elem-hover, .u-icon-v3.u-icon-size--lg,
.u-icon-v3.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v3.u-icon-size--lg .u-icon__elem-hover, .u-icon-v4.u-icon-size--lg .u-icon-v4-inner,
.u-icon-v4.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v4.u-icon-size--lg .u-icon__elem-hover, .u-icon-v5.u-icon-size--lg {
  width: 5rem;
  height: 5rem;
  font-size: 2.14286rem;
}

/* line 5739, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--xl,
.u-icon-v2.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--xl,
.u-icon-v3.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--xl {
  width: 6.42857rem;
  height: 6.42857rem;
  font-size: 2.85714rem;
}

/* line 5750, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--2xl,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--2xl,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--2xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--2xl {
  width: 7.14286rem;
  height: 7.14286rem;
  font-size: 3.21429rem;
}

/* line 5761, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--3xl,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--3xl,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--3xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--3xl {
  width: 9.28571rem;
  height: 9.28571rem;
  font-size: 3.57143rem;
}

/* line 5772, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v3 {
  background-color: #eee;
}

/*------------------------------------
  Icon-v4
------------------------------------*/
/* line 5778, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2, .u-icon-v2 .u-icon__elem-regular,
.u-icon-v2 .u-icon__elem-hover, .u-icon-v3, .u-icon-v3 .u-icon__elem-regular,
.u-icon-v3 .u-icon__elem-hover, .u-icon-v4 .u-icon-v4-inner, .u-icon-v4 .u-icon__elem-regular,
.u-icon-v4 .u-icon__elem-hover, .u-icon-v5 {
  width: 3.92857rem;
  height: 3.92857rem;
  font-size: 1.57143rem;
}

/* line 5786, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--xs,
.u-icon-v2.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xs .u-icon__elem-hover, .u-icon-v3.u-icon-size--xs,
.u-icon-v3.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xs .u-icon__elem-hover, .u-icon-v4.u-icon-size--xs .u-icon-v4-inner,
.u-icon-v4.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v4.u-icon-size--xs .u-icon__elem-hover, .u-icon-v5.u-icon-size--xs {
  width: 2.14286rem;
  height: 2.14286rem;
  font-size: 0.92857rem;
}

/* line 5797, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--sm,
.u-icon-v2.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v2.u-icon-size--sm .u-icon__elem-hover, .u-icon-v3.u-icon-size--sm,
.u-icon-v3.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v3.u-icon-size--sm .u-icon__elem-hover, .u-icon-v4.u-icon-size--sm .u-icon-v4-inner,
.u-icon-v4.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v4.u-icon-size--sm .u-icon__elem-hover, .u-icon-v5.u-icon-size--sm {
  width: 2.85714rem;
  height: 2.85714rem;
  font-size: 1.28571rem;
}

/* line 5808, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--lg,
.u-icon-v2.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v2.u-icon-size--lg .u-icon__elem-hover, .u-icon-v3.u-icon-size--lg,
.u-icon-v3.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v3.u-icon-size--lg .u-icon__elem-hover, .u-icon-v4.u-icon-size--lg .u-icon-v4-inner,
.u-icon-v4.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v4.u-icon-size--lg .u-icon__elem-hover, .u-icon-v5.u-icon-size--lg {
  width: 5rem;
  height: 5rem;
  font-size: 2.14286rem;
}

/* line 5819, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--xl,
.u-icon-v2.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--xl,
.u-icon-v3.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--xl {
  width: 6.42857rem;
  height: 6.42857rem;
  font-size: 2.85714rem;
}

/* line 5830, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--2xl,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--2xl,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--2xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--2xl {
  width: 7.14286rem;
  height: 7.14286rem;
  font-size: 3.21429rem;
}

/* line 5841, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--3xl,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--3xl,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--3xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--3xl {
  width: 9.28571rem;
  height: 9.28571rem;
  font-size: 3.57143rem;
}

/* line 5852, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4 {
  padding: 0.57143rem;
  background: transparent !important;
  border: solid 1px #eee;
  transition: all .1s ease-in-out;
}

/* line 5858, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-inner {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #eee;
}

/* line 5864, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4 .u-icon-v4-inner {
  z-index: 1;
  transition: all .2s ease-in-out;
}

/* line 5868, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-rounded-3,
.u-icon-v4-rounded-3 .u-icon-v4-inner {
  border-radius: 3px;
}

/* line 5872, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-rounded-7,
.u-icon-v4-rounded-7 .u-icon-v4-inner {
  border-radius: 7px;
}

/* line 5876, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-rounded-10,
.u-icon-v4-rounded-10 .u-icon-v4-inner {
  border-radius: 10px;
}

/* line 5880, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-rounded-50x,
.u-icon-v4-rounded-50x .u-icon-v4-inner {
  border-radius: 50%;
}

/* line 5884, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-primary {
  border-color: #72c02c;
}

/* line 5887, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-primary .u-icon-v4-inner {
  background: #72c02c;
}

/* line 5890, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-white {
  border-color: #fff;
}

/* line 5893, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-white .u-icon-v4-inner {
  background: #fff;
}

/* line 5896, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-gray-light-v3 {
  border-color: #ddd;
}

/* line 5899, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-gray-light-v3 .u-icon-v4-inner {
  background: #ddd;
}

/* line 5902, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-gray-dark-v3 {
  border-color: #555;
}

/* line 5905, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-gray-dark-v3 .u-icon-v4-inner {
  background: #555;
}

/* line 5908, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-black {
  border-color: #000;
}

/* line 5911, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-black .u-icon-v4-inner {
  background: #000;
}

/* line 5914, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-primary--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-primary--hover {
  border-color: #72c02c;
}

/* line 5918, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-primary--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-primary--hover .u-icon-v4-inner {
  background: #72c02c;
}

/* line 5922, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-white--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-white--hover {
  border-color: #fff;
}

/* line 5926, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-white--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-white--hover .u-icon-v4-inner {
  background: #fff;
}

/* line 5930, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-gray-light-v3--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-gray-light-v3--hover {
  border-color: #ddd;
}

/* line 5934, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-gray-light-v3--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-gray-light-v3--hover .u-icon-v4-inner {
  background: #ddd;
}

/* line 5938, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-gray-dark-v3--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-gray-dark-v3--hover {
  border-color: #555;
}

/* line 5942, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-gray-dark-v3--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-gray-dark-v3--hover .u-icon-v4-inner {
  background: #555;
}

/* line 5946, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-black--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-black--hover {
  border-color: #000;
}

/* line 5950, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-black--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-black--hover .u-icon-v4-inner {
  background: #000;
}

/*------------------------------------
  Icon-v4 Additional BG colors
------------------------------------*/
/* line 5957, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-red {
  border-color: #f00;
}

/* line 5960, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-red .u-icon-v4-inner {
  background: #f00;
}

/* line 5963, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-lightred {
  border-color: #e64b3b;
}

/* line 5966, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-lightred .u-icon-v4-inner {
  background: #e64b3b;
}

/* line 5969, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-darkred {
  border-color: #a10f2b;
}

/* line 5972, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-darkred .u-icon-v4-inner {
  background: #a10f2b;
}

/* line 5975, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-blue {
  border-color: #3398dc;
}

/* line 5978, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-blue .u-icon-v4-inner {
  background: #3398dc;
}

/* line 5981, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-indigo {
  border-color: #4263a3;
}

/* line 5984, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-indigo .u-icon-v4-inner {
  background: #4263a3;
}

/* line 5987, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-purple {
  border-color: #9a69cb;
}

/* line 5990, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-purple .u-icon-v4-inner {
  background: #9a69cb;
}

/* line 5993, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-darkpurple {
  border-color: #6639b6;
}

/* line 5996, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-darkpurple .u-icon-v4-inner {
  background: #6639b6;
}

/* line 5999, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-pink {
  border-color: #e81c62;
}

/* line 6002, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-pink .u-icon-v4-inner {
  background: #e81c62;
}

/* line 6005, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-orange {
  border-color: #e57d20;
}

/* line 6008, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-orange .u-icon-v4-inner {
  background: #e57d20;
}

/* line 6011, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-deeporange {
  border-color: #fe541e;
}

/* line 6014, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-deeporange .u-icon-v4-inner {
  background: #fe541e;
}

/* line 6017, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-aqua {
  border-color: #29d6e6;
}

/* line 6020, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-aqua .u-icon-v4-inner {
  background: #29d6e6;
}

/* line 6023, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-yellow {
  border-color: #ebc71d;
}

/* line 6026, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-yellow .u-icon-v4-inner {
  background: #ebc71d;
}

/* line 6029, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-cyan {
  border-color: #00bed6;
}

/* line 6032, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-cyan .u-icon-v4-inner {
  background: #00bed6;
}

/* line 6035, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-teal {
  border-color: #18ba9b;
}

/* line 6038, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-teal .u-icon-v4-inner {
  background: #18ba9b;
}

/* line 6041, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-brown {
  border-color: #9c8061;
}

/* line 6044, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-brown .u-icon-v4-inner {
  background: #9c8061;
}

/* line 6047, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-bluegray {
  border-color: #585f69;
}

/* line 6050, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-bluegray .u-icon-v4-inner {
  background: #585f69;
}

/* line 6053, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-red--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-red--hover {
  border-color: #f00;
}

/* line 6057, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-red--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-red--hover .u-icon-v4-inner {
  background: #f00;
}

/* line 6061, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-lightred--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-lightred--hover {
  border-color: #e64b3b;
}

/* line 6065, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-lightred--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-lightred--hover .u-icon-v4-inner {
  background: #e64b3b;
}

/* line 6069, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-darkred--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-darkred--hover {
  border-color: #a10f2b;
}

/* line 6073, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-darkred--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-darkred--hover .u-icon-v4-inner {
  background: #a10f2b;
}

/* line 6077, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-blue--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-blue--hover {
  border-color: #3398dc;
}

/* line 6081, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-blue--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-blue--hover .u-icon-v4-inner {
  background: #3398dc;
}

/* line 6085, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-indigo--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-indigo--hover {
  border-color: #4263a3;
}

/* line 6089, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-indigo--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-indigo--hover .u-icon-v4-inner {
  background: #4263a3;
}

/* line 6093, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-purple--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-purple--hover {
  border-color: #9a69cb;
}

/* line 6097, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-purple--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-purple--hover .u-icon-v4-inner {
  background: #9a69cb;
}

/* line 6101, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-darkpurple--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-darkpurple--hover {
  border-color: #6639b6;
}

/* line 6105, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-darkpurple--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-darkpurple--hover .u-icon-v4-inner {
  background: #6639b6;
}

/* line 6109, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-pink--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-pink--hover {
  border-color: #e81c62;
}

/* line 6113, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-pink--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-pink--hover .u-icon-v4-inner {
  background: #e81c62;
}

/* line 6117, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-orange--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-orange--hover {
  border-color: #e57d20;
}

/* line 6121, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-orange--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-orange--hover .u-icon-v4-inner {
  background: #e57d20;
}

/* line 6125, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-deeporange--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-deeporange--hover {
  border-color: #fe541e;
}

/* line 6129, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-deeporange--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-deeporange--hover .u-icon-v4-inner {
  background: #fe541e;
}

/* line 6133, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-aqua--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-aqua--hover {
  border-color: #29d6e6;
}

/* line 6137, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-aqua--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-aqua--hover .u-icon-v4-inner {
  background: #29d6e6;
}

/* line 6141, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-yellow--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-yellow--hover {
  border-color: #ebc71d;
}

/* line 6145, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-yellow--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-yellow--hover .u-icon-v4-inner {
  background: #ebc71d;
}

/* line 6149, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-cyan--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-cyan--hover {
  border-color: #00bed6;
}

/* line 6153, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-cyan--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-cyan--hover .u-icon-v4-inner {
  background: #00bed6;
}

/* line 6157, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-teal--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-teal--hover {
  border-color: #18ba9b;
}

/* line 6161, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-teal--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-teal--hover .u-icon-v4-inner {
  background: #18ba9b;
}

/* line 6165, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-brown--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-brown--hover {
  border-color: #9c8061;
}

/* line 6169, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-brown--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-brown--hover .u-icon-v4-inner {
  background: #9c8061;
}

/* line 6173, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-bluegray--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-bluegray--hover {
  border-color: #585f69;
}

/* line 6177, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-bluegray--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-bluegray--hover .u-icon-v4-inner {
  background: #585f69;
}

/*------------------------------------
  Icon-v4 Social BG colors
------------------------------------*/
/* line 6184, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-facebook {
  border-color: #3b5998;
}

/* line 6187, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-facebook .u-icon-v4-inner {
  background-color: #3b5998;
}

/* line 6190, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-twitter {
  border-color: #00acee;
}

/* line 6193, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-twitter .u-icon-v4-inner {
  background-color: #00acee;
}

/* line 6196, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-google-plus {
  border-color: #dd4b39;
}

/* line 6199, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-google-plus .u-icon-v4-inner {
  background-color: #dd4b39;
}

/* line 6202, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-vk {
  border-color: #2b587a;
}

/* line 6205, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-vk .u-icon-v4-inner {
  background-color: #2b587a;
}

/* line 6208, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-linkedin {
  border-color: #0e76a8;
}

/* line 6211, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-linkedin .u-icon-v4-inner {
  background-color: #0e76a8;
}

/* line 6214, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-instagram {
  border-color: #3f729b;
}

/* line 6217, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-instagram .u-icon-v4-inner {
  background-color: #3f729b;
}

/* line 6220, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-pinterest {
  border-color: #c8232c;
}

/* line 6223, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-pinterest .u-icon-v4-inner {
  background-color: #c8232c;
}

/* line 6226, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-vine {
  border-color: #00bf8f;
}

/* line 6229, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-vine .u-icon-v4-inner {
  background-color: #00bf8f;
}

/* line 6232, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-youtube {
  border-color: #c4302b;
}

/* line 6235, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-youtube .u-icon-v4-inner {
  background-color: #c4302b;
}

/* line 6238, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-skype {
  border-color: #00aff0;
}

/* line 6241, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-skype .u-icon-v4-inner {
  background-color: #00aff0;
}

/* line 6244, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-dribbble {
  border-color: #ea4c89;
}

/* line 6247, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-dribbble .u-icon-v4-inner {
  background-color: #ea4c89;
}

/* line 6250, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-facebook--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-facebook--hover {
  border-color: #3b5998;
}

/* line 6254, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-facebook--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-facebook--hover .u-icon-v4-inner {
  background: #3b5998;
}

/* line 6258, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-twitter--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-twitter--hover {
  border-color: #00acee;
}

/* line 6262, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-twitter--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-twitter--hover .u-icon-v4-inner {
  background: #00acee;
}

/* line 6266, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-google-plus--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-google-plus--hover {
  border-color: #dd4b39;
}

/* line 6270, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-google-plus--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-google-plus--hover .u-icon-v4-inner {
  background: #dd4b39;
}

/* line 6274, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-vk--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-vk--hover {
  border-color: #2b587a;
}

/* line 6278, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-vk--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-vk--hover .u-icon-v4-inner {
  background: #2b587a;
}

/* line 6282, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-linkedin--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-linkedin--hover {
  border-color: #0e76a8;
}

/* line 6286, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-linkedin--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-linkedin--hover .u-icon-v4-inner {
  background: #0e76a8;
}

/* line 6290, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-instagram--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-instagram--hover {
  border-color: #3f729b;
}

/* line 6294, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-instagram--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-instagram--hover .u-icon-v4-inner {
  background: #3f729b;
}

/* line 6298, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-pinterest--hover:hover,
.u-icon-block--hover:hover .u-icon-v4-bg-pinterest--hover {
  border-color: #c8232c;
}

/* line 6302, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-pinterest--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4-bg-pinterest--hover .u-icon-v4-inner {
  background: #c8232c;
}

/*------------------------------------
  Icon-v4 Gradient BG colors
------------------------------------*/
/* line 6309, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-lightblue-radialgradient-ellipse {
  border-color: #d6e2ee;
}

/* line 6312, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-lightblue-radialgradient-ellipse .u-icon-v4-inner {
  background: radial-gradient(ellipse at center center, #fff 22%, #d6e2ee 100%) repeat;
}

/* line 6315, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-gray-radialgradient-ellipse {
  border-color: #bbb;
}

/* line 6318, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-gray-radialgradient-ellipse .u-icon-v4-inner {
  background: radial-gradient(ellipse at center center, #ddd 22%, #bbb 100%) repeat;
}

/* line 6321, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-blue-radialgradient-circle {
  border-color: #275296;
}

/* line 6324, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-blue-radialgradient-circle .u-icon-v4-inner {
  background: radial-gradient(circle farthest-side at 100% 0, #2294d7, #275296) no-repeat;
}

/* line 6327, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-darkgray-radialgradient-circle {
  border-color: #31353e;
}

/* line 6330, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4-bg-darkgray-radialgradient-circle .u-icon-v4-inner {
  background: radial-gradient(circle farthest-side at 110% 0, #596070, #31353e) no-repeat;
}

/*------------------------------------
  Icon-v5
------------------------------------*/
/* line 6336, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2, .u-icon-v2 .u-icon__elem-regular,
.u-icon-v2 .u-icon__elem-hover, .u-icon-v3, .u-icon-v3 .u-icon__elem-regular,
.u-icon-v3 .u-icon__elem-hover, .u-icon-v4 .u-icon-v4-inner, .u-icon-v4 .u-icon__elem-regular,
.u-icon-v4 .u-icon__elem-hover, .u-icon-v5 {
  width: 3.92857rem;
  height: 3.92857rem;
  font-size: 1.57143rem;
}

/* line 6344, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--xs,
.u-icon-v2.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xs .u-icon__elem-hover, .u-icon-v3.u-icon-size--xs,
.u-icon-v3.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xs .u-icon__elem-hover, .u-icon-v4.u-icon-size--xs .u-icon-v4-inner,
.u-icon-v4.u-icon-size--xs .u-icon__elem-regular,
.u-icon-v4.u-icon-size--xs .u-icon__elem-hover, .u-icon-v5.u-icon-size--xs {
  width: 2.14286rem;
  height: 2.14286rem;
  font-size: 0.92857rem;
}

/* line 6355, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--sm,
.u-icon-v2.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v2.u-icon-size--sm .u-icon__elem-hover, .u-icon-v3.u-icon-size--sm,
.u-icon-v3.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v3.u-icon-size--sm .u-icon__elem-hover, .u-icon-v4.u-icon-size--sm .u-icon-v4-inner,
.u-icon-v4.u-icon-size--sm .u-icon__elem-regular,
.u-icon-v4.u-icon-size--sm .u-icon__elem-hover, .u-icon-v5.u-icon-size--sm {
  width: 2.85714rem;
  height: 2.85714rem;
  font-size: 1.28571rem;
}

/* line 6366, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--lg,
.u-icon-v2.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v2.u-icon-size--lg .u-icon__elem-hover, .u-icon-v3.u-icon-size--lg,
.u-icon-v3.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v3.u-icon-size--lg .u-icon__elem-hover, .u-icon-v4.u-icon-size--lg .u-icon-v4-inner,
.u-icon-v4.u-icon-size--lg .u-icon__elem-regular,
.u-icon-v4.u-icon-size--lg .u-icon__elem-hover, .u-icon-v5.u-icon-size--lg {
  width: 5rem;
  height: 5rem;
  font-size: 2.14286rem;
}

/* line 6377, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--xl,
.u-icon-v2.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--xl,
.u-icon-v3.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--xl {
  width: 6.42857rem;
  height: 6.42857rem;
  font-size: 2.85714rem;
}

/* line 6388, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--2xl,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--2xl,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--2xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--2xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--2xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--2xl {
  width: 7.14286rem;
  height: 7.14286rem;
  font-size: 3.21429rem;
}

/* line 6399, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v2.u-icon-size--3xl,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v2.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v3.u-icon-size--3xl,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v3.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v4.u-icon-size--3xl .u-icon-v4-inner,
.u-icon-v4.u-icon-size--3xl .u-icon__elem-regular,
.u-icon-v4.u-icon-size--3xl .u-icon__elem-hover, .u-icon-v5.u-icon-size--3xl {
  width: 9.28571rem;
  height: 9.28571rem;
  font-size: 3.57143rem;
}

/* line 6410, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5 {
  position: relative;
}

/* line 6413, /home/app/webapp/app/assets/stylesheets/unify.css */
body .u-icon-v5 {
  background: transparent !important;
}

/* line 6416, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -.45em 0 0 -.4em;
  width: .8em;
  height: .8em;
  background-color: #eee;
  border-radius: 50%;
  opacity: .7;
}

/* line 6428, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5 i {
  position: relative;
  z-index: 2;
}

/* line 6432, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-main::after {
  background-color: #555;
}

/* line 6435, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-primary::after {
  background-color: #72c02c;
}

/* line 6438, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-black::after {
  background-color: #000;
}

/* line 6441, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-white::after {
  background-color: #fff;
}

/* line 6444, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-light-v1::after {
  background-color: #bbb;
}

/* line 6447, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-light-v2::after {
  background-color: #ccc;
}

/* line 6450, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-light-v3::after {
  background-color: #ddd;
}

/* line 6453, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-light-v4::after {
  background-color: #eee;
}

/* line 6456, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-light-v5::after {
  background-color: #f7f7f7;
}

/* line 6459, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-dark-v1::after {
  background-color: #111;
}

/* line 6462, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-dark-v2::after {
  background-color: #333;
}

/* line 6465, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-dark-v3::after {
  background-color: #555;
}

/* line 6468, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-dark-v4::after {
  background-color: #777;
}

/* line 6471, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-gray-dark-v5::after {
  background-color: #999;
}

/* line 6474, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-green::after {
  background-color: #72c02c;
}

/* line 6477, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-blue::after {
  background-color: #3398dc;
}

/* line 6480, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-lightblue::after {
  background-color: #edf2f8;
}

/* line 6483, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-lightblue-v1::after {
  background-color: #d6e2ee;
}

/* line 6486, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-darkblue::after {
  background-color: #009;
}

/* line 6489, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-indigo::after {
  background-color: #4263a3;
}

/* line 6492, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-red::after {
  background-color: #f00;
}

/* line 6495, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-lightred::after {
  background-color: #e64b3b;
}

/* line 6498, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-darkred::after {
  background-color: #a10f2b;
}

/* line 6501, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-purple::after {
  background-color: #9a69cb;
}

/* line 6504, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-darkpurple::after {
  background-color: #6639b6;
}

/* line 6507, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-pink::after {
  background-color: #e81c62;
}

/* line 6510, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-orange::after {
  background-color: #e57d20;
}

/* line 6513, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-deeporange::after {
  background-color: #fe541e;
}

/* line 6516, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-yellow::after {
  background-color: #ebc71d;
}

/* line 6519, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-aqua::after {
  background-color: #29d6e6;
}

/* line 6522, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-cyan::after {
  background-color: #00bed6;
}

/* line 6525, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-teal::after {
  background-color: #18ba9b;
}

/* line 6528, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-brown::after {
  background-color: #9c8061;
}

/* line 6531, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v5.g-bg-bluegray::after {
  background-color: #585f69;
}

/*------------------------------------
  Image Icons
------------------------------------*/
/* line 6537, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-image-icon-size-xs,
.u-image-icon-size-sm,
.u-image-icon-size-md,
.u-image-icon-size-lg,
.u-image-icon-size-xl {
  height: auto;
}

/* line 6544, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-image-icon-size-xs {
  width: 2.14286rem;
}

/* line 6547, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-image-icon-size-sm {
  width: 2.85714rem;
}

/* line 6550, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-image-icon-size-md {
  width: 3.92857rem;
}

/* line 6553, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-image-icon-size-lg {
  width: 5rem;
}

/* line 6556, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-image-icon-size-xl {
  width: 6.42857rem;
}

/* line 6559, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-image-icon-size-2xl {
  width: 7.14286rem;
}

/*------------------------------------
  Hover Effect of Icon on Block Hover
------------------------------------*/
/* line 6565, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-opacity-0_5--hover {
  opacity: .5;
}

/* line 6568, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-color-primary--hover {
  color: #72c02c;
}

/* line 6571, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-brd-primary--hover {
  border-color: #72c02c;
}

/* line 6574, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-bg-primary--hover {
  background: #72c02c;
}

/* line 6577, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-color-white--hover {
  color: #fff;
}

/* line 6580, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-brd-white--hover {
  border-color: #fff;
}

/* line 6583, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-bg-white--hover {
  background: #fff;
}

/* line 6586, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-color-black--hover {
  color: #000;
}

/* line 6589, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-brd-black--hover {
  border-color: #000;
}

/* line 6592, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-bg-black--hover {
  background: #000;
}

/* line 6595, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-color-gray-dark-v4--hover {
  color: #777;
}

/* line 6598, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-brd-gray-dark-v4--hover {
  border-color: #777;
}

/* line 6601, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .g-bg-gray-dark-v4--hover {
  background: #777;
}

/* line 6604, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-color-facebook--hover {
  color: #3b5998;
}

/* line 6607, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-brd-facebook--hover {
  border-color: #3b5998;
}

/* line 6610, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-bg-facebook--hover {
  background: #3b5998;
}

/* line 6613, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-color-twitter--hover {
  color: #00acee;
}

/* line 6616, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-brd-twitter--hover {
  border-color: #00acee;
}

/* line 6619, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-bg-twitter--hover {
  background: #00acee;
}

/* line 6622, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-color-google-plus--hover {
  color: #dd4b39;
}

/* line 6625, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-brd-google-plus--hover {
  border-color: #dd4b39;
}

/* line 6628, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-bg-google-plus--hover {
  background: #dd4b39;
}

/* line 6631, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-color-vk--hover {
  color: #2b587a;
}

/* line 6634, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-brd-vk--hover {
  border-color: #2b587a;
}

/* line 6637, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-bg-vk--hover {
  background: #2b587a;
}

/* line 6640, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-color-linkedin--hover {
  color: #0e76a8;
}

/* line 6643, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-brd-linkedin--hover {
  border-color: #0e76a8;
}

/* line 6646, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-bg-linkedin--hover {
  background: #0e76a8;
}

/* line 6649, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-color-instagram--hover {
  color: #3f729b;
}

/* line 6652, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-brd-instagram--hover {
  border-color: #3f729b;
}

/* line 6655, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-bg-instagram--hover {
  background: #3f729b;
}

/* line 6658, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-color-pinterest--hover {
  color: #c8232c;
}

/* line 6661, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-brd-pinterest--hover {
  border-color: #c8232c;
}

/* line 6664, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block-hover:hover .g-bg-pinterest--hover {
  background: #c8232c;
}

/*------------------------------------
  Scale Effect
------------------------------------*/
/* line 6670, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-scale-1_2--hover:hover {
  transform: scale(1.2);
}

/*------------------------------------
  Shadow Effect
------------------------------------*/
/* line 6678, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-shadow--hover:hover,
.u-icon-block--hover:hover .u-icon-shadow--hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*------------------------------------
  Slide Effect v1
------------------------------------*/
/* line 6685, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-sliding--hover i::before {
  display: block;
}

/* line 6688, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-sliding--hover:hover i::before,
.u-icon-block--hover:hover .u-icon-sliding--hover i::before {
  -webkit-animation: toTopFromBottom .3s forwards;
  animation: toTopFromBottom .3s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
/*------------------------------------
  Slide Effect v2
------------------------------------*/
/* line 6718, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon__elem-regular,
.u-icon__elem-hover {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  transition: all .3s ease-in-out;
}

/* line 6726, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon__elem-hover {
  position: absolute !important;
}

/* line 6729, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-up--hover,
.u-icon-slide-down--hover,
.u-icon-slide-left--hover,
.u-icon-slide-right--hover {
  overflow: hidden;
}

/* line 6735, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-up--hover .u-icon__elem-regular {
  transform: translateY(-20%);
}

/* line 6740, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-up--hover .u-icon__elem-regular.u-line-icon-pro {
  transform: translateY(-30%);
}

/* line 6745, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-up--hover .u-icon__elem-hover {
  transform: translateY(110%);
}

/* line 6750, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-up--hover .u-icon__elem-hover.u-line-icon-pro {
  transform: translateY(120%);
}

/* line 6755, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-up--hover:hover .u-icon__elem-regular,
.u-icon-block--hover:hover .u-icon-slide-up--hover .u-icon__elem-regular {
  transform: translateY(-110%);
}

/* line 6761, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-up--hover:hover .u-icon__elem-regular.u-line-icon-pro,
.u-icon-block--hover:hover .u-icon-slide-up--hover .u-icon__elem-regular.u-line-icon-pro {
  transform: translateY(-120%);
}

/* line 6767, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-up--hover:hover .u-icon__elem-hover,
.u-icon-block--hover:hover .u-icon-slide-up--hover .u-icon__elem-hover {
  transform: translateY(-20%);
}

/* line 6773, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-up--hover:hover .u-icon__elem-hover.u-line-icon-pro,
.u-icon-block--hover:hover .u-icon-slide-up--hover .u-icon__elem-hover.u-line-icon-pro {
  transform: translateY(-30%);
}

/* line 6779, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-down--hover .u-icon__elem-regular {
  transform: translateY(-110%);
}

/* line 6784, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-down--hover .u-icon__elem-regular.u-line-icon-pro {
  transform: translateY(-120%);
}

/* line 6789, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-down--hover .u-icon__elem-hover {
  transform: translateY(-20%);
}

/* line 6794, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-down--hover .u-icon__elem-hover.u-line-icon-pro {
  transform: translateY(-30%);
}

/* line 6799, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-down--hover:hover .u-icon__elem-regular,
.u-icon-block--hover:hover .u-icon-slide-down--hover .u-icon__elem-regular {
  transform: translateY(-20%);
}

/* line 6805, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-down--hover:hover .u-icon__elem-regular.u-line-icon-pro,
.u-icon-block--hover:hover .u-icon-slide-down--hover .u-icon__elem-regular.u-line-icon-pro {
  transform: translateY(-30%);
}

/* line 6811, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-down--hover:hover .u-icon__elem-hover,
.u-icon-block--hover:hover .u-icon-slide-down--hover .u-icon__elem-hover {
  transform: translateY(80%);
}

/* line 6817, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-down--hover:hover .u-icon__elem-hover.u-line-icon-pro,
.u-icon-block--hover:hover .u-icon-slide-down--hover .u-icon__elem-hover.u-line-icon-pro {
  transform: translateY(90%);
}

/* line 6823, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-left--hover .u-icon__elem-regular {
  transform: translate(0, -20%);
}

/* line 6828, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-left--hover .u-icon__elem-regular.u-line-icon-pro {
  transform: translate(0, -30%);
}

/* line 6833, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-left--hover .u-icon__elem-hover {
  transform: translate(110%, -20%);
}

/* line 6838, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-left--hover .u-icon__elem-hover.u-line-icon-pro {
  transform: translate(110%, -30%);
}

/* line 6843, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-left--hover:hover .u-icon__elem-regular,
.u-icon-block--hover:hover .u-icon-slide-left--hover .u-icon__elem-regular {
  transform: translate(-110%, -20%);
}

/* line 6849, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-left--hover:hover .u-icon__elem-regular.u-line-icon-pro,
.u-icon-block--hover:hover .u-icon-slide-left--hover .u-icon__elem-regular.u-line-icon-pro {
  transform: translate(-110%, -30%);
}

/* line 6855, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-left--hover:hover .u-icon__elem-hover,
.u-icon-block--hover:hover .u-icon-slide-left--hover .u-icon__elem-hover {
  transform: translate(0, -20%);
}

/* line 6861, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-left--hover:hover .u-icon__elem-hover.u-line-icon-pro,
.u-icon-block--hover:hover .u-icon-slide-left--hover .u-icon__elem-hover.u-line-icon-pro {
  transform: translate(0, -30%);
}

/* line 6867, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-right--hover .u-icon__elem-regular {
  transform: translate(-110%, -20%);
}

/* line 6872, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-right--hover .u-icon__elem-regular.u-line-icon-pro {
  transform: translate(-110%, -30%);
}

/* line 6877, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-right--hover .u-icon__elem-hover {
  transform: translate(0, -20%);
}

/* line 6882, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-right--hover .u-icon__elem-hover.u-line-icon-pro {
  transform: translate(0, -30%);
}

/* line 6887, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-right--hover:hover .u-icon__elem-regular,
.u-icon-block--hover:hover .u-icon-slide-right--hover .u-icon__elem-regular {
  transform: translate(0, -20%);
}

/* line 6893, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-right--hover:hover .u-icon__elem-regular.u-line-icon-pro,
.u-icon-block--hover:hover .u-icon-slide-right--hover .u-icon__elem-regular.u-line-icon-pro {
  transform: translate(0, -30%);
}

/* line 6899, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-right--hover:hover .u-icon__elem-hover,
.u-icon-block--hover:hover .u-icon-slide-right--hover .u-icon__elem-hover {
  transform: translate(110%, -20%);
}

/* line 6905, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-slide-right--hover:hover .u-icon__elem-hover.u-line-icon-pro,
.u-icon-block--hover:hover .u-icon-slide-right--hover .u-icon__elem-hover.u-line-icon-pro {
  transform: translate(110%, -30%);
}

/*------------------------------------
  Zoom Effect v1
------------------------------------*/
/* line 6914, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-block--hover:hover .u-icon-scale-1_2--hover {
  transform: scale(1.2);
}

/* line 6919, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-rotation.u-icon-scale-1_2--hover:hover,
.u-icon-block--hover:hover .u-icon-rotation.u-icon-scale-1_2--hover {
  transform: scale(1.2) rotate(45deg);
}

/*------------------------------------
  Changing a shape Effect
------------------------------------*/
/* line 6928, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-square--hover:hover,
.u-icon-v4.u-icon-square--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-square--hover,
.u-icon-block--hover:hover .u-icon-v4.u-icon-square--hover .u-icon-v4-inner {
  border-radius: 0;
}

/* line 6934, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-rounded-3--hover:hover,
.u-icon-v4.u-icon-rounded-3--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-rounded-3--hover,
.u-icon-block--hover:hover .u-icon-v4.u-icon-rounded-3--hover .u-icon-v4-inner {
  border-radius: 3px;
}

/* line 6940, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-rounded-10--hover:hover,
.u-icon-v4.u-icon-rounded-10--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-rounded-10--hover,
.u-icon-block--hover:hover .u-icon-v4.u-icon-rounded-10--hover .u-icon-v4-inner {
  border-radius: 10px;
}

/* line 6946, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-rounded-50x--hover:hover,
.u-icon-v4.u-icon-rounded-50x--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-rounded-50x--hover,
.u-icon-block--hover:hover .u-icon-v4.u-icon-rounded-50x--hover .u-icon-v4-inner {
  border-radius: 50%;
}

/*------------------------------------
  Effect v1
------------------------------------*/
/* line 6955, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v1-1--hover::after,
.u-icon-effect-v1-2--hover::after, .u-icon-effect-v2--hover::after, .u-icon-effect-v4--hover::after, .u-icon-effect-v5--hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-sizing: content-box;
  pointer-events: none;
}

/* line 6965, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v1-1--hover,
.u-icon-effect-v1-2--hover {
  position: relative;
  overflow: inherit;
}

/* line 6970, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v1-1--hover::after,
.u-icon-effect-v1-2--hover::after {
  top: -0.5rem;
  left: -0.5rem;
  padding: 0.5rem;
  box-shadow: 0 0 0 1px #72c02c;
  transition: all .2s ease-in-out;
  opacity: 0;
}

/* line 6979, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v1-1--hover:hover,
.u-icon-effect-v1-2--hover:hover,
.u-icon-v4.u-icon-effect-v1-1--hover:hover .u-icon-v4-inner,
.u-icon-v4.u-icon-effect-v1-2--hover:hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-effect-v1-1--hover,
.u-icon-block--hover:hover .u-icon-effect-v1-2--hover,
.u-icon-block--hover:hover .u-icon-v4.u-icon-effect-v1-1--hover .u-icon-v4-inner,
.u-icon-block--hover:hover .u-icon-v4.u-icon-effect-v1-2--hover .u-icon-v4-inner {
  color: #fff;
  border-color: #72c02c;
  background: #72c02c !important;
}

/* line 6991, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4.u-icon-effect-v1-1--hover:hover,
.u-icon-v4.u-icon-effect-v1-2--hover:hover,
.u-icon-block--hover:hover .u-icon-v4.u-icon-effect-v1-1--hover,
.u-icon-block--hover:hover .u-icon-v4.u-icon-effect-v1-2--hover {
  border-color: transparent;
}

/* line 6997, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v1-1--hover::after {
  transform: scale(0.8);
}

/* line 7002, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v1-1--hover:hover::after,
.u-icon-block--hover:hover .u-icon-effect-v1-1--hover::after {
  transform: scale(1);
  opacity: 1;
}

/* line 7009, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v1-2--hover::after {
  transform: scale(1.2);
}

/* line 7014, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v1-2--hover:hover::after,
.u-icon-block--hover:hover .u-icon-effect-v1-2--hover::after {
  transform: scale(1);
  opacity: 1;
}

/* line 7021, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v4.u-icon-effect-v1-2--hover:hover::after,
.u-icon-block--hover:hover .u-icon-v4.u-icon-effect-v1-2--hover::after {
  transform: scale(0.8);
}

/*------------------------------------
  Effect v2
------------------------------------*/
/* line 7030, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v1-1--hover::after,
.u-icon-effect-v1-2--hover::after, .u-icon-effect-v2--hover::after, .u-icon-effect-v4--hover::after, .u-icon-effect-v5--hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-sizing: content-box;
  pointer-events: none;
}

/* line 7040, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v2--hover {
  transition: all .5s;
  overflow: inherit;
}

/* line 7044, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v2--hover::after {
  top: -4px;
  left: -4px;
  padding: 4px;
  z-index: -1;
  transition: all .5s;
}

/* line 7051, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v2--hover:hover,
.u-icon-effect-v2--hover:hover::after {
  background: #72c02c;
}

/* line 7055, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v2--hover:hover::after,
.u-icon-block--hover:hover .u-icon-effect-v2--hover::after {
  opacity: 0;
  transform: scale(1.5);
}

/*------------------------------------
  Effect v3
------------------------------------*/
@-webkit-keyframes spinAround {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
/* line 7080, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v3--hover:hover i,
.u-icon-block--hover:hover .u-icon-effect-v3--hover i {
  -webkit-animation: spinAround 1s linear infinite;
  animation: spinAround 1s linear infinite;
}

/*------------------------------------
  Effect v4
------------------------------------*/
/* line 7088, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v1-1--hover::after,
.u-icon-effect-v1-2--hover::after, .u-icon-effect-v2--hover::after, .u-icon-effect-v4--hover::after, .u-icon-effect-v5--hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-sizing: content-box;
  pointer-events: none;
}

/* line 7098, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v4--hover {
  transition: transform ease-out .1s, background .2s;
  overflow: inherit;
}

/* line 7104, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v4--hover::after {
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: -1;
  transform: scale(0.9);
}

/* line 7115, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v4--hover:hover,
.u-icon-block--hover:hover .u-icon-effect-v4--hover {
  transform: scale(1.1);
}

/* line 7121, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-rotation.u-icon-effect-v4--hover:hover,
.u-icon-block--hover:hover .u-icon-rotation.u-icon-effect-v4--hover {
  transform: scale(1.1) rotate(45deg);
}

/* line 7127, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v4--hover:hover::after {
  -webkit-animation: sonarEffect-default 1.3s ease-out 75ms;
  animation: sonarEffect-default 1.3s ease-out 75ms;
}

/* line 7131, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v4--hover.g-bg-primary:hover::after,
.u-icon-v2.u-icon-effect-v4--hover.g-color-primary:hover::after,
.u-icon-block--hover:hover .u-icon-effect-v4--hover.g-bg-primary::after,
.u-icon-block--hover:hover .u-icon-v2.u-icon-effect-v4--hover.g-color-primary::after {
  -webkit-animation: sonarEffect-primary 1.3s ease-out 75ms;
  animation: sonarEffect-primary 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect-default {
  0% {
    opacity: .3;
  }
  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ddd, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ddd, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect-default {
  0% {
    opacity: .3;
  }
  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ddd, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ddd, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes sonarEffect-primary {
  0% {
    opacity: .3;
  }
  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #72c02c, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #72c02c, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect-primary {
  0% {
    opacity: .3;
  }
  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #72c02c, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #72c02c, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
/*------------------------------------
  Effect v5
------------------------------------*/
/* line 7189, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v1-1--hover::after,
.u-icon-effect-v1-2--hover::after, .u-icon-effect-v2--hover::after, .u-icon-effect-v4--hover::after, .u-icon-effect-v5--hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-sizing: content-box;
  pointer-events: none;
}

/* line 7199, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v5--hover {
  transition: box-shadow .2s;
  overflow: inherit;
}

/* line 7203, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v5--hover:after {
  top: 0;
  left: 0;
  padding: 0;
  transition: transform .2s, opacity .2s;
}

/* line 7211, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-v3.u-icon-effect-v5--hover:after {
  box-shadow: 0 0 0 3px #fff;
}

/* line 7214, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v5--hover:hover:after,
.u-icon-block--hover:hover .u-icon-effect-v5--hover:after {
  transform: scale(0.85);
  opacity: .5;
}

/* line 7221, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v5--hover:hover,
.u-icon-block--hover:hover .u-icon-effect-v5--hover {
  box-shadow: 0 0 10px 10px #ddd;
}

/* line 7225, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icon-effect-v5--hover.g-bg-primary:hover,
.u-icon-block--hover:hover .u-icon-effect-v5--hover.g-bg-primary,
.u-icon-effect-v5--hover.g-color-primary:hover,
.u-icon-block--hover:hover .u-icon-effect-v5--hover.g-color-primary {
  box-shadow: 0 0 10px 10px #72c02c;
}

/*------------------------------------
  Box-shadows Styles
------------------------------------*/
/* line 7234, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-none {
  box-shadow: none !important;
}

/* line 7237, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-none--focus:focus {
  box-shadow: none !important;
}

/* line 7240, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .u-shadow-none--parent-hover {
  box-shadow: none !important;
}

/*------------------------------------
  Box-shadows-v1
------------------------------------*/
/* line 7246, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-1 {
  box-shadow: 0 0 5px #999;
}

/* line 7249, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-2 {
  box-shadow: 0 0 10px #999;
}

/* line 7252, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-2--hover:hover {
  box-shadow: 0 0 10px #999;
}

/* line 7255, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .u-shadow-v1-2--hover-parent {
  box-shadow: 0 0 10px #999;
}

/* line 7258, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-3 {
  box-shadow: 0 0 5px #ddd;
}

/* line 7261, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-4 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 7264, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-5 {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 7267, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-5--hover:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 7270, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .u-shadow-v1-5--hover-parent {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 7273, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-6 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 7276, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-6--hover:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 7279, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .u-shadow-v1-6--hover-parent {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 7282, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-7 {
  box-shadow: 0 0 8px #eee;
}

/* line 7285, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-7--hover:hover {
  box-shadow: 0 0 8px #eee;
}

/* line 7288, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .u-shadow-v1-7--hover-parent {
  box-shadow: 0 0 8px #eee;
}

/*------------------------------------
  Box-shadows-v1
------------------------------------*/
/* line 7294, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-1 {
  box-shadow: 0 0 5px #999;
}

/* line 7297, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-2 {
  box-shadow: 0 0 10px #999;
}

/* line 7300, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-2--hover:hover {
  box-shadow: 0 0 10px #999;
}

/* line 7303, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .u-shadow-v1-2--hover-parent {
  box-shadow: 0 0 10px #999;
}

/* line 7306, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-3 {
  box-shadow: 0 0 5px #ddd;
}

/* line 7309, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-4 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* line 7312, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-5 {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 7315, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-5--hover:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 7318, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .u-shadow-v1-5--hover-parent {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 7321, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-6 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 7324, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-6--hover:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 7327, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .u-shadow-v1-6--hover-parent {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 7330, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-7 {
  box-shadow: 0 0 8px #eee;
}

/* line 7333, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-7--hover:hover {
  box-shadow: 0 0 8px #eee;
}

/* line 7336, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .u-shadow-v1-7--hover-parent {
  box-shadow: 0 0 8px #eee;
}

/*------------------------------------
  Box-shadows-v3-v4-v5
------------------------------------*/
/* line 7342, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v3,
.u-shadow-v4,
.u-shadow-v5 {
  position: relative;
}

/* line 7347, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v3::after,
.u-shadow-v3::before,
.u-shadow-v4::before,
.u-shadow-v5::after {
  content: "";
  position: absolute;
  top: 80%;
  left: 0.35714rem;
  bottom: 1.07143rem;
  width: 50%;
  max-width: 21.42857rem;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

/* line 7361, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v3::after,
.u-shadow-v3::before,
.u-shadow-v4::before,
.u-shadow-v5::after {
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  transform: rotate(-3deg);
}

/* line 7370, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v3::after,
.u-shadow-v5::after {
  left: auto;
  right: 0.35714rem;
  transform: rotate(3deg);
}

/*------------------------------------
  Box-shadows-v6
------------------------------------*/
/* line 7381, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v6 {
  box-shadow: 0 8px 6px -6px #555;
}

/*------------------------------------
  Box-shadows-v7
------------------------------------*/
/* line 7387, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v7 {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

/*------------------------------------
  Box-shadows-v8
------------------------------------*/
/* line 7393, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v8 {
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
}

/* line 7396, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v8--hover:hover {
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
}

/* line 7399, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v8-1 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

/*------------------------------------
  Box-shadows-v9
------------------------------------*/
/* line 7405, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v9 {
  box-shadow: 1px 1px 1px #eee;
}

/*------------------------------------
  Box-shadows-v10
------------------------------------*/
/* line 7411, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v10 {
  box-shadow: 2px 2px 2px #eee;
}

/*------------------------------------
  Box-shadows-v11
------------------------------------*/
/* line 7417, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v11 {
  box-shadow: 0 0 2px #ccc;
}

/*------------------------------------
  Box-shadows-v12
------------------------------------*/
/* line 7423, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v12 {
  box-shadow: inset 2px 2px 2px 0 #ccc;
}

/*------------------------------------
  Box-shadows-v13
------------------------------------*/
/* line 7429, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v13 {
  box-shadow: inset 2px 2px 2px 0 #72c02c;
}

/*------------------------------------
  Box-shadows-v14
------------------------------------*/
/* line 7435, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v14 {
  box-shadow: 2px 2px 2px 0 #eee;
}

/*------------------------------------
  Box-shadows-v15
------------------------------------*/
/* line 7441, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v15 {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
}

/*------------------------------------
  Box-shadows-v16
------------------------------------*/
/* line 7447, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v16 {
  box-shadow: inset 5px 5px 5px 0 rgba(17, 17, 17, 0.5);
}

/*------------------------------------
  Box-shadows-v17
------------------------------------*/
/* line 7453, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v17 {
  box-shadow: 3px 2px 8px 2px rgba(0, 0, 0, 0.17);
}

/*------------------------------------
  Box-shadows-v18
------------------------------------*/
/* line 7459, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v18 {
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.15);
}

/*------------------------------------
  Box-shadows-v19
------------------------------------*/
/* line 7465, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v19 {
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
}

/*------------------------------------
  Box-shadows-v20
------------------------------------*/
/* line 7471, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v20 {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}

/* line 7474, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v20--hover:hover {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}

/*------------------------------------
  Box-shadows-v21
------------------------------------*/
/* line 7480, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v21 {
  box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: .3s;
}

/* line 7487, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v21--hover:hover {
  box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.15);
}

/*------------------------------------
  Box-shadows-v22
------------------------------------*/
/* line 7493, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v22 {
  box-shadow: 0 2px 5px #eee;
}

/*------------------------------------
  Box-shadows-v23
------------------------------------*/
/* line 7499, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v23 {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
}

/*------------------------------------
  Box-shadows-v24
------------------------------------*/
/* line 7505, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v24 {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}

/* line 7508, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent.active .u-shadow-v24--active {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}

/*------------------------------------
  Box-shadows-v25
------------------------------------*/
/* line 7514, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v25 {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
}

/*------------------------------------
  Box-shadows-v26
------------------------------------*/
/* line 7520, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v26 {
  box-shadow: inset 5px 0 10px rgba(0, 0, 0, 0.2);
}

/*------------------------------------
  Box-shadows-v27
------------------------------------*/
/* line 7526, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v27 {
  box-shadow: 0 0 3px #b5b5b5;
}

/*------------------------------------
  Box-shadows-v28
------------------------------------*/
/* line 7532, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v28 {
  box-shadow: 0 10px 45px -5px rgba(0, 0, 0, 0.04);
}

/*------------------------------------
  Box-shadows-v29
------------------------------------*/
/* line 7538, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v29 {
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.1);
}

/*------------------------------------
  Form Elements
------------------------------------*/
/* line 7544, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-form-control {
  padding: .8rem 1rem .6rem;
}

/* line 7547, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .3;
}

/* line 7551, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-form-control:-ms-input-placeholder {
  color: inherit;
  opacity: .3;
}

/* line 7555, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-form-control::-moz-placeholder {
  color: inherit;
  opacity: .3;
}
.u-form-control:-ms-input-placeholder {
  color: inherit;
  opacity: .3;
}
.u-form-control::placeholder {
  color: inherit;
  opacity: .3;
}

/* line 7559, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-form-control::-moz-placeholder {
  color: inherit;
  opacity: .3;
}

/* line 7563, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .3;
}

/* line 7567, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-form-control-sm {
  padding: .4rem .5rem .1rem;
  font-size: .875rem;
}

/* line 7571, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-form-control-lg {
  padding: .75rem 1.5rem .55rem;
  font-size: 1.25rem;
}

/* line 7575, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-form-control-shadow--focus:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 7578, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-textarea-expandable {
  max-height: 42px;
  transition-property: max-height;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 7584, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-textarea-expandable:focus {
  max-height: 90px;
}

/*------------------------------------
  States
------------------------------------*/
/*------------------------------------
  Success states
------------------------------------*/
/*------------------------------------
  Success state v1-1
------------------------------------*/
/* line 7596, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-success-v1-1 .form-control,
.u-has-success-v1-1 .input-group-addon,
.u-has-success-v1-1 [class*="u-select"] {
  background-color: #f0fff0;
  border-color: #72c02c;
}

/* line 7602, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-success-v1-1 .form-control[readonly],
.u-has-success-v1-1 .input-group-addon[readonly],
.u-has-success-v1-1 [class*="u-select"][readonly] {
  background-color: #f0fff0;
}

/* line 7607, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-success-v1-1 .form-control-feedback {
  color: #72c02c;
}

/* line 7610, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-success-v1-1 [class*="u-check-icon"] {
  color: #f0fff0;
  background-color: #f0fff0;
}

/* line 7614, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-success-v1-1 [class*="u-check-icon"] i {
  color: rgba(114, 192, 44, 0.2);
}

/* line 7617, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-success-v1-1 .input-group-addon,
.u-has-success-v1-1 .input-group-addon:last-child,
.u-has-success-v1-1 .chosen-single div b {
  color: #72c02c;
}

/*------------------------------------
  Success state v1-2
------------------------------------*/
/* line 7625, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-success-v1-2 {
  position: relative;
}

/* line 7628, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-success-v1-2 .form-control,
.u-has-success-v1-2 .input-group-addon,
.u-has-success-v1-2 [class*="u-select"] {
  background-color: #f0fff0;
  border-color: #72c02c;
}

/* line 7634, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-success-v1-2 .form-control[readonly],
.u-has-success-v1-2 .input-group-addon[readonly],
.u-has-success-v1-2 [class*="u-select"][readonly] {
  background-color: #f0fff0;
}

/* line 7639, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-success-v1-2 .form-control-feedback {
  color: #72c02c;
}

/* line 7642, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-success-v1-2 [class*="u-check-icon"] {
  color: #f0fff0;
  background-color: #f0fff0;
  border-radius: 50%;
}

/* line 7647, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-success-v1-2 [class*="u-check-icon"] i {
  color: rgba(114, 192, 44, 0.2);
}

/* line 7650, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-success-v1-2 .input-group-addon,
.u-has-success-v1-2 .input-group-addon:last-child,
.u-has-success-v1-2 .chosen-single div b {
  color: #72c02c;
}

/* line 7655, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-success-v1-2 .input-group-addon,
.u-has-success-v1-2 .input-group-addon:last-child {
  color: #fff;
  background-color: #72c02c;
}

/* line 7660, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-success-v1-2 .form-control-feedback::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 18px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #72c02c transparent transparent transparent;
}

/*------------------------------------
  Error states
------------------------------------*/
/*------------------------------------
  Error state v1
------------------------------------*/
/* line 7678, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1 .form-control,
.u-has-error-v1 .input-group-addon,
.u-has-error-v1 [class*="u-select"] {
  background-color: #fff0f0;
}

/* line 7683, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1 .form-control[readonly],
.u-has-error-v1 .input-group-addon[readonly],
.u-has-error-v1 [class*="u-select"][readonly] {
  background-color: #fff0f0;
}

/* line 7688, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1 .form-control-feedback {
  color: #f00;
}

/* line 7691, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1 [class*="u-check-icon"] {
  background-color: #fff0f0;
}

/*------------------------------------
  Error state v1-2
------------------------------------*/
/* line 7697, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1-2 .form-control,
.u-has-error-v1-2 .input-group-addon,
.u-has-error-v1-2 [class*="u-select"] {
  background-color: #fff0f0;
  border-color: #f00;
}

/* line 7703, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1-2 .form-control[readonly],
.u-has-error-v1-2 .input-group-addon[readonly],
.u-has-error-v1-2 [class*="u-select"][readonly] {
  background-color: #fff0f0;
}

/* line 7708, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1-2 .form-control-feedback {
  color: #f00;
}

/* line 7711, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1-2 [class*="u-check-icon"] {
  background-color: #fff0f0;
}

/* line 7714, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1-2 .input-group-addon:last-child,
.u-has-error-v1-2 .chosen-single div b {
  color: #f00;
}

/* line 7718, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1-2 .error {
  display: block;
}

/*------------------------------------
  Error state v1-3
------------------------------------*/
/* line 7724, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1-3 {
  position: relative;
}

/* line 7727, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1-3 .form-control,
.u-has-error-v1-3 .input-group-addon,
.u-has-error-v1-3 [class*="u-select"] {
  background-color: #fff0f0;
  border-color: #f00;
}

/* line 7733, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1-3 .form-control[readonly],
.u-has-error-v1-3 .input-group-addon[readonly],
.u-has-error-v1-3 [class*="u-select"][readonly] {
  background-color: #fff0f0;
}

/* line 7738, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1-3 .form-control-feedback {
  color: #f00;
}

/* line 7741, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1-3 .form-control-feedback::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 18px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #f00 transparent transparent transparent;
}

/* line 7753, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1-3 [class*="u-check-icon"] {
  background-color: #fff0f0;
}

/* line 7756, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1-3 .input-group-addon:last-child,
.u-has-error-v1-3 .chosen-single div b {
  color: #f00;
}

/* line 7760, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1-3 .error {
  display: block;
}

/* line 7763, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v1-3 .input-group-addon,
.u-has-error-v1-3 .input-group-addon:last-child {
  color: #fff;
  background-color: #f00;
}

/*------------------------------------
  Error state v2
------------------------------------*/
/* line 7771, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v2:after {
  content: '\f00d';
  position: absolute;
  top: 50%;
  right: 15px;
  font-family: 'FontAwesome', sans-serif;
  color: #f00;
  transform: translateY(-50%);
}

/* line 7782, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-error-v2 input:not([type="checkbox"]):not([type="radio"]),
.u-has-error-v2 textarea {
  border-color: #f00;
}

/*------------------------------------
  Disabled states
------------------------------------*/
/*------------------------------------
  Disabled state v1
------------------------------------*/
/* line 7792, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-disabled-v1 label,
.u-has-disabled-v1 .form-control,
.u-has-disabled-v1 .input-group-addon,
.u-has-disabled-v1 [class*="u-select"] {
  background-color: #fff;
  opacity: .5;
}

/* line 7799, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-has-disabled-v1 label:disabled,
.u-has-disabled-v1 .form-control:disabled,
.u-has-disabled-v1 .input-group-addon:disabled,
.u-has-disabled-v1 [class*="u-select"]:disabled {
  background-color: #fff;
  opacity: .5;
}

/*------------------------------------
  Checked state colors
------------------------------------*/
/* White Colors */
/* line 7810, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-color-white--checked,
input[type="radio"]:checked + .g-color-white--checked,
input[type="checkbox"]:checked + * .g-color-white--checked,
input[type="radio"]:checked + * .g-color-white--checked {
  color: #fff !important;
}

/* line 7816, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-white--checked.g-checked,
.g-checked .g-color-white--checked {
  color: #fff !important;
}

/*------------------------------------
  Focus state color
------------------------------------*/
/* Primary Colors */
/* line 7824, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-primary:focus {
  color: #72c02c;
}

/* Black Colors */
/* line 7828, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-black--focus:focus {
  color: #000;
}

/* White Colors */
/* line 7832, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-white--focus:focus {
  color: #fff !important;
}

/* Gray Colors */
/* line 7836, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-light-v4:focus {
  color: #eee !important;
}

/*------------------------------------
  Checked state background
------------------------------------*/
/* Primary Colors */
/* line 7843, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-bg-primary--checked,
input[type="radio"]:checked + .g-bg-primary--checked,
input[type="checkbox"]:checked + * .g-bg-primary--checked,
input[type="radio"]:checked + * .g-bg-primary--checked {
  background-color: #72c02c !important;
}

/* line 7849, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary--checked.g-checked,
.g-checked .g-bg-primary--checked {
  background-color: #72c02c !important;
}

/* Black Colors */
/* line 7854, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-bg-black--checked,
input[type="radio"]:checked + .g-bg-black--checked,
input[type="checkbox"]:checked + * .g-bg-black--checked,
input[type="radio"]:checked + * .g-bg-black--checked {
  background-color: #000 !important;
}

/* line 7860, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black--checked.g-checked,
.g-checked .g-bg-black--checked {
  background-color: #000 !important;
}

/* White Colors */
/* line 7865, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-bg-white--checked,
input[type="radio"]:checked + .g-bg-white--checked,
input[type="checkbox"]:checked + * .g-bg-white--checked,
input[type="radio"]:checked + * .g-bg-white--checked {
  background-color: #fff !important;
}

/* line 7871, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white--checked.g-checked,
.g-checked .g-bg-white--checked {
  background-color: #fff !important;
}

/* Gray Colors */
/* line 7876, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-bg-dark-dark-v1--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v1--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v1--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v1--checked {
  background-color: #111 !important;
}

/* line 7882, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-dark-dark-v1--checked.g-checked,
.g-checked .g-bg-dark-dark-v1--checked {
  background-color: #111 !important;
}

/* line 7886, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-bg-dark-dark-v2--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v2--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v2--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v2--checked {
  background-color: #333 !important;
}

/* line 7892, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-dark-dark-v2--checked.g-checked,
.g-checked .g-bg-dark-dark-v2--checked {
  background-color: #333 !important;
}

/* line 7896, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-bg-dark-dark-v3--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v3--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v3--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v3--checked {
  background-color: #555 !important;
}

/* line 7902, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-dark-dark-v3--checked.g-checked,
.g-checked .g-bg-dark-dark-v3--checked {
  background-color: #555 !important;
}

/* line 7906, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-bg-dark-dark-v4--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v4--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v4--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v4--checked {
  background-color: #777 !important;
}

/* line 7912, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-dark-dark-v4--checked.g-checked,
.g-checked .g-bg-dark-dark-v4--checked {
  background-color: #777 !important;
}

/* line 7916, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-bg-dark-dark-v5--checked,
input[type="radio"]:checked + .g-bg-dark-dark-v5--checked,
input[type="checkbox"]:checked + * .g-bg-dark-dark-v5--checked,
input[type="radio"]:checked + * .g-bg-dark-dark-v5--checked {
  background-color: #999 !important;
}

/* line 7922, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-dark-dark-v5--checked.g-checked,
.g-checked .g-bg-dark-dark-v5--checked {
  background-color: #999 !important;
}

/* line 7926, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-bg-dark-light-v1--checked,
input[type="radio"]:checked + .g-bg-dark-light-v1--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v1--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v1--checked {
  background-color: #bbb !important;
}

/* line 7932, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-dark-light-v1--checked.g-checked,
.g-checked .g-bg-dark-light-v1--checked {
  background-color: #bbb !important;
}

/* line 7936, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-bg-dark-light-v2--checked,
input[type="radio"]:checked + .g-bg-dark-light-v2--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v2--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v2--checked {
  background-color: #ccc !important;
}

/* line 7942, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-dark-light-v2--checked.g-checked,
.g-checked .g-bg-dark-light-v2--checked {
  background-color: #ccc !important;
}

/* line 7946, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-bg-dark-light-v3--checked,
input[type="radio"]:checked + .g-bg-dark-light-v3--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v3--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v3--checked {
  background-color: #ddd !important;
}

/* line 7952, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-dark-light-v3--checked.g-checked,
.g-checked .g-bg-dark-light-v3--checked {
  background-color: #ddd !important;
}

/* line 7956, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-bg-dark-light-v4--checked,
input[type="radio"]:checked + .g-bg-dark-light-v4--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v4--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v4--checked {
  background-color: #eee !important;
}

/* line 7962, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-dark-light-v4--checked.g-checked,
.g-checked .g-bg-dark-light-v4--checked {
  background-color: #eee !important;
}

/* line 7966, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-bg-dark-light-v5--checked,
input[type="radio"]:checked + .g-bg-dark-light-v5--checked,
input[type="checkbox"]:checked + * .g-bg-dark-light-v5--checked,
input[type="radio"]:checked + * .g-bg-dark-light-v5--checked {
  background-color: #f7f7f7 !important;
}

/* line 7972, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-dark-light-v5--checked.g-checked,
.g-checked .g-bg-dark-light-v5--checked {
  background-color: #f7f7f7 !important;
}

/* Transparent */
/* line 7977, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-bg-transparent--checked,
input[type="radio"]:checked + .g-bg-transparent--checked,
input[type="checkbox"]:checked + * .g-bg-transparent--checked,
input[type="radio"]:checked + * .g-bg-transparent--checked {
  background-color: transparent !important;
}

/* line 7983, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-transparent--checked.g-checked,
.g-checked .g-bg-transparent--checked {
  background-color: transparent !important;
}

/* Color Red */
/* line 7988, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-bg-red--checked,
input[type="radio"]:checked + .g-bg-red--checked,
input[type="checkbox"]:checked + * .g-bg-red--checked,
input[type="radio"]:checked + * .g-bg-red--checked {
  background-color: #f00 !important;
}

/* line 7994, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-red--checked.g-checked,
.g-checked .g-bg-red--checked {
  background-color: #f00 !important;
}

/*------------------------------------
  Focus state background
------------------------------------*/
/* Black Colors */
/* line 8002, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black--focus:focus {
  background-color: #000 !important;
}

/* line 8005, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_2--focus:focus {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 8008, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_4--focus:focus {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* Gray Colors */
/* line 8012, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v1--focus:focus {
  background-color: #111 !important;
}

/* line 8015, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v2--focus:focus {
  background-color: #333 !important;
}

/* line 8018, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v3--focus:focus {
  background-color: #555 !important;
}

/* line 8021, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-light-v4--focus:focus {
  background-color: #eee !important;
}

/* line 8024, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-light-v5--focus:focus {
  background-color: #f7f7f7 !important;
}

/* Transparent */
/* line 8028, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-transparent--focus:focus {
  background-color: transparent;
}

/*------------------------------------
  Checked state border
------------------------------------*/
/* Primary Colors */
/* line 8035, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-brd-primary--checked,
input[type="radio"]:checked + .g-brd-primary--checked,
input[type="checkbox"]:checked + * .g-brd-primary--checked,
input[type="radio"]:checked + * .g-brd-primary--checked {
  border-color: #72c02c !important;
}

/* line 8041, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary--checked.g-checked,
.g-checked .g-brd-primary--checked {
  border-color: #72c02c !important;
}

/* Black Colors */
/* line 8046, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-brd-black--checked,
input[type="radio"]:checked + .g-brd-black--checked,
input[type="checkbox"]:checked + * .g-brd-black--checked,
input[type="radio"]:checked + * .g-brd-black--checked {
  border-color: #000 !important;
}

/* line 8052, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-black--checked.g-checked,
.g-checked .g-brd-black--checked {
  border-color: #000 !important;
}

/* White */
/* line 8057, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-brd-white--checked,
input[type="radio"]:checked + .g-brd-white--checked,
input[type="checkbox"]:checked + * .g-brd-white--checked,
input[type="radio"]:checked + * .g-brd-white--checked {
  border-color: #fff !important;
}

/* line 8063, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white--checked.g-checked,
.g-checked .g-brd-white--checked {
  border-color: #fff !important;
}

/* Gray Colors */
/* line 8068, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-brd-gray-dark-v1--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v1--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v1--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v1--checked {
  border-color: #111 !important;
}

/* line 8074, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v1--checked.g-checked,
.g-checked .g-brd-gray-dark-v1--checked {
  border-color: #111 !important;
}

/* line 8078, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-brd-gray-dark-v2--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v2--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v2--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v2--checked {
  border-color: #333 !important;
}

/* line 8084, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v2--checked.g-checked,
.g-checked .g-brd-gray-dark-v2--checked {
  border-color: #333 !important;
}

/* line 8088, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-brd-gray-dark-v3--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v3--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v3--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v3--checked {
  border-color: #555 !important;
}

/* line 8094, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v3--checked.g-checked,
.g-checked .g-brd-gray-dark-v3--checked {
  border-color: #555 !important;
}

/* line 8098, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-brd-gray-dark-v4--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v4--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v4--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v4--checked {
  border-color: #777 !important;
}

/* line 8104, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v4--checked.g-checked,
.g-checked .g-brd-gray-dark-v4--checked {
  border-color: #777 !important;
}

/* line 8108, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-brd-gray-dark-v5--checked,
input[type="radio"]:checked + .g-brd-gray-dark-v5--checked,
input[type="checkbox"]:checked + * .g-brd-gray-dark-v5--checked,
input[type="radio"]:checked + * .g-brd-gray-dark-v5--checked {
  border-color: #999 !important;
}

/* line 8114, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v5--checked.g-checked,
.g-checked .g-brd-gray-dark-v5--checked {
  border-color: #999 !important;
}

/* line 8118, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-brd-gray-light-v1--checked,
input[type="radio"]:checked + .g-brd-gray-light-v1--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v1--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v1--checked {
  border-color: #bbb !important;
}

/* line 8124, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v1--checked.g-checked,
.g-checked .g-brd-gray-light-v1--checked {
  border-color: #bbb !important;
}

/* line 8128, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-brd-gray-light-v2--checked,
input[type="radio"]:checked + .g-brd-gray-light-v2--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v2--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v2--checked {
  border-color: #ccc !important;
}

/* line 8134, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v2--checked.g-checked,
.g-checked .g-brd-gray-light-v2--checked {
  border-color: #ccc !important;
}

/* line 8138, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-brd-gray-light-v3--checked,
input[type="radio"]:checked + .g-brd-gray-light-v3--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v3--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v3--checked {
  border-color: #ddd !important;
}

/* line 8144, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v3--checked.g-checked,
.g-checked .g-brd-gray-light-v3--checked {
  border-color: #ddd !important;
}

/* line 8148, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-brd-gray-light-v4--checked,
input[type="radio"]:checked + .g-brd-gray-light-v4--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v4--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v4--checked {
  border-color: #eee !important;
}

/* line 8154, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v4--checked.g-checked,
.g-checked .g-brd-gray-light-v4--checked {
  border-color: #eee !important;
}

/* line 8158, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-brd-gray-light-v5--checked,
input[type="radio"]:checked + .g-brd-gray-light-v5--checked,
input[type="checkbox"]:checked + * .g-brd-gray-light-v5--checked,
input[type="radio"]:checked + * .g-brd-gray-light-v5--checked {
  border-color: #f7f7f7 !important;
}

/* line 8164, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v5--checked.g-checked,
.g-checked .g-brd-gray-light-v5--checked {
  border-color: #f7f7f7 !important;
}

/* Transparent */
/* line 8169, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-brd-transparent--checked,
input[type="radio"]:checked + .g-brd-transparent--checked,
input[type="checkbox"]:checked + * .g-brd-transparent--checked,
input[type="radio"]:checked + * .g-brd-transparent--checked {
  border-color: transparent !important;
}

/* line 8175, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-transparent--checked.g-checked,
.g-checked .g-brd-transparent--checked {
  border-color: transparent !important;
}

/* Color Red */
/* line 8180, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-brd-red--checked,
input[type="radio"]:checked + .g-brd-red--checked,
input[type="checkbox"]:checked + * .g-brd-red--checked,
input[type="radio"]:checked + * .g-brd-red--checked {
  border-color: #f00 !important;
}

/* line 8186, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-red--checked.g-checked,
.g-checked .g-brd-red--checked {
  border-color: #f00 !important;
}

/*------------------------------------
  Focus state border
------------------------------------*/
/* Primary Colors */
/* line 8194, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary--focus:focus,
.g-brd-primary--focus.g-state-focus *,
.g-brd-primary--focus.g-state-focus *:focus {
  border-color: #72c02c !important;
}

/* Black Colors */
/* line 8200, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-black--focus:focus,
.g-brd-black--focus.g-state-focus *,
.g-brd-black--focus.g-state-focus *:focus {
  border-color: #000 !important;
}

/* White */
/* line 8206, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white--focus:focus,
.g-brd-white--focus.g-state-focus *,
.g-brd-white--focus.g-state-focus *:focus {
  border-color: #fff !important;
}

/* Gray Colors */
/* line 8212, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v1--focus:focus,
.g-brd-gray-dark-v1--focus.g-state-focus *,
.g-brd-gray-dark-v1--focus.g-state-focus *:focus {
  border-color: #111 !important;
}

/* line 8217, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v2--focus:focus,
.g-brd-gray-dark-v2--focus.g-state-focus *,
.g-brd-gray-dark-v2--focus.g-state-focus *:focus {
  border-color: #333 !important;
}

/* line 8222, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v3--focus:focus,
.g-brd-gray-dark-v3--focus.g-state-focus *,
.g-brd-gray-dark-v3--focus.g-state-focus *:focus {
  border-color: #555 !important;
}

/* line 8227, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v4--focus:focus,
.g-brd-gray-dark-v4--focus.g-state-focus *,
.g-brd-gray-dark-v4--focus.g-state-focus *:focus {
  border-color: #777 !important;
}

/* line 8232, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v5--focus:focus,
.g-brd-gray-dark-v5--focus.g-state-focus *,
.g-brd-gray-dark-v5--focus.g-state-focus *:focus {
  border-color: #999 !important;
}

/* line 8237, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-light-v1--focus:focus,
.g-brd-gray-dark-light-v1--focus.g-state-focus *,
.g-brd-gray-dark-light-v1--focus.g-state-focus *:focus {
  border-color: #bbb !important;
}

/* line 8242, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-light-v2--focus:focus,
.g-brd-gray-dark-light-v2--focus.g-state-focus *,
.g-brd-gray-dark-light-v2--focus.g-state-focus *:focus {
  border-color: #ccc !important;
}

/* line 8247, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-light-v3--focus:focus,
.g-brd-gray-dark-light-v3--focus.g-state-focus *,
.g-brd-gray-dark-light-v3--focus.g-state-focus *:focus {
  border-color: #ddd !important;
}

/* line 8252, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-light-v4--focus:focus,
.g-brd-gray-dark-light-v4--focus.g-state-focus *,
.g-brd-gray-dark-light-v4--focus.g-state-focus *:focus {
  border-color: #eee !important;
}

/* line 8257, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-light-v5--focus:focus,
.g-brd-gray-dark-light-v5--focus.g-state-focus *,
.g-brd-gray-dark-light-v5--focus.g-state-focus *:focus {
  border-color: #f7f7f7 !important;
}

/* Transparent */
/* line 8263, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-transparent--focus:focus,
.g-brd-transparent--focus.g-state-focus *,
.g-brd-transparent--focus.g-state-focus *:focus {
  border-color: transparent !important;
}

/* Color Red */
/* line 8269, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-red--focus:focus,
.g-brd-red--focus.g-state-focus *,
.g-brd-red--focus.g-state-focus *:focus {
  border-color: #f00 !important;
}

/*------------------------------------
  Checked state box shadow
------------------------------------*/
/* line 8277, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .u-shadow-v1-5--checked,
input[type="radio"]:checked + .u-shadow-v1-5--checked,
input[type="checkbox"]:checked + * .u-shadow-v1-5--checked,
input[type="radio"]:checked + * .u-shadow-v1-5--checked {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 8283, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-5--checked.g-checked,
.g-checked .u-shadow-v1-5--checked {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 8287, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .u-shadow-v1-v6--checked,
input[type="radio"]:checked + .u-shadow-v1-v6--checked,
input[type="checkbox"]:checked + * .u-shadow-v1-v6--checked,
input[type="radio"]:checked + * .u-shadow-v1-v6--checked {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 8293, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-shadow-v1-v6--checked.g-checked,
.g-checked .u-shadow-v1-v6--checked {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*------------------------------------
  Checked state opacity
------------------------------------*/
/* line 8300, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-opacity-1--checked,
input[type="radio"]:checked + .g-opacity-1--checked,
input[type="checkbox"]:checked + * .g-opacity-1--checked,
input[type="radio"]:checked + * .g-opacity-1--checked {
  opacity: 1;
}

/* line 8306, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-opacity-1--checked.g-checked,
.g-checked .g-opacity-1--checked {
  opacity: 1;
}

/*------------------------------------
  Checked state overlay
------------------------------------*/
/* line 8313, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-overlay-black-0_5--checked::after,
input[type="radio"]:checked + .g-overlay-black-0_5--checked::after,
input[type="checkbox"]:checked + * > .g-overlay-black-0_5--checked::after,
input[type="radio"]:checked + * > .g-overlay-black-0_5--checked::after {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 8319, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-overlay-black-0_7--checked::after,
input[type="radio"]:checked + .g-overlay-black-0_7--checked::after,
input[type="checkbox"]:checked + * > .g-overlay-black-0_7--checked::after,
input[type="radio"]:checked + * > .g-overlay-black-0_7--checked::after {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 8325, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-overlay-black-gradient-v1--checked::after,
input[type="radio"]:checked + .g-overlay-black-gradient-v1--checked::after,
input[type="checkbox"]:checked + * > .g-overlay-black-gradient-v1--checked::after,
input[type="radio"]:checked + * > .g-overlay-black-gradient-v1--checked::after {
  background-image: linear-gradient(to bottom, transparent 40%, #000 100%);
}

/* line 8331, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-overlay-primary-0_5--checked::after,
input[type="radio"]:checked + .g-overlay-primary-0_5--checked::after,
input[type="checkbox"]:checked + * .g-overlay-primary-0_5--checked::after,
input[type="radio"]:checked + * .g-overlay-primary-0_5--checked::after {
  background-color: rgba(114, 192, 44, 0.5);
}

/* line 8337, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-overlay-primary-0_5--checked.g-checked::after,
.g-checked .g-overlay-primary-0_5--checked::after {
  background-color: rgba(114, 192, 44, 0.5);
}

/* line 8341, /home/app/webapp/app/assets/stylesheets/unify.css */
input[type="checkbox"]:checked + .g-overlay-primary-0_9--checked::after,
input[type="radio"]:checked + .g-overlay-primary-0_9--checked::after,
input[type="checkbox"]:checked + * .g-overlay-primary-0_9--checked::after,
input[type="radio"]:checked + * .g-overlay-primary-0_9--checked::after {
  background-color: rgba(114, 192, 44, 0.9);
}

/* line 8347, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-overlay-primary-0_9--checked.g-checked::after,
.g-checked .g-overlay-primary-0_9--checked::after {
  background-color: rgba(114, 192, 44, 0.9);
}

/*------------------------------------
  Fields
------------------------------------*/
/* line 8354, /home/app/webapp/app/assets/stylesheets/unify.css */
[data-capitalize] {
  text-transform: uppercase;
}

/* line 8357, /home/app/webapp/app/assets/stylesheets/unify.css */
label.error {
  color: #d9534f;
  margin-top: .25rem;
  margin-bottom: 0;
}

/* line 8362, /home/app/webapp/app/assets/stylesheets/unify.css */
input:not([type="checkbox"]):not([type="radio"]).error,
textarea.error,
select.error {
  border-color: #d9534f !important;
}

/* line 8367, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-autocomplete--ajax {
  position: relative;
  z-index: 10;
}

/*------------------------------------
  Fields Group v1
------------------------------------*/
/* line 8374, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-input-group-v1 {
  position: relative;
}

/* line 8377, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-input-group-v1 input:not([type="checkbox"]):not([type="radio"]),
.u-input-group-v1 textarea,
.u-input-group-v1 [class*="u-select"] {
  line-height: 1.75rem;
  padding: 40px 15px 10px;
}

/* line 8383, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-input-group-v1 input:not([type="checkbox"]):not([type="radio"]):focus + label, .u-input-group-v1 input:not([type="checkbox"]):not([type="radio"])[value] + label, .u-input-group-v1 input:not([type="checkbox"]):not([type="radio"])[placeholder] + label, .u-input-group-v1 input:not([type="checkbox"]):not([type="radio"]).g-state-not-empty + label,
.u-input-group-v1 textarea:focus + label,
.u-input-group-v1 textarea[value] + label,
.u-input-group-v1 textarea[placeholder] + label,
.u-input-group-v1 textarea.g-state-not-empty + label,
.u-input-group-v1 [class*="u-select"]:focus + label,
.u-input-group-v1 [class*="u-select"][value] + label,
.u-input-group-v1 [class*="u-select"][placeholder] + label,
.u-input-group-v1 [class*="u-select"].g-state-not-empty + label {
  top: 20px;
  font-size: 90%;
}

/* line 8395, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-input-group-v1 label {
  position: absolute;
  top: 50%;
  left: 15px;
  transition-property: top, font-size;
  transition-duration: .2s;
  transition-timing-function: ease;
  transform: translateY(-50%);
  margin-bottom: 0;
}

/*------------------------------------
  Fields Group v2
------------------------------------*/
/* line 8410, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-input-group-v2 {
  position: relative;
}

/* line 8413, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-input-group-v2 input:not([type="checkbox"]):not([type="radio"]),
.u-input-group-v2 textarea,
.u-input-group-v2 [class*="u-select"] {
  line-height: 1.75rem;
  padding: 10px 15px;
}

/* line 8419, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-input-group-v2 input:not([type="checkbox"]):not([type="radio"]):focus + label, .u-input-group-v2 input:not([type="checkbox"]):not([type="radio"])[value] + label, .u-input-group-v2 input:not([type="checkbox"]):not([type="radio"])[placeholder] + label, .u-input-group-v2 input:not([type="checkbox"]):not([type="radio"]).g-state-not-empty + label,
.u-input-group-v2 textarea:focus + label,
.u-input-group-v2 textarea[value] + label,
.u-input-group-v2 textarea[placeholder] + label,
.u-input-group-v2 textarea.g-state-not-empty + label,
.u-input-group-v2 [class*="u-select"]:focus + label,
.u-input-group-v2 [class*="u-select"][value] + label,
.u-input-group-v2 [class*="u-select"][placeholder] + label,
.u-input-group-v2 [class*="u-select"].g-state-not-empty + label {
  top: 0;
  font-size: 90%;
}

/* line 8431, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-input-group-v2 label {
  position: absolute;
  top: 50%;
  left: 10px;
  background-color: #fff;
  padding: 0 5px;
  margin-bottom: 0;
  transition-property: top, font-size;
  transition-duration: .2s;
  transition-timing-function: ease;
  transform: translateY(-50%);
}

/* line 8445, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-input-group-v2 textarea + label {
  top: 20px;
}

/*------------------------------------
  Checkboxes
------------------------------------*/
/* line 8451, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check {
  position: relative;
  cursor: pointer;
}

/* line 8455, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-font {
  display: inline-block;
  font-size: 0;
  padding-left: 1px;
  padding-right: 1px;
}

/* line 8461, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-font i {
  font-size: 22px;
  color: #ccc;
}

/* line 8465, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-font i::before {
  content: attr(data-uncheck-icon);
}

/* line 8468, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox, .u-check-icon-radio {
  display: inline-block;
}

/* line 8471, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-font i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-font i,
.u-check input[type="radio"]:checked + .u-check-icon-font i,
.u-check input[type="radio"]:checked + * .u-check-icon-font i {
  color: #72c02c;
}

/* line 8477, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-font i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-font i::before,
.u-check input[type="radio"]:checked + .u-check-icon-font i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-font i::before {
  content: attr(data-check-icon);
}

/* line 8483, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-hide-check {
  display: block !important;
}

/* line 8486, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-checked > * .g-hide-check,
input[type="checkbox"]:checked + .g-hide-check,
input[type="radio"]:checked + .g-hide-check,
input[type="checkbox"]:checked + * .g-hide-check,
input[type="radio"]:checked + * .g-hide-check {
  display: none !important;
}

/* line 8493, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-show-check {
  display: none !important;
}

/* line 8496, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-checked > * .g-show-check,
input[type="checkbox"]:checked + .g-show-check,
input[type="radio"]:checked + .g-show-check,
input[type="checkbox"]:checked + * .g-show-check,
input[type="radio"]:checked + * .g-show-check {
  display: block !important;
}

/*------------------------------------
  Checkboxes v1
------------------------------------*/
/* line 8506, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v1, .u-check-icon-radio-v1 {
  background-color: #fff;
  border: solid 1px #ccc;
}

/* line 8510, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v1 {
  border-radius: 1px;
}

/* line 8513, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-radio-v1 {
  border-radius: 50%;
}

/* line 8516, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v1,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v1,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v1,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v1 {
  color: #fff;
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 8524, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v1::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v1::before,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v1::before,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v1::before {
  content: attr(data-check-icon);
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  transform: translate(-50%, -50%);
}

/* line 8537, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v1,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v1,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v1,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v1 {
  border-width: 4px;
  border-color: #72c02c;
}

/*------------------------------------
  Checkboxes v2
------------------------------------*/
/* line 8547, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v2, .u-check-icon-radio-v2 {
  width: 20px;
  height: 20px;
  border: solid 1px #72c02c;
}

/* line 8552, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v2 {
  border-radius: 1px;
}

/* line 8555, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-radio-v2 {
  border-radius: 50%;
}

/*------------------------------------
  Checkboxes v3
------------------------------------*/
/* line 8561, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v3, .u-check-icon-radio-v3 {
  width: 40px;
  height: 40px;
  border: solid 1px #72c02c;
  border-radius: 50%;
}

/*------------------------------------
  Checkboxes v4
------------------------------------*/
/* line 8570, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v4, .u-check-icon-radio-v4 {
  width: 18px;
  height: 18px;
  font-size: 12px;
  border: solid 1px #ccc;
}

/* line 8576, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v4 i::before, .u-check-icon-radio-v4 i::before {
  content: attr(data-uncheck-icon);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 8585, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-radio-v4 {
  border-radius: 50%;
}

/* line 8588, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-radio-v4 i {
  border-radius: 50%;
}

/* line 8591, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v4,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v4,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v4,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v4,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v4,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v4,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v4,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v4 {
  color: #72c02c;
  border-color: #72c02c;
}

/* line 8602, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v4 i::before,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v4 i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v4 i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v4 i::before,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v4 i::before,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v4 i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v4 i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v4 i::before {
  content: attr(data-check-icon);
}

/*------------------------------------
  Checkboxes v5
------------------------------------*/
/* line 8615, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v5, .u-check-icon-radio-v5 {
  width: 18px;
  height: 18px;
}

/* line 8619, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v5 i, .u-check-icon-radio-v5 i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: solid 1px #ccc;
  transform: translate(-50%, -50%);
}

/* line 8632, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v5 {
  border-radius: 1px;
}

/* line 8635, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-radio-v5 {
  border-radius: 50%;
}

/* line 8638, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-radio-v5 i {
  border-radius: 50%;
}

/* line 8641, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v5 i,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v5 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v5 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v5 i,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v5 i,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v5 i,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v5 i,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v5 i {
  border-width: 4px;
  border-color: #72c02c;
}

/*------------------------------------
  Checkboxes v6
------------------------------------*/
/* line 8655, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v6, .u-check-icon-radio-v6 {
  width: 18px;
  height: 18px;
  font-size: 12px;
}

/* line 8660, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v6 i, .u-check-icon-radio-v6 i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #ccc;
  transform: translate(-50%, -50%);
}

/* line 8672, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v6 i::before, .u-check-icon-radio-v6 i::before {
  content: attr(data-uncheck-icon);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 8681, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-radio-v6 {
  border-radius: 50%;
}

/* line 8684, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-radio-v6 i {
  border-radius: 50%;
}

/* line 8687, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v6 i,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v6 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v6 i,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v6 i,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v6 i,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v6 i,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v6 i,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v6 i {
  color: #fff;
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 8699, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v6 i::before,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v6 i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v6 i::before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v6 i::before,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v6 i::before,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v6 i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v6 i::before,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v6 i::before {
  content: attr(data-check-icon);
}

/*------------------------------------
  Checkboxes v7
------------------------------------*/
/* line 8712, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v7, .u-check-icon-radio-v7 {
  cursor: pointer;
  display: block;
  width: 43px;
  height: 22px;
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  color: #ddd;
  border: solid 1px #ddd;
  border-radius: 12px;
}

/* line 8724, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v7 i::before, .u-check-icon-checkbox-v7 i::after, .u-check-icon-radio-v7 i::before, .u-check-icon-radio-v7 i::after {
  content: "";
  display: block;
  position: absolute;
}

/* line 8729, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v7 i::before, .u-check-icon-radio-v7 i::before {
  content: attr(data-uncheck-icon);
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: right;
  padding: 2px 7px;
}

/* line 8740, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v7 i::after, .u-check-icon-radio-v7 i::after {
  top: 50%;
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: #ddd;
  border-radius: 50%;
  transform: translateY(-50%);
  transition-property: left;
  transition-duration: .1s;
  transition-timing-function: ease-in;
}

/* line 8754, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v7,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v7,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v7,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v7,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v7,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v7,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v7,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v7 {
  color: #fff;
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 8766, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v7 i:before,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v7 i:before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v7 i:before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v7 i:before,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v7 i:before,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v7 i:before,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v7 i:before,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v7 i:before {
  content: attr(data-check-icon);
  text-align: left;
}

/* line 8777, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v7 i::after,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v7 i::after,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v7 i::after,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v7 i::after,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v7 i::after,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v7 i::after,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v7 i::after,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v7 i::after {
  left: calc(100% - 19px);
  background-color: #fff;
}

/*------------------------------------
  Checkboxes v7
------------------------------------*/
/* line 8791, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v8, .u-check-icon-radio-v8 {
  cursor: pointer;
  display: block;
  width: 43px;
  height: 22px;
  font-style: normal;
  font-weight: 700;
  font-size: 9px;
  color: #ddd;
  border: solid 1px #ddd;
  border-radius: 12px;
}

/* line 8803, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v8 i::before, .u-check-icon-checkbox-v8 i::after, .u-check-icon-radio-v8 i::before, .u-check-icon-radio-v8 i::after {
  content: "";
  display: block;
  position: absolute;
}

/* line 8808, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v8 i::before, .u-check-icon-radio-v8 i::before {
  content: attr(data-uncheck-icon);
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: right;
  padding: 2px 7px;
}

/* line 8819, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check-icon-checkbox-v8 i::after, .u-check-icon-radio-v8 i::after {
  top: 50%;
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: #ddd;
  border-radius: 50%;
  transform: translateY(-50%);
  transition-property: left;
  transition-duration: .1s;
  transition-timing-function: ease-in;
}

/* line 8833, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v8,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v8,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v8,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v8,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v8,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v8,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v8,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v8 {
  color: #72c02c;
  border-color: #72c02c;
}

/* line 8844, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v8 i:before,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v8 i:before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v8 i:before,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v8 i:before,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v8 i:before,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v8 i:before,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v8 i:before,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v8 i:before {
  content: attr(data-check-icon);
  text-align: left;
}

/* line 8855, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-check input[type="checkbox"]:checked + .u-check-icon-checkbox-v8 i::after,
.u-check input[type="checkbox"]:checked + .u-check-icon-radio-v8 i::after,
.u-check input[type="checkbox"]:checked + * .u-check-icon-checkbox-v8 i::after,
.u-check input[type="checkbox"]:checked + * .u-check-icon-radio-v8 i::after,
.u-check input[type="radio"]:checked + .u-check-icon-checkbox-v8 i::after,
.u-check input[type="radio"]:checked + .u-check-icon-radio-v8 i::after,
.u-check input[type="radio"]:checked + * .u-check-icon-checkbox-v8 i::after,
.u-check input[type="radio"]:checked + * .u-check-icon-radio-v8 i::after {
  left: calc(100% - 19px);
  background-color: #72c02c;
}

/* P */
/* line 8867, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-checkbox-v1"] {
  display: none;
}

/* line 8870, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-checkbox-v1"] + label {
  cursor: pointer;
}

/* line 8873, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-checkbox-v1--checked-color-primary:checked + label {
  color: #72c02c !important;
}

/* line 8876, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-checkbox-v1--checked-brd-primary:checked + label {
  border-color: #72c02c !important;
}

/*------------------------------------
  File Attachments
------------------------------------*/
/*------------------------------------
  File Attachments v1
------------------------------------*/
/* line 8885, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-file-attach-v1 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* line 8890, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-file-attach-v1 input[type="file"] {
  position: absolute;
  top: -25%;
  left: -25%;
  z-index: 10;
  width: 150%;
  height: 150%;
  opacity: 0;
  cursor: pointer;
}

/* line 8900, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-file-attach-v1 input[readonly] {
  background-color: transparent;
}

/*------------------------------------
  File Attachments v2
------------------------------------*/
/* line 8906, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-file-attach-v2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* line 8911, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-file-attach-v2 input[type="file"] {
  position: absolute;
  top: -25%;
  left: -25%;
  z-index: 10;
  width: 150%;
  height: 150%;
  opacity: 0;
  cursor: pointer;
}

/*------------------------------------
  File Attachments v2
------------------------------------*/
/* line 8924, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-file-attach-v3 {
  cursor: pointer;
  position: relative;
  text-align: center;
  background-color: #f7f7f7;
  overflow: hidden;
  border: 1px dashed #ccc;
  padding: 60px;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 8936, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-file-attach-v3 input[type="file"] {
  position: absolute;
  top: -25%;
  left: -25%;
  z-index: 10;
  width: 150%;
  height: 150%;
  opacity: 0;
  cursor: pointer;
}

/* line 8946, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-file-attach-v3:hover {
  background-color: #eee;
}

/*------------------------------------
  Selects
------------------------------------*/
/* line 8952, /home/app/webapp/app/assets/stylesheets/unify.css */
.input-group select {
  -webkit-appearance: none;
}

/*------------------------------------
  Selects v1
------------------------------------*/
/* line 8958, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 {
  position: relative;
  max-width: 100%;
  font-size: 1rem;
  color: rgba(85, 85, 85, 0.3);
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding: .4rem 1rem;
}

/* line 8969, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-single {
  position: static;
  height: auto;
  color: inherit;
  background-image: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  line-height: inherit;
}

/* line 8981, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-single span {
  margin-right: 0;
}

/* line 8984, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-single span img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

/* line 8989, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-single div {
  width: 40px;
}

/* line 8992, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-single div b {
  background: none !important;
}

/* line 8995, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-single div b i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 9003, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-single div b i:first-child {
  display: inline-block;
}

/* line 9006, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-single div b i:last-child {
  display: none;
}

/* line 9009, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-single:focus {
  outline: 0 none;
}

/* line 9012, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-drop {
  width: calc(100% + 2px);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 0;
  border-top-width: 1px;
  margin-left: -1px;
}

/* line 9022, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-results {
  padding: 0;
  margin: 0;
}

/* line 9026, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-results > li {
  position: relative;
  font-size: inherit;
  color: #999;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  padding: 12px 16px;
}

/* line 9035, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-results > li img {
  position: relative;
  top: -2px;
  margin-right: 4px;
}

/* line 9040, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-results > li div {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
}

/* line 9047, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-results > li div b {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 9052, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-results > li div b i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
}

/* line 9061, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-results > li:last-child {
  border-bottom-width: 0;
}

/* line 9064, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-results > li.highlighted {
  color: #999;
  background-image: none;
  background-color: rgba(114, 192, 44, 0.2);
  border-bottom-color: rgba(114, 192, 44, 0.2);
}

/* line 9070, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-results > li.result-selected {
  color: #999;
  background-color: rgba(114, 192, 44, 0.2);
  border-bottom-color: rgba(114, 192, 44, 0.2);
}

/* line 9075, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 .chosen-results > li.result-selected div b i {
  display: inline-block;
}

/* line 9078, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1.chosen-container-active .chosen-single {
  background-image: none;
  box-shadow: none;
}

/* line 9082, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1.chosen-with-drop .chosen-single {
  border: none;
  border-radius: 0;
}

/* line 9086, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1.chosen-with-drop .chosen-single div b i:first-child {
  display: none;
}

/* line 9089, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1.chosen-with-drop .chosen-single div b i:last-child {
  display: inline-block;
}

/* line 9092, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices {
  background-image: none;
  border: none;
  box-shadow: none;
  padding: 0;
}

/* line 9098, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice {
  font-size: 12px;
  color: #999;
  background-image: none;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0;
  padding: 5px 20px 5px 5px;
}

/* line 9107, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-choice-close {
  top: 50%;
  transform: translateY(-50%);
}

/* line 9113, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field {
  height: 22px;
}

/* line 9116, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1.chosen-container-multi:not(.u-select-multiple-custom) .chosen-choices .search-field input[type="text"] {
  height: 22px;
  margin: 0;
}

/* line 9120, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1.u-select-multiple-custom .chosen-choices {
  display: none;
}

/* line 9123, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1.u-select-multiple-custom .chosen-drop {
  width: 100%;
  position: static;
  top: auto;
  left: auto;
  z-index: 3;
  border: none;
  box-shadow: none;
  margin-left: 0;
}

/* line 9133, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1.u-dropdown-sm {
  padding: .1rem .5rem;
  font-size: .875rem;
}

/* line 9137, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1.u-dropdown-sm .chosen-results > li {
  padding: 6px 8px;
}

/* line 9140, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1.u-dropdown-lg {
  padding: .55rem 1.5rem;
  font-size: 1.25rem;
}

/* line 9144, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1.u-dropdown-lg .chosen-results > li {
  padding: 14px 18px;
}

/*------------------------------------
  Sliders
------------------------------------*/
/*------------------------------------
  Sliders v1
------------------------------------*/
/* line 9153, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-slider-v1.ui-slider, .u-slider-v1-2.ui-slider, .u-slider-v1-3.ui-slider {
  position: relative;
  background: #eee;
  border: none;
  border-radius: 0;
  margin-top: 12px;
  margin-left: 6px;
  margin-right: 6px;
}

/* line 9162, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-slider-v1.ui-slider .ui-slider-handle, .u-slider-v1-2.ui-slider .ui-slider-handle, .u-slider-v1-3.ui-slider .ui-slider-handle {
  position: absolute;
  top: 50%;
  border-style: solid;
  outline: none;
  background: #fff;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

/* line 9174, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-slider-v1.ui-slider.ui-slider-content, .u-slider-v1-2.ui-slider.ui-slider-content, .u-slider-v1-3.ui-slider.ui-slider-content {
  border-color: #eee;
}

/* line 9177, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-slider-v1.ui-slider {
  height: 2px;
}

/* line 9180, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-slider-v1.ui-slider .ui-slider-range {
  background: #72c02c;
}

/* line 9183, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-slider-v1.ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-width: 2px;
  border-color: #72c02c;
}

/* line 9191, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-slider-v1-2.ui-slider, .u-slider-v1-3.ui-slider {
  height: 4px;
}

/* line 9194, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-slider-v1-2.ui-slider .ui-slider-range, .u-slider-v1-3.ui-slider .ui-slider-range {
  background: #ddd;
}

/* line 9197, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-slider-v1-2.ui-slider .ui-slider-handle, .u-slider-v1-3.ui-slider .ui-slider-handle {
  width: 15px;
  height: 15px;
  margin-top: -8px;
  margin-left: -8px;
  border-width: 2px;
  border-color: #72c02c;
}

/* line 9205, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-slider-v1-3.ui-slider .ui-slider-handle {
  border-radius: 50%;
}

/*------------------------------------
  Datepickers
------------------------------------*/
/*------------------------------------
  Datepickers v1
------------------------------------*/
/* line 9214, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 {
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  z-index: 2 !important;
}

/* line 9220, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1.ui-datepicker-inline {
  width: 100%;
}

/* line 9223, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1.ui-datepicker {
  width: initial;
  padding: initial;
}

/* line 9227, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker {
  width: 100%;
  padding: 0;
  border: none;
}

/* line 9232, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
  padding: 0;
}

/* line 9241, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-title {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  margin-left: 45px;
  margin-right: 45px;
}

/* line 9250, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-prev, .u-datepicker-v1 .ui-datepicker-next {
  width: 45px;
  height: 45px;
  line-height: 45px;
  top: 0;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
}

/* line 9259, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-prev > span, .u-datepicker-v1 .ui-datepicker-next > span {
  position: static;
  top: 0;
  left: 0;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 18px;
  color: #555;
  background-image: none;
  text-indent: 0;
  margin-top: 0;
  margin-left: 0;
}

/* line 9273, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-prev-hover, .u-datepicker-v1 .ui-datepicker-next-hover {
  top: 0;
  background-color: transparent;
}

/* line 9277, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-prev.ui-state-hover, .u-datepicker-v1 .ui-datepicker-next.ui-state-hover {
  border: none;
}

/* line 9280, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-prev {
  left: 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ccc;
}

/* line 9286, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-prev-hover {
  left: 0;
}

/* line 9289, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-prev.ui-state-hover {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ccc;
}

/* line 9294, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-next {
  right: 0;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ccc;
}

/* line 9300, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-next-hover {
  right: 0;
}

/* line 9303, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-next.ui-state-hover {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #ccc;
}

/* line 9308, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-calendar {
  margin-bottom: 0;
}

/* line 9311, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-calendar th,
.u-datepicker-v1 .ui-datepicker-calendar td {
  text-align: center;
  padding: 3px;
}

/* line 9316, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-calendar th span,
.u-datepicker-v1 .ui-datepicker-calendar th a,
.u-datepicker-v1 .ui-datepicker-calendar td span,
.u-datepicker-v1 .ui-datepicker-calendar td a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #555;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0;
}

/* line 9332, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-calendar th a,
.u-datepicker-v1 .ui-datepicker-calendar td a {
  border-radius: 50%;
  transition: all .2s;
}

/* line 9337, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-calendar th a:hover, .u-datepicker-v1 .ui-datepicker-calendar th a.ui-state-active,
.u-datepicker-v1 .ui-datepicker-calendar td a:hover,
.u-datepicker-v1 .ui-datepicker-calendar td a.ui-state-active {
  color: #fff;
  background-color: #72c02c;
  border-color: #72c02c;
  transition: all .2s;
}

/* line 9345, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-calendar th span,
.u-datepicker-v1 .ui-datepicker-calendar th a {
  font-size: 12px;
  font-weight: 400;
  color: #bbb;
  text-transform: uppercase;
}

/* line 9352, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-datepicker-v1 .ui-datepicker-calendar td span,
.u-datepicker-v1 .ui-datepicker-calendar td a {
  font-size: 14px;
}

@media (min-width: 768px) {
  /* line 9357, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-datepicker-v1 .ui-datepicker-title {
    height: 50px;
    line-height: 50px;
    margin-left: 50px;
    margin-right: 50px;
  }

  /* line 9362, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-datepicker-v1 .ui-datepicker-prev, .u-datepicker-v1 .ui-datepicker-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  /* line 9366, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-datepicker-v1 .ui-datepicker-calendar {
    border-collapse: separate;
    border-spacing: 4px;
  }

  /* line 9369, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-datepicker-v1 .ui-datepicker-calendar th,
  .u-datepicker-v1 .ui-datepicker-calendar td {
    padding: 5px;
  }

  /* line 9372, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-datepicker-v1 .ui-datepicker-calendar th span,
  .u-datepicker-v1 .ui-datepicker-calendar th a,
  .u-datepicker-v1 .ui-datepicker-calendar td span,
  .u-datepicker-v1 .ui-datepicker-calendar td a {
    font-size: 14px;
  }
}
/*------------------------------------
  Quantity
------------------------------------*/
/* line 9381, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-quantity-v1 input:not([type="checkbox"]):not([type="radio"]) {
  background-color: #fff;
}

/* line 9384, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-plus,
.js-minus {
  cursor: pointer;
}

/*------------------------------------
  Carousel indicators
------------------------------------*/
/* line 9391, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-carousel-indicators"] {
  display: block;
  position: absolute;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 9397, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-carousel-indicators"] li {
  list-style: none;
}

/* line 9400, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-carousel-indicators"] span {
  display: block;
  cursor: pointer;
}

/*------------------------------------
  Carousel indicators v1
------------------------------------*/
/* line 9407, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v1,
.u-carousel-indicators-v1--white {
  display: flex !important;
}

/* line 9413, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v1 li,
.u-carousel-indicators-v1--white li {
  margin: 0 5px;
}

/* line 9417, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v1 li.slick-active span,
.u-carousel-indicators-v1--white li.slick-active span {
  background-color: #72c02c;
}

/* line 9421, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v1 span,
.u-carousel-indicators-v1--white span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #777;
  opacity: 1;
}

/* line 9429, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v1 span {
  background-color: #777;
}

/* line 9432, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v1--white li.slick-active span {
  background-color: #fff;
}

/*------------------------------------
  Carousel indicators v2
------------------------------------*/
/* line 9438, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v2 li {
  margin: 0 5px;
}

/* line 9441, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v2 li.slick-active span {
  opacity: 1;
}

/* line 9444, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v2 span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .3;
}

/*------------------------------------
  Carousel indicators v3
------------------------------------*/
/* line 9454, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v3 li {
  margin: 0 3px;
}

/* line 9457, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v3 li.slick-active span {
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 9462, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v3 span {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: transparent;
}

/*------------------------------------
  Carousel indicators v4
------------------------------------*/
/* line 9472, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v4 li {
  margin: 0 7px;
}

/* line 9475, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v4 li.slick-active span {
  background-color: #72c02c;
}

/* line 9478, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v4 span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
}

/*------------------------------------
  Carousel indicators v5
------------------------------------*/
/* line 9487, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v5 {
  bottom: auto;
  left: auto;
  right: 15px;
  top: 15px;
  width: auto;
}

/* line 9494, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v5 li {
  margin: 0 3px;
}

/* line 9497, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v5 li.slick-active span {
  width: 9px;
  height: 9px;
  background-color: #fff;
}

/* line 9502, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v5 span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 1;
  position: relative;
}

/*------------------------------------
  Carousel indicators v6
------------------------------------*/
/* line 9513, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v6 {
  display: block;
  left: 50%;
  right: auto;
  bottom: 0;
  transform: translateX(-50%);
}

/* line 9522, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v6::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 50%;
  right: 50%;
  display: none;
  width: calc(100% - 130px);
  height: 0;
  border-bottom: 1px solid #111;
  transform: translate(-50%, 0px);
}

/* line 9536, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v6 span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #111;
  background-color: #fff;
  opacity: 1;
  margin: 4px auto 0;
}

/* line 9547, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v6 li {
  display: table-cell;
  width: 1%;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  color: #111;
  vertical-align: top;
  cursor: pointer;
  float: none;
}

/* line 9558, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v6 li.slick-active {
  color: #72c02c;
}

/* line 9561, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v6 li.slick-active span {
  display: block;
  width: 17px;
  height: 17px;
  border: 3px solid #72c02c;
  border-radius: 10px;
  margin: 0 auto;
}

/* line 9569, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v6 .u-dot-title {
  display: none;
}

@media (min-width: 768px) {
  /* line 9573, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v6 {
    top: 0;
    bottom: auto;
  }

  /* line 9576, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v6::before {
    display: block;
  }

  /* line 9578, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v6 span {
    margin: 3px auto 19px;
  }

  /* line 9580, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v6 li.slick-active span {
    margin: 0 auto 15px;
  }

  /* line 9582, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v6 .u-dot-title {
    display: block;
  }
}
/*------------------------------------
  Carousel indicators v7
------------------------------------*/
/* line 9588, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v7 {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  display: block;
  width: 7px;
  transform: translateY(-50%);
}

/* line 9599, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v7 span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .3;
}

/* line 9606, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v7 li {
  display: block;
  margin: 15px 0;
  float: none;
}

/* line 9611, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v7 li.slick-active span {
  opacity: 1;
}

/*------------------------------------
  Carousel indicators v8
------------------------------------*/
/* line 9617, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v8 {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  display: block;
  width: 7px;
  transform: translateY(-50%);
}

/* line 9628, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v8 span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
}

/* line 9634, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v8 li {
  display: block;
  margin: 15px 0;
}

/* line 9638, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v8 li.slick-active span {
  background-color: #72c02c;
}

/*------------------------------------
  Carousel indicators v9
------------------------------------*/
/* line 9644, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v9 {
  padding-left: 0;
}

/* line 9647, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v9 li {
  display: block;
  color: #000;
  text-transform: uppercase;
  background-color: #bbb;
  border-top-width: 0;
  border-top-style: solid;
  border-top-color: #fff;
  vertical-align: top;
  cursor: pointer;
  padding: 10px;
}

/* line 9659, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v9 li + li {
  border-top-width: 1px;
}

/* line 9662, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v9 li.slick-active {
  color: #fff;
  background-color: #72c02c;
}

@media (min-width: 576px) {
  /* line 9667, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v9 li {
    display: table-cell;
    width: 1%;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-left-width: 0;
    border-right-width: 0;
    float: none;
    vertical-align: top;
    cursor: pointer;
    padding: 10px;
  }

  /* line 9679, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v9 li + li {
    border-left-width: 1px;
  }
}
/*------------------------------------
  Carousel indicators v10
------------------------------------*/
/* line 9685, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v10 {
  padding-left: 0;
}

/* line 9688, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v10 li {
  display: block;
  color: #000;
  text-transform: uppercase;
  background-color: #bbb;
  border-top-width: 0;
  border-top-style: solid;
  border-top-color: #fff;
  vertical-align: top;
  cursor: pointer;
  padding: 10px;
}

/* line 9700, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v10 li + li {
  border-top-width: 1px;
}

/* line 9703, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v10 li.slick-active {
  color: #fff;
  background-color: #72c02c;
}

@media (min-width: 576px) {
  /* line 9708, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v10 {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
  }

  /* line 9718, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v10 li {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
/*------------------------------------
  Carousel indicators v11
------------------------------------*/
/* line 9736, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v11 span {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background-color: transparent;
}

/* line 9744, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v11 li {
  margin: 0 3px;
}

/* line 9747, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v11 li.slick-active span {
  background-color: #bbb;
}

/*------------------------------------
  Carousel indicators v12
------------------------------------*/
/* line 9753, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v12,
.u-carousel-indicators-v12--white {
  white-space: nowrap;
}

/* line 9757, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v12 li,
.u-carousel-indicators-v12--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 9765, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v12 li span,
.u-carousel-indicators-v12--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: transparent;
  border-radius: 50%;
  text-indent: -9999px;
  transition: background .3s ease;
}

/* line 9778, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v12 li span::before, .u-carousel-indicators-v12 li span::after,
.u-carousel-indicators-v12--white li span::before,
.u-carousel-indicators-v12--white li span::after {
  content: "";
  display: none;
}

/* line 9784, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v12 li span::before,
.u-carousel-indicators-v12--white li span::before {
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height .3s ease;
}

/* line 9793, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v12 li span:hover, .u-carousel-indicators-v12 li span:focus,
.u-carousel-indicators-v12--white li span:hover,
.u-carousel-indicators-v12--white li span:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 9798, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v12 li.slick-active span::before,
.u-carousel-indicators-v12--white li.slick-active span::before {
  height: 100%;
}

/* line 9802, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v12--white li span {
  box-shadow: inset 0 0 0 2px #fff;
}

/* line 9805, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v12--white li span::before {
  background-color: #fff;
  box-shadow: 0 0 1px #fff;
}

/*------------------------------------
  Carousel indicators v13
------------------------------------*/
/* line 9812, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v13,
.u-carousel-indicators-v13--white {
  white-space: nowrap;
}

/* line 9816, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v13 li,
.u-carousel-indicators-v13--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 9824, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v13 li span,
.u-carousel-indicators-v13--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-indent: -9999px;
  transition: transform .3s ease, background-color .3s ease;
}

/* line 9837, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v13 li span::before, .u-carousel-indicators-v13 li span::after,
.u-carousel-indicators-v13--white li span::before,
.u-carousel-indicators-v13--white li span::after {
  content: "";
  display: none;
}

/* line 9843, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v13 li.slick-active span,
.u-carousel-indicators-v13--white li.slick-active span {
  transform: scale(1.5);
}

/* line 9849, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v13--white li span {
  background: rgba(255, 255, 255, 0.5);
}

/* line 9852, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v13--white li span:hover, .u-carousel-indicators-v13--white li span:focus {
  background-color: #fff;
}

/* line 9855, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v13--white li.slick-active span {
  background-color: #fff;
}

/*------------------------------------
  Carousel indicators v14
------------------------------------*/
/* line 9861, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v14,
.u-carousel-indicators-v14--white {
  white-space: nowrap;
}

/* line 9865, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v14 li,
.u-carousel-indicators-v14--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 9873, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v14 li span,
.u-carousel-indicators-v14--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-indent: -9999px;
  transition: box-shadow .3s ease, background-color .3s ease;
}

/* line 9884, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v14 li span::before, .u-carousel-indicators-v14 li span::after,
.u-carousel-indicators-v14--white li span::before,
.u-carousel-indicators-v14--white li span::after {
  content: "";
  display: none;
}

/* line 9890, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v14--white li span {
  background: rgba(255, 255, 255, 0.5);
}

/* line 9893, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v14--white li span:hover, .u-carousel-indicators-v14--white li span:focus {
  background-color: #fff;
}

/* line 9896, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v14--white li.slick-active span {
  background-color: transparent;
  box-shadow: 0 0 0 2px #fff;
}

/*------------------------------------
  Carousel indicators v15
------------------------------------*/
/* line 9903, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v15,
.u-carousel-indicators-v15--white {
  white-space: nowrap;
}

/* line 9907, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v15 li,
.u-carousel-indicators-v15--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 9915, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v15 li span,
.u-carousel-indicators-v15--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  text-indent: -9999px;
  transition: box-shadow .3s ease;
}

/* line 9927, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v15 li span::before, .u-carousel-indicators-v15 li span::after,
.u-carousel-indicators-v15--white li span::before,
.u-carousel-indicators-v15--white li span::after {
  content: "";
  display: none;
}

/* line 9933, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v15--white li span {
  box-shadow: inset 0 0 0 2px #fff;
}

/* line 9936, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v15--white li span:hover, .u-carousel-indicators-v15--white li span:focus {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
}

/* line 9939, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v15--white li.slick-active span {
  box-shadow: inset 0 0 0 8px #fff;
}

/*------------------------------------
  Carousel indicators v16
------------------------------------*/
/* line 9945, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v16,
.u-carousel-indicators-v16--white {
  white-space: nowrap;
}

/* line 9949, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v16 li,
.u-carousel-indicators-v16--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 9957, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v16 li span,
.u-carousel-indicators-v16--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  transition: opacity .3s ease;
}

/* line 9970, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v16 li span::before, .u-carousel-indicators-v16 li span::after,
.u-carousel-indicators-v16--white li span::before,
.u-carousel-indicators-v16--white li span::after {
  content: "";
  display: none;
}

/* line 9976, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v16 li span::before,
.u-carousel-indicators-v16--white li span::before {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform .3s ease;
}

/* line 9994, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v16 li span:hover, .u-carousel-indicators-v16 li span:focus,
.u-carousel-indicators-v16--white li span:hover,
.u-carousel-indicators-v16--white li span:focus {
  opacity: .7;
}

/* line 9999, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v16 li.slick-active span::before,
.u-carousel-indicators-v16--white li.slick-active span::before {
  transform: scale(1);
}

/* line 10005, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v16--white li span {
  box-shadow: inset 0 0 0 2px #fff;
}

/* line 10008, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v16--white li span::before {
  background-color: #fff;
}

/* line 10011, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v16--sm li {
  width: 8px;
  height: 8px;
}

/* line 10015, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v16--sm li span {
  box-shadow: inset 0 0 0 1px #fff;
}

/*------------------------------------
  Carousel indicators v17
------------------------------------*/
/* line 10021, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v17,
.u-carousel-indicators-v17--white {
  white-space: nowrap;
}

/* line 10025, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v17 li,
.u-carousel-indicators-v17--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 10033, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v17 li span,
.u-carousel-indicators-v17--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-indent: -9999px;
  transition: box-shadow 0.3s ease;
}

/* line 10044, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v17 li span::before, .u-carousel-indicators-v17 li span::after,
.u-carousel-indicators-v17--white li span::before,
.u-carousel-indicators-v17--white li span::after {
  content: "";
  display: none;
}

/* line 10050, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v17--white li span {
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5);
}

/* line 10053, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v17--white li span:hover, .u-carousel-indicators-v17--white li span:focus {
  box-shadow: inset 0 0 0 8px #fff;
}

/* line 10056, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v17--white li.slick-active span {
  box-shadow: inset 0 0 0 2px #fff;
}

/*------------------------------------
  Carousel indicators v18
------------------------------------*/
/* line 10062, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v18,
.u-carousel-indicators-v18--white {
  white-space: nowrap;
}

/* line 10066, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v18 li,
.u-carousel-indicators-v18--white li {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 5px;
}

/* line 10074, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v18 li span,
.u-carousel-indicators-v18--white li span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-indent: -9999px;
  transition: opacity .3s ease;
}

/* line 10085, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v18 li span::before, .u-carousel-indicators-v18 li span::after,
.u-carousel-indicators-v18--white li span::before,
.u-carousel-indicators-v18--white li span::after {
  content: "";
  display: none;
}

/* line 10091, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v18 li span:hover, .u-carousel-indicators-v18 li span:focus,
.u-carousel-indicators-v18--white li span:hover,
.u-carousel-indicators-v18--white li span:focus {
  opacity: .5;
}

/* line 10096, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v18 li svg,
.u-carousel-indicators-v18 li i,
.u-carousel-indicators-v18--white li svg,
.u-carousel-indicators-v18--white li i {
  z-index: 10;
  width: 100%;
  height: 100%;
}

/* line 10104, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v18 li svg circle,
.u-carousel-indicators-v18 li svg path,
.u-carousel-indicators-v18 li svg polygon,
.u-carousel-indicators-v18 li i circle,
.u-carousel-indicators-v18 li i path,
.u-carousel-indicators-v18 li i polygon,
.u-carousel-indicators-v18--white li svg circle,
.u-carousel-indicators-v18--white li svg path,
.u-carousel-indicators-v18--white li svg polygon,
.u-carousel-indicators-v18--white li i circle,
.u-carousel-indicators-v18--white li i path,
.u-carousel-indicators-v18--white li i polygon {
  opacity: 0;
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 39 39;
  stroke-dashoffset: 39;
  transition: stroke-dashoffset .3s, opacity .3s;
}

/* line 10125, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v18 li.slick-active span,
.u-carousel-indicators-v18--white li.slick-active span {
  opacity: .5;
}

/* line 10129, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v18 li.slick-active svg circle,
.u-carousel-indicators-v18 li.slick-active svg path,
.u-carousel-indicators-v18 li.slick-active svg polygon,
.u-carousel-indicators-v18 li.slick-active i circle,
.u-carousel-indicators-v18 li.slick-active i path,
.u-carousel-indicators-v18 li.slick-active i polygon,
.u-carousel-indicators-v18--white li.slick-active svg circle,
.u-carousel-indicators-v18--white li.slick-active svg path,
.u-carousel-indicators-v18--white li.slick-active svg polygon,
.u-carousel-indicators-v18--white li.slick-active i circle,
.u-carousel-indicators-v18--white li.slick-active i path,
.u-carousel-indicators-v18--white li.slick-active i polygon {
  opacity: 1;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset .3s, opacity .15s;
}

/* line 10145, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v18--white li span {
  background-color: #72c02c;
}

/* line 10148, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v18--white li svg circle,
.u-carousel-indicators-v18--white li svg path,
.u-carousel-indicators-v18--white li svg polygon,
.u-carousel-indicators-v18--white li i circle,
.u-carousel-indicators-v18--white li i path,
.u-carousel-indicators-v18--white li i polygon {
  stroke: #fff;
}

/*------------------------------------
  Carousel indicators v19
------------------------------------*/
/* line 10159, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v19,
.u-carousel-indicators-v19--white {
  white-space: nowrap;
}

/* line 10163, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v19 li,
.u-carousel-indicators-v19--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 5px;
  transition: box-shadow .3s ease;
}

/* line 10173, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v19 li span,
.u-carousel-indicators-v19--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-indent: -9999px;
  transition: background-color .3s ease, transform .3s ease;
}

/* line 10186, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v19 li span::before, .u-carousel-indicators-v19 li span::after,
.u-carousel-indicators-v19--white li span::before,
.u-carousel-indicators-v19--white li span::after {
  content: "";
  display: none;
}

/* line 10192, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v19 li.slick-active span,
.u-carousel-indicators-v19--white li.slick-active span {
  background-color: #fff;
  transform: scale(0.4);
}

/* line 10199, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v19--white li {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
}

/* line 10202, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v19--white li span {
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 10205, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v19--white li span:hover, .u-carousel-indicators-v19--white li span:focus {
  background-color: #fff;
}

/* line 10208, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v19--white li.slick-active {
  box-shadow: 0 0 0 2px #fff;
}

/*------------------------------------
  Carousel indicators v20
------------------------------------*/
/* line 10214, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v20,
.u-carousel-indicators-v20--white {
  white-space: nowrap;
}

/* line 10218, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v20 li,
.u-carousel-indicators-v20--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 10226, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v20 li span,
.u-carousel-indicators-v20--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-indent: -9999px;
  transition: border-color .3s ease;
}

/* line 10237, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v20 li span::before, .u-carousel-indicators-v20 li span::after,
.u-carousel-indicators-v20--white li span::before,
.u-carousel-indicators-v20--white li span::after {
  content: "";
  display: none;
}

/* line 10243, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v20 li span::before,
.u-carousel-indicators-v20--white li span::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transform: scale(3);
  transition: opacity .3s ease, transform .3s ease, visibility 0s .3s;
}

/* line 10261, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v20 li span:hover, .u-carousel-indicators-v20 li span:focus,
.u-carousel-indicators-v20--white li span:hover,
.u-carousel-indicators-v20--white li span:focus {
  border-color: #72c02c;
}

/* line 10266, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v20 li.slick-active span,
.u-carousel-indicators-v20--white li.slick-active span {
  border-color: #72c02c;
}

/* line 10270, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v20 li.slick-active span::before,
.u-carousel-indicators-v20--white li.slick-active span::before {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: opacity .3s ease, transform .3s ease;
}

/* line 10281, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v20--white li span {
  border: 2px solid #fff;
}

/* line 10284, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v20--white li span::before {
  background: #72c02c;
  box-shadow: 0 0 1px #72c02c;
}

/*------------------------------------
  Carousel indicators v21
------------------------------------*/
/* line 10291, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v21,
.u-carousel-indicators-v21--white {
  white-space: nowrap;
}

/* line 10295, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v21 li,
.u-carousel-indicators-v21--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  perspective: 1000px;
}

/* line 10305, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v21 li span,
.u-carousel-indicators-v21--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: 50%;
  text-indent: -9999px;
  transform-style: preserve-3d;
  transition: transform .3s ease, opacity .3s ease;
}

/* line 10321, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v21 li span::before, .u-carousel-indicators-v21 li span::after,
.u-carousel-indicators-v21--white li span::before,
.u-carousel-indicators-v21--white li span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-indent: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 10336, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v21 li span::after,
.u-carousel-indicators-v21--white li span::after {
  transform: rotateY(180deg);
}

/* line 10341, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v21 li span:hover,
.u-carousel-indicators-v21--white li span:hover {
  opacity: .8;
}

/* line 10345, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v21 li.slick-active span,
.u-carousel-indicators-v21--white li.slick-active span {
  transform: rotateY(180deg);
}

/* line 10350, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v21--white li span::before {
  background-color: #fff;
}

/* line 10353, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v21--white li span::after {
  background-color: #72c02c;
}

/*------------------------------------
  Carousel indicators v22
------------------------------------*/
/* line 10359, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22,
.u-carousel-indicators-v22--white {
  white-space: nowrap;
}

/* line 10363, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22 li,
.u-carousel-indicators-v22--white li {
  position: relative;
  display: inline-block;
  z-index: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
  transition: border-color .3s ease;
}

/* line 10375, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22 li span,
.u-carousel-indicators-v22--white li span {
  position: absolute;
  bottom: 250%;
  left: 50%;
  width: auto;
  height: auto;
  line-height: 2;
  opacity: 0;
  white-space: nowrap;
  visibility: hidden;
  border-radius: 0;
  padding: 0 10px;
  transform: translateX(-50%) translateY(-50%);
  transition: transform .3s ease, opacity .3s ease, visibility 0s .3s ease;
}

/* line 10395, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22 li span::before, .u-carousel-indicators-v22 li span::after,
.u-carousel-indicators-v22--white li span::before,
.u-carousel-indicators-v22--white li span::after {
  content: "";
  display: none;
}

/* line 10401, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22 li span::before,
.u-carousel-indicators-v22--white li span::before {
  display: block;
  position: absolute;
  top: 99%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: 10px solid transparent;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity .3s ease;
}

/* line 10416, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22 li span:hover,
.u-carousel-indicators-v22--white li span:hover {
  z-index: 11;
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0%);
  transition: transform .3s ease, opacity .3s ease;
}

/* line 10428, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22 li.slick-active span,
.u-carousel-indicators-v22--white li.slick-active span {
  z-index: 100;
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0%);
  transition: transform .3s ease, opacity .3s ease;
}

/* line 10440, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22 li.slick-active:hover span,
.u-carousel-indicators-v22--white li.slick-active:hover span {
  opacity: 1 !important;
}

/* line 10444, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22 li:hover,
.u-carousel-indicators-v22--white li:hover {
  z-index: 11;
}

/* line 10448, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22:hover li.slick-active span,
.u-carousel-indicators-v22--white:hover li.slick-active span {
  opacity: .2;
}

/* line 10452, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22--white li {
  border: 2px solid #fff;
}

/* line 10455, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22--white li span {
  color: #fff;
  background-color: #72c02c;
}

/* line 10459, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22--white li span::before {
  border-top-color: #72c02c;
}

/* line 10462, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v22--white li.slick-active {
  border-color: #72c02c;
}

/*------------------------------------
  Carousel indicators v23
------------------------------------*/
/* line 10468, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23,
.u-carousel-indicators-v23--white {
  white-space: nowrap;
}

/* line 10472, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li,
.u-carousel-indicators-v23--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 10480, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li span,
.u-carousel-indicators-v23--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-indent: -9999px;
  transition: background-color .3s ease;
}

/* line 10491, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li span::before, .u-carousel-indicators-v23 li span::after,
.u-carousel-indicators-v23--white li span::before,
.u-carousel-indicators-v23--white li span::after {
  content: "";
  display: none;
}

/* line 10497, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:first-child ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:first-child ~ .u-dots-helper {
  transform: translateX(0);
}

/* line 10503, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(2) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(2) ~ .u-dots-helper {
  transform: translateX(100%);
}

/* line 10509, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(3) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(3) ~ .u-dots-helper {
  transform: translateX(200%);
}

/* line 10515, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(4) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(4) ~ .u-dots-helper {
  transform: translateX(300%);
}

/* line 10521, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(5) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(5) ~ .u-dots-helper {
  transform: translateX(400%);
}

/* line 10527, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(6) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(6) ~ .u-dots-helper {
  transform: translateX(500%);
}

/* line 10533, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(7) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(7) ~ .u-dots-helper {
  transform: translateX(600%);
}

/* line 10539, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(8) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(8) ~ .u-dots-helper {
  transform: translateX(700%);
}

/* line 10545, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(9) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(9) ~ .u-dots-helper {
  transform: translateX(800%);
}

/* line 10551, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(10) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(10) ~ .u-dots-helper {
  transform: translateX(900%);
}

/* line 10557, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(11) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(11) ~ .u-dots-helper {
  transform: translateX(1000%);
}

/* line 10563, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(12) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(12) ~ .u-dots-helper {
  transform: translateX(1100%);
}

/* line 10569, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(13) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(13) ~ .u-dots-helper {
  transform: translateX(1200%);
}

/* line 10575, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(14) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(14) ~ .u-dots-helper {
  transform: translateX(1300%);
}

/* line 10581, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(15) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(15) ~ .u-dots-helper {
  transform: translateX(1400%);
}

/* line 10587, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(16) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(16) ~ .u-dots-helper {
  transform: translateX(1500%);
}

/* line 10593, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(17) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(17) ~ .u-dots-helper {
  transform: translateX(1600%);
}

/* line 10599, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(18) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(18) ~ .u-dots-helper {
  transform: translateX(1700%);
}

/* line 10605, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(19) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(19) ~ .u-dots-helper {
  transform: translateX(1800%);
}

/* line 10611, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(20) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(20) ~ .u-dots-helper {
  transform: translateX(1900%);
}

/* line 10617, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(21) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(21) ~ .u-dots-helper {
  transform: translateX(2000%);
}

/* line 10623, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(22) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(22) ~ .u-dots-helper {
  transform: translateX(2100%);
}

/* line 10629, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(23) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(23) ~ .u-dots-helper {
  transform: translateX(2200%);
}

/* line 10635, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(24) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(24) ~ .u-dots-helper {
  transform: translateX(2300%);
}

/* line 10641, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(25) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(25) ~ .u-dots-helper {
  transform: translateX(2400%);
}

/* line 10647, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(26) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(26) ~ .u-dots-helper {
  transform: translateX(2500%);
}

/* line 10653, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(27) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(27) ~ .u-dots-helper {
  transform: translateX(2600%);
}

/* line 10659, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(28) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(28) ~ .u-dots-helper {
  transform: translateX(2700%);
}

/* line 10665, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 li.slick-active:nth-child(29) ~ .u-dots-helper,
.u-carousel-indicators-v23--white li.slick-active:nth-child(29) ~ .u-dots-helper {
  transform: translateX(2800%);
}

/* line 10671, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 .u-dots-helper,
.u-carousel-indicators-v23--white .u-dots-helper {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  transition: transform .3s ease;
}

/* line 10681, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23 .u-dots-helper::before,
.u-carousel-indicators-v23--white .u-dots-helper::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transform: translateX(-50%);
}

/* line 10694, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23--white li span {
  background: rgba(255, 255, 255, 0.5);
}

/* line 10697, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23--white li span:hover, .u-carousel-indicators-v23--white li span:focus {
  background-color: #fff;
}

/* line 10700, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v23--white .u-dots-helper::before {
  background: #72c02c;
}

/*------------------------------------
  Carousel indicators v24
------------------------------------*/
/* line 10706, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v24,
.u-carousel-indicators-v24--white {
  white-space: nowrap;
}

/* line 10710, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v24 li,
.u-carousel-indicators-v24--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 10718, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v24 li span,
.u-carousel-indicators-v24--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 50%;
  text-indent: -9999px;
}

/* line 10729, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v24 li span::before, .u-carousel-indicators-v24 li span::after,
.u-carousel-indicators-v24--white li span::before,
.u-carousel-indicators-v24--white li span::after {
  content: "";
  display: none;
}

/* line 10735, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v24 li span::before,
.u-carousel-indicators-v24--white li span::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: transform .3s ease .3s, opacity .3s ease, visibility 0s .3s ease;
  transform-origin: -200% 50%;
  transform: rotate(-100deg);
}

/* line 10756, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v24 li.slick-active-right span::before,
.u-carousel-indicators-v24--white li.slick-active-right span::before {
  transition: none;
  transform-origin: 300% 50%;
  transform: rotate(100deg);
}

/* line 10766, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v24 li.slick-current span::before,
.u-carousel-indicators-v24--white li.slick-current span::before {
  visibility: visible;
  opacity: 1;
  transition: transform .3s ease, opacity .3s ease;
  transform: rotate(0deg);
}

/* line 10777, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v24--white li span {
  border: 2px solid #72c02c;
}

/* line 10780, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v24--white li span::before {
  background: #fff;
}

/* line 10783, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v24--white li span:focus {
  background: rgba(255, 255, 255, 0.2);
}

/*------------------------------------
  Carousel indicators v25
------------------------------------*/
/* line 10789, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25,
.u-carousel-indicators-v25--white {
  white-space: nowrap;
}

/* line 10793, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25 li,
.u-carousel-indicators-v25--white li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

/* line 10801, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25 li::before,
.u-carousel-indicators-v25--white li::before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-200%);
  transition: transform .3s ease, opacity .3s ease, visibility 0s .3s;
}

/* line 10819, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25 li span,
.u-carousel-indicators-v25--white li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-indent: -9999px;
  transition: transform .3s ease, opacity .3s ease, background-color .3s ease;
}

/* line 10832, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25 li span::before, .u-carousel-indicators-v25 li span::after,
.u-carousel-indicators-v25--white li span::before,
.u-carousel-indicators-v25--white li span::after {
  content: "";
  display: none;
}

/* line 10838, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25 li.slick-active::before,
.u-carousel-indicators-v25--white li.slick-active::before {
  opacity: 1;
  visibility: visible;
  transition: transform .3s ease, opacity .3s ease;
  transform: translateY(0);
}

/* line 10849, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25 li.slick-active span,
.u-carousel-indicators-v25--white li.slick-active span {
  opacity: 0;
  transform: translateY(200%);
}

/* line 10856, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25--white li::before {
  background-color: #72c02c;
}

/* line 10859, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25--white li span {
  background: rgba(255, 255, 255, 0.5);
}

/* line 10862, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25--white li span::before {
  background-color: #72c02c;
}

/* line 10865, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25--white li span:focus {
  background-color: #72c02c;
}

/* line 10868, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25--white li:hover span {
  background-color: #fff;
}

/* line 10871, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v25--white li.slick-active span {
  background-color: #72c02c;
}

/*------------------------------------
  Carousel indicators v26
------------------------------------*/
/* line 10877, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26 li,
.u-carousel-indicators-v26--white li,
.u-carousel-indicators-v26--vertical li,
.u-carousel-indicators-v26--vertical--white li {
  position: relative;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 40px;
}

/* line 10887, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26 li::before,
.u-carousel-indicators-v26--white li::before,
.u-carousel-indicators-v26--vertical li::before,
.u-carousel-indicators-v26--vertical--white li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid;
  border-radius: 50%;
  transition: width .3s, height .3s, border-color .3s, border-width .3s, background .3s;
  transform: translateX(-50%) translateY(-50%);
}

/* line 10905, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26 li::after,
.u-carousel-indicators-v26--white li::after,
.u-carousel-indicators-v26--vertical li::after,
.u-carousel-indicators-v26--vertical--white li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: -1;
  display: block;
  width: 44px;
  height: 0;
  border-top: 2px solid;
  transform: translateY(-50%);
  margin-left: -2px;
}

/* line 10923, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26 li span,
.u-carousel-indicators-v26--white li span,
.u-carousel-indicators-v26--vertical li span,
.u-carousel-indicators-v26--vertical--white li span {
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  opacity: .3;
  transition: opacity .3s, color .3s;
  transform: translateX(-50%);
  padding: 0 0 15px 0;
}

/* line 10942, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26 li.slick-active::before,
.u-carousel-indicators-v26--white li.slick-active::before,
.u-carousel-indicators-v26--vertical li.slick-active::before,
.u-carousel-indicators-v26--vertical--white li.slick-active::before {
  width: 20px;
  height: 20px;
}

/* line 10949, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26 li.slick-active span,
.u-carousel-indicators-v26--white li.slick-active span,
.u-carousel-indicators-v26--vertical li.slick-active span,
.u-carousel-indicators-v26--vertical--white li.slick-active span {
  opacity: 1;
}

/* line 10955, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26 li:last-child,
.u-carousel-indicators-v26--white li:last-child,
.u-carousel-indicators-v26--vertical li:last-child,
.u-carousel-indicators-v26--vertical--white li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

/* line 10962, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26 li:last-child::after,
.u-carousel-indicators-v26--white li:last-child::after,
.u-carousel-indicators-v26--vertical li:last-child::after,
.u-carousel-indicators-v26--vertical--white li:last-child::after {
  display: none;
}

/* line 10968, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26--vertical,
.u-carousel-indicators-v26--vertical--white {
  width: 20px;
}

/* line 10972, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26--vertical li,
.u-carousel-indicators-v26--vertical--white li {
  display: block;
  float: none;
  margin-bottom: 15px;
  margin-right: 0;
}

/* line 10979, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26--vertical li::after,
.u-carousel-indicators-v26--vertical--white li::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 0;
  height: 19px;
  border-left: 2px solid;
  transform: translateX(-50%) translateY(0);
  margin-top: -2px;
  margin-left: 0;
}

/* line 10996, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26--vertical li span,
.u-carousel-indicators-v26--vertical--white li span {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 100%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  opacity: .3;
  transition: opacity .3s, color .3s;
  transform: translateX(0) translateY(-50%);
  padding: 0 0 0 15px;
}

/* line 11014, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26--white li::before,
.u-carousel-indicators-v26--vertical--white li::before {
  border-color: #72c02c;
}

/* line 11018, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26--white li::after,
.u-carousel-indicators-v26--vertical--white li::after {
  border-color: #72c02c;
}

/* line 11022, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26--white li span,
.u-carousel-indicators-v26--vertical--white li span {
  color: #fff;
}

/* line 11026, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26--white li:not(.slick-active):hover::before,
.u-carousel-indicators-v26--vertical--white li:not(.slick-active):hover::before {
  border-color: #fff;
  background-color: #fff;
}

/* line 11031, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26--white li.slick-active::before,
.u-carousel-indicators-v26--vertical--white li.slick-active::before {
  border-color: #fff;
}

/* line 11035, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v26--white li.slick-active span,
.u-carousel-indicators-v26--vertical--white li.slick-active span {
  color: #fff;
}

/*------------------------------------
  Carousel indicators v27
------------------------------------*/
/* line 11042, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v27 li,
.u-carousel-indicators-v27--white li,
.u-carousel-indicators-v27--vertical li,
.u-carousel-indicators-v27--vertical--white li {
  position: relative;
  width: 40px;
  height: 4px;
  float: left;
  margin: 0 5px;
}

/* line 11052, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v27 li span,
.u-carousel-indicators-v27--white li span,
.u-carousel-indicators-v27--vertical li span,
.u-carousel-indicators-v27--vertical--white li span {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  opacity: .7;
  overflow: hidden;
  transition: opacity .3s;
}

/* line 11064, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v27 li span::before,
.u-carousel-indicators-v27--white li span::before,
.u-carousel-indicators-v27--vertical li span::before,
.u-carousel-indicators-v27--vertical--white li span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 100%, 0);
  transition: transform .5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 11082, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v27 li strong,
.u-carousel-indicators-v27--white li strong,
.u-carousel-indicators-v27--vertical li strong,
.u-carousel-indicators-v27--vertical--white li strong {
  position: absolute;
  bottom: 105%;
  left: 0;
  display: block;
  width: 40px;
  font-weight: 700;
  font-size: 20px;
  opacity: 0;
  transform: translate3d(1em, 0, 0);
  transform-origin: 0 0;
  transition: transform .5s, opacity .5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 11104, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v27 li:not(.slick-active):hover span, .u-carousel-indicators-v27 li:not(.slick-active):focus span,
.u-carousel-indicators-v27--white li:not(.slick-active):hover span,
.u-carousel-indicators-v27--white li:not(.slick-active):focus span,
.u-carousel-indicators-v27--vertical li:not(.slick-active):hover span,
.u-carousel-indicators-v27--vertical li:not(.slick-active):focus span,
.u-carousel-indicators-v27--vertical--white li:not(.slick-active):hover span,
.u-carousel-indicators-v27--vertical--white li:not(.slick-active):focus span {
  opacity: 1;
}

/* line 11113, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v27 li.slick-active span::before,
.u-carousel-indicators-v27--white li.slick-active span::before,
.u-carousel-indicators-v27--vertical li.slick-active span::before,
.u-carousel-indicators-v27--vertical--white li.slick-active span::before {
  transform: translate3d(0, 0, 0);
}

/* line 11120, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v27 li.slick-active strong,
.u-carousel-indicators-v27--white li.slick-active strong,
.u-carousel-indicators-v27--vertical li.slick-active strong,
.u-carousel-indicators-v27--vertical--white li.slick-active strong {
  opacity: 1;
  transform: rotate3d(0, 0, 1, 0deg);
}

/* line 11128, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v27--vertical li,
.u-carousel-indicators-v27--vertical--white li {
  display: block;
  width: 40px;
  height: 40px;
  float: none;
  margin: 15px 0;
}

/* line 11136, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v27--vertical li span,
.u-carousel-indicators-v27--vertical--white li span {
  position: relative;
  display: block;
  width: 4px;
  height: 100%;
  opacity: .7;
  overflow: hidden;
  transition: opacity .3s;
}

/* line 11146, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v27--vertical li span::before,
.u-carousel-indicators-v27--vertical--white li span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 100%, 0);
  transition: transform .5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 11162, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v27--vertical li strong,
.u-carousel-indicators-v27--vertical--white li strong {
  position: absolute;
  top: 0;
  bottom: auto;
  left: 105%;
  display: block;
  width: 40px;
  font-weight: 700;
  font-size: 20px;
  opacity: 0;
  transform: rotate3d(0, 0, 1, 90deg) translate3d(1em, 0, 0);
  transform-origin: 0 0;
  transition: transform .5s, opacity .5s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/* line 11183, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v27--vertical li.slick-active span::before,
.u-carousel-indicators-v27--vertical--white li.slick-active span::before {
  transform: translate3d(0, 0, 0);
}

/* line 11188, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v27--vertical li.slick-active strong,
.u-carousel-indicators-v27--vertical--white li.slick-active strong {
  opacity: 1;
  transform: rotate3d(0, 0, 1, 90deg);
}

/* line 11194, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v27--white li span,
.u-carousel-indicators-v27--vertical--white li span {
  background: #fff;
}

/* line 11198, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v27--white li span::before,
.u-carousel-indicators-v27--vertical--white li span::before {
  background: #72c02c;
}

/* line 11202, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v27--white li strong,
.u-carousel-indicators-v27--vertical--white li strong {
  color: #fff;
}

/*------------------------------------
  Carousel indicators v28
------------------------------------*/
/* line 11209, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v28 {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  display: block;
  width: 7px;
  transform: translateY(-50%);
}

/* line 11220, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v28 li {
  display: block;
  margin: 15px 0;
  float: none;
}

/* line 11225, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v28 li.slick-active span {
  background-color: #72c02c;
  opacity: 1;
}

/* line 11229, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v28 span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #777;
  opacity: .3;
}

/*------------------------------------
  Carousel indicators v29
------------------------------------*/
/* line 11239, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v29 {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

/* line 11244, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v29 li {
  display: inline-block;
  min-width: 30px;
  cursor: pointer;
  float: none;
  border-top: 3px solid #fff;
  margin: -2px 20px 0;
}

/* line 11252, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v29 li.slick-active {
  color: #72c02c;
  border-top-color: #72c02c;
}

/* line 11256, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v29 .u-dot-title {
  display: none;
}

@media (min-width: 576px) {
  /* line 11260, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v29 {
    border-top: 1px solid;
  }

  /* line 11262, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v29 li {
    border-top: 3px solid transparent;
    padding-top: 10px;
    margin: -2px 20px 0;
  }

  /* line 11266, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v29 .u-dot-title {
    display: block;
  }
}
/*------------------------------------
  Carousel indicators v30
------------------------------------*/
/* line 11272, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v30 {
  display: block;
  width: 100%;
}

/* line 11276, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v30 > li {
  display: table-cell;
  width: 1%;
  text-align: center;
  float: none;
}

/* line 11282, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v30 span {
  display: inline-block;
}

@media (min-width: 576px) {
  /* line 11286, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v30 {
    display: block;
    width: 100%;
  }

  /* line 11289, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v30 > li {
    display: table-cell;
    width: 1%;
    text-align: center;
    float: none;
  }

  /* line 11294, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-carousel-indicators-v30 span {
    display: inline-block;
  }
}
/*------------------------------------
  Carousel indicators v31
------------------------------------*/
/* line 11300, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v31,
.u-carousel-indicators-v31--white {
  display: flex !important;
}

/* line 11306, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v31 li,
.u-carousel-indicators-v31--white li {
  margin: 0 5px;
}

/* line 11310, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v31 li.slick-active span,
.u-carousel-indicators-v31--white li.slick-active span {
  position: relative;
  top: 1px;
  width: 13px;
  height: 13px;
  background-color: #72c02c;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: .4s;
}

/* line 11321, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v31 span,
.u-carousel-indicators-v31--white span {
  position: relative;
  top: 2px;
  width: 11px;
  height: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 1;
  transition-property: all;
  transition-timing-function: ease;
  transition-duration: .4s;
  background-color: #ddd;
}

/*------------------------------------
  Carousel Indicators v32
------------------------------------*/
/* line 11338, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v32 .slick-slide {
  align-items: center !important;
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: .5s;
}

/* line 11347, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v32 .slick-slide .u-carousel-indicators-v32-img {
  box-shadow: 0 5px 25px 0 transparent;
}

/* line 11350, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v32 .slick-center {
  width: 70px;
  height: 70px;
  -webkit-transform: scale(1.35);
}

/* line 11355, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-indicators-v32 .slick-center .u-carousel-indicators-v32-img {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
  border-color: #fff;
}

/*------------------------------------
  Breadcrumbs v1
------------------------------------*/
/* line 11362, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-breadcrumbs-v1 {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 11366, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-breadcrumbs-v1 > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 11370, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-breadcrumbs-v1 a:hover {
  text-decoration: none;
}

/*------------------------------------
  Breadcrumbs v2
------------------------------------*/
/* line 11376, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-breadcrumbs-v2 {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 11380, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-breadcrumbs-v2 > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 11384, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-breadcrumbs-v2 > * > * {
  display: block;
  border-radius: 3px;
}

/* line 11388, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-breadcrumbs-v2 a:hover {
  text-decoration: none;
}

/* line 11391, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-breadcrumbs-v2 [class*="u-triangle"]:not([class*="__front"]):not([class*="__back"]) {
  display: none;
}

@media (min-width: 768px) {
  /* line 11395, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-breadcrumbs-v2 > * {
    position: relative;
    background-color: #fff;
  }

  /* line 11398, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-breadcrumbs-v2 > * > * {
    border-radius: 0;
  }

  /* line 11400, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-breadcrumbs-v2 > *:first-child > * {
    border-radius: 5px 0 0 5px;
  }

  /* line 11402, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-breadcrumbs-v2 > *:last-child > * {
    border-radius: 0 5px 5px 0;
  }

  /* line 11404, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-breadcrumbs-v2 [class*="u-triangle"]:not([class*="__front"]):not([class*="__back"]) {
    top: 0;
    z-index: 2;
    display: block;
    width: 20px;
    height: 100%;
    margin-left: -0.05em;
  }
}
/*------------------------------------
  Dot line v1
------------------------------------*/
/* line 11415, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dot-line-v1,
.u-dot-line-v1-2 {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0;
}

/* line 11422, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dot-line-v1::before, .u-dot-line-v1::after,
.u-dot-line-v1-2::before,
.u-dot-line-v1-2::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: calc(50% + 30px);
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: -1px;
}

/* line 11434, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dot-line-v1::before,
.u-dot-line-v1-2::before {
  left: -30px;
}

/* line 11438, /home/app/webapp/app/assets/stylesheets/unify.css */
li:first-child .u-dot-line-v1::before, li:first-child
.u-dot-line-v1-2::before {
  display: none;
}

/* line 11442, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dot-line-v1::after,
.u-dot-line-v1-2::after {
  right: -30px;
}

/* line 11446, /home/app/webapp/app/assets/stylesheets/unify.css */
li:last-child .u-dot-line-v1::after, li:last-child
.u-dot-line-v1-2::after {
  display: none;
}

/* line 11450, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dot-line-v1__inner,
.u-dot-line-v1-2__inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
}

/* line 11461, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dot-line-v1__inner::before,
.u-dot-line-v1-2__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

/* line 11474, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dot-line-v1-2::before, .u-dot-line-v1-2::after,
.u-dot-line-v1-2-2::before,
.u-dot-line-v1-2-2::after {
  display: none;
}

@media (min-width: 992px) {
  /* line 11480, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-dot-line-v1-2::before, .u-dot-line-v1-2::after {
    display: block;
  }
}
/*------------------------------------
  Dot line v2
------------------------------------*/
/* line 11486, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dot-line-v2,
.u-dot-line-v2-2 {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0;
}

/* line 11493, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dot-line-v2::before, .u-dot-line-v2::after,
.u-dot-line-v2-2::before,
.u-dot-line-v2-2::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: calc(50% + 30px);
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: -1px;
}

/* line 11505, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dot-line-v2::before,
.u-dot-line-v2-2::before {
  left: -30px;
}

/* line 11509, /home/app/webapp/app/assets/stylesheets/unify.css */
li:first-child .u-dot-line-v2::before, li:first-child
.u-dot-line-v2-2::before {
  display: none;
}

/* line 11513, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dot-line-v2::after,
.u-dot-line-v2-2::after {
  right: -30px;
}

/* line 11517, /home/app/webapp/app/assets/stylesheets/unify.css */
li:last-child .u-dot-line-v2::after, li:last-child
.u-dot-line-v2-2::after {
  display: none;
}

/* line 11521, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dot-line-v2__inner,
.u-dot-line-v2-2__inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 20px;
  height: 20px;
}

/* line 11529, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dot-line-v2__inner::before,
.u-dot-line-v2-2__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
}

/* line 11544, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dot-line-v2-2::before, .u-dot-line-v2-2::after,
.u-dot-line-v2-2-2::before,
.u-dot-line-v2-2-2::after {
  display: none;
}

@media (min-width: 992px) {
  /* line 11550, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-dot-line-v2-2::before, .u-dot-line-v2-2::after {
    display: block;
  }
}
/*------------------------------------
  Heading-v1
------------------------------------*/
/* line 11556, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-heading-v1-"] {
  position: relative;
}

/* line 11559, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-heading-v1-"]::before, [class*="u-heading-v1-"]::after {
  content: "";
  position: absolute;
  left: auto;
  right: 0;
  width: 100%;
  height: 0;
  border-top-width: 1px;
  border-color: inherit;
}

/* line 11569, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-heading-v1-"].text-center::before, [class*="u-heading-v1-"].text-center::after {
  left: 0;
  right: 0;
}

/* line 11573, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-heading-v1-"].text-right::before, [class*="u-heading-v1-"].text-right::after {
  left: 0;
  right: auto;
}

/* line 11577, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v1__title {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  padding-right: 1.07143rem;
  background-color: inherit;
  z-index: 2;
}

/* line 11585, /home/app/webapp/app/assets/stylesheets/unify.css */
.text-right .u-heading-v1__title {
  padding-left: 1.07143rem;
  padding-right: 0;
}

/* line 11589, /home/app/webapp/app/assets/stylesheets/unify.css */
.text-center .u-heading-v1__title {
  padding-left: 1.07143rem;
  padding-right: 1.07143rem;
}

/*------------------------------------
  Heading-v1-1
------------------------------------*/
/* line 11596, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v1-1::before {
  top: 48%;
  border-top-style: solid;
}

/* line 11600, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v1-1::after {
  top: 58%;
  border-top-style: solid;
}

/*------------------------------------
  Heading-v1-2
------------------------------------*/
/* line 11607, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v1-2::before {
  top: 48%;
  border-top-style: dashed;
}

/* line 11611, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v1-2::after {
  top: 58%;
  border-top-style: dashed;
}

/*------------------------------------
  Heading-v1-3
------------------------------------*/
/* line 11618, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v1-3::before {
  top: 48%;
  border-top-style: dotted;
}

/* line 11622, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v1-3::after {
  top: 58%;
  border-top-style: dotted;
}

/*------------------------------------
  Heading-v1-4
------------------------------------*/
/* line 11629, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v1-4::before {
  top: 50%;
  border-top-style: solid;
}

/*------------------------------------
  Heading-v1-5
------------------------------------*/
/* line 11636, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v1-5::before {
  top: 50%;
  border-top-style: dashed;
}

/*------------------------------------
  Heading-v1-6
------------------------------------*/
/* line 11643, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v1-6::before {
  top: 50%;
  border-top-style: dotted;
}

/*------------------------------------
  Heading-v1-7
------------------------------------*/
/* line 11650, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v1-7 {
  background: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="9px" height="6px"><polygon opacity="0.2" points="4.5,4.5 0,0 0,1.208 4.5,5.708 9,1.208 9,0 "/></svg>') 0 50% repeat-x;
}

/*------------------------------------
  Heading-v2
------------------------------------*/
/* line 11656, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-1--bottom::after, .u-heading-v2-1--top::before, .u-heading-v2-2--bottom::after, .u-heading-v2-2--top::before, .u-heading-v2-3--bottom::after, .u-heading-v2-3--top::before, .u-heading-v2-4--bottom::after, .u-heading-v2-4--top::before, .u-heading-v2-5--bottom::after, .u-heading-v2-5--top::before, .u-heading-v2-6--bottom::after, .u-heading-v2-6--top::before, .u-heading-v2-7--bottom::after, .u-heading-v2-7--top::before {
  content: "";
  display: inline-block;
  border-top-style: solid;
  border-color: inherit;
}

/*------------------------------------
  Heading-v2-1
------------------------------------*/
/* line 11665, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-1--bottom::after, .u-heading-v2-1--top::before {
  width: 3.14286rem;
  border-top-width: 2px;
}

/* line 11669, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-1--bottom::after {
  margin-top: 1.78571rem;
}

/* line 11672, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-1--top::before {
  margin-bottom: 1.78571rem;
}

/*------------------------------------
  Heading-v2-2
------------------------------------*/
/* line 11678, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-2--bottom::after, .u-heading-v2-2--top::before {
  width: 2.71429rem;
  border-top-width: 5px;
}

/* line 11682, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-2--bottom::after {
  margin-top: 1.78571rem;
}

/* line 11685, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-2--top::before {
  margin-bottom: 1.78571rem;
}

/*------------------------------------
  Heading-v2-3
------------------------------------*/
/* line 11691, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-3--bottom::after, .u-heading-v2-3--top::before {
  width: 5rem;
  border-top-width: 1px;
}

/* line 11695, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-3--bottom::after {
  margin-top: 1.07143rem;
}

/* line 11698, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-3--top::before {
  margin-bottom: 1.07143rem;
}

/*------------------------------------
  Heading-v2-4
------------------------------------*/
/* line 11704, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-4--bottom::after, .u-heading-v2-4--top::before {
  width: 5rem;
  border-top-width: 10px;
}

/* line 11708, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-4--bottom::after {
  margin-top: 2.14286rem;
}

/* line 11711, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-4--top::before {
  margin-bottom: 2.14286rem;
}

/*------------------------------------
  Heading-v2-5
------------------------------------*/
/* line 11717, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-5--bottom::after, .u-heading-v2-5--top::before {
  width: 5rem;
  border-top-width: 2px;
}

/* line 11721, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-5--bottom::after {
  margin-top: 1.42857rem;
}

/* line 11724, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-5--top::before {
  margin-bottom: 1.42857rem;
}

/*------------------------------------
  Heading-v2-6
------------------------------------*/
/* line 11730, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-6--bottom::after, .u-heading-v2-6--top::before {
  width: 2.14286rem;
  border-top-width: 1px;
}

/* line 11734, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-6--bottom::after {
  margin-top: 0.71429rem;
}

/* line 11737, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-6--top::before {
  margin-bottom: 0.71429rem;
}

/*------------------------------------
  Heading-v2-7
------------------------------------*/
/* line 11743, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-7--bottom::after, .u-heading-v2-7--top::before {
  width: 12rem;
  border-top-width: 10px;
}

/* line 11747, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-7--bottom::after {
  margin-top: 2.85714rem;
}

/* line 11750, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v2-7--top::before {
  margin-bottom: 2.85714rem;
}

/*------------------------------------
  Heading-v3
------------------------------------*/
/* line 11756, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-heading-v3-"] {
  border-bottom: 1px dotted #ccc;
}

/* line 11759, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v3__title {
  position: relative;
  top: 1px;
  display: inline-block;
  margin: 0;
  padding-bottom: 0.71429rem;
  border-bottom: 1px solid #555;
}

/*------------------------------------
  Heading-v4
------------------------------------*/
/* line 11770, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-heading-v4-"] {
  padding: 0.14286rem 0 0.21429rem 1.42857rem;
  border-left-width: 4px;
  border-left-style: solid;
  border-color: inherit;
}

/* line 11776, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-heading-v4-"].text-right {
  padding: 0.14286rem 1.42857rem 0.21429rem 0;
  border-left-width: 0;
  border-right-width: 4px;
  border-right-style: solid;
}

/*------------------------------------
  Heading-v5
------------------------------------*/
/* line 11785, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v5__title {
  position: relative;
  display: inline-block;
  line-height: 1;
}

/* line 11790, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v5__title::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.85714rem;
  height: 0.85714rem;
  background: #555;
}

/* line 11798, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v5-color-primary .u-heading-v5__title::before {
  background: #72c02c;
}

/* line 11801, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v5-color-gray-light-v2 .u-heading-v5__title::before {
  background: #ccc;
}

/* line 11804, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v5-color-white .u-heading-v5__title::before {
  background: #fff;
}

/* line 11807, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v5-rounded-50x .u-heading-v5__title::before {
  border-radius: 50%;
}

/*------------------------------------
  Heading-v5-1
------------------------------------*/
/* line 11813, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v5-1 .u-heading-v5__title {
  padding-top: 1.78571rem;
}

/* line 11816, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v5-1 .u-heading-v5__title::before {
  top: 0;
  left: 2px;
}

/* line 11820, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v5-1.text-center .u-heading-v5__title::before {
  left: 50%;
  margin-left: -6px;
}

/* line 11824, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v5-1.text-right .u-heading-v5__title::before {
  left: auto;
  right: 2px;
}

/*------------------------------------
  Heading-v5-2
------------------------------------*/
/* line 11831, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v5-2 .u-heading-v5__title::before {
  left: 0;
  bottom: 3px;
}

/* line 11835, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v5-2.text-right .u-heading-v5__title::before {
  left: auto;
  right: 0;
}

/* line 11839, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v5-2 .u-heading-v5__title {
  padding-left: 1.78571rem;
}

/* line 11842, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v5-2.text-right .u-heading-v5__title {
  padding-right: 1.78571rem;
}

/*------------------------------------
  Heading-v5-3
------------------------------------*/
/* line 11848, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v5-3 .u-heading-v5__title::before {
  left: 2px;
  bottom: 0;
}

/* line 11852, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v5-3.text-center .u-heading-v5__title::before {
  left: 50%;
  margin-left: -6px;
}

/* line 11856, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v5-3.text-right .u-heading-v5__title::before {
  left: auto;
  right: 2px;
}

/* line 11860, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v5-3 .u-heading-v5__title {
  padding-bottom: 1.78571rem;
}

/*------------------------------------
  Heading-v6
------------------------------------*/
/* line 11866, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v6__title {
  display: inline-block;
  position: relative;
}

/* line 11870, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v6-1 .u-heading-v6__title::after, .u-heading-v6-1.text-center .u-heading-v6__title::before, .u-heading-v6-1.text-right .u-heading-v6__title::before, .u-heading-v6-2 .u-heading-v6__title::after, .u-heading-v6-2.text-center .u-heading-v6__title::before, .u-heading-v6-2.text-right .u-heading-v6__title::before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 5rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: inherit;
}

/*------------------------------------
  Heading-v6-1
------------------------------------*/
/* line 11883, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v6-1 .u-heading-v6__title,
.u-heading-v6-1 .u-heading-v6__subtitle {
  padding-right: 6.42857rem;
}

/* line 11887, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v6-1.text-center .u-heading-v6__title,
.u-heading-v6-1.text-right .u-heading-v6__title,
.u-heading-v6-1.text-center .u-heading-v6__subtitle,
.u-heading-v6-1.text-right .u-heading-v6__subtitle {
  padding-left: 6.42857rem;
}

/* line 11893, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v6-1.text-right .u-heading-v6__title,
.u-heading-v6-1.text-right .u-heading-v6__subtitle {
  padding-right: 0;
}

/* line 11897, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v6-1 .u-heading-v6__title::after {
  right: 0;
}

/* line 11900, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v6-1.text-center .u-heading-v6__title::before {
  left: 0;
}

/* line 11903, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v6-1.text-right .u-heading-v6__title::before {
  left: 0;
}

/* line 11906, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v6-1.text-right .u-heading-v6__title::after {
  display: none;
}

/*------------------------------------
  Heading-v6-1
------------------------------------*/
/* line 11912, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v6-2 .u-heading-v6__title,
.u-heading-v6-2 .u-heading-v6__subtitle {
  padding-left: 6.42857rem;
}

/* line 11916, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v6-2.text-center .u-heading-v6__title,
.u-heading-v6-2.text-right .u-heading-v6__title,
.u-heading-v6-2.text-center .u-heading-v6__subtitle,
.u-heading-v6-2.text-right .u-heading-v6__subtitle {
  padding-right: 6.42857rem;
}

/* line 11922, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v6-2.text-right .u-heading-v6__title,
.u-heading-v6-2.text-right .u-heading-v6__subtitle {
  padding-left: 0;
}

/* line 11926, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v6-2 .u-heading-v6__title::after {
  left: 0;
}

/* line 11929, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v6-2.text-center .u-heading-v6__title::before {
  right: 0;
}

/* line 11932, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v6-2.text-right .u-heading-v6__title::before {
  right: 0;
}

/* line 11935, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v6-2.text-right .u-heading-v6__title::after {
  display: none;
}

/*------------------------------------
  Heading-v7
------------------------------------*/
/* line 11941, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v7-divider::after, .text-center .u-heading-v7-divider::before, .text-right .u-heading-v7-divider::before {
  content: "";
  position: absolute;
  top: 52%;
  display: inline-block;
  width: 2.85714rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-color: inherit;
}

/* line 11951, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v7-divider {
  position: relative;
  display: inline-block;
}

/* line 11955, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v7-divider::after {
  right: -3.92857rem;
}

/* line 11958, /home/app/webapp/app/assets/stylesheets/unify.css */
.text-center .u-heading-v7-divider::before {
  left: -3.92857rem;
}

/* line 11961, /home/app/webapp/app/assets/stylesheets/unify.css */
.text-right .u-heading-v7-divider::before {
  left: -3.92857rem;
}

/* line 11964, /home/app/webapp/app/assets/stylesheets/unify.css */
.text-right .u-heading-v7-divider::after {
  display: none;
}

/* line 11967, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v7-divider__icon {
  display: inline-block;
  font-size: 1.4rem;
}

/*------------------------------------
  Heading-v7-1
------------------------------------*/
/* line 11974, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v7-1 .u-heading-v7-divider__icon {
  font-size: .6rem;
}

/*------------------------------------
  Heading-v7-3
------------------------------------*/
/* line 11980, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v7-3 .u-heading-v7-divider::after,
.u-heading-v7-3 .u-heading-v7-divider::before {
  display: none;
}

/*------------------------------------
  Heading-v8
------------------------------------*/
/* line 11987, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v8-1 .u-heading-v8__title strong, .u-heading-v8-2 .u-heading-v8__title strong {
  display: inline-block;
  font-weight: inherit;
}

/*------------------------------------
  Heading-v8-1
------------------------------------*/
/* line 11994, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v8-1 .u-heading-v8__title strong {
  padding: 0.07143rem 0.5rem;
}

/*------------------------------------
  Heading-v8-2
------------------------------------*/
/* line 12000, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-v8-2 .u-heading-v8__title strong {
  padding: 0.71429rem 1.07143rem;
}

/*------------------------------------
  Headings
------------------------------------*/
/* Massive Underline */
/* line 12007, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-massive-underline {
  position: relative;
}

/* line 12010, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-heading-massive-underline::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: .2em;
  height: .3em;
  background-color: rgba(114, 192, 44, 0.8);
  z-index: -1;
}

/*------------------------------------
  Nonstandart BG's
------------------------------------*/
/* line 12023, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1, .u-triangle-v1-2, .u-triangle-v2, .u-triangle-v3, .u-triangle-v4, .u-triangle-v5, .u-triangle-v6 {
  position: relative;
}

/* line 12026, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1::before, .u-triangle-v1-2::before, .u-triangle-v2::before, .u-triangle-v3::before, .u-triangle-v4::before, .u-triangle-v5::before, .u-triangle-v6::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 10;
}

/* line 12032, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1::before, .u-triangle-v1-2::before, .u-triangle-v2::before, .u-triangle-v5::before, .u-triangle-v6::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

/* line 12038, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1.u-triangle-top.g-bg-primary::before, .u-triangle-v1.u-triangle-left.g-bg-primary::before, .u-triangle-v1-2.u-triangle-top.g-bg-primary::before, .u-triangle-v1-2.u-triangle-left.g-bg-primary::before, .u-triangle-v2.u-triangle-top.g-bg-primary::before, .u-triangle-v2.u-triangle-left.g-bg-primary::before, .u-triangle-v5.u-triangle-top.g-bg-primary::before, .u-triangle-v5.u-triangle-left.g-bg-primary::before, .u-triangle-v6.u-triangle-top.g-bg-primary::before, .u-triangle-v6.u-triangle-left.g-bg-primary::before {
  border-bottom-color: #72c02c;
}

/* line 12041, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1.u-triangle-top.g-bg-white::before, .u-triangle-v1.u-triangle-left.g-bg-white::before, .u-triangle-v1-2.u-triangle-top.g-bg-white::before, .u-triangle-v1-2.u-triangle-left.g-bg-white::before, .u-triangle-v2.u-triangle-top.g-bg-white::before, .u-triangle-v2.u-triangle-left.g-bg-white::before, .u-triangle-v5.u-triangle-top.g-bg-white::before, .u-triangle-v5.u-triangle-left.g-bg-white::before, .u-triangle-v6.u-triangle-top.g-bg-white::before, .u-triangle-v6.u-triangle-left.g-bg-white::before {
  border-bottom-color: #fff;
}

/* line 12044, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1.u-triangle-top.g-bg-gray-light-v9::before, .u-triangle-v1.u-triangle-left.g-bg-gray-light-v9::before, .u-triangle-v1-2.u-triangle-top.g-bg-gray-light-v9::before, .u-triangle-v1-2.u-triangle-left.g-bg-gray-light-v9::before, .u-triangle-v2.u-triangle-top.g-bg-gray-light-v9::before, .u-triangle-v2.u-triangle-left.g-bg-gray-light-v9::before, .u-triangle-v5.u-triangle-top.g-bg-gray-light-v9::before, .u-triangle-v5.u-triangle-left.g-bg-gray-light-v9::before, .u-triangle-v6.u-triangle-top.g-bg-gray-light-v9::before, .u-triangle-v6.u-triangle-left.g-bg-gray-light-v9::before {
  border-bottom-color: #f7f7f7;
}

/* line 12047, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1.u-triangle-top.g-bg-black::before, .u-triangle-v1.u-triangle-left.g-bg-black::before, .u-triangle-v1-2.u-triangle-top.g-bg-black::before, .u-triangle-v1-2.u-triangle-left.g-bg-black::before, .u-triangle-v2.u-triangle-top.g-bg-black::before, .u-triangle-v2.u-triangle-left.g-bg-black::before, .u-triangle-v5.u-triangle-top.g-bg-black::before, .u-triangle-v5.u-triangle-left.g-bg-black::before, .u-triangle-v6.u-triangle-top.g-bg-black::before, .u-triangle-v6.u-triangle-left.g-bg-black::before {
  border-bottom-color: #000;
}

/* line 12050, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1.u-triangle-bottom.g-bg-primary::before, .u-triangle-v1.u-triangle-right.g-bg-primary::before, .u-triangle-v1-2.u-triangle-bottom.g-bg-primary::before, .u-triangle-v1-2.u-triangle-right.g-bg-primary::before, .u-triangle-v2.u-triangle-bottom.g-bg-primary::before, .u-triangle-v2.u-triangle-right.g-bg-primary::before, .u-triangle-v5.u-triangle-bottom.g-bg-primary::before, .u-triangle-v5.u-triangle-right.g-bg-primary::before, .u-triangle-v6.u-triangle-bottom.g-bg-primary::before, .u-triangle-v6.u-triangle-right.g-bg-primary::before {
  border-top-color: #72c02c;
}

/* line 12053, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1.u-triangle-bottom.g-bg-white::before, .u-triangle-v1.u-triangle-right.g-bg-white::before, .u-triangle-v1-2.u-triangle-bottom.g-bg-white::before, .u-triangle-v1-2.u-triangle-right.g-bg-white::before, .u-triangle-v2.u-triangle-bottom.g-bg-white::before, .u-triangle-v2.u-triangle-right.g-bg-white::before, .u-triangle-v5.u-triangle-bottom.g-bg-white::before, .u-triangle-v5.u-triangle-right.g-bg-white::before, .u-triangle-v6.u-triangle-bottom.g-bg-white::before, .u-triangle-v6.u-triangle-right.g-bg-white::before {
  border-top-color: #fff;
}

/* line 12056, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1.u-triangle-bottom.g-bg-gray-light-v9::before, .u-triangle-v1.u-triangle-right.g-bg-gray-light-v9::before, .u-triangle-v1-2.u-triangle-bottom.g-bg-gray-light-v9::before, .u-triangle-v1-2.u-triangle-right.g-bg-gray-light-v9::before, .u-triangle-v2.u-triangle-bottom.g-bg-gray-light-v9::before, .u-triangle-v2.u-triangle-right.g-bg-gray-light-v9::before, .u-triangle-v5.u-triangle-bottom.g-bg-gray-light-v9::before, .u-triangle-v5.u-triangle-right.g-bg-gray-light-v9::before, .u-triangle-v6.u-triangle-bottom.g-bg-gray-light-v9::before, .u-triangle-v6.u-triangle-right.g-bg-gray-light-v9::before {
  border-top-color: #f7f7f7;
}

/* line 12059, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1.u-triangle-bottom.g-bg-black::before, .u-triangle-v1.u-triangle-right.g-bg-black::before, .u-triangle-v1-2.u-triangle-bottom.g-bg-black::before, .u-triangle-v1-2.u-triangle-right.g-bg-black::before, .u-triangle-v2.u-triangle-bottom.g-bg-black::before, .u-triangle-v2.u-triangle-right.g-bg-black::before, .u-triangle-v5.u-triangle-bottom.g-bg-black::before, .u-triangle-v5.u-triangle-right.g-bg-black::before, .u-triangle-v6.u-triangle-bottom.g-bg-black::before, .u-triangle-v6.u-triangle-right.g-bg-black::before {
  border-top-color: #000;
}

/* line 12062, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1.u-triangle-top::before, .u-triangle-v1.u-triangle-bottom::before, .u-triangle-v1.u-triangle-left::before, .u-triangle-v1.u-triangle-right::before {
  left: 50%;
  margin-left: -20px;
}

/* line 12066, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1.u-triangle-top::before, .u-triangle-v1.u-triangle-left::before {
  top: -25px;
  border-width: 0 20px 25px 20px;
}

/* line 12070, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1.u-triangle-bottom::before, .u-triangle-v1.u-triangle-right::before {
  bottom: -25px;
  border-width: 25px 20px 0 20px;
}

/* line 12074, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-left.g-bg-primary::before, .u-triangle-v1-2.u-triangle-left.g-bg-white::before, .u-triangle-v1-2.u-triangle-left.g-bg-gray-light-v9::before, .u-triangle-v1-2.u-triangle-left.g-bg-black::before, .u-triangle-v1-2.u-triangle-right.g-bg-primary::before, .u-triangle-v1-2.u-triangle-right.g-bg-white::before, .u-triangle-v1-2.u-triangle-right.g-bg-gray-light-v9::before, .u-triangle-v1-2.u-triangle-right.g-bg-black::before {
  border-bottom-color: transparent;
  border-top-color: transparent;
}

/* line 12078, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-left::before, .u-triangle-v1-2.u-triangle-right::before {
  top: 50%;
  bottom: auto;
  left: auto;
  margin-top: -5px;
  margin-left: 0;
}

/* line 12085, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-left::before {
  left: -5px;
  border-width: 5px 5px 5px 0;
}

/* line 12089, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-left.g-bg-primary::before {
  border-right-color: #72c02c;
}

/* line 12092, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-left.g-bg-white::before {
  border-right-color: #fff;
}

/* line 12095, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-left.g-bg-gray-light-v9::before {
  border-right-color: #f7f7f7;
}

/* line 12098, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-left.g-bg-black::before {
  border-right-color: #000;
}

/* line 12101, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-right::before {
  right: -5px;
  border-width: 5px 0 5px 5px;
}

/* line 12105, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-right.g-bg-primary::before {
  border-left-color: #72c02c;
}

/* line 12108, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-right.g-bg-white::before {
  border-left-color: #fff;
}

/* line 12111, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-right.g-bg-gray-light-v9::before {
  border-left-color: #f7f7f7;
}

/* line 12114, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v1-2.u-triangle-right.g-bg-black::before {
  border-left-color: #000;
}

/* line 12117, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v2.u-triangle-top::before, .u-triangle-v2.u-triangle-bottom::before {
  left: 45px;
}

/* line 12120, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v2.u-triangle-left::before, .u-triangle-v2.u-triangle-right::before {
  top: 23px;
}

/* line 12123, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v2.u-triangle-top::before {
  top: -15px;
  border-width: 0 17px 15px 17px;
}

/* line 12127, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v2.u-triangle-bottom::before {
  bottom: -15px;
  border-width: 15px 17px 0 17px;
}

/* line 12131, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v2.u-triangle-left::before {
  left: -15px;
  border-width: 17px 15px 17px 0;
}

/* line 12135, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v2.u-triangle-right::before {
  right: -15px;
  border-width: 17px 0 17px 15px;
}

/* line 12139, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v3::before, .u-triangle-v4::before {
  background-repeat: no-repeat;
}

/* line 12142, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v3.u-triangle-top::before, .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v3.u-triangle-left::before, .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-top::before, .u-triangle-v4.u-triangle-bottom::before, .u-triangle-v4.u-triangle-left::before, .u-triangle-v4.u-triangle-right::before {
  height: 50px;
  left: 0;
}

/* line 12146, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v3.u-triangle-top::before, .u-triangle-v3.u-triangle-left::before, .u-triangle-v4.u-triangle-top::before, .u-triangle-v4.u-triangle-left::before {
  top: -50px;
}

/* line 12149, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v3.u-triangle-bottom::before, .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-bottom::before, .u-triangle-v4.u-triangle-right::before {
  bottom: -50px;
}

/* line 12152, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v3.u-triangle-top::before, .u-triangle-v3.u-triangle-left::before {
  width: 100%;
  background-size: 100%;
  background-position: top right;
}

/* line 12157, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v3.u-triangle-top.g-bg-primary::before, .u-triangle-v3.u-triangle-left.g-bg-primary::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, #72c02c 50%);
}

/* line 12160, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v3.u-triangle-top.g-bg-white::before, .u-triangle-v3.u-triangle-left.g-bg-white::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, #fff 50%);
}

/* line 12163, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v3.u-triangle-top.g-bg-gray-light-v9::before, .u-triangle-v3.u-triangle-left.g-bg-gray-light-v9::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, #f7f7f7 50%);
}

/* line 12166, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v3.u-triangle-top.g-bg-black::before, .u-triangle-v3.u-triangle-left.g-bg-black::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, #000 50%);
}

/* line 12169, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v3.u-triangle-bottom::before, .u-triangle-v3.u-triangle-right::before {
  width: 100%;
  background-size: 100%;
  background-position: top right;
}

/* line 12174, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v3.u-triangle-bottom.g-bg-primary::before, .u-triangle-v3.u-triangle-right.g-bg-primary::before {
  background-image: linear-gradient(to top right, transparent 49.6%, #72c02c 50%);
}

/* line 12177, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v3.u-triangle-bottom.g-bg-white::before, .u-triangle-v3.u-triangle-right.g-bg-white::before {
  background-image: linear-gradient(to top right, transparent 49.6%, #fff 50%);
}

/* line 12180, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v3.u-triangle-bottom.g-bg-gray-light-v9::before, .u-triangle-v3.u-triangle-right.g-bg-gray-light-v9::before {
  background-image: linear-gradient(to top right, transparent 49.6%, #f7f7f7 50%);
}

/* line 12183, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v3.u-triangle-bottom.g-bg-black::before, .u-triangle-v3.u-triangle-right.g-bg-black::before {
  background-image: linear-gradient(to top right, transparent 49.6%, #000 50%);
}

/* line 12186, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v4.u-triangle-top::before, .u-triangle-v4.u-triangle-left::before {
  width: 100%;
  background-size: 50.2% 100%;
  background-position: top left, top right;
}

/* line 12191, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v4.u-triangle-top.g-bg-primary::before, .u-triangle-v4.u-triangle-left.g-bg-primary::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, #72c02c 50%), linear-gradient(to bottom left, transparent 49.6%, #72c02c 50%);
}

/* line 12194, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v4.u-triangle-top.g-bg-white::before, .u-triangle-v4.u-triangle-left.g-bg-white::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, #fff 50%), linear-gradient(to bottom left, transparent 49.6%, #fff 50%);
}

/* line 12197, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v4.u-triangle-top.g-bg-gray-light-v9::before, .u-triangle-v4.u-triangle-left.g-bg-gray-light-v9::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, #f7f7f7 50%), linear-gradient(to bottom left, transparent 49.6%, #f7f7f7 50%);
}

/* line 12200, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v4.u-triangle-top.g-bg-black::before, .u-triangle-v4.u-triangle-left.g-bg-black::before {
  background-image: linear-gradient(to bottom right, transparent 49.6%, #000 50%), linear-gradient(to bottom left, transparent 49.6%, #000 50%);
}

/* line 12203, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v4.u-triangle-bottom::before, .u-triangle-v4.u-triangle-right::before {
  width: 100%;
  background-size: 50.2% 100%;
  background-position: top left, top right;
}

/* line 12208, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v4.u-triangle-bottom.g-bg-primary::before, .u-triangle-v4.u-triangle-right.g-bg-primary::before {
  background-image: linear-gradient(to top right, transparent 49.6%, #72c02c 50%), linear-gradient(to top left, transparent 49.6%, #72c02c 50%);
}

/* line 12211, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v4.u-triangle-bottom.g-bg-white::before, .u-triangle-v4.u-triangle-right.g-bg-white::before {
  background-image: linear-gradient(to top right, transparent 49.6%, #fff 50%), linear-gradient(to top left, transparent 49.6%, #fff 50%);
}

/* line 12214, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v4.u-triangle-bottom.g-bg-gray-light-v9::before, .u-triangle-v4.u-triangle-right.g-bg-gray-light-v9::before {
  background-image: linear-gradient(to top right, transparent 49.6%, #f7f7f7 50%), linear-gradient(to top left, transparent 49.6%, #f7f7f7 50%);
}

/* line 12217, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v4.u-triangle-bottom.g-bg-black::before, .u-triangle-v4.u-triangle-right.g-bg-black::before {
  background-image: linear-gradient(to top right, transparent 49.6%, #000 50%), linear-gradient(to top left, transparent 49.6%, #000 50%);
}

/* line 12220, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v5.u-triangle-top::before, .u-triangle-v5.u-triangle-bottom::before {
  left: 80px;
}

/* line 12223, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v5.u-triangle-left::before, .u-triangle-v5.u-triangle-right::before {
  top: 23px;
}

/* line 12226, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v5.u-triangle-top::before {
  top: -22px;
  border-width: 22px 0 0 22px;
}

/* line 12230, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v5.u-triangle-bottom::before {
  bottom: -22px;
  border-width: 22px 22px 0 0;
}

/* line 12234, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v5.u-triangle-left::before {
  left: -22px;
  border-width: 0 22px 22px 0;
}

/* line 12238, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v5.u-triangle-right::before {
  right: -22px;
  border-width: 22px 22px 0 0;
}

/* line 12242, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v6.u-triangle-top::before, .u-triangle-v6.u-triangle-bottom::before {
  left: 8%;
}

/* line 12245, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v6.u-triangle-left::before, .u-triangle-v6.u-triangle-right::before {
  top: 8%;
}

/* line 12248, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v6.u-triangle-top::before {
  top: -22px;
  border-width: 22px 22px 0 0;
}

/* line 12252, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v6.u-triangle-bottom::before {
  bottom: -22px;
  border-width: 22px 0 0 22px;
}

/* line 12256, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v6.u-triangle-left::before {
  left: -22px;
  border-width: 22px 22px 0 0;
}

/* line 12260, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-v6.u-triangle-right::before {
  right: -22px;
  border-width: 0 22px 22px 0;
}

/* line 12264, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-triangle-inclusive-v1"]:not([class*="__front"]):not([class*="__back"]),
[class*="u-triangle-inclusive-v2"]:not([class*="__front"]):not([class*="__back"]) {
  position: absolute;
}

/* line 12268, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--left {
  right: -14px;
}

/* line 12271, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--left__front {
  position: absolute;
  top: 1px;
  left: 0;
}

/* line 12276, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--left__front {
  border-width: 14px 0 14px 14px;
  border-style: solid;
  border-color: transparent;
}

/* line 12281, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--left__back {
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent;
}

/* line 12286, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--right {
  left: -14px;
}

/* line 12289, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--right__front {
  position: absolute;
  top: 1px;
  right: 0;
}

/* line 12294, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--right__front {
  border-width: 14px 14px 14px 0;
  border-style: solid;
  border-color: transparent;
}

/* line 12299, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--right__back {
  border-width: 15px 15px 15px 0;
  border-style: solid;
  border-color: transparent;
}

/* line 12304, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--top {
  top: -14px;
}

/* line 12307, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--top__front {
  position: absolute;
  left: 1px;
  bottom: 0;
}

/* line 12312, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--top__front {
  border-width: 0 14px 14px 14px;
  border-style: solid;
  border-color: transparent;
}

/* line 12317, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--top__back {
  border-width: 0 15px 15px 15px;
  border-style: solid;
  border-color: transparent;
}

/* line 12322, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--bottom {
  bottom: -14px;
}

/* line 12325, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--bottom__front {
  position: absolute;
  left: 1px;
  bottom: 1px;
}

/* line 12330, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--bottom__front {
  border-width: 14px 14px 0 14px;
  border-style: solid;
  border-color: transparent;
}

/* line 12335, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v1--bottom__back {
  border-width: 15px 15px 0 15px;
  border-style: solid;
  border-color: transparent;
}

/* line 12340, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--left {
  left: 100%;
}

/* line 12343, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--left__front, .u-triangle-inclusive-v2--left__back {
  position: absolute;
  left: 0;
  height: 100%;
}

/* line 12348, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--left__front svg, .u-triangle-inclusive-v2--left__back svg {
  height: 100%;
  vertical-align: middle;
}

/* line 12352, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--left__front {
  z-index: 2;
}

/* line 12355, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--left__front svg polygon {
  fill: #eee;
}

/* line 12358, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--left__back {
  z-index: 1;
}

/* line 12361, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--left__back svg polygon {
  fill: #fff;
}

/* line 12364, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--right {
  right: 100%;
}

/* line 12367, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--right__front, .u-triangle-inclusive-v2--right__back {
  position: absolute;
  right: 0;
  height: 100%;
}

/* line 12372, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--right__front svg, .u-triangle-inclusive-v2--right__back svg {
  height: 100%;
  vertical-align: middle;
}

/* line 12376, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--right__front {
  z-index: 2;
}

/* line 12379, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--right__front svg polygon {
  fill: #eee;
}

/* line 12382, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--right__back {
  z-index: 1;
}

/* line 12385, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--right__back svg polygon {
  fill: #fff;
}

/* line 12388, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--top {
  bottom: 100%;
}

/* line 12391, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--top__front, .u-triangle-inclusive-v2--top__back {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 12396, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--top__front svg, .u-triangle-inclusive-v2--top__back svg {
  width: 100%;
  vertical-align: bottom;
}

/* line 12400, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--top__front {
  z-index: 2;
}

/* line 12403, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--top__front svg polygon {
  fill: #eee;
}

/* line 12406, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--top__back {
  z-index: 1;
}

/* line 12409, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--top__back svg polygon {
  fill: #fff;
}

/* line 12412, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--bottom {
  top: 100%;
}

/* line 12415, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--bottom__front, .u-triangle-inclusive-v2--bottom__back {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 12420, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--bottom__front svg, .u-triangle-inclusive-v2--bottom__back svg {
  width: 100%;
  vertical-align: top;
}

/* line 12424, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--bottom__front {
  z-index: 2;
}

/* line 12427, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--bottom__front svg polygon {
  fill: #eee;
}

/* line 12430, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--bottom__back {
  z-index: 1;
}

/* line 12433, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-inclusive-v2--bottom__back svg polygon {
  fill: #fff;
}

/* line 12436, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-semicircle-v1 {
  position: relative;
  z-index: 10;
}

/* line 12440, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-semicircle-v1::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 150%;
  height: 150%;
  border-radius: 50%;
}

/* line 12449, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-semicircle-v1.g-bg-primary::before {
  background: #72c02c;
}

/* line 12452, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-semicircle-v1.g-bg-white::before {
  background: #fff;
}

/* line 12455, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-semicircle-v1.g-bg-gray-light-v9::before {
  background: #f7f7f7;
}

/* line 12458, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-semicircle-v1.g-bg-black::before {
  background: #000;
}

/* line 12461, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-semicircle-top::before, .u-semicircle-right::before {
  top: -20%;
  left: -25%;
}

/* line 12465, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-semicircle-bottom::before, .u-semicircle-left::before {
  bottom: -20%;
  left: -25%;
}

@media (max-width: 575px) {
  /* line 12470, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-none--xs::before,
  .u-semicircle-none--xs::before {
    display: none;
  }
}
@media (min-width: 576px) {
  /* line 12475, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-top::before, .u-triangle-v4.u-triangle-bottom::before {
    height: 75px;
  }

  /* line 12477, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-left::before, .u-triangle-v4.u-triangle-right::before {
    width: 75px;
  }

  /* line 12479, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v4.u-triangle-top::before {
    top: -75px;
  }

  /* line 12481, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-bottom::before {
    bottom: -75px;
  }

  /* line 12483, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v4.u-triangle-left::before {
    left: -75px;
  }

  /* line 12485, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-right::before {
    right: -75px;
  }
}
@media (max-width: 767px) {
  /* line 12489, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-none--sm::before,
  .u-semicircle-none--sm::before {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 12494, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-left.g-bg-primary::before, .u-triangle-v1.u-triangle-left.g-bg-white::before, .u-triangle-v1.u-triangle-left.g-bg-gray-light-v9::before, .u-triangle-v1.u-triangle-left.g-bg-black::before, .u-triangle-v1.u-triangle-right.g-bg-primary::before, .u-triangle-v1.u-triangle-right.g-bg-white::before, .u-triangle-v1.u-triangle-right.g-bg-gray-light-v9::before, .u-triangle-v1.u-triangle-right.g-bg-black::before {
    border-bottom-color: transparent;
    border-top-color: transparent;
  }

  /* line 12497, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-left::before, .u-triangle-v1.u-triangle-right::before {
    top: 50%;
    bottom: auto;
    left: auto;
    margin-top: -20px;
    margin-left: 0;
  }

  /* line 12503, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-left::before {
    left: -25px;
    border-width: 20px 25px 20px 0;
  }

  /* line 12506, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-left.g-bg-primary::before {
    border-right-color: #72c02c;
  }

  /* line 12508, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-left.g-bg-white::before {
    border-right-color: #fff;
  }

  /* line 12510, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-left.g-bg-gray-light-v9::before {
    border-right-color: #f7f7f7;
  }

  /* line 12512, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-left.g-bg-black::before {
    border-right-color: #000;
  }

  /* line 12514, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-right::before {
    right: -25px;
    border-width: 20px 0 20px 25px;
  }

  /* line 12517, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-right.g-bg-primary::before {
    border-left-color: #72c02c;
  }

  /* line 12519, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-right.g-bg-white::before {
    border-left-color: #fff;
  }

  /* line 12521, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-right.g-bg-gray-light-v9::before {
    border-left-color: #f7f7f7;
  }

  /* line 12523, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v1.u-triangle-right.g-bg-black::before {
    border-left-color: #000;
  }

  /* line 12525, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-left::before, .u-triangle-v4.u-triangle-right::before {
    height: 100%;
    left: auto;
  }

  /* line 12528, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v4.u-triangle-left::before {
    top: 0;
  }

  /* line 12530, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-right::before {
    top: 0;
    bottom: auto;
  }

  /* line 12533, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-top::before, .u-triangle-v4.u-triangle-bottom::before {
    height: 100px;
  }

  /* line 12535, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-left::before, .u-triangle-v4.u-triangle-right::before {
    width: 100px;
  }

  /* line 12537, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v4.u-triangle-top::before {
    top: -100px;
  }

  /* line 12539, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-bottom::before {
    bottom: -100px;
  }

  /* line 12541, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v4.u-triangle-left::before {
    left: -100px;
  }

  /* line 12543, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-right::before {
    right: -100px;
  }

  /* line 12545, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left.g-bg-primary::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #72c02c 50%);
  }

  /* line 12547, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left.g-bg-white::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #fff 50%);
  }

  /* line 12549, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left.g-bg-gray-light-v9::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #f7f7f7 50%);
  }

  /* line 12551, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left.g-bg-black::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #000 50%);
  }

  /* line 12553, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-right.g-bg-primary::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #72c02c 50%);
  }

  /* line 12555, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-right.g-bg-white::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #fff 50%);
  }

  /* line 12557, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-right.g-bg-gray-light-v9::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #f7f7f7 50%);
  }

  /* line 12559, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-right.g-bg-black::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #000 50%);
  }

  /* line 12561, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v4.u-triangle-left::before {
    height: 100%;
    background-size: 100% 50.2%;
    background-position: top right, bottom left;
  }

  /* line 12565, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v4.u-triangle-left.g-bg-primary::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #72c02c 50%), linear-gradient(to top right, transparent 49.6%, #72c02c 50%);
  }

  /* line 12567, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v4.u-triangle-left.g-bg-white::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #fff 50%), linear-gradient(to top right, transparent 49.6%, #fff 50%);
  }

  /* line 12569, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v4.u-triangle-left.g-bg-gray-light-v9::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #f7f7f7 50%), linear-gradient(to top right, transparent 49.6%, #f7f7f7 50%);
  }

  /* line 12571, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v4.u-triangle-left.g-bg-black::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #000 50%), linear-gradient(to top right, transparent 49.6%, #000 50%);
  }

  /* line 12573, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v4.u-triangle-right::before {
    height: 100%;
    background-size: 100% 50.2%;
    background-position: top right, bottom left;
  }

  /* line 12577, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v4.u-triangle-right.g-bg-primary::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #72c02c 50%), linear-gradient(to top left, transparent 49.6%, #72c02c 50%);
  }

  /* line 12579, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v4.u-triangle-right.g-bg-white::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #fff 50%), linear-gradient(to top left, transparent 49.6%, #fff 50%);
  }

  /* line 12581, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v4.u-triangle-right.g-bg-gray-light-v9::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #f7f7f7 50%), linear-gradient(to top left, transparent 49.6%, #f7f7f7 50%);
  }

  /* line 12583, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v4.u-triangle-right.g-bg-black::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #000 50%), linear-gradient(to top left, transparent 49.6%, #000 50%);
  }

  /* line 12585, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-semicircle-left::before {
    top: -25%;
    left: -20%;
  }

  /* line 12588, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-semicircle-right::before {
    top: -25%;
    bottom: auto;
    left: auto;
    right: -20%;
  }
}
@media (max-width: 991px) {
  /* line 12595, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-none--md::before,
  .u-semicircle-none--md::before {
    display: none;
  }
}
@media (min-width: 992px) {
  /* line 12600, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-top::before, .u-triangle-v4.u-triangle-bottom::before {
    height: 150px;
  }

  /* line 12602, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-left::before, .u-triangle-v4.u-triangle-right::before {
    width: 150px;
  }

  /* line 12604, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v4.u-triangle-top::before {
    top: -150px;
  }

  /* line 12606, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-bottom::before {
    bottom: -150px;
  }

  /* line 12608, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v4.u-triangle-left::before {
    left: -150px;
  }

  /* line 12610, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-right::before {
    right: -150px;
  }
}
@media (max-width: 1200px) {
  /* line 12614, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-none--lg::before,
  .u-semicircle-none--lg::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 12619, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-top::before, .u-triangle-v4.u-triangle-bottom::before {
    height: 200px;
  }

  /* line 12621, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-left::before, .u-triangle-v4.u-triangle-right::before {
    width: 200px;
  }

  /* line 12623, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-top::before, .u-triangle-v4.u-triangle-top::before {
    top: -200px;
  }

  /* line 12625, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-bottom::before, .u-triangle-v4.u-triangle-bottom::before {
    bottom: -200px;
  }

  /* line 12627, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-left::before, .u-triangle-v4.u-triangle-left::before {
    left: -200px;
  }

  /* line 12629, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-triangle-v3.u-triangle-right::before, .u-triangle-v4.u-triangle-right::before {
    right: -200px;
  }
}
/* line 12632, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-triangle-none--xl::before,
.u-semicircle-none--xl::before {
  display: none;
}

/* line 12636, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-zigzag-top {
  position: relative;
  background: #f7f7f7;
  z-index: 1;
}

/* line 12641, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-zigzag-top::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 20px;
  background: -webkit-linear-gradient(-225deg, #f7f7f7 10px, transparent 0) 0 10px, -webkit-linear-gradient(-315deg, #f7f7f7 10px, transparent 0) 0 10px;
  background-position: top left;
  background-repear: repeat-x;
  background-size: 20px 20px;
}

/* line 12654, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-zigzag-bottom {
  position: relative;
  background: #f7f7f7;
  z-index: 1;
}

/* line 12659, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-zigzag-bottom::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 20px;
  background: -webkit-linear-gradient(225deg, #f7f7f7 10px, transparent 0) 0 10px, -webkit-linear-gradient(315deg, #f7f7f7 10px, transparent 0) 0 10px;
  background-position: top left;
  background-repear: repeat-x;
  background-size: 20px 20px;
}

/* line 12672, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-zigzag-top-white {
  position: relative;
  background: #fff;
  z-index: 1;
}

/* line 12677, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-zigzag-top-white::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 20px;
  background: -webkit-linear-gradient(-225deg, #fff 10px, transparent 0) 0 10px, -webkit-linear-gradient(-315deg, #fff 10px, transparent 0) 0 10px;
  background-position: top left;
  background-repear: repeat-x;
  background-size: 20px 20px;
}

/* line 12690, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-zigzag-top-primary {
  position: relative;
  background: #72c02c;
  z-index: 1;
}

/* line 12695, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-zigzag-top-primary::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 20px;
  background: -webkit-linear-gradient(-225deg, #72c02c 10px, transparent 0) 0 10px, -webkit-linear-gradient(-315deg, #72c02c 10px, transparent 0) 0 10px;
  background-position: top left;
  background-repear: repeat-x;
  background-size: 20px 20px;
}

/* line 12708, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-zigzag-top-black {
  position: relative;
  background: #000;
  z-index: 1;
}

/* line 12713, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-zigzag-top-black::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 20px;
  background: -webkit-linear-gradient(-225deg, #000 10px, transparent 0) 0 10px, -webkit-linear-gradient(-315deg, #000 10px, transparent 0) 0 10px;
  background-position: top left;
  background-repear: repeat-x;
  background-size: 20px 20px;
}

/* line 12726, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-zigzag-top-gray-dark-v1 {
  position: relative;
  background: #111;
  z-index: 1;
}

/* line 12731, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-zigzag-top-gray-dark-v1::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 20px;
  background: -webkit-linear-gradient(-225deg, #111 10px, transparent 0) 0 10px, -webkit-linear-gradient(-315deg, #111 10px, transparent 0) 0 10px;
  background-position: top left;
  background-repear: repeat-x;
  background-size: 20px 20px;
}

/*------------------------------------
  Nonstandard-bg
------------------------------------*/
/* line 12747, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v"] {
  position: relative;
}

/* line 12750, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v"]::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 3;
}

/*------------------------------------
  Nonstandard Background v1
------------------------------------*/
/* line 12759, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v1"] {
  position: relative;
}

/* line 12762, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v1"]::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

/* line 12771, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-top::before, .u-ns-bg-v1-bottom::before {
  left: 50%;
  margin-left: -25px;
}

/* line 12775, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-left::before, .u-ns-bg-v1-right::before {
  top: 50%;
  margin-top: -25px;
}

/* line 12779, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-top::before {
  top: -25px;
  border-width: 0 20px 25px 20px;
}

/* line 12783, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-top.g-bg-primary::before,
.g-parent.g-bg-primary .u-ns-bg-v1-top::before {
  border-bottom-color: #72c02c;
}

/* line 12787, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-top.g-bg-white::before,
.g-parent.g-bg-white .u-ns-bg-v1-top::before {
  border-bottom-color: #fff;
}

/* line 12791, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-top.g-bg-gray-light-v2::before,
.g-parent.g-bg-gray-light-v2 .u-ns-bg-v1-top::before {
  border-bottom-color: #ccc;
}

/* line 12795, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-top.g-bg-black::before,
.g-parent.g-bg-black .u-ns-bg-v1-top::before {
  border-bottom-color: #000;
}

/* line 12799, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-bottom::before {
  bottom: -25px;
  border-width: 25px 20px 0 20px;
}

/* line 12803, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-bottom.g-bg-primary::before,
.g-parent.g-bg-primary .u-ns-bg-v1-bottom::before {
  border-top-color: #72c02c;
}

/* line 12807, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-bottom.g-bg-white::before,
.g-parent.g-bg-white .u-ns-bg-v1-bottom::before {
  border-top-color: #fff;
}

/* line 12811, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-bottom.g-bg-gray-light-v2::before,
.g-parent.g-bg-gray-light-v2 .u-ns-bg-v1-bottom::before {
  border-top-color: #ccc;
}

/* line 12815, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-bottom.g-bg-black::before,
.g-parent.g-bg-black .u-ns-bg-v1-bottom::before {
  border-top-color: #000;
}

/* line 12819, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-left::before {
  left: -25px;
  border-width: 20px 25px 20px 0;
}

/* line 12823, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-left.g-bg-primary::before,
.g-parent.g-bg-primary .u-ns-bg-v1-left::before {
  border-right-color: #72c02c;
}

/* line 12827, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-left.g-bg-white::before,
.g-parent.g-bg-white .u-ns-bg-v1-left::before {
  border-right-color: #fff;
}

/* line 12831, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-left.g-bg-gray-light-v2::before,
.g-parent.g-bg-gray-light-v2 .u-ns-bg-v1-left::before {
  border-right-color: #ccc;
}

/* line 12835, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-left.g-bg-black::before,
.g-parent.g-bg-black .u-ns-bg-v1-left::before {
  border-right-color: #000;
}

/* line 12839, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-right::before {
  right: -25px;
  border-width: 20px 0 20px 25px;
}

/* line 12843, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-right.g-bg-primary::before,
.g-parent.g-bg-primary .u-ns-bg-v1-right::before {
  border-left-color: #72c02c;
}

/* line 12847, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-right.g-bg-white::before,
.g-parent.g-bg-white .u-ns-bg-v1-right::before {
  border-left-color: #fff;
}

/* line 12851, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-right.g-bg-gray-light-v2::before,
.g-parent.g-bg-gray-light-v2 .u-ns-bg-v1-right::before {
  border-left-color: #ccc;
}

/* line 12855, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v1-right.g-bg-black::before,
.g-parent.g-bg-black .u-ns-bg-v1-right::before {
  border-left-color: #000;
}

@media (min-width: 768px) {
  /* line 12860, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-top--md::before, .u-ns-bg-v1-bottom--md::before, .u-ns-bg-v1-left--md::before, .u-ns-bg-v1-right--md::before {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 12869, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-top--md.g-bg-primary::before, .u-ns-bg-v1-top--md.g-bg-white::before, .u-ns-bg-v1-top--md.g-bg-gray-light-v2::before, .u-ns-bg-v1-top--md.g-bg-black::before, .u-ns-bg-v1-bottom--md.g-bg-primary::before, .u-ns-bg-v1-bottom--md.g-bg-white::before, .u-ns-bg-v1-bottom--md.g-bg-gray-light-v2::before, .u-ns-bg-v1-bottom--md.g-bg-black::before, .u-ns-bg-v1-left--md.g-bg-primary::before, .u-ns-bg-v1-left--md.g-bg-white::before, .u-ns-bg-v1-left--md.g-bg-gray-light-v2::before, .u-ns-bg-v1-left--md.g-bg-black::before, .u-ns-bg-v1-right--md.g-bg-primary::before, .u-ns-bg-v1-right--md.g-bg-white::before, .u-ns-bg-v1-right--md.g-bg-gray-light-v2::before, .u-ns-bg-v1-right--md.g-bg-black::before {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }

  /* line 12874, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-top--md::before, .u-ns-bg-v1-bottom--md::before {
    left: 50%;
    margin-left: -25px;
  }

  /* line 12877, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-left--md::before, .u-ns-bg-v1-right--md::before {
    top: 50%;
    margin-top: -25px;
  }

  /* line 12880, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-top--md::before {
    top: -25px;
    border-width: 0 20px 25px 20px;
  }

  /* line 12883, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-top--md.g-bg-primary::before {
    border-bottom-color: #72c02c;
  }

  /* line 12885, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-top--md.g-bg-white::before {
    border-bottom-color: #fff;
  }

  /* line 12887, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-top--md.g-bg-gray-light-v2::before {
    border-bottom-color: #ccc;
  }

  /* line 12889, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-top--md.g-bg-black::before {
    border-bottom-color: #000;
  }

  /* line 12891, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-bottom--md::before {
    bottom: -25px;
    border-width: 25px 20px 0 20px;
  }

  /* line 12894, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-bottom--md.g-bg-primary::before {
    border-top-color: #72c02c;
  }

  /* line 12896, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-bottom--md.g-bg-white::before {
    border-top-color: #fff;
  }

  /* line 12898, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-bottom--md.g-bg-gray-light-v2::before {
    border-top-color: #ccc;
  }

  /* line 12900, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-bottom--md.g-bg-black::before {
    border-top-color: #000;
  }

  /* line 12902, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-left--md::before {
    left: -25px;
    border-width: 20px 25px 20px 0;
  }

  /* line 12905, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-left--md.g-bg-primary::before {
    border-right-color: #72c02c;
  }

  /* line 12907, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-left--md.g-bg-white::before {
    border-right-color: #fff;
  }

  /* line 12909, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-left--md.g-bg-gray-light-v2::before {
    border-right-color: #ccc;
  }

  /* line 12911, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-left--md.g-bg-black::before {
    border-right-color: #000;
  }

  /* line 12913, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-right--md::before {
    right: -25px;
    border-width: 20px 0 20px 25px;
  }

  /* line 12916, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-right--md.g-bg-primary::before {
    border-left-color: #72c02c;
  }

  /* line 12918, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-right--md.g-bg-white::before {
    border-left-color: #fff;
  }

  /* line 12920, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-right--md.g-bg-gray-light-v2::before {
    border-left-color: #ccc;
  }

  /* line 12922, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v1-right--md.g-bg-black::before {
    border-left-color: #000;
  }
}
/*------------------------------------
  Nonstandard Background v2
------------------------------------*/
/* line 12928, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v2"] {
  position: relative;
}

/* line 12931, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v2"]::before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

/* line 12941, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-top::before, .u-ns-bg-v2-bottom::before,
.u-ns-bg-v2-2-top::before,
.u-ns-bg-v2-2-bottom::before {
  left: 45px;
}

/* line 12946, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-left::before, .u-ns-bg-v2-right::before,
.u-ns-bg-v2-2-left::before,
.u-ns-bg-v2-2-right::before {
  top: 23px;
}

/* line 12951, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-top::before,
.u-ns-bg-v2-2-top::before {
  top: -15px;
  border-width: 0 17px 15px 17px;
}

/* line 12956, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-top.g-bg-primary::before,
.u-ns-bg-v2-2-top.g-bg-primary::before {
  border-bottom-color: #72c02c;
}

/* line 12960, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-top.g-bg-white::before,
.u-ns-bg-v2-2-top.g-bg-white::before {
  border-bottom-color: #fff;
}

/* line 12964, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-top.g-bg-gray-light-v2::before,
.u-ns-bg-v2-2-top.g-bg-gray-light-v2::before {
  border-bottom-color: #ccc;
}

/* line 12968, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-top.g-bg-gray-light-v5::before,
.u-ns-bg-v2-2-top.g-bg-gray-light-v5::before {
  border-bottom-color: #f7f7f7;
}

/* line 12972, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-top.g-bg-black::before,
.u-ns-bg-v2-2-top.g-bg-black::before {
  border-bottom-color: #000;
}

/* line 12976, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-bottom::before,
.u-ns-bg-v2-2-bottom::before {
  bottom: -15px;
  border-width: 15px 17px 0 17px;
}

/* line 12981, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-bottom.g-bg-primary::before,
.u-ns-bg-v2-2-bottom.g-bg-primary::before {
  border-top-color: #72c02c;
}

/* line 12985, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-bottom.g-bg-white::before,
.u-ns-bg-v2-2-bottom.g-bg-white::before {
  border-top-color: #fff;
}

/* line 12989, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-bottom.g-bg-gray-light-v2::before,
.u-ns-bg-v2-2-bottom.g-bg-gray-light-v2::before {
  border-top-color: #ccc;
}

/* line 12993, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-bottom.g-bg-black::before,
.u-ns-bg-v2-2-bottom.g-bg-black::before {
  border-top-color: #000;
}

/* line 12997, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-left::before,
.u-ns-bg-v2-2-left::before {
  left: -15px;
  border-width: 17px 15px 17px 0;
}

/* line 13002, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-left.g-bg-primary::before,
.u-ns-bg-v2-2-left.g-bg-primary::before {
  border-right-color: #72c02c;
}

/* line 13006, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-left.g-bg-white::before,
.u-ns-bg-v2-2-left.g-bg-white::before {
  border-right-color: #fff;
}

/* line 13010, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-left.g-bg-gray-light-v2::before,
.u-ns-bg-v2-2-left.g-bg-gray-light-v2::before {
  border-right-color: #ccc;
}

/* line 13014, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-left.g-bg-black::before,
.u-ns-bg-v2-2-left.g-bg-black::before {
  border-right-color: #000;
}

/* line 13018, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-right::before,
.u-ns-bg-v2-2-right::before {
  right: -15px;
  border-width: 17px 0 17px 15px;
}

/* line 13023, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-right.g-bg-primary::before,
.u-ns-bg-v2-2-right.g-bg-primary::before {
  border-left-color: #72c02c;
}

/* line 13027, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-right.g-bg-white::before,
.u-ns-bg-v2-2-right.g-bg-white::before {
  border-left-color: #fff;
}

/* line 13031, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-right.g-bg-gray-light-v2::before,
.u-ns-bg-v2-2-right.g-bg-gray-light-v2::before {
  border-left-color: #ccc;
}

/* line 13035, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-right.g-bg-black::before,
.u-ns-bg-v2-2-right.g-bg-black::before {
  border-left-color: #000;
}

/* line 13039, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-2-top::before, .u-ns-bg-v2-2-bottom::before,
.u-ns-bg-v2-2-2-top::before,
.u-ns-bg-v2-2-2-bottom::before {
  left: 20px;
}

/* line 13044, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-2-left::before, .u-ns-bg-v2-2-right::before,
.u-ns-bg-v2-2-2-left::before,
.u-ns-bg-v2-2-2-right::before {
  top: 30px;
}

/* line 13049, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-2-top::before,
.u-ns-bg-v2-2-2-top::before {
  border-width: 0 15px 15px 15px;
}

/* line 13053, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-2-bottom::before,
.u-ns-bg-v2-2-2-bottom::before {
  border-width: 15px 15px 0 15px;
}

/* line 13057, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-2-left::before,
.u-ns-bg-v2-2-2-left::before {
  border-width: 15px 15px 15px 0;
}

/* line 13061, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v2-2-right::before,
.u-ns-bg-v2-2-2-right::before {
  border-width: 15px 0 15px 15px;
}

@media (min-width: 768px) {
  /* line 13066, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-top--md::before, .u-ns-bg-v2-bottom--md::before, .u-ns-bg-v2-left--md::before, .u-ns-bg-v2-right--md::before,
  .u-ns-bg-v2-2-top--md::before,
  .u-ns-bg-v2-2-bottom--md::before,
  .u-ns-bg-v2-2-left--md::before,
  .u-ns-bg-v2-2-right--md::before {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  /* line 13079, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-top--md.g-bg-primary::before, .u-ns-bg-v2-top--md.g-bg-white::before, .u-ns-bg-v2-top--md.g-bg-gray-light-v2::before, .u-ns-bg-v2-top--md.g-bg-black::before, .u-ns-bg-v2-bottom--md.g-bg-primary::before, .u-ns-bg-v2-bottom--md.g-bg-white::before, .u-ns-bg-v2-bottom--md.g-bg-gray-light-v2::before, .u-ns-bg-v2-bottom--md.g-bg-black::before, .u-ns-bg-v2-left--md.g-bg-primary::before, .u-ns-bg-v2-left--md.g-bg-white::before, .u-ns-bg-v2-left--md.g-bg-gray-light-v2::before, .u-ns-bg-v2-left--md.g-bg-black::before, .u-ns-bg-v2-right--md.g-bg-primary::before, .u-ns-bg-v2-right--md.g-bg-white::before, .u-ns-bg-v2-right--md.g-bg-gray-light-v2::before, .u-ns-bg-v2-right--md.g-bg-black::before,
  .u-ns-bg-v2-2-top--md.g-bg-primary::before,
  .u-ns-bg-v2-2-top--md.g-bg-white::before,
  .u-ns-bg-v2-2-top--md.g-bg-gray-light-v2::before,
  .u-ns-bg-v2-2-top--md.g-bg-black::before,
  .u-ns-bg-v2-2-bottom--md.g-bg-primary::before,
  .u-ns-bg-v2-2-bottom--md.g-bg-white::before,
  .u-ns-bg-v2-2-bottom--md.g-bg-gray-light-v2::before,
  .u-ns-bg-v2-2-bottom--md.g-bg-black::before,
  .u-ns-bg-v2-2-left--md.g-bg-primary::before,
  .u-ns-bg-v2-2-left--md.g-bg-white::before,
  .u-ns-bg-v2-2-left--md.g-bg-gray-light-v2::before,
  .u-ns-bg-v2-2-left--md.g-bg-black::before,
  .u-ns-bg-v2-2-right--md.g-bg-primary::before,
  .u-ns-bg-v2-2-right--md.g-bg-white::before,
  .u-ns-bg-v2-2-right--md.g-bg-gray-light-v2::before,
  .u-ns-bg-v2-2-right--md.g-bg-black::before {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }

  /* line 13100, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-top--md::before,
  .u-ns-bg-v2-2-top--md::before {
    top: -15px;
    border-width: 0 17px 15px 17px;
  }

  /* line 13104, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-top--md.g-bg-primary::before,
  .u-ns-bg-v2-2-top--md.g-bg-primary::before {
    border-bottom-color: #72c02c;
  }

  /* line 13107, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-top--md.g-bg-white::before,
  .u-ns-bg-v2-2-top--md.g-bg-white::before {
    border-bottom-color: #fff;
  }

  /* line 13110, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-top--md.g-bg-gray-light-v2::before,
  .u-ns-bg-v2-2-top--md.g-bg-gray-light-v2::before {
    border-bottom-color: #ccc;
  }

  /* line 13113, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-top--md.g-bg-black::before,
  .u-ns-bg-v2-2-top--md.g-bg-black::before {
    border-bottom-color: #000;
  }

  /* line 13116, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-bottom--md::before,
  .u-ns-bg-v2-2-bottom--md::before {
    bottom: -15px;
    border-width: 15px 17px 0 17px;
  }

  /* line 13120, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-bottom--md.g-bg-primary::before,
  .u-ns-bg-v2-2-bottom--md.g-bg-primary::before {
    border-top-color: #72c02c;
  }

  /* line 13123, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-bottom--md.g-bg-white::before,
  .u-ns-bg-v2-2-bottom--md.g-bg-white::before {
    border-top-color: #fff;
  }

  /* line 13126, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-bottom--md.g-bg-gray-light-v2::before,
  .u-ns-bg-v2-2-bottom--md.g-bg-gray-light-v2::before {
    border-top-color: #ccc;
  }

  /* line 13129, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-bottom--md.g-bg-black::before,
  .u-ns-bg-v2-2-bottom--md.g-bg-black::before {
    border-top-color: #000;
  }

  /* line 13132, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-left--md::before,
  .u-ns-bg-v2-2-left--md::before {
    left: -15px;
    border-width: 17px 15px 17px 0;
  }

  /* line 13136, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-left--md.g-bg-primary::before,
  .u-ns-bg-v2-2-left--md.g-bg-primary::before {
    border-right-color: #72c02c;
  }

  /* line 13139, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-left--md.g-bg-white::before,
  .u-ns-bg-v2-2-left--md.g-bg-white::before {
    border-right-color: #fff;
  }

  /* line 13142, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-left--md.g-bg-gray-light-v2::before,
  .u-ns-bg-v2-2-left--md.g-bg-gray-light-v2::before {
    border-right-color: #ccc;
  }

  /* line 13145, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-left--md.g-bg-black::before,
  .u-ns-bg-v2-2-left--md.g-bg-black::before {
    border-right-color: #000;
  }

  /* line 13148, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-right--md::before,
  .u-ns-bg-v2-2-right--md::before {
    right: -15px;
    border-width: 17px 0 17px 15px;
  }

  /* line 13152, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-right--md.g-bg-primary::before,
  .u-ns-bg-v2-2-right--md.g-bg-primary::before {
    border-left-color: #72c02c;
  }

  /* line 13155, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-right--md.g-bg-white::before,
  .u-ns-bg-v2-2-right--md.g-bg-white::before {
    border-left-color: #fff;
  }

  /* line 13158, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-right--md.g-bg-gray-light-v2::before,
  .u-ns-bg-v2-2-right--md.g-bg-gray-light-v2::before {
    border-left-color: #ccc;
  }

  /* line 13161, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-right--md.g-bg-black::before,
  .u-ns-bg-v2-2-right--md.g-bg-black::before {
    border-left-color: #000;
  }

  /* line 13164, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-2-top--md::before, .u-ns-bg-v2-2-bottom--md::before,
  .u-ns-bg-v2-2-2-top--md::before,
  .u-ns-bg-v2-2-2-bottom--md::before {
    left: 20px;
  }

  /* line 13168, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-2-left--md::before, .u-ns-bg-v2-2-right--md::before,
  .u-ns-bg-v2-2-2-left--md::before,
  .u-ns-bg-v2-2-2-right--md::before {
    top: 30px;
  }

  /* line 13172, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-2-top--md::before,
  .u-ns-bg-v2-2-2-top--md::before {
    border-width: 0 15px 15px 15px;
  }

  /* line 13175, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-2-bottom--md::before,
  .u-ns-bg-v2-2-2-bottom--md::before {
    border-width: 15px 15px 0 15px;
  }

  /* line 13178, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-2-left--md::before,
  .u-ns-bg-v2-2-2-left--md::before {
    border-width: 15px 15px 15px 0;
  }

  /* line 13181, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v2-2-right--md::before,
  .u-ns-bg-v2-2-2-right--md::before {
    border-width: 15px 0 15px 15px;
  }
}
/*------------------------------------
  Nonstandard Background v3
------------------------------------*/
/* line 13188, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v3"] {
  position: relative;
}

/* line 13191, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v3"]::before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

/* line 13201, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-top::before, .u-ns-bg-v3-bottom::before {
  left: 80px;
}

/* line 13204, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-left::before, .u-ns-bg-v3-right::before {
  top: 23px;
}

/* line 13207, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-top.g-bg-primary::before, .u-ns-bg-v3-left.g-bg-primary::before {
  border-bottom-color: #72c02c;
}

/* line 13210, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-top.g-bg-white::before, .u-ns-bg-v3-left.g-bg-white::before {
  border-bottom-color: #fff;
}

/* line 13213, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-top.g-bg-gray-light-v2::before, .u-ns-bg-v3-left.g-bg-gray-light-v2::before {
  border-bottom-color: #ccc;
}

/* line 13216, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-top.g-bg-black::before, .u-ns-bg-v3-left.g-bg-black::before {
  border-bottom-color: #000;
}

/* line 13219, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-top.g-bg-facebook::before, .u-ns-bg-v3-left.g-bg-facebook::before {
  border-bottom-color: #3b5998;
}

/* line 13222, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-bottom.g-bg-primary::before, .u-ns-bg-v3-right.g-bg-primary::before {
  border-top-color: #72c02c;
}

/* line 13225, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-bottom.g-bg-white::before, .u-ns-bg-v3-right.g-bg-white::before {
  border-top-color: #fff;
}

/* line 13228, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-bottom.g-bg-gray-light-v2::before, .u-ns-bg-v3-right.g-bg-gray-light-v2::before {
  border-top-color: #ccc;
}

/* line 13231, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-bottom.g-bg-black::before, .u-ns-bg-v3-right.g-bg-black::before {
  border-top-color: #000;
}

/* line 13234, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-bottom.g-bg-lightred::before, .u-ns-bg-v3-right.g-bg-lightred::before {
  border-top-color: #e64b3b;
}

/* line 13237, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-bottom.g-bg-blue::before, .u-ns-bg-v3-right.g-bg-blue::before {
  border-top-color: #3398dc;
}

/* line 13240, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-bottom.g-bg-purple::before, .u-ns-bg-v3-right.g-bg-purple::before {
  border-top-color: #9a69cb;
}

/* line 13243, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-bottom.g-bg-cyan::before, .u-ns-bg-v3-right.g-bg-cyan::before {
  border-top-color: #00bed6;
}

/* line 13246, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-bottom.g-bg-teal::before, .u-ns-bg-v3-right.g-bg-teal::before {
  border-top-color: #18ba9b;
}

/* line 13249, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-bottom.g-bg-pink::before, .u-ns-bg-v3-right.g-bg-pink::before {
  border-top-color: #e81c62;
}

/* line 13252, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-bottom.g-bg-red::before, .u-ns-bg-v3-right.g-bg-red::before {
  border-top-color: #f00;
}

/* line 13255, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-bottom.g-bg-facebook::before, .u-ns-bg-v3-right.g-bg-facebook::before {
  border-top-color: #3b5998;
}

/* line 13258, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-top::before {
  top: -22px;
  border-width: 22px 0 0 22px;
}

/* line 13262, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-bottom::before {
  bottom: -22px;
  border-width: 22px 22px 0 0;
}

/* line 13266, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-left::before {
  left: -22px;
  border-width: 0 22px 22px 0;
}

/* line 13270, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v3-right::before {
  right: -22px;
  border-width: 22px 22px 0 0;
}

/*------------------------------------
  Nonstandard Background v4
------------------------------------*/
/* line 13277, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v4"] {
  position: relative;
}

/* line 13280, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v4"]::before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

/* line 13290, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v4-top::before, .u-ns-bg-v4-bottom::before {
  left: 8%;
}

/* line 13293, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v4-left::before, .u-ns-bg-v4-right::before {
  top: 8%;
}

/* line 13296, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v4-top.g-bg-primary::before, .u-ns-bg-v4-left.g-bg-primary::before {
  border-bottom-color: #72c02c;
}

/* line 13299, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v4-top.g-bg-white::before, .u-ns-bg-v4-left.g-bg-white::before {
  border-bottom-color: #fff;
}

/* line 13302, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v4-top.g-bg-gray-light-v2::before, .u-ns-bg-v4-left.g-bg-gray-light-v2::before {
  border-bottom-color: #ccc;
}

/* line 13305, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v4-top.g-bg-black::before, .u-ns-bg-v4-left.g-bg-black::before {
  border-bottom-color: #000;
}

/* line 13308, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v4-bottom.g-bg-primary::before, .u-ns-bg-v4-right.g-bg-primary::before {
  border-top-color: #72c02c;
}

/* line 13311, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v4-bottom.g-bg-white::before, .u-ns-bg-v4-right.g-bg-white::before {
  border-top-color: #fff;
}

/* line 13314, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v4-bottom.g-bg-gray-light-v2::before, .u-ns-bg-v4-right.g-bg-gray-light-v2::before {
  border-top-color: #ccc;
}

/* line 13317, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v4-bottom.g-bg-black::before, .u-ns-bg-v4-right.g-bg-black::before {
  border-top-color: #000;
}

/* line 13320, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v4-top::before {
  top: -22px;
  border-width: 22px 22px 0 0;
}

/* line 13324, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v4-bottom::before {
  bottom: -22px;
  border-width: 22px 0 0 22px;
}

/* line 13328, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v4-left::before {
  left: -22px;
  border-width: 22px 22px 0 0;
}

/* line 13332, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v4-right::before {
  right: -22px;
  border-width: 0 22px 22px 0;
}

/*------------------------------------
  Nonstandard Background v5
------------------------------------*/
/* line 13339, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v5"] {
  position: relative;
}

/* line 13342, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v5"] .u-ns-bg-before {
  position: absolute;
  z-index: 2;
}

/* line 13346, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v5"].g-bg-primary svg polygon,
[class*="u-ns-bg-v5"].g-bg-primary svg path {
  fill: #72c02c;
}

/* line 13350, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v5"].g-bg-white svg polygon,
[class*="u-ns-bg-v5"].g-bg-white svg path {
  fill: #fff;
}

/* line 13354, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v5"].g-bg-gray-light-v2 svg polygon,
[class*="u-ns-bg-v5"].g-bg-gray-light-v2 svg path {
  fill: #ccc;
}

/* line 13358, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v5"].g-bg-black svg polygon,
[class*="u-ns-bg-v5"].g-bg-black svg path {
  fill: #000;
}

/* line 13362, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v5-top .u-ns-bg-before, .u-ns-bg-v5-bottom .u-ns-bg-before {
  width: 100%;
}

/* line 13365, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v5-top svg, .u-ns-bg-v5-bottom svg {
  width: 100%;
}

/* line 13368, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v5-left .u-ns-bg-before, .u-ns-bg-v5-right .u-ns-bg-before {
  height: 100%;
}

/* line 13371, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v5-left svg, .u-ns-bg-v5-right svg {
  height: 100%;
  vertical-align: middle;
}

/* line 13375, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v5-top .u-ns-bg-before {
  bottom: 100%;
}

/* line 13378, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v5-top svg {
  vertical-align: bottom;
}

/* line 13381, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v5-bottom .u-ns-bg-before {
  top: 100%;
}

/* line 13384, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v5-bottom svg {
  vertical-align: top;
}

/* line 13387, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v5-left .u-ns-bg-before {
  left: 100%;
}

/* line 13390, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v5-right .u-ns-bg-before {
  right: 100%;
}

@media (min-width: 768px) {
  /* line 13394, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-top--md .u-ns-bg-before, .u-ns-bg-v5-bottom--md .u-ns-bg-before, .u-ns-bg-v5-left--md .u-ns-bg-before, .u-ns-bg-v5-right--md .u-ns-bg-before {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
  }

  /* line 13401, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-top--md svg, .u-ns-bg-v5-bottom--md svg, .u-ns-bg-v5-left--md svg, .u-ns-bg-v5-right--md svg {
    width: auto;
    height: auto;
  }

  /* line 13404, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-top--md .u-ns-bg-before, .u-ns-bg-v5-bottom--md .u-ns-bg-before {
    width: 100%;
  }

  /* line 13406, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-top--md svg, .u-ns-bg-v5-bottom--md svg {
    width: 100%;
  }

  /* line 13408, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-left--md .u-ns-bg-before, .u-ns-bg-v5-right--md .u-ns-bg-before {
    height: 100%;
  }

  /* line 13410, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-left--md svg, .u-ns-bg-v5-right--md svg {
    height: 100%;
    vertical-align: middle;
  }

  /* line 13413, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-top--md .u-ns-bg-before {
    bottom: 100%;
  }

  /* line 13415, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-top--md svg {
    vertical-align: bottom;
  }

  /* line 13417, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-bottom--md .u-ns-bg-before {
    top: 100%;
  }

  /* line 13419, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-bottom--md svg {
    vertical-align: top;
  }

  /* line 13421, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-left--md .u-ns-bg-before {
    left: 100%;
  }

  /* line 13423, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v5-right--md .u-ns-bg-before {
    right: 100%;
  }
}
/*------------------------------------
  Nonstandard Background v6
------------------------------------*/
/* line 13429, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v6"] {
  position: relative;
}

/* line 13432, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v6"] .u-ns-bg-before {
  position: absolute;
  z-index: 2;
}

/* line 13436, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-top .u-ns-bg-before::before, .u-ns-bg-v6-top .u-ns-bg-before::after, .u-ns-bg-v6-bottom .u-ns-bg-before::before, .u-ns-bg-v6-bottom .u-ns-bg-before::after, .u-ns-bg-v6-left .u-ns-bg-before::before, .u-ns-bg-v6-left .u-ns-bg-before::after, .u-ns-bg-v6-right .u-ns-bg-before::before, .u-ns-bg-v6-right .u-ns-bg-before::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

/* line 13444, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-top .u-ns-bg-before::after, .u-ns-bg-v6-bottom .u-ns-bg-before::after, .u-ns-bg-v6-left .u-ns-bg-before::after, .u-ns-bg-v6-right .u-ns-bg-before::after {
  position: absolute;
}

/* line 13447, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-top .u-ns-bg-before, .u-ns-bg-v6-bottom .u-ns-bg-before {
  left: 20px;
}

/* line 13450, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-left .u-ns-bg-before, .u-ns-bg-v6-right .u-ns-bg-before {
  top: 30px;
}

/* line 13453, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-top .u-ns-bg-before {
  top: -15px;
}

/* line 13456, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-top .u-ns-bg-before::before {
  border-width: 0 15px 15px 15px;
}

/* line 13459, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-top .u-ns-bg-before::after {
  bottom: 0;
  left: 1px;
  border-width: 0 14px 14px 14px;
}

/* line 13464, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-top.g-brd-primary .u-ns-bg-before::before {
  border-bottom-color: #72c02c;
}

/* line 13467, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-top.g-brd-primary .u-ns-bg-before::after {
  border-bottom-color: #fff;
}

/* line 13470, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-top.g-brd-gray-light-v2 .u-ns-bg-before::before {
  border-bottom-color: #ccc;
}

/* line 13473, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-top.g-brd-gray-light-v2 .u-ns-bg-before::after {
  border-bottom-color: #fff;
}

/* line 13476, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-top.g-brd-black .u-ns-bg-before::before {
  border-bottom-color: #000;
}

/* line 13479, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-top.g-brd-black .u-ns-bg-before::after {
  border-bottom-color: #fff;
}

/* line 13482, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-bottom .u-ns-bg-before {
  bottom: -15px;
}

/* line 13485, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-bottom .u-ns-bg-before::before {
  border-width: 15px 15px 0 15px;
}

/* line 13488, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-bottom .u-ns-bg-before::after {
  bottom: 1px;
  left: 1px;
  border-width: 14px 14px 0 14px;
}

/* line 13493, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-bottom.g-brd-primary .u-ns-bg-before::before {
  border-top-color: #72c02c;
}

/* line 13496, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-bottom.g-brd-primary .u-ns-bg-before::after {
  border-top-color: #fff;
}

/* line 13499, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-bottom.g-brd-gray-light-v2 .u-ns-bg-before::before {
  border-top-color: #ccc;
}

/* line 13502, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-bottom.g-brd-gray-light-v2 .u-ns-bg-before::after {
  border-top-color: #fff;
}

/* line 13505, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-bottom.g-brd-black .u-ns-bg-before::before {
  border-top-color: #000;
}

/* line 13508, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-bottom.g-brd-black .u-ns-bg-before::after {
  border-top-color: #fff;
}

/* line 13511, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-left .u-ns-bg-before {
  left: -15px;
}

/* line 13514, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-left .u-ns-bg-before::before {
  border-width: 15px 15px 15px 0;
}

/* line 13517, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-left .u-ns-bg-before::after {
  top: 1px;
  right: 0;
  border-width: 14px 14px 14px 0;
}

/* line 13522, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-left.g-brd-primary .u-ns-bg-before::before {
  border-right-color: #72c02c;
}

/* line 13525, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-left.g-brd-primary .u-ns-bg-before::after {
  border-right-color: #fff;
}

/* line 13528, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-left.g-brd-gray-light-v2 .u-ns-bg-before::before {
  border-right-color: #ccc;
}

/* line 13531, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-left.g-brd-gray-light-v2 .u-ns-bg-before::after {
  border-right-color: #fff;
}

/* line 13534, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-left.g-brd-black .u-ns-bg-before::before {
  border-right-color: #000;
}

/* line 13537, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-left.g-brd-black .u-ns-bg-before::after {
  border-right-color: #fff;
}

/* line 13540, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-right .u-ns-bg-before {
  right: -15px;
}

/* line 13543, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-right .u-ns-bg-before::before {
  border-width: 15px 0 15px 15px;
}

/* line 13546, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-right .u-ns-bg-before::after {
  top: 1px;
  left: 0;
  border-width: 14px 0 14px 14px;
}

/* line 13551, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-right.g-brd-primary .u-ns-bg-before::before {
  border-left-color: #ccc;
}

/* line 13554, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-right.g-brd-primary .u-ns-bg-before::after {
  border-left-color: #fff;
}

/* line 13557, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-right.g-brd-gray-light-v2 .u-ns-bg-before::before {
  border-left-color: #ccc;
}

/* line 13560, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-right.g-brd-gray-light-v2 .u-ns-bg-before::after {
  border-left-color: #fff;
}

/* line 13563, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-right.g-brd-black .u-ns-bg-before::before {
  border-left-color: #ccc;
}

/* line 13566, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v6-right.g-brd-black .u-ns-bg-before::after {
  border-left-color: #fff;
}

@media (min-width: 768px) {
  /* line 13570, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-top--md.g-brd-primary .u-ns-bg-before::before, .u-ns-bg-v6-top--md.g-brd-gray-light-v2 .u-ns-bg-before::before, .u-ns-bg-v6-top--md.g-brd-black .u-ns-bg-before::before, .u-ns-bg-v6-bottom--md.g-brd-primary .u-ns-bg-before::before, .u-ns-bg-v6-bottom--md.g-brd-gray-light-v2 .u-ns-bg-before::before, .u-ns-bg-v6-bottom--md.g-brd-black .u-ns-bg-before::before, .u-ns-bg-v6-left--md.g-brd-primary .u-ns-bg-before::before, .u-ns-bg-v6-left--md.g-brd-gray-light-v2 .u-ns-bg-before::before, .u-ns-bg-v6-left--md.g-brd-black .u-ns-bg-before::before, .u-ns-bg-v6-right--md.g-brd-primary .u-ns-bg-before::before, .u-ns-bg-v6-right--md.g-brd-gray-light-v2 .u-ns-bg-before::before, .u-ns-bg-v6-right--md.g-brd-black .u-ns-bg-before::before {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }

  /* line 13575, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-top--md.g-brd-primary .u-ns-bg-before::after, .u-ns-bg-v6-top--md.g-brd-gray-light-v2 .u-ns-bg-before::after, .u-ns-bg-v6-top--md.g-brd-black .u-ns-bg-before::after, .u-ns-bg-v6-bottom--md.g-brd-primary .u-ns-bg-before::after, .u-ns-bg-v6-bottom--md.g-brd-gray-light-v2 .u-ns-bg-before::after, .u-ns-bg-v6-bottom--md.g-brd-black .u-ns-bg-before::after, .u-ns-bg-v6-left--md.g-brd-primary .u-ns-bg-before::after, .u-ns-bg-v6-left--md.g-brd-gray-light-v2 .u-ns-bg-before::after, .u-ns-bg-v6-left--md.g-brd-black .u-ns-bg-before::after, .u-ns-bg-v6-right--md.g-brd-primary .u-ns-bg-before::after, .u-ns-bg-v6-right--md.g-brd-gray-light-v2 .u-ns-bg-before::after, .u-ns-bg-v6-right--md.g-brd-black .u-ns-bg-before::after {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }

  /* line 13580, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-top--md .u-ns-bg-before, .u-ns-bg-v6-bottom--md .u-ns-bg-before {
    left: 20px;
  }

  /* line 13582, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-left--md .u-ns-bg-before, .u-ns-bg-v6-right--md .u-ns-bg-before {
    top: 30px;
  }

  /* line 13584, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-top--md .u-ns-bg-before {
    bottom: auto;
    top: -15px;
  }

  /* line 13587, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-top--md .u-ns-bg-before::before {
    border-width: 0 15px 15px 15px;
  }

  /* line 13589, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-top--md .u-ns-bg-before::after {
    top: auto;
    bottom: 0;
    left: 1px;
    border-width: 0 14px 14px 14px;
  }

  /* line 13594, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-top--md.g-brd-primary .u-ns-bg-before::before {
    border-bottom-color: #72c02c;
  }

  /* line 13596, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-top--md.g-brd-primary .u-ns-bg-before::after {
    border-bottom-color: #fff;
  }

  /* line 13598, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-top--md.g-brd-gray-light-v2 .u-ns-bg-before::before {
    border-bottom-color: #ccc;
  }

  /* line 13600, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-top--md.g-brd-gray-light-v2 .u-ns-bg-before::after {
    border-bottom-color: #fff;
  }

  /* line 13602, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-top--md.g-brd-black .u-ns-bg-before::before {
    border-bottom-color: #000;
  }

  /* line 13604, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-top--md.g-brd-black .u-ns-bg-before::after {
    border-bottom-color: #fff;
  }

  /* line 13606, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-bottom--md .u-ns-bg-before {
    top: auto;
    bottom: -15px;
  }

  /* line 13609, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-bottom--md .u-ns-bg-before::before {
    border-width: 15px 15px 0 15px;
  }

  /* line 13611, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-bottom--md .u-ns-bg-before::after {
    top: auto;
    bottom: 1px;
    left: 1px;
    border-width: 14px 14px 0 14px;
  }

  /* line 13616, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-bottom--md.g-brd-primary .u-ns-bg-before::before {
    border-top-color: #72c02c;
  }

  /* line 13618, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-bottom--md.g-brd-primary .u-ns-bg-before::after {
    border-top-color: #fff;
  }

  /* line 13620, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-bottom--md.g-brd-gray-light-v2 .u-ns-bg-before::before {
    border-top-color: #ccc;
  }

  /* line 13622, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-bottom--md.g-brd-gray-light-v2 .u-ns-bg-before::after {
    border-top-color: #fff;
  }

  /* line 13624, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-bottom--md.g-brd-black .u-ns-bg-before::before {
    border-top-color: #000;
  }

  /* line 13626, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-bottom--md.g-brd-black .u-ns-bg-before::after {
    border-top-color: #fff;
  }

  /* line 13628, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-left--md .u-ns-bg-before {
    left: -15px;
    right: auto;
  }

  /* line 13631, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-left--md .u-ns-bg-before::before {
    border-width: 15px 15px 15px 0;
  }

  /* line 13633, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-left--md .u-ns-bg-before::after {
    top: 1px;
    bottom: auto;
    right: 0;
    border-width: 14px 14px 14px 0;
  }

  /* line 13638, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-left--md.g-brd-primary .u-ns-bg-before::before {
    border-right-color: #72c02c;
  }

  /* line 13640, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-left--md.g-brd-primary .u-ns-bg-before::after {
    border-right-color: #fff;
  }

  /* line 13642, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-left--md.g-brd-gray-light-v2 .u-ns-bg-before::before {
    border-right-color: #ccc;
  }

  /* line 13644, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-left--md.g-brd-gray-light-v2 .u-ns-bg-before::after {
    border-right-color: #fff;
  }

  /* line 13646, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-left--md.g-brd-black .u-ns-bg-before::before {
    border-right-color: #000;
  }

  /* line 13648, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-left--md.g-brd-black .u-ns-bg-before::after {
    border-right-color: #fff;
  }

  /* line 13650, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-right--md .u-ns-bg-before {
    left: auto;
    right: -15px;
  }

  /* line 13653, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-right--md .u-ns-bg-before::before {
    border-width: 15px 0 15px 15px;
  }

  /* line 13655, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-right--md .u-ns-bg-before::after {
    top: 1px;
    bottom: auto;
    left: 0;
    border-width: 14px 0 14px 14px;
  }

  /* line 13660, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-right--md.g-brd-primary .u-ns-bg-before::before {
    border-left-color: #72c02c;
  }

  /* line 13662, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-right--md.g-brd-primary .u-ns-bg-before::after {
    border-left-color: #fff;
  }

  /* line 13664, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-right--md.g-brd-gray-light-v2 .u-ns-bg-before::before {
    border-left-color: #ccc;
  }

  /* line 13666, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-right--md.g-brd-gray-light-v2 .u-ns-bg-before::after {
    border-left-color: #fff;
  }

  /* line 13668, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-right--md.g-brd-black .u-ns-bg-before::before {
    border-left-color: #000;
  }

  /* line 13670, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-ns-bg-v6-right--md.g-brd-black .u-ns-bg-before::after {
    border-left-color: #fff;
  }
}
/*------------------------------------
  Nonstandard Background v7
------------------------------------*/
/* line 13676, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v7"] {
  position: relative;
}

/* line 13679, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-ns-bg-v7"]::before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

/* line 13688, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-top::before, .u-ns-bg-v7-bottom::before {
  left: 50%;
  margin-left: -5px;
}

/* line 13692, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-left::before, .u-ns-bg-v7-right::before {
  top: 50%;
  margin-top: -5px;
}

/* line 13696, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-top::before {
  top: -5px;
  border-width: 0 5px 5px 5px;
}

/* line 13700, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-top.g-bg-primary::before {
  border-bottom-color: #72c02c;
}

/* line 13703, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-top.g-bg-white::before {
  border-bottom-color: #fff;
}

/* line 13706, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-top.g-bg-gray-light-v2::before {
  border-bottom-color: #ccc;
}

/* line 13709, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-top.g-bg-black::before {
  border-bottom-color: #000;
}

/* line 13712, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-bottom::before {
  bottom: -5px;
  border-width: 5px 5px 0 5px;
}

/* line 13716, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-bottom.g-bg-primary::before {
  border-top-color: #72c02c;
}

/* line 13719, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-bottom.g-bg-white::before {
  border-top-color: #fff;
}

/* line 13722, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-bottom.g-bg-gray-light-v2::before {
  border-top-color: #ccc;
}

/* line 13725, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-bottom.g-bg-black::before {
  border-top-color: #000;
}

/* line 13728, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-left::before {
  left: -5px;
  border-width: 5px 5px 5px 0;
}

/* line 13732, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-left.g-bg-primary::before {
  border-right-color: #72c02c;
}

/* line 13735, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-left.g-bg-white::before {
  border-right-color: #fff;
}

/* line 13738, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-left.g-bg-gray-light-v2::before {
  border-right-color: #ccc;
}

/* line 13741, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-left.g-bg-black::before {
  border-right-color: #000;
}

/* line 13744, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-right::before {
  right: -5px;
  border-width: 5px 0 5px 5px;
}

/* line 13748, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-right.g-bg-primary::before {
  border-left-color: #72c02c;
}

/* line 13751, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-right.g-bg-white::before {
  border-left-color: #fff;
}

/* line 13754, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-right.g-bg-gray-light-v2::before {
  border-left-color: #ccc;
}

/* line 13757, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ns-bg-v7-right.g-bg-black::before {
  border-left-color: #000;
}

/*------------------------------------
  Progress Bars
------------------------------------*/
/* line 13763, /home/app/webapp/app/assets/stylesheets/unify.css */
.progress-bar {
  min-height: 0 !important;
}

/* line 13766, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-progress__pointer-v1 {
  position: absolute;
  top: 50%;
  right: 0;
  width: 42px;
  height: 42px;
  margin: -21px -21px 0 0;
  background-color: transparent;
  line-height: 42px;
  z-index: 1;
}

/* line 13777, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-progress__pointer-v2 {
  position: absolute;
  bottom: 100%;
  right: 0;
  min-width: 46px;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  transform: translateX(50%);
  margin-bottom: 5px;
  background-color: transparent;
  z-index: 1;
}

/* line 13792, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-progress__pointer-v2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-style: solid;
  border-color: #72c02c transparent;
  border-width: 5px 5px 0;
}

/* line 13802, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-progress__pointer-v3 {
  position: relative;
  float: right;
  white-space: nowrap;
}

/* line 13807, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-progress__pointer-v3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -10px;
  margin-right: -5px;
  border-style: solid;
  border-color: #72c02c transparent;
  border-width: 5px 5px 0;
}

/* line 13818, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-progress-bar-vertical"] {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}

/* line 13830, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-progress-bar-vertical-v1 {
  height: 200px;
}

/*------------------------------------
  Progress Bars Sizes
------------------------------------*/
/* line 13836, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-progress-bar--2xs {
  min-height: 1px !important;
}

/* line 13839, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-progress-bar--xs {
  min-height: 3px !important;
}

/* line 13842, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-progress-bar--sm {
  min-height: 7px !important;
}

/* line 13845, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-progress-bar--lg {
  min-height: 18px !important;
}

/* line 13848, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-progress-bar--xl {
  min-height: 22px !important;
}

/* line 13851, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-progress-bar--2xl {
  min-height: 33px !important;
}

/*------------------------------------
  Rating v1
------------------------------------*/
/* line 13857, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-rating-v1 {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 13862, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-rating-v1 > * {
  float: left;
  list-style: none;
  cursor: pointer;
  transition-property: color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

/* line 13870, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-rating-v1 > * + * {
  padding-left: 6px;
}

/*------------------------------------
  Searchform v1
------------------------------------*/
/* line 13876, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v1 {
  min-width: initial;
  width: 21.42857rem;
  position: absolute;
  right: -1.07143rem;
  top: 100%;
  box-shadow: 0 1px 3px #ddd;
}

/* line 13884, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v1 .form-control {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.85714rem;
}

/* line 13888, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v1 .input-group-addon {
  border: 0;
}

/* line 13891, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v1 .input-group-addon button[type="submit"] {
  height: 100%;
  padding-bottom: 0.28571rem;
}

/*------------------------------------
  Searchform v2
------------------------------------*/
/* line 13898, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v2 .form-control {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.85714rem;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  height: 4.71429rem;
  padding: 0.85714rem 0;
  background-color: transparent;
  border: none;
}

/* line 13909, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v2 .form-control::-webkit-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 13913, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v2 .form-control:-ms-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 13917, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v2 .form-control::-moz-placeholder {
  color: g-color-white;
  opacity: .85;
}
.u-searchform-v2 .form-control:-ms-input-placeholder {
  color: g-color-white;
  opacity: .85;
}
.u-searchform-v2 .form-control::placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 13921, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v2 .form-control::-webkit-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 13925, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v2 .form-control::-moz-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 13929, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v2 .input-group-addon {
  border: 0;
}

/* line 13932, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v2 .input-group-addon button {
  cursor: pointer;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
}

/*------------------------------------
  Searchform v3
------------------------------------*/
/* line 13942, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v3 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

/* line 13950, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v3 .container {
  height: 100%;
}

/* line 13953, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v3 .input-group {
  align-items: center;
  height: 100%;
}

/* line 13959, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v3 .form-control {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: inherit;
  color: inherit;
  text-transform: uppercase;
  height: 4.71429rem;
  padding: 0.85714rem 0;
  background-color: transparent;
  border: none;
}

/* line 13970, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v3 .form-control::-webkit-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 13974, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v3 .form-control:-ms-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 13978, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v3 .form-control::-moz-placeholder {
  color: g-color-white;
  opacity: .85;
}
.u-searchform-v3 .form-control:-ms-input-placeholder {
  color: g-color-white;
  opacity: .85;
}
.u-searchform-v3 .form-control::placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 13982, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v3 .form-control::-webkit-input-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 13986, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v3 .form-control::-moz-placeholder {
  color: g-color-white;
  opacity: .85;
}

/* line 13990, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v3 .input-group-addon {
  border: 0;
}

/* line 13993, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v3 .input-group-addon button {
  cursor: pointer;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
}

/*------------------------------------
  Searchform v4
------------------------------------*/
/* line 14003, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v4 .form-control {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.85714rem;
  width: 20rem;
  padding: 0.71429rem 2.85714rem 0.71429rem 0.71429rem;
}

/* line 14009, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v4 .form-control::-webkit-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 14013, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v4 .form-control:-ms-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 14017, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v4 .form-control::-moz-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}
.u-searchform-v4 .form-control:-ms-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}
.u-searchform-v4 .form-control::placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 14021, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v4 .form-control::-webkit-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 14025, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v4 .form-control::-moz-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 14029, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v4 .form-control:not(:last-child) {
  border-right: none;
}

/* line 14032, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v4 .input-group-addon {
  border-left: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2;
}

/* line 14040, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v4 .input-group-addon button[type="submit"] {
  height: 100%;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
}

/*------------------------------------
  Searchform v5
------------------------------------*/
/* line 14050, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v5 .input-group {
  border: solid 1px #eee;
}

/* line 14053, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v5 .form-control {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 0.85714rem;
  text-transform: uppercase;
  color: #777;
  height: 3.07143rem;
  padding: 0.35714rem 0.35714rem 0.35714rem 2rem;
  border-color: transparent;
}

/* line 14062, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v5 .form-control::-webkit-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 14066, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v5 .form-control:-ms-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 14070, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v5 .form-control::-moz-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}
.u-searchform-v5 .form-control:-ms-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}
.u-searchform-v5 .form-control::placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 14074, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v5 .form-control::-webkit-input-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 14078, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v5 .form-control::-moz-placeholder {
  color: g-color-gray-dark-v4;
  opacity: 1;
}

/* line 14082, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v5 .form-control:focus {
  border-color: transparent;
}

/* line 14085, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v5 .input-group-addon {
  border-color: transparent;
}

/* line 14088, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-searchform-v5 .input-group-addon button[type="submit"] {
  font-size: 1.35714rem;
  height: 100%;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
}

/*------------------------------------
  Steps v1
------------------------------------*/
/* line 14099, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-steps-v1 {
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eee;
  border-radius: .25rem;
}

/* line 14106, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-steps-v1::after {
  content: "";
  display: table;
  width: 100%;
}

/* line 14111, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-steps-v1 > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 14115, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-steps-v1__item {
  float: left;
  margin-right: 15px;
}

/* line 14119, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-steps-v1__item a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 14123, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v1 {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
  }

  /* line 14128, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v1__item {
    list-style: none;
    margin-right: 40px;
  }

  /* line 14131, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v1__item a,
  .u-steps-v1__item span {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 5px;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: ease-in;
  }

  /* line 14140, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v1__item a::before,
  .u-steps-v1__item span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    display: block;
    width: 70px;
    height: 4px;
    transform: translateY(-50%);
  }

  /* line 14152, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v1__item a {
    color: #fff;
    background-color: #72c02c;
  }

  /* line 14155, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v1__item a::before {
    background-color: #72c02c;
  }

  /* line 14157, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v1__item a:hover {
    background-color: #333;
  }

  /* line 14159, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v1__item span {
    background-color: #eee;
  }

  /* line 14161, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v1__item span::before {
    background-color: #eee;
  }

  /* line 14163, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v1__item > i {
    font-size: 10px;
  }

  /* line 14165, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v1__item:last-child {
    margin-right: 0;
  }

  /* line 14167, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v1__item:last-child a::before,
  .u-steps-v1__item:last-child span::before {
    display: none;
  }

  /* line 14170, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v1__item + .u-breadcrumb-v1__item::before {
    display: none;
  }

  /* line 14172, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v1__item.active a,
  .u-steps-v1__item.active span {
    color: #fff;
    background-color: #72c02c;
  }

  /* line 14176, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v1 a:hover {
    text-decoration: none;
  }
}
/*------------------------------------
  Steps v2
------------------------------------*/
/* line 14182, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-steps-v2 {
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eee;
  border-radius: .25rem;
}

/* line 14189, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-steps-v2::after {
  content: "";
  display: table;
  width: 100%;
}

/* line 14194, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-steps-v2 > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 14198, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-steps-v2__item {
  float: left;
  margin-right: 15px;
}

/* line 14202, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-steps-v2__item a:hover {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 14206, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v2 {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
  }

  /* line 14211, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v2__indicator {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #72c02c;
    box-shadow: 0;
    transform: translateX(-50%);
    transition-property: box-shadow;
    transition-duration: .2s;
    transition-timing-function: ease-in;
  }

  /* line 14226, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v2__item {
    text-align: center;
    list-style: none;
    margin-right: 40px;
  }

  /* line 14230, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v2__item a,
  .u-steps-v2__item span {
    position: relative;
    display: block;
    color: #333;
    padding-bottom: 20px;
    transition-property: color;
    transition-duration: .2s;
    transition-timing-function: ease-in;
  }

  /* line 14239, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v2__item a::before,
  .u-steps-v2__item span::before {
    content: "";
    position: absolute;
    bottom: 4px;
    left: 50%;
    display: block;
    width: 120px;
    height: 4px;
    margin-left: 6px;
  }

  /* line 14249, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v2__item a::before {
    background-color: #72c02c;
  }

  /* line 14251, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v2__item a .u-steps-v2__indicator {
    background-color: #72c02c;
  }

  /* line 14253, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v2__item a:hover {
    text-decoration: none;
  }

  /* line 14255, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v2__item span::before {
    background-color: #eee;
  }

  /* line 14257, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v2__item span .u-steps-v2__indicator {
    background-color: #eee;
  }

  /* line 14259, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v2__item:last-child a::before,
  .u-steps-v2__item:last-child span::before {
    display: none;
  }

  /* line 14262, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v2__item:hover a {
    color: #72c02c;
  }

  /* line 14264, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v2__item:hover a .u-steps-v2__indicator {
    box-shadow: 0 0 0 3px rgba(114, 192, 44, 0.3);
  }

  /* line 14266, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v2__item.active a .u-steps-v2__indicator,
  .u-steps-v2__item.active span .u-steps-v2__indicator {
    background-color: #72c02c;
  }
}
/*------------------------------------
  Steps v3
------------------------------------*/
/* line 14273, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-steps-v3 {
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eee;
  border-radius: .25rem;
}

/* line 14280, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-steps-v3::after {
  content: "";
  display: table;
  width: 100%;
}

/* line 14285, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-steps-v3 > * {
  display: inline-block;
  vertical-align: middle;
}

/* line 14289, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-steps-v3__item {
  float: left;
  margin-right: 15px;
}

/* line 14293, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-steps-v3__item a:hover {
  text-decoration: none;
}

/* line 14296, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-steps-v3__indicator {
  font-style: normal;
}

/* line 14299, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-steps-v3__indicator::after {
  content: " - ";
}

@media (min-width: 768px) {
  /* line 14303, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v3 {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
  }

  /* line 14308, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v3__indicator {
    position: absolute;
    top: 0;
    left: 50%;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #72c02c;
    box-shadow: 0;
    border-radius: 50%;
    transform: translateX(-50%);
    transition-property: box-shadow;
    transition-duration: .2s;
    transition-timing-function: ease-in;
  }

  /* line 14325, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v3__indicator::after {
    display: none;
  }

  /* line 14327, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v3__item {
    text-align: center;
    float: left;
    list-style: none;
    margin-right: 40px;
  }

  /* line 14332, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v3__item a,
  .u-steps-v3__item span {
    position: relative;
    display: block;
    color: #333;
    padding-top: 40px;
    transition-property: color;
    transition-duration: .2s;
    transition-timing-function: ease-in;
  }

  /* line 14341, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v3__item a::before,
  .u-steps-v3__item span::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 50%;
    display: block;
    width: 120px;
    height: 4px;
    margin-left: 13px;
  }

  /* line 14351, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v3__item a::before {
    background-color: #72c02c;
  }

  /* line 14353, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v3__item a .u-steps-v3__indicator {
    color: #fff;
    background-color: #72c02c;
  }

  /* line 14356, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v3__item a:hover {
    text-decoration: none;
  }

  /* line 14358, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v3__item span::before {
    background-color: #eee;
  }

  /* line 14360, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v3__item span .u-steps-v3__indicator {
    color: #333;
    background-color: #eee;
  }

  /* line 14363, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v3__item:last-child a::before,
  .u-steps-v3__item:last-child span::before {
    display: none;
  }

  /* line 14366, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v3__item:hover a {
    color: #72c02c;
  }

  /* line 14368, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v3__item:hover a .u-steps-v3__indicator {
    box-shadow: 0 0 0 3px rgba(114, 192, 44, 0.3);
  }

  /* line 14370, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-steps-v3__item.active a .u-steps-v3__indicator,
  .u-steps-v3__item.active span .u-steps-v3__indicator {
    color: #fff;
    background-color: #72c02c;
  }
}
/*------------------------------------
  Time Lines
------------------------------------*/
/* line 14378, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-timeline-v1-wrap"],
[class*="u-timeline-v2-wrap"],
[class*="u-timeline-v3-wrap"] {
  position: relative;
}

/* line 14383, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-timeline-v1-wrap"]::before,
[class*="u-timeline-v2-wrap"]::before,
[class*="u-timeline-v3-wrap"]::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
}

/*------------------------------------
  Time Lines v1
------------------------------------*/
/* line 14395, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-timeline-v1 {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #eee;
}

/* line 14401, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-timeline-v1-wrap::before {
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #f7f7f7;
  margin-left: 20px;
}

/* line 14408, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-timeline-v1__icon {
  position: absolute;
  top: 30px;
  font-size: 20px;
  z-index: 3;
}

/* line 14414, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-orientation-bottom .u-timeline-v1__icon,
.g-orientation-right .u-timeline-v1__icon,
.g-orientation-left .u-timeline-v1__icon {
  left: 0;
}

@media (min-width: 768px) {
  /* line 14420, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-timeline-v1-wrap:not([class*="--horizontal"])::before {
    left: 50%;
    margin-left: -2px;
  }

  /* line 14423, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-timeline-v1-wrap--horizontal::before {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin-left: 0;
    margin-top: -2px;
  }

  /* line 14432, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-orientation-bottom .u-timeline-v1__icon {
    top: 100%;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
  }

  /* line 14438, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-orientation-left .u-timeline-v1__icon {
    right: 100%;
    left: auto;
  }

  /* line 14441, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-orientation-right .u-timeline-v1__icon {
    right: auto;
    left: 100%;
  }
}
/*------------------------------------
  Time Lines v2
------------------------------------*/
@media (min-width: 768px) {
  /* line 14449, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-timeline-v2-wrap::before {
    left: 25%;
    width: 3px;
    height: 100%;
    margin-left: -1px;
    background-color: #f7f7f7;
  }

  /* line 14455, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-timeline-v2__icon {
    font-size: 16px;
    position: absolute;
  }

  /* line 14458, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-orientation-right .u-timeline-v2__icon {
    left: 100%;
    transform: translateX(-50%);
  }

  /* line 14463, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-orientation-left .u-timeline-v2__icon {
    right: 100%;
    transform: translateX(50%);
  }

  /* line 14468, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-orientation-bottom .u-timeline-v2__icon {
    top: 100%;
    transform: translateY(-50%);
  }
}
/*------------------------------------
  Time Lines v3
------------------------------------*/
/* line 14477, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-timeline-v3-wrap::before {
  left: 21%;
  width: 1px;
  height: 100%;
  display: none;
  background-color: #eee;
}

/* line 14484, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-timeline-v3 {
  position: relative;
}

/* line 14487, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-timeline-v3__icon {
  left: 21%;
}

@media (min-width: 768px) {
  /* line 14491, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-timeline-v3-wrap::before {
    display: block;
  }
}
@media (min-width: 992px) {
  /* line 14495, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-timeline-v3-wrap::before {
    left: 18%;
  }

  /* line 14497, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-timeline-v3__icon {
    left: 18%;
  }
}
/*------------------------------------
  Background Colors
------------------------------------*/
/* line 14503, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label {
  display: inline-block;
  padding: .35rem .58rem;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  /* Label Size
  ------------------------------------*/
  /* Label Styles
  ------------------------------------*/
  /* Label Num
  ------------------------------------*/
}

/* line 14518, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label:empty {
  display: none;
}

/* line 14521, /home/app/webapp/app/assets/stylesheets/unify.css */
.btn .u-label {
  position: relative;
  top: -1px;
}

/* line 14525, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label-default {
  background-color: #777;
}

/* line 14528, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label-default[href]:hover, .u-label-default[href]:focus {
  background-color: #555;
}

/* line 14531, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label-primary {
  background-color: #5cb85c;
}

/* line 14534, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label-primary[href]:hover, .u-label-primary[href]:focus {
  background-color: #55b555;
}

/* line 14537, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label-success {
  background-color: #5cb85c;
}

/* line 14540, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label-success[href]:hover, .u-label-success[href]:focus {
  background-color: #55b555;
}

/* line 14543, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label-info {
  background-color: #5bc0de;
}

/* line 14546, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label-info[href]:hover, .u-label-info[href]:focus {
  background-color: #53bddc;
}

/* line 14549, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label-warning {
  background-color: #f0ad4e;
}

/* line 14552, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label-warning[href]:hover, .u-label-warning[href]:focus {
  background-color: #efa945;
}

/* line 14555, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label-danger {
  background-color: #d9534f;
}

/* line 14558, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label-danger[href]:hover, .u-label-danger[href]:focus {
  background-color: #d74b47;
}

/* line 14561, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label.g-rounded-10 {
  padding: .35rem .7rem;
}

/* line 14564, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label--sm {
  font-size: .8rem;
}

/* line 14567, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label--lg {
  font-size: 1.1rem;
}

/* line 14570, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label.u-label-with-icon {
  padding: .5rem .85rem;
}

/* line 14573, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label.u-label-with-icon i {
  margin-right: .5rem;
}

/* line 14576, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label-num {
  min-width: 2rem;
  height: 2rem;
  padding: 0 .35rem;
  line-height: 2rem;
}

/* line 14582, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label-num.u-label--sm {
  min-width: 1.6rem;
  height: 1.6rem;
  line-height: 1.6rem;
}

/* line 14587, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-label-num.u-label--lg {
  min-width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
}

/*------------------------------------
  Link Styles
------------------------------------*/
/* line 14595, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-link-v1 {
  border-bottom: solid 1px;
}

/* line 14598, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-link-v1:hover, .u-link-v1:focus {
  border-bottom: none;
  text-decoration: none;
}

/* line 14602, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-link-v2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 14612, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-link-v3 {
  text-decoration: underline;
}

/* line 14615, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-link-v3:hover {
  text-decoration: none;
}

/* line 14618, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-link-v4 {
  transition: all .3s;
}

/* line 14621, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-link-v4:hover {
  opacity: .8;
}

/* line 14624, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-link-v5 {
  text-decoration: none;
  transition: all .2s;
}

/* line 14628, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-link-v5:hover, .u-link-v5:focus {
  text-decoration: none;
}

/*------------------------------------
  List Styles
------------------------------------*/
/* line 14634, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-list-inline {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14639, /home/app/webapp/app/assets/stylesheets/unify.css */
.img-bordered {
  border: solid 6px #777;
}

/* line 14642, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-order-1 {
  order: 1;
}

/* line 14647, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-order-2 {
  order: 2;
}

@media (min-width: 576px) {
  /* line 14653, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-order-1--sm {
    order: 1;
  }

  /* line 14657, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-order-2--sm {
    order: 2;
  }
}
@media (min-width: 768px) {
  /* line 14663, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-order-1--md {
    order: 1;
  }

  /* line 14667, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-order-2--md {
    order: 2;
  }
}
@media (min-width: 992px) {
  /* line 14673, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-order-1--lg {
    order: 1;
  }

  /* line 14677, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-order-2--lg {
    order: 2;
  }
}
/*------------------------------------
  Paginations
------------------------------------*/
/* Pagination v1 */
/* line 14686, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1__item {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: solid 1px transparent;
  transition: all .3s ease;
}

/* line 14693, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1__item--active, .u-pagination-v1__item:hover, .u-pagination-v1__item:focus {
  text-decoration: none;
  cursor: pointer;
}

/* line 14697, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1__item-info {
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

/* line 14702, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1__item--disabled {
  opacity: .5;
  pointer-events: none;
}

/* Pagination Style v1 */
/* line 14707, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1-1 {
  color: #999;
  border-color: #999;
}

/* line 14711, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1-1--active, .u-pagination-v1-1:hover, .u-pagination-v1-1:focus {
  background-color: #72c02c;
  color: #fff;
  border-color: #72c02c;
}

/* Pagination Style v2 */
/* line 14717, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1-2 {
  color: #555;
  border-color: #555;
}

/* line 14721, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1-2:hover, .u-pagination-v1-2:focus {
  color: #72c02c;
  border-color: #72c02c;
}

/* line 14725, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1-2--active, .u-pagination-v1-2--nav {
  background-color: #72c02c;
  color: #fff;
  border-color: #72c02c;
}

/* line 14730, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1-2--active:hover, .u-pagination-v1-2--active:focus, .u-pagination-v1-2--nav:hover, .u-pagination-v1-2--nav:focus {
  color: #fff;
}

/* line 14733, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1-2--nav:hover {
  background-color: rgba(114, 192, 44, 0.8);
}

/* Pagination Style v3 */
/* line 14737, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1-3 {
  color: #333;
  border-color: #333;
}

/* line 14741, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1-3--active, .u-pagination-v1-3:hover, .u-pagination-v1-3:focus {
  background-color: #333;
  color: #fff;
  border-color: #333;
}

/* Pagination Style v4 */
/* line 14747, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1-4 {
  color: #333;
  border-color: transparent;
}

/* line 14751, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1-4:hover, .u-pagination-v1-4:focus {
  color: #72c02c;
  border-color: #72c02c;
}

/* line 14755, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1-4--active {
  color: #fff;
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 14760, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1-4--active:hover, .u-pagination-v1-4--active:focus {
  color: #fff;
}

/* Pagination Style v5 */
/* line 14764, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1-5 {
  color: #999;
  border-color: #ccc;
}

/* line 14768, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagination-v1-5--active, .u-pagination-v1-5:hover, .u-pagination-v1-5:focus {
  background-color: #72c02c;
  color: #fff;
  border-color: #72c02c;
}

/*------------------------------------
  Ribbons
------------------------------------*/
/* line 14776, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-v1, .u-ribbon-v2 {
  position: absolute;
  font-size: .9rem;
}

/* line 14780, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-center {
  left: 50%;
  transform: translateX(-50%);
}

/* line 14786, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon--sm {
  font-size: .7rem;
}

/* line 14789, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon--lg {
  font-size: 1.1rem;
}

/* Ribbon Style Type 1
------------------------------------*/
/* line 14794, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-v1 {
  display: inline-block;
  padding: .35rem .7rem;
  /* Ribbon Type 1 With icon */
}

/* line 14799, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-v1.u-ribbon-with-icon {
  padding: .5rem .85rem;
}

/* line 14802, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-v1 .u-ribbon-icon--left {
  margin-right: .5rem;
}

/* line 14805, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-v1 .u-ribbon-icon--right {
  margin-left: .5rem;
}

/* Ribbon Style Type 2
------------------------------------*/
/* line 14810, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-v2 {
  display: inline-block;
  padding: 1rem 1.1rem;
}

/* line 14814, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-v2.u-ribbon--sm {
  padding: 1rem 1.2rem;
}

/* line 14817, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-v2.u-ribbon--lg {
  padding: 1.2rem 1.1rem;
}

/* Bookmarked Ribbon
------------------------------------*/
/* line 14822, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark::after {
  content: "";
  position: absolute;
  bottom: -1.1rem;
  left: 0;
  width: 100%;
  height: 0;
  border-style: solid;
  border-left-width: 1.5rem;
  border-right-width: 1.5rem;
  border-bottom: 1rem solid transparent !important;
}

/* line 14834, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon--lg.u-ribbon-bookmark::after {
  border-right-width: 1.4rem;
}

/* Ribbon Colors
------------------------------------*/
/* line 14839, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-primary::after {
  border-color: #72c02c;
}

/* line 14842, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-black::after {
  border-color: #000;
}

/* line 14845, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-white::after {
  border-color: #fff;
}

/* line 14848, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-light-opacity::after {
  border-color: rgba(255, 255, 255, 0.7);
}

/* line 14851, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-dark-opacity::after {
  border-color: rgba(30, 30, 30, 0.7);
}

/* line 14854, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-color-gray-light-v3::after {
  border-color: #ddd;
}

/* line 14857, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-color-gray-light-v4::after {
  border-color: #eee;
}

/* line 14860, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-color-gray-dark-v5::after {
  border-color: #999;
}

/* line 14863, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-green::after {
  border-color: #72c02c;
}

/* line 14866, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-blue::after {
  border-color: #3398dc;
}

/* line 14869, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-lightblue::after {
  border-color: #edf2f8;
}

/* line 14872, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-lightblue-v1::after {
  border-color: #d6e2ee;
}

/* line 14875, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-darkblue::after {
  border-color: #009;
}

/* line 14878, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-indigo::after {
  border-color: #4263a3;
}

/* line 14881, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-red::after {
  border-color: #f00;
}

/* line 14884, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-lightred::after {
  border-color: #e64b3b;
}

/* line 14887, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-darkred::after {
  border-color: #a10f2b;
}

/* line 14890, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-purple::after {
  border-color: #9a69cb;
}

/* line 14893, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-darkpurple::after {
  border-color: #6639b6;
}

/* line 14896, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-pink::after {
  border-color: #e81c62;
}

/* line 14899, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-orange::after {
  border-color: #a10f2b;
}

/* line 14902, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-deeporange::after {
  border-color: #fe541e;
}

/* line 14905, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-yellow::after {
  border-color: #a10f2b;
}

/* line 14908, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-aqua::after {
  border-color: #29d6e6;
}

/* line 14911, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-cyan::after {
  border-color: #00bed6;
}

/* line 14914, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-teal::after {
  border-color: #18ba9b;
}

/* line 14917, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-brown::after {
  border-color: #a10f2b;
}

/* line 14920, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-bookmark.g-bg-bluegray::after {
  border-color: #585f69;
}

/* Clipped-v1 Ribbon
------------------------------------*/
/* line 14925, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v1::before,
.u-ribbon-clip-v2::before {
  content: "";
  position: absolute;
  bottom: -0.71429rem;
  border-style: solid;
}

/* line 14932, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon--left.u-ribbon-clip-v1::before,
.u-ribbon--left.u-ribbon-clip-v2::before {
  left: 0;
  border-width: 0 0.71429rem 0.71429rem 0;
  border-right-color: #999;
}

/* line 14938, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon--right.u-ribbon-clip-v1::before,
.u-ribbon--right.u-ribbon-clip-v2::before {
  right: 0;
  border-width: 0 0 0.71429rem 0.71429rem;
  border-left-color: #999;
}

/* Clipped-v2 Ribbon
------------------------------------*/
/* line 14946, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v2 {
  padding: .35rem 1.35rem;
  transform: skewX(-10deg) translateZ(1px);
}

/* line 14951, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v2.u-ribbon-with-icon {
  padding: .5rem 1.35rem;
}

/* line 14954, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v2__inner {
  display: inline-block;
  transform: skewX(10deg) translateZ(1px);
}

/* line 14959, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v2::before {
  transform: skewX(10deg);
}

/* line 14964, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon--left.u-ribbon-clip-v2::before {
  left: 0.07143rem;
}

/* line 14967, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon--right.u-ribbon-clip-v2::before {
  right: -0.07143rem;
}

/* Clipped-v3 Ribbon
------------------------------------*/
/* line 14972, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v3 {
  width: calc(100% + 20px);
  text-align: center;
}

/* line 14976, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v3::before,
.u-ribbon-clip-v3::after {
  content: "";
  position: absolute;
}

/* line 14981, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v3::before {
  left: 0;
  bottom: -0.71429rem;
  width: 0;
  height: 0;
  border-top: 10px solid #999;
  border-left: 10px solid transparent;
}

/* line 14989, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v3::after {
  right: 0;
  bottom: -0.71429rem;
  width: 0;
  height: 0;
  border-top: 10px solid #999;
  border-right: 10px solid transparent;
}

/* Clipped-v4 Ribbon
------------------------------------*/
/* line 14999, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 15004, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4::before,
.u-ribbon-clip-v4::after {
  content: "";
  position: absolute;
}

/* line 15009, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4::before {
  top: 0;
  width: 2.85714rem;
  height: 0.42857rem;
  background: #999;
  border-radius: 0.57143rem 0.57143rem 0 0;
}

/* line 15016, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4.u-ribbon--left::before {
  left: 7.14286rem;
}

/* line 15019, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4.u-ribbon--right::before {
  right: 7.14286rem;
}

/* line 15022, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4::after {
  top: 7.14286rem;
  width: 0.42857rem;
  height: 2.85714rem;
  background: #999;
}

/* line 15028, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4.u-ribbon--left::after {
  left: 0;
  border-radius: 0.57143rem 0 0 0.57143rem;
}

/* line 15032, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4.u-ribbon--right::after {
  right: 0;
  border-radius: 0 0.57143rem 0.57143rem 0;
}

/* line 15036, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner {
  position: absolute;
  top: 2.14286rem;
  width: 14.28571rem;
  height: 2.85714rem;
  line-height: 2.85714rem;
  overflow: hidden;
  transform: rotate(45deg);
  text-align: center;
  z-index: 2;
}

/* line 15049, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon--left .u-ribbon-clip-v4__inner {
  left: -3.57143rem;
  transform: rotate(-45deg);
}

/* line 15055, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon--right .u-ribbon-clip-v4__inner {
  right: -3.57143rem;
  transform: rotate(45deg);
}

/* line 15061, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner--bordered {
  border: 1px dashed rgba(255, 255, 255, 0.7);
}

/* line 15064, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-primary {
  box-shadow: 0 0 0 3px #72c02c, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15067, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-black {
  box-shadow: 0 0 0 3px #000, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15070, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-white {
  box-shadow: 0 0 0 3px #fff, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15073, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-light-opacity {
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.7), 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15076, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-dark-opacity {
  box-shadow: 0 0 0 3px rgba(30, 30, 30, 0.7), 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15079, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-color-gray-light-v3 {
  box-shadow: 0 0 0 3px #ddd, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15082, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-color-gray-light-v4 {
  box-shadow: 0 0 0 3px #eee, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15085, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-color-gray-dark-v5 {
  box-shadow: 0 0 0 3px #999, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15088, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-green {
  box-shadow: 0 0 0 3px #72c02c, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15091, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-blue {
  box-shadow: 0 0 0 3px #3398dc, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15094, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-lightblue {
  box-shadow: 0 0 0 3px #edf2f8, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15097, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-lightblue-v1 {
  box-shadow: 0 0 0 3px #d6e2ee, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15100, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-darkblue {
  box-shadow: 0 0 0 3px #009, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15103, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-indigo {
  box-shadow: 0 0 0 3px #4263a3, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15106, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-red {
  box-shadow: 0 0 0 3px #f00, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15109, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-lightred {
  box-shadow: 0 0 0 3px #e64b3b, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15112, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-darkred {
  box-shadow: 0 0 0 3px #a10f2b, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15115, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-purple {
  box-shadow: 0 0 0 3px #9a69cb, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15118, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-darkpurple {
  box-shadow: 0 0 0 3px #6639b6, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15121, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-pink {
  box-shadow: 0 0 0 3px #e81c62, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15124, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-orange {
  box-shadow: 0 0 0 3px #a10f2b, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15127, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-deeporange {
  box-shadow: 0 0 0 3px #fe541e, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15130, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-yellow {
  box-shadow: 0 0 0 3px #a10f2b, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15133, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-aqua {
  box-shadow: 0 0 0 3px #29d6e6, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15136, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-cyan {
  box-shadow: 0 0 0 3px #00bed6, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15139, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-teal {
  box-shadow: 0 0 0 3px #18ba9b, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15142, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-brown {
  box-shadow: 0 0 0 3px #a10f2b, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/* line 15145, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-ribbon-clip-v4__inner.g-bg-bluegray {
  box-shadow: 0 0 0 3px #585f69, 0 21px 5px -18px rgba(0, 0, 0, 0.6);
}

/*------------------------------------
  Animation on the scroll
------------------------------------*/
/* line 15151, /home/app/webapp/app/assets/stylesheets/unify.css */
[data-animation]:not(.u-in-viewport) {
  visibility: hidden;
}

/* line 15154, /home/app/webapp/app/assets/stylesheets/unify.css */
[data-animation].js-carousel {
  visibility: visible;
}

/* line 15157, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-in-viewport {
  visibility: visible;
}

/*------------------------------------
  Stickers
------------------------------------*/
/* line 15163, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-sticker {
  position: absolute;
}

/* Sticker Position
------------------------------------*/
/* line 15168, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-sticker-center {
  left: 50%;
  transform: translateX(-50%);
}

/*------------------------------------
  Sticky blocks
------------------------------------*/
/* line 15177, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="sticky-block"] {
  max-width: 100%;
}

/*------------------------------------
  Tables
------------------------------------*/
/* line 15183, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="text"][class*="center"] td,
[class*="text"][class*="center"] th {
  text-align: center;
}

/* line 15187, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-table--v1 td,
.u-table--v1 th {
  padding: 8px;
}

/* line 15191, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-table--v1 thead th {
  border-bottom-width: 1px;
}

/* line 15194, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-table--v2 td,
.u-table--v2 th {
  padding: 15px;
}

/* line 15198, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-table--v2 thead th {
  background-color: inherit;
  border-bottom-width: 1px;
}

/* line 15202, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-col-border-top-0 td,
.g-col-border-top-0 th {
  border-top-width: 0;
}

/* line 15206, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-col-border-side-0 td,
.g-col-border-side-0 th {
  border-left-width: 0;
  border-right-width: 0;
}

/*------------------------------------
  Tabs
------------------------------------*/
/* Colors
------------------------------------*/
/* line 15216, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-primary--active.active {
  color: #72c02c;
}

/* line 15219, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-black--active.active {
  color: #000;
}

/* line 15222, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-dark-v2--active.active {
  color: #333;
}

/* line 15225, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-white--active.active {
  color: #fff;
}

/* Style for Icons
------------------------------------*/
/* line 15230, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tab-line-icon-pro {
  position: relative;
  top: 2px;
}

/* HZ
------------------------------------*/
/* line 15236, /home/app/webapp/app/assets/stylesheets/unify.css */
.nav-item > a,
.nav-item > .nav-link,
[class*="u-tab-link"]:not([class*="-icon"]) {
  transition-property: color, background-color, border-color;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 15243, /home/app/webapp/app/assets/stylesheets/unify.css */
[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) {
  display: block;
}

/* line 15246, /home/app/webapp/app/assets/stylesheets/unify.css */
[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) .nav-item {
  display: inline-block;
}

/* line 15249, /home/app/webapp/app/assets/stylesheets/unify.css */
[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) .js-tabs-mobile {
  position: relative;
  display: none;
}

/* line 15253, /home/app/webapp/app/assets/stylesheets/unify.css */
[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) .js-tabs-mobile-control {
  position: relative;
  display: block;
}

/* line 15257, /home/app/webapp/app/assets/stylesheets/unify.css */
[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) .js-tabs-mobile-control::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  border-width: 5px 3.5px 0 3.5px;
  border-style: solid;
  border-color: #777 transparent transparent transparent;
  margin-top: -1px;
}

/* line 15270, /home/app/webapp/app/assets/stylesheets/unify.css */
[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) .js-tabs-mobile .nav-inner {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  display: none;
  background-color: #fff;
  border: 1px solid;
  padding-left: 0;
}

/* line 15279, /home/app/webapp/app/assets/stylesheets/unify.css */
[role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]):not([data-scroll]) .js-tabs-mobile .nav-inner .nav-item {
  display: block;
  white-space: nowrap;
}

/* line 15283, /home/app/webapp/app/assets/stylesheets/unify.css */
[data-scroll]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) {
  width: 100%;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

/* line 15289, /home/app/webapp/app/assets/stylesheets/unify.css */
[data-scroll]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"])::-webkit-scrollbar {
  display: none;
}

@-moz-document url-prefix() {
  /* line 15293, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-scroll]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) {
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  /* line 15297, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-scroll] {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  /* line 15302, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-scroll]::-webkit-scrollbar {
    display: none;
  }

  @-moz-document url-prefix() {
    /* line 15305, /home/app/webapp/app/assets/stylesheets/unify.css */
    [data-scroll] {
      padding-bottom: 15px;
    }
  }
}
/*------------------------------------
  Tabs v1
------------------------------------*/
/* Tabs v1
------------------------------------*/
@media (min-width: 768px) {
  /* line 15314, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v1"].u-nav-rounded-3 .nav-link {
    border-radius: 3px;
  }

  /* line 15316, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v1"].u-nav-rounded-5 .nav-link {
    border-radius: 5px;
  }

  /* line 15318, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v1"].u-nav-rounded-7 .nav-link {
    border-radius: 7px;
  }

  /* line 15320, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v1"].u-nav-rounded-10 .nav-link {
    border-radius: 10px;
  }

  /* line 15322, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v1-1 .nav-link.active {
    background-color: #eee;
  }

  /* line 15324, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v1-1.u-nav-primary .nav-link.active {
    color: #fff;
    background-color: #72c02c;
  }

  /* line 15327, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v1-1.u-nav-dark .nav-link.active {
    color: #fff;
    background-color: #333;
  }

  /* line 15330, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v1-1.u-nav-light .nav-link {
    color: #fff;
  }

  /* line 15332, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v1-1.u-nav-light .nav-link.active {
    color: #333;
    background-color: #fff;
  }

  /* line 15335, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v1-2 .nav-link {
    border: solid 1px transparent;
  }

  /* line 15337, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v1-2 .nav-link.active {
    border-color: #eee;
  }

  /* line 15339, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v1-2.u-nav-primary .nav-link.active {
    border-color: #72c02c;
  }

  /* line 15341, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v1-2.u-nav-dark .nav-link.active {
    border-color: #333;
  }

  /* line 15343, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v1-2.u-nav-light .nav-link {
    color: #fff;
  }

  /* line 15345, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v1-2.u-nav-light .nav-link.active {
    border-color: #fff;
  }
}
/*------------------------------------
  Tabs v2
------------------------------------*/
@media (min-width: 768px) {
  /* line 15352, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"] .nav-link {
    border-style: solid;
    border-color: #eee;
    border-width: 1px;
    margin-left: -1px;
  }

  /* line 15357, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"] .nav-item:first-child .nav-link {
    margin-left: 0;
  }

  /* line 15359, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].flex-column .nav-link {
    margin: -1px 0 0;
  }

  /* line 15361, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].flex-column .nav-item:first-child .nav-link {
    margin-top: 0;
  }

  /* line 15363, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-primary .nav-link {
    border-color: #72c02c;
  }

  /* line 15365, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-primary .nav-link.active,
  [class*="u-nav-v2"].u-nav-primary .cbp-filter-item-active .nav-link {
    border-color: #72c02c !important;
  }

  /* line 15368, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-dark .nav-link {
    border-color: #333;
  }

  /* line 15370, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-dark .nav-link.active,
  [class*="u-nav-v2"].u-nav-dark .cbp-filter-item-active .nav-link {
    border-color: #333 !important;
  }

  /* line 15373, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-light .nav-link {
    color: #fff;
    border-color: #fff;
  }

  /* line 15376, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-light .nav-link.active,
  [class*="u-nav-v2"].u-nav-light .cbp-filter-item-active .nav-link {
    border-color: #fff !important;
  }

  /* line 15379, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-rounded-3 .nav-item:first-child .nav-link {
    border-radius: 3px 0 0 3px;
  }

  /* line 15381, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-rounded-3 .nav-item:last-child .nav-link {
    border-radius: 0 3px 3px 0;
  }

  /* line 15383, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-rounded-3.flex-column .nav-item:first-child .nav-link {
    border-radius: 3px 3px 0 0;
  }

  /* line 15385, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-rounded-3.flex-column .nav-item:last-child .nav-link {
    border-radius: 0 0 3px 3px;
  }

  /* line 15387, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-rounded-5 .nav-item:first-child .nav-link {
    border-radius: 5px 0 0 5px;
  }

  /* line 15389, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-rounded-5 .nav-item:last-child .nav-link {
    border-radius: 0 5px 5px 0;
  }

  /* line 15391, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-rounded-5.flex-column .nav-item:first-child .nav-link {
    border-radius: 5px 5px 0 0;
  }

  /* line 15393, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-rounded-5.flex-column .nav-item:last-child .nav-link {
    border-radius: 0 0 5px 5px;
  }

  /* line 15395, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-rounded-7 .nav-item:first-child .nav-link {
    border-radius: 7px 0 0 7px;
  }

  /* line 15397, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-rounded-7 .nav-item:last-child .nav-link {
    border-radius: 0 7px 7px 0;
  }

  /* line 15399, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-rounded-7.flex-column .nav-item:first-child .nav-link {
    border-radius: 7px 7px 0 0;
  }

  /* line 15401, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-rounded-7.flex-column .nav-item:last-child .nav-link {
    border-radius: 0 0 7px 7px;
  }

  /* line 15403, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-rounded-10 .nav-item:first-child .nav-link {
    border-radius: 10px 0 0 10px;
  }

  /* line 15405, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-rounded-10 .nav-item:last-child .nav-link {
    border-radius: 0 10px 10px 0;
  }

  /* line 15407, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-rounded-10.flex-column .nav-item:first-child .nav-link {
    border-radius: 10px 10px 0 0;
  }

  /* line 15409, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v2"].u-nav-rounded-10.flex-column .nav-item:last-child .nav-link {
    border-radius: 0 0 10px 10px;
  }

  /* line 15411, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v2-1 .nav-link.active,
  .u-nav-v2-1 .cbp-filter-item-active .nav-link {
    background-color: #eee;
  }

  /* line 15414, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v2-1.u-nav-primary .nav-link.active,
  .u-nav-v2-1.u-nav-primary .cbp-filter-item-active .nav-link {
    color: #fff;
    background-color: #72c02c;
  }

  /* line 15418, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v2-1.u-nav-dark .nav-link.active,
  .u-nav-v2-1.u-nav-dark .nav-link.cbp-filter-item-active {
    color: #fff;
    background-color: #333;
  }

  /* line 15422, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v2-1.u-nav-light .nav-link.active,
  .u-nav-v2-1.u-nav-light .nav-link.cbp-filter-item-active {
    color: #333;
    background-color: #fff;
  }

  /* line 15426, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v2-2 .nav-link.active,
  .u-nav-v2-2 .cbp-filter-item-active .nav-link {
    color: #72c02c;
  }
}
/*------------------------------------
  Tabs v3
------------------------------------*/
@media (min-width: 768px) {
  /* line 15434, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v3"] .nav-link {
    border-style: solid;
    border-width: 1px 0;
    border-color: #eee;
  }

  /* line 15438, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v3"].flex-column .nav-link {
    margin: -1px 0 0;
  }

  /* line 15440, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v3"].flex-column .nav-item:first-child .nav-link {
    margin-top: 0;
  }

  /* line 15442, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v3"] .nav-link.active {
    color: #72c02c;
  }

  /* line 15444, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v3"].u-nav-light .nav-link {
    color: #fff;
    border-color: #fff;
  }

  /* line 15447, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v3"].u-nav-light .nav-link.active {
    color: #72c02c;
    border-color: #fff !important;
  }

  /* line 15450, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v3-2 .nav-link {
    z-index: 1;
  }

  /* line 15452, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v3-2 .nav-link.active {
    border-color: #72c02c;
    z-index: 2;
    position: relative;
  }
}
/*------------------------------------
  Tabs v4
------------------------------------*/
@media (min-width: 768px) {
  /* line 15461, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v4-1 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eee;
  }

  /* line 15465, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v4-1 .nav-item {
    margin-bottom: -1px;
  }

  /* line 15467, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v4-1 .nav-link {
    border-style: solid;
    border-width: 2px 1px 1px;
    border-color: transparent;
  }

  /* line 15471, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v4-1 .nav-link.active {
    border-color: #ccc #eee #fff;
  }

  /* line 15473, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v4-1.u-nav-light .nav-link {
    color: #fff;
  }

  /* line 15475, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v4-1.u-nav-light .nav-link.active {
    color: #fff;
    border-color: #ccc #eee transparent;
    background-color: #333;
  }

  /* line 15479, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v4-1.u-nav-light.flex-column .nav-link.active {
    border-color: #ccc transparent #ccc #eee;
    border-width: 1px 0 1px 1px;
    background-color: #333;
  }

  /* line 15483, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v4-1.u-nav-primary .nav-link.active {
    border-color: #72c02c #eee #fff;
  }

  /* line 15485, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v4-1.u-nav-dark .nav-link.active {
    border-color: #333 #eee #fff;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 15489, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v4-1-column {
    display: flex;
  }

  /* line 15493, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v4-1-column .u-nav-v4-1 {
    border-bottom: none;
  }

  /* line 15495, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v4-1-column .u-nav-v4-1 .nav-item {
    margin: 0 -1px 0 0;
    z-index: 2;
  }

  /* line 15498, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v4-1-column .u-nav-v4-1 .nav-link {
    border-style: solid;
    border-width: 1px 1px 1px 2px;
    border-color: transparent;
  }

  /* line 15502, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v4-1-column .u-nav-v4-1 .nav-link.active {
    border-color: #eee #fff #eee #ccc;
  }

  /* line 15504, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v4-1-column .u-nav-v4-1.u-nav-primary .nav-link.active {
    border-color: #eee #fff #eee #72c02c;
  }

  /* line 15506, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v4-1-column .u-nav-v4-1.u-nav-dark .nav-link.active {
    border-color: #eee #fff #eee #333;
  }

  /* line 15508, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v4-1-column .nav {
    width: 30%;
  }

  /* line 15510, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v4-1-column .tab-content {
    width: 70%;
  }
}
/*------------------------------------
  Tabs v5
------------------------------------*/
@media (min-width: 768px) {
  /* line 15517, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v5"] .nav-item {
    margin-bottom: -1px;
  }

  /* line 15519, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v5"] .nav-link {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: transparent;
  }

  /* line 15523, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v5"] .nav-link.active {
    border-color: #ccc;
  }

  /* line 15525, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v5"].u-nav-primary .nav-link.active {
    border-color: #72c02c;
    color: #72c02c;
  }

  /* line 15528, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v5"].u-nav-dark .nav-link.active {
    border-color: #333;
    color: #333;
  }

  /* line 15531, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v5"].u-nav-light .nav-link {
    color: #fff;
  }

  /* line 15533, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v5"].u-nav-light .nav-link.active {
    color: #fff;
    border-color: #fff;
  }

  /* line 15536, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v5-2 .nav-link {
    border-bottom-width: 2px;
  }

  /* line 15538, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v5-3 .nav-link {
    border-bottom-width: 5px;
  }
}
/*------------------------------------
  Tabs v6
------------------------------------*/
@media (min-width: 768px) {
  /* line 15545, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"] .nav-link {
    position: relative;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: transparent;
    transition: none;
  }

  /* line 15551, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"] .nav-link:after, [class*="u-nav-v6"] .nav-link:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  /* line 15560, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"] .nav-link:after {
    border-top-color: #fff;
    border-width: 4px;
    margin-left: -4px;
  }

  /* line 15564, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"] .nav-link:before {
    border-width: 6px;
    margin-left: -6px;
  }

  /* line 15567, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"] .nav-link.active {
    border-color: #72c02c;
  }

  /* line 15569, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"] .nav-link.active::after, [class*="u-nav-v6"] .nav-link.active::before {
    opacity: 1;
  }

  /* line 15571, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"] .nav-link.active::before {
    border-top-color: #72c02c;
  }

  /* line 15573, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"].u-nav-light .nav-link {
    color: #fff;
  }

  /* line 15575, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"].u-nav-light .nav-link::after {
    border-top-color: #333;
  }

  /* line 15577, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"].u-nav-light .nav-link.active {
    color: #fff;
    border-color: #fff;
  }

  /* line 15580, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"].u-nav-light .nav-link.active:before {
    border-top-color: #fff;
  }

  /* line 15582, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"].u-nav-light .nav-link.active::after {
    border-top-color: #333;
  }

  /* line 15584, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"].flex-column .nav-link {
    border-bottom: none;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: transparent;
  }

  /* line 15589, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"].flex-column .nav-link:after, [class*="u-nav-v6"].flex-column .nav-link:before {
    top: 50%;
    left: auto;
  }

  /* line 15592, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"].flex-column .nav-link:after {
    border-top-color: transparent;
    border-left-color: #fff;
    border-width: 4px;
    margin-left: 0;
    margin-top: -5px;
    right: -8px;
  }

  /* line 15599, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"].flex-column .nav-link:before {
    border-top-color: transparent;
    border-left-color: #fff;
    border-width: 6px;
    margin-left: 0;
    margin-top: -7px;
    right: -13px;
  }

  /* line 15606, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"].flex-column .nav-link.active {
    border-color: #72c02c;
  }

  /* line 15608, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v6"].flex-column .nav-link.active::before {
    border-left-color: #72c02c;
  }
}
/*------------------------------------
  Tabs v7
------------------------------------*/
@media (min-width: 768px) {
  /* line 15615, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v7"] .nav-item {
    position: relative;
  }

  /* line 15617, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v7"] .nav-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 0;
    height: 35%;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ccc;
    transform: translateY(-50%);
  }

  /* line 15631, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v7"] .nav-item:last-child::after {
    border-right-color: transparent;
  }

  /* line 15633, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v7"] .nav-link.active {
    color: #72c02c;
  }

  /* line 15635, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v7"].u-nav-dark .nav-link.active {
    color: #333;
  }

  /* line 15637, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v7"].u-nav-light .nav-link {
    color: #fff;
  }

  /* line 15639, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v7"].u-nav-light .nav-link.active {
    color: #fff;
    opacity: .5;
  }

  /* line 15642, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v7"].flex-column .nav-item::after {
    top: 100%;
    left: 0;
    right: auto;
    width: 35%;
    height: 0;
    border-right: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    transform: translateY(0);
  }

  /* line 15655, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v7"].flex-column .nav-item:last-child::after {
    border-bottom-color: transparent;
  }

  /* line 15657, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v7"].flex-column .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 15660, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v7"].flex-column.text-center .nav-item::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
/*------------------------------------
  Tabs v8
------------------------------------*/
/* line 15669, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-nav-v8"] .nav-link {
  position: relative;
  min-height: 100%;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  transition: none;
}

/* line 15677, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-nav-v8"] .nav-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(to left, #333 0%, rgba(17, 17, 17, 0.2) 100%);
  background-repeat: repeat-y;
  z-index: 1;
}

/* line 15688, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-nav-v8"] .nav-link.active {
  background-color: #72c02c;
}

/* line 15691, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-nav-v8"] .nav-link.active::after {
  display: none;
}

/* line 15694, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-nav-v8"] .nav-link.active .u-nav-v8__icon {
  background-color: #72c02c;
}

/* line 15697, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-nav-v8"] .nav-link.active .u-nav-v8__description {
  color: rgba(255, 255, 255, 0.7);
}

/* line 15700, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-nav-v8"].u-nav-light .nav-link {
  color: #333;
}

/* line 15703, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-nav-v8"].u-nav-light .nav-link.active {
  color: #555;
  background-color: #fff;
}

/* line 15707, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-nav-v8"].u-nav-light .nav-link.active .u-nav-v8__icon {
  color: #fff;
  background-color: #72c02c;
}

/* line 15711, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-nav-v8"].u-nav-light .nav-link.active .u-nav-v8__title, [class*="u-nav-v8"].u-nav-light .nav-link.active .u-nav-v8__description {
  color: #555;
}

/* line 15714, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-nav-v8"].u-nav-light .u-nav-v8__icon {
  background-color: #fff;
  color: #fff;
}

/* line 15718, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-nav-v8"].u-nav-light .u-nav-v8__title, [class*="u-nav-v8"].u-nav-light .u-nav-v8__description {
  color: #fff;
}

/* line 15721, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-nav-v8__icon, .u-nav-v8__title, .u-nav-v8__description {
  position: relative;
  z-index: 3;
}

/* line 15725, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-nav-v8__icon {
  display: none;
  background-color: #333;
  color: #fff;
  transform: translateY(-51%);
  transition: none;
}

/* line 15734, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-nav-v8__title {
  display: block;
}

/* line 15737, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-nav-v8__description {
  color: inherit;
  font-style: normal;
}

@media (min-width: 768px) {
  /* line 15742, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"] .nav-link {
    padding: 0 20px 25px;
  }

  /* line 15744, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].u-nav-light .nav-link {
    background-color: #fff;
  }

  /* line 15746, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].u-nav-light .nav-link::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #fff 50%), linear-gradient(to top left, transparent 49.6%, #fff 50%);
  }

  /* line 15748, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].u-nav-light .nav-link::after {
    background-image: linear-gradient(to left, #fff 0%, rgba(204, 204, 204, 0.2) 100%);
  }

  /* line 15750, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].u-nav-light .nav-link.active {
    color: #fff;
    background-color: #72c02c;
  }

  /* line 15753, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].u-nav-light .nav-link.active::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #72c02c 50%), linear-gradient(to top left, transparent 49.6%, #72c02c 50%);
  }

  /* line 15755, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].u-nav-light .nav-link.active .u-nav-v8__title {
    color: #fff;
  }

  /* line 15757, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].u-nav-light .nav-link.active .u-nav-v8__description {
    color: rgba(255, 255, 255, 0.7);
  }

  /* line 15759, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].u-nav-light .u-nav-v8__icon, [class*="u-nav-v8"].u-nav-light .u-nav-v8__title, [class*="u-nav-v8"].u-nav-light .u-nav-v8__description {
    color: #555;
  }

  /* line 15761, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].justify-content-end .nav-item:first-child .nav-link::before, [class*="u-nav-v8"].text-right .nav-item:first-child .nav-link::before {
    display: none;
  }

  /* line 15763, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].justify-content-end .nav-item:last-child .nav-link, [class*="u-nav-v8"].text-right .nav-item:last-child .nav-link {
    padding: 0 20px 25px;
  }

  /* line 15765, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].justify-content-end .nav-item:last-child .nav-link::before, [class*="u-nav-v8"].text-right .nav-item:last-child .nav-link::before {
    display: block;
  }

  /* line 15767, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].justify-content-end .nav-link::before, [class*="u-nav-v8"].text-right .nav-link::before {
    left: -26px;
    right: auto;
    background-position: top right, bottom left;
    background-image: linear-gradient(to bottom right, transparent 49.6%, #333 50%), linear-gradient(to top right, transparent 49.6%, #333 50%);
  }

  /* line 15772, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].justify-content-end .nav-link::after, [class*="u-nav-v8"].text-right .nav-link::after {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, #333 0%, rgba(17, 17, 17, 0.2) 100%);
  }

  /* line 15776, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].justify-content-end .nav-link.active::before, [class*="u-nav-v8"].text-right .nav-link.active::before {
    background-image: linear-gradient(to bottom right, transparent 49.6%, #72c02c 50%), linear-gradient(to top right, transparent 49.6%, #72c02c 50%);
  }

  /* line 15778, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].flex-column .nav-item {
    margin-bottom: 1px;
  }

  /* line 15780, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].flex-column .nav-item:first-child .nav-link {
    padding: 20px 20px 20px 50px;
  }

  /* line 15782, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].flex-column .nav-item:last-child .nav-link::before {
    display: block;
  }

  /* line 15784, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].flex-column .nav-link {
    padding: 20px 20px 20px 50px;
  }

  /* line 15786, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].flex-column .nav-link::before {
    opacity: 0;
  }

  /* line 15788, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].flex-column .nav-link.active::before {
    opacity: 1;
  }

  /* line 15790, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-nav-v8"].flex-column .u-nav-v8__icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateX(-50%) translateY(-50%);
  }

  /* line 15797, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v8__icon {
    display: inline-block;
  }

  /* line 15799, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v8__description {
    color: rgba(255, 255, 255, 0.5);
  }

  /* line 15801, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v8-2 .nav-item:first-child .nav-link {
    padding: 0 20px 25px;
  }

  /* line 15803, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v8-2 .nav-item:last-child .nav-link::before {
    display: none;
  }

  /* line 15805, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v8-2 .nav-link {
    padding: 0 20px 25px 50px;
  }

  /* line 15807, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v8-2 .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    display: block;
    width: 26px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 50.8%;
    background-position: top right, bottom left;
    background-image: linear-gradient(to bottom left, transparent 49.6%, #333 50%), linear-gradient(to top left, transparent 49.6%, #333 50%);
    z-index: 2;
  }

  /* line 15820, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v8-2 .nav-link.active::before {
    background-image: linear-gradient(to bottom left, transparent 49.6%, #72c02c 50%), linear-gradient(to top left, transparent 49.6%, #72c02c 50%);
  }

  /* line 15822, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v8-2.justify-content-end .nav-item:first-child .nav-link, .u-nav-v8-2.text-right .nav-item:first-child .nav-link {
    padding: 0 50px 25px 20px;
  }

  /* line 15824, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-nav-v8-2.justify-content-end .nav-link, .u-nav-v8-2.text-right .nav-link {
    padding: 0 50px 25px 20px;
  }
}
@media (max-width: 767px) {
  /* line 15828, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"],
  [data-tabs-mobile-type="accordion"] {
    display: none;
  }

  /* line 15831, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="accordion"] {
    display: none;
  }

  /* line 15833, /home/app/webapp/app/assets/stylesheets/unify.css */
  [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) {
    border-color: #72c02c;
  }

  /* line 15835, /home/app/webapp/app/assets/stylesheets/unify.css */
  [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) .nav-item > a,
  [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) .nav-item > .nav-link,
  [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) [class*="u-tab-link"]:not([class*="-icon"]) {
    white-space: nowrap;
    padding: 5px 10px;
  }

  /* line 15840, /home/app/webapp/app/assets/stylesheets/unify.css */
  [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) .nav-item > a,
  [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) .nav-item > .nav-link,
  [role="tablist"]:not([data-tabs-mobile-type="slide-up-down"]):not([data-tabs-mobile-type="accordion"]) [class*="u-tab-link"]:not([class*="-icon"]):not([class*="js-tabs-mobile-control"]) {
    display: block;
  }

  /* line 15844, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"] {
    width: 100%;
    padding-top: 10px;
    border-bottom: none !important;
  }

  /* line 15848, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"] .nav-item {
    margin: 0;
  }

  /* line 15850, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"] .nav-link {
    text-align: center;
    border-style: solid !important;
    border-color: #eee !important;
    border-width: 1px !important;
    border-radius: 0 !important;
    margin: -1px 0 0;
  }

  /* line 15857, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"] .nav-item:first-child .nav-link {
    margin-top: 0;
  }

  /* line 15859, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-primary .nav-link, [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-link {
    border-color: #72c02c !important;
  }

  /* line 15861, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-primary .nav-link.active,
  [data-tabs-mobile-type="slide-up-down"].u-nav-primary .nav-item.show .nav-link, [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-link.active,
  [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-item.show .nav-link {
    border-color: #72c02c !important;
  }

  /* line 15865, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-dark .nav-link {
    border-color: #333 !important;
  }

  /* line 15867, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-dark .nav-link.active,
  [data-tabs-mobile-type="slide-up-down"].u-nav-dark .nav-item.show .nav-link {
    border-color: #333 !important;
  }

  /* line 15870, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-light .nav-item.show .nav-link {
    border-color: #fff;
  }

  /* line 15872, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-light .nav-link {
    color: #fff;
    border-color: #fff;
  }

  /* line 15875, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-light .nav-link.active {
    color: #555;
    background-color: #fff;
    border-color: #fff;
  }

  /* line 15879, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-3 .nav-item:first-child .nav-link,
  [data-tabs-mobile-type="slide-up-down"].nav-tabs .nav-item:first-child .nav-link,
  [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-item:first-child .nav-link {
    border-radius: 3px 3px 0 0 !important;
  }

  /* line 15883, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-3 .nav-item:last-child .nav-link,
  [data-tabs-mobile-type="slide-up-down"].nav-tabs .nav-item:last-child .nav-link,
  [data-tabs-mobile-type="slide-up-down"].nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 0 3px 3px !important;
  }

  /* line 15887, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-5 .nav-item:first-child .nav-link {
    border-radius: 5px 5px 0 0 !important;
  }

  /* line 15889, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-5 .nav-item:last-child .nav-link {
    border-radius: 0 0 5px 5px !important;
  }

  /* line 15891, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-7 .nav-item:first-child .nav-link {
    border-radius: 7px 7px 0 0 !important;
  }

  /* line 15893, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-7 .nav-item:last-child .nav-link {
    border-radius: 0 0 7px 7px !important;
  }

  /* line 15895, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-10 .nav-item:first-child .nav-link {
    border-radius: 10px 10px 0 0 !important;
  }

  /* line 15897, /home/app/webapp/app/assets/stylesheets/unify.css */
  [data-tabs-mobile-type="slide-up-down"].u-nav-rounded-10 .nav-item:last-child .nav-link {
    border-radius: 0 0 10px 10px !important;
  }

  /* line 15899, /home/app/webapp/app/assets/stylesheets/unify.css */
  .tab-content {
    order: 2;
  }
}
/*------------------------------------
  Tags
------------------------------------*/
/* Pagination v1 */
/* line 15908, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tags-v1 {
  display: inline-block;
  text-decoration: none;
  transition: all .3s ease;
}

/* line 15913, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tags-v1:hover, .u-tags-v1:focus {
  text-decoration: none;
  cursor: pointer;
}

/* line 15917, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tags-v1:focus {
  color: inherit;
}

/*------------------------------------
  Text Animation Slideshow
------------------------------------*/
/* line 15923, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-text-slideshow {
  position: relative;
  overflow: visible !important;
  vertical-align: inherit;
}

/* line 15928, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-text-slideshow__slide {
  position: relative;
  z-index: 1;
  display: inline-block;
  opacity: 0;
  transition: .3s ease;
}

/* line 15935, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-text-slideshow__slide:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 15940, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-text-slideshow__slide--current {
  z-index: 2;
  opacity: 1;
}

/* line 15944, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-text-slideshow__slide-target {
  flex-wrap: nowrap;
}

/*------------------------------------
  Text-shadow
------------------------------------*/
/* line 15951, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-txt-shadow-v1 {
  text-shadow: 1px 1px rgba(67, 70, 72, 0.05), 2px 2px rgba(147, 150, 152, 0.07), 3px 3px rgba(178, 182, 183, 0.086), 4px 4px rgba(195, 199, 200, 0.106), 5px 5px rgba(206, 210, 211, 0.125), 6px 6px rgba(213, 217, 218, 0.145), 7px 7px rgba(218, 222, 223, 0.165), 8px 8px rgba(222, 226, 227, 0.184), 9px 9px rgba(226, 230, 231, 0.204), 10px 10px rgba(228, 232, 233, 0.22), 11px 11px rgba(230, 234, 235, 0.24), 12px 12px rgba(232, 236, 237, 0.26), 13px 13px rgba(233, 237, 238, 0.28), 14px 14px rgba(235, 239, 240, 0.298), 15px 15px rgba(236, 240, 241, 0.318), 16px 16px rgba(237, 241, 242, 0.333), 17px 17px rgba(238, 242, 243, 0.353), 18px 18px rgba(238, 242, 243, 0.373), 19px 19px rgba(239, 243, 244, 0.392), 20px 20px rgba(240, 244, 245, 0.41), 21px 21px rgba(240, 244, 245, 0.43), 22px 22px rgba(241, 245, 246, 0.447), 23px 23px rgba(241, 245, 246, 0.467), 24px 24px rgba(242, 246, 247, 0.486), 25px 25px rgba(242, 246, 247, 0.506), 26px 26px rgba(242, 246, 247, 0.525), 27px 27px rgba(243, 247, 248, 0.545), 28px 28px rgba(243, 247, 248, 0.565), 29px 29px rgba(243, 247, 248, 0.58), 30px 30px rgba(244, 248, 249, 0.6), 31px 31px rgba(244, 248, 249, 0.62), 32px 32px rgba(244, 248, 249, 0.64), 33px 33px rgba(244, 248, 249, 0.66), 34px 34px rgba(245, 249, 250, 0.68), 35px 35px rgba(245, 249, 250, 0.694), 36px 36px rgba(245, 249, 250, 0.714), 37px 37px rgba(245, 249, 250, 0.733), 38px 38px rgba(245, 249, 250, 0.753), 39px 39px rgba(246, 250, 251, 0.773), 40px 40px rgba(246, 250, 251, 0.792), 41px 41px rgba(246, 250, 251, 0.81), 42px 42px rgba(246, 250, 251, 0.827), 43px 43px rgba(246, 250, 251, 0.847), 44px 44px rgba(246, 250, 251, 0.867), 45px 45px rgba(246, 250, 251, 0.886), 46px 46px rgba(246, 250, 251, 0.906), 47px 47px rgba(247, 251, 252, 0.925), 48px 48px rgba(247, 251, 252, 0.94), 49px 49px rgba(247, 251, 252, 0.96), 50px 50px rgba(247, 251, 252, 0.98);
}

/* line 15954, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-txt-shadow-v2 {
  text-shadow: 0 6px 55px #999;
}

/*------------------------------------
  Marker-bg
------------------------------------*/
/* line 15960, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-marker-bg-primary, .u-marker-bg-green, .u-marker-bg-black, .u-marker-bg-white, .u-marker-bg-red, .u-marker-bg-yellow {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% 70%;
  white-space: nowrap;
}

/* line 15967, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-marker-bg-primary {
  background-image: url(../img/bg/marker/marker-bg-primary.png);
}

/* line 15970, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-marker-bg-green {
  background-image: url(../img/bg/marker/marker-bg-green.png);
}

/* line 15973, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-marker-bg-black {
  background-image: url(../img/bg/marker/marker-bg-black.png);
}

/* line 15976, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-marker-bg-white {
  background-image: url(../img/bg/marker/marker-bg-white.png);
}

/* line 15979, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-marker-bg-red {
  background-image: url(../img/bg/marker/marker-bg-red.png);
}

/* line 15982, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-marker-bg-yellow {
  background-image: url(../img/bg/marker/marker-bg-yellow.png);
}

/*------------------------------------
  Tooltips
------------------------------------*/
/* line 15988, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tooltip--v1 {
  color: #fff;
  background-color: #000;
  padding: 2px 8px 3px;
}

/* line 15993, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tooltip--v1:after {
  content: "";
  position: absolute;
  display: block;
}

/* line 15998, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-top-left, .u-tooltip--v1.tooltip-top-right {
  bottom: 100%;
  margin-bottom: 5px;
}

/* line 16002, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-top-left:after, .u-tooltip--v1.tooltip-top-right:after {
  top: 100%;
  border-top: 4px solid rgba(0, 0, 0, 0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 16008, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-bottom-left, .u-tooltip--v1.tooltip-bottom-right {
  top: 100%;
  margin-top: 5px;
}

/* line 16012, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-bottom-left:after, .u-tooltip--v1.tooltip-bottom-right:after {
  bottom: 100%;
  border-bottom: 4px solid rgba(0, 0, 0, 0.9);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 16018, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-top-left, .u-tooltip--v1.tooltip-bottom-left {
  left: 0;
}

/* line 16021, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-top-left:after, .u-tooltip--v1.tooltip-bottom-left:after {
  left: 16px;
}

/* line 16024, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-top-right, .u-tooltip--v1.tooltip-bottom-right {
  right: 0;
}

/* line 16027, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-top-right:after, .u-tooltip--v1.tooltip-bottom-right:after {
  right: 16px;
}

/* line 16030, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-left, .u-tooltip--v1.tooltip-right {
  top: 50%;
  transform: translateY(-50%);
}

/* line 16036, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-left:after, .u-tooltip--v1.tooltip-right:after {
  top: 50%;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transform: translateY(-50%);
}

/* line 16044, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-left {
  right: 100%;
  margin-right: 5px;
}

/* line 16048, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-left:after {
  right: -4px;
  border-left: 4px solid rgba(0, 0, 0, 0.9);
}

/* line 16052, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-right {
  left: 100%;
  margin-left: 5px;
}

/* line 16056, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-tooltip--v1.tooltip-right:after {
  left: -4px;
  border-right: 4px solid rgba(0, 0, 0, 0.9);
}

/* line 16060, /home/app/webapp/app/assets/stylesheets/unify.css */
input:focus + .u-tooltip--v1,
textarea:focus + .u-tooltip--v1 {
  opacity: 1;
}

/*------------------------------------
  Typography
------------------------------------*/
/* line 16067, /home/app/webapp/app/assets/stylesheets/unify.css */
.popovers--no-title .popover-title {
  display: none;
}

/* line 16070, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-nowrap {
  white-space: nowrap;
}

/* line 16073, /home/app/webapp/app/assets/stylesheets/unify.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 16077, /home/app/webapp/app/assets/stylesheets/unify.css */
video {
  max-width: 100%;
}

/* line 16080, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-video-v1 {
  margin-bottom: 15px;
}

/* line 16083, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-video-v1-info {
  display: none;
  padding-left: 0;
}

/* line 16087, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-video-v1-info__item {
  display: inline-block;
  list-style: none;
}

/* line 16091, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-audio-v1 {
  margin-bottom: 15px;
}

/* line 16094, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-audio-v1-info {
  display: none;
  padding-left: 0;
}

/* line 16098, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-audio-v1-info__item {
  display: inline-block;
  list-style: none;
}

/* line 16102, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-audio-v2 .plyr__controls {
  background-color: transparent;
  border: none;
}

/* line 16106, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-audio-v2 .plyr__controls button {
  color: #fff;
}

/*------------------------------------
  Navigation
------------------------------------*/
/* Base Abstractions */
/* line 16113, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v1 .nav-link, .navbar .u-main-nav-v2 .nav-link, .navbar .u-main-nav-v3 .nav-link, .navbar .u-main-nav-v4 .nav-link, .navbar .u-main-nav-v5 .nav-link, .navbar .u-main-nav-v6 .nav-link, .navbar .u-main-nav-v7 .nav-link, .navbar .u-main-nav-v8 .nav-link, .navbar .u-main-nav-v9 .nav-link {
  display: block;
}

/* line 16116, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v1 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v1 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v1 .nav-item.dropdown > a, .navbar .u-main-nav-v2 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v2 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v2 .nav-item.dropdown > a, .navbar .u-main-nav-v3 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v3 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v3 .nav-item.dropdown > a, .navbar .u-main-nav-v4 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v4 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v4 .nav-item.dropdown > a, .navbar .u-main-nav-v5 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v5 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v5 .nav-item.dropdown > a, .navbar .u-main-nav-v6 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v6 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v6 .nav-item.dropdown > a, .navbar .u-main-nav-v7 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v7 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v7 .nav-item.dropdown > a, .navbar .u-main-nav-v8 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v8 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v8 .nav-item.dropdown > a, .navbar .u-main-nav-v9 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v9 .nav-item.hs-has-mega-menu > a {
  position: relative;
  z-index: 1;
  padding-right: 1.42857rem;
}

/* line 16121, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v1 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v1 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v1 .nav-item.dropdown > a::after, .navbar .u-main-nav-v2 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v2 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v2 .nav-item.dropdown > a::after, .navbar .u-main-nav-v3 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v3 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v3 .nav-item.dropdown > a::after, .navbar .u-main-nav-v4 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v4 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v4 .nav-item.dropdown > a::after, .navbar .u-main-nav-v5 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v5 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v5 .nav-item.dropdown > a::after, .navbar .u-main-nav-v6 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v6 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v6 .nav-item.dropdown > a::after, .navbar .u-main-nav-v7 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v7 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v7 .nav-item.dropdown > a::after, .navbar .u-main-nav-v8 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v8 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v8 .nav-item.dropdown > a::after, .navbar .u-main-nav-v9 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v9 .nav-item.hs-has-mega-menu > a::after {
  content: "\e900";
  font-family: "hs-icons";
  font-weight: inherit;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 1.07143rem;
  transform: translate3d(0, -50%, 0);
}

/* Base stylesheets */
/* line 16133, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-link {
  color: #fff;
}

/* line 16136, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item.active > .nav-link,
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item:hover > .nav-link,
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item:focus > .nav-link,
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item.show > .nav-link,
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item.hs-sub-menu-opened > .nav-link,
.u-header__section--dark .navbar [class*="u-main-nav-v"] .nav-item .nav-link:focus {
  color: #fff;
}

/* Import */
/* Main navigation styles */
/*------------------------------------
  Navigation Style v1
------------------------------------*/
/* line 16149, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v1 .nav-link {
  color: #333;
  padding: 0.78571rem 2.14286rem;
  border-radius: 1.57143rem;
}

/* line 16154, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v1 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v1 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v1 .nav-item.dropdown > a {
  padding-right: 3.21429rem;
}

/* line 16157, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v1 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v1 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v1 .nav-item.dropdown > a::after {
  right: 1.78571rem;
}

/* line 16160, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v1 .nav-item.active > .nav-link,
.navbar .u-main-nav-v1 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v1 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v1 .nav-item.show > .nav-link,
.navbar .u-main-nav-v1 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v1 .nav-item .nav-link:focus {
  color: #fff;
  background-color: #72c02c;
}

@media all and (max-width: 1199px) {
  /* line 16170, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v1 .nav-link {
    padding: 0.64286rem 1.42857rem;
  }

  /* line 16172, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v1 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v1 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v1 .nav-item.dropdown > a {
    padding-right: 2.5rem;
  }

  /* line 16174, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v1 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v1 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v1 .nav-item.dropdown > a::after {
    right: 1.07143rem;
  }
}
/*------------------------------------
  Navigation Style v2
------------------------------------*/
/* line 16180, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v2 .nav-link {
  color: #333;
  padding: 0.64286rem 2.14286rem;
  border-radius: 1.57143rem;
  border: 2px solid transparent;
}

/* line 16186, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v2 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v2 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v2 .nav-item.dropdown > a {
  padding-right: 3.21429rem;
}

/* line 16189, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v2 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v2 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v2 .nav-item.dropdown > a::after {
  right: 1.78571rem;
}

/* line 16192, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v2 .nav-item.active > .nav-link,
.navbar .u-main-nav-v2 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v2 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v2 .nav-item.show > .nav-link,
.navbar .u-main-nav-v2 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v2 .nav-item .nav-link:focus {
  color: #333;
  border-color: #72c02c;
  background-color: transparent;
}

@media all and (max-width: 1199px) {
  /* line 16203, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v2 .nav-link {
    padding: 0.5rem 1.42857rem;
  }

  /* line 16205, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v2 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v2 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v2 .nav-item.dropdown > a {
    padding-right: 2.5rem;
  }

  /* line 16207, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v2 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v2 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v2 .nav-item.dropdown > a::after {
    right: 1.07143rem;
  }
}
/*------------------------------------
  Navigation Style v3
------------------------------------*/
/* line 16213, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v3 .nav-link {
  color: #333;
  padding: 2.85714rem 2.57143rem 2.57143rem;
  border-bottom: 4px solid transparent;
}

/* line 16218, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v3 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v3 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v3 .nav-item.dropdown > a::after {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.71429rem;
  transform: none;
}

/* line 16227, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v3 .nav-item.active > .nav-link,
.navbar .u-main-nav-v3 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v3 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v3 .nav-item.show > .nav-link,
.navbar .u-main-nav-v3 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v3 .nav-item .nav-link:focus {
  border-color: #72c02c;
}

@media all and (max-width: 1199px) {
  /* line 16236, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v3 .nav-link {
    padding: 2.14286rem 1.78571rem;
  }
}
@media all and (max-width: 991px) {
  /* line 16240, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v3 .nav-link {
    padding: 0.71429rem 1.42857rem;
  }
}
/*------------------------------------
  Navigation Style v4
------------------------------------*/
/* line 16246, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v4 .nav-link {
  color: #333;
  padding: 2.57143rem 2.57143rem 2.85714rem;
  border-top: 4px solid transparent;
}

/* line 16251, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v4 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v4 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v4 .nav-item.dropdown > a::after {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.71429rem;
  transform: none;
}

/* line 16260, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v4 .nav-item.active > .nav-link,
.navbar .u-main-nav-v4 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v4 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v4 .nav-item.show > .nav-link,
.navbar .u-main-nav-v4 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v4 .nav-item .nav-link:focus {
  border-color: #72c02c;
}

@media all and (max-width: 1199px) {
  /* line 16269, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v4 .nav-link {
    padding: 2.14286rem 1.78571rem;
  }
}
@media all and (max-width: 991px) {
  /* line 16273, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v4 .nav-link {
    padding: 0.71429rem 1.42857rem;
  }
}
/*------------------------------------
  Navigation Style v5
------------------------------------*/
/* line 16279, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v5 .nav-link {
  color: #333;
  padding: 0.28571rem 0;
  border-bottom: 2px solid transparent;
}

/* line 16284, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v5 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v5 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v5 .nav-item.dropdown > a {
  padding-right: 1.42857rem;
}

/* line 16287, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v5 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v5 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v5 .nav-item.dropdown > a::after {
  right: 0;
}

/* line 16290, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v5 .nav-item.active > .nav-link,
.navbar .u-main-nav-v5 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v5 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v5 .nav-item.show > .nav-link,
.navbar .u-main-nav-v5 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v5 .nav-item .nav-link:focus {
  border-color: #72c02c;
}

/*------------------------------------
  Navigation Style v6
------------------------------------*/
/* line 16301, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v6 .nav-link {
  color: #333;
  height: 100%;
  padding: 2.85714rem 2.71429rem;
}

/* line 16306, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v6 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v6 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v6 .nav-item.dropdown > a {
  padding-right: 2.71429rem;
}

/* line 16309, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v6 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v6 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v6 .nav-item.dropdown > a::after {
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.71429rem;
  transform: none;
}

/* line 16318, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v6 .nav-item.active > .nav-link,
.navbar .u-main-nav-v6 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v6 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v6 .nav-item.show > .nav-link,
.navbar .u-main-nav-v6 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v6 .nav-item .nav-link:focus {
  color: #fff;
  background-color: #72c02c;
}

@media all and (max-width: 1199px) {
  /* line 16328, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v6 .nav-link {
    padding: 2.14286rem 1.42857rem;
  }

  /* line 16330, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v6 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v6 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v6 .nav-item.dropdown > a {
    padding-right: 1.42857rem;
  }
}
/*------------------------------------
  Navigation Style v7
------------------------------------*/
/* line 16336, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v7 .nav-link {
  color: #333;
  padding: 0.71429rem 2.14286rem;
  border: 2px solid transparent;
}

/* line 16341, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v7 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v7 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v7 .nav-item.dropdown > a {
  padding-right: 3.21429rem;
}

/* line 16344, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v7 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v7 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v7 .nav-item.dropdown > a::after {
  right: 1.78571rem;
}

/* line 16347, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v7 .nav-item.active > .nav-link,
.navbar .u-main-nav-v7 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v7 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v7 .nav-item.show > .nav-link,
.navbar .u-main-nav-v7 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v7 .nav-item .nav-link:focus {
  border-color: #72c02c;
}

@media all and (max-width: 1199px) {
  /* line 16356, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v7 .nav-link {
    padding: 0.64286rem 1.42857rem;
  }

  /* line 16358, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v7 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v7 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v7 .nav-item.dropdown > a {
    padding-right: 2.14286rem;
  }

  /* line 16360, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v7 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v7 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v7 .nav-item.dropdown > a::after {
    right: 1.07143rem;
  }
}
/*------------------------------------
  Navigation Style v8
------------------------------------*/
/* line 16366, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v8 .nav-link {
  color: #333;
  padding: 0.78571rem 2.14286rem;
}

/* line 16370, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v8 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v8 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v8 .nav-item.dropdown > a {
  padding-right: 3.21429rem;
}

/* line 16373, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v8 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v8 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v8 .nav-item.dropdown > a::after {
  right: 1.78571rem;
}

/* line 16376, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v8 .nav-item.active > .nav-link,
.navbar .u-main-nav-v8 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v8 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v8 .nav-item.show > .nav-link,
.navbar .u-main-nav-v8 .nav-item.hs-sub-menu-opened > .nav-link,
.navbar .u-main-nav-v8 .nav-item .nav-link:focus {
  color: #fff;
  background-color: #72c02c;
}

@media all and (max-width: 1199px) {
  /* line 16386, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v8 .nav-link {
    padding: 0.64286rem 1.42857rem;
  }

  /* line 16388, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v8 .nav-item.hs-has-sub-menu > a, .navbar .u-main-nav-v8 .nav-item.hs-has-mega-menu > a, .navbar .u-main-nav-v8 .nav-item.dropdown > a {
    padding-right: 2.14286rem;
  }

  /* line 16390, /home/app/webapp/app/assets/stylesheets/unify.css */
  .navbar .u-main-nav-v8 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v8 .nav-item.hs-has-mega-menu > a::after, .navbar .u-main-nav-v8 .nav-item.dropdown > a::after {
    right: 1.07143rem;
  }
}
/*------------------------------------
  Navigation Style v9
------------------------------------*/
/* line 16396, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v9 .nav-link {
  color: #777;
  padding: 0 1.42857rem 0 0;
}

/* line 16400, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v9 .nav-item > a {
  padding: 1.42857rem 0;
}

/* line 16403, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v9 .nav-item.hs-has-sub-menu > a::after, .navbar .u-main-nav-v9 .nav-item.hs-has-mega-menu > a::after {
  font-size: 1.28571rem;
  right: 0;
}

/* line 16407, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v9 .nav-item.active > .nav-link,
.navbar .u-main-nav-v9 .nav-item:hover > .nav-link,
.navbar .u-main-nav-v9 .nav-item:focus > .nav-link,
.navbar .u-main-nav-v9 .nav-item .nav-link:focus {
  color: #000;
}

/* line 16413, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-main-nav-v9 .nav-item.active > .nav-link::after,
.navbar .u-main-nav-v9 .nav-item:hover > .nav-link::after,
.navbar .u-main-nav-v9 .nav-item:focus > .nav-link::after,
.navbar .u-main-nav-v9 .nav-item .nav-link:focus::after {
  color: #72c02c;
}

/* Dropdown navigation styles */
/*------------------------------------
  Navigation Dropdown Style v1
------------------------------------*/
/* line 16423, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v1 .hs-has-sub-menu .hs-has-sub-menu.active > a,
.navbar .u-sub-menu-v1 .hs-has-sub-menu .hs-has-sub-menu:active > a,
.navbar .u-sub-menu-v1 .hs-has-sub-menu .hs-has-sub-menu:focus > a,
.navbar .u-sub-menu-v1 .hs-has-sub-menu .hs-has-sub-menu:hover > a, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item.active > a, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item:active > a, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item:focus > a, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item:hover > a,
.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item.active > a,
.navbar .u-sub-menu-v1 .twitter-typeahead .tt-menu .dropdown-item.active > a,
.twitter-typeahead .navbar .u-sub-menu-v1 .tt-menu .dropdown-item.active > a,
.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item:active > a,
.navbar .u-sub-menu-v1 .twitter-typeahead .tt-menu .dropdown-item:active > a,
.twitter-typeahead .navbar .u-sub-menu-v1 .tt-menu .dropdown-item:active > a,
.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item:focus > a,
.navbar .u-sub-menu-v1 .twitter-typeahead .tt-menu .dropdown-item:focus > a,
.twitter-typeahead .navbar .u-sub-menu-v1 .tt-menu .dropdown-item:focus > a,
.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item:hover > a,
.navbar .u-sub-menu-v1 .twitter-typeahead .tt-menu .dropdown-item:hover > a,
.twitter-typeahead .navbar .u-sub-menu-v1 .tt-menu .dropdown-item:hover > a, .navbar .u-sub-menu-v1 .hs-sub-menu a:active, .navbar .u-sub-menu-v1 .hs-sub-menu a:focus, .navbar .u-sub-menu-v1 .hs-sub-menu a:hover,
.navbar .u-sub-menu-v1 .dropdown-menu a:active,
.navbar .u-sub-menu-v1 .twitter-typeahead .tt-menu a:active,
.twitter-typeahead .navbar .u-sub-menu-v1 .tt-menu a:active,
.navbar .u-sub-menu-v1 .dropdown-menu a:focus,
.navbar .u-sub-menu-v1 .twitter-typeahead .tt-menu a:focus,
.twitter-typeahead .navbar .u-sub-menu-v1 .tt-menu a:focus,
.navbar .u-sub-menu-v1 .dropdown-menu a:hover,
.navbar .u-sub-menu-v1 .twitter-typeahead .tt-menu a:hover,
.twitter-typeahead .navbar .u-sub-menu-v1 .tt-menu a:hover {
  color: #72c02c !important;
  background-color: transparent;
  border: none;
}

/* line 16438, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v1 .hs-has-sub-menu .hs-has-sub-menu > a::after {
  content: "\e902";
  font-family: "hs-icons";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate3d(0, -50%, 0);
}

/* line 16447, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v1 .hs-has-mega-menu .hs-has-sub-menu > a::after {
  content: "\e902";
}

/* line 16450, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v1 .hs-sub-menu,
.navbar .u-sub-menu-v1 .dropdown-menu,
.navbar .u-sub-menu-v1 .twitter-typeahead .tt-menu,
.twitter-typeahead .navbar .u-sub-menu-v1 .tt-menu {
  font-size: 0.92857rem;
  min-width: 16.42857rem;
  padding: 0.71429rem 0;
}

/* line 16456, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item,
.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item,
.navbar .u-sub-menu-v1 .twitter-typeahead .tt-menu .dropdown-item,
.twitter-typeahead .navbar .u-sub-menu-v1 .tt-menu .dropdown-item {
  font-weight: inherit;
  color: inherit;
  padding: 0;
}

/* line 16462, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item.active, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item:active, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item:focus, .navbar .u-sub-menu-v1 .hs-sub-menu .dropdown-item:hover,
.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item.active,
.navbar .u-sub-menu-v1 .twitter-typeahead .tt-menu .dropdown-item.active,
.twitter-typeahead .navbar .u-sub-menu-v1 .tt-menu .dropdown-item.active,
.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item:active,
.navbar .u-sub-menu-v1 .twitter-typeahead .tt-menu .dropdown-item:active,
.twitter-typeahead .navbar .u-sub-menu-v1 .tt-menu .dropdown-item:active,
.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item:focus,
.navbar .u-sub-menu-v1 .twitter-typeahead .tt-menu .dropdown-item:focus,
.twitter-typeahead .navbar .u-sub-menu-v1 .tt-menu .dropdown-item:focus,
.navbar .u-sub-menu-v1 .dropdown-menu .dropdown-item:hover,
.navbar .u-sub-menu-v1 .twitter-typeahead .tt-menu .dropdown-item:hover,
.twitter-typeahead .navbar .u-sub-menu-v1 .tt-menu .dropdown-item:hover {
  border: none;
  background-color: transparent;
}

/* line 16470, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v1 .hs-sub-menu a,
.navbar .u-sub-menu-v1 .dropdown-menu a,
.navbar .u-sub-menu-v1 .twitter-typeahead .tt-menu a,
.twitter-typeahead .navbar .u-sub-menu-v1 .tt-menu a {
  color: #777;
  text-decoration: none !important;
  display: block;
  padding: 0.42857rem 1.78571rem;
}

/* line 16477, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v1 .hs-sub-menu,
.navbar .u-sub-menu-v1 .hs-mega-menu,
.navbar .u-sub-menu-v1 .dropdown-menu,
.navbar .u-sub-menu-v1 .twitter-typeahead .tt-menu,
.twitter-typeahead .navbar .u-sub-menu-v1 .tt-menu {
  font-weight: normal;
  text-transform: none;
  margin-top: 0;
  color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-width: 3px 0 0 0;
  border-style: solid;
  border-color: #72c02c;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 16492, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v1 .hs-sub-menu .hs-sub-menu,
.navbar .u-sub-menu-v1 .hs-mega-menu .hs-sub-menu,
.navbar .u-sub-menu-v1 .dropdown-menu .hs-sub-menu,
.navbar .u-sub-menu-v1 .twitter-typeahead .tt-menu .hs-sub-menu,
.twitter-typeahead .navbar .u-sub-menu-v1 .tt-menu .hs-sub-menu {
  margin-top: -1.07143rem;
}

/* line 16497, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v1.hs-mobile-state .hs-sub-menu {
  width: auto;
}

/* line 16500, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v1.hs-mobile-state .hs-sub-menu .hs-sub-menu,
.navbar .u-sub-menu-v1.hs-mobile-state .hs-sub-menu .hs-mega-menu,
.navbar .u-sub-menu-v1.hs-mobile-state .hs-sub-menu .hs-sub-menu.hs-reversed,
.navbar .u-sub-menu-v1.hs-mobile-state .hs-sub-menu .hs-mega-menu.hs-reversed,
.navbar .u-sub-menu-v1.hs-mobile-state .hs-mega-menu .hs-sub-menu,
.navbar .u-sub-menu-v1.hs-mobile-state .hs-mega-menu .hs-mega-menu,
.navbar .u-sub-menu-v1.hs-mobile-state .hs-mega-menu .hs-sub-menu.hs-reversed,
.navbar .u-sub-menu-v1.hs-mobile-state .hs-mega-menu .hs-mega-menu.hs-reversed {
  margin: 0.21429rem;
}

/* line 16510, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-sub-menu {
  width: auto;
}

/* line 16513, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-sub-menu .hs-sub-menu,
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-sub-menu .hs-mega-menu,
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-sub-menu .hs-sub-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-sub-menu .hs-mega-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-mega-menu .hs-sub-menu,
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-mega-menu .hs-mega-menu,
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-mega-menu .hs-sub-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v1 .hs-mega-menu .hs-mega-menu.hs-reversed {
  margin: 0.21429rem;
}

/*------------------------------------
  Navigation Dropdown Style v2
------------------------------------*/
/* line 16526, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v2 .hs-has-sub-menu .hs-has-sub-menu.active > a,
.navbar .u-sub-menu-v2 .hs-has-sub-menu .hs-has-sub-menu:active > a,
.navbar .u-sub-menu-v2 .hs-has-sub-menu .hs-has-sub-menu:focus > a,
.navbar .u-sub-menu-v2 .hs-has-sub-menu .hs-has-sub-menu:hover > a, .navbar .u-sub-menu-v2 .hs-sub-menu .dropdown-item.active > a, .navbar .u-sub-menu-v2 .hs-sub-menu .dropdown-item:active > a, .navbar .u-sub-menu-v2 .hs-sub-menu .dropdown-item:focus > a, .navbar .u-sub-menu-v2 .hs-sub-menu .dropdown-item:hover > a,
.navbar .u-sub-menu-v2 .dropdown-menu .dropdown-item.active > a,
.navbar .u-sub-menu-v2 .twitter-typeahead .tt-menu .dropdown-item.active > a,
.twitter-typeahead .navbar .u-sub-menu-v2 .tt-menu .dropdown-item.active > a,
.navbar .u-sub-menu-v2 .dropdown-menu .dropdown-item:active > a,
.navbar .u-sub-menu-v2 .twitter-typeahead .tt-menu .dropdown-item:active > a,
.twitter-typeahead .navbar .u-sub-menu-v2 .tt-menu .dropdown-item:active > a,
.navbar .u-sub-menu-v2 .dropdown-menu .dropdown-item:focus > a,
.navbar .u-sub-menu-v2 .twitter-typeahead .tt-menu .dropdown-item:focus > a,
.twitter-typeahead .navbar .u-sub-menu-v2 .tt-menu .dropdown-item:focus > a,
.navbar .u-sub-menu-v2 .dropdown-menu .dropdown-item:hover > a,
.navbar .u-sub-menu-v2 .twitter-typeahead .tt-menu .dropdown-item:hover > a,
.twitter-typeahead .navbar .u-sub-menu-v2 .tt-menu .dropdown-item:hover > a, .navbar .u-sub-menu-v2 .hs-sub-menu a:active, .navbar .u-sub-menu-v2 .hs-sub-menu a:focus, .navbar .u-sub-menu-v2 .hs-sub-menu a:hover,
.navbar .u-sub-menu-v2 .dropdown-menu a:active,
.navbar .u-sub-menu-v2 .twitter-typeahead .tt-menu a:active,
.twitter-typeahead .navbar .u-sub-menu-v2 .tt-menu a:active,
.navbar .u-sub-menu-v2 .dropdown-menu a:focus,
.navbar .u-sub-menu-v2 .twitter-typeahead .tt-menu a:focus,
.twitter-typeahead .navbar .u-sub-menu-v2 .tt-menu a:focus,
.navbar .u-sub-menu-v2 .dropdown-menu a:hover,
.navbar .u-sub-menu-v2 .twitter-typeahead .tt-menu a:hover,
.twitter-typeahead .navbar .u-sub-menu-v2 .tt-menu a:hover {
  color: #777 !important;
  background-color: #eee;
  border: none;
}

/* line 16541, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v2 .hs-has-sub-menu .hs-has-sub-menu > a::after {
  content: "\e902";
  font-family: "hs-icons";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate3d(0, -50%, 0);
}

/* line 16550, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v2 .hs-has-mega-menu .hs-has-sub-menu > a::after {
  content: "\e902";
}

/* line 16553, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v2 .hs-sub-menu,
.navbar .u-sub-menu-v2 .dropdown-menu,
.navbar .u-sub-menu-v2 .twitter-typeahead .tt-menu,
.twitter-typeahead .navbar .u-sub-menu-v2 .tt-menu {
  font-size: 0.92857rem;
  min-width: 16.42857rem;
  padding: 0.71429rem 0;
}

/* line 16559, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v2 .hs-sub-menu .dropdown-item,
.navbar .u-sub-menu-v2 .dropdown-menu .dropdown-item,
.navbar .u-sub-menu-v2 .twitter-typeahead .tt-menu .dropdown-item,
.twitter-typeahead .navbar .u-sub-menu-v2 .tt-menu .dropdown-item {
  font-weight: inherit;
  color: inherit;
  padding: 0;
}

/* line 16565, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v2 .hs-sub-menu .dropdown-item.active, .navbar .u-sub-menu-v2 .hs-sub-menu .dropdown-item:active, .navbar .u-sub-menu-v2 .hs-sub-menu .dropdown-item:focus, .navbar .u-sub-menu-v2 .hs-sub-menu .dropdown-item:hover,
.navbar .u-sub-menu-v2 .dropdown-menu .dropdown-item.active,
.navbar .u-sub-menu-v2 .twitter-typeahead .tt-menu .dropdown-item.active,
.twitter-typeahead .navbar .u-sub-menu-v2 .tt-menu .dropdown-item.active,
.navbar .u-sub-menu-v2 .dropdown-menu .dropdown-item:active,
.navbar .u-sub-menu-v2 .twitter-typeahead .tt-menu .dropdown-item:active,
.twitter-typeahead .navbar .u-sub-menu-v2 .tt-menu .dropdown-item:active,
.navbar .u-sub-menu-v2 .dropdown-menu .dropdown-item:focus,
.navbar .u-sub-menu-v2 .twitter-typeahead .tt-menu .dropdown-item:focus,
.twitter-typeahead .navbar .u-sub-menu-v2 .tt-menu .dropdown-item:focus,
.navbar .u-sub-menu-v2 .dropdown-menu .dropdown-item:hover,
.navbar .u-sub-menu-v2 .twitter-typeahead .tt-menu .dropdown-item:hover,
.twitter-typeahead .navbar .u-sub-menu-v2 .tt-menu .dropdown-item:hover {
  border-color: #eee;
  background-color: transparent;
}

/* line 16573, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v2 .hs-sub-menu a,
.navbar .u-sub-menu-v2 .dropdown-menu a,
.navbar .u-sub-menu-v2 .twitter-typeahead .tt-menu a,
.twitter-typeahead .navbar .u-sub-menu-v2 .tt-menu a {
  color: #777;
  text-decoration: none !important;
  display: block;
  padding: 0.42857rem 1.78571rem;
}

/* line 16580, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v2 .hs-sub-menu > li:not(:last-child),
.navbar .u-sub-menu-v2 .dropdown-menu > li:not(:last-child),
.navbar .u-sub-menu-v2 .twitter-typeahead .tt-menu > li:not(:last-child),
.twitter-typeahead .navbar .u-sub-menu-v2 .tt-menu > li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

/* line 16584, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v2 .hs-sub-menu,
.navbar .u-sub-menu-v2 .hs-mega-menu,
.navbar .u-sub-menu-v2 .dropdown-menu,
.navbar .u-sub-menu-v2 .twitter-typeahead .tt-menu,
.twitter-typeahead .navbar .u-sub-menu-v2 .tt-menu {
  font-weight: normal;
  text-transform: none;
  min-width: 14.28571rem;
  margin-top: 0;
  padding: 0;
  color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-top-color: #72c02c;
  border-bottom-color: #777;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 16602, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v2 .hs-sub-menu .hs-sub-menu,
.navbar .u-sub-menu-v2 .hs-mega-menu .hs-sub-menu,
.navbar .u-sub-menu-v2 .dropdown-menu .hs-sub-menu,
.navbar .u-sub-menu-v2 .twitter-typeahead .tt-menu .hs-sub-menu,
.twitter-typeahead .navbar .u-sub-menu-v2 .tt-menu .hs-sub-menu {
  margin-top: -1.07143rem;
}

/* line 16607, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v2.hs-mobile-state .hs-sub-menu {
  width: auto;
}

/* line 16610, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v2.hs-mobile-state .hs-sub-menu .hs-sub-menu,
.navbar .u-sub-menu-v2.hs-mobile-state .hs-sub-menu .hs-mega-menu,
.navbar .u-sub-menu-v2.hs-mobile-state .hs-sub-menu .hs-sub-menu.hs-reversed,
.navbar .u-sub-menu-v2.hs-mobile-state .hs-sub-menu .hs-mega-menu.hs-reversed,
.navbar .u-sub-menu-v2.hs-mobile-state .hs-mega-menu .hs-sub-menu,
.navbar .u-sub-menu-v2.hs-mobile-state .hs-mega-menu .hs-mega-menu,
.navbar .u-sub-menu-v2.hs-mobile-state .hs-mega-menu .hs-sub-menu.hs-reversed,
.navbar .u-sub-menu-v2.hs-mobile-state .hs-mega-menu .hs-mega-menu.hs-reversed {
  margin: 0.21429rem;
}

/* line 16620, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-sub-menu {
  width: auto;
}

/* line 16623, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-sub-menu .hs-sub-menu,
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-sub-menu .hs-mega-menu,
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-sub-menu .hs-sub-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-sub-menu .hs-mega-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-mega-menu .hs-sub-menu,
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-mega-menu .hs-mega-menu,
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-mega-menu .hs-sub-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v2 .hs-mega-menu .hs-mega-menu.hs-reversed {
  margin: 0.21429rem;
}

/*------------------------------------
  Navigation Dropdown Style v3
------------------------------------*/
/* line 16636, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v3 .hs-has-sub-menu .hs-has-sub-menu.active > a,
.navbar .u-sub-menu-v3 .hs-has-sub-menu .hs-has-sub-menu:active > a,
.navbar .u-sub-menu-v3 .hs-has-sub-menu .hs-has-sub-menu:focus > a,
.navbar .u-sub-menu-v3 .hs-has-sub-menu .hs-has-sub-menu:hover > a, .navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item.active > a, .navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item:active > a, .navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item:focus > a, .navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item:hover > a,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item.active > a,
.navbar .u-sub-menu-v3 .twitter-typeahead .tt-menu .dropdown-item.active > a,
.twitter-typeahead .navbar .u-sub-menu-v3 .tt-menu .dropdown-item.active > a,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item:active > a,
.navbar .u-sub-menu-v3 .twitter-typeahead .tt-menu .dropdown-item:active > a,
.twitter-typeahead .navbar .u-sub-menu-v3 .tt-menu .dropdown-item:active > a,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item:focus > a,
.navbar .u-sub-menu-v3 .twitter-typeahead .tt-menu .dropdown-item:focus > a,
.twitter-typeahead .navbar .u-sub-menu-v3 .tt-menu .dropdown-item:focus > a,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item:hover > a,
.navbar .u-sub-menu-v3 .twitter-typeahead .tt-menu .dropdown-item:hover > a,
.twitter-typeahead .navbar .u-sub-menu-v3 .tt-menu .dropdown-item:hover > a, .navbar .u-sub-menu-v3 .hs-sub-menu a:active, .navbar .u-sub-menu-v3 .hs-sub-menu a:focus, .navbar .u-sub-menu-v3 .hs-sub-menu a:hover,
.navbar .u-sub-menu-v3 .dropdown-menu a:active,
.navbar .u-sub-menu-v3 .twitter-typeahead .tt-menu a:active,
.twitter-typeahead .navbar .u-sub-menu-v3 .tt-menu a:active,
.navbar .u-sub-menu-v3 .dropdown-menu a:focus,
.navbar .u-sub-menu-v3 .twitter-typeahead .tt-menu a:focus,
.twitter-typeahead .navbar .u-sub-menu-v3 .tt-menu a:focus,
.navbar .u-sub-menu-v3 .dropdown-menu a:hover,
.navbar .u-sub-menu-v3 .twitter-typeahead .tt-menu a:hover,
.twitter-typeahead .navbar .u-sub-menu-v3 .tt-menu a:hover {
  color: #fff !important;
  background-color: #72c02c;
  border: none;
}

/* line 16651, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v3 .hs-has-sub-menu .hs-has-sub-menu > a::after {
  content: "\e902";
  font-family: "hs-icons";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate3d(0, -50%, 0);
}

/* line 16660, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v3 .hs-has-mega-menu .hs-has-sub-menu > a::after {
  content: "\e902";
}

/* line 16663, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v3 .hs-sub-menu,
.navbar .u-sub-menu-v3 .dropdown-menu,
.navbar .u-sub-menu-v3 .twitter-typeahead .tt-menu,
.twitter-typeahead .navbar .u-sub-menu-v3 .tt-menu {
  font-size: 0.92857rem;
  min-width: 16.42857rem;
  padding: 0.71429rem 0;
}

/* line 16669, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item,
.navbar .u-sub-menu-v3 .twitter-typeahead .tt-menu .dropdown-item,
.twitter-typeahead .navbar .u-sub-menu-v3 .tt-menu .dropdown-item {
  font-weight: inherit;
  color: inherit;
  padding: 0;
}

/* line 16675, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item.active, .navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item:active, .navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item:focus, .navbar .u-sub-menu-v3 .hs-sub-menu .dropdown-item:hover,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item.active,
.navbar .u-sub-menu-v3 .twitter-typeahead .tt-menu .dropdown-item.active,
.twitter-typeahead .navbar .u-sub-menu-v3 .tt-menu .dropdown-item.active,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item:active,
.navbar .u-sub-menu-v3 .twitter-typeahead .tt-menu .dropdown-item:active,
.twitter-typeahead .navbar .u-sub-menu-v3 .tt-menu .dropdown-item:active,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item:focus,
.navbar .u-sub-menu-v3 .twitter-typeahead .tt-menu .dropdown-item:focus,
.twitter-typeahead .navbar .u-sub-menu-v3 .tt-menu .dropdown-item:focus,
.navbar .u-sub-menu-v3 .dropdown-menu .dropdown-item:hover,
.navbar .u-sub-menu-v3 .twitter-typeahead .tt-menu .dropdown-item:hover,
.twitter-typeahead .navbar .u-sub-menu-v3 .tt-menu .dropdown-item:hover {
  border-color: #eee;
  background-color: transparent;
}

/* line 16683, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v3 .hs-sub-menu a,
.navbar .u-sub-menu-v3 .dropdown-menu a,
.navbar .u-sub-menu-v3 .twitter-typeahead .tt-menu a,
.twitter-typeahead .navbar .u-sub-menu-v3 .tt-menu a {
  color: #777;
  text-decoration: none !important;
  display: block;
  padding: 0.42857rem 1.78571rem;
}

/* line 16690, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v3 .hs-sub-menu > li:not(:last-child),
.navbar .u-sub-menu-v3 .dropdown-menu > li:not(:last-child),
.navbar .u-sub-menu-v3 .twitter-typeahead .tt-menu > li:not(:last-child),
.twitter-typeahead .navbar .u-sub-menu-v3 .tt-menu > li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

/* line 16694, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v3 .hs-sub-menu,
.navbar .u-sub-menu-v3 .hs-mega-menu,
.navbar .u-sub-menu-v3 .dropdown-menu,
.navbar .u-sub-menu-v3 .twitter-typeahead .tt-menu,
.twitter-typeahead .navbar .u-sub-menu-v3 .tt-menu {
  font-weight: normal;
  text-transform: none;
  min-width: 14.28571rem;
  margin-top: 0;
  padding: 0;
  color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-top-color: #72c02c;
  border-bottom-color: #777;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 16712, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v3 .hs-sub-menu .hs-sub-menu,
.navbar .u-sub-menu-v3 .hs-mega-menu .hs-sub-menu,
.navbar .u-sub-menu-v3 .dropdown-menu .hs-sub-menu,
.navbar .u-sub-menu-v3 .twitter-typeahead .tt-menu .hs-sub-menu,
.twitter-typeahead .navbar .u-sub-menu-v3 .tt-menu .hs-sub-menu {
  margin-top: -1.07143rem;
}

/* line 16717, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v3.hs-mobile-state .hs-sub-menu {
  width: auto;
}

/* line 16720, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v3.hs-mobile-state .hs-sub-menu .hs-sub-menu,
.navbar .u-sub-menu-v3.hs-mobile-state .hs-sub-menu .hs-mega-menu,
.navbar .u-sub-menu-v3.hs-mobile-state .hs-sub-menu .hs-sub-menu.hs-reversed,
.navbar .u-sub-menu-v3.hs-mobile-state .hs-sub-menu .hs-mega-menu.hs-reversed,
.navbar .u-sub-menu-v3.hs-mobile-state .hs-mega-menu .hs-sub-menu,
.navbar .u-sub-menu-v3.hs-mobile-state .hs-mega-menu .hs-mega-menu,
.navbar .u-sub-menu-v3.hs-mobile-state .hs-mega-menu .hs-sub-menu.hs-reversed,
.navbar .u-sub-menu-v3.hs-mobile-state .hs-mega-menu .hs-mega-menu.hs-reversed {
  margin: 0.21429rem;
}

/* line 16730, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-sub-menu {
  width: auto;
}

/* line 16733, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-sub-menu .hs-sub-menu,
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-sub-menu .hs-mega-menu,
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-sub-menu .hs-sub-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-sub-menu .hs-mega-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-mega-menu .hs-sub-menu,
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-mega-menu .hs-mega-menu,
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-mega-menu .hs-sub-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v3 .hs-mega-menu .hs-mega-menu.hs-reversed {
  margin: 0.21429rem;
}

/*------------------------------------
  Navigation Dropdown Style v4
------------------------------------*/
/* line 16746, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v4 .hs-has-sub-menu .hs-has-sub-menu.active > a,
.navbar .u-sub-menu-v4 .hs-has-sub-menu .hs-has-sub-menu:active > a,
.navbar .u-sub-menu-v4 .hs-has-sub-menu .hs-has-sub-menu:focus > a,
.navbar .u-sub-menu-v4 .hs-has-sub-menu .hs-has-sub-menu:hover > a, .navbar .u-sub-menu-v4 .hs-sub-menu .dropdown-item.active > a, .navbar .u-sub-menu-v4 .hs-sub-menu .dropdown-item:active > a, .navbar .u-sub-menu-v4 .hs-sub-menu .dropdown-item:focus > a, .navbar .u-sub-menu-v4 .hs-sub-menu .dropdown-item:hover > a,
.navbar .u-sub-menu-v4 .dropdown-menu .dropdown-item.active > a,
.navbar .u-sub-menu-v4 .twitter-typeahead .tt-menu .dropdown-item.active > a,
.twitter-typeahead .navbar .u-sub-menu-v4 .tt-menu .dropdown-item.active > a,
.navbar .u-sub-menu-v4 .dropdown-menu .dropdown-item:active > a,
.navbar .u-sub-menu-v4 .twitter-typeahead .tt-menu .dropdown-item:active > a,
.twitter-typeahead .navbar .u-sub-menu-v4 .tt-menu .dropdown-item:active > a,
.navbar .u-sub-menu-v4 .dropdown-menu .dropdown-item:focus > a,
.navbar .u-sub-menu-v4 .twitter-typeahead .tt-menu .dropdown-item:focus > a,
.twitter-typeahead .navbar .u-sub-menu-v4 .tt-menu .dropdown-item:focus > a,
.navbar .u-sub-menu-v4 .dropdown-menu .dropdown-item:hover > a,
.navbar .u-sub-menu-v4 .twitter-typeahead .tt-menu .dropdown-item:hover > a,
.twitter-typeahead .navbar .u-sub-menu-v4 .tt-menu .dropdown-item:hover > a, .navbar .u-sub-menu-v4 .hs-sub-menu a:active, .navbar .u-sub-menu-v4 .hs-sub-menu a:focus, .navbar .u-sub-menu-v4 .hs-sub-menu a:hover,
.navbar .u-sub-menu-v4 .dropdown-menu a:active,
.navbar .u-sub-menu-v4 .twitter-typeahead .tt-menu a:active,
.twitter-typeahead .navbar .u-sub-menu-v4 .tt-menu a:active,
.navbar .u-sub-menu-v4 .dropdown-menu a:focus,
.navbar .u-sub-menu-v4 .twitter-typeahead .tt-menu a:focus,
.twitter-typeahead .navbar .u-sub-menu-v4 .tt-menu a:focus,
.navbar .u-sub-menu-v4 .dropdown-menu a:hover,
.navbar .u-sub-menu-v4 .twitter-typeahead .tt-menu a:hover,
.twitter-typeahead .navbar .u-sub-menu-v4 .tt-menu a:hover {
  color: #fff !important;
  background-color: #72c02c;
  border: none;
}

/* line 16761, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v4 .hs-has-sub-menu .hs-has-sub-menu > a::after {
  content: "\e902";
  font-family: "hs-icons";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate3d(0, -50%, 0);
}

/* line 16770, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v4 .hs-has-mega-menu .hs-has-sub-menu > a::after {
  content: "\e902";
}

/* line 16773, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v4 .hs-sub-menu,
.navbar .u-sub-menu-v4 .dropdown-menu,
.navbar .u-sub-menu-v4 .twitter-typeahead .tt-menu,
.twitter-typeahead .navbar .u-sub-menu-v4 .tt-menu {
  font-size: 0.92857rem;
  min-width: 16.42857rem;
  padding: 0.71429rem 0;
}

/* line 16779, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v4 .hs-sub-menu .dropdown-item,
.navbar .u-sub-menu-v4 .dropdown-menu .dropdown-item,
.navbar .u-sub-menu-v4 .twitter-typeahead .tt-menu .dropdown-item,
.twitter-typeahead .navbar .u-sub-menu-v4 .tt-menu .dropdown-item {
  font-weight: inherit;
  color: inherit;
  padding: 0;
}

/* line 16785, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v4 .hs-sub-menu .dropdown-item.active, .navbar .u-sub-menu-v4 .hs-sub-menu .dropdown-item:active, .navbar .u-sub-menu-v4 .hs-sub-menu .dropdown-item:focus, .navbar .u-sub-menu-v4 .hs-sub-menu .dropdown-item:hover,
.navbar .u-sub-menu-v4 .dropdown-menu .dropdown-item.active,
.navbar .u-sub-menu-v4 .twitter-typeahead .tt-menu .dropdown-item.active,
.twitter-typeahead .navbar .u-sub-menu-v4 .tt-menu .dropdown-item.active,
.navbar .u-sub-menu-v4 .dropdown-menu .dropdown-item:active,
.navbar .u-sub-menu-v4 .twitter-typeahead .tt-menu .dropdown-item:active,
.twitter-typeahead .navbar .u-sub-menu-v4 .tt-menu .dropdown-item:active,
.navbar .u-sub-menu-v4 .dropdown-menu .dropdown-item:focus,
.navbar .u-sub-menu-v4 .twitter-typeahead .tt-menu .dropdown-item:focus,
.twitter-typeahead .navbar .u-sub-menu-v4 .tt-menu .dropdown-item:focus,
.navbar .u-sub-menu-v4 .dropdown-menu .dropdown-item:hover,
.navbar .u-sub-menu-v4 .twitter-typeahead .tt-menu .dropdown-item:hover,
.twitter-typeahead .navbar .u-sub-menu-v4 .tt-menu .dropdown-item:hover {
  border: none;
  background-color: transparent;
}

/* line 16793, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v4 .hs-sub-menu a,
.navbar .u-sub-menu-v4 .dropdown-menu a,
.navbar .u-sub-menu-v4 .twitter-typeahead .tt-menu a,
.twitter-typeahead .navbar .u-sub-menu-v4 .tt-menu a {
  color: #777;
  text-decoration: none !important;
  display: block;
  padding: 0.42857rem 1.78571rem;
}

/* line 16800, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v4 .hs-sub-menu > li:not(:last-child),
.navbar .u-sub-menu-v4 .dropdown-menu > li:not(:last-child),
.navbar .u-sub-menu-v4 .twitter-typeahead .tt-menu > li:not(:last-child),
.twitter-typeahead .navbar .u-sub-menu-v4 .tt-menu > li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

/* line 16804, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v4 .hs-sub-menu,
.navbar .u-sub-menu-v4 .hs-mega-menu,
.navbar .u-sub-menu-v4 .dropdown-menu,
.navbar .u-sub-menu-v4 .twitter-typeahead .tt-menu,
.twitter-typeahead .navbar .u-sub-menu-v4 .tt-menu {
  font-weight: normal;
  text-transform: none;
  min-width: 14.28571rem;
  margin-top: 0;
  padding: 0;
  color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-top-color: #72c02c;
  border-bottom-color: #777;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 16822, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v4 .hs-sub-menu .hs-sub-menu,
.navbar .u-sub-menu-v4 .hs-mega-menu .hs-sub-menu,
.navbar .u-sub-menu-v4 .dropdown-menu .hs-sub-menu,
.navbar .u-sub-menu-v4 .twitter-typeahead .tt-menu .hs-sub-menu,
.twitter-typeahead .navbar .u-sub-menu-v4 .tt-menu .hs-sub-menu {
  margin-top: -1.07143rem;
}

/* line 16827, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v4.hs-mobile-state .hs-sub-menu {
  width: auto;
}

/* line 16830, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .u-sub-menu-v4.hs-mobile-state .hs-sub-menu .hs-sub-menu,
.navbar .u-sub-menu-v4.hs-mobile-state .hs-sub-menu .hs-mega-menu,
.navbar .u-sub-menu-v4.hs-mobile-state .hs-sub-menu .hs-sub-menu.hs-reversed,
.navbar .u-sub-menu-v4.hs-mobile-state .hs-sub-menu .hs-mega-menu.hs-reversed,
.navbar .u-sub-menu-v4.hs-mobile-state .hs-mega-menu .hs-sub-menu,
.navbar .u-sub-menu-v4.hs-mobile-state .hs-mega-menu .hs-mega-menu,
.navbar .u-sub-menu-v4.hs-mobile-state .hs-mega-menu .hs-sub-menu.hs-reversed,
.navbar .u-sub-menu-v4.hs-mobile-state .hs-mega-menu .hs-mega-menu.hs-reversed {
  margin: 0.21429rem;
}

/* line 16840, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-sub-menu {
  width: auto;
}

/* line 16843, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-sub-menu .hs-sub-menu,
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-sub-menu .hs-mega-menu,
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-sub-menu .hs-sub-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-sub-menu .hs-mega-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-mega-menu .hs-sub-menu,
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-mega-menu .hs-mega-menu,
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-mega-menu .hs-sub-menu.hs-reversed,
.navbar .hs-mobile-state .u-sub-menu-v4 .hs-mega-menu .hs-mega-menu.hs-reversed {
  margin: 0.21429rem;
}

/*------------------------------------
  Navigation Dropdown Style Inline
------------------------------------*/
/* line 16856, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-navbar--inline-submenu .dropdown-menu, .u-navbar--inline-submenu .twitter-typeahead .tt-menu, .twitter-typeahead .u-navbar--inline-submenu .tt-menu {
  white-space: nowrap;
  top: 98%;
  left: 50%;
  border-radius: 0;
  overflow: visible !important;
  border-left: none;
  border-right: none;
  transform: translate3d(-50%, 0, 0);
}

/* line 16867, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-navbar--inline-submenu .dropdown-menu::after, .u-navbar--inline-submenu .twitter-typeahead .tt-menu::after, .twitter-typeahead .u-navbar--inline-submenu .tt-menu::after, .u-navbar--inline-submenu .dropdown-menu::before, .u-navbar--inline-submenu .twitter-typeahead .tt-menu::before, .twitter-typeahead .u-navbar--inline-submenu .tt-menu::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: 0;
  width: 2000%;
  border-top: inherit;
  border-bottom: inherit;
  background-color: inherit;
}

/* line 16877, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-navbar--inline-submenu .dropdown-menu::after, .u-navbar--inline-submenu .twitter-typeahead .tt-menu::after, .twitter-typeahead .u-navbar--inline-submenu .tt-menu::after {
  left: 100%;
}

/* line 16880, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-navbar--inline-submenu .dropdown-menu::before, .u-navbar--inline-submenu .twitter-typeahead .tt-menu::before, .twitter-typeahead .u-navbar--inline-submenu .tt-menu::before {
  right: 100%;
}

/* line 16883, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-navbar--inline-submenu .dropdown-menu > li, .u-navbar--inline-submenu .twitter-typeahead .tt-menu > li, .twitter-typeahead .u-navbar--inline-submenu .tt-menu > li {
  display: inline-block;
}

/* line 16886, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-navbar--inline-submenu.u-navbar--overflow .dropdown,
.u-navbar--inline-submenu.u-navbar--overflow .container {
  position: static;
}

/* line 16890, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-navbar--inline-submenu.u-navbar--overflow .dropdown-menu, .u-navbar--inline-submenu.u-navbar--overflow .twitter-typeahead .tt-menu, .twitter-typeahead .u-navbar--inline-submenu.u-navbar--overflow .tt-menu {
  white-space: normal;
  left: 0;
  transform: translate3d(0, 0, 0);
  margin-top: 0;
}

@media all and (min-width: 1200px) {
  /* line 16898, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--xl .dropdown-menu, .u-navbar--inline-submenu--xl .twitter-typeahead .tt-menu, .twitter-typeahead .u-navbar--inline-submenu--xl .tt-menu {
    white-space: nowrap;
    top: 98%;
    left: 50%;
    border-radius: 0;
    overflow: visible !important;
    border-left: none;
    border-right: none;
    transform: translate3d(-50%, 0, 0);
  }

  /* line 16908, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--xl .dropdown-menu::after, .u-navbar--inline-submenu--xl .twitter-typeahead .tt-menu::after, .twitter-typeahead .u-navbar--inline-submenu--xl .tt-menu::after, .u-navbar--inline-submenu--xl .dropdown-menu::before, .u-navbar--inline-submenu--xl .twitter-typeahead .tt-menu::before, .twitter-typeahead .u-navbar--inline-submenu--xl .tt-menu::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    width: 2000%;
    border-top: inherit;
    border-bottom: inherit;
    background-color: inherit;
  }

  /* line 16917, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--xl .dropdown-menu::after, .u-navbar--inline-submenu--xl .twitter-typeahead .tt-menu::after, .twitter-typeahead .u-navbar--inline-submenu--xl .tt-menu::after {
    left: 100%;
  }

  /* line 16919, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--xl .dropdown-menu::before, .u-navbar--inline-submenu--xl .twitter-typeahead .tt-menu::before, .twitter-typeahead .u-navbar--inline-submenu--xl .tt-menu::before {
    right: 100%;
  }

  /* line 16921, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--xl .dropdown-menu > li, .u-navbar--inline-submenu--xl .twitter-typeahead .tt-menu > li, .twitter-typeahead .u-navbar--inline-submenu--xl .tt-menu > li {
    display: inline-block;
  }

  /* line 16923, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--xl.u-navbar--overflow .dropdown,
  .u-navbar--inline-submenu--xl.u-navbar--overflow .container {
    position: static;
  }

  /* line 16926, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--xl.u-navbar--overflow .dropdown-menu, .u-navbar--inline-submenu--xl.u-navbar--overflow .twitter-typeahead .tt-menu, .twitter-typeahead .u-navbar--inline-submenu--xl.u-navbar--overflow .tt-menu {
    white-space: normal;
    left: 0;
    transform: translate3d(0, 0, 0);
    margin-top: 0;
  }
}
@media all and (min-width: 992px) {
  /* line 16934, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--lg .dropdown-menu, .u-navbar--inline-submenu--lg .twitter-typeahead .tt-menu, .twitter-typeahead .u-navbar--inline-submenu--lg .tt-menu {
    white-space: nowrap;
    top: 98%;
    left: 50%;
    border-radius: 0;
    overflow: visible !important;
    border-left: none;
    border-right: none;
    transform: translate3d(-50%, 0, 0);
  }

  /* line 16944, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--lg .dropdown-menu::after, .u-navbar--inline-submenu--lg .twitter-typeahead .tt-menu::after, .twitter-typeahead .u-navbar--inline-submenu--lg .tt-menu::after, .u-navbar--inline-submenu--lg .dropdown-menu::before, .u-navbar--inline-submenu--lg .twitter-typeahead .tt-menu::before, .twitter-typeahead .u-navbar--inline-submenu--lg .tt-menu::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    width: 2000%;
    border-top: inherit;
    border-bottom: inherit;
    background-color: inherit;
  }

  /* line 16953, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--lg .dropdown-menu::after, .u-navbar--inline-submenu--lg .twitter-typeahead .tt-menu::after, .twitter-typeahead .u-navbar--inline-submenu--lg .tt-menu::after {
    left: 100%;
  }

  /* line 16955, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--lg .dropdown-menu::before, .u-navbar--inline-submenu--lg .twitter-typeahead .tt-menu::before, .twitter-typeahead .u-navbar--inline-submenu--lg .tt-menu::before {
    right: 100%;
  }

  /* line 16957, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--lg .dropdown-menu > li, .u-navbar--inline-submenu--lg .twitter-typeahead .tt-menu > li, .twitter-typeahead .u-navbar--inline-submenu--lg .tt-menu > li {
    display: inline-block;
  }

  /* line 16959, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--lg.u-navbar--overflow .dropdown,
  .u-navbar--inline-submenu--lg.u-navbar--overflow .container {
    position: static;
  }

  /* line 16962, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--lg.u-navbar--overflow .dropdown-menu, .u-navbar--inline-submenu--lg.u-navbar--overflow .twitter-typeahead .tt-menu, .twitter-typeahead .u-navbar--inline-submenu--lg.u-navbar--overflow .tt-menu {
    white-space: normal;
    left: 0;
    transform: translate3d(0, 0, 0);
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  /* line 16970, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--md .dropdown-menu, .u-navbar--inline-submenu--md .twitter-typeahead .tt-menu, .twitter-typeahead .u-navbar--inline-submenu--md .tt-menu {
    white-space: nowrap;
    top: 98%;
    left: 50%;
    border-radius: 0;
    overflow: visible !important;
    border-left: none;
    border-right: none;
    transform: translate3d(-50%, 0, 0);
  }

  /* line 16980, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--md .dropdown-menu::after, .u-navbar--inline-submenu--md .twitter-typeahead .tt-menu::after, .twitter-typeahead .u-navbar--inline-submenu--md .tt-menu::after, .u-navbar--inline-submenu--md .dropdown-menu::before, .u-navbar--inline-submenu--md .twitter-typeahead .tt-menu::before, .twitter-typeahead .u-navbar--inline-submenu--md .tt-menu::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    width: 2000%;
    border-top: inherit;
    border-bottom: inherit;
    background-color: inherit;
  }

  /* line 16989, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--md .dropdown-menu::after, .u-navbar--inline-submenu--md .twitter-typeahead .tt-menu::after, .twitter-typeahead .u-navbar--inline-submenu--md .tt-menu::after {
    left: 100%;
  }

  /* line 16991, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--md .dropdown-menu::before, .u-navbar--inline-submenu--md .twitter-typeahead .tt-menu::before, .twitter-typeahead .u-navbar--inline-submenu--md .tt-menu::before {
    right: 100%;
  }

  /* line 16993, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--md .dropdown-menu > li, .u-navbar--inline-submenu--md .twitter-typeahead .tt-menu > li, .twitter-typeahead .u-navbar--inline-submenu--md .tt-menu > li {
    display: inline-block;
  }

  /* line 16995, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--md.u-navbar--overflow .dropdown,
  .u-navbar--inline-submenu--md.u-navbar--overflow .container {
    position: static;
  }

  /* line 16998, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--md.u-navbar--overflow .dropdown-menu, .u-navbar--inline-submenu--md.u-navbar--overflow .twitter-typeahead .tt-menu, .twitter-typeahead .u-navbar--inline-submenu--md.u-navbar--overflow .tt-menu {
    white-space: normal;
    left: 0;
    transform: translate3d(0, 0, 0);
    margin-top: 0;
  }
}
@media all and (min-width: 576px) {
  /* line 17006, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--sm .dropdown-menu, .u-navbar--inline-submenu--sm .twitter-typeahead .tt-menu, .twitter-typeahead .u-navbar--inline-submenu--sm .tt-menu {
    white-space: nowrap;
    top: 98%;
    left: 50%;
    border-radius: 0;
    overflow: visible !important;
    border-left: none;
    border-right: none;
    transform: translate3d(-50%, 0, 0);
  }

  /* line 17016, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--sm .dropdown-menu::after, .u-navbar--inline-submenu--sm .twitter-typeahead .tt-menu::after, .twitter-typeahead .u-navbar--inline-submenu--sm .tt-menu::after, .u-navbar--inline-submenu--sm .dropdown-menu::before, .u-navbar--inline-submenu--sm .twitter-typeahead .tt-menu::before, .twitter-typeahead .u-navbar--inline-submenu--sm .tt-menu::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    width: 2000%;
    border-top: inherit;
    border-bottom: inherit;
    background-color: inherit;
  }

  /* line 17025, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--sm .dropdown-menu::after, .u-navbar--inline-submenu--sm .twitter-typeahead .tt-menu::after, .twitter-typeahead .u-navbar--inline-submenu--sm .tt-menu::after {
    left: 100%;
  }

  /* line 17027, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--sm .dropdown-menu::before, .u-navbar--inline-submenu--sm .twitter-typeahead .tt-menu::before, .twitter-typeahead .u-navbar--inline-submenu--sm .tt-menu::before {
    right: 100%;
  }

  /* line 17029, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--sm .dropdown-menu > li, .u-navbar--inline-submenu--sm .twitter-typeahead .tt-menu > li, .twitter-typeahead .u-navbar--inline-submenu--sm .tt-menu > li {
    display: inline-block;
  }

  /* line 17031, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--sm.u-navbar--overflow .dropdown,
  .u-navbar--inline-submenu--sm.u-navbar--overflow .container {
    position: static;
  }

  /* line 17034, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-navbar--inline-submenu--sm.u-navbar--overflow .dropdown-menu, .u-navbar--inline-submenu--sm.u-navbar--overflow .twitter-typeahead .tt-menu, .twitter-typeahead .u-navbar--inline-submenu--sm.u-navbar--overflow .tt-menu {
    white-space: normal;
    left: 0;
    transform: translate3d(0, 0, 0);
    margin-top: 0;
  }
}
/*------------------------------------
  Navigation Dropdown With Columns
------------------------------------*/
@media (min-width: 992px) {
  /* line 17045, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-dropdown-col-"] {
    -moz-column-gap: 1px;
         column-gap: 1px;
    -moz-column-rule: 1px solid #f7f7f7;
         column-rule: 1px solid #f7f7f7;
  }

  /* line 17050, /home/app/webapp/app/assets/stylesheets/unify.css */
  [class*="u-dropdown-col-"] > * {
    min-width: 200px;
    column-break-inside: avoid;
  }

  /* line 17054, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-dropdown-col-2 {
    -moz-columns: 2;
         columns: 2;
  }

  /* line 17057, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-dropdown-col-3 {
    -moz-columns: 3;
         columns: 3;
  }
}
/* Main navigation behaviors */
/*------------------------------------
  Navigation Behavior (Overlay)
------------------------------------*/
/* line 17065, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--overlay-left .u-main-nav__overlay, body.u-main-nav--overlay-right .u-main-nav__overlay {
  overflow: hidden;
}

/* line 17068, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--overlay-right .u-main-nav--overlay {
  right: -21.42857rem;
}

/* line 17071, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--overlay-right .u-main-nav__overlay {
  right: 100%;
}

/* line 17074, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--overlay-right.u-main-nav--overlay-opened .u-main-nav--overlay {
  right: 0;
}

/* line 17077, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--overlay-right.u-main-nav--overlay-opened .u-main-nav__overlay {
  opacity: 1;
  visibility: visible;
}

/* line 17081, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--overlay-left .u-main-nav--overlay {
  left: -21.42857rem;
}

/* line 17084, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--overlay-left .u-main-nav__overlay {
  left: 100%;
}

/* line 17087, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--overlay-left.u-main-nav--overlay-opened .u-main-nav--overlay {
  left: 0;
}

/* line 17090, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--overlay-left.u-main-nav--overlay-opened .u-main-nav__overlay {
  opacity: 1;
  visibility: visible;
}

/* line 17094, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar-collapse.u-main-nav--overlay {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 5;
  margin: 0 !important;
  width: 21.42857rem;
  align-items: flex-start !important;
}

/* line 17105, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar-collapse.u-main-nav--overlay .navbar-nav {
  width: 100%;
  flex-direction: column;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 17114, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar-collapse.u-main-nav--overlay .dropdown-menu, .navbar-collapse.u-main-nav--overlay .twitter-typeahead .tt-menu, .twitter-typeahead .navbar-collapse.u-main-nav--overlay .tt-menu {
  position: static;
  width: 100%;
}

/* line 17118, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar-collapse.u-main-nav--overlay .u-main-nav__list-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding: 2.14286rem 0.71429rem;
  width: 100%;
  height: 100%;
}

/* line 17125, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar-collapse.u-main-nav--overlay .u-main-nav__list-wrapper .navbar-nav {
  padding: 0.71429rem;
}

/*------------------------------------
  Navigation Behavior (Push)
------------------------------------*/
/* line 17131, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--push-left, body.u-main-nav--push-right {
  width: 100%;
}

/* line 17134, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--push-left .u-main-nav__push, body.u-main-nav--push-right .u-main-nav__push {
  overflow: hidden;
}

/* line 17137, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--push-right .u-main-nav--push {
  right: -21.42857rem;
}

/* line 17140, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--push-right .u-main-nav__overlay {
  right: 100%;
}

/* line 17143, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--push-right.u-main-nav--overlay-opened {
  margin-right: 21.42857rem;
}

/* line 17146, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--push-right.u-main-nav--overlay-opened .u-main-nav--push {
  right: 0;
}

/* line 17149, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--push-right.u-main-nav--overlay-opened .u-main-nav__overlay {
  opacity: 1;
  visibility: visible;
}

/* line 17153, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--push-left .u-main-nav--push {
  left: -21.42857rem;
}

/* line 17156, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--push-left .u-main-nav__overlay {
  left: 100%;
}

/* line 17159, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--push-left.u-main-nav--overlay-opened {
  margin-left: 21.42857rem;
}

/* line 17162, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--push-left.u-main-nav--overlay-opened .u-main-nav--push {
  left: 0;
}

/* line 17165, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-main-nav--push-left.u-main-nav--overlay-opened .u-main-nav__overlay {
  opacity: 1;
  visibility: visible;
}

/* line 17169, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar-collapse.u-main-nav--push {
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 5;
  margin: 0 !important;
  width: 21.42857rem;
  max-width: 85%;
  align-items: flex-start !important;
}

/* line 17181, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar-collapse.u-main-nav--push .navbar-nav {
  width: 100%;
  flex-direction: column;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 17190, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar-collapse.u-main-nav--push .dropdown-menu, .navbar-collapse.u-main-nav--push .twitter-typeahead .tt-menu, .twitter-typeahead .navbar-collapse.u-main-nav--push .tt-menu {
  position: static;
  width: 100%;
}

/* line 17194, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar-collapse.u-main-nav--push .u-main-nav__list-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding: 2.14286rem 0.71429rem;
  width: 100%;
  height: 100%;
}

/* line 17201, /home/app/webapp/app/assets/stylesheets/unify.css */
.navbar-collapse.u-main-nav--push .u-main-nav__list-wrapper .navbar-nav {
  padding: 0.71429rem;
}

/*------------------------------------
  Navigation Behavior (Smart)
------------------------------------*/
/* line 17207, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav {
  position: fixed;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: scale3d(0.2, 0.2, 0.2);
}

/* line 17215, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar {
  position: absolute;
  width: 21.42857rem;
  opacity: 0;
  visibility: hidden;
}

/* line 17221, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar .dropdown {
  z-index: 1;
}

/* line 17224, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar .dropdown-menu, .u-smart-nav .navbar .twitter-typeahead .tt-menu, .twitter-typeahead .u-smart-nav .navbar .tt-menu {
  position: relative;
  width: 100%;
}

/* line 17228, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li {
  transform: translate3d(30px, 0, 0);
  transition: all .3s ease;
}

/* line 17233, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(1) {
  transition-delay: 60ms;
}

/* line 17236, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(2) {
  transition-delay: 90ms;
}

/* line 17239, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(3) {
  transition-delay: 120ms;
}

/* line 17242, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(4) {
  transition-delay: 150ms;
}

/* line 17245, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(5) {
  transition-delay: 180ms;
}

/* line 17248, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(6) {
  transition-delay: 210ms;
}

/* line 17251, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(7) {
  transition-delay: 240ms;
}

/* line 17254, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(8) {
  transition-delay: 270ms;
}

/* line 17257, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(9) {
  transition-delay: 300ms;
}

/* line 17260, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(10) {
  transition-delay: 330ms;
}

/* line 17263, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(11) {
  transition-delay: 360ms;
}

/* line 17266, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(12) {
  transition-delay: 390ms;
}

/* line 17269, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(13) {
  transition-delay: 420ms;
}

/* line 17272, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(14) {
  transition-delay: 450ms;
}

/* line 17275, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(15) {
  transition-delay: 480ms;
}

/* line 17278, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(16) {
  transition-delay: 510ms;
}

/* line 17281, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(17) {
  transition-delay: 540ms;
}

/* line 17284, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(18) {
  transition-delay: 570ms;
}

/* line 17287, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav .navbar li:nth-child(19) {
  transition-delay: 600ms;
}

/* line 17290, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav__toggler {
  position: relative;
  z-index: 1;
}

/* line 17294, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav--opened .navbar {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1, 1, 1) !important;
}

/* line 17300, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav--opened .navbar li {
  transform: translate3d(0, 0, 0);
}

/* line 17304, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav--shown {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1, 1, 1);
}

/* line 17310, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav--bottom-right {
  right: 0.71429rem;
  bottom: 0.71429rem;
}

/* line 17314, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav--bottom-right .navbar {
  bottom: 0;
  right: 0;
  transform: scale3d(0.1, 0.1, 0.1);
  transform-origin: 100% 100%;
  padding-right: 5.71429rem;
}

/* line 17324, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav--bottom-left {
  left: 0.71429rem;
  bottom: 0.71429rem;
}

/* line 17328, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav--bottom-left .navbar {
  text-align: right;
  bottom: 0;
  left: 0;
  transform: scale3d(0.1, 0.1, 0.1);
  transform-origin: 0% 100%;
  padding-left: 5.71429rem;
}

/* line 17339, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav--top-left {
  left: 0.71429rem;
  top: 0.71429rem;
}

/* line 17343, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav--top-left .navbar {
  text-align: right;
  top: 0;
  left: 0;
  transform: scale3d(0.1, 0.1, 0.1);
  transform-origin: 0% 0%;
  padding-left: 5.71429rem;
}

/* line 17354, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav--top-right {
  right: 0.71429rem;
  top: 0.71429rem;
}

/* line 17358, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-smart-nav--top-right .navbar {
  top: 0;
  right: 0;
  transform: scale3d(0.1, 0.1, 0.1);
  transform-origin: 100% 0%;
  padding-right: 5.71429rem;
}

/* Secondary navigation styles */
/*------------------------------------
  Secondary Navigation
------------------------------------*/
/* line 17372, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-secondary-navigation {
  z-index: 3;
}

/* line 17375, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-secondary-navigation .active a {
  color: #72c02c;
}

/* Sidebar navigation styles */
/*------------------------------------
  Sidebar Navigation
------------------------------------*/
/* line 17382, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-sidebar-navigation {
  z-index: 3;
}

/* line 17385, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-sidebar-navigation .nav-item {
  padding: 0 1.42857rem;
}

/* line 17388, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-sidebar-navigation .nav-item:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

/* line 17391, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-sidebar-navigation .nav-item.active {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Override vendor stylesheets */
/* line 17395, /home/app/webapp/app/assets/stylesheets/unify.css */
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: inherit;
}

/* line 17399, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-main-nav-"] .dropdown-toggle::after {
  width: auto;
  height: auto;
  vertical-align: inherit;
  border: none;
}

/* Overlay */
/* line 17406, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-main-nav__overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 2000%;
  opacity: 0;
  visibility: hidden;
}

/* Override necessary navigation styles in side-header pages */
/* line 17415, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-body--header-side-static-left .navbar [class*="u-main-nav-"] .dropdown-toggle::after,
body.u-body--header-side-static-left .navbar [class*="u-main-nav-"] > .hs-has-sub-menu > a::after,
body.u-body--header-side-static-left .navbar [class*="u-main-nav-"] > .hs-has-mega-menu > a::after {
  content: "\e900";
}

/* line 17420, /home/app/webapp/app/assets/stylesheets/unify.css */
body.u-body--header-side-static-right .navbar [class*="u-main-nav-"] .dropdown-toggle::after,
body.u-body--header-side-static-right .navbar [class*="u-main-nav-"] > .hs-has-sub-menu > a::after,
body.u-body--header-side-static-right .navbar [class*="u-main-nav-"] > .hs-has-mega-menu > a::after {
  content: "\e901";
}

/*------------------------------------
  Basket Bar
------------------------------------*/
/* Container */
/* line 17429, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-basket {
  position: relative;
  z-index: 1;
}

/* Bar */
/* line 17434, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-basket__bar {
  position: absolute;
  right: 0;
  top: 100%;
  text-align: left;
  width: 21.42857rem;
  background-color: #fff;
  box-shadow: 0 5px 5px 0px rgba(90, 90, 90, 0.075);
}

/* Product */
/* line 17444, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-basket__product {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0.71429rem;
  border-bottom: solid 1px #eee;
}

/* Product Image */
/* line 17452, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-basket__product-img {
  width: 7.14286rem;
}

/* line 17455, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-basket__product-img img {
  width: 100%;
}

/* Product Remove Button */
/* line 17459, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-basket__product-remove {
  position: absolute;
  top: 1.42857rem;
  right: 1.42857rem;
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: 700;
  color: #000;
  border: none;
  background-color: transparent;
  cursor: pointer;
  opacity: .2;
}

/* line 17474, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-basket__product-remove:hover, .u-basket__product-remove:focus {
  opacity: 1;
}

/*------------------------------------
	Dropdowns
------------------------------------*/
/* line 17480, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-dropdown--"] [class*="u-dropdown--"] {
  left: 100%;
  top: 0;
}

/* line 17484, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-dropdown--"] [class*="u-dropdown--"].u-dropdown--reverse-x {
  left: auto;
  right: 100%;
}

/* line 17488, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown--simple.u-dropdown--reverse-y,
.u-dropdown--jquery-slide.u-dropdown--reverse-y,
.u-dropdown--css-animation.u-dropdown--reverse-y {
  top: auto;
  bottom: 100%;
  margin-top: 0 !important;
  margin-bottom: 1.42857rem;
}

/* Simple Dropdown */
/* line 17497, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown--simple.u-dropdown--hidden {
  display: none;
}

/* CSS Animation Dropdown */
/* line 17501, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown--css-animation {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* line 17505, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown--css-animation.u-dropdown--hidden {
  opacity: 0;
  visibility: hidden;
}

/* line 17509, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown--hidden:not(.hs-sub-menu-opened) * {
  transition: none !important;
}

/* line 17512, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown--hidden:not(.hs-sub-menu-opened) *::before, .u-dropdown--hidden:not(.hs-sub-menu-opened) *::after {
  transition: none !important;
}

/*------------------------------------
  Compressed Form
------------------------------------*/
/* line 17518, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-compressed-form {
  display: inline-block;
  overflow: hidden;
  width: 20rem;
  transition: all .35s ease;
}

/* line 17524, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-compressed-form--hidden {
  width: 5.71429rem;
}

/* line 17527, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-compressed-form .input-group {
  display: block;
  float: right;
}

/*------------------------------------
  Dropcaps
------------------------------------*/
/* line 17534, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropcap, .u-dropcap-underline, .u-dropcap-bg, .u-dropcap-bordered {
  float: left;
  font-size: 3.57rem;
  line-height: 1;
}

/* line 17539, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropcap-underline {
  padding-bottom: 0.35714rem;
  border-bottom: 2px solid;
}

/* line 17543, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropcap-bg {
  width: 5rem;
  height: 5rem;
  margin-top: 0.35714rem;
  text-align: center;
  line-height: 4.78rem;
}

/* line 17550, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropcap-bordered {
  width: 5rem;
  height: 5rem;
  margin-top: 0.35714rem;
  text-align: center;
  line-height: 4.35rem;
  border: 3px solid;
}

/*------------------------------------
  BG Angles
------------------------------------*/
/* line 17561, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-angle-v1--top-left--bg-light,
.u-angle-v1--top-right--bg-light,
.u-angle-v1--bottom-left--bg-light,
.u-angle-v1--bottom-right--bg-light,
.u-angle-v1--top-left--bg-dark,
.u-angle-v1--top-right--bg-dark,
.u-angle-v1--bottom-left--bg-dark,
.u-angle-v1--bottom-right--bg-dark,
.u-angle-v2--top-left--bg-light,
.u-angle-v2--top-right--bg-light,
.u-angle-v2--bottom-left--bg-light,
.u-angle-v2--bottom-right--bg-light,
.u-angle-v2--top-left--bg-dark,
.u-angle-v2--top-right--bg-dark,
.u-angle-v2--bottom-left--bg-dark,
.u-angle-v2--bottom-right--bg-dark {
  position: relative;
  overflow: hidden;
}

/* V-1
------------------------------------*/
/* Light */
/* line 17583, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-angle-v1--top-left--bg-light::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -100px;
  transform: rotate(-55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 17595, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-angle-v1--top-right--bg-light::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -100px;
  transform: rotate(55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 17607, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-angle-v1--bottom-left--bg-light::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -100px;
  transform: rotate(55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 17619, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-angle-v1--bottom-right--bg-light::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -100px;
  transform: rotate(-55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
}

/* Dark */
/* line 17632, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-angle-v1--top-left--bg-dark::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -100px;
  transform: rotate(-55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 17644, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-angle-v1--top-right--bg-dark::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -100px;
  transform: rotate(55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 17656, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-angle-v1--bottom-left--bg-dark::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -100px;
  transform: rotate(55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 17668, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-angle-v1--bottom-right--bg-dark::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -100px;
  transform: rotate(-55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.1);
}

/* V-2
------------------------------------*/
/* Light */
/* line 17683, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-angle-v2--top-left--bg-light::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -100px;
  transform: rotate(-55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

/* line 17696, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-angle-v2--top-right--bg-light::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -100px;
  transform: rotate(55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

/* line 17709, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-angle-v2--bottom-left--bg-light::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -100px;
  transform: rotate(55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

/* line 17722, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-angle-v2--bottom-right--bg-light::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -100px;
  transform: rotate(-55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

/* Dark */
/* line 17736, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-angle-v2--top-left--bg-dark::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -100px;
  transform: rotate(-55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

/* line 17749, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-angle-v2--top-right--bg-dark::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -100px;
  transform: rotate(55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

/* line 17762, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-angle-v2--bottom-left--bg-dark::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -100px;
  transform: rotate(55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

/* line 17775, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-angle-v2--bottom-right--bg-dark::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -100px;
  transform: rotate(-55deg);
  width: 250px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

/*------------------------------------
  Block Hovers
------------------------------------*/
/* line 17791, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover"] {
  position: relative;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* line 17801, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover"], [class*="u-block-hover"]::before, [class*="u-block-hover"]::after {
  transition: all .3s ease;
}

/* line 17804, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--uncroped {
  overflow: visible;
}

/* line 17807, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--uncroped:hover {
  z-index: 2;
}

/* line 17810, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__img {
  max-width: 100%;
  vertical-align: top;
}

/* line 17814, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__block {
  min-height: 100%;
}

/* line 17817, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 17824, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--v1"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 15px;
  opacity: 0;
}

/* line 17833, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__additional--v1 {
  opacity: 1;
}

/* line 17836, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shadow:hover,
.u-block-hover--shadow:hover .u-block-hover__additional-shadow {
  box-shadow: 0 0 10px #777;
}

/* line 17840, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shadow-v2:hover,
.u-block-hover--shadow-v2:hover .u-block-hover__additional-shadow {
  box-shadow: 0 0 15px #ddd;
}

/* line 17844, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shadow-v3:hover,
.u-block-hover--shadow-v3:hover .u-block-hover__additional-shadow {
  box-shadow: 0 0 3px #ddd;
}

/* line 17848, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--scale:hover,
.u-block-hover--scale-img:hover .u-block-hover__img {
  transform: scale3d(1.1, 1.1, 1.1);
}

/* line 17853, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional-scale {
  z-index: -1;
  max-width: initial;
}

/* line 17857, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__additional-scale {
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
}

/* line 17863, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--scale-down:hover,
.u-block-hover--scale-down-img:hover .u-block-hover__img {
  transform: scale3d(0.9, 0.9, 0.9);
}

/* line 17868, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional-scale-down {
  z-index: -1;
  max-width: initial;
}

/* line 17872, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__additional-scale-down {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}

/* line 17878, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__main--zoom-v1 {
  -webkit-transform: scale(1.01);
}

/* line 17881, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__main--zoom-v1 {
  transform: scale(1.1);
}

/* line 17886, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover [class*="icon-"] {
  padding: 1px;
}

/* line 17889, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__main--grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  -webkit-filter: grayscale(100%);
}

/* line 17895, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__main--grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

/* line 17899, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__main--white {
  filter: brightness(0) invert(1);
}

/* line 17903, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--blur {
  opacity: 0;
}

/* line 17906, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__additional--blur {
  opacity: 1;
  transition-delay: .11s;
}

/* line 17910, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__main--blur {
  filter: blur(30px);
  transform: scale(1.2);
  opacity: 0;
}

/* line 17918, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover-image-overlay"]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all .35s ease;
}

/* line 17928, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover-image-overlay::after {
  opacity: 1;
}

/* line 17931, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--fade {
  opacity: 0;
}

/* line 17934, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__additional--fade {
  opacity: 1;
  transform: translate(0, 0);
}

/* line 17940, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--fade-up {
  transform: translate(0, 15%);
}

/* line 17945, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--fade-down {
  transform: translate(0, -15%);
}

/* line 17950, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--fade-left {
  transform: translate(-15%, 0);
}

/* line 17955, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--fade-right {
  transform: translate(15%, 0);
}

/* line 17960, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover [class*="u-block-hover__additional--push"] {
  transform: translate(0, 0);
}

/* line 17965, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__main--push-up {
  transform: translateY(-100%);
}

/* line 17970, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--push-up {
  transform: translateY(100%);
}

/* line 17975, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__main--push-down {
  transform: translateY(100%);
}

/* line 17980, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--push-down {
  transform: translateY(-100%);
}

/* line 17985, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__main--push-left {
  transform: translateX(-100%);
}

/* line 17990, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--push-left {
  transform: translateX(100%);
}

/* line 17995, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__main--push-right {
  transform: translateX(100%);
}

/* line 18000, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--push-right {
  transform: translateX(-100%);
}

/* line 18005, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover [class*="u-block-hover__additional--slide"],
.u-block-hover:hover [class*="u-block-hover__additional--partially-slide"] {
  transform: translate(0, 0);
}

/* line 18011, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--slide-up {
  transform: translateY(100%);
}

/* line 18016, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--slide-down {
  transform: translateY(-100%);
}

/* line 18021, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--slide-left {
  transform: translateX(100%);
}

/* line 18026, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--slide-right {
  transform: translateX(-100%);
}

/* line 18031, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--slide-bottom-right {
  transform: translate(-100%, -100%);
}

/* line 18036, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--slide-bottom-left {
  transform: translate(100%, -100%);
}

/* line 18041, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--slide-top-right {
  transform: translate(-100%, 100%);
}

/* line 18046, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--slide-top-left {
  transform: translate(100%, 100%);
}

/* line 18051, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--partially-slide-up {
  top: auto;
  transform: translate3d(0, 100%, 0);
  overflow: visible;
}

/* line 18057, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--partially-slide-up .u-block-hover__visible {
  position: absolute;
  bottom: 100%;
  margin-bottom: -1px;
  left: 0;
  right: 0;
  padding-left: inherit;
  padding-right: inherit;
  background: inherit;
}

/* line 18067, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--partially-slide-down {
  bottom: auto;
  transform: translate3d(0, -100%, 0);
  overflow: visible;
}

/* line 18073, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--partially-slide-down .u-block-hover__visible {
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 0;
  right: 0;
  padding-left: inherit;
  padding-right: inherit;
  background: inherit;
}

/* line 18083, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--cot {
  perspective: 50em;
}

/* line 18087, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--cot"] {
  opacity: 0;
  z-index: 1;
}

/* line 18091, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover [class*="u-block-hover__main--cot"] {
  opacity: 0;
}

/* line 18094, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover [class*="u-block-hover__additional--cot"] {
  opacity: 1;
  transition-delay: 0.21s;
}

/* line 18098, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__main--cot-up {
  transform-origin: 50% 0;
}

/* line 18103, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--cot-up {
  transform: rotateX(90deg);
  transform-origin: 50% 100%;
}

/* line 18110, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover .u-block-hover__main--cot-up {
  transform: rotateX(-90deg);
}

/* line 18114, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover .u-block-hover__additional--cot-up {
  transform: rotateX(0deg);
}

/* line 18118, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__main--cot-down {
  transform-origin: 50% 100%;
}

/* line 18123, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--cot-down {
  transform: rotateX(-90deg);
  transform-origin: 50% -50%;
}

/* line 18130, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover .u-block-hover__main--cot-down {
  transform: rotateX(90deg);
  opacity: 0;
}

/* line 18135, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover .u-block-hover__additional--cot-down {
  transform: rotateX(0deg);
}

/* line 18139, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__main--cot-left {
  transform-origin: 0% 50%;
}

/* line 18144, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--cot-left {
  transform: rotateY(-90deg);
  transform-origin: 100% 50%;
}

/* line 18151, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover .u-block-hover__main--cot-left {
  transform: rotateY(90deg);
}

/* line 18155, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover .u-block-hover__additional--cot-left {
  transform: rotateY(0deg);
}

/* line 18159, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__main--cot-right {
  transform-origin: 100% 50%;
}

/* line 18164, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--cot-right {
  transform: rotateY(90deg);
  transform-origin: 0 50%;
}

/* line 18171, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover .u-block-hover__main--cot-right {
  transform: rotateY(-90deg);
}

/* line 18175, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--cot:hover .u-block-hover__additional--cot-right {
  transform: rotateY(0deg);
}

/* line 18179, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--flip {
  perspective: 50em;
}

/* line 18183, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover__main--flip"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 18187, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--flip"] {
  opacity: 0;
}

/* line 18190, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--flip:hover [class*="u-block-hover__main--flip"] {
  opacity: 0;
}

/* line 18193, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--flip:hover [class*="u-block-hover__additional--flip"] {
  opacity: 1;
  transition-delay: 0.13999999999999999s;
}

/* line 18197, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--flip-horiz {
  transform: rotateX(90deg);
  transform-origin: 0 50%;
}

/* line 18204, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--flip:hover .u-block-hover__main--flip-horiz {
  transform: rotateX(-180deg);
}

/* line 18208, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--flip:hover .u-block-hover__additional--flip-horiz {
  transform: rotateX(0deg);
}

/* line 18212, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--flip-vert {
  transform: rotateY(90deg);
  transform-origin: 50% 0%;
}

/* line 18219, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--flip:hover .u-block-hover__main--flip-vert {
  transform: rotateY(-180deg);
}

/* line 18223, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--flip:hover .u-block-hover__additional--flip-vert {
  transform: rotateY(0deg);
}

/* line 18227, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--flip-diag-1 {
  transform: rotate3d(1, 1, 0, 100deg);
}

/* line 18231, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--flip:hover .u-block-hover__main--flip-diag-1 {
  transform: rotate3d(-1, -1, 0, 100deg);
}

/* line 18235, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--flip:hover .u-block-hover__additional--flip-diag-1 {
  transform: rotate3d(0, 0, 0, 0deg);
}

/* line 18239, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--flip-diag-2 {
  transform: rotate3d(1, -1, 0, 100deg);
}

/* line 18243, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--flip:hover .u-block-hover__main--flip-diag-2 {
  transform: rotate3d(-1, 1, 0, 100deg);
}

/* line 18247, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--flip:hover .u-block-hover__additional--flip-diag-2 {
  transform: rotate3d(0, 0, 0, 0deg);
}

/* line 18251, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--fold {
  perspective: 50em;
}

/* line 18255, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover__main--fold"] {
  transform-origin: 50% 0;
}

/* line 18260, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--fold"] {
  z-index: 1;
  opacity: 0;
}

/* line 18264, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--fold:hover [class*="u-block-hover__main--fold"] {
  opacity: 0;
  transition-delay: 0;
}

/* line 18268, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--fold:hover [class*="u-block-hover__additional--fold"] {
  transform: rotateX(0deg) translate3d(0, 0, 0) scale(1);
  opacity: 1;
  transition-delay: .21s;
}

/* line 18274, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__main--fold-up {
  transform-origin: 50% 0;
}

/* line 18279, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--fold-up {
  transform: rotateX(-90deg) translate3d(0, -50%, 0) scale(0.6);
  transform-origin: 50% 100%;
}

/* line 18286, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--fold:hover .u-block-hover__main--fold-up {
  transform: rotateX(90deg) scale(0.6) translateY(50%);
}

/* line 18290, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__main--fold-down {
  transform-origin: 50% 100%;
}

/* line 18295, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--fold-down {
  transform: rotateX(90deg) translate3d(0, 50%, 0) scale(0.6);
  transform-origin: 50% 0;
}

/* line 18302, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--fold:hover .u-block-hover__main--fold-down {
  transform: rotateX(-90deg) scale(0.6) translateY(-50%);
}

/* line 18306, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__main--fold-left {
  transform-origin: 0 50%;
}

/* line 18311, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--fold-left {
  transform: rotateY(90deg) translate3d(-50%, 0, 0) scale(0.6);
  transform-origin: 100% 50%;
}

/* line 18318, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--fold:hover .u-block-hover__main--fold-left {
  transform: rotateY(-90deg) scale(0.6) translateX(50%);
}

/* line 18322, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__main--fold-right {
  transform-origin: 100% 50%;
}

/* line 18327, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--fold-right {
  transform: rotateY(-90deg) translate3d(50%, 0, 0) scale(0.6);
  transform-origin: 0 50%;
}

/* line 18334, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--fold:hover .u-block-hover__main--fold-right {
  transform: rotateY(90deg) scale(0.6) translateX(-50%);
}

/* line 18338, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--zoom-in {
  opacity: 0;
  transform: scale(0.5);
}

/* line 18344, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__additional--zoom-in {
  transform: scale(1);
  opacity: 1;
}

/* line 18350, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--zoom-out {
  transform: scale(0.5);
  transform-origin: 50% 50%;
  opacity: 0;
}

/* line 18359, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__main--zoom-out {
  transform: scale(0.5);
  opacity: 0;
}

/* line 18365, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__additional--zoom-out {
  transform: scale(1);
  opacity: 1;
  transition-delay: .35s;
}

/* line 18372, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover--shutter-out"]::after {
  content: "";
  position: absolute;
  transition-delay: .105s;
  z-index: 1;
}

/* line 18378, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--shutter-out {
  opacity: 0;
  transition-delay: 0s;
  z-index: 2;
}

/* line 18383, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover--shutter-out"]:hover::after {
  transition-delay: 0s;
}

/* line 18386, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover--shutter-out"]:hover .u-block-hover__additional--shutter-out {
  opacity: 1;
  transition-delay: .105s;
}

/* line 18390, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-out-horiz::after {
  left: 50%;
  right: 50%;
  top: 0;
  bottom: 0;
}

/* line 18396, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-out-horiz:hover::after {
  left: 0;
  right: 0;
}

/* line 18400, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-out-vert::after {
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
}

/* line 18406, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-out-vert:hover::after {
  top: 0;
  bottom: 0;
}

/* line 18410, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-out-diag-1::after {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  transform: rotate(45deg);
}

/* line 18419, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-out-diag-1:hover::after {
  top: -35%;
  bottom: -35%;
}

/* line 18423, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-out-diag-2::after {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  transform: rotate(-45deg);
}

/* line 18432, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-out-diag-2:hover::after {
  top: -35%;
  bottom: -35%;
}

/* line 18436, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover--shutter-in"]::after,
[class*="u-block-hover--shutter-in"]::before {
  content: "";
  position: absolute;
  z-index: 1;
}

/* line 18442, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover--shutter-in"]::after {
  top: 0;
  left: 0;
}

/* line 18446, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover--shutter-in"]::before {
  right: 0;
  bottom: 0;
}

/* line 18450, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--shutter-in {
  opacity: 0;
  z-index: 2;
}

/* line 18454, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover--shutter-in"]:hover .u-block-hover__additional--shutter-in {
  opacity: 1;
  transition-delay: .21s;
}

/* line 18458, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-horiz::after,
.u-block-hover--shutter-in-horiz::before {
  width: 0;
  height: 100%;
}

/* line 18463, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-horiz:hover::after,
.u-block-hover--shutter-in-horiz:hover::before {
  width: 100%;
}

/* line 18467, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-vert::after,
.u-block-hover--shutter-in-vert::before {
  height: 0;
  width: 100%;
}

/* line 18472, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-vert:hover::after,
.u-block-hover--shutter-in-vert:hover::before {
  height: 100%;
}

/* line 18476, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-diag-1::after,
.u-block-hover--shutter-in-diag-1::before {
  width: 200%;
  height: 200%;
  transition: all .6s ease;
}

/* line 18482, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-diag-1::after {
  transform: skew(-45deg) translateX(-150%);
}

/* line 18487, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-diag-1::before {
  transform: skew(-45deg) translateX(150%);
}

/* line 18492, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-diag-1:hover::after {
  transform: skew(-45deg) translateX(-50%);
}

/* line 18497, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-diag-1:hover::before {
  transform: skew(-45deg) translateX(50%);
}

/* line 18502, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-diag-2::after,
.u-block-hover--shutter-in-diag-2::before {
  width: 200%;
  height: 200%;
  transition: all .6s ease;
}

/* line 18508, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-diag-2::after {
  transform: skew(45deg) translateX(-100%);
}

/* line 18513, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-diag-2::before {
  transform: skew(45deg) translateX(100%);
}

/* line 18518, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-diag-2:hover::after {
  transform: skew(45deg) translateX(0);
}

/* line 18523, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-diag-2:hover::before {
  transform: skew(45deg) translateX(0);
}

/* line 18528, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover--shutter-in-out"]::after,
[class*="u-block-hover--shutter-in-out"]::before {
  content: "";
  position: absolute;
  z-index: 1;
}

/* line 18534, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover--shutter-in-out"]::after {
  top: 0;
  left: 0;
}

/* line 18538, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover--shutter-in-out"]::before {
  right: 0;
  bottom: 0;
}

/* line 18542, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--shutter-in-out {
  opacity: 0;
  z-index: 2;
}

/* line 18546, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover--shutter-in-out"]:hover .u-block-hover__additional--shutter-in-out {
  opacity: 1;
  transition-delay: .21s;
}

/* line 18550, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-horiz::after,
.u-block-hover--shutter-in-out-horiz::before {
  width: 0;
  height: 100%;
}

/* line 18555, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-horiz:hover::after,
.u-block-hover--shutter-in-out-horiz:hover::before {
  width: 100%;
  opacity: .75;
}

/* line 18560, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-vert::after,
.u-block-hover--shutter-in-out-vert::before {
  height: 0;
  width: 100%;
}

/* line 18565, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-vert:hover::after,
.u-block-hover--shutter-in-out-vert:hover::before {
  height: 100%;
  opacity: .75;
}

/* line 18570, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-diag-1::after,
.u-block-hover--shutter-in-out-diag-1::before {
  width: 200%;
  height: 200%;
  transition: all .6s ease;
  opacity: .75;
}

/* line 18577, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-diag-1::after {
  transform: skew(-45deg) translateX(-150%);
}

/* line 18582, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-diag-1::before {
  transform: skew(-45deg) translateX(150%);
}

/* line 18587, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-diag-1:hover::after {
  transform: skew(-45deg) translateX(-50%);
}

/* line 18592, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-diag-1:hover::before {
  transform: skew(-45deg) translateX(50%);
}

/* line 18597, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-diag-2::after,
.u-block-hover--shutter-in-out-diag-2::before {
  width: 200%;
  height: 200%;
  transition: all .6s ease;
  opacity: .75;
}

/* line 18604, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-diag-2::after {
  transform: skew(45deg) translateX(-100%);
}

/* line 18609, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-diag-2::before {
  transform: skew(45deg) translateX(100%);
}

/* line 18614, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-diag-2:hover::after {
  transform: skew(45deg) translateX(0);
}

/* line 18619, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--shutter-in-out-diag-2:hover::before {
  transform: skew(45deg) translateX(0);
}

/* line 18624, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--strip-shutter::before,
.u-block-hover--strip-shutter::after,
.u-block-hover__additional--strip-shutter::before,
.u-block-hover__additional--strip-shutter::after {
  content: "";
  position: absolute;
  top: 0;
  width: 25%;
  height: 100%;
  transform: scaleY(0);
  opacity: 0;
}

/* line 18638, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--strip-shutter::before,
.u-block-hover--strip-shutter::after {
  z-index: 1;
}

/* line 18642, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--strip-shutter::before {
  left: 0;
  transition-delay: 0s;
}

/* line 18646, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--strip-shutter::after {
  left: 25%;
  transition-delay: .105s;
}

/* line 18650, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--strip-shutter {
  z-index: 3;
}

/* line 18653, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--strip-shutter::before,
.u-block-hover__additional--strip-shutter::after {
  z-index: -1;
}

/* line 18657, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--strip-shutter::before {
  left: 50%;
  transition-delay: .21s;
}

/* line 18661, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--strip-shutter::after {
  left: 75%;
  transition-delay: .35s;
}

/* line 18665, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--strip-shutter:hover::before,
.u-block-hover--strip-shutter:hover::after,
.u-block-hover--strip-shutter:hover .u-block-hover__additional--strip-shutter::before,
.u-block-hover--strip-shutter:hover .u-block-hover__additional--strip-shutter::after {
  transform: scale(1);
  opacity: 1;
}

/* line 18674, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--strip-shutter__inner {
  opacity: 0;
}

/* line 18677, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--strip-shutter:hover .u-block-hover__additional--strip-shutter__inner {
  opacity: 1;
  transition-delay: .35s;
}

/* line 18681, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--tile::before,
.u-block-hover--tile::after,
.u-block-hover__additional--tile::before,
.u-block-hover__additional--tile::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  transform: scale(0);
  opacity: 0;
}

/* line 18694, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--tile::before,
.u-block-hover--tile::after {
  z-index: 1;
}

/* line 18698, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--tile::before {
  top: 0;
  left: 0;
  transition-delay: 0s;
}

/* line 18703, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--tile::after {
  top: 0;
  left: 50%;
  transition-delay: .105s;
}

/* line 18708, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--tile {
  z-index: 3;
}

/* line 18711, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--tile::before,
.u-block-hover__additional--tile::after {
  z-index: -1;
}

/* line 18715, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--tile::before {
  top: 50%;
  left: 0;
  transition-delay: .21s;
}

/* line 18720, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--tile::after {
  top: 50%;
  left: 50%;
  transition-delay: .35s;
}

/* line 18725, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--tile:hover::before,
.u-block-hover--tile:hover::after,
.u-block-hover--tile:hover .u-block-hover__additional--tile::before,
.u-block-hover--tile:hover .u-block-hover__additional--tile::after {
  transform: scale(1);
  opacity: 1;
}

/* line 18734, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--tile__inner {
  opacity: 0;
}

/* line 18737, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--tile:hover .u-block-hover__additional--tile__inner {
  opacity: 1;
  transition-delay: .35s;
}

/* line 18741, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--cube {
  overflow: visible;
  background-color: transparent;
  perspective: 50em;
  transform-style: preserve-3d;
}

/* line 18749, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover__main--cube"] {
  transition-delay: .05s;
}

/* line 18752, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--cube"] {
  opacity: 0;
  transition-delay: 0s;
}

/* line 18756, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--cube:hover [class*="u-block-hover__main--cube"] {
  opacity: 0;
  transition-delay: 0s;
}

/* line 18760, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--cube:hover [class*="u-block-hover__additional--cube"] {
  opacity: 1;
  transform: translateY(0%) rotateX(0deg);
  transition-delay: .05s;
}

/* line 18766, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--cube-up {
  transform: translateY(50%) rotateX(-90deg);
}

/* line 18770, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--cube:hover .u-block-hover__main--cube-up {
  transform: translateY(-50%) rotateX(90deg);
}

/* line 18774, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--cube-down {
  transform: translateY(-50%) rotateX(90deg);
}

/* line 18778, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--cube:hover .u-block-hover__main--cube-down {
  transform: translateY(50%) rotateX(-90deg);
}

/* line 18782, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--cube-left {
  transform: translateX(-50%) rotateY(-90deg);
}

/* line 18786, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--cube:hover .u-block-hover__main--cube-left {
  transform: translateX(50%) rotateY(90deg);
}

/* line 18790, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--cube-right {
  transform: translateX(50%) rotateY(90deg);
}

/* line 18794, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--cube:hover .u-block-hover__main--cube-right {
  transform: translateX(-50%) rotateY(-90deg);
}

/* line 18798, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--border-reveal::before,
.u-block-hover--border-reveal::after,
.u-block-hover__additional--border-reveal::before,
.u-block-hover__additional--border-reveal::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transform-origin: 0 0;
}

/* line 18809, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--border-reveal::before,
.u-block-hover--border-reveal::after {
  left: 5px;
  right: 5px;
  height: 4px;
  z-index: 1;
  transform: scaleX(0);
}

/* line 18819, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--border-reveal::before {
  top: 5px;
  transition-delay: .28s;
}

/* line 18823, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--border-reveal:hover::before {
  transition-delay: 0s;
}

/* line 18826, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--border-reveal::after {
  bottom: 5px;
  transition-delay: 0s;
}

/* line 18830, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--border-reveal:hover::after {
  transition-delay: .28s;
}

/* line 18833, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--border-reveal {
  background-color: transparent;
  z-index: 3;
}

/* line 18837, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--border-reveal__inner {
  opacity: 0;
}

/* line 18840, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--border-reveal::before,
.u-block-hover__additional--border-reveal::after {
  top: 5px;
  bottom: 5px;
  width: 4px;
  z-index: -1;
  transform: scaleY(0);
}

/* line 18850, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--border-reveal::before {
  left: 5px;
  transition-delay: .28s;
}

/* line 18854, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--border-reveal:hover .u-block-hover__additional--border-reveal::before {
  transition-delay: 0s;
}

/* line 18857, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--border-reveal::after {
  right: 5px;
  transition-delay: 0s;
}

/* line 18861, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--border-reveal:hover .u-block-hover__additional--border-reveal::after {
  transition-delay: .28s;
}

/* line 18864, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--border-reveal:hover .u-block-hover__main--border-reveal {
  opacity: 0;
}

/* line 18867, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--border-reveal:hover::before,
.u-block-hover--border-reveal:hover::after,
.u-block-hover--border-reveal:hover .u-block-hover__additional--border-reveal::before,
.u-block-hover--border-reveal:hover .u-block-hover__additional--border-reveal::after {
  transform: scale(1);
}

/* line 18875, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover--border-reveal:hover .u-block-hover__additional--border-reveal__inner {
  opacity: 1;
  transition-delay: .35s;
}

/* line 18879, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover img[class*="u-block-hover__main--mover-"],
.u-block-hover:hover [class*="u-block-hover__additional--mover-"] {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}

/* line 18885, /home/app/webapp/app/assets/stylesheets/unify.css */
img[class*="u-block-hover__main--mover-"] {
  max-width: initial;
  width: calc(100% + 60px);
  transition-duration: 0.5s;
  transform-origin: 50% 50%;
}

/* line 18893, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--mover-"] {
  opacity: 0;
  transition-duration: 0.5s;
}

/* line 18897, /home/app/webapp/app/assets/stylesheets/unify.css */
img.u-block-hover__main--mover-left {
  transform: translate3d(-60px, 0, 0);
}

/* line 18901, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--mover-left {
  transform: translate3d(10px, 0, 0);
}

/* line 18905, /home/app/webapp/app/assets/stylesheets/unify.css */
img.u-block-hover__main--mover-right {
  transform: translate3d(-60px, 0, 0);
}

/* line 18909, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--mover-right {
  transform: translate3d(-10px, 0, 0);
}

/* line 18913, /home/app/webapp/app/assets/stylesheets/unify.css */
img.u-block-hover__main--mover-up {
  transform: translate3d(0, 20px, 0) scale3d(1.1, 1.1, 1.1);
}

/* line 18917, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--mover-up {
  transform: translate3d(0, 10px, 0);
}

/* line 18921, /home/app/webapp/app/assets/stylesheets/unify.css */
img.u-block-hover__main--mover-down {
  transform: translate3d(0, -20px, 0) scale3d(1.1, 1.1, 1.1);
}

/* line 18925, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--mover-down {
  transform: translate3d(0, -10px, 0);
}

/* line 18929, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--focuser-element {
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  opacity: .3;
  box-shadow: 0 0 0 31px rgba(0, 0, 0, 0.5);
  transform: scale3d(1.4, 1.4, 1.4);
  transition-duration: .5s;
}

/* line 18940, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--focuser-target {
  position: static;
  opacity: 0;
  transform: scale3d(1.4, 1.4, 1.4);
  transition-duration: .5s;
}

/* line 18947, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__additional--focuser-target,
.u-block-hover:hover .u-block-hover__additional--focuser-element {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition-duration: .3s;
}

/* line 18954, /home/app/webapp/app/assets/stylesheets/unify.css */
img[class*="u-block-hover__main--magnifier"] {
  max-width: initial;
  width: calc(100% + 10px);
  margin: -10px 0;
}

/* line 18959, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--magnifier-element"] {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  box-shadow: 0 0 0 4000px rgba(255, 255, 255, 0.3);
  z-index: 2;
  opacity: 0;
  transform: scale3d(0.7, 0.7, 0.7);
  transform-origin: 50% 50%;
}

/* line 18972, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover [class*="u-block-hover__additional--magnifier-element"] {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* line 18977, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--magnifier-description"] {
  max-width: 115px;
  z-index: 3;
  opacity: 0;
}

/* line 18982, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover [class*="u-block-hover__additional--magnifier-description"] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* line 18987, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--magnifier-element-bottom-right {
  top: auto;
  left: auto;
  bottom: -180px;
  right: -180px;
}

/* line 18993, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--magnifier-description-bottom-right {
  top: auto;
  right: 30px;
  bottom: 30px;
  left: auto;
  transform: translate3d(20px, 20px, 0);
}

/* line 19001, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover img.u-block-hover__main--magnifier-bottom-right {
  transform: translate3d(-10px, -10px, 0);
}

/* line 19005, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--magnifier-element-top-right {
  top: -180px;
  right: -180px;
  bottom: auto;
  left: auto;
}

/* line 19011, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--magnifier-description-top-right {
  top: 30px;
  right: 30px;
  bottom: auto;
  left: auto;
  transform: translate3d(20px, -20px, 0);
}

/* line 19019, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover img.u-block-hover__main--magnifier-top-right {
  transform: translate3d(-10px, 10px, 0);
}

/* line 19023, /home/app/webapp/app/assets/stylesheets/unify.css */
img.u-block-hover__main--magnifier-bottom-left {
  transform: translate3d(-10px, 0, 0);
}

/* line 19027, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--magnifier-element-bottom-left {
  top: auto;
  left: -180px;
  bottom: -180px;
  right: auto;
}

/* line 19033, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--magnifier-description-bottom-left {
  top: auto;
  right: auto;
  bottom: 30px;
  left: 30px;
  transform: translate3d(-20px, 20px, 0);
}

/* line 19041, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover img.u-block-hover__main--magnifier-bottom-left {
  transform: translate3d(0, -10px, 0);
}

/* line 19045, /home/app/webapp/app/assets/stylesheets/unify.css */
img.u-block-hover__main--magnifier-top-left {
  transform: translate3d(-10px, 0, 0);
}

/* line 19049, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--magnifier-element-top-left {
  top: -180px;
  left: -180px;
  bottom: auto;
  right: auto;
}

/* line 19055, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--magnifier-description-top-left {
  top: 30px;
  right: auto;
  bottom: auto;
  left: 30px;
  transform: translate3d(-20px, -20px, 0);
}

/* line 19063, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover img.u-block-hover__main--magnifier-top-left {
  transform: translate3d(0, 10px, 0);
}

/* line 19067, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--pappercuter"] {
  transform-origin: 50% 50%;
}

/* line 19072, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--pappercuter-inner {
  width: 100%;
  transform: rotate3d(0, 0, 1, 5deg);
}

/* line 19077, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--pappercuter-front,
.u-block-hover__additional--pappercuter-back {
  max-width: initial;
  width: 120%;
  top: -60px;
  bottom: -60px;
  left: -10%;
  z-index: 2;
  background-position: center;
  background-size: cover;
  transform: rotate3d(0, 0, 1, -5deg);
}

/* line 19090, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--pappercuter-front {
  clip: rect(0px, auto, 246px, 0px);
}

/* line 19093, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--pappercuter-back {
  top: -61px;
  clip: rect(246px, auto, auto, 0px);
}

/* line 19097, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__additional--pappercuter-front {
  transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -10deg) translate3d(0, -45%, 0);
}

/* line 19101, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__additional--pappercuter-back {
  transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -10deg) translate3d(0, 45%, 0);
}

/* line 19105, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--outside"] {
  opacity: 0;
  visibility: hidden;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0.7, -1.2, 0.8, 1.2);
}

/* line 19111, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover [class*="u-block-hover__additional--outside"] {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  transition-timing-function: cubic-bezier(0.25, 1.8, 0.8, 1);
}

/* line 19118, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--outside-down {
  transform: translate3d(0, -100%, 0);
}

/* line 19122, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--outside-up {
  transform: translate3d(0, 100%, 0);
}

/* line 19126, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--outside-left {
  transform: translate3d(100%, 0, 0);
}

/* line 19130, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--outside-right {
  transform: translate3d(-100%, 0, 0);
}

/* line 19134, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--lightspeed"] {
  visibility: hidden;
  opacity: 0;
  transition-duration: .7s;
  transition-timing-function: cubic-bezier(0.75, -1.2, 0.8, 2);
}

/* line 19140, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover [class*="u-block-hover__additional--lightspeed"] {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0) skew(0deg, 0deg);
  transition-timing-function: cubic-bezier(0.25, 2, 0.75, 1);
}

/* line 19147, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--lightspeed-left {
  transform-origin: 50% 0%;
  transform: translate3d(150%, 0, 0) skew(-35deg, 0deg);
}

/* line 19154, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--lightspeed-right {
  transform-origin: 50% 100%;
  transform: translate3d(-150%, 0, 0) skew(35deg, 0deg);
}

/* line 19161, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--lightspeed-down {
  transform-origin: 50% 50%;
  transform: translate3d(0, -150%, 0) skew(0deg, -35deg);
}

/* line 19168, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--lightspeed-up {
  transform-origin: 100% 50%;
  transform: translate3d(0, 150%, 0) skew(0deg, -35deg);
}

/* line 19175, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="u-block-hover__additional--rotate"] {
  opacity: 0;
  visibility: hidden;
}

/* line 19179, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover [class*="u-block-hover__additional--rotate"] {
  opacity: 1;
  visibility: visible;
  transform: rotate3d(0, 0, 0, 0deg) scale3d(1, 1, 1);
}

/* line 19185, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--rotate-in {
  opacity: 1;
  transition-property: transform, opacity, visibility;
  transition-duration: .4s;
  transform: rotate3d(0, 0, 1, 720deg) scale3d(0, 0, 0);
}

/* line 19194, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--rotate-down-left {
  transform-origin: 0 100%;
  transform: rotate3d(0, 0, 1, -45deg);
}

/* line 19201, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--rotate-down-right {
  transform-origin: 100% 100%;
  transform: rotate3d(0, 0, 1, 45deg);
}

/* line 19208, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--rotate-up-left {
  transform-origin: 0 100%;
  transform: rotate3d(0, 0, 1, 45deg);
}

/* line 19215, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--rotate-up-right {
  transform-origin: 100% 100%;
  transform: rotate3d(0, 0, 1, -45deg);
}

/* line 19222, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover__additional--jump {
  position: static;
}

/* line 19225, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__additional--jump,
.u-block-hover.u-block-hover__additional--jump:hover {
  transform: translate3d(0, -10px, 0);
}

/*------------------------------------
  Dedicated Properties
------------------------------------*/
/* line 19233, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover, .u-block-hover:focus {
  /* Opacity */
  /* Colors */
  /* Background-colors */
}

/* line 19238, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__prop-opacity-1, .u-block-hover:focus .u-block-hover__prop-opacity-1 {
  opacity: 1;
}

/* line 19241, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__prop-color-white, .u-block-hover:focus .u-block-hover__prop-color-white {
  color: #fff;
}

/* line 19244, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__prop-bg-primary, .u-block-hover:focus .u-block-hover__prop-bg-primary {
  background-color: #72c02c;
}

/* line 19247, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .u-block-hover__prop-bg-primary-opacity-0_9, .u-block-hover:focus .u-block-hover__prop-bg-primary-opacity-0_9 {
  background-color: rgba(114, 192, 44, 0.9);
}

/*------------------------------------
  Blockquotes
------------------------------------*/
/* line 19253, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-blockquote-v1 {
  position: relative;
  background-color: #fff;
  box-shadow: 5px 6px 9px -6px rgba(0, 0, 0, 0.15);
}

/* line 19258, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-blockquote-v1::before {
  content: "\201C";
  position: absolute;
  width: 60px;
  color: #72c02c;
  font-size: 60px;
  margin: -25px 0 0 -40px;
}

/* line 19266, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-blockquote-v1::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 80px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.1));
}

/* line 19280, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-blockquote-v2::before, .u-blockquote-v2::after {
  position: relative;
  top: 5px;
  font-size: 22px;
  line-height: 10px;
}

/* line 19286, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-blockquote-v2::before {
  content: "\“";
  padding-right: 5px;
}

/* line 19290, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-blockquote-v2::after {
  content: "\”";
  padding-left: 5px;
}

/* line 19294, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-blockquote-v3 {
  position: relative;
}

/* line 19297, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-blockquote-v3::before {
  content: "\201C";
  position: absolute;
  font-size: 60px;
  color: #72c02c;
  margin: -30px 0 0 -40px;
}

/* line 19304, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-blockquote-v4::before, .u-blockquote-v4::after {
  content: "\201C";
  position: absolute;
  font-size: 50px;
  margin-top: -12px;
}

/* line 19310, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-blockquote-v4::before {
  margin-left: -30px;
}

/* line 19313, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-blockquote-v4::after {
  margin-left: 13px;
}

/* line 19316, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-blockquote-v5::before {
  content: "\201C";
  position: absolute;
  width: 60px;
  color: rgba(255, 255, 255, 0.2);
  font-size: 70px;
  margin: -25px 0 0 -40px;
}

/* line 19324, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-blockquote-v6::before, .u-blockquote-v6::after {
  content: "\0022";
  font-family: inherit;
  color: inherit;
}

/* line 19329, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-blockquote-v7 {
  position: relative;
  padding-top: 55px;
}

/* line 19333, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-blockquote-v7::before {
  content: "\f10d";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 35px;
  height: 35px;
  font-size: 12px;
  font-family: "FontAwesome";
  color: #fff;
  line-height: 35px;
  background: #72c02c;
  border-radius: 50%;
  margin-left: -18px;
}

/* line 19349, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-blockquote-v8 {
  position: relative;
  background-color: #fff;
  box-shadow: 5px 6px 9px -6px rgba(85, 85, 85, 0.08);
}

/* line 19354, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-blockquote-v8::after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: -15px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.05));
}

/*------------------------------------
  Accordions
------------------------------------*/
/* line 19371, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-accordion__header {
  padding: 0.71429rem 1.07143rem;
}

/* line 19374, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-accordion__body {
  padding: 1.07143rem;
}

/* line 19377, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-accordion__control-icon i:nth-child(1) {
  display: none;
}

/* line 19380, /home/app/webapp/app/assets/stylesheets/unify.css */
.collapsed .u-accordion__control-icon i:nth-child(1) {
  display: inline;
}

/* line 19383, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-accordion__control-icon i:nth-child(2) {
  display: inline;
}

/* line 19386, /home/app/webapp/app/assets/stylesheets/unify.css */
.collapsed .u-accordion__control-icon i:nth-child(2) {
  display: none;
}

/* line 19389, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-accordion-line-icon-pro {
  position: relative;
  top: 2px;
}

/* line 19393, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-accordion-color-primary .u-accordion__header [aria-expanded="true"] {
  color: #72c02c !important;
}

/* line 19396, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-accordion-color-white .u-accordion__header [aria-expanded="true"] {
  color: #fff !important;
}

/* line 19399, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-accordion-bg-primary .u-accordion__header [aria-expanded="true"] {
  background-color: #72c02c !important;
  border-color: #72c02c !important;
}

/* line 19403, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-accordion-bg-white .u-accordion__header [aria-expanded="true"] {
  background-color: #fff !important;
  border-color: #fff !important;
}

/* line 19407, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-accordion-brd-primary .u-accordion__header [aria-expanded="true"] {
  border-color: #72c02c !important;
}

/* line 19410, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-accordion-brd-white .u-accordion__header [aria-expanded="true"] {
  border-color: #fff !important;
}

/*------------------------------------
  Carousels
------------------------------------*/
/* line 19416, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v1 .js-prev,
.u-carousel-v1 .js-next {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 19423, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v1:hover .js-prev,
.u-carousel-v1:hover .js-next {
  opacity: 1;
}

/* line 19427, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v2 .slick-slide {
  padding-top: 4px;
  padding-bottom: 4px;
  opacity: .5;
  transform: scale(1);
  transition-property: all;
  transition-duration: .4s;
  transition-timing-function: ease-in;
}

/* line 19438, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v2 .slick-center {
  padding-top: 0;
  padding-bottom: 0;
  opacity: 1;
  transform: scale(1.1);
}

/* line 19446, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v3 .slick-slide {
  opacity: .5;
  transition-property: opacity;
  transition-duration: .4s;
  transition-timing-function: ease-in;
}

/* line 19452, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v3 .slick-center {
  opacity: 1;
}

/* line 19455, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v4 .js-pagination {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 19461, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v4:hover .js-pagination {
  opacity: 1;
}

/* line 19464, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v5 .slick-list {
  height: 100%;
}

/* line 19467, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v5 .slick-track {
  display: flex;
  height: 100%;
}

/* line 19473, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v5 .slick-track .slick-slide {
  display: flex;
  height: auto;
}

/* line 19479, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v11 .slick-slide {
  opacity: .5;
}

/* line 19482, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v11 .slick-slide.slick-current {
  opacity: 1;
}

/* line 19485, /home/app/webapp/app/assets/stylesheets/unify.css */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item,
.swiper-wrapper,
.swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

/* line 19494, /home/app/webapp/app/assets/stylesheets/unify.css */
.single-slide {
  opacity: 0 !important;
}

/* line 19497, /home/app/webapp/app/assets/stylesheets/unify.css */
.single-slide.set-position {
  opacity: 1 !important;
}

/* line 19500, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-origin {
  perspective: 1200px;
  perspective-origin: 50% 50%;
}

/* backSlide */
/* line 19507, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-back-slide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

/* line 19511, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-back-slide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* line 19515, /home/app/webapp/app/assets/stylesheets/unify.css */
.swiper-carousel {
  overflow: hidden;
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-400px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-400px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-400px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-400px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-400px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-400px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-400px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-400px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
/*--------------------------------------------------
  Chart Pie v1
----------------------------------------------------*/
/* line 19571, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-chart-pie-v1 {
  position: relative;
  line-height: 1em;
}

/* line 19575, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-chart-pie-v1::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 10px;
  bottom: 11px;
  left: 10px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}

/*------------------------------------
  Charts
------------------------------------*/
/* Sparkline chart's tooltip */
/* line 19592, /home/app/webapp/app/assets/stylesheets/unify.css */
.jqstooltip {
  width: auto !important;
  height: auto !important;
}

/*--------------------------------------------------
  Counter v1
----------------------------------------------------*/
/* line 19599, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-counter-v3 {
  position: relative;
}

/* line 19602, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-counter-v3::after {
  content: "";
  position: absolute;
  left: -9px;
  right: -9px;
  bottom: -9px;
  top: -9px;
  display: block;
  border-radius: inherit;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}

/*--------------------------------------------------
  Counter v6
----------------------------------------------------*/
/* line 19618, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-counter-v6 {
  position: relative;
  width: 120px;
  height: 120px;
}

/* line 19623, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-counter-v6::after {
  content: "";
  position: absolute;
  top: -11px;
  right: -11px;
  bottom: -11px;
  left: -11px;
  display: block;
  border-radius: inherit;
  border-width: 2px;
  border-style: inherit;
  border-color: inherit;
  clip: rect(auto, 71px, 142px, auto);
}

/*------------------------------------
  Credit cards
------------------------------------*/
/* line 19640, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-card--v1 {
  position: relative;
}

/* line 19643, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-card--v1-front {
  position: relative;
  margin-bottom: 220px;
  z-index: 2;
}

/* line 19648, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-card--v1-back {
  position: absolute;
  bottom: -70%;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 80%;
  padding-left: 0;
}

@media (min-width: 768px) {
  /* line 19658, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-card--v1-front {
    margin-bottom: 30px;
  }

  /* line 19660, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-card--v1-back {
    bottom: auto;
    top: 30px;
    right: -30%;
    height: 100%;
    padding-left: 70%;
  }
}
/*------------------------------------
  Dropdowns v1
------------------------------------*/
/* line 19670, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown-v1 {
  position: relative;
  line-height: normal;
  font-size: 16px;
  color: #777;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 11px 40px 11px 14px;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: .2s;
  transition-timing-function: ease;
}

/* line 19684, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown-v1::after {
  display: none;
}

/* line 19687, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown-v1-menu {
  padding: 0;
  border-color: #ccc;
  border-radius: 3px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

/* line 19693, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown-v1-menu__item {
  line-height: normal;
  font-size: 16px;
  color: #777;
  padding: 9px 20px;
}

/* line 19699, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown-v1-menu__item:hover {
  color: #777;
}

/* line 19702, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown-v1__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 100%;
}

/* line 19710, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown-v1__icon-open, .u-dropdown-v1__icon-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 19718, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown-v1__icon-open {
  opacity: 1;
}

/* line 19721, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown-v1__icon-close {
  opacity: 0;
}

/* line 19724, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown-v1[aria-expanded="true"] {
  background-color: rgba(204, 204, 204, 0.1);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}

/* line 19728, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown-v1[aria-expanded="true"] [class*="__icon-open"] {
  opacity: 0;
}

/* line 19731, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown-v1[aria-expanded="true"] [class*="__icon-close"] {
  opacity: 1;
}

/* line 19734, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-dropdown-v1:focus {
  outline: 0 none;
}

/*------------------------------------
  Covers
------------------------------------*/
/* line 19740, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-bg-overlay {
  position: relative;
}

/* line 19743, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-bg-overlay::before, .u-bg-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 19751, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-bg-overlay--v1::after {
  position: absolute;
  top: 0.35714rem;
  right: 0.35714rem;
  bottom: 0.35714rem;
  left: 0.35714rem;
}

/* line 19758, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-bg-overlay__inner {
  z-index: 3;
  position: relative;
}

/* line 19762, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-bg-overlay--reverse::before {
  z-index: 2;
}

/* line 19765, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-bg-overlay--reverse::after {
  z-index: 1;
}

/* line 19768, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-outer-spaces-helper {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  overflow: hidden;
}

/* line 19776, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-outer-spaces-helper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #f7f7f7;
  background-position: center;
  background-repeat: repeat;
}

/* line 19788, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-dark-theme .u-outer-spaces-helper::after {
  background-color: #000;
}

/* line 19791, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="g-bgi-v"] .u-outer-spaces-helper::after {
  background-color: transparent;
}

/* line 19794, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-outer-space-v1 .u-outer-spaces-helper,
.u-outer-space-v2 .u-outer-spaces-helper {
  display: block;
}

/* line 19798, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-outer-space-v1 .u-outer-spaces-helper {
  height: 20px;
}

/* line 19801, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-outer-space-v2 .u-outer-spaces-helper {
  height: 40px;
}

/*------------------------------------
  Info Block v1-1
------------------------------------*/
/* line 19807, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v1-1 {
  overflow: hidden;
  position: relative;
}

/* line 19811, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v1-1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
}

/*--------------------------------------------------
  Info Block v1-2
----------------------------------------------------*/
/* line 19822, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v1-2__item {
  position: relative;
  z-index: 1;
  padding-bottom: 0.78571rem;
}

/* line 19827, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v1-2__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 1px;
  background: #bbb;
  transition: all 0.4s ease-in-out;
}

/* line 19838, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v1-2:hover .u-info-v1-2__item::after {
  width: 100%;
  background: #72c02c;
}

/*------------------------------------
  Info Block v1-3
------------------------------------*/
/* line 19845, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v1-3__item {
  position: relative;
  z-index: 1;
  padding-bottom: 0.92857rem;
}

/* line 19850, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v1-3__item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 2.14286rem;
  height: 1px;
  margin-left: -1.07143rem;
  background: #777;
}

/*------------------------------------
  Info Block v1-4
------------------------------------*/
/* line 19863, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v1-4__item-hidden {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 61px;
  overflow: hidden;
  transform: translate3d(0, 61px, 0);
}

/* line 19873, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v1-4:hover .u-info-v1-4__item-hidden {
  transform: translate3d(0, 0, 0);
}

/* line 19877, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v1-4:hover .u-info-v1-4__item-regular {
  transform: translate3d(0, -61px, 0);
}

/*------------------------------------
  Info Block v1-5
------------------------------------*/
/* line 19884, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v1-5__item {
  position: relative;
  padding-bottom: 19px;
}

/* line 19888, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v1-5__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  display: block;
  width: 28px;
  border-bottom: 1px solid #72c02c;
}

/*------------------------------------
  Info Block v2-1
------------------------------------*/
/* line 19900, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v2-1__item {
  height: 65px;
  transition: .3s ease-out;
}

/* line 19904, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v2-1__item:hover {
  height: 80px;
  margin-top: -15px;
}

/*------------------------------------
  Info Block v2-2
------------------------------------*/
/* line 19911, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v2-2__item {
  position: relative;
  border-left: solid 1px;
  border-right: solid 1px;
  border-bottom: solid 1px;
}

/* line 19917, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v2-2__item::after, .u-info-v2-2__item::before {
  content: "";
  position: absolute;
  top: 0;
  width: 30%;
  border-top: solid 1px;
  z-index: 1;
}

/* line 19925, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v2-2__item::before {
  left: 0;
}

/* line 19928, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v2-2__item::after {
  right: 0;
}

/* line 19931, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v2-2__item.g-brd-white-dark-v3 {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 19934, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v2-2__item.g-brd-white-dark-v3::before, .u-info-v2-2__item.g-brd-white-dark-v3::after {
  border-color: rgba(255, 255, 255, 0.3);
}

/* line 19937, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v2-2__item.g-brd-black-dark-v3 {
  border-color: rgba(0, 0, 0, 0.3);
}

/* line 19940, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v2-2__item.g-brd-black-dark-v3::before, .u-info-v2-2__item.g-brd-black-dark-v3::after {
  border-color: rgba(0, 0, 0, 0.3);
}

/*------------------------------------
  Info Block v2-3
------------------------------------*/
/* line 19946, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v2-3:hover .u-info-v2-3__title {
  color: #000;
}

/*------------------------------------
  Info Block v3-1
------------------------------------*/
/* Title */
/* line 19953, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-1__title {
  position: relative;
  display: inline-block;
  margin-left: 4.28571rem;
  margin-right: 4.28571rem;
}

/* line 19959, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-1__title::before, .info-v3-1__title::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 3.57143rem;
  margin-top: -1px;
  height: 2px;
  background-color: #fff;
}

/* line 19969, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-1__title::before {
  right: 100%;
  margin-right: 10px;
}

/* line 19973, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-1__title::after {
  left: 100%;
  margin-left: 10px;
}

/*------------------------------------
  Info Block v3-2
------------------------------------*/
/* line 19980, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-2 {
  position: relative;
  background-position: center;
}

/* line 19984, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-2::before {
  content: "";
  position: absolute;
  top: 1.42857rem;
  right: 1.42857rem;
  bottom: 1.42857rem;
  left: 1.42857rem;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 1;
}

/* line 19995, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-2:hover {
  background-position: center 0;
}

/*------------------------------------
  Info Block v3-3
------------------------------------*/
/* line 20001, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-3 {
  overflow: hidden;
}

/* line 20004, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-3:hover .info-v3-3__title {
  color: #fff;
}

/* line 20007, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-3:hover .info-v3-3__img,
.info-v3-3:hover .info-v3-3__description {
  transform: translate3d(0, 0, 0);
}

/* line 20012, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-3:hover .info-v3-3__content {
  display: block;
}

/* line 20015, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-3:hover .info-v3-3__category {
  display: none;
}

/* line 20018, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-3:hover::after {
  opacity: 1;
}

/* line 20021, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-3::after {
  opacity: 0;
  transition: opacity .5s;
}

/* Image */
/* line 20026, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-3__img {
  transform: translate3d(70%, 0, 0);
  transition: transform .5s;
}

/* Content */
/* line 20034, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-3__content {
  display: none;
}

/* Description */
/* line 20038, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-3__description {
  transform: translate3d(-20%, 0, 0);
  transition: transform .5s;
}

/*------------------------------------
  Info Block v3-4
------------------------------------*/
/* line 20048, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-4 {
  position: relative;
}

/* line 20051, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v3-4::before {
  content: "";
  position: absolute;
  top: 0.71429rem;
  right: 0.71429rem;
  bottom: 0.71429rem;
  left: 0.71429rem;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  z-index: 1;
}

/*------------------------------------
  Info Block v5-1
------------------------------------*/
/* Title */
/* line 20066, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-1__title {
  position: relative;
  display: inline-block;
}

/* line 20070, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-1__title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  width: 3000%;
  margin-left: 15px;
  border-bottom: 1px solid #eee;
}

/*------------------------------------
  Info Block v5-2
------------------------------------*/
/* Product Image */
/* line 20084, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-2__image {
  width: calc(100% + 1px);
}

/*------------------------------------
  Info Block v5-3
------------------------------------*/
/* line 20090, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-3__info-price {
  opacity: 0;
}

/* line 20093, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-3__info-title {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  margin-bottom: 4.64286rem;
  transform: translate3d(0, 70px, 0);
}

/* line 20102, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-3:hover .info-v5-3__info {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(114, 192, 44, 0.9);
}

/* line 20106, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-3:hover .info-v5-3__info-price {
  opacity: 1;
}

/* line 20109, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-3:hover .info-v5-3__info-list {
  color: #fff;
}

/* line 20112, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-3:hover .info-v5-3__info-list .fa {
  color: #fff;
}

/* line 20115, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-3:hover .info-v5-3__info-title {
  transform: translate3d(0, 0, 0);
  margin-bottom: 3.21429rem;
}

/*------------------------------------
  Info Block v5-4
------------------------------------*/
/* Actions */
/* line 20124, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-4__action .fa {
  opacity: 0.75;
}

/* line 20127, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-4__action:hover .fa {
  opacity: 1;
}

/*------------------------------------
  Info Block v5-5
------------------------------------*/
/* line 20133, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-5__header::after,
.info-v5-5__content::after {
  transition: inherit;
}

/* line 20137, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-5__content::after {
  opacity: 0;
}

/* line 20140, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-5:hover .info-v5-5__header::after,
.info-v5-5:hover .info-v5-5__content::after {
  opacity: .8;
}

/*------------------------------------
  Info Block v5-6
------------------------------------*/
/* line 20147, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-6:hover .info-v5-6__rating {
  color: #333;
}

/* line 20150, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-6:hover .info-v5-6__price {
  background-color: #333;
}

/* line 20153, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-6 .g-color-gray-light-v5--hover .g-rating,
.info-v5-6 .g-bg-white--hover,
.info-v5-6 .g-color-primary--hover {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: .3s;
}

/* line 20161, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-6:hover .g-color-gray-light-v5--hover .g-rating {
  color: #f7f7f7;
}

/* line 20164, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-6:hover .g-bg-white--hover {
  background: #fff;
}

/* line 20167, /home/app/webapp/app/assets/stylesheets/unify.css */
.info-v5-6:hover .g-color-primary--hover {
  color: #72c02c;
}

/*--------------------------------------------------
  Info Block v6-1
----------------------------------------------------*/
/* line 20173, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v6-1__item {
  position: relative;
  z-index: 1;
  padding-bottom: 0.78571rem;
}

/* line 20178, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v6-1__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 1px;
  background-image: linear-gradient(to right, #72c02c 0%, transparent 100%);
  background-repeat: repeat-x;
  transition: all 0.4s ease-in-out;
}

/* line 20190, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v6-1:hover .u-info-v6-1__item::after {
  width: 100%;
  background-image: linear-gradient(to right, #72c02c 0%, transparent 100%);
  background-repeat: repeat-x;
}

/*--------------------------------------------------
  Info Block v7-1
----------------------------------------------------*/
/* line 20198, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v7-1__item {
  border: 2px solid transparent;
  transition: all .2s ease-in-out;
}

/* line 20202, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v7-1__item-child-v1 {
  border: 5px solid transparent;
  transition: all .2s ease-in-out;
}

/* line 20206, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v7-1__item-child-v2 {
  transition: all .2s ease-in-out;
}

/* line 20209, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v7-1:hover {
  border-color: #eee;
}

/* line 20212, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v7-1:hover .u-info-v7-1__item {
  border-color: #ddd;
}

/* line 20215, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v7-1:hover .u-info-v7-1__item-child-v1 {
  border-color: #ddd;
}

/* line 20218, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v7-1:hover .u-info-v7-1__item-child-v2 {
  color: #fff;
  background: #72c02c;
}

/*--------------------------------------------------
  Info Block v8-1
----------------------------------------------------*/
/* line 20225, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-hs-filter a {
  padding: 0.35714rem 0.71429rem;
  font-size: 0.85714rem;
  color: #333;
  border: solid 1px #333;
  text-transform: uppercase;
  border-radius: .25rem;
  transition: all .3s;
}

/* line 20234, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-hs-filter a:hover, .u-hs-filter a:focus {
  text-decoration: none;
}

/* line 20237, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-hs-filter a:hover {
  color: #fff;
  background-color: #333;
}

/* line 20241, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-hs-filter .active a {
  color: #fff;
  background: #333;
}

/*--------------------------------------------------
  Info Block v9-1
----------------------------------------------------*/
@media (min-width: 768px) {
  /* line 20249, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-info-v9-1 {
    position: relative;
  }

  /* line 20251, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-info-v9-1::before {
    position: absolute;
    top: 111px;
    left: 17%;
    width: 66%;
    border-top: 1px dotted #ddd;
    content: " ";
  }
}
/*--------------------------------------------------
  Info Block v10-1
----------------------------------------------------*/
/* line 20262, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v10-1 {
  position: relative;
  display: inline-block;
}

/* line 20266, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v10-1::before, .u-info-v10-1::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 1000px;
  height: 1px;
  background: #f7f7f7;
  content: " ";
  margin-top: 0.5px;
}

/* line 20276, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v10-1::before {
  right: 100%;
  margin-right: 25px;
}

/* line 20280, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-info-v10-1::after {
  left: 100%;
  margin-left: 25px;
}

/*------------------------------------
  Custom Bootstrap
------------------------------------*/
/* line 20287, /home/app/webapp/app/assets/stylesheets/unify.css */
.container-semiboxed {
  box-sizing: border-box;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  /* line 20296, /home/app/webapp/app/assets/stylesheets/unify.css */
  .container-semiboxed {
    width: 540px;
  }
}
@media (min-width: 768px) {
  /* line 20300, /home/app/webapp/app/assets/stylesheets/unify.css */
  .container-semiboxed {
    width: 720px;
  }
}
@media (min-width: 992px) {
  /* line 20304, /home/app/webapp/app/assets/stylesheets/unify.css */
  .container-semiboxed {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  /* line 20308, /home/app/webapp/app/assets/stylesheets/unify.css */
  .container-semiboxed {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  /* line 20312, /home/app/webapp/app/assets/stylesheets/unify.css */
  .container-semiboxed {
    width: 1340px;
  }
}
/* line 20315, /home/app/webapp/app/assets/stylesheets/unify.css */
.text-muted, .search-history .filter-name, .search-history .filter-separator {
  color: #999 !important;
}

/* line 20318, /home/app/webapp/app/assets/stylesheets/unify.css */
.list-group-item {
  border-color: #eee;
}

/* line 20321, /home/app/webapp/app/assets/stylesheets/unify.css */
.list-group-item-action:hover {
  background-color: #f7f7f7;
}

/* line 20324, /home/app/webapp/app/assets/stylesheets/unify.css */
.list-group-item.active {
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 20328, /home/app/webapp/app/assets/stylesheets/unify.css */
.list-group-border-0 .list-group-item:first-child,
.list-group-border-0 .list-group-item:last-child {
  border-radius: 0;
}

/* Paginations */
/* line 20333, /home/app/webapp/app/assets/stylesheets/unify.css */
.page-link {
  color: #72c02c;
}

/* line 20336, /home/app/webapp/app/assets/stylesheets/unify.css */
.page-link:focus, .page-link:hover {
  color: #72c02c;
}

/* line 20339, /home/app/webapp/app/assets/stylesheets/unify.css */
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  border-color: #72c02c;
  background-color: #72c02c;
}

/* line 20345, /home/app/webapp/app/assets/stylesheets/unify.css */
.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  background-color: #72c02c;
}

/* line 20349, /home/app/webapp/app/assets/stylesheets/unify.css */
.nav-tabs {
  border-bottom: 1px solid #eee;
}

/* line 20352, /home/app/webapp/app/assets/stylesheets/unify.css */
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

/* line 20356, /home/app/webapp/app/assets/stylesheets/unify.css */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #555;
  border-color: #eee #eee #fff;
}

/* line 20361, /home/app/webapp/app/assets/stylesheets/unify.css */
.progress {
  font-size: 1rem;
  line-height: inherit;
  background-color: #eee;
}

/* line 20366, /home/app/webapp/app/assets/stylesheets/unify.css */
.progress-bar {
  height: auto;
  min-height: 12px;
  background-color: #72c02c;
}

/* line 20371, /home/app/webapp/app/assets/stylesheets/unify.css */
.btn-primary {
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 20375, /home/app/webapp/app/assets/stylesheets/unify.css */
.btn-primary:hover {
  color: #fff;
  background-color: #6db82a;
  border-color: #6db82a;
}

/* line 20380, /home/app/webapp/app/assets/stylesheets/unify.css */
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 2px rgba(114, 192, 44, 0.5);
}

/* line 20383, /home/app/webapp/app/assets/stylesheets/unify.css */
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #72c02c;
  border-color: #72c02c;
}

/* line 20387, /home/app/webapp/app/assets/stylesheets/unify.css */
.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #6db82a;
  border-color: #6db82a;
}

/* line 20392, /home/app/webapp/app/assets/stylesheets/unify.css */
.btn-outline-primary {
  color: #72c02c;
  border-color: #72c02c;
}

/* line 20396, /home/app/webapp/app/assets/stylesheets/unify.css */
.btn-outline-primary:hover {
  background-color: #6db82a;
  border-color: #6db82a;
}

/* line 20400, /home/app/webapp/app/assets/stylesheets/unify.css */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 2px rgba(114, 192, 44, 0.5);
}

/* line 20403, /home/app/webapp/app/assets/stylesheets/unify.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #72c02c;
}

/* line 20406, /home/app/webapp/app/assets/stylesheets/unify.css */
.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #6db82a;
  border-color: #6db82a;
}

/* line 20411, /home/app/webapp/app/assets/stylesheets/unify.css */
.card,
.card-header {
  border-color: #eee;
}

/* line 20415, /home/app/webapp/app/assets/stylesheets/unify.css */
.card-header {
  padding: 0.71429rem 1.07143rem;
}

/* line 20418, /home/app/webapp/app/assets/stylesheets/unify.css */
.card-block {
  padding: 1.07143rem;
}

/* line 20421, /home/app/webapp/app/assets/stylesheets/unify.css */
.form-control {
  border-color: #ccc;
}

/* line 20424, /home/app/webapp/app/assets/stylesheets/unify.css */
.form-control-md {
  padding: .8rem 1rem .6rem;
}

/* line 20427, /home/app/webapp/app/assets/stylesheets/unify.css */
.form-control,
.form-control:focus {
  color: #555;
}

/* line 20431, /home/app/webapp/app/assets/stylesheets/unify.css */
.form-control:focus,
.custom-select:focus {
  border-color: #72c02c;
}

/* line 20435, /home/app/webapp/app/assets/stylesheets/unify.css */
.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .5;
}

/* line 20439, /home/app/webapp/app/assets/stylesheets/unify.css */
.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}

/* line 20443, /home/app/webapp/app/assets/stylesheets/unify.css */
.form-control::-moz-placeholder {
  color: inherit;
  opacity: .5;
}
.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: .5;
}
.form-control::placeholder {
  color: inherit;
  opacity: .5;
}

/* line 20447, /home/app/webapp/app/assets/stylesheets/unify.css */
.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #5cb85c;
}

/* line 20454, /home/app/webapp/app/assets/stylesheets/unify.css */
.has-success .form-control {
  border-color: #5cb85c;
}

/* line 20457, /home/app/webapp/app/assets/stylesheets/unify.css */
.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #f0ad4e;
}

/* line 20464, /home/app/webapp/app/assets/stylesheets/unify.css */
.has-warning .form-control {
  border-color: #f0ad4e;
}

/* line 20467, /home/app/webapp/app/assets/stylesheets/unify.css */
.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #d9534f;
}

/* line 20474, /home/app/webapp/app/assets/stylesheets/unify.css */
.has-danger .form-control {
  border-color: #d9534f;
}

/* line 20477, /home/app/webapp/app/assets/stylesheets/unify.css */
.input-group-addon {
  min-width: 38px;
  background-color: transparent;
  border-color: #ccc;
  transition: border-color .15s ease-in-out 0s;
}

/* line 20483, /home/app/webapp/app/assets/stylesheets/unify.css */
.input-group-addon > * {
  white-space: normal;
}

/* line 20486, /home/app/webapp/app/assets/stylesheets/unify.css */
.input-group-addon i {
  margin: 0 auto;
}

/* line 20489, /home/app/webapp/app/assets/stylesheets/unify.css */
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: auto;
}

/* line 20494, /home/app/webapp/app/assets/stylesheets/unify.css */
.btn-group {
  display: block;
}

/* line 20497, /home/app/webapp/app/assets/stylesheets/unify.css */
.input-group-addon + .input-group-addon {
  border-left: solid 1px #ccc;
}

/* line 20500, /home/app/webapp/app/assets/stylesheets/unify.css */
.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #f7f7f7;
}

/* line 20503, /home/app/webapp/app/assets/stylesheets/unify.css */
.table-striped tbody td {
  border-top: none;
}

@media (min-width: 768px) {
  /* line 20507, /home/app/webapp/app/assets/stylesheets/unify.css */
  .btn-group {
    display: inline-flex;
  }

  /* line 20511, /home/app/webapp/app/assets/stylesheets/unify.css */
  .justified-content {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  /* line 20515, /home/app/webapp/app/assets/stylesheets/unify.css */
  .justified-content > * {
    display: table-cell;
    width: 1%;
    float: none;
  }
}
/* line 20520, /home/app/webapp/app/assets/stylesheets/unify.css */
.dropdown-menu, .twitter-typeahead .tt-menu {
  min-width: 15rem;
  padding: 0;
}

/* line 20524, /home/app/webapp/app/assets/stylesheets/unify.css */
.dropdown-toggle::before {
  display: none;
}

/* line 20527, /home/app/webapp/app/assets/stylesheets/unify.css */
.dropdown-toggle::after {
  content: "\e900";
  position: relative;
  top: 0.21429rem;
  font-family: "hs-icons" !important;
  font-size: 10px;
  display: inline;
  border: none;
  margin-left: 0.5rem;
}

/* line 20537, /home/app/webapp/app/assets/stylesheets/unify.css */
.dropdown-item {
  padding: 0.21429rem 1.07143rem;
}

/* line 20540, /home/app/webapp/app/assets/stylesheets/unify.css */
.dropdown-item:focus, .dropdown-item:hover {
  background: rgba(0, 0, 0, 0.03);
}

/* line 20543, /home/app/webapp/app/assets/stylesheets/unify.css */
.dropdown-item.active, .dropdown-item:active {
  background: rgba(0, 0, 0, 0.05);
  color: inherit !important;
}

/* line 20547, /home/app/webapp/app/assets/stylesheets/unify.css */
.dropdown-item.active > a, .dropdown-item:active > a {
  color: inherit !important;
}

/* line 20550, /home/app/webapp/app/assets/stylesheets/unify.css */
.dropdown-item.active > a::before, .dropdown-item.active > a::after, .dropdown-item:active > a::before, .dropdown-item:active > a::after {
  background-color: #fff;
}

/* line 20553, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--dark .dropdown-item.active > a, .u-header__section--dark .dropdown-item:active > a {
  color: #fff !important;
}

/*--------------------------------------------------
  Hamburgers
----------------------------------------------------*/
/* line 20559, /home/app/webapp/app/assets/stylesheets/unify.css */
.hamburger {
  padding: 10px;
}

/* line 20562, /home/app/webapp/app/assets/stylesheets/unify.css */
.hamburger-box {
  width: 37px;
  height: 25px;
}

/* line 20566, /home/app/webapp/app/assets/stylesheets/unify.css */
.hamburger-inner {
  margin-top: 1px;
}

/* line 20569, /home/app/webapp/app/assets/stylesheets/unify.css */
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  width: 37px;
  height: 1px;
  border-radius: 0;
}

/* line 20574, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--light .hamburger-inner,
.u-header__section--light .hamburger-inner::after,
.u-header__section--light .hamburger-inner::before {
  background: #555;
}

/* line 20579, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-header__section--dark .hamburger-inner,
.u-header__section--dark .hamburger-inner::after,
.u-header__section--dark .hamburger-inner::before {
  background: #fff;
}

/*------------------------------------
  jQuery UI
------------------------------------*/
/* line 20587, /home/app/webapp/app/assets/stylesheets/unify.css */
.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

/* line 20593, /home/app/webapp/app/assets/stylesheets/unify.css */
.ui-autocomplete .left {
  float: left;
}

/* line 20596, /home/app/webapp/app/assets/stylesheets/unify.css */
.ui-autocomplete .right {
  float: right;
}

/* line 20599, /home/app/webapp/app/assets/stylesheets/unify.css */
.ui-autocomplete .ui-menu-item {
  padding: 0;
}

/* line 20602, /home/app/webapp/app/assets/stylesheets/unify.css */
.ui-autocomplete .ui-menu-item-wrapper {
  display: block;
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  padding: 5px 15px;
}

/* line 20609, /home/app/webapp/app/assets/stylesheets/unify.css */
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active, .ui-autocomplete .ui-menu-item-wrapper:hover {
  color: #fff;
  background-color: #72c02c;
  text-decoration: none;
}

/* line 20614, /home/app/webapp/app/assets/stylesheets/unify.css */
.ui-autocomplete .ui-menu-item:hover {
  color: #fff;
  background-color: #72c02c;
}

/* line 20618, /home/app/webapp/app/assets/stylesheets/unify.css */
.ui-autocomplete .ui-menu-item:hover .ui-menu-item-wrapper {
  background-color: transparent;
  border-color: transparent;
}

/* line 20622, /home/app/webapp/app/assets/stylesheets/unify.css */
.ui-autocomplete-category {
  padding: 5px 15px;
  margin: 0;
  font-weight: bold;
}

/* line 20627, /home/app/webapp/app/assets/stylesheets/unify.css */
.select2-container .select2-selection--single {
  height: 2.5rem;
}

/* line 20630, /home/app/webapp/app/assets/stylesheets/unify.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  padding: .5rem .75rem;
}

/* line 20634, /home/app/webapp/app/assets/stylesheets/unify.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  line-height: 26px;
  text-align: center;
  transform: translateY(-50%);
}

/* line 20642, /home/app/webapp/app/assets/stylesheets/unify.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  vertical-align: middle;
  border: none;
  margin-top: 0;
  margin-left: 0;
}

/* line 20655, /home/app/webapp/app/assets/stylesheets/unify.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b::before {
  content: "\f0dc";
}

/* line 20658, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-0 + .select2-container--default .select2-selection--single {
  border-radius: 0;
}

/* line 20661, /home/app/webapp/app/assets/stylesheets/unify.css */
.select2-results__option {
  position: relative;
}

/* line 20664, /home/app/webapp/app/assets/stylesheets/unify.css */
.select2-results__option img:first-child {
  margin-right: 10px;
}

/* line 20667, /home/app/webapp/app/assets/stylesheets/unify.css */
.select2-results__option img:last-child {
  margin-left: 10px;
}

/* line 20670, /home/app/webapp/app/assets/stylesheets/unify.css */
.select2-results__option:hover .u-option-icons--v1 {
  opacity: 1;
}

/* line 20673, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-select-v1 {
  position: relative;
}

/* line 20676, /home/app/webapp/app/assets/stylesheets/unify.css */
.select2-container--default .u-select-v1 {
  height: auto;
  border-radius: 0;
}

/* line 20680, /home/app/webapp/app/assets/stylesheets/unify.css */
.select2-container--default .u-select-v1 .select2-selection__rendered {
  padding: 0;
}

/* line 20683, /home/app/webapp/app/assets/stylesheets/unify.css */
.select2-container--default .u-select-v1 .select2-selection__arrow {
  line-height: 22px;
}

/* line 20686, /home/app/webapp/app/assets/stylesheets/unify.css */
.select2-container--default .u-select-v1:focus {
  outline: 0 none;
}

/* line 20689, /home/app/webapp/app/assets/stylesheets/unify.css */
.chosen-container-single .chosen-single div b {
  position: relative;
}

/* line 20692, /home/app/webapp/app/assets/stylesheets/unify.css */
.chosen-container-single .chosen-search input[type="text"] {
  padding: .8rem 1rem .6rem;
  border-color: #ccc;
}

/* line 20696, /home/app/webapp/app/assets/stylesheets/unify.css */
.chosen-container-single.u-dropdown-sm .chosen-search input[type="text"] {
  padding: .25rem .5rem .1rem;
}

/* line 20699, /home/app/webapp/app/assets/stylesheets/unify.css */
.chosen-container-single.u-dropdown-lg .chosen-search input[type="text"] {
  padding: .75rem 1.5rem .55rem;
}

/* line 20702, /home/app/webapp/app/assets/stylesheets/unify.css */
.chosen-container-single.u-select-above .chosen-drop {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
}

/* line 20708, /home/app/webapp/app/assets/stylesheets/unify.css */
.jFiler-jProgressBar {
  height: auto;
  margin-top: 0;
}

/* line 20712, /home/app/webapp/app/assets/stylesheets/unify.css */
.jvectormap-container {
  width: 100%;
  height: 100%;
}

/*------------------------------------
  Pin Map
------------------------------------*/
/* line 20719, /home/app/webapp/app/assets/stylesheets/unify.css */
.point {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
}

/* line 20725, /home/app/webapp/app/assets/stylesheets/unify.css */
.point::before, .point::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
}

/* line 20731, /home/app/webapp/app/assets/stylesheets/unify.css */
.point::before {
  top: 5px;
  left: 5px;
  width: 11px;
  height: 11px;
  background: #72c02c;
}

/* line 20738, /home/app/webapp/app/assets/stylesheets/unify.css */
.point::after {
  top: 8px;
  left: 8px;
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.5);
}

/* line 20745, /home/app/webapp/app/assets/stylesheets/unify.css */
.mwp-wrap {
  box-shadow: 0 1px 9px -1px;
  left: -82px;
  bottom: 35px !important;
}

/* line 20750, /home/app/webapp/app/assets/stylesheets/unify.css */
.mwp-wrap::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-width: 14px 14px 0 14px;
  border-style: solid;
  border-color: #111 transparent transparent transparent;
}

/*--------------------------------------------------
  Fancybox
----------------------------------------------------*/
/* line 20765, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button {
  font-size: 1.42857rem;
  line-height: 2.92857rem;
  width: 3.14286rem;
  height: 3.14286rem;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  border-width: 0.07143rem;
  border-style: solid;
  border-color: #fff;
  outline: none;
  border-radius: 50%;
  opacity: .8;
  transition: opacity .3s ease;
}

/* line 20781, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button::before {
  font-family: "hs-icons";
  position: static;
  opacity: 1;
  background-color: transparent;
  border: none;
  box-shadow: none;
  transform: none;
  width: auto;
  height: auto;
}

/* line 20794, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button--left, .u-fancybox-theme .fancybox-button--right {
  margin-top: -1.57143rem;
  position: absolute;
  top: 50%;
  z-index: 99994;
  display: none;
}

/* line 20801, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button--left {
  left: 1.42857rem;
}

/* line 20804, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button--left::before {
  content: "\e901";
}

/* line 20807, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button--right {
  right: 1.42857rem;
}

/* line 20810, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button--right::before {
  content: "\e902";
}

/* line 20813, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button--close::before {
  content: "\e904";
}

/* line 20816, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button--play::before {
  content: "\e90c";
}

/* line 20819, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button--fullscreen::before {
  content: "\e909";
}

/* line 20822, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button--thumbs::before {
  content: "\e906";
}

/* line 20825, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button::after {
  display: none;
}

/* line 20828, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-button:hover, .u-fancybox-theme .fancybox-button:focus {
  opacity: 1;
}

/* line 20831, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-buttons {
  top: 1.42857rem;
  right: 1.42857rem;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem;
}

/* line 20837, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-buttons .fancybox-button {
  margin-left: 0.35714rem;
  margin-right: 0.35714rem;
}

/* line 20841, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-thumbs {
  background-color: #000;
}

/* line 20844, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-thumbs > ul > li {
  border-color: #000;
}

/* line 20847, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-theme .fancybox-thumbs > ul > li::before {
  border-color: #72c02c;
}

/* Blur bg container */
/* line 20851, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-fancybox-blur-bg-container {
  filter: blur(2px);
}

/* line 20855, /home/app/webapp/app/assets/stylesheets/unify.css */
.fancybox-controls--canzoomIn .fancybox-placeholder,
.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: inherit;
}

/* line 20859, /home/app/webapp/app/assets/stylesheets/unify.css */
[data-lazy] {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .4s;
  transition-timing-function: ease-in;
}

/* line 20865, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-carousel .js-next,
.js-carousel .js-prev {
  opacity: 0;
}

/* line 20869, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-carousel.slick-initialized .js-next,
.js-carousel.slick-initialized .js-prev {
  opacity: 1;
}

/* line 20873, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-slide:first-child {
  height: auto;
}

/* line 20876, /home/app/webapp/app/assets/stylesheets/unify.css */
.slick-vertical .slick-slide {
  border: none;
}

/*------------------------------------
  Border Colors
------------------------------------*/
/* Primary Colors */
/* line 20883, /home/app/webapp/app/assets/stylesheets/unify.css */
.slick-active .g-brd-primary--before--active::before {
  border-color: #72c02c !important;
}

/* line 20886, /home/app/webapp/app/assets/stylesheets/unify.css */
.slick-active .g-brd-primary--active {
  border-color: #72c02c !important;
}

/* line 20889, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-pagination .g-brd-primary--before--hover:hover::before {
  border-color: #72c02c !important;
}

/*------------------------------------
  Border Width
------------------------------------*/
/* line 20895, /home/app/webapp/app/assets/stylesheets/unify.css */
.slick-active .g-brd-3--before--active::before {
  border-width: 3px !important;
}

/*------------------------------------
  Box shadows
------------------------------------*/
/* line 20901, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent.slick-current .u-shadow-v24--active {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
}

/*------------------------------------
  Dot line v1
------------------------------------*/
/* line 20907, /home/app/webapp/app/assets/stylesheets/unify.css */
.slick-active .u-dot-line-v1__inner::before, .slick-active
.u-dot-line-v1-2__inner::before {
  width: 100%;
  height: 100%;
}

/*------------------------------------
  Dot line v2
------------------------------------*/
/* line 20915, /home/app/webapp/app/assets/stylesheets/unify.css */
.slick-active .u-dot-line-v2__inner::before, .slick-active
.u-dot-line-v2-2__inner::before {
  width: 100%;
  height: 100%;
}

/* line 20920, /home/app/webapp/app/assets/stylesheets/unify.css */
[data-animation].cbp {
  visibility: visible;
}

/* line 20923, /home/app/webapp/app/assets/stylesheets/unify.css */
.cbp-slider-next::after,
.cbp-slider-prev::after {
  display: none;
}

/* line 20927, /home/app/webapp/app/assets/stylesheets/unify.css */
.cbp-filter-item {
  cursor: pointer;
}

/*------------------------------------
  Border Colors
------------------------------------*/
/* Primary Colors */
/* line 20934, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary--active.cbp-filter-item-active {
  border-color: #72c02c !important;
}

/* line 20937, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-opacity-0_3--active.cbp-filter-item-active {
  border-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 20940, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v1--active.cbp-filter-item-active {
  border-color: #6db82a !important;
}

/* line 20943, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v2--active.cbp-filter-item-active {
  border-color: #66ab27 !important;
}

/* line 20946, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v3--active.cbp-filter-item-active {
  border-color: #599722 !important;
}

/* Black Colors */
/* line 20950, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-black--active.cbp-filter-item-active {
  border-color: #000 !important;
}

/* White Colors */
/* line 20954, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white--active.cbp-filter-item-active {
  border-color: #fff !important;
}

/* line 20957, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_1--active.cbp-filter-item-active {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 20960, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_2--active.cbp-filter-item-active {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 20963, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_3--active.cbp-filter-item-active {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 20966, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_4--active.cbp-filter-item-active {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 20969, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_5--active.cbp-filter-item-active {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 20972, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_6--active.cbp-filter-item-active {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* Gray Colors */
/* line 20976, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v1--active.cbp-filter-item-active {
  border-color: #111 !important;
}

/* line 20979, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v2--active.cbp-filter-item-active {
  border-color: #333 !important;
}

/* line 20982, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v3--active.cbp-filter-item-active {
  border-color: #555 !important;
}

/* line 20985, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v4--active.cbp-filter-item-active {
  border-color: #777 !important;
}

/* line 20988, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v5--active.cbp-filter-item-active {
  border-color: #999 !important;
}

/* line 20991, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v1--active.cbp-filter-item-active {
  border-color: #bbb !important;
}

/* line 20994, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v2--active.cbp-filter-item-active {
  border-color: #ccc !important;
}

/* line 20997, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v3--active.cbp-filter-item-active {
  border-color: #ddd !important;
}

/* line 21000, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v4--active.cbp-filter-item-active {
  border-color: #eee !important;
}

/* line 21003, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v5--active.cbp-filter-item-active {
  border-color: #f7f7f7 !important;
}

/* Transparent */
/* line 21007, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-transparent--active.cbp-filter-item-active {
  border-color: transparent !important;
}

/*------------------------------------
  Background Colors
------------------------------------*/
/* Primary Colors */
/* line 21014, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary--active.cbp-filter-item-active {
  background-color: #72c02c !important;
}

/*------------------------------------
  Colors
------------------------------------*/
/* Primary Colors */
/* line 21021, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-primary--active.cbp-filter-item-active {
  color: #72c02c !important;
}

/* Black Colors */
/* line 21025, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-black--active.cbp-filter-item-active {
  color: #000 !important;
}

/* White Colors */
/* line 21029, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-white--active.cbp-filter-item-active {
  color: #fff !important;
}

/* Gray Colors */
/* line 21033, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-light-v1--active.cbp-filter-item-active {
  color: #bbb !important;
}

/* line 21036, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-light-v2--active.cbp-filter-item-active {
  color: #ccc !important;
}

/* line 21039, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-light-v3--active.cbp-filter-item-active {
  color: #ddd !important;
}

/* line 21042, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-light-v4--active.cbp-filter-item-active {
  color: #eee !important;
}

/* line 21045, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-light-v5--active.cbp-filter-item-active {
  color: #f7f7f7 !important;
}

/* line 21048, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-dark-v1--active.cbp-filter-item-active {
  color: #111 !important;
}

/* line 21051, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-dark-v2--active.cbp-filter-item-active {
  color: #333 !important;
}

/* line 21054, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-dark-v3--active.cbp-filter-item-active {
  color: #555 !important;
}

/* line 21057, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-dark-v4--active.cbp-filter-item-active {
  color: #777 !important;
}

/* line 21060, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-dark-v5--active.cbp-filter-item-active {
  color: #999 !important;
}

/* line 21063, /home/app/webapp/app/assets/stylesheets/unify.css */
pre[class*="language-"] {
  position: relative;
  margin: 0;
}

/* line 21067, /home/app/webapp/app/assets/stylesheets/unify.css */
pre[class*="language-"] .toolbar {
  position: absolute;
  top: -1px;
  right: -1px;
}

/* line 21072, /home/app/webapp/app/assets/stylesheets/unify.css */
pre[class*="language-"] .toolbar-item a {
  display: block;
  z-index: 10;
  padding: 5px 8px;
  font-size: 12px;
  color: #111;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 0 0 0 4px;
}

/* line 21083, /home/app/webapp/app/assets/stylesheets/unify.css */
.embed-responsive .plyr--video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 21090, /home/app/webapp/app/assets/stylesheets/unify.css */
[class^="et-"] {
  line-height: 1.1;
}

/* line 21093, /home/app/webapp/app/assets/stylesheets/unify.css */
.hs-has-mega-menu:not(.hs-mega-menu-opened) *,
.hs-has-sub-menu:not(.hs-sub-menu-opened) * {
  transition: none !important;
}

/* line 21097, /home/app/webapp/app/assets/stylesheets/unify.css */
.hs-has-mega-menu:not(.hs-mega-menu-opened) *::before, .hs-has-mega-menu:not(.hs-mega-menu-opened) *::after,
.hs-has-sub-menu:not(.hs-sub-menu-opened) *::before,
.hs-has-sub-menu:not(.hs-sub-menu-opened) *::after {
  transition: none !important;
}

/*------------------------------------
  JS
------------------------------------*/
/* line 21105, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-carousel_single-item {
  max-width: 100%;
  position: relative;
}

/* line 21109, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-next,
.js-prev,
.js-thumb {
  cursor: pointer;
}

/* line 21114, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-next,
.js-prev {
  z-index: 10;
}

/* line 21118, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-thumb img {
  display: inline-block;
}

/* line 21121, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-carousel_single-item-thumbs5__thumbs .js-thumb {
  opacity: .3;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 21127, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-carousel_single-item-thumbs5__thumbs .js-thumb.slick-center {
  opacity: 1;
}

/* line 21130, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-carousel_single-item-thumbs5--v2__thumbs .js-thumb {
  opacity: .4;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 21136, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-carousel_single-item-thumbs5--v2__thumbs .js-thumb.slick-center {
  opacity: 1;
}

/* line 21139, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-carousel_single-item-thumbs5--v3__thumbs .js-thumb {
  opacity: .4;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 21145, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-carousel_single-item-thumbs5--v3__thumbs .js-thumb.slick-center {
  opacity: 1;
}

/* line 21148, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-pagi-control--v2 {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border-radius: 50%;
  background-color: #ddd;
  opacity: .3;
  cursor: pointer;
}

/* line 21158, /home/app/webapp/app/assets/stylesheets/unify.css */
.slick-active .u-pagi-control-red {
  background-color: #f00;
}

/* line 21161, /home/app/webapp/app/assets/stylesheets/unify.css */
.slick-active .u-pagi-control-grey {
  opacity: 1;
}

/* line 21164, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel--v3 .js-prev,
.u-carousel--v3 .js-next {
  top: 50%;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 21172, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel--v3 .g-height-40.js-prev, .u-carousel--v3 .g-height-40.js-next {
  margin-top: -20px;
  left: 50%;
}

/* line 21176, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel--v3 .g-height-40.js-prev {
  margin-left: -99px;
}

/* line 21179, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel--v3 .g-height-40.js-next {
  margin-left: 65px;
}

/* line 21182, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel--v3:hover .js-prev,
.u-carousel--v3:hover .js-next {
  opacity: 1;
}

/* line 21186, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel--v4 {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 21190, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel--v4 .js-prev,
.u-carousel--v4 .js-next {
  top: 50%;
  opacity: 0;
  transition-property: opacity;
  transition-duration: .4s;
  transition-timing-function: ease-in;
}

/* line 21198, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel--v4 .g-height-40.js-prev, .u-carousel--v4 .g-height-40.js-next {
  margin-top: -20px;
  left: 50%;
}

/* line 21202, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel--v4 .g-height-40.js-prev {
  margin-left: -160px;
}

/* line 21205, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel--v4 .g-height-40.js-next {
  margin-left: 125px;
}

/* line 21208, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel--v4:hover .js-prev,
.u-carousel--v4:hover .js-next {
  opacity: 1;
}

/*--------------------------------------------------
  Filter v1
----------------------------------------------------*/
/* line 21215, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-filter-v1 > li:not(:last-child)::after {
  content: "|";
  font-size: 0.71429rem;
  line-height: 1em;
  margin: 0 7px 0 14px;
  position: relative;
  top: -2px;
  line-height: inherit;
  display: inline-block;
  vertical-align: middle;
  color: #ddd;
}

/* line 21227, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-filter-v1 > li:hover,
.u-filter-v1 [class*="active"] {
  color: #72c02c;
}

/*--------------------------------------------------
  Carousel v10
----------------------------------------------------*/
/* line 21234, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v10 .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: auto;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

/* line 21243, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v10 .slick-dots li {
  display: block;
  margin-bottom: 5px;
}

/* line 21247, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v10 .slick-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: transparent;
  background: #ccc;
  border: none;
  outline: none;
}

/* line 21256, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v10 .slick-dots .slick-active button {
  background: #72c02c;
}

/* line 21259, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v10-nav {
  margin-top: -135px;
}

/* line 21262, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v10-nav .js-slide {
  position: relative;
  cursor: pointer;
  height: 100%;
}

/* line 21267, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v10-nav .js-slide:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-in-out;
}

/* line 21278, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-carousel-v10-nav .js-slide.slick-current::after {
  opacity: 0;
}

@media only screen and (max-width: 991px) {
  /* line 21282, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-carousel-v10 .slick-dots {
    visibility: visible;
  }

  /* line 21284, /home/app/webapp/app/assets/stylesheets/unify.css */
  .u-carousel-v10-nav {
    display: none;
  }
}
/*------------------------------------
  Internet Explorer (IE)
------------------------------------*/
/* Text Gradients */
/* line 21291, /home/app/webapp/app/assets/stylesheets/unify.css */
.IE .g-color-cyan-gradient-opacity-v1,
.IE .g-color-blue-gradient-opacity-v1 {
  background: transparent;
  -webkit-text-fill-color: initial;
}

/* line 21296, /home/app/webapp/app/assets/stylesheets/unify.css */
.IE .g-color-cyan-gradient-opacity-v1 {
  color: #00bed6;
}

/* line 21299, /home/app/webapp/app/assets/stylesheets/unify.css */
.IE .g-color-blue-gradient-opacity-v1 {
  color: #8654da;
}

/* line 21302, /home/app/webapp/app/assets/stylesheets/unify.css */
.IE .form-control:-ms-input-placeholder {
  opacity: 1;
}

/*------------------------------------
  Demo of Icons
------------------------------------*/
/* line 21308, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icons-demo__item {
  border: solid 1px #eee;
  margin: 0 -1px -1px 0;
  padding: 20px 15px;
}

/* line 21313, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-icons-demo-item__value, .u-icons-demo-item__value:focus {
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
}

/* Add here all your css styles (customizations) */
/*------------------------------------
  Globals
------------------------------------*/
/* Text */
/* line 21324, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-word-break {
  word-wrap: break-word;
}

/* Puller */
/* line 21328, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pull-50x-up {
  transform: translateY(-51%);
}

/* line 21333, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pull-50x-bottom {
  transform: translateY(51%);
}

/* line 21338, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pull-50x-left {
  transform: translateX(-51%);
}

/* line 21343, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pull-50x-right {
  transform: translateX(51%);
}

/* Link overlay */
/* line 21349, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-link-overlay,
.g-pos-cover {
  /* P */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

/* P */
/* line 21360, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pos-cover {
  z-index: 1;
}

/*------------------------------------
  Block Alignments
------------------------------------*/
/* line 21366, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-attachment-fixed {
  background-attachment: fixed;
}

/*------------------------------------
  Background Gradient Colors
------------------------------------*/
/* Simple Linear Gradients
------------------------------------*/
/* Gray Light v1 */
/* line 21375, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-light-gradient-v1--after::after {
  background: linear-gradient(to bottom, rgba(247, 247, 247, 0.5), #f7f7f7);
}

/* White v1 */
/* line 21379, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-gradient-v1--after::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.9));
}

/* Linear Gradients
------------------------------------*/
/* Gray Gradient */
/* line 21385, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(180deg, #fff, #dbdbdb);
}

/* Blue Pink Gradient */
/* line 21390, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-bluepink-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(50deg, #2b7cb6, #f62d51);
}

/* Blue Gradient */
/* line 21395, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-blue-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(0deg, #73bec7, #4e66b0);
}

/* line 21399, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-blue-lineargradient-v2 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #429edc, #00629e);
}

/* line 21403, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-blue-lineargradient-v3 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #3266a2, #98cfbf);
}

/* line 21407, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-blue-lineargradient-v4 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #5b85df, #3ec2e3);
}

/* line 21411, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-blue-lineargradient-v5 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #0050c2, #5180fa);
}

/* Orange Gradient */
/* line 21416, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-orange-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #be1715, #ed6d0f);
}

/* line 21420, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-orange-lineargradient-v2 {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #f5cd21, #c22821);
}

/* Yellow Gradient */
/* line 21425, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-yellow-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #f59b00, #f5d400);
}

/* Dark Purple Gradient */
/* line 21430, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-darkpurple-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #0b011d, #330c3c);
}

/* Blue Gray Gradient */
/* line 21435, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-bluegray-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #1d253c, #3e4757);
}

/* Pink Gradient */
/* line 21440, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-pink-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #b6003b, #ed1261);
}

/* Pink-v2 Gradient */
/* line 21445, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-pink-lineargradient-v2 {
  background-image: linear-gradient(to right top, #fc7279 10%, #ff7b9c 65%, #ffc019 125%);
  background-repeat: no-repeat;
}

/* Red Gradient */
/* line 21450, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-red-lineargradient {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #d70417, #9f041b);
}

/* Black Gradient */
/* line 21455, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-gradient-opacity-v1,
.g-bg-black-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  background-repeat: repeat-x;
}

/* Green Gradient */
/* line 21461, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-green-gradient-opacity-v1,
.g-bg-green-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(51, 152, 220, 0.5) 0%, rgba(114, 192, 44, 0.8) 100%);
  background-repeat: repeat-x;
}

/* Purple Gradient */
/* line 21467, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-purple-gradient-opacity-v1,
.g-bg-purple-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(114, 192, 44, 0.5) 0%, rgba(154, 105, 203, 0.8) 100%);
  background-repeat: repeat-x;
}

/* Pink Light Gradient */
/* line 21473, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-pink-gradient-opacity-v1,
.g-bg-pink-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(114, 192, 44, 0.5) 0%, rgba(232, 28, 98, 0.8) 100%);
  background-repeat: repeat-x;
}

/* Cyan Gradient */
/* line 21479, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-cyan-gradient-opacity-v1,
.g-bg-cyan-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 153, 0.5) 0%, rgba(0, 190, 214, 0.6) 100%);
  background-repeat: repeat-x;
}

/* Purple Gradient */
/* line 21485, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-purple-gradient-opacity-v1,
.g-bg-purple-gradient-opacity-v1--after::after {
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, #b7ebf6, rgba(228, 97, 210, 0.7));
}

/* Primary Gradient */
/* line 21491, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-gradient-opacity-v1,
.g-bg-primary-gradient-opacity-v1--after::after {
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, #72c02c, rgba(51, 152, 220, 0.7));
}

/* Gray Gradient */
/* line 21497, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-gradient-opacity-v1,
.g-bg-gray-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to top, #f7f7f7 0%, white 100%);
  background-repeat: repeat-x;
}

/* White Gradient */
/* line 21503, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-gradient-opacity-v1,
.g-bg-white-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background-repeat: repeat-x;
}

/* White Gradient */
/* line 21509, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-gradient-opacity-v2,
.g-bg-white-gradient-opacity-v2--after::after {
  background-image: linear-gradient(to top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background-repeat: repeat-x;
}

/* White Gradient */
/* line 21515, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-gradient-opacity-v3,
.g-bg-white-gradient-opacity-v3--after::after {
  background-image: linear-gradient(to left, white 30%, rgba(255, 255, 255, 0.3) 100%);
  background-repeat: repeat-x;
}

/* White Gradient */
/* line 21521, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-gradient-opacity-v4,
.g-bg-white-gradient-opacity-v4--after::after {
  background-image: linear-gradient(to right, white 30%, rgba(255, 255, 255, 0.3) 100%);
  background-repeat: repeat-x;
}

/* Bluegray Gradient */
/* line 21527, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-bluegray-gradient-opacity-v1,
.g-bg-bluegray-gradient-opacity-v1--after::after {
  background-image: linear-gradient(to top, rgba(88, 95, 105, 0.2) 0%, transparent 100%);
  background-repeat: repeat-x;
}

/* Bluegray Gradient */
/* line 21533, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-bluegray-gradient-opacity-v2,
.g-bg-bluegray-gradient-opacity-v2--after::after {
  background-image: linear-gradient(to top, rgba(88, 95, 105, 0.3) 0%, transparent 100%);
  background-repeat: repeat-x;
}

/* Bluegray Gradient */
/* line 21539, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-bluegray-gradient-opacity-v3,
.g-bg-bluegray-gradient-opacity-v3--after::after {
  background-repeat: repeat-x;
  background-image: linear-gradient(150deg, rgba(107, 125, 224, 0.85), #2a2734);
}

/* Radial Gradients (Ellipse)
------------------------------------*/
/* Lightblue Gradient */
/* line 21547, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-lightblue-radialgradient-ellipse {
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fff 22%, #d6e2ee);
  background-repeat: no-repeat;
}

/* Gray Gradient */
/* line 21552, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-radialgradient-ellipse {
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #dbdbdb 22%, #bbb);
  background-repeat: no-repeat;
}

/* Gray Gradient */
/* line 21557, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-graylight-radialgradient-ellipse {
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #fff 25%, #eee);
  background-repeat: no-repeat;
}

/*  Radial Gradients (Circle)
------------------------------------*/
/* Lightblue Gradient */
/* line 21564, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-lightblue-radialgradient-circle {
  background-image: radial-gradient(circle farthest-corner at 75% 95%, #fff, #d6e2ee);
  background-repeat: no-repeat;
}

/* Blue Gradient */
/* line 21569, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-blue-radialgradient-circle {
  background-image: radial-gradient(circle farthest-side at 50% 50%, #2294d7, #275296);
  background-repeat: no-repeat;
}

/* Dark Gray Gradient */
/* line 21574, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-darkgray-radialgradient-circle {
  background-image: radial-gradient(circle farthest-side at 110% 0, #596070, #31353e);
  background-repeat: no-repeat;
}

/* line 21578, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-blue-radialgradient-circle-endless {
  background-image: repeating-radial-gradient(circle at 50% 50%, #b9ecfe, #b9ecfe 10px, #82ddff 10px, #82ddff 20px);
}

/* line 21581, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-verticalstripes-endless {
  background: repeating-linear-gradient(to bottom, #fff, #fff 5px, #eee 5px, #eee 10px);
}

/*------------------------------------
  Background Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Main Colors */
/* line 21590, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-main {
  background-color: #fff !important;
}

/* Main Secondary */
/* line 21594, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-secondary {
  background-color: #fafafa !important;
}

/* Primary Colors */
/* line 21598, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary {
  background-color: #72c02c !important;
}

/* line 21601, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary--hover:hover {
  background-color: #72c02c !important;
}

/* line 21604, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-bg-primary--hover {
  background-color: #72c02c;
}

/* line 21607, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-bg-primary--parent-hover {
  background-color: #72c02c !important;
}

/* line 21610, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary--active.active,
.active .g-bg-primary--active {
  background-color: #72c02c !important;
}

/* line 21614, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent.active .g-bg-primary--parent-active {
  background-color: #72c02c !important;
}

/* line 21617, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary--before::before, .g-bg-primary--after::after {
  background-color: #72c02c !important;
}

/* line 21620, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-dark-v1 {
  background-color: #6db82a !important;
}

/* line 21623, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-dark-v2 {
  background-color: #66ab27 !important;
}

/* line 21626, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-dark-v3 {
  background-color: #599722 !important;
}

/* line 21629, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_1 {
  background-color: rgba(114, 192, 44, 0.1) !important;
}

/* line 21632, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_2 {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

/* line 21635, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_2--hover:hover {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

/* line 21638, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_2--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

/* line 21641, /home/app/webapp/app/assets/stylesheets/unify.css */
.active .g-bg-primary-opacity-0_2--active {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

/* line 21644, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_2--before::before, .g-bg-primary-opacity-0_2--after::after {
  background-color: rgba(114, 192, 44, 0.2) !important;
}

/* line 21647, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_3 {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 21650, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_3--hover:hover {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 21653, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_3--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 21656, /home/app/webapp/app/assets/stylesheets/unify.css */
.active .g-bg-primary-opacity-0_3--active {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 21659, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_3--before::before, .g-bg-primary-opacity-0_3--after::after {
  background-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 21662, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_4 {
  background-color: rgba(114, 192, 44, 0.4) !important;
}

/* line 21665, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_4--hover:hover {
  background-color: rgba(114, 192, 44, 0.4) !important;
}

/* line 21668, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_4--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.4) !important;
}

/* line 21671, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_4--after::after {
  background-color: rgba(114, 192, 44, 0.4) !important;
}

/* line 21674, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_6 {
  background-color: rgba(114, 192, 44, 0.6) !important;
}

/* line 21677, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_6--hover:hover {
  background-color: rgba(114, 192, 44, 0.6) !important;
}

/* line 21680, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_6--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.6) !important;
}

/* line 21683, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_6--after::after {
  background-color: rgba(114, 192, 44, 0.6) !important;
}

/* line 21686, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_8 {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

/* line 21689, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_8--hover:hover {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

/* line 21692, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_8--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

/* line 21695, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_8--before::after, .g-bg-primary-opacity-0_8--after::after {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

/* line 21698, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_8--before--hover:hover::after, .g-bg-primary-opacity-0_8--after--hover:hover::after {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

/* line 21701, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_9 {
  background-color: rgba(114, 192, 44, 0.9) !important;
}

/* line 21704, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_9--hover:hover {
  background-color: rgba(114, 192, 44, 0.9) !important;
}

/* line 21707, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_9--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.9) !important;
}

/* line 21710, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_9--before::after, .g-bg-primary-opacity-0_9--after::after {
  background-color: rgba(114, 192, 44, 0.9) !important;
}

/* line 21713, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-primary-opacity-0_9--before--hover:hover::after, .g-bg-primary-opacity-0_9--after--hover:hover::after {
  background-color: rgba(114, 192, 44, 0.9) !important;
}

/* Black Colors */
/* line 21717, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black {
  background-color: #000 !important;
}

/* line 21720, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black--hover:hover {
  background-color: #000 !important;
}

/* line 21723, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black--after::after {
  background-color: #000 !important;
}

/* line 21726, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_1 {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 21729, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_1--after::after {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* line 21732, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_2 {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 21735, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_2--after::after {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

/* line 21738, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_3 {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 21741, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_3--hover:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 21744, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_3--after::after, .g-bg-black-opacity-0_3--before::before {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 21747, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_3--hover--after:hover::after {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

/* line 21750, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_4 {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* line 21753, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_4--after::after {
  background-color: rgba(0, 0, 0, 0.4) !important;
}

/* line 21756, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_5 {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 21759, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_5--hover:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 21762, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_5--after::after {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* line 21765, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_6 {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 21768, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_6--hover:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 21771, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_6--after::after {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

/* line 21774, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_7 {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 21777, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_7--hover:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 21780, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_7--after::after {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

/* line 21783, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_8 {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 21786, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_8--after::after {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 21789, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_8--hover:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

/* line 21792, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_9 {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/* line 21795, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_9--after::after {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/* line 21798, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-black-opacity-0_9--hover:hover {
  background-color: rgba(0, 0, 0, 0.9) !important;
}

/* White Colors */
/* line 21802, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white {
  background-color: #fff !important;
}

/* line 21805, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white--before::before, .g-bg-white--after::after {
  background-color: #fff !important;
}

/* line 21808, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white--hover:hover, .g-bg-white--active.active {
  background-color: #fff !important;
}

/* line 21811, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-bg-white--parent-hover {
  background-color: #fff !important;
}

/* line 21814, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white--before::before, .g-bg-white--after::after {
  background-color: #fff !important;
}

/* line 21817, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-bg-white-opacity-0--after--parent-hover::after {
  background-color: rgba(255, 255, 255, 0) !important;
}

/* line 21820, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_05 {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

/* line 21823, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_1 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 21826, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_1--after::after {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 21829, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_2 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 21832, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_2--hover:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 21835, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_3 {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 21838, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_3--hover:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 21841, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_3--after::after {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 21844, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_4 {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 21847, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_4--hover:hover {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 21850, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_5 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 21853, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_5--after::after {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 21856, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_7 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 21859, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_7--hover:hover {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 21862, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_7--after::after {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

/* line 21865, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_8 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 21868, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_8--hover:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 21871, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_8--after::after {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 21874, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_8--hover--after:hover::after {
  background-color: rgba(114, 192, 44, 0.8) !important;
}

/* line 21877, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_9 {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* line 21880, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_9--hover:hover {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* line 21883, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-white-opacity-0_9--after::after {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

/* Gray Colors */
/* line 21887, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v1 {
  background-color: #111 !important;
}

/* line 21890, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v1--hover:hover {
  background-color: #111 !important;
}

/* line 21893, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v2 {
  background-color: #333 !important;
}

/* line 21896, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v2--hover:hover {
  background-color: #333 !important;
}

/* line 21899, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v3 {
  background-color: #555 !important;
}

/* line 21902, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v3--hover:hover {
  background-color: #555 !important;
}

/* line 21905, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v4 {
  background-color: #777 !important;
}

/* line 21908, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v4--hover:hover {
  background-color: #777 !important;
}

/* line 21911, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v5 {
  background-color: #999 !important;
}

/* line 21914, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-dark-v5--hover:hover {
  background-color: #999 !important;
}

/* line 21917, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-light-v1 {
  background-color: #bbb !important;
}

/* line 21920, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-light-v1--hover:hover {
  background-color: #bbb !important;
}

/* line 21923, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-light-v2 {
  background-color: #ccc !important;
}

/* line 21926, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-light-v2--hover:hover {
  background-color: #ccc !important;
}

/* line 21929, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-light-v3 {
  background-color: #ddd !important;
}

/* line 21932, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-light-v3--hover:hover {
  background-color: #ddd !important;
}

/* line 21935, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-light-v4 {
  background-color: #eee !important;
}

/* line 21938, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-light-v4--hover:hover {
  background-color: #eee !important;
}

/* line 21941, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-light-v5 {
  background-color: #f7f7f7 !important;
}

/* line 21944, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-light-v5--hover:hover {
  background-color: #f7f7f7 !important;
}

/* line 21947, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-gray-light-v5--active.active,
.active .g-bg-gray-light-v5--active {
  background-color: #f7f7f7 !important;
}

/* Transparent */
/* line 21952, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-transparent {
  background-color: transparent !important;
}

/* line 21955, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-transparent--hover:hover {
  background-color: transparent !important;
}

/* line 21958, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-transparent--hover--after:hover::after {
  background-color: transparent !important;
}

/* line 21961, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-bg-transparent--parent-hover {
  background-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Beige Colors */
/* line 21967, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-beige {
  background-color: #e5e1de !important;
}

/* Color Green */
/* line 21971, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-green {
  background-color: #72c02c !important;
}

/* line 21974, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-green-opacity-0_1 {
  background-color: rgba(114, 192, 44, 0.1) !important;
}

/* line 21977, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-green--hover:hover {
  background-color: #72c02c !important;
}

/* Color Blue */
/* line 21981, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-blue {
  background-color: #3398dc !important;
}

/* line 21984, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-blue-opacity-0_1 {
  background-color: rgba(51, 152, 220, 0.1) !important;
}

/* line 21987, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-blue-opacity-0_7 {
  background-color: rgba(51, 152, 220, 0.7) !important;
}

/* line 21990, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-blue-opacity-0_9 {
  background-color: rgba(51, 152, 220, 0.9) !important;
}

/* line 21993, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-blue--hover:hover {
  background-color: #3398dc !important;
}

/* Color Light Blue */
/* line 21997, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-lightblue {
  background-color: #edf2f8 !important;
}

/* line 22000, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-lightblue-opacity-0_1 {
  background-color: rgba(237, 242, 248, 0.1) !important;
}

/* line 22003, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-lightblue-v1 {
  background-color: #d6e2ee !important;
}

/* line 22006, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-lightblue-v1-opacity-0_1 {
  background-color: rgba(214, 226, 238, 0.1) !important;
}

/* Color Dark Blue */
/* line 22010, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-darkblue {
  background-color: #009 !important;
}

/* line 22013, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-darkblue-opacity-0_1 {
  background-color: rgba(0, 0, 153, 0.1) !important;
}

/* Color Indigo */
/* line 22017, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-indigo {
  background-color: #4263a3 !important;
}

/* line 22020, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-indigo-opacity-0_1 {
  background-color: rgba(66, 99, 163, 0.1) !important;
}

/* Color Red */
/* line 22024, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-red {
  background-color: #f00 !important;
}

/* line 22027, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-red-opacity-0_1 {
  background-color: rgba(255, 0, 0, 0.1) !important;
}

/* line 22030, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-red-opacity-0_2 {
  background-color: rgba(255, 0, 0, 0.2) !important;
}

/* line 22033, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-red-opacity-0_5 {
  background-color: rgba(255, 0, 0, 0.5) !important;
}

/* line 22036, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-red-opacity-0_8 {
  background-color: rgba(255, 0, 0, 0.8) !important;
}

/* line 22039, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-red--hover:hover {
  background-color: #f00 !important;
}

/* Color Light Red */
/* line 22043, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-lightred {
  background-color: #e64b3b !important;
}

/* line 22046, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-lightred-opacity-0_1 {
  background-color: rgba(230, 75, 59, 0.1) !important;
}

/* line 22049, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-lightred--hover:hover {
  background-color: #e64b3b !important;
}

/* Color Dark Red */
/* line 22053, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-darkred {
  background-color: #a10f2b !important;
}

/* line 22056, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-darkred-opacity-0_1 {
  background-color: rgba(161, 15, 43, 0.1) !important;
}

/* Color Purple */
/* line 22060, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-purple {
  background-color: #9a69cb !important;
}

/* line 22063, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-purple-opacity-0_1 {
  background-color: rgba(154, 105, 203, 0.1) !important;
}

/* line 22066, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-purple-opacity-0_7 {
  background-color: rgba(154, 105, 203, 0.7) !important;
}

/* line 22069, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-purple-opacity-0_9 {
  background-color: rgba(154, 105, 203, 0.9) !important;
}

/* line 22072, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-purple-opacity-0_9--after::after {
  background-color: rgba(154, 105, 203, 0.9) !important;
}

/* line 22075, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-purple--hover:hover {
  background-color: #9a69cb !important;
}

/* Color Dark Purple */
/* line 22079, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-darkpurple {
  background-color: #6639b6 !important;
}

/* line 22082, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-darkpurple-opacity-0_1 {
  background-color: rgba(102, 57, 182, 0.1) !important;
}

/* Color Pink */
/* line 22086, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-pink {
  background-color: #e81c62 !important;
}

/* line 22089, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-pink-opacity-0_1 {
  background-color: rgba(232, 28, 98, 0.1) !important;
}

/* line 22092, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-pink-opacity-0_9 {
  background-color: rgba(232, 28, 98, 0.9) !important;
}

/* line 22095, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-pink--hover:hover {
  background-color: #e81c62 !important;
}

/* line 22098, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-pink--before::after, .g-bg-pink--after::after {
  background-color: #e81c62 !important;
}

/* line 22101, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-pink--before--hover:hover::after, .g-bg-pink--after--hover:hover::after {
  background-color: #e81c62 !important;
}

/* Color Orange */
/* line 22105, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-orange {
  background-color: #e57d20 !important;
}

/* line 22108, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-orange-opacity-0_1 {
  background-color: rgba(229, 125, 32, 0.1) !important;
}

/* line 22111, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-orange-opacity-0_2 {
  background-color: rgba(229, 125, 32, 0.2) !important;
}

/* line 22114, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-orange--hover:hover {
  background-color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 22118, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-deeporange {
  background-color: #fe541e !important;
}

/* line 22121, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-deeporange-opacity-0_1 {
  background-color: rgba(254, 84, 30, 0.1) !important;
}

/* line 22124, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-deeporange--hover:hover {
  background-color: #fe541e !important;
}

/* Color Yellow */
/* line 22128, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-yellow {
  background-color: #ebc71d !important;
}

/* line 22131, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-yellow-opacity-0_1 {
  background-color: rgba(235, 199, 29, 0.1) !important;
}

/* line 22134, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-yellow-opacity-0_7 {
  background: rgba(235, 199, 29, 0.7) !important;
}

/* line 22137, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-yellow--hover:hover {
  background-color: #ebc71d !important;
}

/* Color Aqua */
/* line 22141, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-aqua {
  background-color: #29d6e6 !important;
}

/* line 22144, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-aqua-opacity-0_1 {
  background-color: rgba(41, 214, 230, 0.1) !important;
}

/* line 22147, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-aqua-opacity-0_9 {
  background-color: rgba(41, 214, 230, 0.9) !important;
}

/* line 22150, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-aqua--hover:hover {
  background-color: #29d6e6 !important;
}

/* Color Cyan */
/* line 22154, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-cyan {
  background-color: #00bed6 !important;
}

/* line 22157, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-cyan-opacity-0_1 {
  background-color: rgba(0, 190, 214, 0.1) !important;
}

/* line 22160, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-cyan-opacity-0_9 {
  background-color: rgba(0, 190, 214, 0.9) !important;
}

/* line 22163, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-cyan-opacity-0_9--after::after {
  background-color: rgba(0, 190, 214, 0.9) !important;
}

/* line 22166, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-cyan--hover:hover {
  background-color: #00bed6 !important;
}

/* Color Teal */
/* line 22170, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-teal {
  background-color: #18ba9b !important;
}

/* line 22173, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-teal-opacity-0_1 {
  background-color: rgba(24, 186, 155, 0.1) !important;
}

/* line 22176, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-teal-opacity-0_9 {
  background-color: rgba(24, 186, 155, 0.9) !important;
}

/* line 22179, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-teal-opacity-0_9--after::after {
  background-color: rgba(24, 186, 155, 0.9) !important;
}

/* line 22182, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-teal--hover:hover {
  background-color: #18ba9b !important;
}

/* Color Brown */
/* line 22186, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-brown {
  background-color: #9c8061 !important;
}

/* line 22189, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-brown-opacity-0_1 {
  background-color: rgba(156, 128, 97, 0.1) !important;
}

/* line 22192, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-brown--hover:hover {
  background-color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 22196, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-bluegray {
  background-color: #585f69 !important;
}

/* line 22199, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-bluegray-opacity-0_1 {
  background-color: rgba(88, 95, 105, 0.1) !important;
}

/* line 22202, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-bluegray-opacity-0_2--before::before, .g-bg-bluegray-opacity-0_2--after::after {
  background-color: rgba(88, 95, 105, 0.2) !important;
}

/* line 22205, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-bluegray-opacity-0_3--before::before, .g-bg-bluegray-opacity-0_3--after::after {
  background-color: rgba(88, 95, 105, 0.3) !important;
}

/* line 22208, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-bluegray-opacity-0_5 {
  background-color: rgba(88, 95, 105, 0.5) !important;
}

/* line 22211, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-bluegray-opacity-0_7 {
  background-color: rgba(88, 95, 105, 0.7) !important;
}

/* line 22214, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-bluegray--hover:hover {
  background-color: #585f69 !important;
}

/* line 22217, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-grayscale-100x {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  -webkit-filter: grayscale(100%);
}

/* line 22223, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-grayscale-0--parent-hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

/* line 22227, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-grayscale-0--hover:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}

/*------------------------------------
  Background Colors Extended
------------------------------------*/
/* line 22234, /home/app/webapp/app/assets/stylesheets/unify.css */
.js-header-change-moment .g-bg-primary--scrolling {
  background-color: #72c02c !important;
}

/*------------------------------------
  Social Background Colors
------------------------------------*/
/* Facebook */
/* line 22241, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-facebook {
  background-color: #3b5998;
}

/* line 22244, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-bg-facebook--hover, .g-bg-facebook--hover:hover {
  background-color: #344e86 !important;
}

/* Twitter */
/* line 22248, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-twitter {
  background-color: #00acee;
}

/* line 22251, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-bg-twitter--hover, .g-bg-twitter--hover:hover {
  background-color: #009ad5 !important;
}

/* Skype */
/* line 22255, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-skype {
  background-color: #00aff0;
}

/* line 22258, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-bg-skype--hover, .g-bg-skype--hover:hover {
  background-color: #009cd7 !important;
}

/* Pinterest */
/* line 22262, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-pinterest {
  background-color: #c8232c;
}

/* line 22265, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-bg-pinterest--hover, .g-bg-pinterest--hover:hover {
  background-color: #b21f27 !important;
}

/* Vine */
/* line 22269, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-vine {
  background-color: #00bf8f;
}

/* line 22272, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-bg-vine--hover, .g-bg-vine--hover:hover {
  background-color: #00a67c !important;
}

/* Youtube */
/* line 22276, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-youtube {
  background-color: #c4302b;
}

/* line 22279, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-bg-youtube--hover, .g-bg-youtube--hover:hover {
  background-color: #af2b26 !important;
}

/* Google plus */
/* line 22283, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-google-plus {
  background-color: #dd4b39;
}

/* line 22286, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-bg-google-plus--hover, .g-bg-google-plus--hover:hover {
  background-color: #d73925 !important;
}

/* Dribbble */
/* line 22290, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-dribbble {
  background-color: #ea4c89;
}

/* line 22293, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-bg-dribbble--hover, .g-bg-dribbble--hover:hover {
  background-color: #e7357a !important;
}

/* VK */
/* line 22297, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-vk {
  background-color: #2b587a;
}

/* line 22300, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-bg-vk--hover, .g-bg-vk--hover:hover {
  background-color: #244a67 !important;
}

/* Linkedin */
/* line 22304, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-linkedin {
  background-color: #0e76a8;
}

/* line 22307, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-bg-linkedin--hover, .g-bg-linkedin--hover:hover {
  background-color: #0c6590 !important;
}

/* Instagram */
/* line 22311, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-instagram {
  background-color: #3f729b;
}

/* line 22314, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-bg-instagram--hover, .g-bg-instagram--hover:hover {
  background-color: #386589 !important;
}

/*------------------------------------
  Images Grid
------------------------------------*/
/* line 22320, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-grid-v1--before::before {
  background-image: url(../../assets/img/bg/grid/wave.png);
}

/* line 22323, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-grid-v2--before::after {
  background-image: url(../../assets/img/bg/grid/tile-left.png);
}

/* line 22326, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-grid-v3--before::after {
  background-image: url(../../assets/img/bg/grid/tile-right.png);
}

/* line 22329, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-grid-v4--before::after {
  background-image: url(../../assets/img/bg/grid/diagonal-left.png);
}

/* line 22332, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-grid-v5--before::after {
  background-image: url(../../assets/img/bg/grid/diagonal-right.png);
}

/* line 22335, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-grid-v6--before::after {
  background-image: url(../../assets/img/bg/grid/zigzag-left.png);
}

/* line 22338, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-grid-v7--before::after {
  background-image: url(../../assets/img/bg/grid/zigzag-right.png);
}

/*------------------------------------
  Covers
------------------------------------*/
/* line 22344, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-cover {
  position: relative;
}

/* line 22347, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-cover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 22355, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-cover-v1::after {
  position: absolute;
  top: 0.35714rem;
  right: 0.35714rem;
  bottom: 0.35714rem;
  left: 0.35714rem;
}

/* line 22362, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-cover__inner {
  z-index: 1;
  position: relative;
}

/*------------------------------------
  Background Image Style
------------------------------------*/
/* line 22369, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/*------------------------------------
  Background Patterns
------------------------------------*/
/* line 22377, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-pattern-green {
  background-image: url("../img/bg/pattern--green.png");
}

/*------------------------------------
  Background Position
------------------------------------*/
/* line 22383, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-pos-center {
  background-position: center;
}

/* line 22386, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-pos-left-center {
  background-position: left center;
}

/* line 22389, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-pos-top-center {
  background-position: top center;
}

/* line 22392, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-pos-bottom-center {
  background-position: bottom center;
}

/*------------------------------------
  Background Repeat
------------------------------------*/
/* line 22398, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-no-repeat {
  background-repeat: no-repeat;
}

/*------------------------------------
  Background Size
------------------------------------*/
/* line 22404, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-size-cover {
  background-size: cover !important;
}

/* line 22407, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-size-100x {
  background-size: 100% !important;
}

/* line 22410, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-size-100x--hover:hover {
  background-size: 100% !important;
}

/* line 22413, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-bg-size-100x--parent-hover {
  background-size: 100% !important;
}

/* line 22416, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-size-120x {
  background-size: 120% !important;
}

/* line 22419, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-size-120x--hover {
  background-size: 120% !important;
}

/* line 22422, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-bg-size-120x--parent-hover {
  background-size: 120% !important;
}

/* line 22425, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bg-repeat {
  background-repeat: repeat !important;
  /* P */
  background-size: auto !important;
}

/* Primary Colors */
/* line 22431, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-fill-primary path,
.g-fill-primary polygon {
  fill: #72c02c !important;
}

/* line 22435, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-fill-primary--hover:hover path,
.g-fill-primary--hover:hover polygon {
  fill: #72c02c !important;
}

/* line 22439, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > * > .g-fill-primary--hover-parent svg path,
*:hover > * > .g-fill-primary--hover-parent svg polygon {
  fill: #72c02c !important;
}

/* line 22443, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-fill-white path,
.g-fill-white polygon {
  fill: #fff !important;
}

/* line 22447, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-fill-white--hover:hover path,
.g-fill-white--hover:hover polygon {
  fill: #fff !important;
}

/* line 22451, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > * > .g-fill-white--hover-parent svg path,
*:hover > * > .g-fill-white--hover-parent svg polygon {
  fill: #fff !important;
}

/* line 22455, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-fill-gray-light-v4 path,
.g-fill-gray-light-v4 polygon {
  fill: #eee !important;
}

/* line 22459, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-fill-gray-light-v4--hover:hover path,
.g-fill-gray-light-v4--hover:hover polygon {
  fill: #eee !important;
}

/* line 22463, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > * > .g-fill-gray-light-v4--hover-parent svg path,
*:hover > * > .g-fill-gray-light-v4--hover-parent svg polygon {
  fill: #eee !important;
}

/*------------------------------------
  Borders Default (solid)
------------------------------------*/
/* line 22470, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-none {
  /* P */
  border: none !important;
}

/* line 22474, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-x {
  border-left: solid 1px transparent !important;
  border-right: solid 1px transparent !important;
}

/* line 22478, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-y {
  border-top: solid 1px transparent !important;
  border-bottom: solid 1px transparent !important;
}

/* line 22482, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-around {
  border: solid 1px transparent !important;
}

/* line 22485, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-top {
  border-top: solid 1px transparent !important;
}

/* line 22488, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-right {
  border-right: solid 1px transparent !important;
}

/* line 22491, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-bottom {
  border-bottom: solid 1px transparent !important;
}

/* line 22494, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-left {
  border-left: solid 1px transparent !important;
}

/* line 22497, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-left-none {
  border-left: none !important;
}

@media (min-width: 576px) {
  /* line 22501, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-around--sm {
    border: solid 1px transparent !important;
  }

  /* line 22503, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-top--sm {
    border-top: solid 1px transparent !important;
  }

  /* line 22505, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-right--sm {
    border-right: solid 1px transparent !important;
  }

  /* line 22507, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-bottom--sm {
    border-bottom: solid 1px transparent !important;
  }

  /* line 22509, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-left--sm {
    border-left: solid 1px transparent !important;
  }
}
@media (min-width: 768px) {
  /* line 22513, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-x--md {
    border-left: solid 1px transparent !important;
    border-right: solid 1px transparent !important;
  }

  /* line 22516, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-around--md {
    border: solid 1px transparent !important;
  }

  /* line 22518, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-top--md {
    border-top: solid 1px transparent !important;
  }

  /* line 22520, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-right--md {
    border-right: solid 1px transparent !important;
  }

  /* line 22522, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-bottom--md {
    border-bottom: solid 1px transparent !important;
  }

  /* line 22524, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-left--md {
    border-left: solid 1px transparent !important;
  }
}
@media (min-width: 992px) {
  /* P */
  /* line 22529, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-around--lg {
    border: solid 1px transparent !important;
  }

  /* line 22531, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-top--lg {
    border-top: solid 1px transparent !important;
  }

  /* line 22533, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-right--lg {
    border-right: solid 1px transparent !important;
  }

  /* line 22535, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-bottom--lg {
    border-bottom: solid 1px transparent !important;
  }

  /* line 22537, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-left--lg {
    border-left: solid 1px transparent !important;
  }

  /* line 22539, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-left-none--lg {
    border-left: none !important;
  }
}
/*------------------------------------
  Borders None
------------------------------------*/
/* line 22545, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-around-none {
  border-width: 0 !important;
}

/* line 22548, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-top-none {
  border-top: none !important;
}

/* line 22551, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-right-none {
  border-right: none !important;
}

/* line 22554, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-bottom-none {
  border-bottom: none !important;
}

/* line 22557, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-left-none {
  border-left: none !important;
}

@media (min-width: 576px) {
  /* line 22561, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-around-none--sm {
    border: none !important;
  }

  /* line 22563, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-top-none--sm {
    border-top: none !important;
  }

  /* line 22565, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-right-none--sm {
    border-right: none !important;
  }

  /* line 22567, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-bottom-none--sm {
    border-bottom: none !important;
  }

  /* line 22569, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-left-none--sm {
    border-left: none !important;
  }
}
@media (min-width: 768px) {
  /* line 22573, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-around-none--md {
    border: none !important;
  }

  /* line 22575, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-top-none--md {
    border-top: none !important;
  }

  /* line 22577, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-right-none--md {
    border-right: none !important;
  }

  /* line 22579, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-bottom-none--md {
    border-bottom: none !important;
  }

  /* line 22581, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-left-none--md {
    border-left: none !important;
  }
}
@media (min-width: 992px) {
  /* line 22585, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-around-none--lg {
    border: none !important;
  }

  /* line 22587, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-top-none--lg {
    border-top: none !important;
  }

  /* line 22589, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-right-none--lg {
    border-right: none !important;
  }

  /* line 22591, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-bottom-none--lg {
    border-bottom: none !important;
  }

  /* line 22593, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-left-none--lg {
    border-left: none !important;
  }
}
/*------------------------------------
  Border Style
------------------------------------*/
/* line 22599, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-style-solid {
  border-style: solid !important;
}

/* line 22602, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-style-dashed {
  border-style: dashed !important;
}

/* line 22605, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-style-dotted {
  border-style: dotted !important;
}

/*------------------------------------
  Border Radius (Rounded Styles)
------------------------------------*/
/* Rounded Around */
/* line 22612, /home/app/webapp/app/assets/stylesheets/unify.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 22615, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-50x {
  border-radius: 50%;
}

/* line 22618, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-1 {
  border-radius: 1px !important;
}

/* line 22621, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-2 {
  border-radius: 2px !important;
}

/* line 22624, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-3 {
  border-radius: 3px !important;
}

/* line 22627, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-4 {
  border-radius: 4px !important;
}

/* line 22630, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-5 {
  border-radius: 5px !important;
}

/* line 22633, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-6 {
  border-radius: 6px !important;
}

/* line 22636, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-7 {
  border-radius: 7px !important;
}

/* line 22639, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-10 {
  border-radius: 10px !important;
}

/* line 22642, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-15 {
  border-radius: 15px !important;
}

/* line 22645, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-20 {
  border-radius: 20px !important;
}

/* line 22648, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-25 {
  border-radius: 25px !important;
}

/* line 22651, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-30 {
  border-radius: 30px !important;
}

/* line 22654, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-50 {
  border-radius: 50px !important;
}

/* line 22657, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-100 {
  border-radius: 100px !important;
}

/* line 22660, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-100--after::after {
  border-radius: 100px !important;
}

/* Rounded Top */
/* line 22664, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-top-5 {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

/* Rounded Right */
/* line 22669, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 22673, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-right-3 {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

/* line 22677, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-right-5 {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* line 22681, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-right-30 {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}

/* line 22685, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-right-50 {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}

/* Rounded Bottom */
/* line 22690, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 22694, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-bottom-3 {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

/* line 22698, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-bottom-4 {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

/* line 22702, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-bottom-5 {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

/* Rounded Left */
/* line 22707, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 22711, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-left-3 {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

/* line 22715, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-left-5 {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

/* line 22719, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-left-30 {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}

/* line 22723, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-rounded-left-50 {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

@media (min-width: 768px) {
  /* line 22728, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-rounded-0--md {
    border-radius: 0 !important;
  }

  /* line 22730, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-rounded-left-0--md {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  /* line 22733, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-rounded-right-0--md {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
}
@media (min-width: 992px) {
  /* line 22738, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-rounded-left-5--lg-up {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }

  /* line 22741, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-rounded-right-5--lg-up {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
}
/*------------------------------------
  Borders Default (dashed)
------------------------------------*/
/* line 22748, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-around--dashed {
  border: dashed 1px transparent;
}

/* line 22751, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-top--dashed {
  border-top: dashed 1px transparent;
}

/* line 22754, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-bottom--dashed {
  border-bottom: dashed 1px transparent;
}

/* line 22757, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-right--dashed {
  border-right: dashed 1px transparent;
}

/* line 22760, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-left--dashed {
  border-left: dashed 1px transparent;
}

@media (min-width: 576px) {
  /* line 22764, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-around--dashed--sm {
    border: dashed 1px transparent;
  }

  /* line 22766, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-top--dashed--sm {
    border-top: dashed 1px transparent;
  }

  /* line 22768, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-bottom--dashed--sm {
    border-bottom: dashed 1px transparent;
  }

  /* line 22770, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-right--dashed--sm {
    border-right: dashed 1px transparent;
  }

  /* line 22772, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-left--dashed--sm {
    border-left: dashed 1px transparent;
  }
}
@media (min-width: 768px) {
  /* line 22776, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-around--dashed--md {
    border: dashed 1px transparent;
  }

  /* line 22778, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-top--dashed--md {
    border-top: dashed 1px transparent;
  }

  /* line 22780, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-bottom--dashed--md {
    border-bottom: dashed 1px transparent;
  }

  /* line 22782, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-right--dashed--md {
    border-right: dashed 1px transparent;
  }

  /* line 22784, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-left--dashed--md {
    border-left: dashed 1px transparent;
  }
}
/*------------------------------------
  Borders Default (dotted)
------------------------------------*/
/* line 22790, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-around--dotted {
  border: dotted 1px transparent;
}

/* line 22793, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-top--dotted {
  border-top: dotted 1px transparent;
}

/* line 22796, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-bottom--dotted {
  border-bottom: dotted 1px transparent;
}

/* line 22799, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-right--dotted {
  border-right: dotted 1px transparent;
}

/* line 22802, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-left--dotted {
  border-left: dotted 1px transparent;
}

@media (min-width: 576px) {
  /* line 22806, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-around--dotted--sm {
    border: dotted 1px transparent;
  }

  /* line 22808, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-top--dotted--sm {
    border-top: dotted 1px transparent;
  }

  /* line 22810, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-bottom--dotted--sm {
    border-bottom: dotted 1px transparent;
  }

  /* line 22812, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-right--dotted--sm {
    border-right: dotted 1px transparent;
  }

  /* line 22814, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-left--dotted--sm {
    border-left: dotted 1px transparent;
  }
}
@media (min-width: 768px) {
  /* line 22818, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-around--dotted--md {
    border: dotted 1px transparent;
  }

  /* line 22820, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-top--dotted--md {
    border-top: dotted 1px transparent;
  }

  /* line 22822, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-bottom--dotted--md {
    border-bottom: dotted 1px transparent;
  }

  /* line 22824, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-right--dotted--md {
    border-right: dotted 1px transparent;
  }

  /* line 22826, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-left--dotted--md {
    border-left: dotted 1px transparent;
  }
}
/*------------------------------------
  Border Width
------------------------------------*/
/* line 22832, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-0 {
  border-width: 0 !important;
}

/* line 22835, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-1 {
  border-width: 1px !important;
}

/* line 22838, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-2 {
  border-width: 2px !important;
}

/* line 22841, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-3 {
  border-width: 3px !important;
}

/* line 22844, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-3--before::before {
  border-width: 3px !important;
}

/* line 22847, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-3--before--active.active::before {
  border-width: 3px !important;
}

/* line 22850, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-4 {
  border-width: 4px !important;
}

/* line 22853, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-5 {
  border-width: 5px !important;
}

/* line 22856, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-6 {
  border-width: 6px !important;
}

/* line 22859, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-7 {
  border-width: 7px !important;
}

/* line 22862, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-10 {
  border-width: 10px !important;
}

/* line 22865, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-top-0 {
  border-top-width: 0 !important;
}

/* line 22868, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-top-2 {
  border-top-width: 2px !important;
}

/* line 22871, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-top-3 {
  border-top-width: 3px !important;
}

/* line 22874, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-top-5 {
  border-top-width: 5px !important;
}

/* line 22877, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-bottom-0 {
  border-bottom-width: 0 !important;
}

/* line 22880, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-bottom-2 {
  border-bottom-width: 2px !important;
}

/* line 22883, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-bottom-2--hover:hover {
  border-bottom-width: 2px !important;
}

/* line 22886, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-brd-bottom-2--parent-hover {
  border-bottom-width: 2px !important;
}

/* line 22889, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-bottom-5 {
  border-bottom-width: 5px !important;
}

/* line 22892, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-left-0 {
  border-left-width: 0 !important;
}

/* line 22895, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-left-1 {
  border-left-width: 1px !important;
}

/* line 22898, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-left-2 {
  border-left-width: 2px !important;
}

/* line 22901, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-left-3 {
  border-left-width: 3px !important;
}

/* line 22904, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-left-4 {
  border-left-width: 4px !important;
}

@media (min-width: 768px) {
  /* line 22908, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-0--md {
    border-width: 0 !important;
  }

  /* line 22910, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-1--md {
    border-width: 1px !important;
  }

  /* line 22912, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-2--md {
    border-width: 2px !important;
  }

  /* line 22914, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-3--md {
    border-width: 3px !important;
  }

  /* line 22916, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-4--md {
    border-width: 4px !important;
  }

  /* line 22918, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-5--md {
    border-width: 5px !important;
  }

  /* line 22920, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-6--md {
    border-width: 6px !important;
  }

  /* line 22922, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-10--md {
    border-width: 10px !important;
  }

  /* line 22924, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-top-0--md {
    border-top-width: 0 !important;
  }

  /* line 22926, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-top-2--md {
    border-top-width: 2px !important;
  }

  /* line 22928, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-top-3--md {
    border-top-width: 3px !important;
  }

  /* line 22930, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-top-5--md {
    border-top-width: 5px !important;
  }

  /* line 22932, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-bottom-0--md {
    border-bottom-width: 0 !important;
  }

  /* line 22934, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-bottom-2--md {
    border-bottom-width: 2px !important;
  }

  /* line 22936, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-bottom-5--md {
    border-bottom-width: 5px !important;
  }

  /* line 22938, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-left-0--md {
    border-left-width: 0 !important;
  }

  /* line 22940, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-left-1--md {
    border-left-width: 1px !important;
  }

  /* line 22942, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-left-2--md {
    border-left-width: 2px !important;
  }

  /* line 22944, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-left-3--md {
    border-left-width: 3px !important;
  }

  /* line 22946, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-left-4--md {
    border-left-width: 4px !important;
  }

  /* line 22948, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-right-0--md {
    border-right-width: 0 !important;
  }

  /* line 22950, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-right-1--md {
    border-right-width: 1px !important;
  }
}
@media (min-width: 992px) {
  /* line 22954, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-0--lg {
    border-width: 0 !important;
  }

  /* line 22956, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-1--lg {
    border-width: 1px !important;
  }

  /* line 22958, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-top-0--lg {
    border-top-width: 0 !important;
  }

  /* line 22960, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-top-1--lg {
    border-top-width: 1px !important;
  }

  /* line 22962, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-bottom-0--lg {
    border-bottom-width: 0 !important;
  }

  /* line 22964, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-bottom-1--lg {
    border-bottom-width: 1px !important;
  }

  /* line 22966, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-left-0--lg {
    border-left-width: 0 !important;
  }

  /* line 22968, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-left-1--lg {
    border-left-width: 1px !important;
  }

  /* line 22970, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-right-0--lg {
    border-right-width: 0 !important;
  }

  /* line 22972, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-brd-right-1--lg {
    border-right-width: 1px !important;
  }
}
/*------------------------------------
  Border Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Primary Colors */
/* line 22981, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary {
  border-color: #72c02c !important;
}

/* line 22984, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary--before::before {
  border-color: #72c02c !important;
}

/* line 22987, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary--before--active.active::before {
  border-color: #72c02c !important;
}

/* line 22990, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary--hover:hover, .g-brd-primary--active.active {
  border-color: #72c02c !important;
}

/* line 22993, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary--active.active,
.active .g-brd-primary--active {
  border-color: #72c02c !important;
}

/* line 22997, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-primary--hover-parent {
  border-color: #72c02c !important;
}

/* line 23000, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-opacity-0_3 {
  border-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 23003, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-opacity-0_3--hover:hover, .g-brd-primary-opacity-0_3--active.active {
  border-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 23006, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-primary-opacity-0_3--hover-parent {
  border-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 23009, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v1 {
  border-color: #6db82a !important;
}

/* line 23012, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v1--hover:hover, .g-brd-primary-dark-dark-v1--active.active {
  border-color: #6db82a !important;
}

/* line 23015, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-primary-dark-dark-v1--hover-parent {
  border-color: #6db82a !important;
}

/* line 23018, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v2 {
  border-color: #66ab27 !important;
}

/* line 23021, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v2--hover:hover, .g-brd-primary-dark-dark-v2--active.active {
  border-color: #66ab27 !important;
}

/* line 23024, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-primary-dark-dark-v2--hover-parent {
  border-color: #66ab27 !important;
}

/* line 23027, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v3 {
  border-color: #599722 !important;
}

/* line 23030, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v3--hover:hover, .g-brd-primary-dark-dark-v3--active.active {
  border-color: #599722 !important;
}

/* line 23033, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-primary-dark-dark-v3--hover-parent {
  border-color: #599722 !important;
}

/* line 23036, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-bottom-primary--hover:hover {
  border-bottom-color: #72c02c !important;
}

/* Main Colors */
/* line 23040, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-main {
  border-color: #555 !important;
}

/* line 23043, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-main--hover:hover {
  border-color: #555 !important;
}

/* Black Colors */
/* line 23047, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-black {
  border-color: #000 !important;
}

/* line 23050, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-black--hover:hover, .g-brd-black--active.active {
  border-color: #000 !important;
}

/* line 23053, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-black--hover-parent {
  border-color: #000 !important;
}

/* line 23056, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-black-opacity-0_4 {
  border-color: rgba(0, 0, 0, 0.4) !important;
}

/* White Colors */
/* line 23060, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white {
  border-color: #fff !important;
}

/* line 23063, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white--hover:hover, .g-brd-white--active.active {
  border-color: #fff !important;
}

/* line 23066, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-white--hover-parent {
  border-color: #fff !important;
}

/* line 23069, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_1 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 23072, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_1--hover:hover, .g-brd-white-opacity-0_1--active.active {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 23075, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-white-opacity-0_1--hover-parent {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 23078, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_2 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 23081, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_2--hover:hover, .g-brd-white-opacity-0_2--active.active {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 23084, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-white-opacity-0_2--hover-parent {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 23087, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_3 {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 23090, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_3--hover:hover, .g-brd-white-opacity-0_3--active.active {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 23093, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-white-opacity-0_3--hover-parent {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 23096, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_4 {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 23099, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_4--hover:hover, .g-brd-white-opacity-0_4--active.active {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 23102, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-white-opacity-0_4--hover-parent {
  border-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 23105, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_5 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 23108, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_5--hover:hover, .g-brd-white-opacity-0_5--active.active {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 23111, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-white-opacity-0_5--hover-parent {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 23114, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_6 {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 23117, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_6--hover:hover, .g-brd-white-opacity-0_6--active.active {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 23120, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-white-opacity-0_6--hover-parent {
  border-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 23123, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_8 {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 23126, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_8--hover:hover, .g-brd-white-opacity-0_8--active.active {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

/* line 23129, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-white-opacity-0_8--hover-parent {
  border-color: rgba(255, 255, 255, 0.8) !important;
}

/* Gray Colors */
/* line 23133, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v1 {
  border-color: #111 !important;
}

/* line 23136, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v1--hover:hover, .g-brd-gray-dark-v1--active.active {
  border-color: #111 !important;
}

/* line 23139, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-dark-v1--hover-parent {
  border-color: #111 !important;
}

/* line 23142, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v2 {
  border-color: #333 !important;
}

/* line 23145, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v2--hover:hover, .g-brd-gray-dark-v2--active.active {
  border-color: #333 !important;
}

/* line 23148, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-dark-v2--hover-parent {
  border-color: #333 !important;
}

/* line 23151, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v3 {
  border-color: #555 !important;
}

/* line 23154, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v3--hover:hover, .g-brd-gray-dark-v3--active.active {
  border-color: #555 !important;
}

/* line 23157, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-dark-v3--hover-parent {
  border-color: #555 !important;
}

/* line 23160, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v4 {
  border-color: #777 !important;
}

/* line 23163, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v4--hover:hover, .g-brd-gray-dark-v4--active.active {
  border-color: #777 !important;
}

/* line 23166, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-dark-v4--hover-parent {
  border-color: #777 !important;
}

/* line 23169, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v5 {
  border-color: #999 !important;
}

/* line 23172, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v5--hover:hover, .g-brd-gray-dark-v5--active.active {
  border-color: #999 !important;
}

/* line 23175, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-dark-v5--hover-parent {
  border-color: #999 !important;
}

/* line 23178, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v1 {
  border-color: #bbb !important;
}

/* line 23181, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v1--hover:hover, .g-brd-gray-light-v1--focus:focus, .g-brd-gray-light-v1--active.active {
  border-color: #bbb !important;
}

/* line 23184, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-light-v1--hover-parent {
  border-color: #bbb !important;
}

/* line 23187, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v2 {
  border-color: #ccc !important;
}

/* line 23190, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v2--before::before {
  border-color: #ccc !important;
}

/* line 23193, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v2--after::after {
  border-color: #ccc !important;
}

/* line 23196, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v2--hover:hover, .g-brd-gray-light-v2--active.active {
  border-color: #ccc !important;
}

/* line 23199, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-light-v2--hover-parent {
  border-color: #ccc !important;
}

/* line 23202, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v3 {
  border-color: #ddd !important;
}

/* line 23205, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v3--hover:hover, .g-brd-gray-light-v3--active.active, .g-brd-gray-light-v3--focus:focus {
  border-color: #ddd !important;
}

/* line 23208, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-light-v3--hover-parent {
  border-color: #ddd !important;
}

/* line 23211, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v4 {
  border-color: #eee !important;
}

/* line 23214, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v4--hover:hover, .g-brd-gray-light-v4--active.active {
  border-color: #eee !important;
}

/* line 23217, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-light-v4--hover-parent {
  border-color: #eee !important;
}

/* line 23220, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v5 {
  border-color: #f7f7f7 !important;
}

/* line 23223, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v5--hover:hover, .g-brd-gray-light-v5--active.active {
  border-color: #f7f7f7 !important;
}

/* line 23226, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-gray-light-v5--hover-parent {
  border-color: #f7f7f7 !important;
}

/* Transparent */
/* line 23230, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-transparent {
  border-color: transparent !important;
}

/* line 23233, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-transparent--before::before {
  border-color: transparent !important;
}

/* line 23236, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-transparent--after::after {
  border-color: transparent !important;
}

/* line 23239, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-transparent--hover:hover, .g-brd-transparent--active.active {
  border-color: transparent !important;
}

/* line 23242, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-transparent--hover-parent {
  border-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Green */
/* line 23248, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-green {
  border-color: #72c02c !important;
}

/* line 23251, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-green--hover:hover, .g-brd-green--active.active {
  border-color: #72c02c !important;
}

/* line 23254, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-green--hover-parent {
  border-color: #72c02c !important;
}

/* Color Blue */
/* line 23258, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-blue {
  border-color: #3398dc !important;
}

/* line 23261, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-blue--hover:hover, .g-brd-blue--active.active {
  border-color: #3398dc !important;
}

/* line 23264, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-blue--hover-parent {
  border-color: #3398dc !important;
}

/* Color Light Blue */
/* line 23268, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-lightblue {
  border-color: #edf2f8 !important;
}

/* line 23271, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-lightblue--hover:hover, .g-brd-lightblue--active.active {
  border-color: #edf2f8 !important;
}

/* line 23274, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-lightblue--hover-parent {
  border-color: #edf2f8 !important;
}

/* line 23277, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-lightblue-v1 {
  border-color: #d6e2ee !important;
}

/* line 23280, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-lightblue-v1--hover:hover, .g-brd-lightblue-v1--active.active {
  border-color: #d6e2ee !important;
}

/* line 23283, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-lightblue-v1--hover-parent {
  border-color: #d6e2ee !important;
}

/* Color Dark Blue */
/* line 23287, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-darkblue {
  border-color: #009 !important;
}

/* line 23290, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-darkblue--hover:hover, .g-brd-darkblue--active.active {
  border-color: #009 !important;
}

/* line 23293, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-darkblue--hover-parent {
  border-color: #009 !important;
}

/* Color Indigo */
/* line 23297, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-indigo {
  border-color: #4263a3 !important;
}

/* line 23300, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-indigo--hover:hover, .g-brd-indigo--active.active {
  border-color: #4263a3 !important;
}

/* line 23303, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-indigo--hover-parent {
  border-color: #4263a3 !important;
}

/* Color Red */
/* line 23307, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-red {
  border-color: #f00 !important;
}

/* line 23310, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-red--hover:hover, .g-brd-red--active.active {
  border-color: #f00 !important;
}

/* line 23313, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-red--hover-parent {
  border-color: #f00 !important;
}

/* Color Light Red */
/* line 23317, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-lightred {
  border-color: #e64b3b !important;
}

/* line 23320, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-lightred--hover:hover, .g-brd-lightred--active.active {
  border-color: #e64b3b !important;
}

/* line 23323, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-lightred--hover-parent {
  border-color: #e64b3b !important;
}

/* Color Dark Red */
/* line 23327, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-darkred {
  border-color: #a10f2b !important;
}

/* line 23330, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-darkred--hover:hover, .g-brd-darkred--active.active {
  border-color: #a10f2b !important;
}

/* line 23333, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-darkred--hover-parent {
  border-color: #a10f2b !important;
}

/* Color Purple */
/* line 23337, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-purple {
  border-color: #9a69cb !important;
}

/* line 23340, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-purple--hover:hover, .g-brd-purple--active.active {
  border-color: #9a69cb !important;
}

/* line 23343, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-purple--hover-parent {
  border-color: #9a69cb !important;
}

/* Color Dark Purple */
/* line 23347, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-darkpurple {
  border-color: #6639b6 !important;
}

/* line 23350, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-darkpurple--hover:hover, .g-brd-darkpurple--active.active {
  border-color: #6639b6 !important;
}

/* line 23353, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-darkpurple--hover-parent {
  border-color: #6639b6 !important;
}

/* Color Pink */
/* line 23357, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-pink {
  border-color: #e81c62 !important;
}

/* line 23360, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-pink--hover:hover, .g-brd-pink--active.active {
  border-color: #e81c62 !important;
}

/* line 23363, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-pink--hover-parent {
  border-color: #e81c62 !important;
}

/* Color Orange */
/* line 23367, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-orange {
  border-color: #e57d20 !important;
}

/* line 23370, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-orange--hover:hover, .g-brd-orange--active.active {
  border-color: #e57d20 !important;
}

/* line 23373, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-orange--hover-parent {
  border-color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 23377, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-deeporange {
  border-color: #fe541e !important;
}

/* line 23380, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-deeporange--hover:hover, .g-brd-deeporange--active.active {
  border-color: #fe541e !important;
}

/* line 23383, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-deeporange--hover-parent {
  border-color: #fe541e !important;
}

/* Color Yellow */
/* line 23387, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-yellow {
  border-color: #ebc71d !important;
}

/* line 23390, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-yellow--hover:hover, .g-brd-yellow--active.active {
  border-color: #ebc71d !important;
}

/* line 23393, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-yellow--hover-parent {
  border-color: #ebc71d !important;
}

/* Color Aqua */
/* line 23397, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-aqua {
  border-color: #29d6e6 !important;
}

/* line 23400, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-aqua--hover:hover, .g-brd-aqua--active.active {
  border-color: #29d6e6 !important;
}

/* line 23403, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-aqua--hover-parent {
  border-color: #29d6e6 !important;
}

/* Color Cyan */
/* line 23407, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-cyan {
  border-color: #00bed6 !important;
}

/* line 23410, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-cyan--hover:hover, .g-brd-cyan--active.active {
  border-color: #00bed6 !important;
}

/* line 23413, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-cyan--hover-parent {
  border-color: #00bed6 !important;
}

/* Color Teal */
/* line 23417, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-teal {
  border-color: #18ba9b !important;
}

/* line 23420, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-teal--hover:hover, .g-brd-teal--active.active {
  border-color: #18ba9b !important;
}

/* line 23423, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-teal--hover-parent {
  border-color: #18ba9b !important;
}

/* Color Brown */
/* line 23427, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-brown {
  border-color: #9c8061 !important;
}

/* line 23430, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-brown--hover:hover, .g-brd-brown--active.active {
  border-color: #9c8061 !important;
}

/* line 23433, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-brown--hover-parent {
  border-color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 23437, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-bluegray {
  border-color: #585f69 !important;
}

/* line 23440, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-bluegray--hover:hover, .g-brd-bluegray--active.active {
  border-color: #585f69 !important;
}

/* line 23443, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-brd-bluegray--hover-parent {
  border-color: #585f69 !important;
}

/* Primary Colors */
/* line 23447, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-top {
  border-top-color: #72c02c !important;
}

/* line 23450, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-top--before::before {
  border-top-color: #72c02c !important;
}

/* line 23453, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-bottom {
  border-bottom-color: #72c02c !important;
}

/* line 23456, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-bottom--before:before {
  border-bottom-color: #72c02c !important;
}

/* line 23459, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-left {
  border-left-color: #72c02c !important;
}

/* line 23462, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-left--before:before {
  border-left-color: #72c02c !important;
}

/* line 23465, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-right {
  border-right-color: #72c02c !important;
}

/* line 23468, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-right--before:before {
  border-right-color: #72c02c !important;
}

/* line 23471, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-opacity-0_3-top {
  border-top-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 23474, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-opacity-0_3-bottom {
  border-bottom-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 23477, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-opacity-0_3-left {
  border-left-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 23480, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-opacity-0_3-right {
  border-right-color: rgba(114, 192, 44, 0.3) !important;
}

/* line 23483, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v1-top {
  border-top-color: #6db82a !important;
}

/* line 23486, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v1-bottom {
  border-bottom-color: #6db82a !important;
}

/* line 23489, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v1-left {
  border-left-color: #6db82a !important;
}

/* line 23492, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v1-right {
  border-right-color: #6db82a !important;
}

/* line 23495, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v2-top {
  border-top-color: #66ab27 !important;
}

/* line 23498, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v2-bottom {
  border-bottom-color: #66ab27 !important;
}

/* line 23501, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v2-left {
  border-left-color: #66ab27 !important;
}

/* line 23504, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v2-right {
  border-right-color: #66ab27 !important;
}

/* line 23507, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v3-top {
  border-top-color: #599722 !important;
}

/* line 23510, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v3-bottom {
  border-bottom-color: #599722 !important;
}

/* line 23513, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v3-left {
  border-left-color: #599722 !important;
}

/* line 23516, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-dark-dark-v3-right {
  border-right-color: #599722 !important;
}

/* Black Colors */
/* line 23520, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-black-top {
  border-top-color: #000 !important;
}

/* line 23523, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-black-bottom {
  border-bottom-color: #000 !important;
}

/* line 23526, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-black-left {
  border-left-color: #000 !important;
}

/* line 23529, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-black-right {
  border-right-color: #000 !important;
}

/* White */
/* line 23533, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-top {
  border-top-color: #fff !important;
}

/* line 23536, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-bottom {
  border-bottom-color: #fff !important;
}

/* line 23539, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-left {
  border-left-color: #fff !important;
}

/* line 23542, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-right {
  border-right-color: #fff !important;
}

/* line 23545, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_1-top {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 23548, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_1-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 23551, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_1-left {
  border-left-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 23554, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_1-right {
  border-right-color: rgba(255, 255, 255, 0.1) !important;
}

/* line 23557, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_2-top {
  border-top-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 23560, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_2-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 23563, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_2-left {
  border-left-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 23566, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_2-right {
  border-right-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 23569, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_3-top {
  border-top-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 23572, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_3-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 23575, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_3-left {
  border-left-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 23578, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_3-right {
  border-right-color: rgba(255, 255, 255, 0.3) !important;
}

/* line 23581, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_4-top {
  border-top-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 23584, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_4-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 23587, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_4-left {
  border-left-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 23590, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_4-right {
  border-right-color: rgba(255, 255, 255, 0.4) !important;
}

/* line 23593, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_5-top {
  border-top-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 23596, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_5-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 23599, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_5-left {
  border-left-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 23602, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_5-right {
  border-right-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 23605, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_6-top {
  border-top-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 23608, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_6-bottom {
  border-bottom-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 23611, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_6-left {
  border-left-color: rgba(255, 255, 255, 0.6) !important;
}

/* line 23614, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-white-opacity-0_6-right {
  border-right-color: rgba(255, 255, 255, 0.6) !important;
}

/* Gray Colors */
/* line 23618, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v1-top {
  border-top-color: #111 !important;
}

/* line 23621, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v1-bottom {
  border-bottom-color: #111 !important;
}

/* line 23624, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v1-left {
  border-left-color: #111 !important;
}

/* line 23627, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v1-right {
  border-right-color: #111 !important;
}

/* line 23630, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v2-top {
  border-top-color: #333 !important;
}

/* line 23633, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v2-bottom {
  border-bottom-color: #333 !important;
}

/* line 23636, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v2-left {
  border-left-color: #333 !important;
}

/* line 23639, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v2-right {
  border-right-color: #333 !important;
}

/* line 23642, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v3-top {
  border-top-color: #555 !important;
}

/* line 23645, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v3-bottom {
  border-bottom-color: #555 !important;
}

/* line 23648, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v3-left {
  border-left-color: #555 !important;
}

/* line 23651, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v3-right {
  border-right-color: #555 !important;
}

/* line 23654, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v4-top {
  border-top-color: #777 !important;
}

/* line 23657, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v4-bottom {
  border-bottom-color: #777 !important;
}

/* line 23660, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v4-left {
  border-left-color: #777 !important;
}

/* line 23663, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v4-right {
  border-right-color: #777 !important;
}

/* line 23666, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v5-top {
  border-top-color: #999 !important;
}

/* line 23669, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v5-bottom {
  border-bottom-color: #999 !important;
}

/* line 23672, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v5-left {
  border-left-color: #999 !important;
}

/* line 23675, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-dark-v5-right {
  border-right-color: #999 !important;
}

/* line 23678, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v1-top {
  border-top-color: #bbb !important;
}

/* line 23681, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v1-bottom {
  border-bottom-color: #bbb !important;
}

/* line 23684, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v1-left {
  border-left-color: #bbb !important;
}

/* line 23687, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v1-right {
  border-right-color: #bbb !important;
}

/* line 23690, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v2-top {
  border-top-color: #ccc !important;
}

/* line 23693, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v2-bottom {
  border-bottom-color: #ccc !important;
}

/* line 23696, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v2-left {
  border-left-color: #ccc !important;
}

/* line 23699, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v2-right {
  border-right-color: #ccc !important;
}

/* line 23702, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v3-top {
  border-top-color: #ddd !important;
}

/* line 23705, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v3-bottom {
  border-bottom-color: #ddd !important;
}

/* line 23708, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v3-left {
  border-left-color: #ddd !important;
}

/* line 23711, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v3-right {
  border-right-color: #ddd !important;
}

/* line 23714, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v4-top {
  border-top-color: #eee !important;
}

/* line 23717, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v4-bottom {
  border-bottom-color: #eee !important;
}

/* line 23720, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v4-left {
  border-left-color: #eee !important;
}

/* line 23723, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v4-right {
  border-right-color: #eee !important;
}

/* line 23726, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v5-top {
  border-top-color: #f7f7f7 !important;
}

/* line 23729, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v5-bottom {
  border-bottom-color: #f7f7f7 !important;
}

/* line 23732, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v5-left {
  border-left-color: #f7f7f7 !important;
}

/* line 23735, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-gray-light-v5-right {
  border-right-color: #f7f7f7 !important;
}

/* Transparent */
/* line 23739, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-transparent-top {
  border-top-color: transparent !important;
}

/* line 23742, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-transparent-bottom {
  border-bottom-color: transparent !important;
}

/* line 23745, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-transparent-left {
  border-left-color: transparent !important;
}

/* line 23748, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-transparent-right {
  border-right-color: transparent !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Green */
/* line 23754, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-green-top {
  border-top-color: #72c02c !important;
}

/* line 23757, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-green-bottom {
  border-bottom-color: #72c02c !important;
}

/* line 23760, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-green-left {
  border-left-color: #72c02c !important;
}

/* line 23763, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-green-right {
  border-right-color: #72c02c !important;
}

/* Color Blue */
/* line 23767, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-blue-top {
  border-top-color: #3398dc !important;
}

/* line 23770, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-blue-bottom {
  border-bottom-color: #3398dc !important;
}

/* line 23773, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-blue-left {
  border-left-color: #3398dc !important;
}

/* line 23776, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-blue-right {
  border-right-color: #3398dc !important;
}

/* Color Light Blue */
/* line 23780, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-lightblue-top {
  border-top-color: #edf2f8 !important;
}

/* line 23783, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-lightblue-bottom {
  border-bottom-color: #edf2f8 !important;
}

/* line 23786, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-lightblue-left {
  border-left-color: #edf2f8 !important;
}

/* line 23789, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-lightblue-right {
  border-right-color: #edf2f8 !important;
}

/* line 23792, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-lightblue-v1-top {
  border-top-color: #d6e2ee !important;
}

/* line 23795, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-lightblue-v1-bottom {
  border-bottom-color: #d6e2ee !important;
}

/* line 23798, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-lightblue-v1-left {
  border-left-color: #d6e2ee !important;
}

/* line 23801, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-lightblue-v1-right {
  border-right-color: #d6e2ee !important;
}

/* Color Dark Blue */
/* line 23805, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-darkblue-top {
  border-top-color: #009 !important;
}

/* line 23808, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-darkblue-bottom {
  border-bottom-color: #009 !important;
}

/* line 23811, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-darkblue-left {
  border-left-color: #009 !important;
}

/* line 23814, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-darkblue-right {
  border-right-color: #009 !important;
}

/* Color Indigo */
/* line 23818, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-indigo-top {
  border-top-color: #4263a3 !important;
}

/* line 23821, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-indigo-bottom {
  border-bottom-color: #4263a3 !important;
}

/* line 23824, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-indigo-left {
  border-left-color: #4263a3 !important;
}

/* line 23827, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-indigo-right {
  border-right-color: #4263a3 !important;
}

/* Color Red */
/* line 23831, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-red-top {
  border-top-color: #f00 !important;
}

/* line 23834, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-red-bottom {
  border-bottom-color: #f00 !important;
}

/* line 23837, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-red-left {
  border-left-color: #f00 !important;
}

/* line 23840, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-red-right {
  border-right-color: #f00 !important;
}

/* Color Light Red */
/* line 23844, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-lightred-top {
  border-top-color: #e64b3b !important;
}

/* line 23847, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-lightred-bottom {
  border-bottom-color: #e64b3b !important;
}

/* line 23850, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-lightred-left {
  border-left-color: #e64b3b !important;
}

/* line 23853, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-lightred-right {
  border-right-color: #e64b3b !important;
}

/* Color Dark Red */
/* line 23857, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-darkred-top {
  border-top-color: #a10f2b !important;
}

/* line 23860, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-darkred-bottom {
  border-bottom-color: #a10f2b !important;
}

/* line 23863, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-darkred-left {
  border-left-color: #a10f2b !important;
}

/* line 23866, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-darkred-right {
  border-right-color: #a10f2b !important;
}

/* Color Purple */
/* line 23870, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-purple-top {
  border-top-color: #9a69cb !important;
}

/* line 23873, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-purple-bottom {
  border-bottom-color: #9a69cb !important;
}

/* line 23876, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-purple-left {
  border-left-color: #9a69cb !important;
}

/* line 23879, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-purple-right {
  border-right-color: #9a69cb !important;
}

/* Color Dark Purple */
/* line 23883, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-darkpurple-top {
  border-top-color: #6639b6 !important;
}

/* line 23886, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-darkpurple-bottom {
  border-bottom-color: #6639b6 !important;
}

/* line 23889, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-darkpurple-left {
  border-left-color: #6639b6 !important;
}

/* line 23892, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-darkpurple-right {
  border-right-color: #6639b6 !important;
}

/* Color Pink */
/* line 23896, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-pink-top {
  border-top-color: #e81c62 !important;
}

/* line 23899, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-pink-bottom {
  border-bottom-color: #e81c62 !important;
}

/* line 23902, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-pink-left {
  border-left-color: #e81c62 !important;
}

/* line 23905, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-pink-right {
  border-right-color: #e81c62 !important;
}

/* Color Orange */
/* line 23909, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-orange-top {
  border-top-color: #e57d20 !important;
}

/* line 23912, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-orange-bottom {
  border-bottom-color: #e57d20 !important;
}

/* line 23915, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-orange-left {
  border-left-color: #e57d20 !important;
}

/* line 23918, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-orange-right {
  border-right-color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 23922, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-deeporange-top {
  border-top-color: #fe541e !important;
}

/* line 23925, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-deeporange-bottom {
  border-bottom-color: #fe541e !important;
}

/* line 23928, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-deeporange-left {
  border-left-color: #fe541e !important;
}

/* line 23931, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-deeporange-right {
  border-right-color: #fe541e !important;
}

/* Color Yellow */
/* line 23935, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-yellow-top {
  border-top-color: #ebc71d !important;
}

/* line 23938, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-yellow-bottom {
  border-bottom-color: #ebc71d !important;
}

/* line 23941, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-yellow-left {
  border-left-color: #ebc71d !important;
}

/* line 23944, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-yellow-right {
  border-right-color: #ebc71d !important;
}

/* Color Aqua */
/* line 23948, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-aqua-top {
  border-top-color: #29d6e6 !important;
}

/* line 23951, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-aqua-bottom {
  border-bottom-color: #29d6e6 !important;
}

/* line 23954, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-aqua-left {
  border-left-color: #29d6e6 !important;
}

/* line 23957, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-aqua-right {
  border-right-color: #29d6e6 !important;
}

/* Color Cyan */
/* line 23961, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-cyan-top {
  border-top-color: #00bed6 !important;
}

/* line 23964, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-cyan-bottom {
  border-bottom-color: #00bed6 !important;
}

/* line 23967, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-cyan-left {
  border-left-color: #00bed6 !important;
}

/* line 23970, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-cyan-right {
  border-right-color: #00bed6 !important;
}

/* Color Teal */
/* line 23974, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-teal-top {
  border-top-color: #18ba9b !important;
}

/* line 23977, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-teal-bottom {
  border-bottom-color: #18ba9b !important;
}

/* line 23980, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-teal-left {
  border-left-color: #18ba9b !important;
}

/* line 23983, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-teal-right {
  border-right-color: #18ba9b !important;
}

/* Color Brown */
/* line 23987, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-brown-top {
  border-top-color: #9c8061 !important;
}

/* line 23990, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-brown-bottom {
  border-bottom-color: #9c8061 !important;
}

/* line 23993, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-brown-left {
  border-left-color: #9c8061 !important;
}

/* line 23996, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-brown-right {
  border-right-color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 24000, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-bluegray-top {
  border-top-color: #585f69 !important;
}

/* line 24003, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-bluegray-bottom {
  border-bottom-color: #585f69 !important;
}

/* line 24006, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-bluegray-left {
  border-left-color: #585f69 !important;
}

/* line 24009, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-bluegray-right {
  border-right-color: #585f69 !important;
}

/* O */
/* line 24013, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-top--hover:hover {
  border-top-color: #72c02c !important;
}

/* line 24016, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-top--hover:hover::after {
  border-top-color: #72c02c;
}

/* line 24019, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-top--active.active {
  border-top-color: #72c02c !important;
}

/* line 24022, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-top--active.active::after {
  border-top-color: #72c02c;
}

/* line 24025, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-bottom--hover:hover {
  border-bottom-color: #72c02c !important;
}

/* line 24028, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-bottom--hover:hover::after {
  border-bottom-color: #72c02c;
}

/* line 24031, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-bottom--active.active {
  border-bottom-color: #72c02c !important;
}

/* line 24034, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-primary-bottom--active.active::after {
  border-bottom-color: #72c02c;
}

/* line 24037, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-pinterest {
  border-color: #c8232c !important;
}

/* line 24040, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-pinterest::after {
  border-color: #c8232c !important;
}

/* line 24043, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-pinterest-top--hover:hover {
  border-top-color: #c8232c !important;
}

/* line 24046, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-pinterest-top--hover:hover::after {
  border-top-color: #c8232c;
}

/* line 24049, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-pinterest-top--active.active {
  border-top-color: #c8232c !important;
}

/* line 24052, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-pinterest-top--active.active::after {
  border-top-color: #c8232c;
}

/* line 24055, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-pinterest-bottom--hover:hover {
  border-bottom-color: #c8232c !important;
}

/* line 24058, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-pinterest-bottom--hover:hover::after {
  border-bottom-color: #c8232c;
}

/* line 24061, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-pinterest-bottom--active.active {
  border-bottom-color: #c8232c !important;
}

/* line 24064, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-pinterest-bottom--active.active::after {
  border-bottom-color: #c8232c;
}

/*------------------------------------
  Social Border Colors
------------------------------------*/
/* Facebook */
/* line 24071, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-facebook {
  border-color: #3b5998;
}

/* line 24074, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-facebook--hover:hover {
  border-color: #3b5998 !important;
}

/* Twitter */
/* line 24078, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-twitter {
  border-color: #00acee;
}

/* line 24081, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-twitter--hover:hover {
  border-color: #00acee !important;
}

/* Skype */
/* line 24085, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-skype {
  border-color: #00aff0;
}

/* line 24088, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-skype--hover:hover {
  border-color: #00aff0 !important;
}

/* Pinterest */
/* line 24092, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-pinterest {
  border-color: #c8232c;
}

/* line 24095, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-pinterest--hover:hover {
  border-color: #c8232c !important;
}

/* Vine */
/* line 24099, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-vine {
  border-color: #00bf8f;
}

/* line 24102, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-vine--hover:hover {
  border-color: #00bf8f !important;
}

/* Youtube */
/* line 24106, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-youtube {
  border-color: #c4302b;
}

/* line 24109, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-youtube--hover:hover {
  border-color: #c4302b !important;
}

/* Google plus */
/* line 24113, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-google-plus {
  border-color: #dd4b39;
}

/* line 24116, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-google-plus--hover:hover {
  border-color: #dd4b39 !important;
}

/* Dribbble */
/* line 24120, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-dribbble {
  border-color: #ea4c89;
}

/* line 24123, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-dribbble--hover:hover {
  border-color: #ea4c89 !important;
}

/* VK */
/* line 24127, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-vk {
  border-color: #2b587a;
}

/* line 24130, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-vk--hover:hover {
  border-color: #2b587a !important;
}

/* Linkedin */
/* line 24134, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-linkedin {
  border-color: #0e76a8;
}

/* line 24137, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-linkedin--hover:hover {
  border-color: #0e76a8 !important;
}

/* Instagram */
/* line 24141, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-instagram {
  border-color: #3f729b;
}

/* line 24144, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-instagram--hover:hover {
  border-color: #3f729b !important;
}

/*------------------------------------
  Border Gradient Colors
------------------------------------*/
/* Cyan Gradient */
/* line 24151, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-brd-cyan-gradient-opacity-v1 {
  -o-border-image: linear-gradient(160deg, rgba(0, 0, 153, 0.55) 0%, rgba(0, 190, 214, 0.6) 100%);
  border-image: linear-gradient(160deg, rgba(0, 0, 153, 0.55) 0%, rgba(0, 190, 214, 0.6) 100%);
  border-image-slice: 1;
}

/*------------------------------------
  Typography Font Family
------------------------------------*/
/* line 24159, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-secondary {
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
}

/* line 24162, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-code {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 24165, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-niconne {
  font-family: "Niconne", cursive;
}

/*------------------------------------
  Typography Font Size
------------------------------------*/
/* line 24171, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-default {
  font-size: 1rem !important;
}

/* line 24174, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-70x {
  font-size: 70% !important;
}

/* line 24177, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-75x {
  font-size: 75% !important;
}

/* line 24180, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-80x {
  font-size: 80% !important;
}

/* line 24183, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-85x {
  font-size: 85% !important;
}

/* line 24186, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-90x {
  font-size: 90% !important;
}

/* line 24189, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-95x {
  font-size: 95% !important;
}

/* line 24192, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-0 {
  font-size: 0;
}

/* line 24195, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-5 {
  font-size: 0.35714rem !important;
}

/* line 24198, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-8 {
  font-size: 0.57143rem !important;
}

/* line 24201, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-9 {
  font-size: 0.64286rem !important;
}

/* line 24204, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-10 {
  font-size: 0.71429rem !important;
}

/* line 24207, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-11 {
  font-size: 0.78571rem !important;
}

/* line 24210, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-12 {
  font-size: 0.85714rem !important;
}

/* line 24213, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-13 {
  font-size: 0.92857rem !important;
}

/* line 24216, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-14 {
  font-size: 1rem !important;
}

/* line 24219, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-15 {
  font-size: 1.07143rem !important;
}

/* line 24222, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-16 {
  font-size: 1.14286rem !important;
}

/* line 24225, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-17 {
  font-size: 1.21429rem !important;
}

/* line 24228, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-18 {
  font-size: 1.28571rem !important;
}

/* line 24231, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-20 {
  font-size: 1.42857rem !important;
}

/* line 24234, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-22 {
  font-size: 1.57143rem !important;
}

/* line 24237, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-23 {
  font-size: 1.64286rem !important;
}

/* line 24240, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-24 {
  font-size: 1.71429rem !important;
}

/* line 24243, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-25 {
  font-size: 1.78571rem !important;
}

/* line 24246, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-26 {
  font-size: 1.85714rem !important;
}

/* line 24249, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-27 {
  font-size: 1.92857rem !important;
}

/* line 24252, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-28 {
  font-size: 2rem !important;
}

/* line 24255, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-30 {
  font-size: 2.14286rem !important;
}

/* line 24258, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-32 {
  font-size: 2.28571rem !important;
}

/* line 24261, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-33 {
  font-size: 2.35714rem !important;
}

/* line 24264, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-35 {
  font-size: 2.5rem !important;
}

/* line 24267, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-36 {
  font-size: 2.57143rem !important;
}

/* line 24270, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-38 {
  font-size: 2.71429rem !important;
}

/* line 24273, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-40 {
  font-size: 2.85714rem !important;
}

/* line 24276, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-42 {
  font-size: 3rem !important;
}

/* line 24279, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-45 {
  font-size: 3.21429rem !important;
}

/* line 24282, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-46 {
  font-size: 3.28571rem !important;
}

/* line 24285, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-48 {
  font-size: 3.42857rem !important;
}

/* line 24288, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-50 {
  font-size: 3.57143rem !important;
}

/* line 24291, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-55 {
  font-size: 3.92857rem !important;
}

/* line 24294, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-56 {
  font-size: 4rem !important;
}

/* line 24297, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-60 {
  font-size: 4.28571rem !important;
}

/* line 24300, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-65 {
  font-size: 4.64286rem !important;
}

/* line 24303, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-70 {
  line-height: 70px;
  font-size: 5rem !important;
}

/* line 24307, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-75 {
  font-size: 5.35714rem !important;
}

/* line 24310, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-76 {
  font-size: 5.42857rem !important;
}

/* line 24313, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-80 {
  font-size: 5.71429rem !important;
}

/* line 24316, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-86 {
  font-size: 6.14286rem !important;
}

/* line 24319, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-90 {
  font-size: 6.42857rem !important;
}

/* line 24322, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-120 {
  font-size: 8.57143rem !important;
}

/* line 24325, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-200 {
  line-height: 210px;
  font-size: 14.28571rem !important;
}

/* line 24329, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-size-180 {
  font-size: 12.85714rem !important;
}

@media (min-width: 576px) {
  /* line 24333, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-20--sm {
    font-size: 1.42857rem !important;
  }

  /* line 24335, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-25--sm {
    font-size: 1.78571rem !important;
  }

  /* line 24337, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-40--sm {
    font-size: 2.85714rem !important;
  }

  /* line 24339, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-50--sm {
    font-size: 3.57143rem !important;
  }

  /* line 24341, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-240--sm {
    font-size: 17.14286rem !important;
  }
}
@media (min-width: 768px) {
  /* line 24345, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-default--md {
    font-size: 1rem;
  }

  /* line 24347, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-12--md {
    font-size: 0.85714rem !important;
  }

  /* line 24349, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-16--md {
    font-size: 1.14286rem !important;
  }

  /* line 24351, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-18--md {
    font-size: 1.28571rem !important;
  }

  /* line 24353, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-20--md {
    font-size: 1.42857rem !important;
  }

  /* line 24355, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-24--md {
    font-size: 1.71429rem !important;
  }

  /* line 24357, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-25--md {
    font-size: 1.78571rem !important;
  }

  /* line 24359, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-26--md {
    font-size: 1.85714rem !important;
  }

  /* line 24361, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-27--md {
    font-size: 1.92857rem !important;
  }

  /* line 24363, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-28--md {
    font-size: 2rem !important;
  }

  /* line 24365, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-30--md {
    font-size: 2.14286rem !important;
  }

  /* line 24367, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-32--md {
    font-size: 2.28571rem !important;
  }

  /* line 24369, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-35--md {
    font-size: 2.5rem !important;
  }

  /* line 24371, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-36--md {
    font-size: 2.57143rem !important;
  }

  /* line 24373, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-40--md {
    font-size: 2.85714rem !important;
  }

  /* line 24375, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-45--md {
    font-size: 3.21429rem !important;
  }

  /* line 24377, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-46--md {
    font-size: 3.28571rem !important;
  }

  /* line 24379, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-48--md {
    font-size: 3.42857rem !important;
  }

  /* line 24381, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-50--md {
    font-size: 3.57143rem !important;
  }

  /* line 24383, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-55--md {
    font-size: 3.92857rem !important;
  }

  /* line 24385, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-56--md {
    font-size: 4rem !important;
  }

  /* line 24387, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-60--md {
    font-size: 4.28571rem !important;
  }

  /* line 24389, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-65--md {
    font-size: 4.64286rem !important;
  }

  /* line 24391, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-70--md {
    font-size: 5rem !important;
  }

  /* line 24393, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-75--md {
    font-size: 5.35714rem !important;
  }

  /* line 24395, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-76--md {
    font-size: 5.42857rem !important;
  }

  /* line 24397, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-90--md {
    font-size: 6.42857rem !important;
  }

  /* line 24399, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-130--md {
    font-size: 9.28571rem !important;
  }
}
@media (min-width: 992px) {
  /* line 24403, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-18--lg {
    font-size: 1.28571rem !important;
  }

  /* line 24405, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-26--lg {
    font-size: 1.85714rem !important;
  }

  /* line 24407, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-35--lg {
    font-size: 2.5rem !important;
  }

  /* line 24409, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-36--lg {
    font-size: 2.57143rem !important;
  }

  /* line 24411, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-75--lg {
    font-size: 5.35714rem !important;
  }

  /* line 24413, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-76--lg {
    font-size: 5.42857rem !important;
  }

  /* line 24415, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-420--lg {
    font-size: 30rem !important;
  }
}
@media (max-width: 575px) {
  /* line 24419, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-size-25 {
    font-size: 1.78571rem !important;
  }
}
/*------------------------------------
  Typography Font Weight
------------------------------------*/
/* line 24425, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-weight-100 {
  font-weight: 100;
}

/* line 24428, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-weight-200 {
  font-weight: 200;
}

/* line 24431, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-weight-300 {
  font-weight: 300;
}

/* line 24434, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-weight-400 {
  font-weight: 400;
}

/* line 24437, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-weight-500 {
  font-weight: 500;
}

/* line 24440, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-weight-600 {
  font-weight: 600;
}

/* line 24443, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-weight-700 {
  font-weight: 700;
}

/* line 24446, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-weight-800 {
  font-weight: 800;
}

/* line 24449, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-weight-900 {
  font-weight: 900;
}

@media (min-width: 768px) {
  /* line 24453, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-weight-100--md {
    font-weight: 100;
  }

  /* line 24455, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-weight-200--md {
    font-weight: 200;
  }

  /* line 24457, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-weight-300--md {
    font-weight: 300;
  }

  /* line 24459, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-weight-400--md {
    font-weight: 400;
  }

  /* line 24461, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-weight-500--md {
    font-weight: 500;
  }

  /* line 24463, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-weight-600--md {
    font-weight: 600;
  }

  /* line 24465, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-weight-700--md {
    font-weight: 700;
  }

  /* line 24467, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-weight-800--md {
    font-weight: 800;
  }

  /* line 24469, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-font-weight-900--md {
    font-weight: 900;
  }
}
/*------------------------------------
  Typography Text Transform
------------------------------------*/
/* line 24475, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-text-transform-none {
  text-transform: none !important;
}

/*------------------------------------
  Typography Text Decoration
------------------------------------*/
/* line 24481, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-text-underline {
  text-decoration: underline;
}

/* line 24484, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-text-underline--none--hover:focus, .g-text-underline--none--hover:hover {
  text-decoration: none;
}

/* line 24487, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-text-strike {
  text-decoration: line-through;
}

/*------------------------------------
  Typography Letter Spacing
------------------------------------*/
/* line 24493, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-letter-spacing-minus-2 {
  letter-spacing: -0.14286rem;
}

/* line 24496, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-letter-spacing-0_5 {
  letter-spacing: 0.03571rem;
}

/* line 24499, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-letter-spacing-1_5 {
  letter-spacing: 0.10714rem;
}

/* line 24502, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-letter-spacing-0 {
  letter-spacing: 0px;
}

/* line 24505, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-letter-spacing-1 {
  letter-spacing: 0.07143rem;
}

/* line 24508, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-letter-spacing-2 {
  letter-spacing: 0.14286rem;
}

/* line 24511, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-letter-spacing-3 {
  letter-spacing: 0.21429rem;
}

/* line 24514, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-letter-spacing-4 {
  letter-spacing: 0.28571rem;
}

/* line 24517, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-letter-spacing-5 {
  letter-spacing: 0.35714rem;
}

/* line 24520, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-letter-spacing-6 {
  letter-spacing: 0.42857rem;
}

/* line 24523, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-letter-spacing-7 {
  letter-spacing: 0.5rem;
}

/* line 24526, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-letter-spacing-8 {
  letter-spacing: 0.57143rem;
}

/* line 24529, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-letter-spacing-9 {
  letter-spacing: 0.64286rem;
}

/* line 24532, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-letter-spacing-10 {
  letter-spacing: 0.71429rem;
}

/* line 24535, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-letter-spacing-11 {
  letter-spacing: 0.78571rem;
}

/* line 24538, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-letter-spacing-12 {
  letter-spacing: 0.85714rem;
}

/*------------------------------------
  Typography Line Height
------------------------------------*/
/* line 24544, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-line-height-0 {
  line-height: 0 !important;
}

/* line 24547, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-line-height-0_7 {
  line-height: .7 !important;
}

/* line 24550, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-line-height-0_8 {
  line-height: .8 !important;
}

/* line 24553, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-line-height-0_9 {
  line-height: .9 !important;
}

/* line 24556, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-line-height-1 {
  line-height: 1 !important;
}

/* line 24559, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-line-height-1_1 {
  line-height: 1.1 !important;
}

/* line 24562, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-line-height-1_2 {
  line-height: 1.2 !important;
}

/* line 24565, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-line-height-1_3 {
  line-height: 1.3 !important;
}

/* line 24568, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-line-height-1_4 {
  line-height: 1.4 !important;
}

/* line 24571, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-line-height-1_5 {
  line-height: 1.5 !important;
}

/* line 24574, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-line-height-1_6 {
  line-height: 1.6 !important;
}

/* line 24577, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-line-height-1_8 {
  line-height: 1.8 !important;
}

/* line 24580, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-line-height-2 {
  line-height: 2 !important;
}

/*------------------------------------
  Typography Font Style
------------------------------------*/
/* line 24586, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-style-normal {
  font-style: normal;
}

/* line 24589, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-font-style-italic {
  font-style: italic;
}

/*------------------------------------
  List Style Types
------------------------------------*/
/* line 24595, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-list-style-circle {
  list-style-type: circle;
}

/* line 24598, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-list-style-square {
  list-style-type: square;
}

/* line 24601, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-list-style-lower-roman {
  list-style-type: lower-roman;
}

/* line 24604, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-list-style-upper-roman {
  list-style-type: upper-roman;
}

/* line 24607, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-list-style-lower-latin {
  list-style-type: lower-latin;
}

/* line 24610, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-list-style-upper-latin {
  list-style-type: upper-latin;
}

/*------------------------------------
  Text Types
------------------------------------*/
/* line 24616, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-text-break-word {
  word-wrap: break-word;
}

/*------------------------------------
  Quotes
------------------------------------*/
/* Quote v1 */
/* line 24623, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-quote-v1::before {
  content: "\“";
  font-size: 36px;
  line-height: 0.75em;
  text-align: center;
  font-weight: 600;
  display: block;
}

/* line 24631, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-quote-v1::after {
  display: none;
}

/*------------------------------------
  Positions
------------------------------------*/
/* line 24637, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pos-rel {
  position: relative !important;
}

/* line 24640, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pos-abs {
  position: absolute !important;
}

/* line 24643, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pos-stc {
  position: static !important;
}

/* line 24646, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pos-fix {
  position: fixed !important;
}

@media (min-width: 768px) {
  /* line 24650, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pos-rel--md {
    position: relative !important;
  }

  /* line 24652, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pos-fix--md {
    position: fixed !important;
  }

  /* line 24654, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pos-abs--md {
    position: absolute !important;
  }

  /* line 24656, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pos-fix--md {
    position: fixed !important;
  }
}
@media (min-width: 992px) {
  /* line 24660, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pos-abs--lg {
    position: absolute !important;
  }
}
/*------------------------------------
  Position Spaces
------------------------------------*/
/* Top */
/* line 24667, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-auto {
  /* P */
  top: auto;
}

/* line 24671, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-top-auto--parent-hover {
  top: auto;
}

/* line 24674, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-0 {
  top: 0;
}

/* line 24677, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-0--hover:hover {
  top: 0;
}

/* line 24680, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-top-0--parent-hover {
  top: 0;
}

/* line 24683, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-1 {
  top: 0.07143rem;
}

/* line 24686, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-2 {
  top: 0.14286rem;
}

/* line 24689, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-3 {
  top: 0.21429rem;
}

/* line 24692, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-5 {
  top: 0.35714rem;
}

/* line 24695, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-10 {
  top: 0.71429rem;
}

/* line 24698, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-15 {
  top: 1.07143rem;
}

/* line 24701, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-20 {
  top: 1.42857rem;
}

/* line 24704, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-30 {
  top: 2.14286rem;
}

/* line 24707, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-35 {
  top: 2.5rem;
}

/* line 24710, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-55 {
  top: 3.92857rem;
}

/* line 24713, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-100 {
  top: 7.14286rem;
}

/* line 24716, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-15x {
  top: 15%;
}

/* line 24719, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-20x {
  top: 20%;
}

/* line 24722, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-25x {
  top: 25%;
}

/* line 24725, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-30x {
  top: 30%;
}

/* line 24728, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-35x {
  top: 35%;
}

/* line 24731, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-50x {
  top: 50%;
}

/* line 24734, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-100x {
  top: 100%;
}

/* Top Minis */
/* line 24738, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-minus-1 {
  top: -0.07143rem;
}

/* line 24741, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-minus-2 {
  top: -0.14286rem;
}

/* line 24744, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-minus-3 {
  top: -0.21429rem;
}

/* line 24747, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-minus-4 {
  top: -0.28571rem;
}

/* line 24750, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-minus-5 {
  top: -0.35714rem;
}

/* line 24753, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-minus-6 {
  top: -0.42857rem;
}

/* line 24756, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-minus-8 {
  top: -0.57143rem;
}

/* line 24759, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-minus-10 {
  top: -0.71429rem;
}

/* line 24762, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-minus-15 {
  top: -1.07143rem;
}

/* line 24765, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-minus-20 {
  top: -1.42857rem;
}

/* line 24768, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-minus-30 {
  top: -2.14286rem;
}

/* line 24771, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-minus-35 {
  top: -2.5rem;
}

/* line 24774, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-minus-40 {
  top: -2.85714rem;
}

/* line 24777, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-minus-70 {
  top: -5rem;
}

/* line 24780, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-minus-120 {
  top: -8.57143rem;
}

/* line 24783, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-top-minus-25x {
  top: -25%;
}

/* Left */
/* line 24787, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-auto {
  /* P */
  left: auto;
}

/* line 24791, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-0 {
  left: 0;
}

/* line 24794, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-0--hover:hover {
  left: 0;
}

/* line 24797, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-left-0--parent-hover {
  left: 0;
}

/* line 24800, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-2 {
  left: 0.14286rem;
}

/* line 24803, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-5 {
  left: 0.35714rem;
}

/* line 24806, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-10 {
  left: 0.71429rem;
}

/* line 24809, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-15 {
  left: 1.07143rem !important;
}

/* line 24812, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-20 {
  left: 1.42857rem;
}

/* line 24815, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-30 {
  left: 2.14286rem;
}

/* line 24818, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-40 {
  left: 2.85714rem;
  /* O */
}

/* line 24822, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-45 {
  left: 3.21429rem;
  /* P */
}

/* line 24826, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-75 {
  left: 5.35714rem;
}

/* line 24829, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-110 {
  left: 7.85714rem;
}

/* line 24832, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-130 {
  left: 9.28571rem;
}

/* line 24835, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-200 {
  left: 14.28571rem;
}

/* line 24838, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-15x {
  left: 15%;
}

/* line 24841, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-35x {
  left: 35%;
}

/* line 24844, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-50x {
  left: 50%;
}

/* line 24847, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-100x {
  left: 100%;
}

/* Left Minus */
/* line 24851, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-minus-3 {
  left: -0.21429rem;
}

/* line 24854, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-minus-6 {
  left: -0.42857rem;
}

/* line 24857, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-minus-7 {
  left: -0.5rem;
}

/* line 24860, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-minus-10 {
  left: -0.71429rem;
}

/* line 24863, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-minus-15 {
  left: -1.07143rem;
}

/* line 24866, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-minus-20 {
  left: -1.42857rem;
}

/* line 24869, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-minus-25 {
  left: -1.78571rem;
}

/* line 24872, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-minus-30 {
  left: -2.14286rem;
}

/* line 24875, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-left-minus-50 {
  left: -3.57143rem;
}

/* line 24878, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-left-minus-50--parent-hover {
  left: -3.57143rem;
}

/* Right */
/* line 24882, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-auto {
  /* P */
  right: auto;
}

/* line 24886, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-0 {
  right: 0;
}

/* line 24889, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-0--hover:hover {
  right: 0;
}

/* line 24892, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-right-0--parent-hover {
  right: 0;
}

/* line 24895, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-5 {
  right: 0.35714rem;
}

/* line 24898, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-10 {
  right: 0.71429rem;
}

/* line 24901, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-15 {
  right: 1.07143rem !important;
}

/* line 24904, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-20 {
  right: 1.42857rem;
}

/* line 24907, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-30 {
  right: 2.14286rem;
}

/* line 24910, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-40 {
  right: 2.85714rem;
}

/* line 24913, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-45 {
  right: 3.21429rem;
  /* P */
}

/* line 24917, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-55 {
  right: 3.92857rem;
  /* O */
}

/* line 24921, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-100 {
  right: 7.14286rem;
}

/* line 24924, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-110 {
  right: 7.85714rem;
}

/* line 24927, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-130 {
  right: 9.28571rem;
}

/* line 24930, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-15x {
  right: 15%;
}

/* line 24933, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-35x {
  right: 35%;
}

/* line 24936, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-50x {
  right: 50%;
}

/* line 24939, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-100x {
  right: 100%;
}

/* Right Minus */
/* line 24943, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-minus-3 {
  right: -0.21429rem;
}

/* line 24946, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-minus-6 {
  right: -0.42857rem;
}

/* line 24949, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-minus-5 {
  right: -0.35714rem;
}

/* line 24952, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-minus-10 {
  right: -0.71429rem;
}

/* line 24955, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-minus-13 {
  right: -0.92857rem;
}

/* line 24958, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-minus-15 {
  right: -1.07143rem;
}

/* line 24961, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-minus-20 {
  right: -1.42857rem;
}

/* line 24964, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-minus-25 {
  right: -1.78571rem;
}

/* line 24967, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-right-minus-50 {
  right: -3.57143rem;
}

/* Bottom */
/* line 24971, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bottom-auto {
  /* P */
  bottom: auto;
}

/* line 24975, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bottom-0 {
  bottom: 0;
}

/* line 24978, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bottom-0--hover:hover {
  bottom: 0;
}

/* line 24981, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-bottom-0--parent-hover {
  bottom: 0;
}

/* line 24984, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bottom-6 {
  bottom: 0.42857rem;
}

/* line 24987, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bottom-10 {
  bottom: 0.71429rem;
}

/* line 24990, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bottom-20 {
  bottom: 1.42857rem;
}

/* line 24993, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bottom-30 {
  bottom: 2.14286rem;
}

/* line 24996, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bottom-40 {
  bottom: 2.85714rem;
}

/* line 24999, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bottom-50 {
  bottom: 3.57143rem;
}

/* line 25002, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-bottom-50--parent-hover {
  bottom: 3.57143rem;
}

/* line 25005, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bottom-60 {
  bottom: 4.28571rem;
}

/* line 25008, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bottom-80 {
  bottom: 5.71429rem;
}

/* line 25011, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bottom-minus-20 {
  bottom: -1.42857rem;
}

/* line 25014, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bottom-minus-30 {
  bottom: -2.14286rem;
}

/* line 25017, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bottom-minus-35x {
  bottom: -35%;
}

/* line 25020, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bottom-minus-70 {
  bottom: -5rem;
}

/* line 25023, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bottom-15x {
  bottom: 15%;
}

/* line 25026, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bottom-minus-25x {
  bottom: -25%;
}

/* line 25029, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-bottom-100x {
  bottom: 100%;
}

/* Z */
@media (min-width: 576px) {
  /* line 25034, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-left-auto--sm {
    left: auto;
  }

  /* line 25036, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-left-minus-20--sm {
    left: -20px;
  }

  /* line 25038, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-right-minus-20--sm {
    right: -20px;
  }
}
/* O */
@media (min-width: 768px) {
  /* line 25043, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-right-0--md {
    right: 0;
  }

  /* line 25045, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-right-minus-15--md {
    right: -1.07143rem;
  }

  /* line 25047, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-left-minus-15--md {
    left: -1.07143rem;
  }

  /* line 25049, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-top-minus-20--md {
    top: -1.42857rem;
  }

  /* line 25051, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-right-minus-25--md {
    right: -1.78571rem;
  }

  /* line 25053, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-bottom-minus-50--md {
    bottom: -3.57143rem;
  }

  /* line 25055, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-left-auto--md {
    left: auto;
  }

  /* line 25057, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-left-minus-25--md {
    left: -1.78571rem;
  }

  /* line 25059, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-left-130--md {
    left: 9.28571rem;
  }

  /* line 25061, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-left-35x--md {
    left: 35%;
  }

  /* line 25063, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-left-50x--md {
    left: 50%;
  }

  /* line 25065, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-right-130--md {
    right: 9.28571rem;
  }

  /* line 25067, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-right-35x--md {
    right: 35%;
  }

  /* line 25069, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-right-50x--md {
    right: 50%;
  }
}
@media (min-width: 992px) {
  /* line 25073, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-top-0--lg {
    top: 0;
  }

  /* line 25075, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-right-0--lg {
    right: 0;
  }

  /* line 25077, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-left-minus-35--lg {
    left: -2.5rem;
  }

  /* line 25079, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-left-40--lg {
    left: 2.85714rem;
  }

  /* line 25081, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-right-minus-35--lg {
    right: -2.5rem;
  }

  /* line 25083, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-right-40--lg {
    right: 2.85714rem;
  }
}
/*------------------------------------
  Block Alignments
------------------------------------*/
/* Absolute (Position, X, Y) */
/* line 25090, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-absolute-centered {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}

/* line 25099, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-absolute-centered--x {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
}

@media (min-width: 768px) {
  /* line 25108, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-absolute-centered--x--md {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-backface-visibility: hidden;
  }
}
/* line 25116, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-absolute-centered--y {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
}

@media (min-width: 768px) {
  /* line 25125, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-absolute-centered--y--md {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
  }
}
/* O */
/* line 25134, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-origin--top-left {
  transform-origin: top left;
}

/* line 25139, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-origin--top-right {
  transform-origin: top right;
}

/* line 25144, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-absolute-centered--y--scl-0_6 {
  position: absolute;
  top: 50%;
  transform: scale(0.6) translateY(-50%);
}

/* Relative (Position, X, Y) */
/* line 25152, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-relative-centered {
  position: relative;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}

/* line 25161, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-relative-centered--x {
  position: relative;
  left: 50% !important;
  transform: translateX(-50%);
  -webkit-backface-visibility: hidden;
}

/* line 25169, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-relative-centered--y {
  position: relative;
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
}

/* Flex centered */
/* line 25178, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-flex-centered {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 25189, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-flex-centered-item {
  flex: 1;
}

/* line 25194, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-flex-centered-item--top {
  align-self: flex-start;
}

/* line 25198, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-flex-centered-item--bottom {
  align-self: flex-end;
}

/* Flex right */
/* line 25203, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-flex-right--xs {
  justify-content: flex-end;
}

/* Flex middle */
/* line 25209, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-flex-middle {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

/* line 25221, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-flex-middle-item {
  margin-top: auto;
  margin-bottom: auto;
}

/* line 25225, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-flex-middle-item--top {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 25229, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-flex-middle-item--bottom {
  margin-top: auto;
  margin-bottom: 0;
}

/* line 25233, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-flex-middle-item--fixed {
  flex: none;
  max-width: 50%;
}

@media (min-width: 768px) {
  /* Flex right */
  /* line 25241, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-flex-right--md {
    justify-content: flex-end;
  }

  /* line 25245, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-flex-centered--md {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* O */
  /* line 25256, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-absolute-centered--y--scl-1--md {
    position: absolute;
    top: 50%;
    transform: scale(1) translateY(-50%);
  }
}
/* Z */
@media (min-width: 576px) {
  /* line 25265, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-absolute-centered--sm {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
  }
}
/*------------------------------------
  Alignments
------------------------------------*/
/* line 25277, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-valign-super {
  vertical-align: super !important;
}

/* line 25280, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-valign-sub {
  vertical-align: sub !important;
}

/* line 25283, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-valign-top {
  vertical-align: top !important;
}

/* line 25286, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-valign-middle {
  vertical-align: middle !important;
}

/* line 25289, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-valign-bottom {
  vertical-align: bottom !important;
}

/*------------------------------------
  Blur
------------------------------------*/
/* line 25295, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-blur-30 {
  filter: blur(30px);
}

/* line 25299, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-blur-30--hover:hover {
  filter: blur(30px);
}

/* line 25303, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-blur-30--parent-hover {
  filter: blur(30px);
}

/*------------------------------------
  Box-shadows
------------------------------------*/
/* line 25310, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-box-shadow-none {
  box-shadow: none !important;
}

/*------------------------------------
  Clear
------------------------------------*/
/* line 25316, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-clear {
  clear: both;
}

/* line 25319, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-clear--left {
  clear: left;
}

/* line 25322, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-clear--right {
  clear: right;
}

/*------------------------------------
  Cursors
------------------------------------*/
/* line 25328, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-cursor-pointer {
  cursor: pointer;
}

/*------------------------------------
  Overflows
------------------------------------*/
/* line 25334, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-overflow-hidden {
  overflow: hidden;
}

/* line 25337, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-overflow-visible {
  overflow: visible;
}

/* line 25340, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-overflow-x-hidden {
  overflow-x: hidden;
}

/* line 25343, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-overflow-x-scroll {
  overflow-x: scroll;
}

/* line 25346, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-overflow-y-auto {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 25350, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-overflow-x-visible--md {
    overflow-x: visible;
  }
}
@media (min-width: 992px) {
  /* line 25354, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-overflow-x-visible--lg {
    overflow-x: visible;
  }
}
/*------------------------------------
  Transitions
------------------------------------*/
/*.g-transition {
  &-0_2 {
    transition: .2s ease-out;
  }
  &-0_3 {
    transition: .3s ease-out;
  }
  &-0_6 {
    transition: .6s ease-out;
    &-ease {
      transition: .6s ease;
    }
  }
}

[class*="g-color-"][class*="--hover"] {
  transition: color .2s ease-out;
}
[class*="g-bg-"][class*="--hover"] {
  transition: background-color .3s ease-out;
}
[class*="g-color-"][class*="--hover"][class*="g-bg-"][class*="--hover"] {
  transition: .3s ease-out;
}*/
/* line 25384, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="g-transition"] {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
}

/* line 25389, /home/app/webapp/app/assets/stylesheets/unify.css */
[class*="g-transition"]::before, [class*="g-transition"]::after,
[class*="g-transition"] path,
[class*="g-transition"] polygon {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
}

/* line 25396, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition-0_2 {
  transition-duration: .2s;
}

/* line 25399, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition-0_2::before, .g-transition-0_2::after,
.g-transition-0_2 path,
.g-transition-0_2 polygon {
  transition-duration: .2s;
}

/* line 25404, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition-0_3 {
  transition-duration: .3s;
}

/* line 25407, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition-0_3::before, .g-transition-0_3::after,
.g-transition-0_3 path,
.g-transition-0_3 polygon {
  transition-duration: .3s;
}

/* line 25412, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition-0_5 {
  transition-duration: .5s;
}

/* line 25415, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition-0_5::before, .g-transition-0_5::after,
.g-transition-0_5 path,
.g-transition-0_5 polygon {
  transition-duration: .5s;
}

/* line 25420, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition-0_6 {
  transition-duration: .6s;
}

/* line 25423, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition-0_6::before, .g-transition-0_6::after,
.g-transition-0_6 path,
.g-transition-0_6 polygon {
  transition-duration: .6s;
}

/* line 25428, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition-delay-0_11 {
  transition-delay: .11s;
}

/* line 25431, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition-delay-0_11::before, .g-transition-delay-0_11::after,
.g-transition-delay-0_11 path,
.g-transition-delay-0_11 polygon {
  transition-delay: .11s;
}

/* line 25436, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition-delay-0_2 {
  transition-delay: .2s;
}

/* line 25439, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition-delay-0_2::before, .g-transition-delay-0_2::after,
.g-transition-delay-0_2 path,
.g-transition-delay-0_2 polygon {
  transition-delay: .2s;
}

/* line 25444, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition-delay-0_45 {
  transition-delay: .45s;
}

/* line 25447, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition-delay-0_45::before, .g-transition-delay-0_45::after,
.g-transition-delay-0_45 path,
.g-transition-delay-0_45 polygon {
  transition-delay: .45s;
}

/* line 25452, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition--ease-out {
  transition-timing-function: ease-out;
}

/* line 25455, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition--ease-out::before, .g-transition--ease-out::after,
.g-transition--ease-out path,
.g-transition--ease-out polygon {
  transition-timing-function: ease-out;
}

/* line 25460, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition--ease-in {
  transition-timing-function: ease-in;
}

/* line 25463, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition--ease-in::before, .g-transition--ease-in::after,
.g-transition--ease-in path,
.g-transition--ease-in polygon {
  transition-timing-function: ease-in;
}

/* line 25468, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition--ease-in-out {
  transition-timing-function: ease-in-out;
}

/* line 25471, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition--ease-in-out::before, .g-transition--ease-in-out::after,
.g-transition--ease-in-out path,
.g-transition--ease-in-out polygon {
  transition-timing-function: ease-in-out;
}

/* line 25476, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition--linear {
  transition-timing-function: linear;
}

/* line 25479, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transition--linear::before, .g-transition--linear::after,
.g-transition--linear path,
.g-transition--linear polygon {
  transition-timing-function: linear;
}

/*------------------------------------
  Transforms
------------------------------------*/
/* line 25487, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-scale-0_5 {
  transform: scale(0.5);
}

/* line 25492, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-scale-0_5--hover:hover {
  transform: scale(0.5);
}

/* line 25497, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-scale-0_5--parent-hover {
  transform: scale(0.5);
}

/* line 25502, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-scale-0_8 {
  transform: scale(0.8);
}

/* line 25507, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-scale-0_8--hover:hover {
  transform: scale(0.8);
}

/* line 25512, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-scale-0_8--parent-hover {
  transform: scale(0.8);
}

/* line 25517, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-scale-0_85 {
  transform: scale(0.85);
}

/* line 25522, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-scale-0_85--hover:hover {
  transform: scale(0.85);
}

/* line 25527, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-scale-0_85--parent-hover {
  transform: scale(0.85);
}

/* line 25532, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-scale-0_9 {
  transform: scale(0.9);
}

/* line 25537, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-scale-0_9--hover:hover {
  transform: scale(0.9);
}

/* line 25542, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-scale-0_9--parent-hover {
  transform: scale(0.9);
}

/* line 25547, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-scale-1 {
  transform: scale(1);
}

/* line 25552, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-scale-1--hover:hover {
  transform: scale(1);
}

/* line 25557, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-scale-1--parent-hover {
  transform: scale(1);
}

/* line 25562, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-scale-1_05 {
  transform: scale3d(1.05, 1.05, 1.05);
}

/* line 25566, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-scale-1_05--hover:hover {
  transform: scale3d(1.05, 1.05, 1.05);
  z-index: 2;
}

/* line 25571, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-scale-1_05--parent-hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

/* line 25575, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-scale-1_1 {
  transform: scale3d(1.1, 1.1, 1.1);
}

/* line 25579, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-scale-1_1--hover:hover {
  transform: scale3d(1.1, 1.1, 1.1);
  z-index: 2;
}

/* line 25584, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-scale-1_1--parent-hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

/* line 25588, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-scale-1_2 {
  transform: scale(1.2);
}

/* line 25593, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-scale-1_2--hover:hover {
  transform: scale(1.2);
}

/* line 25598, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-scale-1_2--parent-hover {
  transform: scale(1.2);
}

/* line 25603, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-translate-x-100x {
  transform: translateX(100%);
}

/* line 25608, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-translate-x-100x--hover:hover {
  transform: translateX(100%);
}

/* line 25613, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-translate-x-100x--parent-hover {
  transform: translateX(100%);
}

/* line 25618, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-translate-x-minus-100x {
  transform: translateX(-100%);
}

/* line 25623, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-translate-x-minus-100x--hover:hover {
  transform: translateX(-100%);
}

/* line 25628, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-translate-x-minus-100x--parent-hover {
  transform: translateX(-100%);
}

/* line 25633, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-translate-y-5 {
  transform: translateY(5px);
}

/* line 25638, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-translate-y-5--hover:hover {
  transform: translateY(5px);
}

/* line 25643, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-translate-y-5--parent-hover {
  transform: translateY(5px);
}

/* line 25648, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-translate-y-100x {
  transform: translateY(100%);
}

/* line 25653, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-translate-y-100x--hover:hover {
  transform: translateY(100%);
}

/* line 25658, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-translate-y-100x--parent-hover {
  transform: translateY(100%);
}

/* line 25663, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-translate-y-minus-5 {
  transform: translateY(-5px);
}

/* line 25668, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-translate-y-minus-5--hover:hover {
  transform: translateY(-5px);
}

/* line 25673, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-translate-y-minus-5--parent-hover {
  transform: translateY(-5px);
}

/* line 25678, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-translate-y-minus-70 {
  transform: translateY(-70px);
}

/* line 25683, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-translate-y-minus-70--hover:hover {
  transform: translateY(-70px);
}

/* line 25688, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-translate-y-minus-70--parent-hover {
  transform: translateY(-70px);
}

/* line 25693, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-translate-y-minus-100x {
  transform: translateY(-100%);
}

/* line 25698, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-transform-translate-y-minus-100x--hover:hover {
  transform: translateY(-100%);
}

/* line 25703, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-transform-translate-y-minus-100x--parent-hover {
  transform: translateY(-100%);
}

/*------------------------------------
  Opacity
------------------------------------*/
/* line 25711, /home/app/webapp/app/assets/stylesheets/unify.css */
.opacity-0 {
  opacity: 0 !important;
}

/* line 25714, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-opacity-0_3 {
  opacity: .3 !important;
}

/* line 25717, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-opacity-0_4 {
  opacity: .4 !important;
}

/* line 25720, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-opacity-0_5 {
  opacity: .5 !important;
}

/* line 25723, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-opacity-0_6 {
  opacity: .6 !important;
}

/* line 25726, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-opacity-0_7 {
  opacity: .7 !important;
}

/* line 25729, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-opacity-0_8 {
  opacity: .8 !important;
}

/* line 25732, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-opacity-1 {
  opacity: 1 !important;
}

/* line 25735, /home/app/webapp/app/assets/stylesheets/unify.css */
.opacity-0--hover:hover {
  opacity: 0 !important;
}

/* line 25738, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .opacity-0--parent-hover {
  opacity: 0 !important;
}

/* line 25741, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-opacity-0_3--hover:hover {
  opacity: .3 !important;
}

/* line 25744, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-opacity-0_3--parent-hover {
  opacity: .3 !important;
}

/* line 25747, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-opacity-0_5--hover:hover {
  opacity: .5 !important;
}

/* line 25750, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-opacity-0_5--parent-hover {
  opacity: .5 !important;
}

/* line 25753, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-opacity-0_6--hover:hover {
  opacity: .6 !important;
}

/* line 25756, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-opacity-0_6--parent-hover {
  opacity: .6 !important;
}

/* line 25759, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-opacity-0_7--hover:hover {
  opacity: .7 !important;
}

/* line 25762, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-opacity-0_7--parent-hover {
  opacity: .7 !important;
}

/* line 25765, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-opacity-0_8--hover:hover {
  opacity: .8 !important;
}

/* line 25768, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-opacity-0_8--parent-hover {
  opacity: .8 !important;
}

/* line 25771, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-opacity-1--hover, .g-opacity-1--hover:hover {
  opacity: 1 !important;
}

/* line 25774, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-opacity-1--parent-hover {
  opacity: 1 !important;
}

/*------------------------------------
  Z-Index
------------------------------------*/
/* line 25780, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-z-index-auto {
  z-index: auto;
}

/* line 25783, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-z-index-1 {
  z-index: 1;
}

/* line 25786, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-z-index-2 {
  z-index: 2;
}

/* line 25789, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-z-index-3 {
  z-index: 3;
}

/* line 25792, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-z-index-3--hover:hover {
  z-index: 3;
}

/* line 25795, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-z-index-4 {
  z-index: 4;
}

/* line 25798, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-z-index-4--hover:hover {
  z-index: 4;
}

/* line 25801, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-z-index-9999 {
  z-index: 9999;
}

/* line 25804, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-z-index-minus-1 {
  z-index: -1;
}

/* line 25807, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-abs-reset-margins {
  margin: 0 !important;
}

/* O */
/*------------------------------------
  Resize
------------------------------------*/
/* line 25814, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-resize-none {
  resize: none;
}

/*------------------------------------
  Placeholder
------------------------------------*/
/* line 25820, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-placeholder-white::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

/* line 25823, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-placeholder-white:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

/* line 25826, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-placeholder-white::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.g-placeholder-white:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.g-placeholder-white::placeholder {
  opacity: 1;
  color: #fff;
}

/* line 25830, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-placeholder-white::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

/* line 25834, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-placeholder-primary::-webkit-input-placeholder {
  color: #fff;
}

/* line 25837, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-placeholder-primary:-ms-input-placeholder {
  color: #fff;
}

/* line 25840, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-placeholder-primary::-moz-placeholder {
  color: #fff;
}
.g-placeholder-primary:-ms-input-placeholder {
  color: #fff;
}
.g-placeholder-primary::placeholder {
  color: #fff;
}

/* line 25843, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-placeholder-inherit::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 25847, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-placeholder-inherit:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 25851, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-placeholder-inherit::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
.g-placeholder-inherit:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
.g-placeholder-inherit::placeholder {
  color: inherit;
  opacity: 1;
}

/* line 25855, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-placeholder-inherit::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

/* line 25859, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-placeholder-inherit::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

/*------------------------------------
  Offsets
------------------------------------*/
@media (min-width: 768px) {
  /* line 25867, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-offset-md-1 {
    margin-left: 8.333333%;
  }
}
@media (min-width: 992px) {
  /* line 25871, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-offset-lg-1 {
    margin-left: 8.333333%;
  }

  /* line 25873, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-offset-lg-4 {
    margin-left: 33.333333%;
  }
}
/*------------------------------------
  Colors
------------------------------------*/
/* Basic Colors
------------------------------------*/
/* Inherit Colors */
/* line 25882, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-inherit {
  color: inherit !important;
}

/* Main Colors */
/* line 25886, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-main {
  color: #555 !important;
}

/* line 25889, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-main--hover:hover {
  color: #555 !important;
}

/* Primary Colors */
/* line 25893, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-primary {
  color: #72c02c !important;
}

/* line 25896, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover {
  color: #72c02c !important;
}

/* line 25899, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-color-primary--parent-hover {
  color: #72c02c !important;
}

/* line 25902, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-primary-opacity-0_3 {
  color: rgba(114, 192, 44, 0.3) !important;
}

/* line 25905, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-primary-opacity-0_4 {
  color: rgba(114, 192, 44, 0.4) !important;
}

/* line 25908, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-primary--before::before, .g-color-primary--after::after {
  color: #72c02c;
}

/* Black Colors */
/* line 25912, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-black {
  color: #000 !important;
}

/* line 25915, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-black--hover:hover {
  color: #000 !important;
}

/* line 25918, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-color-black--parent-hover {
  color: #000 !important;
}

/* line 25921, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-black-opacity-0_1 {
  color: rgba(0, 0, 0, 0.1) !important;
}

/* line 25924, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-black-opacity-0_3 {
  color: rgba(0, 0, 0, 0.3) !important;
}

/* line 25927, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-black-opacity-0_5 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 25930, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-black-opacity-0_6 {
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 25933, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-black-opacity-0_7 {
  color: rgba(0, 0, 0, 0.7) !important;
}

/* line 25936, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-black-opacity-0_8 {
  color: rgba(0, 0, 0, 0.8) !important;
}

/* line 25939, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-black-opacity-0_8--child * {
  color: rgba(0, 0, 0, 0.8) !important;
}

/* line 25942, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-black-opacity-0_9 {
  color: rgba(0, 0, 0, 0.9) !important;
}

/* White Colors */
/* line 25946, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-white {
  color: #fff !important;
}

/* line 25949, /home/app/webapp/app/assets/stylesheets/unify.css */
.u-block-hover:hover .g-color-white--hover, .g-color-white--hover:hover {
  color: #fff !important;
}

/* line 25952, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-color-white--parent-hover {
  color: #fff !important;
}

/* line 25955, /home/app/webapp/app/assets/stylesheets/unify.css */
.active .g-color-white--active {
  color: #fff !important;
}

/* line 25958, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-white--child * {
  color: #fff !important;
}

/* line 25961, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-white-opacity-0_1 {
  color: rgba(255, 255, 255, 0.1) !important;
}

/* line 25964, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-white-opacity-0_2 {
  color: rgba(255, 255, 255, 0.2) !important;
}

/* line 25967, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-white-opacity-0_3 {
  color: rgba(255, 255, 255, 0.3) !important;
}

/* line 25970, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-white-opacity-0_5, .g-color-white-opacity-0_5--hover:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 25973, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-white-opacity-0_6 {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 25976, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-color-white-opacity-0_6--parent-hover {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 25979, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-white-opacity-0_7, .g-color-white-opacity-0_7--hover:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 25982, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-white-opacity-0_75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* line 25985, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-white-opacity-0_8 {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 25988, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-white-opacity-0_8--child * {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 25991, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-white-opacity-0_9, .g-color-white-opacity-0_9--hover:hover {
  color: rgba(255, 255, 255, 0.9) !important;
}

/* Gray Colors */
/* line 25995, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-light-v1 {
  color: #bbb !important;
}

/* line 25998, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-light-v1--hover:hover {
  color: #bbb !important;
}

/* line 26001, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-light-v2 {
  color: #ccc !important;
}

/* line 26004, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-light-v2--hover:hover {
  color: #ccc !important;
}

/* line 26007, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-light-v3 {
  color: #ddd !important;
}

/* line 26010, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-light-v3--hover:hover {
  color: #ddd !important;
}

/* line 26013, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-light-v4 {
  color: #eee !important;
}

/* line 26016, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-light-v4--hover:hover {
  color: #eee !important;
}

/* line 26019, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-light-v4-opacity-0_6 {
  color: rgba(238, 238, 238, 0.6) !important;
}

/* line 26022, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-light-v5 {
  color: #f7f7f7 !important;
}

/* line 26025, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-light-v5--hover:hover {
  color: #f7f7f7 !important;
}

/* line 26028, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-dark-v1 {
  color: #111 !important;
}

/* line 26031, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-dark-v1--hover:hover {
  color: #111 !important;
}

/* line 26034, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-dark-v2 {
  color: #333 !important;
}

/* line 26037, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-dark-v2--hover:hover {
  color: #333 !important;
}

/* line 26040, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-dark-v2-opacity-0_75 {
  color: rgba(51, 51, 51, 0.75) !important;
}

/* line 26043, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-dark-v3 {
  color: #555 !important;
}

/* line 26046, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-dark-v3--hover:hover {
  color: #555 !important;
}

/* line 26049, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-dark-v4 {
  color: #777 !important;
}

/* line 26052, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-dark-v4--hover:hover {
  color: #777 !important;
}

/* line 26055, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-dark-v5 {
  color: #999 !important;
}

/* line 26058, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-gray-dark-v5--hover:hover {
  color: #999 !important;
}

/* line 26061, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-color-gray-dark-v5--parent-hover {
  color: #999 !important;
}

/* Complementary Colors
------------------------------------*/
/* Color Green */
/* line 26067, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-green {
  color: #72c02c !important;
}

/* Color Blue */
/* line 26071, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-blue {
  color: #3398dc !important;
}

/* line 26074, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-blue--hover:hover {
  color: #3398dc !important;
}

/* line 26077, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-blue-dark-v1 {
  color: #175a88 !important;
}

/* Color Light Blue */
/* line 26081, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-lightblue {
  color: #edf2f8 !important;
}

/* line 26084, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-lightblue--hover:hover {
  color: #edf2f8 !important;
}

/* line 26087, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-lightblue-v1 {
  color: #d6e2ee !important;
}

/* line 26090, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-lightblue-v1--hover:hover {
  color: #d6e2ee !important;
}

/* Color Dark Blue */
/* line 26094, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-darkblue {
  color: #009 !important;
}

/* line 26097, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-darkblue--hover:hover {
  color: #009 !important;
}

/* Color Indigo */
/* line 26101, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-indigo {
  color: #4263a3 !important;
}

/* line 26104, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-indigo--hover:hover {
  color: #4263a3 !important;
}

/* Color Red */
/* line 26108, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-red {
  color: #f00 !important;
}

/* line 26111, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-red--hover:hover {
  color: #f00 !important;
}

/* Color Light Red */
/* line 26115, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-lightred {
  color: #e64b3b !important;
}

/* line 26118, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-lightred--hover:hover {
  color: #e64b3b !important;
}

/* Color Dark Red */
/* line 26122, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-darkred {
  color: #a10f2b !important;
}

/* line 26125, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-darkred--hover:hover {
  color: #a10f2b !important;
}

/* Color Purple */
/* line 26129, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-purple {
  color: #9a69cb;
}

/* line 26132, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-purple--hover:hover {
  color: #9a69cb !important;
}

/* line 26135, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-purple-dark-v1 {
  color: #552c7e !important;
}

/* Color Dark Purple */
/* line 26139, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-darkpurple {
  color: #6639b6 !important;
}

/* line 26142, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-darkpurple--hover:hover {
  color: #6639b6 !important;
}

/* Color Pink */
/* line 26146, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-pink {
  color: #e81c62;
}

/* line 26149, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-pink--hover:hover {
  color: #e81c62 !important;
}

/* line 26152, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-pink-dark-v1 {
  color: #6f0b2d !important;
}

/* Color Orange */
/* line 26156, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-orange {
  color: #e57d20 !important;
}

/* line 26159, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-orange--hover:hover {
  color: #e57d20 !important;
}

/* Color Deep Orange */
/* line 26163, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-deeporange {
  color: #fe541e !important;
}

/* line 26166, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-deeporange--hover:hover {
  color: #fe541e !important;
}

/* Color Yellow */
/* line 26170, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-yellow {
  color: #ebc71d !important;
}

/* line 26173, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-yellow--hover:hover {
  color: #ebc71d !important;
}

/* Color Aqua */
/* line 26177, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-aqua {
  color: #29d6e6;
}

/* line 26180, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-aqua--hover:hover {
  color: #29d6e6 !important;
}

/* line 26183, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-aqua-dark-v1 {
  color: #11848e !important;
}

/* Color Cyan */
/* line 26187, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-cyan {
  color: #00bed6 !important;
}

/* line 26190, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-cyan--hover:hover {
  color: #00bed6 !important;
}

/* Color Teal */
/* line 26194, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-teal {
  color: #18ba9b !important;
}

/* line 26197, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-teal--hover:hover {
  color: #18ba9b !important;
}

/* Color Brown */
/* line 26201, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-brown {
  color: #9c8061 !important;
}

/* line 26204, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-brown--hover:hover {
  color: #9c8061 !important;
}

/* Color Blue Gray */
/* line 26208, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-bluegray {
  color: #585f69 !important;
}

/* line 26211, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-bluegray--hover:hover {
  color: #585f69 !important;
}

/*------------------------------------
  Social Colors
------------------------------------*/
/* Facebook */
/* line 26218, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-facebook {
  color: #3b5998;
}

/* line 26221, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-facebook:hover {
  color: #344e86;
}

/* line 26224, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-facebook--hover:hover {
  color: #3b5998 !important;
}

/* Twitter */
/* line 26228, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-twitter {
  color: #00acee;
}

/* line 26231, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-twitter:hover {
  color: #009ad5;
}

/* line 26234, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-twitter--hover:hover {
  color: #00acee !important;
}

/* Skype */
/* line 26238, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-skype {
  color: #00aff0;
}

/* line 26241, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-skype:hover {
  color: #009cd7;
}

/* line 26244, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-skype--hover:hover {
  color: #00aff0 !important;
}

/* Pinterest */
/* line 26248, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-pinterest {
  color: #c8232c;
}

/* line 26251, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-pinterest:hover {
  color: #b21f27;
}

/* line 26254, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-pinterest--hover:hover {
  color: #c8232c !important;
}

/* Vine */
/* line 26258, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-vine {
  color: #00bf8f;
}

/* line 26261, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-vine:hover {
  color: #00a67c;
}

/* line 26264, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-vine--hover:hover {
  color: #00bf8f !important;
}

/* Youtube */
/* line 26268, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-youtube {
  color: #c4302b;
}

/* line 26271, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-youtube:hover {
  color: #af2b26;
}

/* line 26274, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-youtube--hover:hover {
  color: #c4302b !important;
}

/* Google plus */
/* line 26278, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-google-plus {
  color: #dd4b39;
}

/* line 26281, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-google-plus:hover {
  color: #d73925;
}

/* line 26284, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-google-plus--hover:hover {
  color: #dd4b39 !important;
}

/* Dribbble */
/* line 26288, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-dribbble {
  color: #ea4c89;
}

/* line 26291, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-dribbble:hover {
  color: #e7357a;
}

/* line 26294, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-dribbble--hover:hover {
  color: #ea4c89 !important;
}

/* VK */
/* line 26298, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-vk {
  color: #2b587a;
}

/* line 26301, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-vk:hover {
  color: #244a67;
}

/* line 26304, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-vk--hover:hover {
  color: #2b587a !important;
}

/* Linkedin */
/* line 26308, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-linkedin {
  color: #0e76a8;
}

/* line 26311, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-linkedin:hover {
  color: #0c6590;
}

/* line 26314, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-linkedin--hover:hover {
  color: #0e76a8 !important;
}

/* Instagram */
/* line 26318, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-instagram {
  color: #3f729b;
}

/* line 26321, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-instagram:hover {
  color: #386589;
}

/* line 26324, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-instagram--hover:hover {
  color: #3f729b !important;
}

/*------------------------------------
  Gradient Colors
------------------------------------*/
/* Cyan Gradient */
/* line 26331, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-cyan-gradient-opacity-v1 {
  background-repeat: repeat-x;
  background-image: linear-gradient(160deg, rgba(0, 0, 153, 0.55), rgba(0, 190, 214, 0.6));
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

/* Blue Gradient */
/* line 26340, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-color-blue-gradient-opacity-v1 {
  background-repeat: repeat-x;
  background-image: linear-gradient(-260deg, #8654da, rgba(66, 229, 248, 0.8));
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

/*------------------------------------
  Widths
------------------------------------*/
/* Width in Percentage (%) */
/* line 26352, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-30x {
  width: 30% !important;
  /* P */
}

/* line 26356, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-40x {
  width: 40% !important;
  /* P */
}

/* line 26360, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-50x {
  width: 50% !important;
  /* P */
}

/* line 26364, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-60x {
  width: 60% !important;
  /* P */
}

/* line 26368, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-70x {
  width: 70% !important;
  /* P */
}

/* line 26372, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-80x {
  width: 80% !important;
  /* P */
}

/* line 26376, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-90x {
  width: 90% !important;
  /* P */
}

@media (max-width: 445px) {
  /* line 26381, /home/app/webapp/app/assets/stylesheets/unify.css */
  .w-100--2xs {
    width: 100% !important;
  }
}
@media (min-width: 576px) {
  /* line 26385, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-20x--sm {
    width: 20% !important;
  }

  /* line 26387, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-25x--sm {
    width: 25% !important;
  }

  /* line 26389, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-33_3x--sm {
    width: 33.333333% !important;
  }

  /* line 26391, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-40x--sm {
    width: 40% !important;
  }

  /* line 26393, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-60x--sm {
    width: 60% !important;
  }

  /* line 26395, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-16_6x--sm {
    width: 16.666666% !important;
  }

  /* line 26397, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-66_6x--sm {
    width: 66.666666% !important;
  }
}
@media (min-width: 768px) {
  /* P */
  /* line 26402, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-20x--md {
    width: 20% !important;
    /* P */
  }

  /* line 26405, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-25x--md {
    width: 25% !important;
    /* P */
  }

  /* line 26408, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-30x--md {
    width: 30% !important;
    /* P */
  }

  /* line 26411, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-35x--md {
    width: 35% !important;
    /* P */
  }

  /* line 26414, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-40x--md {
    width: 40% !important;
    /* P */
  }

  /* line 26417, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-45x--md {
    width: 45% !important;
    /* P */
  }

  /* line 26420, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-50x--md {
    width: 50% !important;
    /* P */
  }

  /* line 26423, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-55x--md {
    width: 55% !important;
    /* P */
  }

  /* line 26426, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-60x--md {
    width: 60% !important;
    /* P */
  }

  /* line 26429, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-65x--md {
    width: 65% !important;
    /* P */
  }

  /* line 26432, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-70x--md {
    width: 70% !important;
    /* P */
  }

  /* line 26435, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-75x--md {
    width: 75% !important;
    /* P */
  }

  /* line 26438, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-80x--md {
    width: 80% !important;
    /* P */
  }

  /* line 26441, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-85x--md {
    width: 85% !important;
    /* P */
  }

  /* line 26444, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-90x--md {
    width: 90% !important;
    /* P */
  }

  /* line 26447, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-33_3x--md {
    /* P */
    width: 33.333333% !important;
  }

  /* line 26450, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-16_6x--md {
    /* P */
    width: 16.666666% !important;
  }

  /* line 26453, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-66_6x--md {
    /* P */
    width: 66.666666% !important;
  }
}
/* line 26457, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-auto {
  width: auto !important;
  /* P */
}

/* Max Width in Percentage (%) */
/* line 26462, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-1x {
  max-width: 1%;
}

/* line 26465, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-80x {
  max-width: 80%;
}

/* line 26468, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-90x {
  max-width: 90%;
}

/* line 26471, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-95x {
  width: 95%;
}

/* line 26474, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-60x {
  max-width: 60%;
}

/* line 26477, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-100x {
  max-width: 100%;
}

/* Min Width in Percentage (%) */
/* line 26481, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-width-100x {
  min-width: 100%;
}

/* Width Viewport Width (vw) */
/* line 26485, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-50vw {
  width: 50vw !important;
  /* P */
}

/* line 26489, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-100vw {
  width: 100vw !important;
  /* P */
}

/* Width in Pixels (px) */
/* line 26494, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-3 {
  width: 3px !important;
  /* O */
}

/* line 26498, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-10 {
  width: 10px !important;
  /* O */
}

/* line 26502, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-12 {
  width: 12px !important;
  /* Z */
}

/* line 26506, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-16 {
  width: 16px !important;
  /* O */
}

/* line 26510, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-18 {
  width: 18px !important;
  /* O */
}

/* line 26514, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-20 {
  width: 20px !important;
  /* O */
}

/* line 26518, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-24 {
  width: 24px !important;
  /* O */
}

/* line 26522, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-25 {
  width: 25px !important;
}

/* line 26525, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-26 {
  width: 26px !important;
  /* P */
}

/* line 26529, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-28 {
  width: 28px !important;
  /* O */
}

/* line 26533, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-30 {
  width: 30px !important;
  /* P */
}

/* line 26537, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-32 {
  width: 32px !important;
  /* O */
}

/* line 26541, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-35 {
  width: 35px !important;
  /* P */
}

/* line 26545, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-40 {
  width: 40px !important;
  /* P */
}

/* line 26549, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-45 {
  width: 45px !important;
  /* P */
}

/* line 26553, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-48 {
  width: 48px !important;
  /* P */
}

/* line 26557, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-50 {
  width: 50px !important;
  /* P */
}

/* line 26561, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-54 {
  width: 54px !important;
  /* P */
}

/* line 26565, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-55 {
  width: 55px !important;
  /* P */
}

/* line 26569, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-60 {
  width: 60px !important;
  /* P */
}

/* line 26573, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-64 {
  width: 64px !important;
  /* P */
}

/* line 26577, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-70 {
  width: 70px !important;
  /* P */
}

/* line 26581, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-75 {
  width: 75px !important;
  /* O */
}

/* line 26585, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-80 {
  width: 80px !important;
  /* P */
}

/* line 26589, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-85 {
  width: 85px !important;
  /* P */
}

/* line 26593, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-95 {
  width: 95px !important;
  /* P */
}

/* line 26597, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-100 {
  width: 100px !important;
  /* P */
}

/* line 26601, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-105 {
  width: 105px;
}

/* line 26604, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-110 {
  width: 110px !important;
  /* O */
}

/* line 26608, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-115 {
  width: 115px !important;
  /* O */
}

/* line 26612, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-120 {
  width: 120px !important;
  /* P */
}

/* line 26616, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-125 {
  width: 125px !important;
  /* P */
}

/* line 26620, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-130 {
  width: 130px !important;
  /* P */
}

/* line 26624, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-140 {
  width: 140px !important;
  /* P */
}

/* line 26628, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-150 {
  width: 150px !important;
}

/* line 26631, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-160 {
  width: 160px !important;
  /* P */
}

/* line 26635, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-170 {
  width: 170px !important;
  /* P */
}

/* line 26639, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-200 {
  width: 200px !important;
  /* P */
}

/* line 26643, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-215 {
  width: 215px !important;
}

/* line 26646, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-235 {
  width: 235px !important;
}

/* line 26649, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-250 {
  /* RG-Q */
  width: 250px !important;
  /* P */
  max-width: 100%;
}

/* line 26655, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-270 {
  width: 270px !important;
  /* O */
  max-width: 100%;
}

/* line 26660, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-300 {
  width: 300px !important;
  /* P */
  max-width: 100%;
}

/* line 26665, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-400 {
  width: 400px !important;
  /* O */
  max-width: 100%;
}

/* line 26670, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-340 {
  width: 340px !important;
  /* O */
  max-width: 100%;
}

/* line 26675, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-360 {
  width: 360px !important;
  /* O */
  max-width: 100%;
}

/* line 26680, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-370 {
  width: 370px !important;
  /* P */
  max-width: 100%;
}

/* line 26685, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-380 {
  width: 380px !important;
  /* O */
  max-width: 100%;
}

/* line 26690, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-460 {
  width: 460px !important;
  /* O */
  max-width: 100%;
}

/* line 26695, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-465 {
  width: 465px !important;
  /* O */
  max-width: 100%;
}

/* line 26700, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-485 {
  width: 485px !important;
  /* O */
  max-width: 100%;
}

/* line 26705, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-560 {
  width: 560px !important;
  /* O */
  max-width: 100%;
}

/* line 26710, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-590 {
  width: 590px !important;
  max-width: 100%;
}

/* line 26714, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-600 {
  width: 600px !important;
  /* O */
  max-width: 100%;
}

/* line 26719, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-630 {
  width: 630px !important;
  /* O */
  max-width: 100%;
}

/* line 26724, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-680 {
  width: 680px !important;
  /* O */
  max-width: 100%;
}

/* line 26729, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-720 {
  width: 720px !important;
  /* O */
  max-width: 100%;
}

/* line 26734, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-760 {
  width: 760px !important;
  max-width: 100%;
}

/* line 26738, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-770 {
  width: 770px !important;
  max-width: 100%;
}

/* line 26742, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-780 {
  /* RG-Q */
  width: 780px !important;
  /* P */
  max-width: 100%;
}

/* line 26748, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-900 {
  width: 900px !important;
  /* P */
  max-width: 100%;
}

/* line 26753, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-945 {
  width: 945px !important;
  max-width: 100%;
}

/* line 26757, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-width-1025 {
  width: 1025px !important;
  max-width: 100%;
}

/* Max Width in Pixels (px) */
/* line 26762, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-100 {
  max-width: 100px;
}

/* line 26765, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-120 {
  max-width: 120px;
}

/* line 26768, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-170 {
  max-width: 170px;
  /* O */
}

/* line 26772, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-190 {
  max-width: 190px;
}

/* line 26775, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-200 {
  max-width: 200px;
}

/* line 26778, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-250 {
  max-width: 250px;
}

/* line 26781, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-300 {
  max-width: 300px;
}

/* line 26784, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-400 {
  max-width: 400px;
}

/* line 26787, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-540 {
  max-width: 540px;
}

/* line 26790, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-550 {
  max-width: 550px;
}

/* line 26793, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-570 {
  max-width: 570px;
}

/* line 26796, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-600 {
  max-width: 600px;
}

/* line 26799, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-645 {
  max-width: 645px;
}

/* line 26802, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-670 {
  max-width: 670px;
}

/* line 26805, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-700 {
  max-width: 700px;
}

/* line 26808, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-750 {
  max-width: 750px;
}

/* line 26811, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-770 {
  max-width: 770px;
}

/* line 26814, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-780 {
  max-width: 780px;
}

/* line 26817, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-800 {
  max-width: 800px;
}

/* line 26820, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-840 {
  max-width: 840px;
}

/* line 26823, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-width-960 {
  max-width: 960px;
}

/* Min Width in Pixels (px) */
/* line 26827, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-width-40 {
  min-width: 40px;
}

/* line 26830, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-width-65 {
  min-width: 65px;
}

/* line 26833, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-width-110 {
  min-width: 110px;
}

/* line 26836, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-width-130 {
  min-width: 130px;
}

/* line 26839, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-width-170 {
  min-width: 170px;
}

/* line 26842, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-width-200 {
  min-width: 200px;
}

/* line 26845, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-width-220 {
  min-width: 220px;
}

/* line 26848, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-width-300 {
  min-width: 300px;
}

@media (min-width: 576px) {
  /* line 26852, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-50x--sm {
    width: 50% !important;
    /* P */
  }

  /* line 26855, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-80x--sm {
    width: 80% !important;
    /* R */
  }

  /* line 26858, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-485--sm {
    width: 485px !important;
    /* O */
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 26864, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-60--md {
    width: 60px !important;
    /* O */
  }

  /* line 26867, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-80--md {
    width: 80px !important;
    /* O */
  }

  /* line 26870, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-50x--md {
    width: 50% !important;
    /* P */
  }

  /* line 26873, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-60x--md {
    width: 60% !important;
    /* P */
  }

  /* line 26876, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-80x--md {
    width: 80% !important;
    /* R */
  }

  /* line 26879, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-45--md {
    width: 45px !important;
  }

  /* line 26881, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-100--md {
    width: 100px !important;
    /* O */
  }

  /* line 26884, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-125--md {
    width: 125px !important;
    /* P */
  }

  /* line 26887, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-140--md {
    width: 140px !important;
    /* R */
  }

  /* line 26890, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-155--md {
    width: 155px !important;
    /* R */
  }

  /* line 26893, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-225--md {
    width: 225px !important;
  }

  /* line 26895, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-160--md {
    width: 160px !important;
  }

  /* line 26897, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-165--md {
    width: 165px !important;
  }

  /* line 26899, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-170--md {
    width: 170px !important;
    /* P */
  }

  /* line 26902, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-780--md {
    width: 780px !important;
    /* O */
    max-width: 100%;
  }

  /* line 26906, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-max-width-200--md {
    max-width: 200px;
  }

  /* line 26908, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-max-width-400--md {
    max-width: 400px;
  }

  /* line 26910, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-min-width-110--md {
    min-width: 110px;
  }

  /* line 26912, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-auto--md {
    width: auto !important;
    /* P */
  }
}
@media (min-width: 992px) {
  /* line 26917, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-100x--lg {
    width: 100% !important;
    /* P */
  }

  /* line 26920, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-155--lg {
    width: 155px !important;
    /* O */
  }

  /* line 26923, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-165--lg {
    width: 165px !important;
  }

  /* line 26925, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-200--lg {
    width: 200px !important;
    /* O */
    max-width: 100%;
  }

  /* line 26929, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-485--lg {
    width: 485px !important;
    /* O */
    max-width: 100%;
  }

  /* line 26933, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-width-auto--lg {
    width: auto !important;
    /* P */
  }
}
/* line 26937, /home/app/webapp/app/assets/stylesheets/unify.css */
* > .g-width-70--hover {
  transition-property: width;
  transition-duration: .2s;
  transition-timing-function: ease-in;
}

/* line 26942, /home/app/webapp/app/assets/stylesheets/unify.css */
*:hover > .g-width-70--hover {
  width: 70px;
}

/*------------------------------------
  Heights
------------------------------------*/
/* Height in Percentage (%) */
/* line 26949, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-50x {
  height: 50%;
}

/* line 26952, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-80x {
  height: 80%;
}

/* line 26955, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-90x {
  height: 90%;
}

/* line 26958, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-95x {
  height: 95%;
}

/* line 26961, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-100x {
  height: 100%;
}

/* Max Height in Percentage (%) */
/* line 26965, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-height-100x {
  max-height: 100%;
}

/* Max Height in Viewport Height (vh) */
/* line 26969, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-max-height-90vh {
  height: 90vh !important;
}

/* Min Height in Percentage (%) */
/* line 26973, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-height-100x {
  min-height: 100%;
}

/* Height  in Viewport Height (vh) */
/* line 26977, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-50vh {
  height: 50vh !important;
}

/* line 26980, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-70vh {
  height: 70vh;
}

/* line 26983, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-75vh {
  height: 75vh;
}

/* line 26986, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-100vh {
  height: 100vh !important;
}

/* Min Height in Viewport Height (vh) */
/* line 26990, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-height-50vh {
  min-height: 50vh;
}

/* line 26993, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-height-60vh {
  min-height: 60vh;
}

/* line 26996, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-height-70vh {
  min-height: 70vh;
}

/* line 26999, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-height-80vh {
  min-height: 80vh;
}

/* line 27002, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-height-100vh {
  min-height: 100vh;
}

/* Auto Height */
/* line 27006, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-auto {
  height: auto;
}

@media (min-width: 576px) {
  /* line 27010, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-100vh--sm {
    height: 100vh !important;
  }

  /* line 27012, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-auto--sm {
    height: auto;
  }

  /* line 27014, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-100x--sm {
    height: 100%;
  }
}
@media (min-width: 768px) {
  /* line 27018, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-auto--md {
    height: auto;
  }

  /* line 27020, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-min-height-100vh--md {
    min-height: 100vh;
  }
}
@media (min-width: 992px) {
  /* line 27024, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-100vh--lg {
    height: 100vh !important;
  }

  /* line 27026, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-auto--lg {
    height: auto;
  }
}
@media (min-width: 1200px) {
  /* line 27030, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-auto--xl {
    height: auto;
  }
}
/* Height in Pixels (px) */
/* line 27034, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-1 {
  height: 1px;
}

/* line 27037, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-2 {
  height: 2px;
}

/* line 27040, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-4 {
  height: 4px;
}

/* line 27043, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-5 {
  height: 5px !important;
}

/* line 27046, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-6 {
  height: 6px !important;
}

/* line 27049, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-10 {
  height: 10px !important;
}

/* line 27052, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-12 {
  height: 12px !important;
}

/* line 27055, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-16 {
  height: 16px !important;
}

/* line 27058, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-18 {
  height: 18px;
}

/* line 27061, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-20 {
  height: 20px !important;
}

/* line 27064, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-24 {
  height: 24px;
}

/* line 27067, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-25 {
  height: 25px;
}

/* line 27070, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-26 {
  height: 26px;
}

/* line 27073, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-28 {
  height: 28px !important;
  /* O */
}

/* line 27077, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-30 {
  height: 30px !important;
}

/* line 27080, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-32 {
  height: 32px;
  /* O */
}

/* line 27084, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-35 {
  height: 35px !important;
}

/* line 27087, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-40 {
  height: 40px;
}

/* line 27090, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-45 {
  height: 45px;
}

/* line 27093, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-48 {
  height: 48px;
  /* O */
}

/* line 27097, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-50 {
  height: 50px;
}

/* line 27100, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-55 {
  height: 55px;
}

/* line 27103, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-60 {
  height: 60px;
}

/* line 27106, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-64 {
  height: 64px;
}

/* line 27109, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-70 {
  height: 70px;
}

/* line 27112, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-75 {
  height: 75px;
  /* O */
}

/* line 27116, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-80 {
  height: 80px !important;
}

/* line 27119, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-85 {
  height: 85px;
}

/* line 27122, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-88 {
  height: 88px;
}

/* line 27125, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-90 {
  height: 90px;
}

/* line 27128, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-95 {
  height: 95px !important;
}

/* line 27131, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-100 {
  height: 100px !important;
}

/* line 27134, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-105 {
  height: 105px;
}

/* line 27137, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-115 {
  height: 115px !important;
  /* O */
}

/* line 27141, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-120 {
  height: 120px;
}

/* line 27144, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-130 {
  height: 130px;
}

/* line 27147, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-140 {
  height: 140px;
}

/* line 27150, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-150 {
  height: 150px;
}

/* line 27153, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-160 {
  height: 160px;
}

/* line 27156, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-170 {
  height: 170px;
  /* O */
}

/* line 27160, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-180 {
  height: 180px !important;
  /* O */
}

/* line 27164, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-200 {
  height: 200px;
}

/* line 27167, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-250 {
  height: 250px;
}

/* line 27170, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-280 {
  height: 280px;
}

/* line 27173, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-300 {
  height: 300px;
}

/* line 27176, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-350 {
  height: 350px;
}

/* line 27179, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-400 {
  height: 400px;
}

/* line 27182, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-450 {
  height: 450px;
}

/* line 27185, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-460 {
  height: 460px;
  /* O */
  max-height: 100% !important;
}

/* line 27190, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-500 {
  height: 500px;
}

/* line 27193, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-600 {
  height: 600px;
}

/* line 27196, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-height-680 {
  height: 680px;
}

/* Min Height in Pixels (px) */
/* line 27200, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-height-4 {
  min-height: 4px;
}

/* line 27203, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-height-200 {
  min-height: 200px;
}

/* line 27206, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-height-250 {
  min-height: 250px;
}

/* line 27209, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-height-275 {
  min-height: 275px;
}

/* line 27212, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-height-300 {
  min-height: 300px;
}

/* line 27215, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-height-312 {
  min-height: 312px;
}

/* line 27218, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-height-360 {
  min-height: 360px;
}

/* line 27221, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-height-400 {
  min-height: 400px;
}

/* line 27224, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-height-450 {
  min-height: 450px;
}

/* line 27227, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-height-500 {
  min-height: 500px;
}

/* line 27230, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-min-height-600 {
  min-height: 600px;
}

@media (min-width: 576px) {
  /* line 27234, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-350--sm {
    height: 350px;
  }

  /* line 27236, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-680--sm {
    height: 680px;
  }
}
@media (min-width: 768px) {
  /* line 27240, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-45--md {
    height: 45px !important;
  }

  /* line 27242, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-60--md {
    height: 60px !important;
  }

  /* line 27244, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-100--md {
    height: 100px !important;
  }

  /* line 27246, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-170--md {
    height: 170px !important;
  }

  /* line 27248, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-350--md {
    height: 350px;
  }

  /* line 27250, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-500--md {
    height: 500px;
  }

  /* line 27252, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-680--md {
    height: 680px;
  }

  /* line 27254, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-100x--md {
    height: 100%;
  }

  /* line 27256, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-100vh--md {
    height: 100vh;
  }

  /* line 27258, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-min-height-230--md {
    min-height: 230px;
  }

  /* line 27260, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-min-height-500--md {
    min-height: 500px;
  }
}
@media (min-width: 992px) {
  /* line 27264, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-200--lg {
    height: 200px !important;
  }

  /* line 27266, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-230--lg {
    height: 230px;
  }

  /* line 27268, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-350--lg {
    height: 350px;
  }

  /* line 27270, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-680--lg {
    height: 680px;
  }
}
@media (min-width: 1200px) {
  /* line 27274, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-350--xl {
    height: 350px;
  }

  /* line 27276, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-height-680--xl {
    height: 680px;
  }
}
/*------------------------------------
  Margin Spaces
------------------------------------*/
/* Margin Spaces (xs)
------------------------------------*/
@media (min-width: 0) {
  /* line 27285, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ma-0 {
    margin: 0 !important;
  }

  /* line 27287, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 27290, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 27293, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-0 {
    margin-left: 0 !important;
  }

  /* line 27295, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-0 {
    margin-right: 0 !important;
  }

  /* line 27297, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-0 {
    margin-top: 0 !important;
  }

  /* line 27299, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-0 {
    margin-bottom: 0 !important;
  }

  /* line 27301, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-1 {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }

  /* line 27304, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-2 {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }

  /* line 27307, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-3 {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }

  /* line 27310, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-4 {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }

  /* line 27313, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-5 {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }

  /* line 27316, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-6 {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }

  /* line 27319, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-7 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  /* line 27322, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-8 {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }

  /* line 27325, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-9 {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }

  /* line 27328, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 27331, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-10 {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 27334, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-15 {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }

  /* line 27337, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-20 {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }

  /* line 27340, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-25 {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }

  /* line 27343, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-30 {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }

  /* line 27346, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-35 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  /* line 27349, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-40 {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }

  /* line 27352, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-45 {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }

  /* line 27355, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-50 {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }

  /* line 27358, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-55 {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }

  /* line 27361, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-60 {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }

  /* line 27364, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-65 {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }

  /* line 27367, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-70 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  /* line 27370, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-75 {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }

  /* line 27373, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-80 {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }

  /* line 27376, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-85 {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }

  /* line 27379, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-90 {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }

  /* line 27382, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-95 {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }

  /* line 27385, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-100 {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }

  /* line 27388, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-1 {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }

  /* line 27391, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-2 {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }

  /* line 27394, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-3 {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }

  /* line 27397, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-4 {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }

  /* line 27400, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-5 {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }

  /* line 27403, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-6 {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }

  /* line 27406, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-7 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 27409, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-8 {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }

  /* line 27412, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-9 {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }

  /* line 27415, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-10 {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 27418, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-10 {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 27421, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-15 {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }

  /* line 27424, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-20 {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }

  /* line 27427, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-25 {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }

  /* line 27430, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-30 {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }

  /* line 27433, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-35 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 27436, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-40 {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }

  /* line 27439, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-45 {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }

  /* line 27442, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-50 {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }

  /* line 27445, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-55 {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }

  /* line 27448, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-60 {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }

  /* line 27451, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-65 {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }

  /* line 27454, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-70 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 27457, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-75 {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }

  /* line 27460, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-80 {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }

  /* line 27463, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-85 {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }

  /* line 27466, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-90 {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }

  /* line 27469, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-95 {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }

  /* line 27472, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-100 {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }

  /* line 27475, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-1 {
    margin-top: 0.07143rem !important;
  }

  /* line 27477, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-1 {
    margin-top: -0.07143rem !important;
  }

  /* line 27479, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-2 {
    margin-top: 0.14286rem !important;
  }

  /* line 27481, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-2 {
    margin-top: -0.14286rem !important;
  }

  /* line 27483, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-3 {
    margin-top: 0.21429rem !important;
  }

  /* line 27485, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-3 {
    margin-top: -0.21429rem !important;
  }

  /* line 27487, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-4 {
    margin-top: 0.28571rem !important;
  }

  /* line 27489, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-4 {
    margin-top: -0.28571rem !important;
  }

  /* line 27491, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-5 {
    margin-top: 0.35714rem !important;
  }

  /* line 27493, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-5 {
    margin-top: -0.35714rem !important;
  }

  /* line 27495, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-6 {
    margin-top: 0.42857rem !important;
  }

  /* line 27497, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-6 {
    margin-top: -0.42857rem !important;
  }

  /* line 27499, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-7 {
    margin-top: 0.5rem !important;
  }

  /* line 27501, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-7 {
    margin-top: -0.5rem !important;
  }

  /* line 27503, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-8 {
    margin-top: 0.57143rem !important;
  }

  /* line 27505, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-8 {
    margin-top: -0.57143rem !important;
  }

  /* line 27507, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-9 {
    margin-top: 0.64286rem !important;
  }

  /* line 27509, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-9 {
    margin-top: -0.64286rem !important;
  }

  /* line 27511, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-10 {
    margin-top: 0.71429rem !important;
  }

  /* line 27513, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-10 {
    margin-top: -0.71429rem !important;
  }

  /* line 27515, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-11 {
    margin-top: 0.78571rem !important;
  }

  /* line 27517, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-11 {
    margin-top: -0.78571rem !important;
  }

  /* line 27519, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-12 {
    margin-top: 0.85714rem !important;
  }

  /* line 27521, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-12 {
    margin-top: -0.85714rem !important;
  }

  /* line 27523, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-13 {
    margin-top: 0.92857rem !important;
  }

  /* line 27525, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-13 {
    margin-top: -0.92857rem !important;
  }

  /* line 27527, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-14 {
    margin-top: 1rem !important;
  }

  /* line 27529, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-14 {
    margin-top: -1rem !important;
  }

  /* line 27531, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-15 {
    margin-top: 1.07143rem !important;
  }

  /* line 27533, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-15 {
    margin-top: -1.07143rem !important;
  }

  /* line 27535, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-16 {
    margin-top: 1.14286rem !important;
  }

  /* line 27537, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-16 {
    margin-top: -1.14286rem !important;
  }

  /* line 27539, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-17 {
    margin-top: 1.21429rem !important;
  }

  /* line 27541, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-17 {
    margin-top: -1.21429rem !important;
  }

  /* line 27543, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-18 {
    margin-top: 1.28571rem !important;
  }

  /* line 27545, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-18 {
    margin-top: -1.28571rem !important;
  }

  /* line 27547, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-19 {
    margin-top: 1.35714rem !important;
  }

  /* line 27549, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-19 {
    margin-top: -1.35714rem !important;
  }

  /* line 27551, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-20 {
    margin-top: 1.42857rem !important;
  }

  /* line 27553, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-20 {
    margin-top: -1.42857rem !important;
  }

  /* line 27555, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-10 {
    margin-top: 0.71429rem !important;
  }

  /* line 27557, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-10 {
    margin-top: -0.71429rem !important;
  }

  /* line 27559, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-15 {
    margin-top: 1.07143rem !important;
  }

  /* line 27561, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-15 {
    margin-top: -1.07143rem !important;
  }

  /* line 27563, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-20 {
    margin-top: 1.42857rem !important;
  }

  /* line 27565, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-20 {
    margin-top: -1.42857rem !important;
  }

  /* line 27567, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-25 {
    margin-top: 1.78571rem !important;
  }

  /* line 27569, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-25 {
    margin-top: -1.78571rem !important;
  }

  /* line 27571, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-30 {
    margin-top: 2.14286rem !important;
  }

  /* line 27573, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-30 {
    margin-top: -2.14286rem !important;
  }

  /* line 27575, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-35 {
    margin-top: 2.5rem !important;
  }

  /* line 27577, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-35 {
    margin-top: -2.5rem !important;
  }

  /* line 27579, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-40 {
    margin-top: 2.85714rem !important;
  }

  /* line 27581, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-40 {
    margin-top: -2.85714rem !important;
  }

  /* line 27583, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-45 {
    margin-top: 3.21429rem !important;
  }

  /* line 27585, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-45 {
    margin-top: -3.21429rem !important;
  }

  /* line 27587, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-50 {
    margin-top: 3.57143rem !important;
  }

  /* line 27589, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-50 {
    margin-top: -3.57143rem !important;
  }

  /* line 27591, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-55 {
    margin-top: 3.92857rem !important;
  }

  /* line 27593, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-55 {
    margin-top: -3.92857rem !important;
  }

  /* line 27595, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-60 {
    margin-top: 4.28571rem !important;
  }

  /* line 27597, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-60 {
    margin-top: -4.28571rem !important;
  }

  /* line 27599, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-65 {
    margin-top: 4.64286rem !important;
  }

  /* line 27601, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-65 {
    margin-top: -4.64286rem !important;
  }

  /* line 27603, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-70 {
    margin-top: 5rem !important;
  }

  /* line 27605, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-70 {
    margin-top: -5rem !important;
  }

  /* line 27607, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-75 {
    margin-top: 5.35714rem !important;
  }

  /* line 27609, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-75 {
    margin-top: -5.35714rem !important;
  }

  /* line 27611, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-80 {
    margin-top: 5.71429rem !important;
  }

  /* line 27613, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-80 {
    margin-top: -5.71429rem !important;
  }

  /* line 27615, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-85 {
    margin-top: 6.07143rem !important;
  }

  /* line 27617, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-85 {
    margin-top: -6.07143rem !important;
  }

  /* line 27619, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-90 {
    margin-top: 6.42857rem !important;
  }

  /* line 27621, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-90 {
    margin-top: -6.42857rem !important;
  }

  /* line 27623, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-95 {
    margin-top: 6.78571rem !important;
  }

  /* line 27625, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-95 {
    margin-top: -6.78571rem !important;
  }

  /* line 27627, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-100 {
    margin-top: 7.14286rem !important;
  }

  /* line 27629, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-100 {
    margin-top: -7.14286rem !important;
  }

  /* line 27631, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-105 {
    margin-top: 7.5rem !important;
  }

  /* line 27633, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-105 {
    margin-top: -7.5rem !important;
  }

  /* line 27635, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-110 {
    margin-top: 7.85714rem !important;
  }

  /* line 27637, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-110 {
    margin-top: -7.85714rem !important;
  }

  /* line 27639, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-115 {
    margin-top: 8.21429rem !important;
  }

  /* line 27641, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-115 {
    margin-top: -8.21429rem !important;
  }

  /* line 27643, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-120 {
    margin-top: 8.57143rem !important;
  }

  /* line 27645, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-120 {
    margin-top: -8.57143rem !important;
  }

  /* line 27647, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-125 {
    margin-top: 8.92857rem !important;
  }

  /* line 27649, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-125 {
    margin-top: -8.92857rem !important;
  }

  /* line 27651, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-130 {
    margin-top: 9.28571rem !important;
  }

  /* line 27653, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-130 {
    margin-top: -9.28571rem !important;
  }

  /* line 27655, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-135 {
    margin-top: 9.64286rem !important;
  }

  /* line 27657, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-135 {
    margin-top: -9.64286rem !important;
  }

  /* line 27659, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-140 {
    margin-top: 10rem !important;
  }

  /* line 27661, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-140 {
    margin-top: -10rem !important;
  }

  /* line 27663, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-145 {
    margin-top: 10.35714rem !important;
  }

  /* line 27665, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-145 {
    margin-top: -10.35714rem !important;
  }

  /* line 27667, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-150 {
    margin-top: 10.71429rem !important;
  }

  /* line 27669, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-150 {
    margin-top: -10.71429rem !important;
  }

  /* line 27671, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-155 {
    margin-top: 11.07143rem !important;
  }

  /* line 27673, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-155 {
    margin-top: -11.07143rem !important;
  }

  /* line 27675, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-160 {
    margin-top: 11.42857rem !important;
  }

  /* line 27677, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-160 {
    margin-top: -11.42857rem !important;
  }

  /* line 27679, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-165 {
    margin-top: 11.78571rem !important;
  }

  /* line 27681, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-165 {
    margin-top: -11.78571rem !important;
  }

  /* line 27683, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-170 {
    margin-top: 12.14286rem !important;
  }

  /* line 27685, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-170 {
    margin-top: -12.14286rem !important;
  }

  /* line 27687, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-1 {
    margin-bottom: 0.07143rem !important;
  }

  /* line 27689, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-1 {
    margin-bottom: -0.07143rem !important;
  }

  /* line 27691, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-2 {
    margin-bottom: 0.14286rem !important;
  }

  /* line 27693, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-2 {
    margin-bottom: -0.14286rem !important;
  }

  /* line 27695, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-3 {
    margin-bottom: 0.21429rem !important;
  }

  /* line 27697, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-3 {
    margin-bottom: -0.21429rem !important;
  }

  /* line 27699, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-4 {
    margin-bottom: 0.28571rem !important;
  }

  /* line 27701, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-4 {
    margin-bottom: -0.28571rem !important;
  }

  /* line 27703, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-5 {
    margin-bottom: 0.35714rem !important;
  }

  /* line 27705, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-5 {
    margin-bottom: -0.35714rem !important;
  }

  /* line 27707, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-6 {
    margin-bottom: 0.42857rem !important;
  }

  /* line 27709, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-6 {
    margin-bottom: -0.42857rem !important;
  }

  /* line 27711, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-7 {
    margin-bottom: 0.5rem !important;
  }

  /* line 27713, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-7 {
    margin-bottom: -0.5rem !important;
  }

  /* line 27715, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-8 {
    margin-bottom: 0.57143rem !important;
  }

  /* line 27717, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-8 {
    margin-bottom: -0.57143rem !important;
  }

  /* line 27719, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-9 {
    margin-bottom: 0.64286rem !important;
  }

  /* line 27721, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-9 {
    margin-bottom: -0.64286rem !important;
  }

  /* line 27723, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-10 {
    margin-bottom: 0.71429rem !important;
  }

  /* line 27725, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-10 {
    margin-bottom: -0.71429rem !important;
  }

  /* line 27727, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-11 {
    margin-bottom: 0.78571rem !important;
  }

  /* line 27729, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-11 {
    margin-bottom: -0.78571rem !important;
  }

  /* line 27731, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-12 {
    margin-bottom: 0.85714rem !important;
  }

  /* line 27733, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-12 {
    margin-bottom: -0.85714rem !important;
  }

  /* line 27735, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-13 {
    margin-bottom: 0.92857rem !important;
  }

  /* line 27737, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-13 {
    margin-bottom: -0.92857rem !important;
  }

  /* line 27739, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-14 {
    margin-bottom: 1rem !important;
  }

  /* line 27741, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-14 {
    margin-bottom: -1rem !important;
  }

  /* line 27743, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-15 {
    margin-bottom: 1.07143rem !important;
  }

  /* line 27745, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-15 {
    margin-bottom: -1.07143rem !important;
  }

  /* line 27747, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-16 {
    margin-bottom: 1.14286rem !important;
  }

  /* line 27749, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-16 {
    margin-bottom: -1.14286rem !important;
  }

  /* line 27751, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-17 {
    margin-bottom: 1.21429rem !important;
  }

  /* line 27753, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-17 {
    margin-bottom: -1.21429rem !important;
  }

  /* line 27755, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-18 {
    margin-bottom: 1.28571rem !important;
  }

  /* line 27757, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-18 {
    margin-bottom: -1.28571rem !important;
  }

  /* line 27759, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-19 {
    margin-bottom: 1.35714rem !important;
  }

  /* line 27761, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-19 {
    margin-bottom: -1.35714rem !important;
  }

  /* line 27763, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-20 {
    margin-bottom: 1.42857rem !important;
  }

  /* line 27765, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-20 {
    margin-bottom: -1.42857rem !important;
  }

  /* line 27767, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-10 {
    margin-bottom: 0.71429rem !important;
  }

  /* line 27769, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-15 {
    margin-bottom: 1.07143rem !important;
  }

  /* line 27771, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-20 {
    margin-bottom: 1.42857rem !important;
  }

  /* line 27773, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-25 {
    margin-bottom: 1.78571rem !important;
  }

  /* line 27775, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-30 {
    margin-bottom: 2.14286rem !important;
  }

  /* line 27777, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-35 {
    margin-bottom: 2.5rem !important;
  }

  /* line 27779, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-40 {
    margin-bottom: 2.85714rem !important;
  }

  /* line 27781, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-45 {
    margin-bottom: 3.21429rem !important;
  }

  /* line 27783, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-50 {
    margin-bottom: 3.57143rem !important;
  }

  /* line 27785, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-55 {
    margin-bottom: 3.92857rem !important;
  }

  /* line 27787, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-60 {
    margin-bottom: 4.28571rem !important;
  }

  /* line 27789, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-65 {
    margin-bottom: 4.64286rem !important;
  }

  /* line 27791, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-70 {
    margin-bottom: 5rem !important;
  }

  /* line 27793, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-75 {
    margin-bottom: 5.35714rem !important;
  }

  /* line 27795, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-80 {
    margin-bottom: 5.71429rem !important;
  }

  /* line 27797, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-85 {
    margin-bottom: 6.07143rem !important;
  }

  /* line 27799, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-90 {
    margin-bottom: 6.42857rem !important;
  }

  /* line 27801, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-95 {
    margin-bottom: 6.78571rem !important;
  }

  /* line 27803, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-100 {
    margin-bottom: 7.14286rem !important;
  }

  /* line 27805, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-105 {
    margin-bottom: 7.5rem !important;
  }

  /* line 27807, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-110 {
    margin-bottom: 7.85714rem !important;
  }

  /* line 27809, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-115 {
    margin-bottom: 8.21429rem !important;
  }

  /* line 27811, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-120 {
    margin-bottom: 8.57143rem !important;
  }

  /* line 27813, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-125 {
    margin-bottom: 8.92857rem !important;
  }

  /* line 27815, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-130 {
    margin-bottom: 9.28571rem !important;
  }

  /* line 27817, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-135 {
    margin-bottom: 9.64286rem !important;
  }

  /* line 27819, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-140 {
    margin-bottom: 10rem !important;
  }

  /* line 27821, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-145 {
    margin-bottom: 10.35714rem !important;
  }

  /* line 27823, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-150 {
    margin-bottom: 10.71429rem !important;
  }

  /* line 27825, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-155 {
    margin-bottom: 11.07143rem !important;
  }

  /* line 27827, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-160 {
    margin-bottom: 11.42857rem !important;
  }

  /* line 27829, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-165 {
    margin-bottom: 11.78571rem !important;
  }

  /* line 27831, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-170 {
    margin-bottom: 12.14286rem !important;
  }

  /* line 27833, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-1 {
    margin-left: 0.07143rem !important;
  }

  /* line 27835, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-1 {
    margin-left: -0.07143rem !important;
  }

  /* line 27837, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-2 {
    margin-left: 0.14286rem !important;
  }

  /* line 27839, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-2 {
    margin-left: -0.14286rem !important;
  }

  /* line 27841, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-3 {
    margin-left: 0.21429rem !important;
  }

  /* line 27843, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-3 {
    margin-left: -0.21429rem !important;
  }

  /* line 27845, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-4 {
    margin-left: 0.28571rem !important;
  }

  /* line 27847, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-4 {
    margin-left: -0.28571rem !important;
  }

  /* line 27849, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-5 {
    margin-left: 0.35714rem !important;
  }

  /* line 27851, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-5 {
    margin-left: -0.35714rem !important;
  }

  /* line 27853, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-6 {
    margin-left: 0.42857rem !important;
  }

  /* line 27855, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-6 {
    margin-left: -0.42857rem !important;
  }

  /* line 27857, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-7 {
    margin-left: 0.5rem !important;
  }

  /* line 27859, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-7 {
    margin-left: -0.5rem !important;
  }

  /* line 27861, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-8 {
    margin-left: 0.57143rem !important;
  }

  /* line 27863, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-8 {
    margin-left: -0.57143rem !important;
  }

  /* line 27865, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-9 {
    margin-left: 0.64286rem !important;
  }

  /* line 27867, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-9 {
    margin-left: -0.64286rem !important;
  }

  /* line 27869, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-10 {
    margin-left: 0.71429rem !important;
  }

  /* line 27871, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-10 {
    margin-left: -0.71429rem !important;
  }

  /* line 27873, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-5 {
    margin-left: 0.35714rem !important;
  }

  /* line 27875, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-5 {
    margin-left: -0.35714rem !important;
  }

  /* line 27877, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-10 {
    margin-left: 0.71429rem !important;
  }

  /* line 27879, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-10 {
    margin-left: -0.71429rem !important;
  }

  /* line 27881, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-15 {
    margin-left: 1.07143rem !important;
  }

  /* line 27883, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-15 {
    margin-left: -1.07143rem !important;
  }

  /* line 27885, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-20 {
    margin-left: 1.42857rem !important;
  }

  /* line 27887, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-20 {
    margin-left: -1.42857rem !important;
  }

  /* line 27889, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-25 {
    margin-left: 1.78571rem !important;
  }

  /* line 27891, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-25 {
    margin-left: -1.78571rem !important;
  }

  /* line 27893, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-30 {
    margin-left: 2.14286rem !important;
  }

  /* line 27895, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-30 {
    margin-left: -2.14286rem !important;
  }

  /* line 27897, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-35 {
    margin-left: 2.5rem !important;
  }

  /* line 27899, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-35 {
    margin-left: -2.5rem !important;
  }

  /* line 27901, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-40 {
    margin-left: 2.85714rem !important;
  }

  /* line 27903, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-40 {
    margin-left: -2.85714rem !important;
  }

  /* line 27905, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-45 {
    margin-left: 3.21429rem !important;
  }

  /* line 27907, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-45 {
    margin-left: -3.21429rem !important;
  }

  /* line 27909, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-50 {
    margin-left: 3.57143rem !important;
  }

  /* line 27911, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-50 {
    margin-left: -3.57143rem !important;
  }

  /* line 27913, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-1 {
    margin-right: 0.07143rem !important;
  }

  /* line 27915, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-1 {
    margin-right: -0.07143rem !important;
  }

  /* line 27917, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-2 {
    margin-right: 0.14286rem !important;
  }

  /* line 27919, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-2 {
    margin-right: -0.14286rem !important;
  }

  /* line 27921, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-3 {
    margin-right: 0.21429rem !important;
  }

  /* line 27923, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-3 {
    margin-right: -0.21429rem !important;
  }

  /* line 27925, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-4 {
    margin-right: 0.28571rem !important;
  }

  /* line 27927, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-4 {
    margin-right: -0.28571rem !important;
  }

  /* line 27929, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-5 {
    margin-right: 0.35714rem !important;
  }

  /* line 27931, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-5 {
    margin-right: -0.35714rem !important;
  }

  /* line 27933, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-6 {
    margin-right: 0.42857rem !important;
  }

  /* line 27935, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-6 {
    margin-right: -0.42857rem !important;
  }

  /* line 27937, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-7 {
    margin-right: 0.5rem !important;
  }

  /* line 27939, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-7 {
    margin-right: -0.5rem !important;
  }

  /* line 27941, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-8 {
    margin-right: 0.57143rem !important;
  }

  /* line 27943, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-8 {
    margin-right: -0.57143rem !important;
  }

  /* line 27945, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-9 {
    margin-right: 0.64286rem !important;
  }

  /* line 27947, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-9 {
    margin-right: -0.64286rem !important;
  }

  /* line 27949, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-10 {
    margin-right: 0.71429rem !important;
  }

  /* line 27951, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-10 {
    margin-right: -0.71429rem !important;
  }

  /* line 27953, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-5 {
    margin-right: 0.35714rem !important;
  }

  /* line 27955, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-10 {
    margin-right: 0.71429rem !important;
  }

  /* line 27957, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-15 {
    margin-right: 1.07143rem !important;
  }

  /* line 27959, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-20 {
    margin-right: 1.42857rem !important;
  }

  /* line 27961, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-25 {
    margin-right: 1.78571rem !important;
  }

  /* line 27963, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-30 {
    margin-right: 2.14286rem !important;
  }

  /* line 27965, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-35 {
    margin-right: 2.5rem !important;
  }

  /* line 27967, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-40 {
    margin-right: 2.85714rem !important;
  }

  /* line 27969, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-45 {
    margin-right: 3.21429rem !important;
  }

  /* line 27971, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-50 {
    margin-right: 3.57143rem !important;
  }
}
/* Margin Spaces (sm)
------------------------------------*/
@media (min-width: 576px) {
  /* line 27977, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ma-0--sm {
    margin: 0 !important;
  }

  /* line 27979, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-0--sm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 27982, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-0--sm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 27985, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-0--sm {
    margin-left: 0 !important;
  }

  /* line 27987, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-0--sm {
    margin-right: 0 !important;
  }

  /* line 27989, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-0--sm {
    margin-top: 0 !important;
  }

  /* line 27991, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-0--sm {
    margin-bottom: 0 !important;
  }

  /* line 27993, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-1--sm {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }

  /* line 27996, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-2--sm {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }

  /* line 27999, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-3--sm {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }

  /* line 28002, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-4--sm {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }

  /* line 28005, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-5--sm {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }

  /* line 28008, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-6--sm {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }

  /* line 28011, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-7--sm {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  /* line 28014, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-8--sm {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }

  /* line 28017, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-9--sm {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }

  /* line 28020, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-10--sm {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 28023, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-10--sm {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 28026, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-15--sm {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }

  /* line 28029, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-20--sm {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }

  /* line 28032, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-25--sm {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }

  /* line 28035, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-30--sm {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }

  /* line 28038, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-35--sm {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  /* line 28041, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-40--sm {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }

  /* line 28044, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-45--sm {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }

  /* line 28047, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-50--sm {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }

  /* line 28050, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-55--sm {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }

  /* line 28053, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-60--sm {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }

  /* line 28056, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-65--sm {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }

  /* line 28059, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-70--sm {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  /* line 28062, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-75--sm {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }

  /* line 28065, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-80--sm {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }

  /* line 28068, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-85--sm {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }

  /* line 28071, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-90--sm {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }

  /* line 28074, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-95--sm {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }

  /* line 28077, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-100--sm {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }

  /* line 28080, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-1--sm {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }

  /* line 28083, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-2--sm {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }

  /* line 28086, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-3--sm {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }

  /* line 28089, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-4--sm {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }

  /* line 28092, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-5--sm {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }

  /* line 28095, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-6--sm {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }

  /* line 28098, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-7--sm {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 28101, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-8--sm {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }

  /* line 28104, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-9--sm {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }

  /* line 28107, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-10--sm {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 28110, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-10--sm {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 28113, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-15--sm {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }

  /* line 28116, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-20--sm {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }

  /* line 28119, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-25--sm {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }

  /* line 28122, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-30--sm {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }

  /* line 28125, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-35--sm {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 28128, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-40--sm {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }

  /* line 28131, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-45--sm {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }

  /* line 28134, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-50--sm {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }

  /* line 28137, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-55--sm {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }

  /* line 28140, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-60--sm {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }

  /* line 28143, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-65--sm {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }

  /* line 28146, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-70--sm {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 28149, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-75--sm {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }

  /* line 28152, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-80--sm {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }

  /* line 28155, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-85--sm {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }

  /* line 28158, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-90--sm {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }

  /* line 28161, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-95--sm {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }

  /* line 28164, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-100--sm {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }

  /* line 28167, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-1--sm {
    margin-top: 0.07143rem !important;
  }

  /* line 28169, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-1--sm {
    margin-top: -0.07143rem !important;
  }

  /* line 28171, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-2--sm {
    margin-top: 0.14286rem !important;
  }

  /* line 28173, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-2--sm {
    margin-top: -0.14286rem !important;
  }

  /* line 28175, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-3--sm {
    margin-top: 0.21429rem !important;
  }

  /* line 28177, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-3--sm {
    margin-top: -0.21429rem !important;
  }

  /* line 28179, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-4--sm {
    margin-top: 0.28571rem !important;
  }

  /* line 28181, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-4--sm {
    margin-top: -0.28571rem !important;
  }

  /* line 28183, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-5--sm {
    margin-top: 0.35714rem !important;
  }

  /* line 28185, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-5--sm {
    margin-top: -0.35714rem !important;
  }

  /* line 28187, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-6--sm {
    margin-top: 0.42857rem !important;
  }

  /* line 28189, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-6--sm {
    margin-top: -0.42857rem !important;
  }

  /* line 28191, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-7--sm {
    margin-top: 0.5rem !important;
  }

  /* line 28193, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-7--sm {
    margin-top: -0.5rem !important;
  }

  /* line 28195, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-8--sm {
    margin-top: 0.57143rem !important;
  }

  /* line 28197, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-8--sm {
    margin-top: -0.57143rem !important;
  }

  /* line 28199, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-9--sm {
    margin-top: 0.64286rem !important;
  }

  /* line 28201, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-9--sm {
    margin-top: -0.64286rem !important;
  }

  /* line 28203, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-10--sm {
    margin-top: 0.71429rem !important;
  }

  /* line 28205, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-10--sm {
    margin-top: -0.71429rem !important;
  }

  /* line 28207, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-11--sm {
    margin-top: 0.78571rem !important;
  }

  /* line 28209, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-11--sm {
    margin-top: -0.78571rem !important;
  }

  /* line 28211, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-12--sm {
    margin-top: 0.85714rem !important;
  }

  /* line 28213, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-12--sm {
    margin-top: -0.85714rem !important;
  }

  /* line 28215, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-13--sm {
    margin-top: 0.92857rem !important;
  }

  /* line 28217, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-13--sm {
    margin-top: -0.92857rem !important;
  }

  /* line 28219, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-14--sm {
    margin-top: 1rem !important;
  }

  /* line 28221, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-14--sm {
    margin-top: -1rem !important;
  }

  /* line 28223, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-15--sm {
    margin-top: 1.07143rem !important;
  }

  /* line 28225, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-15--sm {
    margin-top: -1.07143rem !important;
  }

  /* line 28227, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-16--sm {
    margin-top: 1.14286rem !important;
  }

  /* line 28229, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-16--sm {
    margin-top: -1.14286rem !important;
  }

  /* line 28231, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-17--sm {
    margin-top: 1.21429rem !important;
  }

  /* line 28233, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-17--sm {
    margin-top: -1.21429rem !important;
  }

  /* line 28235, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-18--sm {
    margin-top: 1.28571rem !important;
  }

  /* line 28237, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-18--sm {
    margin-top: -1.28571rem !important;
  }

  /* line 28239, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-19--sm {
    margin-top: 1.35714rem !important;
  }

  /* line 28241, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-19--sm {
    margin-top: -1.35714rem !important;
  }

  /* line 28243, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-20--sm {
    margin-top: 1.42857rem !important;
  }

  /* line 28245, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-20--sm {
    margin-top: -1.42857rem !important;
  }

  /* line 28247, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-10--sm {
    margin-top: 0.71429rem !important;
  }

  /* line 28249, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-10--sm {
    margin-top: -0.71429rem !important;
  }

  /* line 28251, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-15--sm {
    margin-top: 1.07143rem !important;
  }

  /* line 28253, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-15--sm {
    margin-top: -1.07143rem !important;
  }

  /* line 28255, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-20--sm {
    margin-top: 1.42857rem !important;
  }

  /* line 28257, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-20--sm {
    margin-top: -1.42857rem !important;
  }

  /* line 28259, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-25--sm {
    margin-top: 1.78571rem !important;
  }

  /* line 28261, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-25--sm {
    margin-top: -1.78571rem !important;
  }

  /* line 28263, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-30--sm {
    margin-top: 2.14286rem !important;
  }

  /* line 28265, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-30--sm {
    margin-top: -2.14286rem !important;
  }

  /* line 28267, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-35--sm {
    margin-top: 2.5rem !important;
  }

  /* line 28269, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-35--sm {
    margin-top: -2.5rem !important;
  }

  /* line 28271, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-40--sm {
    margin-top: 2.85714rem !important;
  }

  /* line 28273, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-40--sm {
    margin-top: -2.85714rem !important;
  }

  /* line 28275, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-45--sm {
    margin-top: 3.21429rem !important;
  }

  /* line 28277, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-45--sm {
    margin-top: -3.21429rem !important;
  }

  /* line 28279, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-50--sm {
    margin-top: 3.57143rem !important;
  }

  /* line 28281, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-50--sm {
    margin-top: -3.57143rem !important;
  }

  /* line 28283, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-55--sm {
    margin-top: 3.92857rem !important;
  }

  /* line 28285, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-55--sm {
    margin-top: -3.92857rem !important;
  }

  /* line 28287, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-60--sm {
    margin-top: 4.28571rem !important;
  }

  /* line 28289, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-60--sm {
    margin-top: -4.28571rem !important;
  }

  /* line 28291, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-65--sm {
    margin-top: 4.64286rem !important;
  }

  /* line 28293, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-65--sm {
    margin-top: -4.64286rem !important;
  }

  /* line 28295, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-70--sm {
    margin-top: 5rem !important;
  }

  /* line 28297, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-70--sm {
    margin-top: -5rem !important;
  }

  /* line 28299, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-75--sm {
    margin-top: 5.35714rem !important;
  }

  /* line 28301, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-75--sm {
    margin-top: -5.35714rem !important;
  }

  /* line 28303, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-80--sm {
    margin-top: 5.71429rem !important;
  }

  /* line 28305, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-80--sm {
    margin-top: -5.71429rem !important;
  }

  /* line 28307, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-85--sm {
    margin-top: 6.07143rem !important;
  }

  /* line 28309, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-85--sm {
    margin-top: -6.07143rem !important;
  }

  /* line 28311, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-90--sm {
    margin-top: 6.42857rem !important;
  }

  /* line 28313, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-90--sm {
    margin-top: -6.42857rem !important;
  }

  /* line 28315, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-95--sm {
    margin-top: 6.78571rem !important;
  }

  /* line 28317, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-95--sm {
    margin-top: -6.78571rem !important;
  }

  /* line 28319, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-100--sm {
    margin-top: 7.14286rem !important;
  }

  /* line 28321, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-100--sm {
    margin-top: -7.14286rem !important;
  }

  /* line 28323, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-105--sm {
    margin-top: 7.5rem !important;
  }

  /* line 28325, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-105--sm {
    margin-top: -7.5rem !important;
  }

  /* line 28327, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-110--sm {
    margin-top: 7.85714rem !important;
  }

  /* line 28329, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-110--sm {
    margin-top: -7.85714rem !important;
  }

  /* line 28331, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-115--sm {
    margin-top: 8.21429rem !important;
  }

  /* line 28333, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-115--sm {
    margin-top: -8.21429rem !important;
  }

  /* line 28335, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-120--sm {
    margin-top: 8.57143rem !important;
  }

  /* line 28337, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-120--sm {
    margin-top: -8.57143rem !important;
  }

  /* line 28339, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-125--sm {
    margin-top: 8.92857rem !important;
  }

  /* line 28341, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-125--sm {
    margin-top: -8.92857rem !important;
  }

  /* line 28343, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-130--sm {
    margin-top: 9.28571rem !important;
  }

  /* line 28345, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-130--sm {
    margin-top: -9.28571rem !important;
  }

  /* line 28347, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-135--sm {
    margin-top: 9.64286rem !important;
  }

  /* line 28349, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-135--sm {
    margin-top: -9.64286rem !important;
  }

  /* line 28351, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-140--sm {
    margin-top: 10rem !important;
  }

  /* line 28353, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-140--sm {
    margin-top: -10rem !important;
  }

  /* line 28355, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-145--sm {
    margin-top: 10.35714rem !important;
  }

  /* line 28357, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-145--sm {
    margin-top: -10.35714rem !important;
  }

  /* line 28359, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-150--sm {
    margin-top: 10.71429rem !important;
  }

  /* line 28361, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-150--sm {
    margin-top: -10.71429rem !important;
  }

  /* line 28363, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-155--sm {
    margin-top: 11.07143rem !important;
  }

  /* line 28365, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-155--sm {
    margin-top: -11.07143rem !important;
  }

  /* line 28367, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-160--sm {
    margin-top: 11.42857rem !important;
  }

  /* line 28369, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-160--sm {
    margin-top: -11.42857rem !important;
  }

  /* line 28371, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-165--sm {
    margin-top: 11.78571rem !important;
  }

  /* line 28373, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-165--sm {
    margin-top: -11.78571rem !important;
  }

  /* line 28375, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-170--sm {
    margin-top: 12.14286rem !important;
  }

  /* line 28377, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-170--sm {
    margin-top: -12.14286rem !important;
  }

  /* line 28379, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-1--sm {
    margin-bottom: 0.07143rem !important;
  }

  /* line 28381, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-1--sm {
    margin-bottom: -0.07143rem !important;
  }

  /* line 28383, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-2--sm {
    margin-bottom: 0.14286rem !important;
  }

  /* line 28385, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-2--sm {
    margin-bottom: -0.14286rem !important;
  }

  /* line 28387, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-3--sm {
    margin-bottom: 0.21429rem !important;
  }

  /* line 28389, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-3--sm {
    margin-bottom: -0.21429rem !important;
  }

  /* line 28391, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-4--sm {
    margin-bottom: 0.28571rem !important;
  }

  /* line 28393, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-4--sm {
    margin-bottom: -0.28571rem !important;
  }

  /* line 28395, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-5--sm {
    margin-bottom: 0.35714rem !important;
  }

  /* line 28397, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-5--sm {
    margin-bottom: -0.35714rem !important;
  }

  /* line 28399, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-6--sm {
    margin-bottom: 0.42857rem !important;
  }

  /* line 28401, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-6--sm {
    margin-bottom: -0.42857rem !important;
  }

  /* line 28403, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-7--sm {
    margin-bottom: 0.5rem !important;
  }

  /* line 28405, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-7--sm {
    margin-bottom: -0.5rem !important;
  }

  /* line 28407, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-8--sm {
    margin-bottom: 0.57143rem !important;
  }

  /* line 28409, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-8--sm {
    margin-bottom: -0.57143rem !important;
  }

  /* line 28411, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-9--sm {
    margin-bottom: 0.64286rem !important;
  }

  /* line 28413, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-9--sm {
    margin-bottom: -0.64286rem !important;
  }

  /* line 28415, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-10--sm {
    margin-bottom: 0.71429rem !important;
  }

  /* line 28417, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-10--sm {
    margin-bottom: -0.71429rem !important;
  }

  /* line 28419, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-11--sm {
    margin-bottom: 0.78571rem !important;
  }

  /* line 28421, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-11--sm {
    margin-bottom: -0.78571rem !important;
  }

  /* line 28423, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-12--sm {
    margin-bottom: 0.85714rem !important;
  }

  /* line 28425, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-12--sm {
    margin-bottom: -0.85714rem !important;
  }

  /* line 28427, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-13--sm {
    margin-bottom: 0.92857rem !important;
  }

  /* line 28429, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-13--sm {
    margin-bottom: -0.92857rem !important;
  }

  /* line 28431, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-14--sm {
    margin-bottom: 1rem !important;
  }

  /* line 28433, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-14--sm {
    margin-bottom: -1rem !important;
  }

  /* line 28435, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-15--sm {
    margin-bottom: 1.07143rem !important;
  }

  /* line 28437, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-15--sm {
    margin-bottom: -1.07143rem !important;
  }

  /* line 28439, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-16--sm {
    margin-bottom: 1.14286rem !important;
  }

  /* line 28441, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-16--sm {
    margin-bottom: -1.14286rem !important;
  }

  /* line 28443, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-17--sm {
    margin-bottom: 1.21429rem !important;
  }

  /* line 28445, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-17--sm {
    margin-bottom: -1.21429rem !important;
  }

  /* line 28447, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-18--sm {
    margin-bottom: 1.28571rem !important;
  }

  /* line 28449, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-18--sm {
    margin-bottom: -1.28571rem !important;
  }

  /* line 28451, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-19--sm {
    margin-bottom: 1.35714rem !important;
  }

  /* line 28453, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-19--sm {
    margin-bottom: -1.35714rem !important;
  }

  /* line 28455, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-20--sm {
    margin-bottom: 1.42857rem !important;
  }

  /* line 28457, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-20--sm {
    margin-bottom: -1.42857rem !important;
  }

  /* line 28459, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-10--sm {
    margin-bottom: 0.71429rem !important;
  }

  /* line 28461, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-15--sm {
    margin-bottom: 1.07143rem !important;
  }

  /* line 28463, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-20--sm {
    margin-bottom: 1.42857rem !important;
  }

  /* line 28465, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-25--sm {
    margin-bottom: 1.78571rem !important;
  }

  /* line 28467, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-30--sm {
    margin-bottom: 2.14286rem !important;
  }

  /* line 28469, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-35--sm {
    margin-bottom: 2.5rem !important;
  }

  /* line 28471, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-40--sm {
    margin-bottom: 2.85714rem !important;
  }

  /* line 28473, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-45--sm {
    margin-bottom: 3.21429rem !important;
  }

  /* line 28475, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-50--sm {
    margin-bottom: 3.57143rem !important;
  }

  /* line 28477, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-55--sm {
    margin-bottom: 3.92857rem !important;
  }

  /* line 28479, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-60--sm {
    margin-bottom: 4.28571rem !important;
  }

  /* line 28481, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-65--sm {
    margin-bottom: 4.64286rem !important;
  }

  /* line 28483, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-70--sm {
    margin-bottom: 5rem !important;
  }

  /* line 28485, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-75--sm {
    margin-bottom: 5.35714rem !important;
  }

  /* line 28487, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-80--sm {
    margin-bottom: 5.71429rem !important;
  }

  /* line 28489, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-85--sm {
    margin-bottom: 6.07143rem !important;
  }

  /* line 28491, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-90--sm {
    margin-bottom: 6.42857rem !important;
  }

  /* line 28493, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-95--sm {
    margin-bottom: 6.78571rem !important;
  }

  /* line 28495, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-100--sm {
    margin-bottom: 7.14286rem !important;
  }

  /* line 28497, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-105--sm {
    margin-bottom: 7.5rem !important;
  }

  /* line 28499, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-110--sm {
    margin-bottom: 7.85714rem !important;
  }

  /* line 28501, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-115--sm {
    margin-bottom: 8.21429rem !important;
  }

  /* line 28503, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-120--sm {
    margin-bottom: 8.57143rem !important;
  }

  /* line 28505, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-125--sm {
    margin-bottom: 8.92857rem !important;
  }

  /* line 28507, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-130--sm {
    margin-bottom: 9.28571rem !important;
  }

  /* line 28509, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-135--sm {
    margin-bottom: 9.64286rem !important;
  }

  /* line 28511, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-140--sm {
    margin-bottom: 10rem !important;
  }

  /* line 28513, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-145--sm {
    margin-bottom: 10.35714rem !important;
  }

  /* line 28515, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-150--sm {
    margin-bottom: 10.71429rem !important;
  }

  /* line 28517, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-155--sm {
    margin-bottom: 11.07143rem !important;
  }

  /* line 28519, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-160--sm {
    margin-bottom: 11.42857rem !important;
  }

  /* line 28521, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-165--sm {
    margin-bottom: 11.78571rem !important;
  }

  /* line 28523, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-170--sm {
    margin-bottom: 12.14286rem !important;
  }

  /* line 28525, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-1--sm {
    margin-left: 0.07143rem !important;
  }

  /* line 28527, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-1--sm {
    margin-left: -0.07143rem !important;
  }

  /* line 28529, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-2--sm {
    margin-left: 0.14286rem !important;
  }

  /* line 28531, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-2--sm {
    margin-left: -0.14286rem !important;
  }

  /* line 28533, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-3--sm {
    margin-left: 0.21429rem !important;
  }

  /* line 28535, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-3--sm {
    margin-left: -0.21429rem !important;
  }

  /* line 28537, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-4--sm {
    margin-left: 0.28571rem !important;
  }

  /* line 28539, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-4--sm {
    margin-left: -0.28571rem !important;
  }

  /* line 28541, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-5--sm {
    margin-left: 0.35714rem !important;
  }

  /* line 28543, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-5--sm {
    margin-left: -0.35714rem !important;
  }

  /* line 28545, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-6--sm {
    margin-left: 0.42857rem !important;
  }

  /* line 28547, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-6--sm {
    margin-left: -0.42857rem !important;
  }

  /* line 28549, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-7--sm {
    margin-left: 0.5rem !important;
  }

  /* line 28551, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-7--sm {
    margin-left: -0.5rem !important;
  }

  /* line 28553, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-8--sm {
    margin-left: 0.57143rem !important;
  }

  /* line 28555, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-8--sm {
    margin-left: -0.57143rem !important;
  }

  /* line 28557, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-9--sm {
    margin-left: 0.64286rem !important;
  }

  /* line 28559, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-9--sm {
    margin-left: -0.64286rem !important;
  }

  /* line 28561, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-10--sm {
    margin-left: 0.71429rem !important;
  }

  /* line 28563, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-10--sm {
    margin-left: -0.71429rem !important;
  }

  /* line 28565, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-5--sm {
    margin-left: 0.35714rem !important;
  }

  /* line 28567, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-5--sm {
    margin-left: -0.35714rem !important;
  }

  /* line 28569, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-10--sm {
    margin-left: 0.71429rem !important;
  }

  /* line 28571, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-10--sm {
    margin-left: -0.71429rem !important;
  }

  /* line 28573, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-15--sm {
    margin-left: 1.07143rem !important;
  }

  /* line 28575, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-15--sm {
    margin-left: -1.07143rem !important;
  }

  /* line 28577, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-20--sm {
    margin-left: 1.42857rem !important;
  }

  /* line 28579, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-20--sm {
    margin-left: -1.42857rem !important;
  }

  /* line 28581, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-25--sm {
    margin-left: 1.78571rem !important;
  }

  /* line 28583, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-25--sm {
    margin-left: -1.78571rem !important;
  }

  /* line 28585, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-30--sm {
    margin-left: 2.14286rem !important;
  }

  /* line 28587, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-30--sm {
    margin-left: -2.14286rem !important;
  }

  /* line 28589, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-35--sm {
    margin-left: 2.5rem !important;
  }

  /* line 28591, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-35--sm {
    margin-left: -2.5rem !important;
  }

  /* line 28593, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-40--sm {
    margin-left: 2.85714rem !important;
  }

  /* line 28595, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-40--sm {
    margin-left: -2.85714rem !important;
  }

  /* line 28597, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-45--sm {
    margin-left: 3.21429rem !important;
  }

  /* line 28599, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-45--sm {
    margin-left: -3.21429rem !important;
  }

  /* line 28601, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-50--sm {
    margin-left: 3.57143rem !important;
  }

  /* line 28603, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-50--sm {
    margin-left: -3.57143rem !important;
  }

  /* line 28605, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-1--sm {
    margin-right: 0.07143rem !important;
  }

  /* line 28607, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-1--sm {
    margin-right: -0.07143rem !important;
  }

  /* line 28609, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-2--sm {
    margin-right: 0.14286rem !important;
  }

  /* line 28611, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-2--sm {
    margin-right: -0.14286rem !important;
  }

  /* line 28613, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-3--sm {
    margin-right: 0.21429rem !important;
  }

  /* line 28615, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-3--sm {
    margin-right: -0.21429rem !important;
  }

  /* line 28617, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-4--sm {
    margin-right: 0.28571rem !important;
  }

  /* line 28619, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-4--sm {
    margin-right: -0.28571rem !important;
  }

  /* line 28621, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-5--sm {
    margin-right: 0.35714rem !important;
  }

  /* line 28623, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-5--sm {
    margin-right: -0.35714rem !important;
  }

  /* line 28625, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-6--sm {
    margin-right: 0.42857rem !important;
  }

  /* line 28627, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-6--sm {
    margin-right: -0.42857rem !important;
  }

  /* line 28629, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-7--sm {
    margin-right: 0.5rem !important;
  }

  /* line 28631, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-7--sm {
    margin-right: -0.5rem !important;
  }

  /* line 28633, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-8--sm {
    margin-right: 0.57143rem !important;
  }

  /* line 28635, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-8--sm {
    margin-right: -0.57143rem !important;
  }

  /* line 28637, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-9--sm {
    margin-right: 0.64286rem !important;
  }

  /* line 28639, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-9--sm {
    margin-right: -0.64286rem !important;
  }

  /* line 28641, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-10--sm {
    margin-right: 0.71429rem !important;
  }

  /* line 28643, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-10--sm {
    margin-right: -0.71429rem !important;
  }

  /* line 28645, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-5--sm {
    margin-right: 0.35714rem !important;
  }

  /* line 28647, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-10--sm {
    margin-right: 0.71429rem !important;
  }

  /* line 28649, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-15--sm {
    margin-right: 1.07143rem !important;
  }

  /* line 28651, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-20--sm {
    margin-right: 1.42857rem !important;
  }

  /* line 28653, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-25--sm {
    margin-right: 1.78571rem !important;
  }

  /* line 28655, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-30--sm {
    margin-right: 2.14286rem !important;
  }

  /* line 28657, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-35--sm {
    margin-right: 2.5rem !important;
  }

  /* line 28659, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-40--sm {
    margin-right: 2.85714rem !important;
  }

  /* line 28661, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-45--sm {
    margin-right: 3.21429rem !important;
  }

  /* line 28663, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-50--sm {
    margin-right: 3.57143rem !important;
  }
}
/* Margin Spaces (md)
------------------------------------*/
@media (min-width: 768px) {
  /* line 28669, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ma-0--md {
    margin: 0 !important;
  }

  /* line 28671, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-0--md {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 28674, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-0--md {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 28677, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-0--md {
    margin-left: 0 !important;
  }

  /* line 28679, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-0--md {
    margin-right: 0 !important;
  }

  /* line 28681, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-0--md {
    margin-top: 0 !important;
  }

  /* line 28683, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-0--md {
    margin-bottom: 0 !important;
  }

  /* line 28685, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-1--md {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }

  /* line 28688, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-2--md {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }

  /* line 28691, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-3--md {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }

  /* line 28694, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-4--md {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }

  /* line 28697, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-5--md {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }

  /* line 28700, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-6--md {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }

  /* line 28703, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-7--md {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  /* line 28706, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-8--md {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }

  /* line 28709, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-9--md {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }

  /* line 28712, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-10--md {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 28715, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-10--md {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 28718, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-15--md {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }

  /* line 28721, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-20--md {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }

  /* line 28724, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-25--md {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }

  /* line 28727, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-30--md {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }

  /* line 28730, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-35--md {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  /* line 28733, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-40--md {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }

  /* line 28736, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-45--md {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }

  /* line 28739, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-50--md {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }

  /* line 28742, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-55--md {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }

  /* line 28745, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-60--md {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }

  /* line 28748, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-65--md {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }

  /* line 28751, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-70--md {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  /* line 28754, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-75--md {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }

  /* line 28757, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-80--md {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }

  /* line 28760, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-85--md {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }

  /* line 28763, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-90--md {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }

  /* line 28766, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-95--md {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }

  /* line 28769, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-100--md {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }

  /* line 28772, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-1--md {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }

  /* line 28775, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-2--md {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }

  /* line 28778, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-3--md {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }

  /* line 28781, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-4--md {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }

  /* line 28784, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-5--md {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }

  /* line 28787, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-6--md {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }

  /* line 28790, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-7--md {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 28793, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-8--md {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }

  /* line 28796, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-9--md {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }

  /* line 28799, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-10--md {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 28802, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-10--md {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 28805, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-15--md {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }

  /* line 28808, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-20--md {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }

  /* line 28811, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-25--md {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }

  /* line 28814, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-30--md {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }

  /* line 28817, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-35--md {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 28820, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-40--md {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }

  /* line 28823, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-45--md {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }

  /* line 28826, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-50--md {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }

  /* line 28829, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-55--md {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }

  /* line 28832, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-60--md {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }

  /* line 28835, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-65--md {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }

  /* line 28838, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-70--md {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 28841, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-75--md {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }

  /* line 28844, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-80--md {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }

  /* line 28847, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-85--md {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }

  /* line 28850, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-90--md {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }

  /* line 28853, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-95--md {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }

  /* line 28856, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-100--md {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }

  /* line 28859, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-1--md {
    margin-top: 0.07143rem !important;
  }

  /* line 28861, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-1--md {
    margin-top: -0.07143rem !important;
  }

  /* line 28863, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-2--md {
    margin-top: 0.14286rem !important;
  }

  /* line 28865, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-2--md {
    margin-top: -0.14286rem !important;
  }

  /* line 28867, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-3--md {
    margin-top: 0.21429rem !important;
  }

  /* line 28869, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-3--md {
    margin-top: -0.21429rem !important;
  }

  /* line 28871, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-4--md {
    margin-top: 0.28571rem !important;
  }

  /* line 28873, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-4--md {
    margin-top: -0.28571rem !important;
  }

  /* line 28875, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-5--md {
    margin-top: 0.35714rem !important;
  }

  /* line 28877, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-5--md {
    margin-top: -0.35714rem !important;
  }

  /* line 28879, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-6--md {
    margin-top: 0.42857rem !important;
  }

  /* line 28881, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-6--md {
    margin-top: -0.42857rem !important;
  }

  /* line 28883, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-7--md {
    margin-top: 0.5rem !important;
  }

  /* line 28885, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-7--md {
    margin-top: -0.5rem !important;
  }

  /* line 28887, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-8--md {
    margin-top: 0.57143rem !important;
  }

  /* line 28889, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-8--md {
    margin-top: -0.57143rem !important;
  }

  /* line 28891, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-9--md {
    margin-top: 0.64286rem !important;
  }

  /* line 28893, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-9--md {
    margin-top: -0.64286rem !important;
  }

  /* line 28895, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-10--md {
    margin-top: 0.71429rem !important;
  }

  /* line 28897, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-10--md {
    margin-top: -0.71429rem !important;
  }

  /* line 28899, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-11--md {
    margin-top: 0.78571rem !important;
  }

  /* line 28901, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-11--md {
    margin-top: -0.78571rem !important;
  }

  /* line 28903, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-12--md {
    margin-top: 0.85714rem !important;
  }

  /* line 28905, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-12--md {
    margin-top: -0.85714rem !important;
  }

  /* line 28907, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-13--md {
    margin-top: 0.92857rem !important;
  }

  /* line 28909, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-13--md {
    margin-top: -0.92857rem !important;
  }

  /* line 28911, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-14--md {
    margin-top: 1rem !important;
  }

  /* line 28913, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-14--md {
    margin-top: -1rem !important;
  }

  /* line 28915, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-15--md {
    margin-top: 1.07143rem !important;
  }

  /* line 28917, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-15--md {
    margin-top: -1.07143rem !important;
  }

  /* line 28919, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-16--md {
    margin-top: 1.14286rem !important;
  }

  /* line 28921, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-16--md {
    margin-top: -1.14286rem !important;
  }

  /* line 28923, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-17--md {
    margin-top: 1.21429rem !important;
  }

  /* line 28925, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-17--md {
    margin-top: -1.21429rem !important;
  }

  /* line 28927, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-18--md {
    margin-top: 1.28571rem !important;
  }

  /* line 28929, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-18--md {
    margin-top: -1.28571rem !important;
  }

  /* line 28931, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-19--md {
    margin-top: 1.35714rem !important;
  }

  /* line 28933, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-19--md {
    margin-top: -1.35714rem !important;
  }

  /* line 28935, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-20--md {
    margin-top: 1.42857rem !important;
  }

  /* line 28937, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-20--md {
    margin-top: -1.42857rem !important;
  }

  /* line 28939, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-10--md {
    margin-top: 0.71429rem !important;
  }

  /* line 28941, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-10--md {
    margin-top: -0.71429rem !important;
  }

  /* line 28943, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-15--md {
    margin-top: 1.07143rem !important;
  }

  /* line 28945, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-15--md {
    margin-top: -1.07143rem !important;
  }

  /* line 28947, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-20--md {
    margin-top: 1.42857rem !important;
  }

  /* line 28949, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-20--md {
    margin-top: -1.42857rem !important;
  }

  /* line 28951, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-25--md {
    margin-top: 1.78571rem !important;
  }

  /* line 28953, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-25--md {
    margin-top: -1.78571rem !important;
  }

  /* line 28955, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-30--md {
    margin-top: 2.14286rem !important;
  }

  /* line 28957, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-30--md {
    margin-top: -2.14286rem !important;
  }

  /* line 28959, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-35--md {
    margin-top: 2.5rem !important;
  }

  /* line 28961, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-35--md {
    margin-top: -2.5rem !important;
  }

  /* line 28963, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-40--md {
    margin-top: 2.85714rem !important;
  }

  /* line 28965, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-40--md {
    margin-top: -2.85714rem !important;
  }

  /* line 28967, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-45--md {
    margin-top: 3.21429rem !important;
  }

  /* line 28969, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-45--md {
    margin-top: -3.21429rem !important;
  }

  /* line 28971, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-50--md {
    margin-top: 3.57143rem !important;
  }

  /* line 28973, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-50--md {
    margin-top: -3.57143rem !important;
  }

  /* line 28975, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-55--md {
    margin-top: 3.92857rem !important;
  }

  /* line 28977, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-55--md {
    margin-top: -3.92857rem !important;
  }

  /* line 28979, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-60--md {
    margin-top: 4.28571rem !important;
  }

  /* line 28981, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-60--md {
    margin-top: -4.28571rem !important;
  }

  /* line 28983, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-65--md {
    margin-top: 4.64286rem !important;
  }

  /* line 28985, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-65--md {
    margin-top: -4.64286rem !important;
  }

  /* line 28987, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-70--md {
    margin-top: 5rem !important;
  }

  /* line 28989, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-70--md {
    margin-top: -5rem !important;
  }

  /* line 28991, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-75--md {
    margin-top: 5.35714rem !important;
  }

  /* line 28993, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-75--md {
    margin-top: -5.35714rem !important;
  }

  /* line 28995, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-80--md {
    margin-top: 5.71429rem !important;
  }

  /* line 28997, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-80--md {
    margin-top: -5.71429rem !important;
  }

  /* line 28999, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-85--md {
    margin-top: 6.07143rem !important;
  }

  /* line 29001, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-85--md {
    margin-top: -6.07143rem !important;
  }

  /* line 29003, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-90--md {
    margin-top: 6.42857rem !important;
  }

  /* line 29005, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-90--md {
    margin-top: -6.42857rem !important;
  }

  /* line 29007, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-95--md {
    margin-top: 6.78571rem !important;
  }

  /* line 29009, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-95--md {
    margin-top: -6.78571rem !important;
  }

  /* line 29011, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-100--md {
    margin-top: 7.14286rem !important;
  }

  /* line 29013, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-100--md {
    margin-top: -7.14286rem !important;
  }

  /* line 29015, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-105--md {
    margin-top: 7.5rem !important;
  }

  /* line 29017, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-105--md {
    margin-top: -7.5rem !important;
  }

  /* line 29019, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-110--md {
    margin-top: 7.85714rem !important;
  }

  /* line 29021, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-110--md {
    margin-top: -7.85714rem !important;
  }

  /* line 29023, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-115--md {
    margin-top: 8.21429rem !important;
  }

  /* line 29025, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-115--md {
    margin-top: -8.21429rem !important;
  }

  /* line 29027, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-120--md {
    margin-top: 8.57143rem !important;
  }

  /* line 29029, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-120--md {
    margin-top: -8.57143rem !important;
  }

  /* line 29031, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-125--md {
    margin-top: 8.92857rem !important;
  }

  /* line 29033, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-125--md {
    margin-top: -8.92857rem !important;
  }

  /* line 29035, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-130--md {
    margin-top: 9.28571rem !important;
  }

  /* line 29037, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-130--md {
    margin-top: -9.28571rem !important;
  }

  /* line 29039, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-135--md {
    margin-top: 9.64286rem !important;
  }

  /* line 29041, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-135--md {
    margin-top: -9.64286rem !important;
  }

  /* line 29043, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-140--md {
    margin-top: 10rem !important;
  }

  /* line 29045, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-140--md {
    margin-top: -10rem !important;
  }

  /* line 29047, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-145--md {
    margin-top: 10.35714rem !important;
  }

  /* line 29049, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-145--md {
    margin-top: -10.35714rem !important;
  }

  /* line 29051, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-150--md {
    margin-top: 10.71429rem !important;
  }

  /* line 29053, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-150--md {
    margin-top: -10.71429rem !important;
  }

  /* line 29055, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-155--md {
    margin-top: 11.07143rem !important;
  }

  /* line 29057, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-155--md {
    margin-top: -11.07143rem !important;
  }

  /* line 29059, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-160--md {
    margin-top: 11.42857rem !important;
  }

  /* line 29061, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-160--md {
    margin-top: -11.42857rem !important;
  }

  /* line 29063, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-165--md {
    margin-top: 11.78571rem !important;
  }

  /* line 29065, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-165--md {
    margin-top: -11.78571rem !important;
  }

  /* line 29067, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-170--md {
    margin-top: 12.14286rem !important;
  }

  /* line 29069, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-170--md {
    margin-top: -12.14286rem !important;
  }

  /* line 29071, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-1--md {
    margin-bottom: 0.07143rem !important;
  }

  /* line 29073, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-1--md {
    margin-bottom: -0.07143rem !important;
  }

  /* line 29075, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-2--md {
    margin-bottom: 0.14286rem !important;
  }

  /* line 29077, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-2--md {
    margin-bottom: -0.14286rem !important;
  }

  /* line 29079, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-3--md {
    margin-bottom: 0.21429rem !important;
  }

  /* line 29081, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-3--md {
    margin-bottom: -0.21429rem !important;
  }

  /* line 29083, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-4--md {
    margin-bottom: 0.28571rem !important;
  }

  /* line 29085, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-4--md {
    margin-bottom: -0.28571rem !important;
  }

  /* line 29087, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-5--md {
    margin-bottom: 0.35714rem !important;
  }

  /* line 29089, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-5--md {
    margin-bottom: -0.35714rem !important;
  }

  /* line 29091, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-6--md {
    margin-bottom: 0.42857rem !important;
  }

  /* line 29093, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-6--md {
    margin-bottom: -0.42857rem !important;
  }

  /* line 29095, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-7--md {
    margin-bottom: 0.5rem !important;
  }

  /* line 29097, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-7--md {
    margin-bottom: -0.5rem !important;
  }

  /* line 29099, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-8--md {
    margin-bottom: 0.57143rem !important;
  }

  /* line 29101, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-8--md {
    margin-bottom: -0.57143rem !important;
  }

  /* line 29103, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-9--md {
    margin-bottom: 0.64286rem !important;
  }

  /* line 29105, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-9--md {
    margin-bottom: -0.64286rem !important;
  }

  /* line 29107, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-10--md {
    margin-bottom: 0.71429rem !important;
  }

  /* line 29109, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-10--md {
    margin-bottom: -0.71429rem !important;
  }

  /* line 29111, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-11--md {
    margin-bottom: 0.78571rem !important;
  }

  /* line 29113, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-11--md {
    margin-bottom: -0.78571rem !important;
  }

  /* line 29115, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-12--md {
    margin-bottom: 0.85714rem !important;
  }

  /* line 29117, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-12--md {
    margin-bottom: -0.85714rem !important;
  }

  /* line 29119, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-13--md {
    margin-bottom: 0.92857rem !important;
  }

  /* line 29121, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-13--md {
    margin-bottom: -0.92857rem !important;
  }

  /* line 29123, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-14--md {
    margin-bottom: 1rem !important;
  }

  /* line 29125, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-14--md {
    margin-bottom: -1rem !important;
  }

  /* line 29127, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-15--md {
    margin-bottom: 1.07143rem !important;
  }

  /* line 29129, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-15--md {
    margin-bottom: -1.07143rem !important;
  }

  /* line 29131, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-16--md {
    margin-bottom: 1.14286rem !important;
  }

  /* line 29133, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-16--md {
    margin-bottom: -1.14286rem !important;
  }

  /* line 29135, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-17--md {
    margin-bottom: 1.21429rem !important;
  }

  /* line 29137, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-17--md {
    margin-bottom: -1.21429rem !important;
  }

  /* line 29139, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-18--md {
    margin-bottom: 1.28571rem !important;
  }

  /* line 29141, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-18--md {
    margin-bottom: -1.28571rem !important;
  }

  /* line 29143, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-19--md {
    margin-bottom: 1.35714rem !important;
  }

  /* line 29145, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-19--md {
    margin-bottom: -1.35714rem !important;
  }

  /* line 29147, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-20--md {
    margin-bottom: 1.42857rem !important;
  }

  /* line 29149, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-20--md {
    margin-bottom: -1.42857rem !important;
  }

  /* line 29151, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-10--md {
    margin-bottom: 0.71429rem !important;
  }

  /* line 29153, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-15--md {
    margin-bottom: 1.07143rem !important;
  }

  /* line 29155, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-20--md {
    margin-bottom: 1.42857rem !important;
  }

  /* line 29157, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-25--md {
    margin-bottom: 1.78571rem !important;
  }

  /* line 29159, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-30--md {
    margin-bottom: 2.14286rem !important;
  }

  /* line 29161, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-35--md {
    margin-bottom: 2.5rem !important;
  }

  /* line 29163, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-40--md {
    margin-bottom: 2.85714rem !important;
  }

  /* line 29165, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-45--md {
    margin-bottom: 3.21429rem !important;
  }

  /* line 29167, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-50--md {
    margin-bottom: 3.57143rem !important;
  }

  /* line 29169, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-55--md {
    margin-bottom: 3.92857rem !important;
  }

  /* line 29171, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-60--md {
    margin-bottom: 4.28571rem !important;
  }

  /* line 29173, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-65--md {
    margin-bottom: 4.64286rem !important;
  }

  /* line 29175, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-70--md {
    margin-bottom: 5rem !important;
  }

  /* line 29177, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-75--md {
    margin-bottom: 5.35714rem !important;
  }

  /* line 29179, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-80--md {
    margin-bottom: 5.71429rem !important;
  }

  /* line 29181, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-85--md {
    margin-bottom: 6.07143rem !important;
  }

  /* line 29183, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-90--md {
    margin-bottom: 6.42857rem !important;
  }

  /* line 29185, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-95--md {
    margin-bottom: 6.78571rem !important;
  }

  /* line 29187, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-100--md {
    margin-bottom: 7.14286rem !important;
  }

  /* line 29189, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-105--md {
    margin-bottom: 7.5rem !important;
  }

  /* line 29191, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-110--md {
    margin-bottom: 7.85714rem !important;
  }

  /* line 29193, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-115--md {
    margin-bottom: 8.21429rem !important;
  }

  /* line 29195, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-120--md {
    margin-bottom: 8.57143rem !important;
  }

  /* line 29197, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-125--md {
    margin-bottom: 8.92857rem !important;
  }

  /* line 29199, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-130--md {
    margin-bottom: 9.28571rem !important;
  }

  /* line 29201, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-135--md {
    margin-bottom: 9.64286rem !important;
  }

  /* line 29203, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-140--md {
    margin-bottom: 10rem !important;
  }

  /* line 29205, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-145--md {
    margin-bottom: 10.35714rem !important;
  }

  /* line 29207, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-150--md {
    margin-bottom: 10.71429rem !important;
  }

  /* line 29209, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-155--md {
    margin-bottom: 11.07143rem !important;
  }

  /* line 29211, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-160--md {
    margin-bottom: 11.42857rem !important;
  }

  /* line 29213, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-165--md {
    margin-bottom: 11.78571rem !important;
  }

  /* line 29215, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-170--md {
    margin-bottom: 12.14286rem !important;
  }

  /* line 29217, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-1--md {
    margin-left: 0.07143rem !important;
  }

  /* line 29219, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-1--md {
    margin-left: -0.07143rem !important;
  }

  /* line 29221, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-2--md {
    margin-left: 0.14286rem !important;
  }

  /* line 29223, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-2--md {
    margin-left: -0.14286rem !important;
  }

  /* line 29225, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-3--md {
    margin-left: 0.21429rem !important;
  }

  /* line 29227, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-3--md {
    margin-left: -0.21429rem !important;
  }

  /* line 29229, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-4--md {
    margin-left: 0.28571rem !important;
  }

  /* line 29231, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-4--md {
    margin-left: -0.28571rem !important;
  }

  /* line 29233, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-5--md {
    margin-left: 0.35714rem !important;
  }

  /* line 29235, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-5--md {
    margin-left: -0.35714rem !important;
  }

  /* line 29237, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-6--md {
    margin-left: 0.42857rem !important;
  }

  /* line 29239, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-6--md {
    margin-left: -0.42857rem !important;
  }

  /* line 29241, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-7--md {
    margin-left: 0.5rem !important;
  }

  /* line 29243, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-7--md {
    margin-left: -0.5rem !important;
  }

  /* line 29245, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-8--md {
    margin-left: 0.57143rem !important;
  }

  /* line 29247, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-8--md {
    margin-left: -0.57143rem !important;
  }

  /* line 29249, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-9--md {
    margin-left: 0.64286rem !important;
  }

  /* line 29251, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-9--md {
    margin-left: -0.64286rem !important;
  }

  /* line 29253, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-10--md {
    margin-left: 0.71429rem !important;
  }

  /* line 29255, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-10--md {
    margin-left: -0.71429rem !important;
  }

  /* line 29257, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-5--md {
    margin-left: 0.35714rem !important;
  }

  /* line 29259, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-5--md {
    margin-left: -0.35714rem !important;
  }

  /* line 29261, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-10--md {
    margin-left: 0.71429rem !important;
  }

  /* line 29263, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-10--md {
    margin-left: -0.71429rem !important;
  }

  /* line 29265, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-15--md {
    margin-left: 1.07143rem !important;
  }

  /* line 29267, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-15--md {
    margin-left: -1.07143rem !important;
  }

  /* line 29269, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-20--md {
    margin-left: 1.42857rem !important;
  }

  /* line 29271, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-20--md {
    margin-left: -1.42857rem !important;
  }

  /* line 29273, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-25--md {
    margin-left: 1.78571rem !important;
  }

  /* line 29275, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-25--md {
    margin-left: -1.78571rem !important;
  }

  /* line 29277, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-30--md {
    margin-left: 2.14286rem !important;
  }

  /* line 29279, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-30--md {
    margin-left: -2.14286rem !important;
  }

  /* line 29281, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-35--md {
    margin-left: 2.5rem !important;
  }

  /* line 29283, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-35--md {
    margin-left: -2.5rem !important;
  }

  /* line 29285, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-40--md {
    margin-left: 2.85714rem !important;
  }

  /* line 29287, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-40--md {
    margin-left: -2.85714rem !important;
  }

  /* line 29289, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-45--md {
    margin-left: 3.21429rem !important;
  }

  /* line 29291, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-45--md {
    margin-left: -3.21429rem !important;
  }

  /* line 29293, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-50--md {
    margin-left: 3.57143rem !important;
  }

  /* line 29295, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-50--md {
    margin-left: -3.57143rem !important;
  }

  /* line 29297, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-1--md {
    margin-right: 0.07143rem !important;
  }

  /* line 29299, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-1--md {
    margin-right: -0.07143rem !important;
  }

  /* line 29301, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-2--md {
    margin-right: 0.14286rem !important;
  }

  /* line 29303, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-2--md {
    margin-right: -0.14286rem !important;
  }

  /* line 29305, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-3--md {
    margin-right: 0.21429rem !important;
  }

  /* line 29307, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-3--md {
    margin-right: -0.21429rem !important;
  }

  /* line 29309, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-4--md {
    margin-right: 0.28571rem !important;
  }

  /* line 29311, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-4--md {
    margin-right: -0.28571rem !important;
  }

  /* line 29313, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-5--md {
    margin-right: 0.35714rem !important;
  }

  /* line 29315, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-5--md {
    margin-right: -0.35714rem !important;
  }

  /* line 29317, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-6--md {
    margin-right: 0.42857rem !important;
  }

  /* line 29319, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-6--md {
    margin-right: -0.42857rem !important;
  }

  /* line 29321, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-7--md {
    margin-right: 0.5rem !important;
  }

  /* line 29323, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-7--md {
    margin-right: -0.5rem !important;
  }

  /* line 29325, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-8--md {
    margin-right: 0.57143rem !important;
  }

  /* line 29327, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-8--md {
    margin-right: -0.57143rem !important;
  }

  /* line 29329, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-9--md {
    margin-right: 0.64286rem !important;
  }

  /* line 29331, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-9--md {
    margin-right: -0.64286rem !important;
  }

  /* line 29333, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-10--md {
    margin-right: 0.71429rem !important;
  }

  /* line 29335, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-10--md {
    margin-right: -0.71429rem !important;
  }

  /* line 29337, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-5--md {
    margin-right: 0.35714rem !important;
  }

  /* line 29339, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-10--md {
    margin-right: 0.71429rem !important;
  }

  /* line 29341, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-15--md {
    margin-right: 1.07143rem !important;
  }

  /* line 29343, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-20--md {
    margin-right: 1.42857rem !important;
  }

  /* line 29345, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-25--md {
    margin-right: 1.78571rem !important;
  }

  /* line 29347, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-30--md {
    margin-right: 2.14286rem !important;
  }

  /* line 29349, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-35--md {
    margin-right: 2.5rem !important;
  }

  /* line 29351, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-40--md {
    margin-right: 2.85714rem !important;
  }

  /* line 29353, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-45--md {
    margin-right: 3.21429rem !important;
  }

  /* line 29355, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-50--md {
    margin-right: 3.57143rem !important;
  }
}
/* Margin Spaces (lg)
------------------------------------*/
@media (min-width: 992px) {
  /* line 29361, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ma-0--lg {
    margin: 0 !important;
  }

  /* line 29363, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-0--lg {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 29366, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-0--lg {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 29369, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-0--lg {
    margin-left: 0 !important;
  }

  /* line 29371, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-0--lg {
    margin-right: 0 !important;
  }

  /* line 29373, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-0--lg {
    margin-top: 0 !important;
  }

  /* line 29375, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-0--lg {
    margin-bottom: 0 !important;
  }

  /* line 29377, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-1--lg {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }

  /* line 29380, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-2--lg {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }

  /* line 29383, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-3--lg {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }

  /* line 29386, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-4--lg {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }

  /* line 29389, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-5--lg {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }

  /* line 29392, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-6--lg {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }

  /* line 29395, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-7--lg {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  /* line 29398, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-8--lg {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }

  /* line 29401, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-9--lg {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }

  /* line 29404, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-10--lg {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 29407, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-10--lg {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 29410, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-15--lg {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }

  /* line 29413, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-20--lg {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }

  /* line 29416, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-25--lg {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }

  /* line 29419, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-30--lg {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }

  /* line 29422, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-35--lg {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  /* line 29425, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-40--lg {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }

  /* line 29428, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-45--lg {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }

  /* line 29431, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-50--lg {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }

  /* line 29434, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-55--lg {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }

  /* line 29437, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-60--lg {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }

  /* line 29440, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-65--lg {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }

  /* line 29443, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-70--lg {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  /* line 29446, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-75--lg {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }

  /* line 29449, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-80--lg {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }

  /* line 29452, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-85--lg {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }

  /* line 29455, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-90--lg {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }

  /* line 29458, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-95--lg {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }

  /* line 29461, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-100--lg {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }

  /* line 29464, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-1--lg {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }

  /* line 29467, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-2--lg {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }

  /* line 29470, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-3--lg {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }

  /* line 29473, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-4--lg {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }

  /* line 29476, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-5--lg {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }

  /* line 29479, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-6--lg {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }

  /* line 29482, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-7--lg {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 29485, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-8--lg {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }

  /* line 29488, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-9--lg {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }

  /* line 29491, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-10--lg {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 29494, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-10--lg {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 29497, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-15--lg {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }

  /* line 29500, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-20--lg {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }

  /* line 29503, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-25--lg {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }

  /* line 29506, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-30--lg {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }

  /* line 29509, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-35--lg {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 29512, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-40--lg {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }

  /* line 29515, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-45--lg {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }

  /* line 29518, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-50--lg {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }

  /* line 29521, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-55--lg {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }

  /* line 29524, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-60--lg {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }

  /* line 29527, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-65--lg {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }

  /* line 29530, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-70--lg {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 29533, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-75--lg {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }

  /* line 29536, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-80--lg {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }

  /* line 29539, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-85--lg {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }

  /* line 29542, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-90--lg {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }

  /* line 29545, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-95--lg {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }

  /* line 29548, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-100--lg {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }

  /* line 29551, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-1--lg {
    margin-top: 0.07143rem !important;
  }

  /* line 29553, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-1--lg {
    margin-top: -0.07143rem !important;
  }

  /* line 29555, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-2--lg {
    margin-top: 0.14286rem !important;
  }

  /* line 29557, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-2--lg {
    margin-top: -0.14286rem !important;
  }

  /* line 29559, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-3--lg {
    margin-top: 0.21429rem !important;
  }

  /* line 29561, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-3--lg {
    margin-top: -0.21429rem !important;
  }

  /* line 29563, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-4--lg {
    margin-top: 0.28571rem !important;
  }

  /* line 29565, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-4--lg {
    margin-top: -0.28571rem !important;
  }

  /* line 29567, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-5--lg {
    margin-top: 0.35714rem !important;
  }

  /* line 29569, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-5--lg {
    margin-top: -0.35714rem !important;
  }

  /* line 29571, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-6--lg {
    margin-top: 0.42857rem !important;
  }

  /* line 29573, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-6--lg {
    margin-top: -0.42857rem !important;
  }

  /* line 29575, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-7--lg {
    margin-top: 0.5rem !important;
  }

  /* line 29577, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-7--lg {
    margin-top: -0.5rem !important;
  }

  /* line 29579, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-8--lg {
    margin-top: 0.57143rem !important;
  }

  /* line 29581, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-8--lg {
    margin-top: -0.57143rem !important;
  }

  /* line 29583, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-9--lg {
    margin-top: 0.64286rem !important;
  }

  /* line 29585, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-9--lg {
    margin-top: -0.64286rem !important;
  }

  /* line 29587, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-10--lg {
    margin-top: 0.71429rem !important;
  }

  /* line 29589, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-10--lg {
    margin-top: -0.71429rem !important;
  }

  /* line 29591, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-11--lg {
    margin-top: 0.78571rem !important;
  }

  /* line 29593, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-11--lg {
    margin-top: -0.78571rem !important;
  }

  /* line 29595, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-12--lg {
    margin-top: 0.85714rem !important;
  }

  /* line 29597, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-12--lg {
    margin-top: -0.85714rem !important;
  }

  /* line 29599, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-13--lg {
    margin-top: 0.92857rem !important;
  }

  /* line 29601, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-13--lg {
    margin-top: -0.92857rem !important;
  }

  /* line 29603, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-14--lg {
    margin-top: 1rem !important;
  }

  /* line 29605, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-14--lg {
    margin-top: -1rem !important;
  }

  /* line 29607, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-15--lg {
    margin-top: 1.07143rem !important;
  }

  /* line 29609, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-15--lg {
    margin-top: -1.07143rem !important;
  }

  /* line 29611, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-16--lg {
    margin-top: 1.14286rem !important;
  }

  /* line 29613, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-16--lg {
    margin-top: -1.14286rem !important;
  }

  /* line 29615, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-17--lg {
    margin-top: 1.21429rem !important;
  }

  /* line 29617, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-17--lg {
    margin-top: -1.21429rem !important;
  }

  /* line 29619, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-18--lg {
    margin-top: 1.28571rem !important;
  }

  /* line 29621, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-18--lg {
    margin-top: -1.28571rem !important;
  }

  /* line 29623, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-19--lg {
    margin-top: 1.35714rem !important;
  }

  /* line 29625, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-19--lg {
    margin-top: -1.35714rem !important;
  }

  /* line 29627, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-20--lg {
    margin-top: 1.42857rem !important;
  }

  /* line 29629, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-20--lg {
    margin-top: -1.42857rem !important;
  }

  /* line 29631, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-10--lg {
    margin-top: 0.71429rem !important;
  }

  /* line 29633, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-10--lg {
    margin-top: -0.71429rem !important;
  }

  /* line 29635, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-15--lg {
    margin-top: 1.07143rem !important;
  }

  /* line 29637, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-15--lg {
    margin-top: -1.07143rem !important;
  }

  /* line 29639, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-20--lg {
    margin-top: 1.42857rem !important;
  }

  /* line 29641, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-20--lg {
    margin-top: -1.42857rem !important;
  }

  /* line 29643, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-25--lg {
    margin-top: 1.78571rem !important;
  }

  /* line 29645, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-25--lg {
    margin-top: -1.78571rem !important;
  }

  /* line 29647, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-30--lg {
    margin-top: 2.14286rem !important;
  }

  /* line 29649, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-30--lg {
    margin-top: -2.14286rem !important;
  }

  /* line 29651, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-35--lg {
    margin-top: 2.5rem !important;
  }

  /* line 29653, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-35--lg {
    margin-top: -2.5rem !important;
  }

  /* line 29655, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-40--lg {
    margin-top: 2.85714rem !important;
  }

  /* line 29657, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-40--lg {
    margin-top: -2.85714rem !important;
  }

  /* line 29659, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-45--lg {
    margin-top: 3.21429rem !important;
  }

  /* line 29661, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-45--lg {
    margin-top: -3.21429rem !important;
  }

  /* line 29663, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-50--lg {
    margin-top: 3.57143rem !important;
  }

  /* line 29665, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-50--lg {
    margin-top: -3.57143rem !important;
  }

  /* line 29667, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-55--lg {
    margin-top: 3.92857rem !important;
  }

  /* line 29669, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-55--lg {
    margin-top: -3.92857rem !important;
  }

  /* line 29671, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-60--lg {
    margin-top: 4.28571rem !important;
  }

  /* line 29673, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-60--lg {
    margin-top: -4.28571rem !important;
  }

  /* line 29675, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-65--lg {
    margin-top: 4.64286rem !important;
  }

  /* line 29677, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-65--lg {
    margin-top: -4.64286rem !important;
  }

  /* line 29679, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-70--lg {
    margin-top: 5rem !important;
  }

  /* line 29681, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-70--lg {
    margin-top: -5rem !important;
  }

  /* line 29683, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-75--lg {
    margin-top: 5.35714rem !important;
  }

  /* line 29685, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-75--lg {
    margin-top: -5.35714rem !important;
  }

  /* line 29687, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-80--lg {
    margin-top: 5.71429rem !important;
  }

  /* line 29689, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-80--lg {
    margin-top: -5.71429rem !important;
  }

  /* line 29691, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-85--lg {
    margin-top: 6.07143rem !important;
  }

  /* line 29693, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-85--lg {
    margin-top: -6.07143rem !important;
  }

  /* line 29695, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-90--lg {
    margin-top: 6.42857rem !important;
  }

  /* line 29697, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-90--lg {
    margin-top: -6.42857rem !important;
  }

  /* line 29699, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-95--lg {
    margin-top: 6.78571rem !important;
  }

  /* line 29701, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-95--lg {
    margin-top: -6.78571rem !important;
  }

  /* line 29703, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-100--lg {
    margin-top: 7.14286rem !important;
  }

  /* line 29705, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-100--lg {
    margin-top: -7.14286rem !important;
  }

  /* line 29707, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-105--lg {
    margin-top: 7.5rem !important;
  }

  /* line 29709, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-105--lg {
    margin-top: -7.5rem !important;
  }

  /* line 29711, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-110--lg {
    margin-top: 7.85714rem !important;
  }

  /* line 29713, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-110--lg {
    margin-top: -7.85714rem !important;
  }

  /* line 29715, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-115--lg {
    margin-top: 8.21429rem !important;
  }

  /* line 29717, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-115--lg {
    margin-top: -8.21429rem !important;
  }

  /* line 29719, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-120--lg {
    margin-top: 8.57143rem !important;
  }

  /* line 29721, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-120--lg {
    margin-top: -8.57143rem !important;
  }

  /* line 29723, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-125--lg {
    margin-top: 8.92857rem !important;
  }

  /* line 29725, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-125--lg {
    margin-top: -8.92857rem !important;
  }

  /* line 29727, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-130--lg {
    margin-top: 9.28571rem !important;
  }

  /* line 29729, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-130--lg {
    margin-top: -9.28571rem !important;
  }

  /* line 29731, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-135--lg {
    margin-top: 9.64286rem !important;
  }

  /* line 29733, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-135--lg {
    margin-top: -9.64286rem !important;
  }

  /* line 29735, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-140--lg {
    margin-top: 10rem !important;
  }

  /* line 29737, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-140--lg {
    margin-top: -10rem !important;
  }

  /* line 29739, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-145--lg {
    margin-top: 10.35714rem !important;
  }

  /* line 29741, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-145--lg {
    margin-top: -10.35714rem !important;
  }

  /* line 29743, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-150--lg {
    margin-top: 10.71429rem !important;
  }

  /* line 29745, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-150--lg {
    margin-top: -10.71429rem !important;
  }

  /* line 29747, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-155--lg {
    margin-top: 11.07143rem !important;
  }

  /* line 29749, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-155--lg {
    margin-top: -11.07143rem !important;
  }

  /* line 29751, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-160--lg {
    margin-top: 11.42857rem !important;
  }

  /* line 29753, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-160--lg {
    margin-top: -11.42857rem !important;
  }

  /* line 29755, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-165--lg {
    margin-top: 11.78571rem !important;
  }

  /* line 29757, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-165--lg {
    margin-top: -11.78571rem !important;
  }

  /* line 29759, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-170--lg {
    margin-top: 12.14286rem !important;
  }

  /* line 29761, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-170--lg {
    margin-top: -12.14286rem !important;
  }

  /* line 29763, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-1--lg {
    margin-bottom: 0.07143rem !important;
  }

  /* line 29765, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-1--lg {
    margin-bottom: -0.07143rem !important;
  }

  /* line 29767, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-2--lg {
    margin-bottom: 0.14286rem !important;
  }

  /* line 29769, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-2--lg {
    margin-bottom: -0.14286rem !important;
  }

  /* line 29771, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-3--lg {
    margin-bottom: 0.21429rem !important;
  }

  /* line 29773, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-3--lg {
    margin-bottom: -0.21429rem !important;
  }

  /* line 29775, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-4--lg {
    margin-bottom: 0.28571rem !important;
  }

  /* line 29777, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-4--lg {
    margin-bottom: -0.28571rem !important;
  }

  /* line 29779, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-5--lg {
    margin-bottom: 0.35714rem !important;
  }

  /* line 29781, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-5--lg {
    margin-bottom: -0.35714rem !important;
  }

  /* line 29783, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-6--lg {
    margin-bottom: 0.42857rem !important;
  }

  /* line 29785, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-6--lg {
    margin-bottom: -0.42857rem !important;
  }

  /* line 29787, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-7--lg {
    margin-bottom: 0.5rem !important;
  }

  /* line 29789, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-7--lg {
    margin-bottom: -0.5rem !important;
  }

  /* line 29791, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-8--lg {
    margin-bottom: 0.57143rem !important;
  }

  /* line 29793, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-8--lg {
    margin-bottom: -0.57143rem !important;
  }

  /* line 29795, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-9--lg {
    margin-bottom: 0.64286rem !important;
  }

  /* line 29797, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-9--lg {
    margin-bottom: -0.64286rem !important;
  }

  /* line 29799, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-10--lg {
    margin-bottom: 0.71429rem !important;
  }

  /* line 29801, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-10--lg {
    margin-bottom: -0.71429rem !important;
  }

  /* line 29803, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-11--lg {
    margin-bottom: 0.78571rem !important;
  }

  /* line 29805, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-11--lg {
    margin-bottom: -0.78571rem !important;
  }

  /* line 29807, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-12--lg {
    margin-bottom: 0.85714rem !important;
  }

  /* line 29809, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-12--lg {
    margin-bottom: -0.85714rem !important;
  }

  /* line 29811, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-13--lg {
    margin-bottom: 0.92857rem !important;
  }

  /* line 29813, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-13--lg {
    margin-bottom: -0.92857rem !important;
  }

  /* line 29815, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-14--lg {
    margin-bottom: 1rem !important;
  }

  /* line 29817, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-14--lg {
    margin-bottom: -1rem !important;
  }

  /* line 29819, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-15--lg {
    margin-bottom: 1.07143rem !important;
  }

  /* line 29821, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-15--lg {
    margin-bottom: -1.07143rem !important;
  }

  /* line 29823, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-16--lg {
    margin-bottom: 1.14286rem !important;
  }

  /* line 29825, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-16--lg {
    margin-bottom: -1.14286rem !important;
  }

  /* line 29827, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-17--lg {
    margin-bottom: 1.21429rem !important;
  }

  /* line 29829, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-17--lg {
    margin-bottom: -1.21429rem !important;
  }

  /* line 29831, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-18--lg {
    margin-bottom: 1.28571rem !important;
  }

  /* line 29833, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-18--lg {
    margin-bottom: -1.28571rem !important;
  }

  /* line 29835, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-19--lg {
    margin-bottom: 1.35714rem !important;
  }

  /* line 29837, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-19--lg {
    margin-bottom: -1.35714rem !important;
  }

  /* line 29839, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-20--lg {
    margin-bottom: 1.42857rem !important;
  }

  /* line 29841, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-20--lg {
    margin-bottom: -1.42857rem !important;
  }

  /* line 29843, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-10--lg {
    margin-bottom: 0.71429rem !important;
  }

  /* line 29845, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-15--lg {
    margin-bottom: 1.07143rem !important;
  }

  /* line 29847, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-20--lg {
    margin-bottom: 1.42857rem !important;
  }

  /* line 29849, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-25--lg {
    margin-bottom: 1.78571rem !important;
  }

  /* line 29851, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-30--lg {
    margin-bottom: 2.14286rem !important;
  }

  /* line 29853, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-35--lg {
    margin-bottom: 2.5rem !important;
  }

  /* line 29855, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-40--lg {
    margin-bottom: 2.85714rem !important;
  }

  /* line 29857, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-45--lg {
    margin-bottom: 3.21429rem !important;
  }

  /* line 29859, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-50--lg {
    margin-bottom: 3.57143rem !important;
  }

  /* line 29861, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-55--lg {
    margin-bottom: 3.92857rem !important;
  }

  /* line 29863, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-60--lg {
    margin-bottom: 4.28571rem !important;
  }

  /* line 29865, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-65--lg {
    margin-bottom: 4.64286rem !important;
  }

  /* line 29867, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-70--lg {
    margin-bottom: 5rem !important;
  }

  /* line 29869, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-75--lg {
    margin-bottom: 5.35714rem !important;
  }

  /* line 29871, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-80--lg {
    margin-bottom: 5.71429rem !important;
  }

  /* line 29873, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-85--lg {
    margin-bottom: 6.07143rem !important;
  }

  /* line 29875, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-90--lg {
    margin-bottom: 6.42857rem !important;
  }

  /* line 29877, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-95--lg {
    margin-bottom: 6.78571rem !important;
  }

  /* line 29879, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-100--lg {
    margin-bottom: 7.14286rem !important;
  }

  /* line 29881, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-105--lg {
    margin-bottom: 7.5rem !important;
  }

  /* line 29883, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-110--lg {
    margin-bottom: 7.85714rem !important;
  }

  /* line 29885, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-115--lg {
    margin-bottom: 8.21429rem !important;
  }

  /* line 29887, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-120--lg {
    margin-bottom: 8.57143rem !important;
  }

  /* line 29889, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-125--lg {
    margin-bottom: 8.92857rem !important;
  }

  /* line 29891, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-130--lg {
    margin-bottom: 9.28571rem !important;
  }

  /* line 29893, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-135--lg {
    margin-bottom: 9.64286rem !important;
  }

  /* line 29895, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-140--lg {
    margin-bottom: 10rem !important;
  }

  /* line 29897, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-145--lg {
    margin-bottom: 10.35714rem !important;
  }

  /* line 29899, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-150--lg {
    margin-bottom: 10.71429rem !important;
  }

  /* line 29901, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-155--lg {
    margin-bottom: 11.07143rem !important;
  }

  /* line 29903, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-160--lg {
    margin-bottom: 11.42857rem !important;
  }

  /* line 29905, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-165--lg {
    margin-bottom: 11.78571rem !important;
  }

  /* line 29907, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-170--lg {
    margin-bottom: 12.14286rem !important;
  }

  /* line 29909, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-1--lg {
    margin-left: 0.07143rem !important;
  }

  /* line 29911, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-1--lg {
    margin-left: -0.07143rem !important;
  }

  /* line 29913, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-2--lg {
    margin-left: 0.14286rem !important;
  }

  /* line 29915, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-2--lg {
    margin-left: -0.14286rem !important;
  }

  /* line 29917, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-3--lg {
    margin-left: 0.21429rem !important;
  }

  /* line 29919, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-3--lg {
    margin-left: -0.21429rem !important;
  }

  /* line 29921, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-4--lg {
    margin-left: 0.28571rem !important;
  }

  /* line 29923, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-4--lg {
    margin-left: -0.28571rem !important;
  }

  /* line 29925, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-5--lg {
    margin-left: 0.35714rem !important;
  }

  /* line 29927, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-5--lg {
    margin-left: -0.35714rem !important;
  }

  /* line 29929, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-6--lg {
    margin-left: 0.42857rem !important;
  }

  /* line 29931, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-6--lg {
    margin-left: -0.42857rem !important;
  }

  /* line 29933, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-7--lg {
    margin-left: 0.5rem !important;
  }

  /* line 29935, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-7--lg {
    margin-left: -0.5rem !important;
  }

  /* line 29937, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-8--lg {
    margin-left: 0.57143rem !important;
  }

  /* line 29939, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-8--lg {
    margin-left: -0.57143rem !important;
  }

  /* line 29941, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-9--lg {
    margin-left: 0.64286rem !important;
  }

  /* line 29943, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-9--lg {
    margin-left: -0.64286rem !important;
  }

  /* line 29945, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-10--lg {
    margin-left: 0.71429rem !important;
  }

  /* line 29947, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-10--lg {
    margin-left: -0.71429rem !important;
  }

  /* line 29949, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-5--lg {
    margin-left: 0.35714rem !important;
  }

  /* line 29951, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-5--lg {
    margin-left: -0.35714rem !important;
  }

  /* line 29953, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-10--lg {
    margin-left: 0.71429rem !important;
  }

  /* line 29955, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-10--lg {
    margin-left: -0.71429rem !important;
  }

  /* line 29957, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-15--lg {
    margin-left: 1.07143rem !important;
  }

  /* line 29959, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-15--lg {
    margin-left: -1.07143rem !important;
  }

  /* line 29961, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-20--lg {
    margin-left: 1.42857rem !important;
  }

  /* line 29963, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-20--lg {
    margin-left: -1.42857rem !important;
  }

  /* line 29965, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-25--lg {
    margin-left: 1.78571rem !important;
  }

  /* line 29967, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-25--lg {
    margin-left: -1.78571rem !important;
  }

  /* line 29969, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-30--lg {
    margin-left: 2.14286rem !important;
  }

  /* line 29971, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-30--lg {
    margin-left: -2.14286rem !important;
  }

  /* line 29973, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-35--lg {
    margin-left: 2.5rem !important;
  }

  /* line 29975, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-35--lg {
    margin-left: -2.5rem !important;
  }

  /* line 29977, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-40--lg {
    margin-left: 2.85714rem !important;
  }

  /* line 29979, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-40--lg {
    margin-left: -2.85714rem !important;
  }

  /* line 29981, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-45--lg {
    margin-left: 3.21429rem !important;
  }

  /* line 29983, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-45--lg {
    margin-left: -3.21429rem !important;
  }

  /* line 29985, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-50--lg {
    margin-left: 3.57143rem !important;
  }

  /* line 29987, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-50--lg {
    margin-left: -3.57143rem !important;
  }

  /* line 29989, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-1--lg {
    margin-right: 0.07143rem !important;
  }

  /* line 29991, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-1--lg {
    margin-right: -0.07143rem !important;
  }

  /* line 29993, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-2--lg {
    margin-right: 0.14286rem !important;
  }

  /* line 29995, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-2--lg {
    margin-right: -0.14286rem !important;
  }

  /* line 29997, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-3--lg {
    margin-right: 0.21429rem !important;
  }

  /* line 29999, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-3--lg {
    margin-right: -0.21429rem !important;
  }

  /* line 30001, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-4--lg {
    margin-right: 0.28571rem !important;
  }

  /* line 30003, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-4--lg {
    margin-right: -0.28571rem !important;
  }

  /* line 30005, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-5--lg {
    margin-right: 0.35714rem !important;
  }

  /* line 30007, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-5--lg {
    margin-right: -0.35714rem !important;
  }

  /* line 30009, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-6--lg {
    margin-right: 0.42857rem !important;
  }

  /* line 30011, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-6--lg {
    margin-right: -0.42857rem !important;
  }

  /* line 30013, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-7--lg {
    margin-right: 0.5rem !important;
  }

  /* line 30015, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-7--lg {
    margin-right: -0.5rem !important;
  }

  /* line 30017, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-8--lg {
    margin-right: 0.57143rem !important;
  }

  /* line 30019, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-8--lg {
    margin-right: -0.57143rem !important;
  }

  /* line 30021, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-9--lg {
    margin-right: 0.64286rem !important;
  }

  /* line 30023, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-9--lg {
    margin-right: -0.64286rem !important;
  }

  /* line 30025, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-10--lg {
    margin-right: 0.71429rem !important;
  }

  /* line 30027, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-10--lg {
    margin-right: -0.71429rem !important;
  }

  /* line 30029, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-5--lg {
    margin-right: 0.35714rem !important;
  }

  /* line 30031, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-10--lg {
    margin-right: 0.71429rem !important;
  }

  /* line 30033, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-15--lg {
    margin-right: 1.07143rem !important;
  }

  /* line 30035, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-20--lg {
    margin-right: 1.42857rem !important;
  }

  /* line 30037, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-25--lg {
    margin-right: 1.78571rem !important;
  }

  /* line 30039, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-30--lg {
    margin-right: 2.14286rem !important;
  }

  /* line 30041, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-35--lg {
    margin-right: 2.5rem !important;
  }

  /* line 30043, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-40--lg {
    margin-right: 2.85714rem !important;
  }

  /* line 30045, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-45--lg {
    margin-right: 3.21429rem !important;
  }

  /* line 30047, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-50--lg {
    margin-right: 3.57143rem !important;
  }
}
/* Margin Spaces (xl)
------------------------------------*/
/* P */
@media (min-width: 1200px) {
  /* line 30054, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ma-0--xl {
    margin: 0 !important;
  }

  /* line 30056, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-0--xl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 30059, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-0--xl {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* line 30062, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-0--xl {
    margin-left: 0 !important;
  }

  /* line 30064, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-0--xl {
    margin-right: 0 !important;
  }

  /* line 30066, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-0--xl {
    margin-top: 0 !important;
  }

  /* line 30068, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-0--xl {
    margin-bottom: 0 !important;
  }

  /* line 30070, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-1--xl {
    margin-left: 0.07143rem !important;
    margin-right: 0.07143rem !important;
  }

  /* line 30073, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-2--xl {
    margin-left: 0.14286rem !important;
    margin-right: 0.14286rem !important;
  }

  /* line 30076, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-3--xl {
    margin-left: 0.21429rem !important;
    margin-right: 0.21429rem !important;
  }

  /* line 30079, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-4--xl {
    margin-left: 0.28571rem !important;
    margin-right: 0.28571rem !important;
  }

  /* line 30082, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-5--xl {
    margin-left: 0.35714rem !important;
    margin-right: 0.35714rem !important;
  }

  /* line 30085, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-6--xl {
    margin-left: 0.42857rem !important;
    margin-right: 0.42857rem !important;
  }

  /* line 30088, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-7--xl {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  /* line 30091, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-8--xl {
    margin-left: 0.57143rem !important;
    margin-right: 0.57143rem !important;
  }

  /* line 30094, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-9--xl {
    margin-left: 0.64286rem !important;
    margin-right: 0.64286rem !important;
  }

  /* line 30097, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-10--xl {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 30100, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-10--xl {
    margin-left: 0.71429rem !important;
    margin-right: 0.71429rem !important;
  }

  /* line 30103, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-15--xl {
    margin-left: 1.07143rem !important;
    margin-right: 1.07143rem !important;
  }

  /* line 30106, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-20--xl {
    margin-left: 1.42857rem !important;
    margin-right: 1.42857rem !important;
  }

  /* line 30109, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-25--xl {
    margin-left: 1.78571rem !important;
    margin-right: 1.78571rem !important;
  }

  /* line 30112, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-30--xl {
    margin-left: 2.14286rem !important;
    margin-right: 2.14286rem !important;
  }

  /* line 30115, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-35--xl {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  /* line 30118, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-40--xl {
    margin-left: 2.85714rem !important;
    margin-right: 2.85714rem !important;
  }

  /* line 30121, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-45--xl {
    margin-left: 3.21429rem !important;
    margin-right: 3.21429rem !important;
  }

  /* line 30124, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-50--xl {
    margin-left: 3.57143rem !important;
    margin-right: 3.57143rem !important;
  }

  /* line 30127, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-55--xl {
    margin-left: 3.92857rem !important;
    margin-right: 3.92857rem !important;
  }

  /* line 30130, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-60--xl {
    margin-left: 4.28571rem !important;
    margin-right: 4.28571rem !important;
  }

  /* line 30133, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-65--xl {
    margin-left: 4.64286rem !important;
    margin-right: 4.64286rem !important;
  }

  /* line 30136, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-70--xl {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  /* line 30139, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-75--xl {
    margin-left: 5.35714rem !important;
    margin-right: 5.35714rem !important;
  }

  /* line 30142, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-80--xl {
    margin-left: 5.71429rem !important;
    margin-right: 5.71429rem !important;
  }

  /* line 30145, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-85--xl {
    margin-left: 6.07143rem !important;
    margin-right: 6.07143rem !important;
  }

  /* line 30148, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-90--xl {
    margin-left: 6.42857rem !important;
    margin-right: 6.42857rem !important;
  }

  /* line 30151, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-95--xl {
    margin-left: 6.78571rem !important;
    margin-right: 6.78571rem !important;
  }

  /* line 30154, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-100--xl {
    margin-left: 7.14286rem !important;
    margin-right: 7.14286rem !important;
  }

  /* line 30157, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-1--xl {
    margin-top: 0.07143rem !important;
    margin-bottom: 0.07143rem !important;
  }

  /* line 30160, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-2--xl {
    margin-top: 0.14286rem !important;
    margin-bottom: 0.14286rem !important;
  }

  /* line 30163, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-3--xl {
    margin-top: 0.21429rem !important;
    margin-bottom: 0.21429rem !important;
  }

  /* line 30166, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-4--xl {
    margin-top: 0.28571rem !important;
    margin-bottom: 0.28571rem !important;
  }

  /* line 30169, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-5--xl {
    margin-top: 0.35714rem !important;
    margin-bottom: 0.35714rem !important;
  }

  /* line 30172, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-6--xl {
    margin-top: 0.42857rem !important;
    margin-bottom: 0.42857rem !important;
  }

  /* line 30175, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-7--xl {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  /* line 30178, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-8--xl {
    margin-top: 0.57143rem !important;
    margin-bottom: 0.57143rem !important;
  }

  /* line 30181, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-9--xl {
    margin-top: 0.64286rem !important;
    margin-bottom: 0.64286rem !important;
  }

  /* line 30184, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-10--xl {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 30187, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-10--xl {
    margin-top: 0.71429rem !important;
    margin-bottom: 0.71429rem !important;
  }

  /* line 30190, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-15--xl {
    margin-top: 1.07143rem !important;
    margin-bottom: 1.07143rem !important;
  }

  /* line 30193, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-20--xl {
    margin-top: 1.42857rem !important;
    margin-bottom: 1.42857rem !important;
  }

  /* line 30196, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-25--xl {
    margin-top: 1.78571rem !important;
    margin-bottom: 1.78571rem !important;
  }

  /* line 30199, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-30--xl {
    margin-top: 2.14286rem !important;
    margin-bottom: 2.14286rem !important;
  }

  /* line 30202, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-35--xl {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  /* line 30205, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-40--xl {
    margin-top: 2.85714rem !important;
    margin-bottom: 2.85714rem !important;
  }

  /* line 30208, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-45--xl {
    margin-top: 3.21429rem !important;
    margin-bottom: 3.21429rem !important;
  }

  /* line 30211, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-50--xl {
    margin-top: 3.57143rem !important;
    margin-bottom: 3.57143rem !important;
  }

  /* line 30214, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-55--xl {
    margin-top: 3.92857rem !important;
    margin-bottom: 3.92857rem !important;
  }

  /* line 30217, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-60--xl {
    margin-top: 4.28571rem !important;
    margin-bottom: 4.28571rem !important;
  }

  /* line 30220, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-65--xl {
    margin-top: 4.64286rem !important;
    margin-bottom: 4.64286rem !important;
  }

  /* line 30223, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-70--xl {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  /* line 30226, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-75--xl {
    margin-top: 5.35714rem !important;
    margin-bottom: 5.35714rem !important;
  }

  /* line 30229, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-80--xl {
    margin-top: 5.71429rem !important;
    margin-bottom: 5.71429rem !important;
  }

  /* line 30232, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-85--xl {
    margin-top: 6.07143rem !important;
    margin-bottom: 6.07143rem !important;
  }

  /* line 30235, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-90--xl {
    margin-top: 6.42857rem !important;
    margin-bottom: 6.42857rem !important;
  }

  /* line 30238, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-95--xl {
    margin-top: 6.78571rem !important;
    margin-bottom: 6.78571rem !important;
  }

  /* line 30241, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-100--xl {
    margin-top: 7.14286rem !important;
    margin-bottom: 7.14286rem !important;
  }

  /* line 30244, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-1--xl {
    margin-top: 0.07143rem !important;
  }

  /* line 30246, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-1--xl {
    margin-top: -0.07143rem !important;
  }

  /* line 30248, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-2--xl {
    margin-top: 0.14286rem !important;
  }

  /* line 30250, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-2--xl {
    margin-top: -0.14286rem !important;
  }

  /* line 30252, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-3--xl {
    margin-top: 0.21429rem !important;
  }

  /* line 30254, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-3--xl {
    margin-top: -0.21429rem !important;
  }

  /* line 30256, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-4--xl {
    margin-top: 0.28571rem !important;
  }

  /* line 30258, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-4--xl {
    margin-top: -0.28571rem !important;
  }

  /* line 30260, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-5--xl {
    margin-top: 0.35714rem !important;
  }

  /* line 30262, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-5--xl {
    margin-top: -0.35714rem !important;
  }

  /* line 30264, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-6--xl {
    margin-top: 0.42857rem !important;
  }

  /* line 30266, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-6--xl {
    margin-top: -0.42857rem !important;
  }

  /* line 30268, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-7--xl {
    margin-top: 0.5rem !important;
  }

  /* line 30270, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-7--xl {
    margin-top: -0.5rem !important;
  }

  /* line 30272, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-8--xl {
    margin-top: 0.57143rem !important;
  }

  /* line 30274, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-8--xl {
    margin-top: -0.57143rem !important;
  }

  /* line 30276, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-9--xl {
    margin-top: 0.64286rem !important;
  }

  /* line 30278, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-9--xl {
    margin-top: -0.64286rem !important;
  }

  /* line 30280, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-10--xl {
    margin-top: 0.71429rem !important;
  }

  /* line 30282, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-10--xl {
    margin-top: -0.71429rem !important;
  }

  /* line 30284, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-11--xl {
    margin-top: 0.78571rem !important;
  }

  /* line 30286, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-11--xl {
    margin-top: -0.78571rem !important;
  }

  /* line 30288, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-12--xl {
    margin-top: 0.85714rem !important;
  }

  /* line 30290, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-12--xl {
    margin-top: -0.85714rem !important;
  }

  /* line 30292, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-13--xl {
    margin-top: 0.92857rem !important;
  }

  /* line 30294, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-13--xl {
    margin-top: -0.92857rem !important;
  }

  /* line 30296, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-14--xl {
    margin-top: 1rem !important;
  }

  /* line 30298, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-14--xl {
    margin-top: -1rem !important;
  }

  /* line 30300, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-15--xl {
    margin-top: 1.07143rem !important;
  }

  /* line 30302, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-15--xl {
    margin-top: -1.07143rem !important;
  }

  /* line 30304, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-16--xl {
    margin-top: 1.14286rem !important;
  }

  /* line 30306, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-16--xl {
    margin-top: -1.14286rem !important;
  }

  /* line 30308, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-17--xl {
    margin-top: 1.21429rem !important;
  }

  /* line 30310, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-17--xl {
    margin-top: -1.21429rem !important;
  }

  /* line 30312, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-18--xl {
    margin-top: 1.28571rem !important;
  }

  /* line 30314, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-18--xl {
    margin-top: -1.28571rem !important;
  }

  /* line 30316, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-19--xl {
    margin-top: 1.35714rem !important;
  }

  /* line 30318, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-19--xl {
    margin-top: -1.35714rem !important;
  }

  /* line 30320, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-20--xl {
    margin-top: 1.42857rem !important;
  }

  /* line 30322, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-20--xl {
    margin-top: -1.42857rem !important;
  }

  /* line 30324, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-10--xl {
    margin-top: 0.71429rem !important;
  }

  /* line 30326, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-10--xl {
    margin-top: -0.71429rem !important;
  }

  /* line 30328, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-15--xl {
    margin-top: 1.07143rem !important;
  }

  /* line 30330, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-15--xl {
    margin-top: -1.07143rem !important;
  }

  /* line 30332, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-20--xl {
    margin-top: 1.42857rem !important;
  }

  /* line 30334, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-20--xl {
    margin-top: -1.42857rem !important;
  }

  /* line 30336, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-25--xl {
    margin-top: 1.78571rem !important;
  }

  /* line 30338, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-25--xl {
    margin-top: -1.78571rem !important;
  }

  /* line 30340, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-30--xl {
    margin-top: 2.14286rem !important;
  }

  /* line 30342, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-30--xl {
    margin-top: -2.14286rem !important;
  }

  /* line 30344, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-35--xl {
    margin-top: 2.5rem !important;
  }

  /* line 30346, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-35--xl {
    margin-top: -2.5rem !important;
  }

  /* line 30348, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-40--xl {
    margin-top: 2.85714rem !important;
  }

  /* line 30350, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-40--xl {
    margin-top: -2.85714rem !important;
  }

  /* line 30352, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-45--xl {
    margin-top: 3.21429rem !important;
  }

  /* line 30354, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-45--xl {
    margin-top: -3.21429rem !important;
  }

  /* line 30356, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-50--xl {
    margin-top: 3.57143rem !important;
  }

  /* line 30358, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-50--xl {
    margin-top: -3.57143rem !important;
  }

  /* line 30360, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-55--xl {
    margin-top: 3.92857rem !important;
  }

  /* line 30362, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-55--xl {
    margin-top: -3.92857rem !important;
  }

  /* line 30364, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-60--xl {
    margin-top: 4.28571rem !important;
  }

  /* line 30366, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-60--xl {
    margin-top: -4.28571rem !important;
  }

  /* line 30368, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-65--xl {
    margin-top: 4.64286rem !important;
  }

  /* line 30370, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-65--xl {
    margin-top: -4.64286rem !important;
  }

  /* line 30372, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-70--xl {
    margin-top: 5rem !important;
  }

  /* line 30374, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-70--xl {
    margin-top: -5rem !important;
  }

  /* line 30376, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-75--xl {
    margin-top: 5.35714rem !important;
  }

  /* line 30378, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-75--xl {
    margin-top: -5.35714rem !important;
  }

  /* line 30380, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-80--xl {
    margin-top: 5.71429rem !important;
  }

  /* line 30382, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-80--xl {
    margin-top: -5.71429rem !important;
  }

  /* line 30384, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-85--xl {
    margin-top: 6.07143rem !important;
  }

  /* line 30386, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-85--xl {
    margin-top: -6.07143rem !important;
  }

  /* line 30388, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-90--xl {
    margin-top: 6.42857rem !important;
  }

  /* line 30390, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-90--xl {
    margin-top: -6.42857rem !important;
  }

  /* line 30392, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-95--xl {
    margin-top: 6.78571rem !important;
  }

  /* line 30394, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-95--xl {
    margin-top: -6.78571rem !important;
  }

  /* line 30396, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-100--xl {
    margin-top: 7.14286rem !important;
  }

  /* line 30398, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-100--xl {
    margin-top: -7.14286rem !important;
  }

  /* line 30400, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-105--xl {
    margin-top: 7.5rem !important;
  }

  /* line 30402, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-105--xl {
    margin-top: -7.5rem !important;
  }

  /* line 30404, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-110--xl {
    margin-top: 7.85714rem !important;
  }

  /* line 30406, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-110--xl {
    margin-top: -7.85714rem !important;
  }

  /* line 30408, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-115--xl {
    margin-top: 8.21429rem !important;
  }

  /* line 30410, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-115--xl {
    margin-top: -8.21429rem !important;
  }

  /* line 30412, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-120--xl {
    margin-top: 8.57143rem !important;
  }

  /* line 30414, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-120--xl {
    margin-top: -8.57143rem !important;
  }

  /* line 30416, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-125--xl {
    margin-top: 8.92857rem !important;
  }

  /* line 30418, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-125--xl {
    margin-top: -8.92857rem !important;
  }

  /* line 30420, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-130--xl {
    margin-top: 9.28571rem !important;
  }

  /* line 30422, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-130--xl {
    margin-top: -9.28571rem !important;
  }

  /* line 30424, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-135--xl {
    margin-top: 9.64286rem !important;
  }

  /* line 30426, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-135--xl {
    margin-top: -9.64286rem !important;
  }

  /* line 30428, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-140--xl {
    margin-top: 10rem !important;
  }

  /* line 30430, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-140--xl {
    margin-top: -10rem !important;
  }

  /* line 30432, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-145--xl {
    margin-top: 10.35714rem !important;
  }

  /* line 30434, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-145--xl {
    margin-top: -10.35714rem !important;
  }

  /* line 30436, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-150--xl {
    margin-top: 10.71429rem !important;
  }

  /* line 30438, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-150--xl {
    margin-top: -10.71429rem !important;
  }

  /* line 30440, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-155--xl {
    margin-top: 11.07143rem !important;
  }

  /* line 30442, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-155--xl {
    margin-top: -11.07143rem !important;
  }

  /* line 30444, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-160--xl {
    margin-top: 11.42857rem !important;
  }

  /* line 30446, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-160--xl {
    margin-top: -11.42857rem !important;
  }

  /* line 30448, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-165--xl {
    margin-top: 11.78571rem !important;
  }

  /* line 30450, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-165--xl {
    margin-top: -11.78571rem !important;
  }

  /* line 30452, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-170--xl {
    margin-top: 12.14286rem !important;
  }

  /* line 30454, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mt-minus-170--xl {
    margin-top: -12.14286rem !important;
  }

  /* line 30456, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-1--xl {
    margin-bottom: 0.07143rem !important;
  }

  /* line 30458, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-1--xl {
    margin-bottom: -0.07143rem !important;
  }

  /* line 30460, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-2--xl {
    margin-bottom: 0.14286rem !important;
  }

  /* line 30462, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-2--xl {
    margin-bottom: -0.14286rem !important;
  }

  /* line 30464, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-3--xl {
    margin-bottom: 0.21429rem !important;
  }

  /* line 30466, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-3--xl {
    margin-bottom: -0.21429rem !important;
  }

  /* line 30468, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-4--xl {
    margin-bottom: 0.28571rem !important;
  }

  /* line 30470, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-4--xl {
    margin-bottom: -0.28571rem !important;
  }

  /* line 30472, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-5--xl {
    margin-bottom: 0.35714rem !important;
  }

  /* line 30474, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-5--xl {
    margin-bottom: -0.35714rem !important;
  }

  /* line 30476, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-6--xl {
    margin-bottom: 0.42857rem !important;
  }

  /* line 30478, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-6--xl {
    margin-bottom: -0.42857rem !important;
  }

  /* line 30480, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-7--xl {
    margin-bottom: 0.5rem !important;
  }

  /* line 30482, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-7--xl {
    margin-bottom: -0.5rem !important;
  }

  /* line 30484, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-8--xl {
    margin-bottom: 0.57143rem !important;
  }

  /* line 30486, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-8--xl {
    margin-bottom: -0.57143rem !important;
  }

  /* line 30488, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-9--xl {
    margin-bottom: 0.64286rem !important;
  }

  /* line 30490, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-9--xl {
    margin-bottom: -0.64286rem !important;
  }

  /* line 30492, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-10--xl {
    margin-bottom: 0.71429rem !important;
  }

  /* line 30494, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-10--xl {
    margin-bottom: -0.71429rem !important;
  }

  /* line 30496, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-11--xl {
    margin-bottom: 0.78571rem !important;
  }

  /* line 30498, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-11--xl {
    margin-bottom: -0.78571rem !important;
  }

  /* line 30500, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-12--xl {
    margin-bottom: 0.85714rem !important;
  }

  /* line 30502, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-12--xl {
    margin-bottom: -0.85714rem !important;
  }

  /* line 30504, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-13--xl {
    margin-bottom: 0.92857rem !important;
  }

  /* line 30506, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-13--xl {
    margin-bottom: -0.92857rem !important;
  }

  /* line 30508, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-14--xl {
    margin-bottom: 1rem !important;
  }

  /* line 30510, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-14--xl {
    margin-bottom: -1rem !important;
  }

  /* line 30512, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-15--xl {
    margin-bottom: 1.07143rem !important;
  }

  /* line 30514, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-15--xl {
    margin-bottom: -1.07143rem !important;
  }

  /* line 30516, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-16--xl {
    margin-bottom: 1.14286rem !important;
  }

  /* line 30518, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-16--xl {
    margin-bottom: -1.14286rem !important;
  }

  /* line 30520, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-17--xl {
    margin-bottom: 1.21429rem !important;
  }

  /* line 30522, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-17--xl {
    margin-bottom: -1.21429rem !important;
  }

  /* line 30524, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-18--xl {
    margin-bottom: 1.28571rem !important;
  }

  /* line 30526, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-18--xl {
    margin-bottom: -1.28571rem !important;
  }

  /* line 30528, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-19--xl {
    margin-bottom: 1.35714rem !important;
  }

  /* line 30530, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-19--xl {
    margin-bottom: -1.35714rem !important;
  }

  /* line 30532, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-20--xl {
    margin-bottom: 1.42857rem !important;
  }

  /* line 30534, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-minus-20--xl {
    margin-bottom: -1.42857rem !important;
  }

  /* line 30536, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-10--xl {
    margin-bottom: 0.71429rem !important;
  }

  /* line 30538, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-15--xl {
    margin-bottom: 1.07143rem !important;
  }

  /* line 30540, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-20--xl {
    margin-bottom: 1.42857rem !important;
  }

  /* line 30542, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-25--xl {
    margin-bottom: 1.78571rem !important;
  }

  /* line 30544, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-30--xl {
    margin-bottom: 2.14286rem !important;
  }

  /* line 30546, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-35--xl {
    margin-bottom: 2.5rem !important;
  }

  /* line 30548, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-40--xl {
    margin-bottom: 2.85714rem !important;
  }

  /* line 30550, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-45--xl {
    margin-bottom: 3.21429rem !important;
  }

  /* line 30552, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-50--xl {
    margin-bottom: 3.57143rem !important;
  }

  /* line 30554, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-55--xl {
    margin-bottom: 3.92857rem !important;
  }

  /* line 30556, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-60--xl {
    margin-bottom: 4.28571rem !important;
  }

  /* line 30558, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-65--xl {
    margin-bottom: 4.64286rem !important;
  }

  /* line 30560, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-70--xl {
    margin-bottom: 5rem !important;
  }

  /* line 30562, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-75--xl {
    margin-bottom: 5.35714rem !important;
  }

  /* line 30564, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-80--xl {
    margin-bottom: 5.71429rem !important;
  }

  /* line 30566, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-85--xl {
    margin-bottom: 6.07143rem !important;
  }

  /* line 30568, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-90--xl {
    margin-bottom: 6.42857rem !important;
  }

  /* line 30570, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-95--xl {
    margin-bottom: 6.78571rem !important;
  }

  /* line 30572, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-100--xl {
    margin-bottom: 7.14286rem !important;
  }

  /* line 30574, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-105--xl {
    margin-bottom: 7.5rem !important;
  }

  /* line 30576, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-110--xl {
    margin-bottom: 7.85714rem !important;
  }

  /* line 30578, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-115--xl {
    margin-bottom: 8.21429rem !important;
  }

  /* line 30580, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-120--xl {
    margin-bottom: 8.57143rem !important;
  }

  /* line 30582, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-125--xl {
    margin-bottom: 8.92857rem !important;
  }

  /* line 30584, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-130--xl {
    margin-bottom: 9.28571rem !important;
  }

  /* line 30586, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-135--xl {
    margin-bottom: 9.64286rem !important;
  }

  /* line 30588, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-140--xl {
    margin-bottom: 10rem !important;
  }

  /* line 30590, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-145--xl {
    margin-bottom: 10.35714rem !important;
  }

  /* line 30592, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-150--xl {
    margin-bottom: 10.71429rem !important;
  }

  /* line 30594, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-155--xl {
    margin-bottom: 11.07143rem !important;
  }

  /* line 30596, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-160--xl {
    margin-bottom: 11.42857rem !important;
  }

  /* line 30598, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-165--xl {
    margin-bottom: 11.78571rem !important;
  }

  /* line 30600, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-170--xl {
    margin-bottom: 12.14286rem !important;
  }

  /* line 30602, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-1--xl {
    margin-left: 0.07143rem !important;
  }

  /* line 30604, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-1--xl {
    margin-left: -0.07143rem !important;
  }

  /* line 30606, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-2--xl {
    margin-left: 0.14286rem !important;
  }

  /* line 30608, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-2--xl {
    margin-left: -0.14286rem !important;
  }

  /* line 30610, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-3--xl {
    margin-left: 0.21429rem !important;
  }

  /* line 30612, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-3--xl {
    margin-left: -0.21429rem !important;
  }

  /* line 30614, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-4--xl {
    margin-left: 0.28571rem !important;
  }

  /* line 30616, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-4--xl {
    margin-left: -0.28571rem !important;
  }

  /* line 30618, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-5--xl {
    margin-left: 0.35714rem !important;
  }

  /* line 30620, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-5--xl {
    margin-left: -0.35714rem !important;
  }

  /* line 30622, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-6--xl {
    margin-left: 0.42857rem !important;
  }

  /* line 30624, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-6--xl {
    margin-left: -0.42857rem !important;
  }

  /* line 30626, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-7--xl {
    margin-left: 0.5rem !important;
  }

  /* line 30628, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-7--xl {
    margin-left: -0.5rem !important;
  }

  /* line 30630, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-8--xl {
    margin-left: 0.57143rem !important;
  }

  /* line 30632, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-8--xl {
    margin-left: -0.57143rem !important;
  }

  /* line 30634, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-9--xl {
    margin-left: 0.64286rem !important;
  }

  /* line 30636, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-9--xl {
    margin-left: -0.64286rem !important;
  }

  /* line 30638, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-10--xl {
    margin-left: 0.71429rem !important;
  }

  /* line 30640, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-10--xl {
    margin-left: -0.71429rem !important;
  }

  /* line 30642, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-5--xl {
    margin-left: 0.35714rem !important;
  }

  /* line 30644, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-5--xl {
    margin-left: -0.35714rem !important;
  }

  /* line 30646, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-10--xl {
    margin-left: 0.71429rem !important;
  }

  /* line 30648, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-10--xl {
    margin-left: -0.71429rem !important;
  }

  /* line 30650, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-15--xl {
    margin-left: 1.07143rem !important;
  }

  /* line 30652, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-15--xl {
    margin-left: -1.07143rem !important;
  }

  /* line 30654, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-20--xl {
    margin-left: 1.42857rem !important;
  }

  /* line 30656, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-20--xl {
    margin-left: -1.42857rem !important;
  }

  /* line 30658, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-25--xl {
    margin-left: 1.78571rem !important;
  }

  /* line 30660, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-25--xl {
    margin-left: -1.78571rem !important;
  }

  /* line 30662, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-30--xl {
    margin-left: 2.14286rem !important;
  }

  /* line 30664, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-30--xl {
    margin-left: -2.14286rem !important;
  }

  /* line 30666, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-35--xl {
    margin-left: 2.5rem !important;
  }

  /* line 30668, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-35--xl {
    margin-left: -2.5rem !important;
  }

  /* line 30670, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-40--xl {
    margin-left: 2.85714rem !important;
  }

  /* line 30672, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-40--xl {
    margin-left: -2.85714rem !important;
  }

  /* line 30674, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-45--xl {
    margin-left: 3.21429rem !important;
  }

  /* line 30676, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-45--xl {
    margin-left: -3.21429rem !important;
  }

  /* line 30678, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-50--xl {
    margin-left: 3.57143rem !important;
  }

  /* line 30680, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-50--xl {
    margin-left: -3.57143rem !important;
  }

  /* line 30682, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-1--xl {
    margin-right: 0.07143rem !important;
  }

  /* line 30684, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-1--xl {
    margin-right: -0.07143rem !important;
  }

  /* line 30686, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-2--xl {
    margin-right: 0.14286rem !important;
  }

  /* line 30688, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-2--xl {
    margin-right: -0.14286rem !important;
  }

  /* line 30690, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-3--xl {
    margin-right: 0.21429rem !important;
  }

  /* line 30692, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-3--xl {
    margin-right: -0.21429rem !important;
  }

  /* line 30694, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-4--xl {
    margin-right: 0.28571rem !important;
  }

  /* line 30696, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-4--xl {
    margin-right: -0.28571rem !important;
  }

  /* line 30698, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-5--xl {
    margin-right: 0.35714rem !important;
  }

  /* line 30700, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-5--xl {
    margin-right: -0.35714rem !important;
  }

  /* line 30702, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-6--xl {
    margin-right: 0.42857rem !important;
  }

  /* line 30704, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-6--xl {
    margin-right: -0.42857rem !important;
  }

  /* line 30706, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-7--xl {
    margin-right: 0.5rem !important;
  }

  /* line 30708, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-7--xl {
    margin-right: -0.5rem !important;
  }

  /* line 30710, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-8--xl {
    margin-right: 0.57143rem !important;
  }

  /* line 30712, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-8--xl {
    margin-right: -0.57143rem !important;
  }

  /* line 30714, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-9--xl {
    margin-right: 0.64286rem !important;
  }

  /* line 30716, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-9--xl {
    margin-right: -0.64286rem !important;
  }

  /* line 30718, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-10--xl {
    margin-right: 0.71429rem !important;
  }

  /* line 30720, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-10--xl {
    margin-right: -0.71429rem !important;
  }

  /* line 30722, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-5--xl {
    margin-right: 0.35714rem !important;
  }

  /* line 30724, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-10--xl {
    margin-right: 0.71429rem !important;
  }

  /* line 30726, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-15--xl {
    margin-right: 1.07143rem !important;
  }

  /* line 30728, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-20--xl {
    margin-right: 1.42857rem !important;
  }

  /* line 30730, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-25--xl {
    margin-right: 1.78571rem !important;
  }

  /* line 30732, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-30--xl {
    margin-right: 2.14286rem !important;
  }

  /* line 30734, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-35--xl {
    margin-right: 2.5rem !important;
  }

  /* line 30736, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-40--xl {
    margin-right: 2.85714rem !important;
  }

  /* line 30738, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-45--xl {
    margin-right: 3.21429rem !important;
  }

  /* line 30740, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-50--xl {
    margin-right: 3.57143rem !important;
  }
}
/* Margins Around
------------------------------------*/
/* line 30745, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ma-1 {
  margin: 0.07143rem !important;
}

/* line 30748, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ma-3 {
  margin: 0.21429rem !important;
}

/* line 30751, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ma-5 {
  margin: 0.35714rem !important;
}

/* line 30754, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ma-10 {
  margin: 0.71429rem !important;
}

/* line 30757, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ma-20 {
  margin: 1.42857rem !important;
}

/* line 30760, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ma-minus-1 {
  margin: -0.07143rem !important;
}

/* Minus Margins
------------------------------------*/
/* Minus Margin Top */
/* line 30766, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mt-minus-1 {
  margin-top: -0.07143rem;
}

/* line 30769, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mt-minus-20 {
  margin-top: -1.42857rem;
}

/* line 30772, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mt-minus-25 {
  margin-top: -1.78571rem;
}

/* line 30775, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mt-minus-30 {
  margin-top: -2.14286rem;
}

/* line 30778, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mt-minus-40 {
  margin-top: -2.85714rem;
}

/* line 30781, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mt-minus-70 {
  margin-top: -5rem;
}

/* line 30784, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mt-minus-120 {
  margin-top: -8.57143rem;
}

/* line 30787, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mt-minus-200 {
  margin-top: -14.28571rem;
}

/* line 30790, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mt-minus-300 {
  margin-top: -21.42857rem;
}

/* Minus Margin Bottom */
/* line 30794, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mb-minus-70 {
  margin-bottom: -5rem;
}

/* Minus Margin Left */
/* line 30798, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-minus-20 {
  margin-left: -1.42857rem;
}

/* line 30801, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-minus-35 {
  margin-left: -2.5rem;
}

/* line 30804, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-minus-55 {
  margin-left: -3.92857rem;
}

/* line 30807, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-minus-25 {
  margin-left: -1.78571rem;
}

/* line 30810, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-minus-82 {
  margin-left: -5.85714rem;
}

/* line 30813, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-minus-90 {
  margin-left: -6.42857rem;
}

/* line 30816, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-minus-100 {
  margin-left: -7.14286rem;
}

/* line 30819, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-minus-118 {
  margin-left: -8.42857rem;
}

/* line 30822, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-minus-142 {
  margin-left: -10.14286rem;
}

/* Minus Margin Right */
/* line 30826, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mr-minus-50 {
  margin-right: -3.57143rem;
}

/* line 30829, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mr-minus-100 {
  margin-right: -7.14286rem;
}

/* Margin Left and Right */
/* line 30833, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mx-minus-1 {
  margin-left: -0.07143rem;
  margin-right: -0.07143rem;
}

/* line 30837, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mx-minus-2 {
  margin-left: -0.14286rem;
  margin-right: -0.14286rem;
}

/* line 30841, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mx-minus-4 {
  margin-left: -0.28571rem;
  margin-right: -0.28571rem;
}

/* line 30845, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mx-minus-5 {
  margin-left: -0.35714rem;
  margin-right: -0.35714rem;
}

/* line 30849, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mx-minus-15 {
  margin-left: -1.07143rem;
  margin-right: -1.07143rem;
}

/* line 30853, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mx-minus-25 {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem;
}

/* line 30857, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mx-minus-30 {
  margin-left: -2.14286rem;
  margin-right: -2.14286rem;
}

/* Custon Spaces
------------------------------------*/
/* Margin Top */
/* line 30864, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mt-10x {
  margin-top: 10%;
  /* O */
}

/* line 30868, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mt-21 {
  margin-top: 1.5rem;
}

/* line 30871, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mt-22 {
  margin-top: 1.57143rem;
}

/* line 30874, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mt-32 {
  margin-top: 2.28571rem !important;
}

/* line 30877, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mt-57 {
  margin-top: 4.07143rem !important;
}

/* line 30880, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mt-500 {
  margin-top: 35.71429rem;
}

/* Margin Bottom */
/* line 30884, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mb-23 {
  margin-bottom: 1.64286rem;
}

/* line 30887, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mb-28 {
  margin-bottom: 2rem;
}

/* line 30890, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mb-500 {
  margin-bottom: 35.71429rem;
}

/* Margin Left */
/* line 30894, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-10x {
  margin-left: 10%;
  /* O */
}

/* line 30898, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-12 {
  margin-left: 0.85714rem;
}

/* line 30901, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-13 {
  margin-left: 0.92857rem;
}

/* line 30904, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-20 {
  margin-left: 1.42857rem;
}

/* line 30907, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-25 {
  margin-left: 1.78571rem;
}

/* line 30910, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-35 {
  margin-left: 2.5rem;
}

/* line 30913, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-43 {
  margin-left: 3.07143rem;
}

/* line 30916, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-60 {
  margin-left: 4.28571rem;
}

/* line 30919, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-75 {
  margin-left: 5.35714rem;
}

/* line 30922, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-82 {
  margin-left: 5.85714rem;
}

/* line 30925, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-85 {
  margin-left: 6.07143rem;
}

/* line 30928, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-105 {
  margin-left: 7.5rem;
}

/* line 30931, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-118 {
  margin-left: 8.42857rem;
}

/* line 30934, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-ml-142 {
  margin-left: 10.14286rem;
}

/* Margin Right */
/* line 30938, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mr-12 {
  margin-right: 0.85714rem;
}

/* line 30941, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mr-60 {
  margin-right: 4.28571rem;
}

/* line 30944, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mr-63 {
  margin-right: 4.5rem;
}

/* line 30947, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mr-minus-10 {
  margin-right: -0.71429rem;
}

/* line 30950, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mr-minus-15 {
  margin-right: -1.07143rem;
}

/* line 30953, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mr-minus-30 {
  margin-right: -2.14286rem;
}

/* Margin Left and Right */
/* line 30957, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mx-minus-10 {
  margin-left: -0.71429rem;
  margin-right: -0.71429rem;
}

/* line 30961, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mx-minus-15 {
  margin-left: -1.07143rem;
  margin-right: -1.07143rem;
}

/* line 30965, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mx-minus-20 {
  margin-left: -1.42857rem;
  margin-right: -1.42857rem;
}

/* line 30969, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mx-minus-25 {
  margin-left: -1.78571rem;
  margin-right: -1.78571rem;
}

/* line 30973, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-mx-minus-30 {
  margin-left: -2.14286rem;
  margin-right: -2.14286rem;
}

/* Margin Top and Bottom */
/* line 30978, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-my-minus-1 {
  margin-top: -0.07143rem;
  margin-bottom: -0.07143rem;
}

/* line 30982, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-my-minus-2 {
  margin-top: -0.14286rem;
  margin-bottom: -0.14286rem;
}

/* line 30986, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-my-minus-10 {
  margin-top: -0.71429rem;
  margin-bottom: -0.71429rem;
}

/* line 30990, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-m-reset {
  margin: 0 !important;
}

@media (min-width: 576px) {
  /* line 30994, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-0--sm {
    margin-bottom: 0 !important;
  }

  /* line 30996, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-minus-10--sm {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }

  /* line 30999, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-minus-5--sm {
    margin-top: -0.35714rem;
    margin-bottom: -0.35714rem;
  }

  /* line 31002, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-minus-10--sm {
    margin-top: -0.71429rem;
    margin-bottom: -0.71429rem;
  }

  /* line 31005, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-minus-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* line 31008, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-my-minus-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 31013, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-12--md {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important;
  }

  /* line 31016, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-12--md {
    margin-left: 0.85714rem !important;
  }

  /* line 31018, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-12--md {
    margin-right: 0.85714rem !important;
  }

  /* line 31020, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-0--md {
    margin-bottom: 0 !important;
  }

  /* line 31022, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-1--md {
    margin-left: -0.07143rem;
  }

  /* line 31024, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-1--md {
    margin-right: -0.07143rem;
  }

  /* line 31026, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-9--md {
    margin-left: 0.64286rem !important;
  }

  /* line 31028, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-9--md {
    margin-right: 0.64286rem !important;
  }

  /* line 31030, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-82--md {
    margin-left: -5.85714rem !important;
  }

  /* line 31032, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-60--md {
    margin-right: 4.28571rem !important;
  }

  /* line 31034, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-63--md {
    margin-right: 4.5rem !important;
  }

  /* line 31036, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-85--md {
    margin-left: 6.07143rem !important;
  }

  /* line 31038, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-90--md {
    margin-left: -6.42857rem !important;
  }

  /* line 31040, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-m-reset--md {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  /* line 31044, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-12--lg {
    margin-left: 0.85714rem !important;
    margin-right: 0.85714rem !important;
  }

  /* line 31047, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mb-60--lg {
    margin-bottom: 4.28571rem !important;
  }

  /* line 31049, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-12--lg {
    margin-left: 0.85714rem !important;
  }

  /* line 31051, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-12--lg {
    margin-right: 0.85714rem !important;
  }

  /* line 31053, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-1--lg {
    margin-right: -0.07143rem;
  }

  /* line 31055, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mr-minus-100--lg {
    margin-right: -7.14286rem;
  }

  /* line 31057, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-100--lg {
    margin-left: -7.14286rem;
  }

  /* line 31059, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-100 {
    margin-left: -7.14286rem;
  }

  /* line 31061, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-minus-5--lg {
    margin-left: -0.35714rem;
    margin-right: -0.35714rem;
  }

  /* line 31064, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-minus-10--lg {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }

  /* line 31067, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-minus-15--lg {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
  }

  /* line 31070, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-minus-50--lg {
    margin-left: -3.57143rem;
  }

  /* line 31072, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-m-reset--lg {
    margin: 0 !important;
  }

  /* line 31074, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-ml-100--lg {
    margin-left: 7.14286rem;
  }
}
@media (min-width: 1200px) {
  /* line 31078, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-minus-10--xl {
    margin-left: -0.71429rem;
    margin-right: -0.71429rem;
  }

  /* line 31081, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-mx-minus-15--xl {
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
  }

  /* line 31084, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-m-reset--xl {
    margin: 0 !important;
  }
}
/*------------------------------------
  Margins Extended
------------------------------------*/
@media (min-width: 992px) {
  /* Margin Top */
  /* line 31092, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-1--lg--scrolling {
    margin-top: 0.07143rem !important;
  }

  /* line 31094, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-2--lg--scrolling {
    margin-top: 0.14286rem !important;
  }

  /* line 31096, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-3--lg--scrolling {
    margin-top: 0.21429rem !important;
  }

  /* line 31098, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-4--lg--scrolling {
    margin-top: 0.28571rem !important;
  }

  /* line 31100, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-5--lg--scrolling {
    margin-top: 0.35714rem !important;
  }

  /* line 31102, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-6--lg--scrolling {
    margin-top: 0.42857rem !important;
  }

  /* line 31104, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-7--lg--scrolling {
    margin-top: 0.5rem !important;
  }

  /* line 31106, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-8--lg--scrolling {
    margin-top: 0.57143rem !important;
  }

  /* line 31108, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-9--lg--scrolling {
    margin-top: 0.64286rem !important;
  }

  /* line 31110, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-10--lg--scrolling {
    margin-top: 0.71429rem !important;
  }

  /* line 31112, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-11--lg--scrolling {
    margin-top: 0.78571rem !important;
  }

  /* line 31114, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-12--lg--scrolling {
    margin-top: 0.85714rem !important;
  }

  /* line 31116, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-13--lg--scrolling {
    margin-top: 0.92857rem !important;
  }

  /* line 31118, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-14--lg--scrolling {
    margin-top: 1rem !important;
  }

  /* line 31120, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-15--lg--scrolling {
    margin-top: 1.07143rem !important;
  }

  /* line 31122, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-16--lg--scrolling {
    margin-top: 1.14286rem !important;
  }

  /* line 31124, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-17--lg--scrolling {
    margin-top: 1.21429rem !important;
  }

  /* line 31126, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-18--lg--scrolling {
    margin-top: 1.28571rem !important;
  }

  /* line 31128, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-19--lg--scrolling {
    margin-top: 1.35714rem !important;
  }

  /* line 31130, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-20--lg--scrolling {
    margin-top: 1.42857rem !important;
  }

  /* line 31132, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-21--lg--scrolling {
    margin-top: 1.5rem !important;
  }

  /* line 31134, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-22--lg--scrolling {
    margin-top: 1.57143rem !important;
  }

  /* line 31136, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-23--lg--scrolling {
    margin-top: 1.64286rem !important;
  }

  /* line 31138, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-24--lg--scrolling {
    margin-top: 1.71429rem !important;
  }

  /* line 31140, /home/app/webapp/app/assets/stylesheets/unify.css */
  .js-header-change-moment .g-mt-25--lg--scrolling {
    margin-top: 1.78571rem !important;
  }
}
/*------------------------------------
  Padding Spaces
------------------------------------*/
/* Padding Spaces (xs)
------------------------------------*/
@media (min-width: 0) {
  /* line 31149, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-0 {
    padding: 0 !important;
  }

  /* line 31151, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 31154, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 31157, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-0 {
    padding-left: 0 !important;
  }

  /* line 31159, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-0 {
    padding-right: 0 !important;
  }

  /* line 31161, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-0 {
    padding-top: 0 !important;
  }

  /* line 31163, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-0 {
    padding-bottom: 0 !important;
  }

  /* Padding Around */
  /* line 31166, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-2 {
    padding: 0.14286rem !important;
  }

  /* line 31168, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-3 {
    padding: 0.21429rem !important;
  }

  /* line 31170, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-5 {
    padding: 0.35714rem !important;
  }

  /* line 31172, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-7 {
    padding: 0.5rem !important;
  }

  /* line 31174, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-10 {
    padding: 0.71429rem !important;
  }

  /* line 31176, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-15 {
    padding: 1.07143rem !important;
  }

  /* line 31178, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-20 {
    padding: 1.42857rem !important;
  }

  /* line 31180, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-25 {
    padding: 1.78571rem !important;
  }

  /* line 31182, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-30 {
    padding: 2.14286rem !important;
  }

  /* line 31184, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-35 {
    padding: 2.5rem !important;
  }

  /* line 31186, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-40 {
    padding: 2.85714rem !important;
  }

  /* line 31188, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-45 {
    padding: 3.21429rem !important;
  }

  /* line 31190, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-50 {
    padding: 3.57143rem !important;
  }

  /* line 31192, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-55 {
    padding: 3.92857rem !important;
  }

  /* line 31194, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-60 {
    padding: 4.28571rem !important;
  }

  /* line 31196, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-65 {
    padding: 4.64286rem !important;
  }

  /* line 31198, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-70 {
    padding: 5rem !important;
  }

  /* line 31200, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-75 {
    padding: 5.35714rem !important;
  }

  /* line 31202, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-80 {
    padding: 5.71429rem !important;
  }

  /* line 31204, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-85 {
    padding: 6.07143rem !important;
  }

  /* line 31206, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-90 {
    padding: 6.42857rem !important;
  }

  /* line 31208, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-95 {
    padding: 6.78571rem !important;
  }

  /* line 31210, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-100 {
    padding: 7.14286rem !important;
  }

  /* line 31212, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-105 {
    padding: 7.5rem !important;
  }

  /* line 31214, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-110 {
    padding: 7.85714rem !important;
  }

  /* line 31216, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-115 {
    padding: 8.21429rem !important;
  }

  /* line 31218, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-120 {
    padding: 8.57143rem !important;
  }

  /* line 31220, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-125 {
    padding: 8.92857rem !important;
  }

  /* line 31222, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-130 {
    padding: 9.28571rem !important;
  }

  /* line 31224, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-135 {
    padding: 9.64286rem !important;
  }

  /* line 31226, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-140 {
    padding: 10rem !important;
  }

  /* line 31228, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-145 {
    padding: 10.35714rem !important;
  }

  /* line 31230, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-150 {
    padding: 10.71429rem !important;
  }

  /* Padding X */
  /* line 31233, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-1 {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }

  /* line 31236, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-2 {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }

  /* line 31239, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-3 {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }

  /* line 31242, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-4 {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }

  /* line 31245, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-5 {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }

  /* line 31248, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-6 {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }

  /* line 31251, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-7 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  /* line 31254, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-8 {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }

  /* line 31257, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-9 {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }

  /* line 31260, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-10 {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 31263, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-11 {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }

  /* line 31266, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-12 {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }

  /* line 31269, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-13 {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }

  /* line 31272, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-14 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* line 31275, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 31278, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-10 {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 31281, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-15 {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 31284, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-20 {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }

  /* line 31287, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-25 {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }

  /* line 31290, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-30 {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }

  /* line 31293, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-35 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  /* line 31296, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-40 {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }

  /* line 31299, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-45 {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }

  /* line 31302, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-50 {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }

  /* line 31305, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-55 {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }

  /* line 31308, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-60 {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }

  /* line 31311, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-65 {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }

  /* line 31314, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-70 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  /* line 31317, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-75 {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }

  /* line 31320, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-80 {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }

  /* line 31323, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-85 {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }

  /* line 31326, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-90 {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }

  /* line 31329, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-95 {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }

  /* line 31332, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-100 {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }

  /* line 31335, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-105 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  /* line 31338, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-110 {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }

  /* line 31341, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-115 {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }

  /* line 31344, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-120 {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }

  /* line 31347, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-125 {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }

  /* line 31350, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-130 {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }

  /* line 31353, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-135 {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }

  /* line 31356, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-140 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  /* line 31359, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-145 {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }

  /* line 31362, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-150 {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }

  /* Padding Y */
  /* line 31366, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-1 {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }

  /* line 31369, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-2 {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }

  /* line 31372, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-3 {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }

  /* line 31375, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-4 {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }

  /* line 31378, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-5 {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }

  /* line 31381, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-6 {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }

  /* line 31384, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-7 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 31387, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-8 {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }

  /* line 31390, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-9 {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }

  /* line 31393, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* line 31396, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-11 {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }

  /* line 31399, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-12 {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }

  /* line 31402, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-13 {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }

  /* line 31405, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-14 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 31408, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* line 31411, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-16 {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }

  /* line 31414, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-17 {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }

  /* line 31417, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-18 {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }

  /* line 31420, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-19 {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }

  /* P */
  /* line 31424, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-10 {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* P */
  /* line 31428, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-15 {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* P */
  /* line 31432, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-20 {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }

  /* P */
  /* line 31436, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-25 {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }

  /* P */
  /* line 31440, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-30 {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }

  /* P */
  /* line 31444, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-35 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* P */
  /* line 31448, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-40 {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }

  /* P */
  /* line 31452, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-45 {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }

  /* P */
  /* line 31456, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-50 {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }

  /* P */
  /* line 31460, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-55 {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }

  /* P */
  /* line 31464, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-60 {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }

  /* P */
  /* line 31468, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-65 {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }

  /* P */
  /* line 31472, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-70 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* P */
  /* line 31476, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-75 {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }

  /* P */
  /* line 31480, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-80 {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }

  /* P */
  /* line 31484, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-85 {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }

  /* P */
  /* line 31488, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-90 {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }

  /* P */
  /* line 31492, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-95 {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }

  /* P */
  /* line 31496, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-100 {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }

  /* P */
  /* line 31500, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-105 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* P */
  /* line 31504, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-110 {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }

  /* P */
  /* line 31508, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-115 {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }

  /* P */
  /* line 31512, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-120 {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }

  /* P */
  /* line 31516, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-125 {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }

  /* P */
  /* line 31520, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-130 {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }

  /* P */
  /* line 31524, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-135 {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }

  /* P */
  /* line 31528, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-140 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* P */
  /* line 31532, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-145 {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }

  /* P */
  /* line 31536, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-150 {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }

  /* P */
  /* line 31540, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-155 {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }

  /* P */
  /* line 31544, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-160 {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }

  /* P */
  /* line 31548, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-165 {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }

  /* P */
  /* line 31552, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-170 {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }

  /* P */
  /* line 31556, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-175 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* P */
  /* line 31560, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-180 {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }

  /* P */
  /* line 31564, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-185 {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }

  /* P */
  /* line 31568, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-190 {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }

  /* P */
  /* line 31572, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-195 {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }

  /* P */
  /* line 31576, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-200 {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }

  /* P */
  /* line 31580, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-205 {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }

  /* P */
  /* line 31584, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-210 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* Padding Top */
  /* line 31588, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-0 {
    padding-top: 0px !important;
  }

  /* line 31590, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-1 {
    padding-top: 0.07143rem !important;
  }

  /* line 31592, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-2 {
    padding-top: 0.14286rem !important;
  }

  /* line 31594, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-3 {
    padding-top: 0.21429rem !important;
  }

  /* line 31596, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-4 {
    padding-top: 0.28571rem !important;
  }

  /* line 31598, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-5 {
    padding-top: 0.35714rem !important;
  }

  /* line 31600, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-6 {
    padding-top: 0.42857rem !important;
  }

  /* line 31602, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-7 {
    padding-top: 0.5rem !important;
  }

  /* line 31604, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-8 {
    padding-top: 0.57143rem !important;
  }

  /* line 31606, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-9 {
    padding-top: 0.64286rem !important;
  }

  /* line 31608, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-10 {
    padding-top: 0.71429rem !important;
  }

  /* line 31610, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-15 {
    padding-top: 1.07143rem !important;
  }

  /* line 31612, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-20 {
    padding-top: 1.42857rem !important;
  }

  /* line 31614, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-25 {
    padding-top: 1.78571rem !important;
  }

  /* line 31616, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-30 {
    padding-top: 2.14286rem !important;
  }

  /* line 31618, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-35 {
    padding-top: 2.5rem !important;
  }

  /* line 31620, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-40 {
    padding-top: 2.85714rem !important;
  }

  /* line 31622, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-45 {
    padding-top: 3.21429rem !important;
  }

  /* line 31624, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-50 {
    padding-top: 3.57143rem !important;
  }

  /* line 31626, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-55 {
    padding-top: 3.92857rem !important;
  }

  /* line 31628, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-60 {
    padding-top: 4.28571rem !important;
  }

  /* line 31630, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-65 {
    padding-top: 4.64286rem !important;
  }

  /* line 31632, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-70 {
    padding-top: 5rem !important;
  }

  /* line 31634, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-75 {
    padding-top: 5.35714rem !important;
  }

  /* line 31636, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-80 {
    padding-top: 5.71429rem !important;
  }

  /* line 31638, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-85 {
    padding-top: 6.07143rem !important;
  }

  /* line 31640, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-90 {
    padding-top: 6.42857rem !important;
  }

  /* line 31642, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-95 {
    padding-top: 6.78571rem !important;
  }

  /* line 31644, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-100 {
    padding-top: 7.14286rem !important;
  }

  /* line 31646, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-105 {
    padding-top: 7.5rem !important;
  }

  /* line 31648, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-110 {
    padding-top: 7.85714rem !important;
  }

  /* line 31650, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-115 {
    padding-top: 8.21429rem !important;
  }

  /* line 31652, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-120 {
    padding-top: 8.57143rem !important;
  }

  /* line 31654, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-125 {
    padding-top: 8.92857rem !important;
  }

  /* line 31656, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-130 {
    padding-top: 9.28571rem !important;
  }

  /* line 31658, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-135 {
    padding-top: 9.64286rem !important;
  }

  /* line 31660, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-140 {
    padding-top: 10rem !important;
  }

  /* line 31662, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-145 {
    padding-top: 10.35714rem !important;
  }

  /* line 31664, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-150 {
    padding-top: 10.71429rem !important;
  }

  /* Padding Right */
  /* line 31667, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-0 {
    padding-right: 0px !important;
  }

  /* line 31669, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-1 {
    padding-right: 0.07143rem !important;
  }

  /* line 31671, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-2 {
    padding-right: 0.14286rem !important;
  }

  /* line 31673, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-3 {
    padding-right: 0.21429rem !important;
  }

  /* line 31675, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-4 {
    padding-right: 0.28571rem !important;
  }

  /* line 31677, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-5 {
    padding-right: 0.35714rem !important;
  }

  /* line 31679, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-6 {
    padding-right: 0.42857rem !important;
  }

  /* line 31681, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-7 {
    padding-right: 0.5rem !important;
  }

  /* line 31683, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-8 {
    padding-right: 0.57143rem !important;
  }

  /* line 31685, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-9 {
    padding-right: 0.64286rem !important;
  }

  /* P */
  /* line 31688, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-10 {
    padding-right: 0.71429rem !important;
  }

  /* P */
  /* line 31691, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-15 {
    padding-right: 1.07143rem !important;
  }

  /* P */
  /* line 31694, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-20 {
    padding-right: 1.42857rem !important;
  }

  /* P */
  /* line 31697, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-25 {
    padding-right: 1.78571rem !important;
  }

  /* P */
  /* line 31700, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-30 {
    padding-right: 2.14286rem !important;
  }

  /* P */
  /* line 31703, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-35 {
    padding-right: 2.5rem !important;
  }

  /* P */
  /* line 31706, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-40 {
    padding-right: 2.85714rem !important;
  }

  /* P */
  /* line 31709, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-45 {
    padding-right: 3.21429rem !important;
  }

  /* P */
  /* line 31712, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-50 {
    padding-right: 3.57143rem !important;
  }

  /* P */
  /* line 31715, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-55 {
    padding-right: 3.92857rem !important;
  }

  /* P */
  /* line 31718, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-60 {
    padding-right: 4.28571rem !important;
  }

  /* P */
  /* line 31721, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-65 {
    padding-right: 4.64286rem !important;
  }

  /* P */
  /* line 31724, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-70 {
    padding-right: 5rem !important;
  }

  /* P */
  /* line 31727, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-75 {
    padding-right: 5.35714rem !important;
  }

  /* P */
  /* line 31730, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-80 {
    padding-right: 5.71429rem !important;
  }

  /* P */
  /* line 31733, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-85 {
    padding-right: 6.07143rem !important;
  }

  /* P */
  /* line 31736, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-90 {
    padding-right: 6.42857rem !important;
  }

  /* P */
  /* line 31739, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-95 {
    padding-right: 6.78571rem !important;
  }

  /* P */
  /* line 31742, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-100 {
    padding-right: 7.14286rem !important;
  }

  /* P */
  /* line 31745, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-105 {
    padding-right: 7.5rem !important;
  }

  /* P */
  /* line 31748, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-110 {
    padding-right: 7.85714rem !important;
  }

  /* P */
  /* line 31751, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-115 {
    padding-right: 8.21429rem !important;
  }

  /* P */
  /* line 31754, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-120 {
    padding-right: 8.57143rem !important;
  }

  /* P */
  /* line 31757, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-125 {
    padding-right: 8.92857rem !important;
  }

  /* P */
  /* line 31760, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-130 {
    padding-right: 9.28571rem !important;
  }

  /* P */
  /* line 31763, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-135 {
    padding-right: 9.64286rem !important;
  }

  /* P */
  /* line 31766, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-140 {
    padding-right: 10rem !important;
  }

  /* P */
  /* line 31769, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-145 {
    padding-right: 10.35714rem !important;
  }

  /* P */
  /* line 31772, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-150 {
    padding-right: 10.71429rem !important;
  }

  /* P */
  /* line 31775, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-155 {
    padding-right: 11.07143rem !important;
  }

  /* P */
  /* line 31778, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-160 {
    padding-right: 11.42857rem !important;
  }

  /* P */
  /* line 31781, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-165 {
    padding-right: 11.78571rem !important;
  }

  /* P */
  /* line 31784, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-170 {
    padding-right: 12.14286rem !important;
  }

  /* Padding Bottom */
  /* line 31787, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-0 {
    padding-bottom: 0px !important;
  }

  /* line 31789, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-1 {
    padding-bottom: 0.07143rem !important;
  }

  /* line 31791, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-2 {
    padding-bottom: 0.14286rem !important;
  }

  /* line 31793, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-3 {
    padding-bottom: 0.21429rem !important;
  }

  /* line 31795, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-4 {
    padding-bottom: 0.28571rem !important;
  }

  /* line 31797, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-5 {
    padding-bottom: 0.35714rem !important;
  }

  /* line 31799, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-6 {
    padding-bottom: 0.42857rem !important;
  }

  /* line 31801, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-7 {
    padding-bottom: 0.5rem !important;
  }

  /* line 31803, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-8 {
    padding-bottom: 0.57143rem !important;
  }

  /* line 31805, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-9 {
    padding-bottom: 0.64286rem !important;
  }

  /* line 31807, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-10 {
    padding-bottom: 0.71429rem !important;
  }

  /* line 31809, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-15 {
    padding-bottom: 1.07143rem !important;
  }

  /* line 31811, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-20 {
    padding-bottom: 1.42857rem !important;
  }

  /* line 31813, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-25 {
    padding-bottom: 1.78571rem !important;
  }

  /* line 31815, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-30 {
    padding-bottom: 2.14286rem !important;
  }

  /* line 31817, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-35 {
    padding-bottom: 2.5rem !important;
  }

  /* line 31819, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-40 {
    padding-bottom: 2.85714rem !important;
  }

  /* line 31821, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-45 {
    padding-bottom: 3.21429rem !important;
  }

  /* line 31823, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-50 {
    padding-bottom: 3.57143rem !important;
  }

  /* line 31825, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-55 {
    padding-bottom: 3.92857rem !important;
  }

  /* line 31827, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-60 {
    padding-bottom: 4.28571rem !important;
  }

  /* line 31829, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-65 {
    padding-bottom: 4.64286rem !important;
  }

  /* line 31831, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-70 {
    padding-bottom: 5rem !important;
  }

  /* line 31833, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-75 {
    padding-bottom: 5.35714rem !important;
  }

  /* line 31835, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-80 {
    padding-bottom: 5.71429rem !important;
  }

  /* line 31837, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-85 {
    padding-bottom: 6.07143rem !important;
  }

  /* line 31839, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-90 {
    padding-bottom: 6.42857rem !important;
  }

  /* line 31841, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-95 {
    padding-bottom: 6.78571rem !important;
  }

  /* line 31843, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-100 {
    padding-bottom: 7.14286rem !important;
  }

  /* line 31845, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-105 {
    padding-bottom: 7.5rem !important;
  }

  /* line 31847, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-110 {
    padding-bottom: 7.85714rem !important;
  }

  /* line 31849, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-115 {
    padding-bottom: 8.21429rem !important;
  }

  /* line 31851, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-120 {
    padding-bottom: 8.57143rem !important;
  }

  /* line 31853, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-125 {
    padding-bottom: 8.92857rem !important;
  }

  /* line 31855, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-130 {
    padding-bottom: 9.28571rem !important;
  }

  /* line 31857, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-135 {
    padding-bottom: 9.64286rem !important;
  }

  /* line 31859, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-140 {
    padding-bottom: 10rem !important;
  }

  /* line 31861, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-145 {
    padding-bottom: 10.35714rem !important;
  }

  /* line 31863, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-150 {
    padding-bottom: 10.71429rem !important;
  }

  /* Padding Left */
  /* line 31866, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-0 {
    padding-left: 0px !important;
  }

  /* line 31868, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-1 {
    padding-left: 0.07143rem !important;
  }

  /* line 31870, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-2 {
    padding-left: 0.14286rem !important;
  }

  /* line 31872, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-3 {
    padding-left: 0.21429rem !important;
  }

  /* line 31874, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-4 {
    padding-left: 0.28571rem !important;
  }

  /* line 31876, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-5 {
    padding-left: 0.35714rem !important;
  }

  /* line 31878, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-6 {
    padding-left: 0.42857rem !important;
  }

  /* line 31880, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-7 {
    padding-left: 0.5rem !important;
  }

  /* line 31882, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-8 {
    padding-left: 0.57143rem !important;
  }

  /* line 31884, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-9 {
    padding-left: 0.64286rem !important;
  }

  /* P */
  /* line 31887, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-10 {
    padding-left: 0.71429rem !important;
  }

  /* P */
  /* line 31890, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-15 {
    padding-left: 1.07143rem !important;
  }

  /* P */
  /* line 31893, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-20 {
    padding-left: 1.42857rem !important;
  }

  /* P */
  /* line 31896, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-25 {
    padding-left: 1.78571rem !important;
  }

  /* P */
  /* line 31899, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-30 {
    padding-left: 2.14286rem !important;
  }

  /* P */
  /* line 31902, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-35 {
    padding-left: 2.5rem !important;
  }

  /* P */
  /* line 31905, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-40 {
    padding-left: 2.85714rem !important;
  }

  /* P */
  /* line 31908, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-45 {
    padding-left: 3.21429rem !important;
  }

  /* P */
  /* line 31911, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-50 {
    padding-left: 3.57143rem !important;
  }

  /* P */
  /* line 31914, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-55 {
    padding-left: 3.92857rem !important;
  }

  /* P */
  /* line 31917, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-60 {
    padding-left: 4.28571rem !important;
  }

  /* P */
  /* line 31920, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-65 {
    padding-left: 4.64286rem !important;
  }

  /* P */
  /* line 31923, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-70 {
    padding-left: 5rem !important;
  }

  /* P */
  /* line 31926, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-75 {
    padding-left: 5.35714rem !important;
  }

  /* P */
  /* line 31929, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-80 {
    padding-left: 5.71429rem !important;
  }

  /* P */
  /* line 31932, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-85 {
    padding-left: 6.07143rem !important;
  }

  /* P */
  /* line 31935, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-90 {
    padding-left: 6.42857rem !important;
  }

  /* P */
  /* line 31938, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-95 {
    padding-left: 6.78571rem !important;
  }

  /* P */
  /* line 31941, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-100 {
    padding-left: 7.14286rem !important;
  }

  /* P */
  /* line 31944, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-105 {
    padding-left: 7.5rem !important;
  }

  /* P */
  /* line 31947, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-110 {
    padding-left: 7.85714rem !important;
  }

  /* P */
  /* line 31950, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-115 {
    padding-left: 8.21429rem !important;
  }

  /* P */
  /* line 31953, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-120 {
    padding-left: 8.57143rem !important;
  }

  /* P */
  /* line 31956, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-125 {
    padding-left: 8.92857rem !important;
  }

  /* P */
  /* line 31959, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-130 {
    padding-left: 9.28571rem !important;
  }

  /* P */
  /* line 31962, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-135 {
    padding-left: 9.64286rem !important;
  }

  /* P */
  /* line 31965, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-140 {
    padding-left: 10rem !important;
  }

  /* P */
  /* line 31968, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-145 {
    padding-left: 10.35714rem !important;
  }

  /* P */
  /* line 31971, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-150 {
    padding-left: 10.71429rem !important;
  }

  /* P */
  /* line 31974, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-155 {
    padding-left: 11.07143rem !important;
  }

  /* P */
  /* line 31977, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-160 {
    padding-left: 11.42857rem !important;
  }

  /* P */
  /* line 31980, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-165 {
    padding-left: 11.78571rem !important;
  }

  /* P */
  /* line 31983, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-170 {
    padding-left: 12.14286rem !important;
  }
}
/* Padding Spaces (sm)
------------------------------------*/
@media (min-width: 576px) {
  /* line 31989, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-0--sm {
    padding: 0 !important;
  }

  /* line 31991, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-0--sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 31994, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-0--sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 31997, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-0--sm {
    padding-left: 0 !important;
  }

  /* line 31999, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-0--sm {
    padding-right: 0 !important;
  }

  /* line 32001, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-0--sm {
    padding-top: 0 !important;
  }

  /* line 32003, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-0--sm {
    padding-bottom: 0 !important;
  }

  /* Padding Around */
  /* line 32006, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-2--sm {
    padding: 0.14286rem !important;
  }

  /* line 32008, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-3--sm {
    padding: 0.21429rem !important;
  }

  /* line 32010, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-5--sm {
    padding: 0.35714rem !important;
  }

  /* line 32012, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-7--sm {
    padding: 0.5rem !important;
  }

  /* line 32014, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-10--sm {
    padding: 0.71429rem !important;
  }

  /* line 32016, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-15--sm {
    padding: 1.07143rem !important;
  }

  /* line 32018, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-20--sm {
    padding: 1.42857rem !important;
  }

  /* line 32020, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-25--sm {
    padding: 1.78571rem !important;
  }

  /* line 32022, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-30--sm {
    padding: 2.14286rem !important;
  }

  /* line 32024, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-35--sm {
    padding: 2.5rem !important;
  }

  /* line 32026, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-40--sm {
    padding: 2.85714rem !important;
  }

  /* line 32028, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-45--sm {
    padding: 3.21429rem !important;
  }

  /* line 32030, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-50--sm {
    padding: 3.57143rem !important;
  }

  /* line 32032, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-55--sm {
    padding: 3.92857rem !important;
  }

  /* line 32034, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-60--sm {
    padding: 4.28571rem !important;
  }

  /* line 32036, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-65--sm {
    padding: 4.64286rem !important;
  }

  /* line 32038, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-70--sm {
    padding: 5rem !important;
  }

  /* line 32040, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-75--sm {
    padding: 5.35714rem !important;
  }

  /* line 32042, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-80--sm {
    padding: 5.71429rem !important;
  }

  /* line 32044, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-85--sm {
    padding: 6.07143rem !important;
  }

  /* line 32046, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-90--sm {
    padding: 6.42857rem !important;
  }

  /* line 32048, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-95--sm {
    padding: 6.78571rem !important;
  }

  /* line 32050, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-100--sm {
    padding: 7.14286rem !important;
  }

  /* line 32052, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-105--sm {
    padding: 7.5rem !important;
  }

  /* line 32054, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-110--sm {
    padding: 7.85714rem !important;
  }

  /* line 32056, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-115--sm {
    padding: 8.21429rem !important;
  }

  /* line 32058, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-120--sm {
    padding: 8.57143rem !important;
  }

  /* line 32060, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-125--sm {
    padding: 8.92857rem !important;
  }

  /* line 32062, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-130--sm {
    padding: 9.28571rem !important;
  }

  /* line 32064, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-135--sm {
    padding: 9.64286rem !important;
  }

  /* line 32066, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-140--sm {
    padding: 10rem !important;
  }

  /* line 32068, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-145--sm {
    padding: 10.35714rem !important;
  }

  /* line 32070, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-150--sm {
    padding: 10.71429rem !important;
  }

  /* Padding X */
  /* line 32073, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-1--sm {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }

  /* line 32076, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-2--sm {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }

  /* line 32079, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-3--sm {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }

  /* line 32082, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-4--sm {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }

  /* line 32085, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-5--sm {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }

  /* line 32088, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-6--sm {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }

  /* line 32091, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-7--sm {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  /* line 32094, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-8--sm {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }

  /* line 32097, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-9--sm {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }

  /* line 32100, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-10--sm {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 32103, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-11--sm {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }

  /* line 32106, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-12--sm {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }

  /* line 32109, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-13--sm {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }

  /* line 32112, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-14--sm {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* line 32115, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-15--sm {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 32118, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-10--sm {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 32121, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-15--sm {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 32124, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-20--sm {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }

  /* line 32127, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-25--sm {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }

  /* line 32130, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-30--sm {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }

  /* line 32133, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-35--sm {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  /* line 32136, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-40--sm {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }

  /* line 32139, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-45--sm {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }

  /* line 32142, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-50--sm {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }

  /* line 32145, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-55--sm {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }

  /* line 32148, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-60--sm {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }

  /* line 32151, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-65--sm {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }

  /* line 32154, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-70--sm {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  /* line 32157, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-75--sm {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }

  /* line 32160, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-80--sm {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }

  /* line 32163, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-85--sm {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }

  /* line 32166, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-90--sm {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }

  /* line 32169, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-95--sm {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }

  /* line 32172, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-100--sm {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }

  /* line 32175, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-105--sm {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  /* line 32178, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-110--sm {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }

  /* line 32181, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-115--sm {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }

  /* line 32184, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-120--sm {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }

  /* line 32187, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-125--sm {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }

  /* line 32190, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-130--sm {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }

  /* line 32193, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-135--sm {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }

  /* line 32196, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-140--sm {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  /* line 32199, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-145--sm {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }

  /* line 32202, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-150--sm {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }

  /* Padding Y */
  /* line 32206, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-1--sm {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }

  /* line 32209, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-2--sm {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }

  /* line 32212, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-3--sm {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }

  /* line 32215, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-4--sm {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }

  /* line 32218, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-5--sm {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }

  /* line 32221, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-6--sm {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }

  /* line 32224, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-7--sm {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 32227, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-8--sm {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }

  /* line 32230, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-9--sm {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }

  /* line 32233, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-10--sm {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* line 32236, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-11--sm {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }

  /* line 32239, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-12--sm {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }

  /* line 32242, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-13--sm {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }

  /* line 32245, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-14--sm {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 32248, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-15--sm {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* line 32251, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-16--sm {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }

  /* line 32254, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-17--sm {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }

  /* line 32257, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-18--sm {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }

  /* line 32260, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-19--sm {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }

  /* P */
  /* line 32264, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-10--sm {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* P */
  /* line 32268, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-15--sm {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* P */
  /* line 32272, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-20--sm {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }

  /* P */
  /* line 32276, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-25--sm {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }

  /* P */
  /* line 32280, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-30--sm {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }

  /* P */
  /* line 32284, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-35--sm {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* P */
  /* line 32288, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-40--sm {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }

  /* P */
  /* line 32292, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-45--sm {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }

  /* P */
  /* line 32296, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-50--sm {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }

  /* P */
  /* line 32300, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-55--sm {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }

  /* P */
  /* line 32304, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-60--sm {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }

  /* P */
  /* line 32308, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-65--sm {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }

  /* P */
  /* line 32312, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-70--sm {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* P */
  /* line 32316, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-75--sm {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }

  /* P */
  /* line 32320, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-80--sm {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }

  /* P */
  /* line 32324, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-85--sm {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }

  /* P */
  /* line 32328, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-90--sm {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }

  /* P */
  /* line 32332, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-95--sm {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }

  /* P */
  /* line 32336, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-100--sm {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }

  /* P */
  /* line 32340, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-105--sm {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* P */
  /* line 32344, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-110--sm {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }

  /* P */
  /* line 32348, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-115--sm {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }

  /* P */
  /* line 32352, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-120--sm {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }

  /* P */
  /* line 32356, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-125--sm {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }

  /* P */
  /* line 32360, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-130--sm {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }

  /* P */
  /* line 32364, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-135--sm {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }

  /* P */
  /* line 32368, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-140--sm {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* P */
  /* line 32372, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-145--sm {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }

  /* P */
  /* line 32376, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-150--sm {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }

  /* P */
  /* line 32380, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-155--sm {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }

  /* P */
  /* line 32384, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-160--sm {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }

  /* P */
  /* line 32388, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-165--sm {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }

  /* P */
  /* line 32392, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-170--sm {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }

  /* P */
  /* line 32396, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-175--sm {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* P */
  /* line 32400, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-180--sm {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }

  /* P */
  /* line 32404, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-185--sm {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }

  /* P */
  /* line 32408, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-190--sm {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }

  /* P */
  /* line 32412, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-195--sm {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }

  /* P */
  /* line 32416, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-200--sm {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }

  /* P */
  /* line 32420, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-205--sm {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }

  /* P */
  /* line 32424, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-210--sm {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* Padding Top */
  /* line 32428, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-0--sm {
    padding-top: 0px !important;
  }

  /* line 32430, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-1--sm {
    padding-top: 0.07143rem !important;
  }

  /* line 32432, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-2--sm {
    padding-top: 0.14286rem !important;
  }

  /* line 32434, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-3--sm {
    padding-top: 0.21429rem !important;
  }

  /* line 32436, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-4--sm {
    padding-top: 0.28571rem !important;
  }

  /* line 32438, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-5--sm {
    padding-top: 0.35714rem !important;
  }

  /* line 32440, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-6--sm {
    padding-top: 0.42857rem !important;
  }

  /* line 32442, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-7--sm {
    padding-top: 0.5rem !important;
  }

  /* line 32444, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-8--sm {
    padding-top: 0.57143rem !important;
  }

  /* line 32446, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-9--sm {
    padding-top: 0.64286rem !important;
  }

  /* line 32448, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-10--sm {
    padding-top: 0.71429rem !important;
  }

  /* line 32450, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-15--sm {
    padding-top: 1.07143rem !important;
  }

  /* line 32452, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-20--sm {
    padding-top: 1.42857rem !important;
  }

  /* line 32454, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-25--sm {
    padding-top: 1.78571rem !important;
  }

  /* line 32456, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-30--sm {
    padding-top: 2.14286rem !important;
  }

  /* line 32458, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-35--sm {
    padding-top: 2.5rem !important;
  }

  /* line 32460, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-40--sm {
    padding-top: 2.85714rem !important;
  }

  /* line 32462, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-45--sm {
    padding-top: 3.21429rem !important;
  }

  /* line 32464, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-50--sm {
    padding-top: 3.57143rem !important;
  }

  /* line 32466, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-55--sm {
    padding-top: 3.92857rem !important;
  }

  /* line 32468, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-60--sm {
    padding-top: 4.28571rem !important;
  }

  /* line 32470, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-65--sm {
    padding-top: 4.64286rem !important;
  }

  /* line 32472, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-70--sm {
    padding-top: 5rem !important;
  }

  /* line 32474, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-75--sm {
    padding-top: 5.35714rem !important;
  }

  /* line 32476, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-80--sm {
    padding-top: 5.71429rem !important;
  }

  /* line 32478, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-85--sm {
    padding-top: 6.07143rem !important;
  }

  /* line 32480, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-90--sm {
    padding-top: 6.42857rem !important;
  }

  /* line 32482, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-95--sm {
    padding-top: 6.78571rem !important;
  }

  /* line 32484, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-100--sm {
    padding-top: 7.14286rem !important;
  }

  /* line 32486, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-105--sm {
    padding-top: 7.5rem !important;
  }

  /* line 32488, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-110--sm {
    padding-top: 7.85714rem !important;
  }

  /* line 32490, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-115--sm {
    padding-top: 8.21429rem !important;
  }

  /* line 32492, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-120--sm {
    padding-top: 8.57143rem !important;
  }

  /* line 32494, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-125--sm {
    padding-top: 8.92857rem !important;
  }

  /* line 32496, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-130--sm {
    padding-top: 9.28571rem !important;
  }

  /* line 32498, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-135--sm {
    padding-top: 9.64286rem !important;
  }

  /* line 32500, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-140--sm {
    padding-top: 10rem !important;
  }

  /* line 32502, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-145--sm {
    padding-top: 10.35714rem !important;
  }

  /* line 32504, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-150--sm {
    padding-top: 10.71429rem !important;
  }

  /* Padding Right */
  /* line 32507, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-0--sm {
    padding-right: 0px !important;
  }

  /* line 32509, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-1--sm {
    padding-right: 0.07143rem !important;
  }

  /* line 32511, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-2--sm {
    padding-right: 0.14286rem !important;
  }

  /* line 32513, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-3--sm {
    padding-right: 0.21429rem !important;
  }

  /* line 32515, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-4--sm {
    padding-right: 0.28571rem !important;
  }

  /* line 32517, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-5--sm {
    padding-right: 0.35714rem !important;
  }

  /* line 32519, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-6--sm {
    padding-right: 0.42857rem !important;
  }

  /* line 32521, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-7--sm {
    padding-right: 0.5rem !important;
  }

  /* line 32523, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-8--sm {
    padding-right: 0.57143rem !important;
  }

  /* line 32525, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-9--sm {
    padding-right: 0.64286rem !important;
  }

  /* P */
  /* line 32528, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-10--sm {
    padding-right: 0.71429rem !important;
  }

  /* P */
  /* line 32531, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-15--sm {
    padding-right: 1.07143rem !important;
  }

  /* P */
  /* line 32534, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-20--sm {
    padding-right: 1.42857rem !important;
  }

  /* P */
  /* line 32537, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-25--sm {
    padding-right: 1.78571rem !important;
  }

  /* P */
  /* line 32540, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-30--sm {
    padding-right: 2.14286rem !important;
  }

  /* P */
  /* line 32543, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-35--sm {
    padding-right: 2.5rem !important;
  }

  /* P */
  /* line 32546, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-40--sm {
    padding-right: 2.85714rem !important;
  }

  /* P */
  /* line 32549, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-45--sm {
    padding-right: 3.21429rem !important;
  }

  /* P */
  /* line 32552, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-50--sm {
    padding-right: 3.57143rem !important;
  }

  /* P */
  /* line 32555, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-55--sm {
    padding-right: 3.92857rem !important;
  }

  /* P */
  /* line 32558, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-60--sm {
    padding-right: 4.28571rem !important;
  }

  /* P */
  /* line 32561, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-65--sm {
    padding-right: 4.64286rem !important;
  }

  /* P */
  /* line 32564, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-70--sm {
    padding-right: 5rem !important;
  }

  /* P */
  /* line 32567, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-75--sm {
    padding-right: 5.35714rem !important;
  }

  /* P */
  /* line 32570, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-80--sm {
    padding-right: 5.71429rem !important;
  }

  /* P */
  /* line 32573, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-85--sm {
    padding-right: 6.07143rem !important;
  }

  /* P */
  /* line 32576, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-90--sm {
    padding-right: 6.42857rem !important;
  }

  /* P */
  /* line 32579, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-95--sm {
    padding-right: 6.78571rem !important;
  }

  /* P */
  /* line 32582, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-100--sm {
    padding-right: 7.14286rem !important;
  }

  /* P */
  /* line 32585, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-105--sm {
    padding-right: 7.5rem !important;
  }

  /* P */
  /* line 32588, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-110--sm {
    padding-right: 7.85714rem !important;
  }

  /* P */
  /* line 32591, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-115--sm {
    padding-right: 8.21429rem !important;
  }

  /* P */
  /* line 32594, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-120--sm {
    padding-right: 8.57143rem !important;
  }

  /* P */
  /* line 32597, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-125--sm {
    padding-right: 8.92857rem !important;
  }

  /* P */
  /* line 32600, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-130--sm {
    padding-right: 9.28571rem !important;
  }

  /* P */
  /* line 32603, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-135--sm {
    padding-right: 9.64286rem !important;
  }

  /* P */
  /* line 32606, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-140--sm {
    padding-right: 10rem !important;
  }

  /* P */
  /* line 32609, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-145--sm {
    padding-right: 10.35714rem !important;
  }

  /* P */
  /* line 32612, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-150--sm {
    padding-right: 10.71429rem !important;
  }

  /* P */
  /* line 32615, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-155--sm {
    padding-right: 11.07143rem !important;
  }

  /* P */
  /* line 32618, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-160--sm {
    padding-right: 11.42857rem !important;
  }

  /* P */
  /* line 32621, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-165--sm {
    padding-right: 11.78571rem !important;
  }

  /* P */
  /* line 32624, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-170--sm {
    padding-right: 12.14286rem !important;
  }

  /* Padding Bottom */
  /* line 32627, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-0--sm {
    padding-bottom: 0px !important;
  }

  /* line 32629, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-1--sm {
    padding-bottom: 0.07143rem !important;
  }

  /* line 32631, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-2--sm {
    padding-bottom: 0.14286rem !important;
  }

  /* line 32633, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-3--sm {
    padding-bottom: 0.21429rem !important;
  }

  /* line 32635, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-4--sm {
    padding-bottom: 0.28571rem !important;
  }

  /* line 32637, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-5--sm {
    padding-bottom: 0.35714rem !important;
  }

  /* line 32639, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-6--sm {
    padding-bottom: 0.42857rem !important;
  }

  /* line 32641, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-7--sm {
    padding-bottom: 0.5rem !important;
  }

  /* line 32643, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-8--sm {
    padding-bottom: 0.57143rem !important;
  }

  /* line 32645, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-9--sm {
    padding-bottom: 0.64286rem !important;
  }

  /* line 32647, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-10--sm {
    padding-bottom: 0.71429rem !important;
  }

  /* line 32649, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-15--sm {
    padding-bottom: 1.07143rem !important;
  }

  /* line 32651, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-20--sm {
    padding-bottom: 1.42857rem !important;
  }

  /* line 32653, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-25--sm {
    padding-bottom: 1.78571rem !important;
  }

  /* line 32655, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-30--sm {
    padding-bottom: 2.14286rem !important;
  }

  /* line 32657, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-35--sm {
    padding-bottom: 2.5rem !important;
  }

  /* line 32659, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-40--sm {
    padding-bottom: 2.85714rem !important;
  }

  /* line 32661, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-45--sm {
    padding-bottom: 3.21429rem !important;
  }

  /* line 32663, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-50--sm {
    padding-bottom: 3.57143rem !important;
  }

  /* line 32665, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-55--sm {
    padding-bottom: 3.92857rem !important;
  }

  /* line 32667, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-60--sm {
    padding-bottom: 4.28571rem !important;
  }

  /* line 32669, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-65--sm {
    padding-bottom: 4.64286rem !important;
  }

  /* line 32671, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-70--sm {
    padding-bottom: 5rem !important;
  }

  /* line 32673, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-75--sm {
    padding-bottom: 5.35714rem !important;
  }

  /* line 32675, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-80--sm {
    padding-bottom: 5.71429rem !important;
  }

  /* line 32677, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-85--sm {
    padding-bottom: 6.07143rem !important;
  }

  /* line 32679, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-90--sm {
    padding-bottom: 6.42857rem !important;
  }

  /* line 32681, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-95--sm {
    padding-bottom: 6.78571rem !important;
  }

  /* line 32683, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-100--sm {
    padding-bottom: 7.14286rem !important;
  }

  /* line 32685, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-105--sm {
    padding-bottom: 7.5rem !important;
  }

  /* line 32687, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-110--sm {
    padding-bottom: 7.85714rem !important;
  }

  /* line 32689, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-115--sm {
    padding-bottom: 8.21429rem !important;
  }

  /* line 32691, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-120--sm {
    padding-bottom: 8.57143rem !important;
  }

  /* line 32693, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-125--sm {
    padding-bottom: 8.92857rem !important;
  }

  /* line 32695, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-130--sm {
    padding-bottom: 9.28571rem !important;
  }

  /* line 32697, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-135--sm {
    padding-bottom: 9.64286rem !important;
  }

  /* line 32699, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-140--sm {
    padding-bottom: 10rem !important;
  }

  /* line 32701, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-145--sm {
    padding-bottom: 10.35714rem !important;
  }

  /* line 32703, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-150--sm {
    padding-bottom: 10.71429rem !important;
  }

  /* Padding Left */
  /* line 32706, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-0--sm {
    padding-left: 0px !important;
  }

  /* line 32708, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-1--sm {
    padding-left: 0.07143rem !important;
  }

  /* line 32710, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-2--sm {
    padding-left: 0.14286rem !important;
  }

  /* line 32712, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-3--sm {
    padding-left: 0.21429rem !important;
  }

  /* line 32714, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-4--sm {
    padding-left: 0.28571rem !important;
  }

  /* line 32716, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-5--sm {
    padding-left: 0.35714rem !important;
  }

  /* line 32718, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-6--sm {
    padding-left: 0.42857rem !important;
  }

  /* line 32720, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-7--sm {
    padding-left: 0.5rem !important;
  }

  /* line 32722, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-8--sm {
    padding-left: 0.57143rem !important;
  }

  /* line 32724, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-9--sm {
    padding-left: 0.64286rem !important;
  }

  /* P */
  /* line 32727, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-10--sm {
    padding-left: 0.71429rem !important;
  }

  /* P */
  /* line 32730, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-15--sm {
    padding-left: 1.07143rem !important;
  }

  /* P */
  /* line 32733, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-20--sm {
    padding-left: 1.42857rem !important;
  }

  /* P */
  /* line 32736, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-25--sm {
    padding-left: 1.78571rem !important;
  }

  /* P */
  /* line 32739, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-30--sm {
    padding-left: 2.14286rem !important;
  }

  /* P */
  /* line 32742, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-35--sm {
    padding-left: 2.5rem !important;
  }

  /* P */
  /* line 32745, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-40--sm {
    padding-left: 2.85714rem !important;
  }

  /* P */
  /* line 32748, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-45--sm {
    padding-left: 3.21429rem !important;
  }

  /* P */
  /* line 32751, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-50--sm {
    padding-left: 3.57143rem !important;
  }

  /* P */
  /* line 32754, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-55--sm {
    padding-left: 3.92857rem !important;
  }

  /* P */
  /* line 32757, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-60--sm {
    padding-left: 4.28571rem !important;
  }

  /* P */
  /* line 32760, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-65--sm {
    padding-left: 4.64286rem !important;
  }

  /* P */
  /* line 32763, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-70--sm {
    padding-left: 5rem !important;
  }

  /* P */
  /* line 32766, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-75--sm {
    padding-left: 5.35714rem !important;
  }

  /* P */
  /* line 32769, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-80--sm {
    padding-left: 5.71429rem !important;
  }

  /* P */
  /* line 32772, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-85--sm {
    padding-left: 6.07143rem !important;
  }

  /* P */
  /* line 32775, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-90--sm {
    padding-left: 6.42857rem !important;
  }

  /* P */
  /* line 32778, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-95--sm {
    padding-left: 6.78571rem !important;
  }

  /* P */
  /* line 32781, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-100--sm {
    padding-left: 7.14286rem !important;
  }

  /* P */
  /* line 32784, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-105--sm {
    padding-left: 7.5rem !important;
  }

  /* P */
  /* line 32787, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-110--sm {
    padding-left: 7.85714rem !important;
  }

  /* P */
  /* line 32790, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-115--sm {
    padding-left: 8.21429rem !important;
  }

  /* P */
  /* line 32793, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-120--sm {
    padding-left: 8.57143rem !important;
  }

  /* P */
  /* line 32796, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-125--sm {
    padding-left: 8.92857rem !important;
  }

  /* P */
  /* line 32799, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-130--sm {
    padding-left: 9.28571rem !important;
  }

  /* P */
  /* line 32802, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-135--sm {
    padding-left: 9.64286rem !important;
  }

  /* P */
  /* line 32805, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-140--sm {
    padding-left: 10rem !important;
  }

  /* P */
  /* line 32808, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-145--sm {
    padding-left: 10.35714rem !important;
  }

  /* P */
  /* line 32811, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-150--sm {
    padding-left: 10.71429rem !important;
  }

  /* P */
  /* line 32814, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-155--sm {
    padding-left: 11.07143rem !important;
  }

  /* P */
  /* line 32817, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-160--sm {
    padding-left: 11.42857rem !important;
  }

  /* P */
  /* line 32820, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-165--sm {
    padding-left: 11.78571rem !important;
  }

  /* P */
  /* line 32823, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-170--sm {
    padding-left: 12.14286rem !important;
  }
}
/* Padding Spaces (md)
------------------------------------*/
/* P */
@media (min-width: 768px) {
  /* line 32830, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-0--md {
    padding: 0 !important;
  }

  /* line 32832, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-0--md {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 32835, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-0--md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 32838, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-0--md {
    padding-left: 0 !important;
  }

  /* line 32840, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-0--md {
    padding-right: 0 !important;
  }

  /* line 32842, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-0--md {
    padding-top: 0 !important;
  }

  /* line 32844, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-0--md {
    padding-bottom: 0 !important;
  }

  /* Padding Around */
  /* line 32847, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-2--md {
    padding: 0.14286rem !important;
  }

  /* line 32849, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-3--md {
    padding: 0.21429rem !important;
  }

  /* line 32851, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-5--md {
    padding: 0.35714rem !important;
  }

  /* line 32853, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-7--md {
    padding: 0.5rem !important;
  }

  /* line 32855, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-10--md {
    padding: 0.71429rem !important;
  }

  /* line 32857, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-15--md {
    padding: 1.07143rem !important;
  }

  /* line 32859, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-20--md {
    padding: 1.42857rem !important;
  }

  /* line 32861, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-25--md {
    padding: 1.78571rem !important;
  }

  /* line 32863, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-30--md {
    padding: 2.14286rem !important;
  }

  /* line 32865, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-35--md {
    padding: 2.5rem !important;
  }

  /* line 32867, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-40--md {
    padding: 2.85714rem !important;
  }

  /* line 32869, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-45--md {
    padding: 3.21429rem !important;
  }

  /* line 32871, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-50--md {
    padding: 3.57143rem !important;
  }

  /* line 32873, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-55--md {
    padding: 3.92857rem !important;
  }

  /* line 32875, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-60--md {
    padding: 4.28571rem !important;
  }

  /* line 32877, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-65--md {
    padding: 4.64286rem !important;
  }

  /* line 32879, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-70--md {
    padding: 5rem !important;
  }

  /* line 32881, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-75--md {
    padding: 5.35714rem !important;
  }

  /* line 32883, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-80--md {
    padding: 5.71429rem !important;
  }

  /* line 32885, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-85--md {
    padding: 6.07143rem !important;
  }

  /* line 32887, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-90--md {
    padding: 6.42857rem !important;
  }

  /* line 32889, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-95--md {
    padding: 6.78571rem !important;
  }

  /* line 32891, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-100--md {
    padding: 7.14286rem !important;
  }

  /* line 32893, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-105--md {
    padding: 7.5rem !important;
  }

  /* line 32895, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-110--md {
    padding: 7.85714rem !important;
  }

  /* line 32897, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-115--md {
    padding: 8.21429rem !important;
  }

  /* line 32899, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-120--md {
    padding: 8.57143rem !important;
  }

  /* line 32901, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-125--md {
    padding: 8.92857rem !important;
  }

  /* line 32903, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-130--md {
    padding: 9.28571rem !important;
  }

  /* line 32905, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-135--md {
    padding: 9.64286rem !important;
  }

  /* line 32907, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-140--md {
    padding: 10rem !important;
  }

  /* line 32909, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-145--md {
    padding: 10.35714rem !important;
  }

  /* line 32911, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-150--md {
    padding: 10.71429rem !important;
  }

  /* Padding X */
  /* line 32914, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-1--md {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }

  /* line 32917, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-2--md {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }

  /* line 32920, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-3--md {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }

  /* line 32923, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-4--md {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }

  /* line 32926, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-5--md {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }

  /* line 32929, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-6--md {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }

  /* line 32932, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-7--md {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  /* line 32935, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-8--md {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }

  /* line 32938, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-9--md {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }

  /* line 32941, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-10--md {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 32944, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-11--md {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }

  /* line 32947, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-12--md {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }

  /* line 32950, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-13--md {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }

  /* line 32953, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-14--md {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* line 32956, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-15--md {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 32959, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-10--md {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 32962, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-15--md {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 32965, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-20--md {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }

  /* line 32968, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-25--md {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }

  /* line 32971, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-30--md {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }

  /* line 32974, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-35--md {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  /* line 32977, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-40--md {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }

  /* line 32980, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-45--md {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }

  /* line 32983, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-50--md {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }

  /* line 32986, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-55--md {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }

  /* line 32989, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-60--md {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }

  /* line 32992, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-65--md {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }

  /* line 32995, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-70--md {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  /* line 32998, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-75--md {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }

  /* line 33001, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-80--md {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }

  /* line 33004, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-85--md {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }

  /* line 33007, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-90--md {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }

  /* line 33010, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-95--md {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }

  /* line 33013, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-100--md {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }

  /* line 33016, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-105--md {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  /* line 33019, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-110--md {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }

  /* line 33022, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-115--md {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }

  /* line 33025, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-120--md {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }

  /* line 33028, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-125--md {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }

  /* line 33031, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-130--md {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }

  /* line 33034, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-135--md {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }

  /* line 33037, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-140--md {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  /* line 33040, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-145--md {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }

  /* line 33043, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-150--md {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }

  /* Padding Y */
  /* line 33047, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-1--md {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }

  /* line 33050, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-2--md {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }

  /* line 33053, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-3--md {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }

  /* line 33056, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-4--md {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }

  /* line 33059, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-5--md {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }

  /* line 33062, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-6--md {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }

  /* line 33065, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-7--md {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 33068, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-8--md {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }

  /* line 33071, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-9--md {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }

  /* line 33074, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-10--md {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* line 33077, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-11--md {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }

  /* line 33080, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-12--md {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }

  /* line 33083, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-13--md {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }

  /* line 33086, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-14--md {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 33089, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-15--md {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* line 33092, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-16--md {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }

  /* line 33095, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-17--md {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }

  /* line 33098, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-18--md {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }

  /* line 33101, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-19--md {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }

  /* P */
  /* line 33105, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-10--md {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* P */
  /* line 33109, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-15--md {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* P */
  /* line 33113, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-20--md {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }

  /* P */
  /* line 33117, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-25--md {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }

  /* P */
  /* line 33121, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-30--md {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }

  /* P */
  /* line 33125, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-35--md {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* P */
  /* line 33129, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-40--md {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }

  /* P */
  /* line 33133, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-45--md {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }

  /* P */
  /* line 33137, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-50--md {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }

  /* P */
  /* line 33141, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-55--md {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }

  /* P */
  /* line 33145, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-60--md {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }

  /* P */
  /* line 33149, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-65--md {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }

  /* P */
  /* line 33153, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-70--md {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* P */
  /* line 33157, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-75--md {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }

  /* P */
  /* line 33161, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-80--md {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }

  /* P */
  /* line 33165, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-85--md {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }

  /* P */
  /* line 33169, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-90--md {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }

  /* P */
  /* line 33173, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-95--md {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }

  /* P */
  /* line 33177, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-100--md {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }

  /* P */
  /* line 33181, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-105--md {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* P */
  /* line 33185, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-110--md {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }

  /* P */
  /* line 33189, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-115--md {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }

  /* P */
  /* line 33193, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-120--md {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }

  /* P */
  /* line 33197, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-125--md {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }

  /* P */
  /* line 33201, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-130--md {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }

  /* P */
  /* line 33205, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-135--md {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }

  /* P */
  /* line 33209, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-140--md {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* P */
  /* line 33213, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-145--md {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }

  /* P */
  /* line 33217, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-150--md {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }

  /* P */
  /* line 33221, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-155--md {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }

  /* P */
  /* line 33225, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-160--md {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }

  /* P */
  /* line 33229, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-165--md {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }

  /* P */
  /* line 33233, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-170--md {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }

  /* P */
  /* line 33237, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-175--md {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* P */
  /* line 33241, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-180--md {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }

  /* P */
  /* line 33245, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-185--md {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }

  /* P */
  /* line 33249, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-190--md {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }

  /* P */
  /* line 33253, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-195--md {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }

  /* P */
  /* line 33257, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-200--md {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }

  /* P */
  /* line 33261, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-205--md {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }

  /* P */
  /* line 33265, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-210--md {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* Padding Top */
  /* line 33269, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-0--md {
    padding-top: 0px !important;
  }

  /* line 33271, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-1--md {
    padding-top: 0.07143rem !important;
  }

  /* line 33273, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-2--md {
    padding-top: 0.14286rem !important;
  }

  /* line 33275, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-3--md {
    padding-top: 0.21429rem !important;
  }

  /* line 33277, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-4--md {
    padding-top: 0.28571rem !important;
  }

  /* line 33279, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-5--md {
    padding-top: 0.35714rem !important;
  }

  /* line 33281, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-6--md {
    padding-top: 0.42857rem !important;
  }

  /* line 33283, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-7--md {
    padding-top: 0.5rem !important;
  }

  /* line 33285, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-8--md {
    padding-top: 0.57143rem !important;
  }

  /* line 33287, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-9--md {
    padding-top: 0.64286rem !important;
  }

  /* line 33289, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-10--md {
    padding-top: 0.71429rem !important;
  }

  /* line 33291, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-15--md {
    padding-top: 1.07143rem !important;
  }

  /* line 33293, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-20--md {
    padding-top: 1.42857rem !important;
  }

  /* line 33295, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-25--md {
    padding-top: 1.78571rem !important;
  }

  /* line 33297, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-30--md {
    padding-top: 2.14286rem !important;
  }

  /* line 33299, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-35--md {
    padding-top: 2.5rem !important;
  }

  /* line 33301, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-40--md {
    padding-top: 2.85714rem !important;
  }

  /* line 33303, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-45--md {
    padding-top: 3.21429rem !important;
  }

  /* line 33305, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-50--md {
    padding-top: 3.57143rem !important;
  }

  /* line 33307, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-55--md {
    padding-top: 3.92857rem !important;
  }

  /* line 33309, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-60--md {
    padding-top: 4.28571rem !important;
  }

  /* line 33311, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-65--md {
    padding-top: 4.64286rem !important;
  }

  /* line 33313, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-70--md {
    padding-top: 5rem !important;
  }

  /* line 33315, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-75--md {
    padding-top: 5.35714rem !important;
  }

  /* line 33317, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-80--md {
    padding-top: 5.71429rem !important;
  }

  /* line 33319, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-85--md {
    padding-top: 6.07143rem !important;
  }

  /* line 33321, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-90--md {
    padding-top: 6.42857rem !important;
  }

  /* line 33323, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-95--md {
    padding-top: 6.78571rem !important;
  }

  /* line 33325, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-100--md {
    padding-top: 7.14286rem !important;
  }

  /* line 33327, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-105--md {
    padding-top: 7.5rem !important;
  }

  /* line 33329, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-110--md {
    padding-top: 7.85714rem !important;
  }

  /* line 33331, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-115--md {
    padding-top: 8.21429rem !important;
  }

  /* line 33333, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-120--md {
    padding-top: 8.57143rem !important;
  }

  /* line 33335, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-125--md {
    padding-top: 8.92857rem !important;
  }

  /* line 33337, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-130--md {
    padding-top: 9.28571rem !important;
  }

  /* line 33339, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-135--md {
    padding-top: 9.64286rem !important;
  }

  /* line 33341, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-140--md {
    padding-top: 10rem !important;
  }

  /* line 33343, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-145--md {
    padding-top: 10.35714rem !important;
  }

  /* line 33345, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-150--md {
    padding-top: 10.71429rem !important;
  }

  /* Padding Right */
  /* line 33348, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-0--md {
    padding-right: 0px !important;
  }

  /* line 33350, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-1--md {
    padding-right: 0.07143rem !important;
  }

  /* line 33352, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-2--md {
    padding-right: 0.14286rem !important;
  }

  /* line 33354, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-3--md {
    padding-right: 0.21429rem !important;
  }

  /* line 33356, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-4--md {
    padding-right: 0.28571rem !important;
  }

  /* line 33358, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-5--md {
    padding-right: 0.35714rem !important;
  }

  /* line 33360, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-6--md {
    padding-right: 0.42857rem !important;
  }

  /* line 33362, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-7--md {
    padding-right: 0.5rem !important;
  }

  /* line 33364, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-8--md {
    padding-right: 0.57143rem !important;
  }

  /* line 33366, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-9--md {
    padding-right: 0.64286rem !important;
  }

  /* P */
  /* line 33369, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-10--md {
    padding-right: 0.71429rem !important;
  }

  /* P */
  /* line 33372, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-15--md {
    padding-right: 1.07143rem !important;
  }

  /* P */
  /* line 33375, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-20--md {
    padding-right: 1.42857rem !important;
  }

  /* P */
  /* line 33378, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-25--md {
    padding-right: 1.78571rem !important;
  }

  /* P */
  /* line 33381, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-30--md {
    padding-right: 2.14286rem !important;
  }

  /* P */
  /* line 33384, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-35--md {
    padding-right: 2.5rem !important;
  }

  /* P */
  /* line 33387, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-40--md {
    padding-right: 2.85714rem !important;
  }

  /* P */
  /* line 33390, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-45--md {
    padding-right: 3.21429rem !important;
  }

  /* P */
  /* line 33393, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-50--md {
    padding-right: 3.57143rem !important;
  }

  /* P */
  /* line 33396, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-55--md {
    padding-right: 3.92857rem !important;
  }

  /* P */
  /* line 33399, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-60--md {
    padding-right: 4.28571rem !important;
  }

  /* P */
  /* line 33402, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-65--md {
    padding-right: 4.64286rem !important;
  }

  /* P */
  /* line 33405, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-70--md {
    padding-right: 5rem !important;
  }

  /* P */
  /* line 33408, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-75--md {
    padding-right: 5.35714rem !important;
  }

  /* P */
  /* line 33411, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-80--md {
    padding-right: 5.71429rem !important;
  }

  /* P */
  /* line 33414, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-85--md {
    padding-right: 6.07143rem !important;
  }

  /* P */
  /* line 33417, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-90--md {
    padding-right: 6.42857rem !important;
  }

  /* P */
  /* line 33420, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-95--md {
    padding-right: 6.78571rem !important;
  }

  /* P */
  /* line 33423, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-100--md {
    padding-right: 7.14286rem !important;
  }

  /* P */
  /* line 33426, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-105--md {
    padding-right: 7.5rem !important;
  }

  /* P */
  /* line 33429, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-110--md {
    padding-right: 7.85714rem !important;
  }

  /* P */
  /* line 33432, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-115--md {
    padding-right: 8.21429rem !important;
  }

  /* P */
  /* line 33435, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-120--md {
    padding-right: 8.57143rem !important;
  }

  /* P */
  /* line 33438, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-125--md {
    padding-right: 8.92857rem !important;
  }

  /* P */
  /* line 33441, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-130--md {
    padding-right: 9.28571rem !important;
  }

  /* P */
  /* line 33444, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-135--md {
    padding-right: 9.64286rem !important;
  }

  /* P */
  /* line 33447, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-140--md {
    padding-right: 10rem !important;
  }

  /* P */
  /* line 33450, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-145--md {
    padding-right: 10.35714rem !important;
  }

  /* P */
  /* line 33453, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-150--md {
    padding-right: 10.71429rem !important;
  }

  /* P */
  /* line 33456, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-155--md {
    padding-right: 11.07143rem !important;
  }

  /* P */
  /* line 33459, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-160--md {
    padding-right: 11.42857rem !important;
  }

  /* P */
  /* line 33462, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-165--md {
    padding-right: 11.78571rem !important;
  }

  /* P */
  /* line 33465, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-170--md {
    padding-right: 12.14286rem !important;
  }

  /* Padding Bottom */
  /* line 33468, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-0--md {
    padding-bottom: 0px !important;
  }

  /* line 33470, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-1--md {
    padding-bottom: 0.07143rem !important;
  }

  /* line 33472, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-2--md {
    padding-bottom: 0.14286rem !important;
  }

  /* line 33474, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-3--md {
    padding-bottom: 0.21429rem !important;
  }

  /* line 33476, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-4--md {
    padding-bottom: 0.28571rem !important;
  }

  /* line 33478, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-5--md {
    padding-bottom: 0.35714rem !important;
  }

  /* line 33480, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-6--md {
    padding-bottom: 0.42857rem !important;
  }

  /* line 33482, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-7--md {
    padding-bottom: 0.5rem !important;
  }

  /* line 33484, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-8--md {
    padding-bottom: 0.57143rem !important;
  }

  /* line 33486, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-9--md {
    padding-bottom: 0.64286rem !important;
  }

  /* line 33488, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-10--md {
    padding-bottom: 0.71429rem !important;
  }

  /* line 33490, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-15--md {
    padding-bottom: 1.07143rem !important;
  }

  /* line 33492, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-20--md {
    padding-bottom: 1.42857rem !important;
  }

  /* line 33494, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-25--md {
    padding-bottom: 1.78571rem !important;
  }

  /* line 33496, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-30--md {
    padding-bottom: 2.14286rem !important;
  }

  /* line 33498, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-35--md {
    padding-bottom: 2.5rem !important;
  }

  /* line 33500, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-40--md {
    padding-bottom: 2.85714rem !important;
  }

  /* line 33502, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-45--md {
    padding-bottom: 3.21429rem !important;
  }

  /* line 33504, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-50--md {
    padding-bottom: 3.57143rem !important;
  }

  /* line 33506, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-55--md {
    padding-bottom: 3.92857rem !important;
  }

  /* line 33508, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-60--md {
    padding-bottom: 4.28571rem !important;
  }

  /* line 33510, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-65--md {
    padding-bottom: 4.64286rem !important;
  }

  /* line 33512, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-70--md {
    padding-bottom: 5rem !important;
  }

  /* line 33514, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-75--md {
    padding-bottom: 5.35714rem !important;
  }

  /* line 33516, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-80--md {
    padding-bottom: 5.71429rem !important;
  }

  /* line 33518, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-85--md {
    padding-bottom: 6.07143rem !important;
  }

  /* line 33520, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-90--md {
    padding-bottom: 6.42857rem !important;
  }

  /* line 33522, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-95--md {
    padding-bottom: 6.78571rem !important;
  }

  /* line 33524, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-100--md {
    padding-bottom: 7.14286rem !important;
  }

  /* line 33526, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-105--md {
    padding-bottom: 7.5rem !important;
  }

  /* line 33528, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-110--md {
    padding-bottom: 7.85714rem !important;
  }

  /* line 33530, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-115--md {
    padding-bottom: 8.21429rem !important;
  }

  /* line 33532, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-120--md {
    padding-bottom: 8.57143rem !important;
  }

  /* line 33534, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-125--md {
    padding-bottom: 8.92857rem !important;
  }

  /* line 33536, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-130--md {
    padding-bottom: 9.28571rem !important;
  }

  /* line 33538, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-135--md {
    padding-bottom: 9.64286rem !important;
  }

  /* line 33540, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-140--md {
    padding-bottom: 10rem !important;
  }

  /* line 33542, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-145--md {
    padding-bottom: 10.35714rem !important;
  }

  /* line 33544, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-150--md {
    padding-bottom: 10.71429rem !important;
  }

  /* Padding Left */
  /* line 33547, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-0--md {
    padding-left: 0px !important;
  }

  /* line 33549, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-1--md {
    padding-left: 0.07143rem !important;
  }

  /* line 33551, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-2--md {
    padding-left: 0.14286rem !important;
  }

  /* line 33553, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-3--md {
    padding-left: 0.21429rem !important;
  }

  /* line 33555, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-4--md {
    padding-left: 0.28571rem !important;
  }

  /* line 33557, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-5--md {
    padding-left: 0.35714rem !important;
  }

  /* line 33559, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-6--md {
    padding-left: 0.42857rem !important;
  }

  /* line 33561, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-7--md {
    padding-left: 0.5rem !important;
  }

  /* line 33563, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-8--md {
    padding-left: 0.57143rem !important;
  }

  /* line 33565, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-9--md {
    padding-left: 0.64286rem !important;
  }

  /* P */
  /* line 33568, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-10--md {
    padding-left: 0.71429rem !important;
  }

  /* P */
  /* line 33571, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-15--md {
    padding-left: 1.07143rem !important;
  }

  /* P */
  /* line 33574, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-20--md {
    padding-left: 1.42857rem !important;
  }

  /* P */
  /* line 33577, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-25--md {
    padding-left: 1.78571rem !important;
  }

  /* P */
  /* line 33580, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-30--md {
    padding-left: 2.14286rem !important;
  }

  /* P */
  /* line 33583, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-35--md {
    padding-left: 2.5rem !important;
  }

  /* P */
  /* line 33586, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-40--md {
    padding-left: 2.85714rem !important;
  }

  /* P */
  /* line 33589, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-45--md {
    padding-left: 3.21429rem !important;
  }

  /* P */
  /* line 33592, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-50--md {
    padding-left: 3.57143rem !important;
  }

  /* P */
  /* line 33595, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-55--md {
    padding-left: 3.92857rem !important;
  }

  /* P */
  /* line 33598, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-60--md {
    padding-left: 4.28571rem !important;
  }

  /* P */
  /* line 33601, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-65--md {
    padding-left: 4.64286rem !important;
  }

  /* P */
  /* line 33604, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-70--md {
    padding-left: 5rem !important;
  }

  /* P */
  /* line 33607, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-75--md {
    padding-left: 5.35714rem !important;
  }

  /* P */
  /* line 33610, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-80--md {
    padding-left: 5.71429rem !important;
  }

  /* P */
  /* line 33613, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-85--md {
    padding-left: 6.07143rem !important;
  }

  /* P */
  /* line 33616, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-90--md {
    padding-left: 6.42857rem !important;
  }

  /* P */
  /* line 33619, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-95--md {
    padding-left: 6.78571rem !important;
  }

  /* P */
  /* line 33622, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-100--md {
    padding-left: 7.14286rem !important;
  }

  /* P */
  /* line 33625, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-105--md {
    padding-left: 7.5rem !important;
  }

  /* P */
  /* line 33628, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-110--md {
    padding-left: 7.85714rem !important;
  }

  /* P */
  /* line 33631, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-115--md {
    padding-left: 8.21429rem !important;
  }

  /* P */
  /* line 33634, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-120--md {
    padding-left: 8.57143rem !important;
  }

  /* P */
  /* line 33637, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-125--md {
    padding-left: 8.92857rem !important;
  }

  /* P */
  /* line 33640, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-130--md {
    padding-left: 9.28571rem !important;
  }

  /* P */
  /* line 33643, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-135--md {
    padding-left: 9.64286rem !important;
  }

  /* P */
  /* line 33646, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-140--md {
    padding-left: 10rem !important;
  }

  /* P */
  /* line 33649, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-145--md {
    padding-left: 10.35714rem !important;
  }

  /* P */
  /* line 33652, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-150--md {
    padding-left: 10.71429rem !important;
  }

  /* P */
  /* line 33655, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-155--md {
    padding-left: 11.07143rem !important;
  }

  /* P */
  /* line 33658, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-160--md {
    padding-left: 11.42857rem !important;
  }

  /* P */
  /* line 33661, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-165--md {
    padding-left: 11.78571rem !important;
  }

  /* P */
  /* line 33664, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-170--md {
    padding-left: 12.14286rem !important;
  }
}
/* Padding Spaces (lg) P
------------------------------------*/
/* P */
@media (min-width: 992px) {
  /* line 33671, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-0--lg {
    padding: 0 !important;
  }

  /* line 33673, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-0--lg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 33676, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-0--lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 33679, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-0--lg {
    padding-left: 0 !important;
  }

  /* line 33681, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-0--lg {
    padding-right: 0 !important;
  }

  /* line 33683, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-0--lg {
    padding-top: 0 !important;
  }

  /* line 33685, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-0--lg {
    padding-bottom: 0 !important;
  }

  /* Padding Around */
  /* line 33688, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-2--lg {
    padding: 0.14286rem !important;
  }

  /* line 33690, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-3--lg {
    padding: 0.21429rem !important;
  }

  /* line 33692, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-5--lg {
    padding: 0.35714rem !important;
  }

  /* line 33694, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-7--lg {
    padding: 0.5rem !important;
  }

  /* line 33696, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-10--lg {
    padding: 0.71429rem !important;
  }

  /* line 33698, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-15--lg {
    padding: 1.07143rem !important;
  }

  /* line 33700, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-20--lg {
    padding: 1.42857rem !important;
  }

  /* line 33702, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-25--lg {
    padding: 1.78571rem !important;
  }

  /* line 33704, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-30--lg {
    padding: 2.14286rem !important;
  }

  /* line 33706, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-35--lg {
    padding: 2.5rem !important;
  }

  /* line 33708, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-40--lg {
    padding: 2.85714rem !important;
  }

  /* line 33710, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-45--lg {
    padding: 3.21429rem !important;
  }

  /* line 33712, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-50--lg {
    padding: 3.57143rem !important;
  }

  /* line 33714, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-55--lg {
    padding: 3.92857rem !important;
  }

  /* line 33716, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-60--lg {
    padding: 4.28571rem !important;
  }

  /* line 33718, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-65--lg {
    padding: 4.64286rem !important;
  }

  /* line 33720, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-70--lg {
    padding: 5rem !important;
  }

  /* line 33722, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-75--lg {
    padding: 5.35714rem !important;
  }

  /* line 33724, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-80--lg {
    padding: 5.71429rem !important;
  }

  /* line 33726, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-85--lg {
    padding: 6.07143rem !important;
  }

  /* line 33728, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-90--lg {
    padding: 6.42857rem !important;
  }

  /* line 33730, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-95--lg {
    padding: 6.78571rem !important;
  }

  /* line 33732, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-100--lg {
    padding: 7.14286rem !important;
  }

  /* line 33734, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-105--lg {
    padding: 7.5rem !important;
  }

  /* line 33736, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-110--lg {
    padding: 7.85714rem !important;
  }

  /* line 33738, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-115--lg {
    padding: 8.21429rem !important;
  }

  /* line 33740, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-120--lg {
    padding: 8.57143rem !important;
  }

  /* line 33742, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-125--lg {
    padding: 8.92857rem !important;
  }

  /* line 33744, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-130--lg {
    padding: 9.28571rem !important;
  }

  /* line 33746, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-135--lg {
    padding: 9.64286rem !important;
  }

  /* line 33748, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-140--lg {
    padding: 10rem !important;
  }

  /* line 33750, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-145--lg {
    padding: 10.35714rem !important;
  }

  /* line 33752, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-150--lg {
    padding: 10.71429rem !important;
  }

  /* Padding X */
  /* line 33755, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-1--lg {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }

  /* line 33758, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-2--lg {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }

  /* line 33761, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-3--lg {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }

  /* line 33764, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-4--lg {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }

  /* line 33767, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-5--lg {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }

  /* line 33770, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-6--lg {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }

  /* line 33773, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-7--lg {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  /* line 33776, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-8--lg {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }

  /* line 33779, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-9--lg {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }

  /* line 33782, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-10--lg {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 33785, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-11--lg {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }

  /* line 33788, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-12--lg {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }

  /* line 33791, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-13--lg {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }

  /* line 33794, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-14--lg {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* line 33797, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-15--lg {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 33800, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-10--lg {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 33803, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-15--lg {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 33806, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-20--lg {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }

  /* line 33809, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-25--lg {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }

  /* line 33812, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-30--lg {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }

  /* line 33815, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-35--lg {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  /* line 33818, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-40--lg {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }

  /* line 33821, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-45--lg {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }

  /* line 33824, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-50--lg {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }

  /* line 33827, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-55--lg {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }

  /* line 33830, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-60--lg {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }

  /* line 33833, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-65--lg {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }

  /* line 33836, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-70--lg {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  /* line 33839, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-75--lg {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }

  /* line 33842, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-80--lg {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }

  /* line 33845, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-85--lg {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }

  /* line 33848, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-90--lg {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }

  /* line 33851, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-95--lg {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }

  /* line 33854, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-100--lg {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }

  /* line 33857, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-105--lg {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  /* line 33860, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-110--lg {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }

  /* line 33863, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-115--lg {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }

  /* line 33866, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-120--lg {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }

  /* line 33869, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-125--lg {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }

  /* line 33872, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-130--lg {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }

  /* line 33875, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-135--lg {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }

  /* line 33878, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-140--lg {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  /* line 33881, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-145--lg {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }

  /* line 33884, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-150--lg {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }

  /* Padding Y */
  /* line 33888, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-1--lg {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }

  /* line 33891, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-2--lg {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }

  /* line 33894, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-3--lg {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }

  /* line 33897, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-4--lg {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }

  /* line 33900, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-5--lg {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }

  /* line 33903, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-6--lg {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }

  /* line 33906, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-7--lg {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 33909, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-8--lg {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }

  /* line 33912, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-9--lg {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }

  /* line 33915, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-10--lg {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* line 33918, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-11--lg {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }

  /* line 33921, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-12--lg {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }

  /* line 33924, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-13--lg {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }

  /* line 33927, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-14--lg {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 33930, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-15--lg {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* line 33933, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-16--lg {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }

  /* line 33936, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-17--lg {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }

  /* line 33939, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-18--lg {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }

  /* line 33942, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-19--lg {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }

  /* P */
  /* line 33946, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-10--lg {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* P */
  /* line 33950, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-15--lg {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* P */
  /* line 33954, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-20--lg {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }

  /* P */
  /* line 33958, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-25--lg {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }

  /* P */
  /* line 33962, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-30--lg {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }

  /* P */
  /* line 33966, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-35--lg {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* P */
  /* line 33970, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-40--lg {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }

  /* P */
  /* line 33974, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-45--lg {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }

  /* P */
  /* line 33978, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-50--lg {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }

  /* P */
  /* line 33982, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-55--lg {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }

  /* P */
  /* line 33986, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-60--lg {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }

  /* P */
  /* line 33990, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-65--lg {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }

  /* P */
  /* line 33994, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-70--lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* P */
  /* line 33998, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-75--lg {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }

  /* P */
  /* line 34002, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-80--lg {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }

  /* P */
  /* line 34006, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-85--lg {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }

  /* P */
  /* line 34010, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-90--lg {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }

  /* P */
  /* line 34014, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-95--lg {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }

  /* P */
  /* line 34018, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-100--lg {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }

  /* P */
  /* line 34022, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-105--lg {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* P */
  /* line 34026, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-110--lg {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }

  /* P */
  /* line 34030, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-115--lg {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }

  /* P */
  /* line 34034, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-120--lg {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }

  /* P */
  /* line 34038, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-125--lg {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }

  /* P */
  /* line 34042, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-130--lg {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }

  /* P */
  /* line 34046, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-135--lg {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }

  /* P */
  /* line 34050, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-140--lg {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* P */
  /* line 34054, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-145--lg {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }

  /* P */
  /* line 34058, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-150--lg {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }

  /* P */
  /* line 34062, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-155--lg {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }

  /* P */
  /* line 34066, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-160--lg {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }

  /* P */
  /* line 34070, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-165--lg {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }

  /* P */
  /* line 34074, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-170--lg {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }

  /* P */
  /* line 34078, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-175--lg {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* P */
  /* line 34082, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-180--lg {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }

  /* P */
  /* line 34086, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-185--lg {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }

  /* P */
  /* line 34090, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-190--lg {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }

  /* P */
  /* line 34094, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-195--lg {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }

  /* P */
  /* line 34098, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-200--lg {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }

  /* P */
  /* line 34102, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-205--lg {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }

  /* P */
  /* line 34106, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-210--lg {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* Padding Top */
  /* line 34110, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-0--lg {
    padding-top: 0px !important;
  }

  /* line 34112, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-1--lg {
    padding-top: 0.07143rem !important;
  }

  /* line 34114, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-2--lg {
    padding-top: 0.14286rem !important;
  }

  /* line 34116, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-3--lg {
    padding-top: 0.21429rem !important;
  }

  /* line 34118, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-4--lg {
    padding-top: 0.28571rem !important;
  }

  /* line 34120, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-5--lg {
    padding-top: 0.35714rem !important;
  }

  /* line 34122, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-6--lg {
    padding-top: 0.42857rem !important;
  }

  /* line 34124, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-7--lg {
    padding-top: 0.5rem !important;
  }

  /* line 34126, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-8--lg {
    padding-top: 0.57143rem !important;
  }

  /* line 34128, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-9--lg {
    padding-top: 0.64286rem !important;
  }

  /* line 34130, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-10--lg {
    padding-top: 0.71429rem !important;
  }

  /* line 34132, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-15--lg {
    padding-top: 1.07143rem !important;
  }

  /* line 34134, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-20--lg {
    padding-top: 1.42857rem !important;
  }

  /* line 34136, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-25--lg {
    padding-top: 1.78571rem !important;
  }

  /* line 34138, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-30--lg {
    padding-top: 2.14286rem !important;
  }

  /* line 34140, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-35--lg {
    padding-top: 2.5rem !important;
  }

  /* line 34142, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-40--lg {
    padding-top: 2.85714rem !important;
  }

  /* line 34144, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-45--lg {
    padding-top: 3.21429rem !important;
  }

  /* line 34146, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-50--lg {
    padding-top: 3.57143rem !important;
  }

  /* line 34148, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-55--lg {
    padding-top: 3.92857rem !important;
  }

  /* line 34150, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-60--lg {
    padding-top: 4.28571rem !important;
  }

  /* line 34152, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-65--lg {
    padding-top: 4.64286rem !important;
  }

  /* line 34154, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-70--lg {
    padding-top: 5rem !important;
  }

  /* line 34156, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-75--lg {
    padding-top: 5.35714rem !important;
  }

  /* line 34158, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-80--lg {
    padding-top: 5.71429rem !important;
  }

  /* line 34160, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-85--lg {
    padding-top: 6.07143rem !important;
  }

  /* line 34162, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-90--lg {
    padding-top: 6.42857rem !important;
  }

  /* line 34164, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-95--lg {
    padding-top: 6.78571rem !important;
  }

  /* line 34166, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-100--lg {
    padding-top: 7.14286rem !important;
  }

  /* line 34168, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-105--lg {
    padding-top: 7.5rem !important;
  }

  /* line 34170, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-110--lg {
    padding-top: 7.85714rem !important;
  }

  /* line 34172, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-115--lg {
    padding-top: 8.21429rem !important;
  }

  /* line 34174, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-120--lg {
    padding-top: 8.57143rem !important;
  }

  /* line 34176, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-125--lg {
    padding-top: 8.92857rem !important;
  }

  /* line 34178, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-130--lg {
    padding-top: 9.28571rem !important;
  }

  /* line 34180, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-135--lg {
    padding-top: 9.64286rem !important;
  }

  /* line 34182, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-140--lg {
    padding-top: 10rem !important;
  }

  /* line 34184, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-145--lg {
    padding-top: 10.35714rem !important;
  }

  /* line 34186, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-150--lg {
    padding-top: 10.71429rem !important;
  }

  /* Padding Right */
  /* line 34189, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-0--lg {
    padding-right: 0px !important;
  }

  /* line 34191, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-1--lg {
    padding-right: 0.07143rem !important;
  }

  /* line 34193, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-2--lg {
    padding-right: 0.14286rem !important;
  }

  /* line 34195, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-3--lg {
    padding-right: 0.21429rem !important;
  }

  /* line 34197, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-4--lg {
    padding-right: 0.28571rem !important;
  }

  /* line 34199, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-5--lg {
    padding-right: 0.35714rem !important;
  }

  /* line 34201, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-6--lg {
    padding-right: 0.42857rem !important;
  }

  /* line 34203, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-7--lg {
    padding-right: 0.5rem !important;
  }

  /* line 34205, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-8--lg {
    padding-right: 0.57143rem !important;
  }

  /* line 34207, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-9--lg {
    padding-right: 0.64286rem !important;
  }

  /* P */
  /* line 34210, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-10--lg {
    padding-right: 0.71429rem !important;
  }

  /* P */
  /* line 34213, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-15--lg {
    padding-right: 1.07143rem !important;
  }

  /* P */
  /* line 34216, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-20--lg {
    padding-right: 1.42857rem !important;
  }

  /* P */
  /* line 34219, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-25--lg {
    padding-right: 1.78571rem !important;
  }

  /* P */
  /* line 34222, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-30--lg {
    padding-right: 2.14286rem !important;
  }

  /* P */
  /* line 34225, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-35--lg {
    padding-right: 2.5rem !important;
  }

  /* P */
  /* line 34228, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-40--lg {
    padding-right: 2.85714rem !important;
  }

  /* P */
  /* line 34231, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-45--lg {
    padding-right: 3.21429rem !important;
  }

  /* P */
  /* line 34234, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-50--lg {
    padding-right: 3.57143rem !important;
  }

  /* P */
  /* line 34237, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-55--lg {
    padding-right: 3.92857rem !important;
  }

  /* P */
  /* line 34240, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-60--lg {
    padding-right: 4.28571rem !important;
  }

  /* P */
  /* line 34243, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-65--lg {
    padding-right: 4.64286rem !important;
  }

  /* P */
  /* line 34246, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-70--lg {
    padding-right: 5rem !important;
  }

  /* P */
  /* line 34249, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-75--lg {
    padding-right: 5.35714rem !important;
  }

  /* P */
  /* line 34252, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-80--lg {
    padding-right: 5.71429rem !important;
  }

  /* P */
  /* line 34255, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-85--lg {
    padding-right: 6.07143rem !important;
  }

  /* P */
  /* line 34258, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-90--lg {
    padding-right: 6.42857rem !important;
  }

  /* P */
  /* line 34261, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-95--lg {
    padding-right: 6.78571rem !important;
  }

  /* P */
  /* line 34264, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-100--lg {
    padding-right: 7.14286rem !important;
  }

  /* P */
  /* line 34267, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-105--lg {
    padding-right: 7.5rem !important;
  }

  /* P */
  /* line 34270, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-110--lg {
    padding-right: 7.85714rem !important;
  }

  /* P */
  /* line 34273, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-115--lg {
    padding-right: 8.21429rem !important;
  }

  /* P */
  /* line 34276, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-120--lg {
    padding-right: 8.57143rem !important;
  }

  /* P */
  /* line 34279, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-125--lg {
    padding-right: 8.92857rem !important;
  }

  /* P */
  /* line 34282, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-130--lg {
    padding-right: 9.28571rem !important;
  }

  /* P */
  /* line 34285, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-135--lg {
    padding-right: 9.64286rem !important;
  }

  /* P */
  /* line 34288, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-140--lg {
    padding-right: 10rem !important;
  }

  /* P */
  /* line 34291, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-145--lg {
    padding-right: 10.35714rem !important;
  }

  /* P */
  /* line 34294, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-150--lg {
    padding-right: 10.71429rem !important;
  }

  /* P */
  /* line 34297, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-155--lg {
    padding-right: 11.07143rem !important;
  }

  /* P */
  /* line 34300, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-160--lg {
    padding-right: 11.42857rem !important;
  }

  /* P */
  /* line 34303, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-165--lg {
    padding-right: 11.78571rem !important;
  }

  /* P */
  /* line 34306, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-170--lg {
    padding-right: 12.14286rem !important;
  }

  /* Padding Bottom */
  /* line 34309, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-0--lg {
    padding-bottom: 0px !important;
  }

  /* line 34311, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-1--lg {
    padding-bottom: 0.07143rem !important;
  }

  /* line 34313, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-2--lg {
    padding-bottom: 0.14286rem !important;
  }

  /* line 34315, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-3--lg {
    padding-bottom: 0.21429rem !important;
  }

  /* line 34317, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-4--lg {
    padding-bottom: 0.28571rem !important;
  }

  /* line 34319, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-5--lg {
    padding-bottom: 0.35714rem !important;
  }

  /* line 34321, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-6--lg {
    padding-bottom: 0.42857rem !important;
  }

  /* line 34323, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-7--lg {
    padding-bottom: 0.5rem !important;
  }

  /* line 34325, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-8--lg {
    padding-bottom: 0.57143rem !important;
  }

  /* line 34327, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-9--lg {
    padding-bottom: 0.64286rem !important;
  }

  /* line 34329, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-10--lg {
    padding-bottom: 0.71429rem !important;
  }

  /* line 34331, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-15--lg {
    padding-bottom: 1.07143rem !important;
  }

  /* line 34333, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-20--lg {
    padding-bottom: 1.42857rem !important;
  }

  /* line 34335, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-25--lg {
    padding-bottom: 1.78571rem !important;
  }

  /* line 34337, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-30--lg {
    padding-bottom: 2.14286rem !important;
  }

  /* line 34339, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-35--lg {
    padding-bottom: 2.5rem !important;
  }

  /* line 34341, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-40--lg {
    padding-bottom: 2.85714rem !important;
  }

  /* line 34343, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-45--lg {
    padding-bottom: 3.21429rem !important;
  }

  /* line 34345, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-50--lg {
    padding-bottom: 3.57143rem !important;
  }

  /* line 34347, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-55--lg {
    padding-bottom: 3.92857rem !important;
  }

  /* line 34349, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-60--lg {
    padding-bottom: 4.28571rem !important;
  }

  /* line 34351, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-65--lg {
    padding-bottom: 4.64286rem !important;
  }

  /* line 34353, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-70--lg {
    padding-bottom: 5rem !important;
  }

  /* line 34355, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-75--lg {
    padding-bottom: 5.35714rem !important;
  }

  /* line 34357, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-80--lg {
    padding-bottom: 5.71429rem !important;
  }

  /* line 34359, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-85--lg {
    padding-bottom: 6.07143rem !important;
  }

  /* line 34361, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-90--lg {
    padding-bottom: 6.42857rem !important;
  }

  /* line 34363, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-95--lg {
    padding-bottom: 6.78571rem !important;
  }

  /* line 34365, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-100--lg {
    padding-bottom: 7.14286rem !important;
  }

  /* line 34367, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-105--lg {
    padding-bottom: 7.5rem !important;
  }

  /* line 34369, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-110--lg {
    padding-bottom: 7.85714rem !important;
  }

  /* line 34371, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-115--lg {
    padding-bottom: 8.21429rem !important;
  }

  /* line 34373, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-120--lg {
    padding-bottom: 8.57143rem !important;
  }

  /* line 34375, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-125--lg {
    padding-bottom: 8.92857rem !important;
  }

  /* line 34377, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-130--lg {
    padding-bottom: 9.28571rem !important;
  }

  /* line 34379, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-135--lg {
    padding-bottom: 9.64286rem !important;
  }

  /* line 34381, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-140--lg {
    padding-bottom: 10rem !important;
  }

  /* line 34383, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-145--lg {
    padding-bottom: 10.35714rem !important;
  }

  /* line 34385, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-150--lg {
    padding-bottom: 10.71429rem !important;
  }

  /* Padding Left */
  /* line 34388, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-0--lg {
    padding-left: 0px !important;
  }

  /* line 34390, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-1--lg {
    padding-left: 0.07143rem !important;
  }

  /* line 34392, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-2--lg {
    padding-left: 0.14286rem !important;
  }

  /* line 34394, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-3--lg {
    padding-left: 0.21429rem !important;
  }

  /* line 34396, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-4--lg {
    padding-left: 0.28571rem !important;
  }

  /* line 34398, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-5--lg {
    padding-left: 0.35714rem !important;
  }

  /* line 34400, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-6--lg {
    padding-left: 0.42857rem !important;
  }

  /* line 34402, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-7--lg {
    padding-left: 0.5rem !important;
  }

  /* line 34404, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-8--lg {
    padding-left: 0.57143rem !important;
  }

  /* line 34406, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-9--lg {
    padding-left: 0.64286rem !important;
  }

  /* P */
  /* line 34409, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-10--lg {
    padding-left: 0.71429rem !important;
  }

  /* P */
  /* line 34412, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-15--lg {
    padding-left: 1.07143rem !important;
  }

  /* P */
  /* line 34415, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-20--lg {
    padding-left: 1.42857rem !important;
  }

  /* P */
  /* line 34418, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-25--lg {
    padding-left: 1.78571rem !important;
  }

  /* P */
  /* line 34421, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-30--lg {
    padding-left: 2.14286rem !important;
  }

  /* P */
  /* line 34424, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-35--lg {
    padding-left: 2.5rem !important;
  }

  /* P */
  /* line 34427, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-40--lg {
    padding-left: 2.85714rem !important;
  }

  /* P */
  /* line 34430, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-45--lg {
    padding-left: 3.21429rem !important;
  }

  /* P */
  /* line 34433, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-50--lg {
    padding-left: 3.57143rem !important;
  }

  /* P */
  /* line 34436, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-55--lg {
    padding-left: 3.92857rem !important;
  }

  /* P */
  /* line 34439, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-60--lg {
    padding-left: 4.28571rem !important;
  }

  /* P */
  /* line 34442, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-65--lg {
    padding-left: 4.64286rem !important;
  }

  /* P */
  /* line 34445, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-70--lg {
    padding-left: 5rem !important;
  }

  /* P */
  /* line 34448, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-75--lg {
    padding-left: 5.35714rem !important;
  }

  /* P */
  /* line 34451, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-80--lg {
    padding-left: 5.71429rem !important;
  }

  /* P */
  /* line 34454, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-85--lg {
    padding-left: 6.07143rem !important;
  }

  /* P */
  /* line 34457, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-90--lg {
    padding-left: 6.42857rem !important;
  }

  /* P */
  /* line 34460, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-95--lg {
    padding-left: 6.78571rem !important;
  }

  /* P */
  /* line 34463, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-100--lg {
    padding-left: 7.14286rem !important;
  }

  /* P */
  /* line 34466, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-105--lg {
    padding-left: 7.5rem !important;
  }

  /* P */
  /* line 34469, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-110--lg {
    padding-left: 7.85714rem !important;
  }

  /* P */
  /* line 34472, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-115--lg {
    padding-left: 8.21429rem !important;
  }

  /* P */
  /* line 34475, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-120--lg {
    padding-left: 8.57143rem !important;
  }

  /* P */
  /* line 34478, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-125--lg {
    padding-left: 8.92857rem !important;
  }

  /* P */
  /* line 34481, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-130--lg {
    padding-left: 9.28571rem !important;
  }

  /* P */
  /* line 34484, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-135--lg {
    padding-left: 9.64286rem !important;
  }

  /* P */
  /* line 34487, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-140--lg {
    padding-left: 10rem !important;
  }

  /* P */
  /* line 34490, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-145--lg {
    padding-left: 10.35714rem !important;
  }

  /* P */
  /* line 34493, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-150--lg {
    padding-left: 10.71429rem !important;
  }

  /* P */
  /* line 34496, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-155--lg {
    padding-left: 11.07143rem !important;
  }

  /* P */
  /* line 34499, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-160--lg {
    padding-left: 11.42857rem !important;
  }

  /* P */
  /* line 34502, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-165--lg {
    padding-left: 11.78571rem !important;
  }

  /* P */
  /* line 34505, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-170--lg {
    padding-left: 12.14286rem !important;
  }
}
/* Padding Spaces (xl) P
------------------------------------*/
@media (min-width: 1200px) {
  /* line 34511, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-0--xl {
    padding: 0 !important;
  }

  /* line 34513, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-0--xl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 34516, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-0--xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 34519, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-0--xl {
    padding-left: 0 !important;
  }

  /* line 34521, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-0--xl {
    padding-right: 0 !important;
  }

  /* line 34523, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-0--xl {
    padding-top: 0 !important;
  }

  /* line 34525, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-0--xl {
    padding-bottom: 0 !important;
  }

  /* Padding Around */
  /* line 34528, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-2--xl {
    padding: 0.14286rem !important;
  }

  /* line 34530, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-3--xl {
    padding: 0.21429rem !important;
  }

  /* line 34532, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-5--xl {
    padding: 0.35714rem !important;
  }

  /* line 34534, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-7--xl {
    padding: 0.5rem !important;
  }

  /* line 34536, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-10--xl {
    padding: 0.71429rem !important;
  }

  /* line 34538, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-15--xl {
    padding: 1.07143rem !important;
  }

  /* line 34540, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-20--xl {
    padding: 1.42857rem !important;
  }

  /* line 34542, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-25--xl {
    padding: 1.78571rem !important;
  }

  /* line 34544, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-30--xl {
    padding: 2.14286rem !important;
  }

  /* line 34546, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-35--xl {
    padding: 2.5rem !important;
  }

  /* line 34548, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-40--xl {
    padding: 2.85714rem !important;
  }

  /* line 34550, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-45--xl {
    padding: 3.21429rem !important;
  }

  /* line 34552, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-50--xl {
    padding: 3.57143rem !important;
  }

  /* line 34554, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-55--xl {
    padding: 3.92857rem !important;
  }

  /* line 34556, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-60--xl {
    padding: 4.28571rem !important;
  }

  /* line 34558, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-65--xl {
    padding: 4.64286rem !important;
  }

  /* line 34560, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-70--xl {
    padding: 5rem !important;
  }

  /* line 34562, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-75--xl {
    padding: 5.35714rem !important;
  }

  /* line 34564, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-80--xl {
    padding: 5.71429rem !important;
  }

  /* line 34566, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-85--xl {
    padding: 6.07143rem !important;
  }

  /* line 34568, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-90--xl {
    padding: 6.42857rem !important;
  }

  /* line 34570, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-95--xl {
    padding: 6.78571rem !important;
  }

  /* line 34572, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-100--xl {
    padding: 7.14286rem !important;
  }

  /* line 34574, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-105--xl {
    padding: 7.5rem !important;
  }

  /* line 34576, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-110--xl {
    padding: 7.85714rem !important;
  }

  /* line 34578, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-115--xl {
    padding: 8.21429rem !important;
  }

  /* line 34580, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-120--xl {
    padding: 8.57143rem !important;
  }

  /* line 34582, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-125--xl {
    padding: 8.92857rem !important;
  }

  /* line 34584, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-130--xl {
    padding: 9.28571rem !important;
  }

  /* line 34586, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-135--xl {
    padding: 9.64286rem !important;
  }

  /* line 34588, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-140--xl {
    padding: 10rem !important;
  }

  /* line 34590, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-145--xl {
    padding: 10.35714rem !important;
  }

  /* line 34592, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-150--xl {
    padding: 10.71429rem !important;
  }

  /* Padding X */
  /* line 34595, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-1--xl {
    padding-left: 0.07143rem !important;
    padding-right: 0.07143rem !important;
  }

  /* line 34598, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-2--xl {
    padding-left: 0.14286rem !important;
    padding-right: 0.14286rem !important;
  }

  /* line 34601, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-3--xl {
    padding-left: 0.21429rem !important;
    padding-right: 0.21429rem !important;
  }

  /* line 34604, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-4--xl {
    padding-left: 0.28571rem !important;
    padding-right: 0.28571rem !important;
  }

  /* line 34607, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-5--xl {
    padding-left: 0.35714rem !important;
    padding-right: 0.35714rem !important;
  }

  /* line 34610, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-6--xl {
    padding-left: 0.42857rem !important;
    padding-right: 0.42857rem !important;
  }

  /* line 34613, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-7--xl {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  /* line 34616, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-8--xl {
    padding-left: 0.57143rem !important;
    padding-right: 0.57143rem !important;
  }

  /* line 34619, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-9--xl {
    padding-left: 0.64286rem !important;
    padding-right: 0.64286rem !important;
  }

  /* line 34622, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-10--xl {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 34625, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-11--xl {
    padding-left: 0.78571rem !important;
    padding-right: 0.78571rem !important;
  }

  /* line 34628, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-12--xl {
    padding-left: 0.85714rem !important;
    padding-right: 0.85714rem !important;
  }

  /* line 34631, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-13--xl {
    padding-left: 0.92857rem !important;
    padding-right: 0.92857rem !important;
  }

  /* line 34634, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-14--xl {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  /* line 34637, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-15--xl {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 34640, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-10--xl {
    padding-left: 0.71429rem !important;
    padding-right: 0.71429rem !important;
  }

  /* line 34643, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-15--xl {
    padding-left: 1.07143rem !important;
    padding-right: 1.07143rem !important;
  }

  /* line 34646, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-20--xl {
    padding-left: 1.42857rem !important;
    padding-right: 1.42857rem !important;
  }

  /* line 34649, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-25--xl {
    padding-left: 1.78571rem !important;
    padding-right: 1.78571rem !important;
  }

  /* line 34652, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-30--xl {
    padding-left: 2.14286rem !important;
    padding-right: 2.14286rem !important;
  }

  /* line 34655, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-35--xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  /* line 34658, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-40--xl {
    padding-left: 2.85714rem !important;
    padding-right: 2.85714rem !important;
  }

  /* line 34661, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-45--xl {
    padding-left: 3.21429rem !important;
    padding-right: 3.21429rem !important;
  }

  /* line 34664, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-50--xl {
    padding-left: 3.57143rem !important;
    padding-right: 3.57143rem !important;
  }

  /* line 34667, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-55--xl {
    padding-left: 3.92857rem !important;
    padding-right: 3.92857rem !important;
  }

  /* line 34670, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-60--xl {
    padding-left: 4.28571rem !important;
    padding-right: 4.28571rem !important;
  }

  /* line 34673, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-65--xl {
    padding-left: 4.64286rem !important;
    padding-right: 4.64286rem !important;
  }

  /* line 34676, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-70--xl {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  /* line 34679, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-75--xl {
    padding-left: 5.35714rem !important;
    padding-right: 5.35714rem !important;
  }

  /* line 34682, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-80--xl {
    padding-left: 5.71429rem !important;
    padding-right: 5.71429rem !important;
  }

  /* line 34685, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-85--xl {
    padding-left: 6.07143rem !important;
    padding-right: 6.07143rem !important;
  }

  /* line 34688, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-90--xl {
    padding-left: 6.42857rem !important;
    padding-right: 6.42857rem !important;
  }

  /* line 34691, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-95--xl {
    padding-left: 6.78571rem !important;
    padding-right: 6.78571rem !important;
  }

  /* line 34694, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-100--xl {
    padding-left: 7.14286rem !important;
    padding-right: 7.14286rem !important;
  }

  /* line 34697, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-105--xl {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }

  /* line 34700, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-110--xl {
    padding-left: 7.85714rem !important;
    padding-right: 7.85714rem !important;
  }

  /* line 34703, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-115--xl {
    padding-left: 8.21429rem !important;
    padding-right: 8.21429rem !important;
  }

  /* line 34706, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-120--xl {
    padding-left: 8.57143rem !important;
    padding-right: 8.57143rem !important;
  }

  /* line 34709, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-125--xl {
    padding-left: 8.92857rem !important;
    padding-right: 8.92857rem !important;
  }

  /* line 34712, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-130--xl {
    padding-left: 9.28571rem !important;
    padding-right: 9.28571rem !important;
  }

  /* line 34715, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-135--xl {
    padding-left: 9.64286rem !important;
    padding-right: 9.64286rem !important;
  }

  /* line 34718, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-140--xl {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  /* line 34721, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-145--xl {
    padding-left: 10.35714rem !important;
    padding-right: 10.35714rem !important;
  }

  /* line 34724, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-150--xl {
    padding-left: 10.71429rem !important;
    padding-right: 10.71429rem !important;
  }

  /* Padding Y */
  /* line 34728, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-1--xl {
    padding-top: 0.07143rem !important;
    padding-bottom: 0.07143rem !important;
  }

  /* line 34731, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-2--xl {
    padding-top: 0.14286rem !important;
    padding-bottom: 0.14286rem !important;
  }

  /* line 34734, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-3--xl {
    padding-top: 0.21429rem !important;
    padding-bottom: 0.21429rem !important;
  }

  /* line 34737, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-4--xl {
    padding-top: 0.28571rem !important;
    padding-bottom: 0.28571rem !important;
  }

  /* line 34740, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-5--xl {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }

  /* line 34743, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-6--xl {
    padding-top: 0.42857rem !important;
    padding-bottom: 0.42857rem !important;
  }

  /* line 34746, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-7--xl {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  /* line 34749, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-8--xl {
    padding-top: 0.57143rem !important;
    padding-bottom: 0.57143rem !important;
  }

  /* line 34752, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-9--xl {
    padding-top: 0.64286rem !important;
    padding-bottom: 0.64286rem !important;
  }

  /* line 34755, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-10--xl {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* line 34758, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-11--xl {
    padding-top: 0.78571rem !important;
    padding-bottom: 0.78571rem !important;
  }

  /* line 34761, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-12--xl {
    padding-top: 0.85714rem !important;
    padding-bottom: 0.85714rem !important;
  }

  /* line 34764, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-13--xl {
    padding-top: 0.92857rem !important;
    padding-bottom: 0.92857rem !important;
  }

  /* line 34767, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-14--xl {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  /* line 34770, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-15--xl {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* line 34773, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-16--xl {
    padding-top: 1.14286rem !important;
    padding-bottom: 1.14286rem !important;
  }

  /* line 34776, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-17--xl {
    padding-top: 1.21429rem !important;
    padding-bottom: 1.21429rem !important;
  }

  /* line 34779, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-18--xl {
    padding-top: 1.28571rem !important;
    padding-bottom: 1.28571rem !important;
  }

  /* line 34782, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-19--xl {
    padding-top: 1.35714rem !important;
    padding-bottom: 1.35714rem !important;
  }

  /* P */
  /* line 34786, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-10--xl {
    padding-top: 0.71429rem !important;
    padding-bottom: 0.71429rem !important;
  }

  /* P */
  /* line 34790, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-15--xl {
    padding-top: 1.07143rem !important;
    padding-bottom: 1.07143rem !important;
  }

  /* P */
  /* line 34794, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-20--xl {
    padding-top: 1.42857rem !important;
    padding-bottom: 1.42857rem !important;
  }

  /* P */
  /* line 34798, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-25--xl {
    padding-top: 1.78571rem !important;
    padding-bottom: 1.78571rem !important;
  }

  /* P */
  /* line 34802, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-30--xl {
    padding-top: 2.14286rem !important;
    padding-bottom: 2.14286rem !important;
  }

  /* P */
  /* line 34806, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-35--xl {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  /* P */
  /* line 34810, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-40--xl {
    padding-top: 2.85714rem !important;
    padding-bottom: 2.85714rem !important;
  }

  /* P */
  /* line 34814, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-45--xl {
    padding-top: 3.21429rem !important;
    padding-bottom: 3.21429rem !important;
  }

  /* P */
  /* line 34818, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-50--xl {
    padding-top: 3.57143rem !important;
    padding-bottom: 3.57143rem !important;
  }

  /* P */
  /* line 34822, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-55--xl {
    padding-top: 3.92857rem !important;
    padding-bottom: 3.92857rem !important;
  }

  /* P */
  /* line 34826, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-60--xl {
    padding-top: 4.28571rem !important;
    padding-bottom: 4.28571rem !important;
  }

  /* P */
  /* line 34830, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-65--xl {
    padding-top: 4.64286rem !important;
    padding-bottom: 4.64286rem !important;
  }

  /* P */
  /* line 34834, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-70--xl {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  /* P */
  /* line 34838, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-75--xl {
    padding-top: 5.35714rem !important;
    padding-bottom: 5.35714rem !important;
  }

  /* P */
  /* line 34842, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-80--xl {
    padding-top: 5.71429rem !important;
    padding-bottom: 5.71429rem !important;
  }

  /* P */
  /* line 34846, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-85--xl {
    padding-top: 6.07143rem !important;
    padding-bottom: 6.07143rem !important;
  }

  /* P */
  /* line 34850, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-90--xl {
    padding-top: 6.42857rem !important;
    padding-bottom: 6.42857rem !important;
  }

  /* P */
  /* line 34854, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-95--xl {
    padding-top: 6.78571rem !important;
    padding-bottom: 6.78571rem !important;
  }

  /* P */
  /* line 34858, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-100--xl {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }

  /* P */
  /* line 34862, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-105--xl {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  /* P */
  /* line 34866, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-110--xl {
    padding-top: 7.85714rem !important;
    padding-bottom: 7.85714rem !important;
  }

  /* P */
  /* line 34870, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-115--xl {
    padding-top: 8.21429rem !important;
    padding-bottom: 8.21429rem !important;
  }

  /* P */
  /* line 34874, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-120--xl {
    padding-top: 8.57143rem !important;
    padding-bottom: 8.57143rem !important;
  }

  /* P */
  /* line 34878, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-125--xl {
    padding-top: 8.92857rem !important;
    padding-bottom: 8.92857rem !important;
  }

  /* P */
  /* line 34882, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-130--xl {
    padding-top: 9.28571rem !important;
    padding-bottom: 9.28571rem !important;
  }

  /* P */
  /* line 34886, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-135--xl {
    padding-top: 9.64286rem !important;
    padding-bottom: 9.64286rem !important;
  }

  /* P */
  /* line 34890, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-140--xl {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  /* P */
  /* line 34894, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-145--xl {
    padding-top: 10.35714rem !important;
    padding-bottom: 10.35714rem !important;
  }

  /* P */
  /* line 34898, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-150--xl {
    padding-top: 10.71429rem !important;
    padding-bottom: 10.71429rem !important;
  }

  /* P */
  /* line 34902, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-155--xl {
    padding-top: 11.07143rem !important;
    padding-bottom: 11.07143rem !important;
  }

  /* P */
  /* line 34906, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-160--xl {
    padding-top: 11.42857rem !important;
    padding-bottom: 11.42857rem !important;
  }

  /* P */
  /* line 34910, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-165--xl {
    padding-top: 11.78571rem !important;
    padding-bottom: 11.78571rem !important;
  }

  /* P */
  /* line 34914, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-170--xl {
    padding-top: 12.14286rem !important;
    padding-bottom: 12.14286rem !important;
  }

  /* P */
  /* line 34918, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-175--xl {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  /* P */
  /* line 34922, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-180--xl {
    padding-top: 12.85714rem !important;
    padding-bottom: 12.85714rem !important;
  }

  /* P */
  /* line 34926, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-185--xl {
    padding-top: 13.21429rem !important;
    padding-bottom: 13.21429rem !important;
  }

  /* P */
  /* line 34930, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-190--xl {
    padding-top: 13.57143rem !important;
    padding-bottom: 13.57143rem !important;
  }

  /* P */
  /* line 34934, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-195--xl {
    padding-top: 13.92857rem !important;
    padding-bottom: 13.92857rem !important;
  }

  /* P */
  /* line 34938, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-200--xl {
    padding-top: 14.28571rem !important;
    padding-bottom: 14.28571rem !important;
  }

  /* P */
  /* line 34942, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-205--xl {
    padding-top: 14.64286rem !important;
    padding-bottom: 14.64286rem !important;
  }

  /* P */
  /* line 34946, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-210--xl {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }

  /* Padding Top */
  /* line 34950, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-0--xl {
    padding-top: 0px !important;
  }

  /* line 34952, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-1--xl {
    padding-top: 0.07143rem !important;
  }

  /* line 34954, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-2--xl {
    padding-top: 0.14286rem !important;
  }

  /* line 34956, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-3--xl {
    padding-top: 0.21429rem !important;
  }

  /* line 34958, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-4--xl {
    padding-top: 0.28571rem !important;
  }

  /* line 34960, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-5--xl {
    padding-top: 0.35714rem !important;
  }

  /* line 34962, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-6--xl {
    padding-top: 0.42857rem !important;
  }

  /* line 34964, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-7--xl {
    padding-top: 0.5rem !important;
  }

  /* line 34966, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-8--xl {
    padding-top: 0.57143rem !important;
  }

  /* line 34968, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-9--xl {
    padding-top: 0.64286rem !important;
  }

  /* line 34970, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-10--xl {
    padding-top: 0.71429rem !important;
  }

  /* line 34972, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-15--xl {
    padding-top: 1.07143rem !important;
  }

  /* line 34974, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-20--xl {
    padding-top: 1.42857rem !important;
  }

  /* line 34976, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-25--xl {
    padding-top: 1.78571rem !important;
  }

  /* line 34978, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-30--xl {
    padding-top: 2.14286rem !important;
  }

  /* line 34980, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-35--xl {
    padding-top: 2.5rem !important;
  }

  /* line 34982, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-40--xl {
    padding-top: 2.85714rem !important;
  }

  /* line 34984, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-45--xl {
    padding-top: 3.21429rem !important;
  }

  /* line 34986, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-50--xl {
    padding-top: 3.57143rem !important;
  }

  /* line 34988, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-55--xl {
    padding-top: 3.92857rem !important;
  }

  /* line 34990, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-60--xl {
    padding-top: 4.28571rem !important;
  }

  /* line 34992, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-65--xl {
    padding-top: 4.64286rem !important;
  }

  /* line 34994, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-70--xl {
    padding-top: 5rem !important;
  }

  /* line 34996, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-75--xl {
    padding-top: 5.35714rem !important;
  }

  /* line 34998, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-80--xl {
    padding-top: 5.71429rem !important;
  }

  /* line 35000, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-85--xl {
    padding-top: 6.07143rem !important;
  }

  /* line 35002, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-90--xl {
    padding-top: 6.42857rem !important;
  }

  /* line 35004, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-95--xl {
    padding-top: 6.78571rem !important;
  }

  /* line 35006, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-100--xl {
    padding-top: 7.14286rem !important;
  }

  /* line 35008, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-105--xl {
    padding-top: 7.5rem !important;
  }

  /* line 35010, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-110--xl {
    padding-top: 7.85714rem !important;
  }

  /* line 35012, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-115--xl {
    padding-top: 8.21429rem !important;
  }

  /* line 35014, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-120--xl {
    padding-top: 8.57143rem !important;
  }

  /* line 35016, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-125--xl {
    padding-top: 8.92857rem !important;
  }

  /* line 35018, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-130--xl {
    padding-top: 9.28571rem !important;
  }

  /* line 35020, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-135--xl {
    padding-top: 9.64286rem !important;
  }

  /* line 35022, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-140--xl {
    padding-top: 10rem !important;
  }

  /* line 35024, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-145--xl {
    padding-top: 10.35714rem !important;
  }

  /* line 35026, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-150--xl {
    padding-top: 10.71429rem !important;
  }

  /* Padding Right */
  /* line 35029, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-0--xl {
    padding-right: 0px !important;
  }

  /* line 35031, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-1--xl {
    padding-right: 0.07143rem !important;
  }

  /* line 35033, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-2--xl {
    padding-right: 0.14286rem !important;
  }

  /* line 35035, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-3--xl {
    padding-right: 0.21429rem !important;
  }

  /* line 35037, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-4--xl {
    padding-right: 0.28571rem !important;
  }

  /* line 35039, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-5--xl {
    padding-right: 0.35714rem !important;
  }

  /* line 35041, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-6--xl {
    padding-right: 0.42857rem !important;
  }

  /* line 35043, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-7--xl {
    padding-right: 0.5rem !important;
  }

  /* line 35045, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-8--xl {
    padding-right: 0.57143rem !important;
  }

  /* line 35047, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-9--xl {
    padding-right: 0.64286rem !important;
  }

  /* P */
  /* line 35050, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-10--xl {
    padding-right: 0.71429rem !important;
  }

  /* P */
  /* line 35053, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-15--xl {
    padding-right: 1.07143rem !important;
  }

  /* P */
  /* line 35056, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-20--xl {
    padding-right: 1.42857rem !important;
  }

  /* P */
  /* line 35059, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-25--xl {
    padding-right: 1.78571rem !important;
  }

  /* P */
  /* line 35062, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-30--xl {
    padding-right: 2.14286rem !important;
  }

  /* P */
  /* line 35065, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-35--xl {
    padding-right: 2.5rem !important;
  }

  /* P */
  /* line 35068, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-40--xl {
    padding-right: 2.85714rem !important;
  }

  /* P */
  /* line 35071, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-45--xl {
    padding-right: 3.21429rem !important;
  }

  /* P */
  /* line 35074, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-50--xl {
    padding-right: 3.57143rem !important;
  }

  /* P */
  /* line 35077, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-55--xl {
    padding-right: 3.92857rem !important;
  }

  /* P */
  /* line 35080, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-60--xl {
    padding-right: 4.28571rem !important;
  }

  /* P */
  /* line 35083, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-65--xl {
    padding-right: 4.64286rem !important;
  }

  /* P */
  /* line 35086, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-70--xl {
    padding-right: 5rem !important;
  }

  /* P */
  /* line 35089, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-75--xl {
    padding-right: 5.35714rem !important;
  }

  /* P */
  /* line 35092, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-80--xl {
    padding-right: 5.71429rem !important;
  }

  /* P */
  /* line 35095, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-85--xl {
    padding-right: 6.07143rem !important;
  }

  /* P */
  /* line 35098, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-90--xl {
    padding-right: 6.42857rem !important;
  }

  /* P */
  /* line 35101, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-95--xl {
    padding-right: 6.78571rem !important;
  }

  /* P */
  /* line 35104, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-100--xl {
    padding-right: 7.14286rem !important;
  }

  /* P */
  /* line 35107, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-105--xl {
    padding-right: 7.5rem !important;
  }

  /* P */
  /* line 35110, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-110--xl {
    padding-right: 7.85714rem !important;
  }

  /* P */
  /* line 35113, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-115--xl {
    padding-right: 8.21429rem !important;
  }

  /* P */
  /* line 35116, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-120--xl {
    padding-right: 8.57143rem !important;
  }

  /* P */
  /* line 35119, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-125--xl {
    padding-right: 8.92857rem !important;
  }

  /* P */
  /* line 35122, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-130--xl {
    padding-right: 9.28571rem !important;
  }

  /* P */
  /* line 35125, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-135--xl {
    padding-right: 9.64286rem !important;
  }

  /* P */
  /* line 35128, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-140--xl {
    padding-right: 10rem !important;
  }

  /* P */
  /* line 35131, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-145--xl {
    padding-right: 10.35714rem !important;
  }

  /* P */
  /* line 35134, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-150--xl {
    padding-right: 10.71429rem !important;
  }

  /* P */
  /* line 35137, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-155--xl {
    padding-right: 11.07143rem !important;
  }

  /* P */
  /* line 35140, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-160--xl {
    padding-right: 11.42857rem !important;
  }

  /* P */
  /* line 35143, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-165--xl {
    padding-right: 11.78571rem !important;
  }

  /* P */
  /* line 35146, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pr-170--xl {
    padding-right: 12.14286rem !important;
  }

  /* Padding Bottom */
  /* line 35149, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-0--xl {
    padding-bottom: 0px !important;
  }

  /* line 35151, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-1--xl {
    padding-bottom: 0.07143rem !important;
  }

  /* line 35153, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-2--xl {
    padding-bottom: 0.14286rem !important;
  }

  /* line 35155, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-3--xl {
    padding-bottom: 0.21429rem !important;
  }

  /* line 35157, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-4--xl {
    padding-bottom: 0.28571rem !important;
  }

  /* line 35159, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-5--xl {
    padding-bottom: 0.35714rem !important;
  }

  /* line 35161, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-6--xl {
    padding-bottom: 0.42857rem !important;
  }

  /* line 35163, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-7--xl {
    padding-bottom: 0.5rem !important;
  }

  /* line 35165, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-8--xl {
    padding-bottom: 0.57143rem !important;
  }

  /* line 35167, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-9--xl {
    padding-bottom: 0.64286rem !important;
  }

  /* line 35169, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-10--xl {
    padding-bottom: 0.71429rem !important;
  }

  /* line 35171, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-15--xl {
    padding-bottom: 1.07143rem !important;
  }

  /* line 35173, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-20--xl {
    padding-bottom: 1.42857rem !important;
  }

  /* line 35175, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-25--xl {
    padding-bottom: 1.78571rem !important;
  }

  /* line 35177, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-30--xl {
    padding-bottom: 2.14286rem !important;
  }

  /* line 35179, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-35--xl {
    padding-bottom: 2.5rem !important;
  }

  /* line 35181, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-40--xl {
    padding-bottom: 2.85714rem !important;
  }

  /* line 35183, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-45--xl {
    padding-bottom: 3.21429rem !important;
  }

  /* line 35185, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-50--xl {
    padding-bottom: 3.57143rem !important;
  }

  /* line 35187, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-55--xl {
    padding-bottom: 3.92857rem !important;
  }

  /* line 35189, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-60--xl {
    padding-bottom: 4.28571rem !important;
  }

  /* line 35191, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-65--xl {
    padding-bottom: 4.64286rem !important;
  }

  /* line 35193, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-70--xl {
    padding-bottom: 5rem !important;
  }

  /* line 35195, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-75--xl {
    padding-bottom: 5.35714rem !important;
  }

  /* line 35197, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-80--xl {
    padding-bottom: 5.71429rem !important;
  }

  /* line 35199, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-85--xl {
    padding-bottom: 6.07143rem !important;
  }

  /* line 35201, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-90--xl {
    padding-bottom: 6.42857rem !important;
  }

  /* line 35203, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-95--xl {
    padding-bottom: 6.78571rem !important;
  }

  /* line 35205, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-100--xl {
    padding-bottom: 7.14286rem !important;
  }

  /* line 35207, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-105--xl {
    padding-bottom: 7.5rem !important;
  }

  /* line 35209, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-110--xl {
    padding-bottom: 7.85714rem !important;
  }

  /* line 35211, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-115--xl {
    padding-bottom: 8.21429rem !important;
  }

  /* line 35213, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-120--xl {
    padding-bottom: 8.57143rem !important;
  }

  /* line 35215, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-125--xl {
    padding-bottom: 8.92857rem !important;
  }

  /* line 35217, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-130--xl {
    padding-bottom: 9.28571rem !important;
  }

  /* line 35219, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-135--xl {
    padding-bottom: 9.64286rem !important;
  }

  /* line 35221, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-140--xl {
    padding-bottom: 10rem !important;
  }

  /* line 35223, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-145--xl {
    padding-bottom: 10.35714rem !important;
  }

  /* line 35225, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-150--xl {
    padding-bottom: 10.71429rem !important;
  }

  /* Padding Left */
  /* line 35228, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-0--xl {
    padding-left: 0px !important;
  }

  /* line 35230, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-1--xl {
    padding-left: 0.07143rem !important;
  }

  /* line 35232, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-2--xl {
    padding-left: 0.14286rem !important;
  }

  /* line 35234, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-3--xl {
    padding-left: 0.21429rem !important;
  }

  /* line 35236, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-4--xl {
    padding-left: 0.28571rem !important;
  }

  /* line 35238, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-5--xl {
    padding-left: 0.35714rem !important;
  }

  /* line 35240, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-6--xl {
    padding-left: 0.42857rem !important;
  }

  /* line 35242, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-7--xl {
    padding-left: 0.5rem !important;
  }

  /* line 35244, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-8--xl {
    padding-left: 0.57143rem !important;
  }

  /* line 35246, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-9--xl {
    padding-left: 0.64286rem !important;
  }

  /* P */
  /* line 35249, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-10--xl {
    padding-left: 0.71429rem !important;
  }

  /* P */
  /* line 35252, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-15--xl {
    padding-left: 1.07143rem !important;
  }

  /* P */
  /* line 35255, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-20--xl {
    padding-left: 1.42857rem !important;
  }

  /* P */
  /* line 35258, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-25--xl {
    padding-left: 1.78571rem !important;
  }

  /* P */
  /* line 35261, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-30--xl {
    padding-left: 2.14286rem !important;
  }

  /* P */
  /* line 35264, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-35--xl {
    padding-left: 2.5rem !important;
  }

  /* P */
  /* line 35267, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-40--xl {
    padding-left: 2.85714rem !important;
  }

  /* P */
  /* line 35270, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-45--xl {
    padding-left: 3.21429rem !important;
  }

  /* P */
  /* line 35273, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-50--xl {
    padding-left: 3.57143rem !important;
  }

  /* P */
  /* line 35276, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-55--xl {
    padding-left: 3.92857rem !important;
  }

  /* P */
  /* line 35279, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-60--xl {
    padding-left: 4.28571rem !important;
  }

  /* P */
  /* line 35282, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-65--xl {
    padding-left: 4.64286rem !important;
  }

  /* P */
  /* line 35285, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-70--xl {
    padding-left: 5rem !important;
  }

  /* P */
  /* line 35288, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-75--xl {
    padding-left: 5.35714rem !important;
  }

  /* P */
  /* line 35291, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-80--xl {
    padding-left: 5.71429rem !important;
  }

  /* P */
  /* line 35294, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-85--xl {
    padding-left: 6.07143rem !important;
  }

  /* P */
  /* line 35297, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-90--xl {
    padding-left: 6.42857rem !important;
  }

  /* P */
  /* line 35300, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-95--xl {
    padding-left: 6.78571rem !important;
  }

  /* P */
  /* line 35303, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-100--xl {
    padding-left: 7.14286rem !important;
  }

  /* P */
  /* line 35306, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-105--xl {
    padding-left: 7.5rem !important;
  }

  /* P */
  /* line 35309, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-110--xl {
    padding-left: 7.85714rem !important;
  }

  /* P */
  /* line 35312, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-115--xl {
    padding-left: 8.21429rem !important;
  }

  /* P */
  /* line 35315, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-120--xl {
    padding-left: 8.57143rem !important;
  }

  /* P */
  /* line 35318, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-125--xl {
    padding-left: 8.92857rem !important;
  }

  /* P */
  /* line 35321, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-130--xl {
    padding-left: 9.28571rem !important;
  }

  /* P */
  /* line 35324, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-135--xl {
    padding-left: 9.64286rem !important;
  }

  /* P */
  /* line 35327, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-140--xl {
    padding-left: 10rem !important;
  }

  /* P */
  /* line 35330, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-145--xl {
    padding-left: 10.35714rem !important;
  }

  /* P */
  /* line 35333, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-150--xl {
    padding-left: 10.71429rem !important;
  }

  /* P */
  /* line 35336, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-155--xl {
    padding-left: 11.07143rem !important;
  }

  /* P */
  /* line 35339, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-160--xl {
    padding-left: 11.42857rem !important;
  }

  /* P */
  /* line 35342, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-165--xl {
    padding-left: 11.78571rem !important;
  }

  /* P */
  /* line 35345, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-170--xl {
    padding-left: 12.14286rem !important;
  }
}
/* Custom Paddings (xs)
------------------------------------*/
/* line 35350, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-0-20-20 {
  padding: 0 1.42857rem 1.42857rem !important;
}

/* line 35353, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-4-11 {
  padding: 0.28571rem 0.78571rem !important;
}

/* line 35356, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-4-13 {
  padding: 0.28571rem 0.92857rem !important;
}

/* line 35359, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-5-10 {
  padding: 0.35714rem 0.71429rem !important;
}

/* line 35362, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-5-15 {
  padding: 0.35714rem 1.07143rem !important;
}

/* line 35365, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-6-8 {
  padding: 0.42857rem 0.57143rem !important;
}

/* line 35368, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-7-14 {
  padding: 0.5rem 1rem !important;
}

/* line 35371, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-7-16 {
  padding: 0.5rem 1.14286rem !important;
}

/* line 35374, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-10-5-5 {
  padding: 0.71429rem 0.35714rem 0.35714rem !important;
}

/* line 35377, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-10-15 {
  padding: 0.71429rem 1.07143rem !important;
}

/* line 35380, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-10-16 {
  padding: 0.71429rem 1.14286rem !important;
}

/* line 35383, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-10-20 {
  padding: 0.71429rem 1.42857rem !important;
}

/* line 35386, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-10-30 {
  padding: 0.71429rem 2.14286rem !important;
}

/* line 35389, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-12 {
  padding: 0.85714rem !important;
}

/* line 35392, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-12-19 {
  padding: 0.85714rem 1.35714rem !important;
}

/* line 35395, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-12-21 {
  padding: 0.85714rem 1.5rem !important;
}

/* line 35398, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-12-5-7 {
  padding: 0.85714rem 0.35714rem 0.5rem !important;
}

/* line 35401, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-14-18 {
  padding: 1rem 1.28571rem !important;
}

/* line 35404, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-15-0 {
  padding: 1.07143rem 0 !important;
}

/* line 35407, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-15-5 {
  padding: 1.07143rem 0.35714rem !important;
}

/* line 35410, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-15-20-10 {
  padding: 1.07143rem 1.42857rem 0.71429rem !important;
}

/* line 35413, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-15-20 {
  padding: 1.07143rem 1.42857rem !important;
}

/* line 35416, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-15-30 {
  padding: 1.07143rem 2.14286rem !important;
}

/* line 35419, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-17-23 {
  padding: 1.21429rem 1.64286rem !important;
}

/* line 35422, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-20-10 {
  padding: 1.42857rem 0.71429rem !important;
}

/* line 35425, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-20-20-15 {
  padding: 1.42857rem 1.42857rem 1.07143rem !important;
}

/* line 35428, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-20-20-20-55 {
  padding: 1.42857rem 1.42857rem 1.42857rem 3.92857rem !important;
}

/* line 35431, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-20-30-0 {
  padding: 1.42857rem 2.14286rem 0 !important;
}

/* line 35434, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-20-40-25 {
  padding: 1.42857rem 2.85714rem 1.78571rem !important;
}

/* line 35437, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-24 {
  padding: 1.71429rem !important;
}

/* line 35440, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-25-20-30 {
  padding: 1.78571rem 1.42857rem 2.14286rem !important;
}

/* line 35443, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-25-30-20 {
  padding: 1.78571rem 2.14286rem 1.42857rem !important;
}

/* line 35446, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-25-30 {
  padding: 1.78571rem 2.14286rem !important;
}

/* line 35449, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-30-10 {
  padding: 2.14286rem 0.71429rem !important;
}

/* line 35452, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-30-15 {
  padding: 2.14286rem 1.07143rem !important;
}

/* line 35455, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-30-20 {
  padding: 2.14286rem 1.42857rem !important;
}

/* line 35458, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-30-30-20 {
  padding: 2.14286rem 2.14286rem 1.42857rem !important;
}

/* line 35461, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-40 {
  padding: 2.85714rem !important;
}

/* line 35464, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-40-20 {
  padding: 2.85714rem 1.42857rem !important;
}

/* line 35467, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-40-30-30 {
  padding: 2.85714rem 2.14286rem 2.14286rem !important;
}

/* line 35470, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-50-15-0 {
  padding: 3.57143rem 1.07143rem 0 !important;
}

/* line 35473, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pa-15x {
  padding: 15% !important;
}

/* line 35476, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-px-18 {
  padding-left: 1.28571rem !important;
  /* O */
  padding-right: 1.28571rem !important;
}

/* line 35481, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-py-23 {
  padding-top: 1.64286rem !important;
  /* O */
  padding-bottom: 1.64286rem !important;
}

/* line 35486, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-py-235 {
  padding-top: 16.78571rem !important;
  /* O */
  padding-bottom: 16.78571rem !important;
}

/* line 35491, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pl-12 {
  padding-left: 0.85714rem !important;
}

/* line 35494, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pl-17 {
  padding-left: 1.21429rem !important;
}

/* line 35497, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pl-7--hover:hover {
  padding-left: 0.5rem !important;
}

/* line 35500, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pl-60--xs {
  padding-left: 4.28571rem !important;
}

/* line 35503, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pt-11 {
  padding-top: 0.78571rem !important;
}

/* line 35506, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-parent:hover .g-pt-25--parent-hover {
  padding-top: 1.78571rem !important;
}

/* line 35509, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pt-130 {
  padding-top: 9.28571rem !important;
}

/* line 35512, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pt-150 {
  padding-top: 10.71429rem !important;
}

/* line 35515, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pt-170 {
  padding-top: 12.14286rem !important;
}

/* line 35518, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pt-195 {
  padding-top: 13.92857rem !important;
}

/* line 35521, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pb-170 {
  padding-bottom: 12.14286rem !important;
}

/* line 35524, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pb-180 {
  padding-bottom: 12.85714rem !important;
}

/* line 35527, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pb-200 {
  padding-bottom: 14.28571rem !important;
}

/* line 35530, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pb-250 {
  padding-bottom: 17.85714rem !important;
}

/* line 35533, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-pb-13 {
  padding-bottom: 0.92857rem !important;
}

/* Custom Paddings (sm)
------------------------------------*/
@media (min-width: 576px) {
  /* line 35539, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-10x--sm {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  /* line 35542, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-0--sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* line 35545, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-0--sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 35548, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-5--sm {
    padding-top: 0.35714rem !important;
    padding-bottom: 0.35714rem !important;
  }

  /* line 35551, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-0-10x--sm {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }

  /* line 35554, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-0-35-35--sm {
    padding: 0 2.5rem 2.5rem !important;
  }

  /* line 35556, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-5-10--sm {
    padding: 0.35714rem 0.71429rem !important;
  }

  /* line 35558, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-8-16--sm {
    padding: 0.57143rem 1.14286rem !important;
  }

  /* line 35560, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-10-20--sm {
    padding: 0.71429rem 1.42857rem !important;
  }

  /* line 35562, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-15-20-10--sm {
    padding: 1.07143rem 1.42857rem 0.71429rem !important;
  }

  /* line 35564, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-20-20-0--sm {
    padding: 1.42857rem 1.42857rem 0 !important;
  }

  /* line 35566, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-20-20-10--sm {
    padding: 1.42857rem 1.42857rem 0.71429rem !important;
  }

  /* line 35568, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-20-30-0--sm {
    padding: 1.42857rem 2.14286rem 0 !important;
  }

  /* line 35570, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-20-30--sm {
    padding: 1.42857rem 2.14286rem !important;
  }

  /* line 35572, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-30-20--sm {
    padding: 2.14286rem 1.42857rem !important;
  }

  /* line 35574, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-30-25-20--sm {
    padding: 2.14286rem 1.78571rem 1.42857rem !important;
  }

  /* line 35576, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-30-30-20--sm {
    padding: 2.14286rem 2.14286rem 1.42857rem !important;
  }

  /* line 35578, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-30-50-40--sm {
    padding: 2.14286rem 3.57143rem 2.85714rem !important;
  }

  /* line 35580, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-30-80--sm {
    padding: 2.14286rem 5.71429rem !important;
  }

  /* line 35582, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-40-30-30--sm {
    padding: 2.85714rem 2.14286rem 2.14286rem !important;
  }

  /* line 35584, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-60-30--sm {
    padding: 4.28571rem 2.14286rem !important;
  }

  /* line 35586, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-70-50-50-30--sm {
    padding: 5rem 3.57143rem 3.57143rem 2.14286rem !important;
  }

  /* line 35588, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-80-40--sm {
    padding: 5.71429rem 2.85714rem !important;
  }

  /* line 35590, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-85-0-40--sm {
    padding: 6.07143rem 0 2.85714rem !important;
  }

  /* line 35592, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-100-30--sm {
    padding: 7.14286rem 2.14286rem !important;
  }

  /* line 35594, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-170-0-150--sm {
    padding: 12.14286rem 0 10.71429rem !important;
  }

  /* line 35596, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pl-300--sm {
    padding-left: 21.42857rem !important;
  }
}
/* Custom Paddings (md)
------------------------------------*/
@media (min-width: 768px) {
  /* line 35602, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-25-30--md {
    padding: 1.78571rem 2.14286rem !important;
  }

  /* line 35604, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-30-10--md {
    padding: 2.14286rem 0.71429rem !important;
  }

  /* line 35606, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pa-30-35--md {
    padding: 2.14286rem 2.5rem !important;
  }

  /* line 35608, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-0--md {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 35611, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-23--md {
    padding-top: 1.64286rem !important;
    padding-bottom: 1.64286rem !important;
  }

  /* line 35614, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-18--md {
    padding-left: 1.28571rem !important;
    padding-right: 1.28571rem !important;
  }

  /* line 35617, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-135--md {
    padding-top: 9.64286rem !important;
  }

  /* line 35619, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-145--md {
    padding-top: 10.35714rem !important;
  }

  /* line 35621, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-150--md {
    padding-top: 10.71429rem !important;
  }

  /* line 35623, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-170--md {
    padding-top: 12.14286rem !important;
  }

  /* line 35625, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-175--md {
    padding-top: 12.5rem !important;
  }

  /* line 35627, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-70--md {
    padding-bottom: 5rem !important;
  }

  /* line 35629, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-170--md {
    padding-bottom: 12.14286rem !important;
  }

  /* line 35631, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-250--md {
    padding-bottom: 17.85714rem !important;
  }
}
/* Custom Paddings (lg)
------------------------------------*/
@media (min-width: 992px) {
  /* line 35637, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-0--lg {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* line 35640, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-100--lg {
    padding-top: 7.14286rem !important;
    padding-bottom: 7.14286rem !important;
  }

  /* line 35643, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-px-200--lg {
    padding-left: 14.28571rem !important;
    padding-right: 14.28571rem !important;
  }

  /* line 35646, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pt-170--lg {
    padding-top: 12.14286rem !important;
  }

  /* line 35648, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-pb-200--lg {
    padding-bottom: 14.28571rem !important;
  }
}
/* Custom Paddings (xl)
------------------------------------*/
@media (min-width: 1200px) {
  /* line 35654, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-py-0--xl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
/*------------------------------------
  Block Hidden
------------------------------------*/
/* line 35661, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  /* line 35665, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  /* line 35669, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 35673, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  /* line 35677, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  /* line 35681, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  /* line 35685, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  /* line 35689, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 35693, /home/app/webapp/app/assets/stylesheets/unify.css */
  .g-hidden-xl-up {
    display: none !important;
  }
}
/* line 35696, /home/app/webapp/app/assets/stylesheets/unify.css */
.g-hidden-xl-down {
  display: none !important;
}

/* GENERAL STYLES */
/* line 2, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
body {
  font-family: Verdana, "Open Sans", Helvetica, Arial, sans-serif !important;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("glyphicons-halflings-regular.eot");
  src: url("glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("glyphicons-halflings-regular.woff") format("woff"), url("glyphicons-halflings-regular.ttf") format("truetype"), url("glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 12, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
a {
  color: #1D4B87;
}

/* line 16, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
a:hover, a:focus {
  color: #1c6897;
}

/* line 20, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.hero-ribbon-gray.g-bg-black-opacity-0_6 {
  background-color: rgba(102, 102, 102, 0.8) !important;
}

/* line 24, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.hero-ribbon-blue.g-bg-primary-dark-v3 {
  background-color: rgba(30, 75, 135, 0.8) !important;
}

/* line 28, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.hero-info {
  margin-top: 50px;
}

/* line 32, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.nav-tabs > li {
  float: none;
  display: inline-block;
  zoom: 1;
}

/* line 38, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.nav-tabs {
  text-align: center;
}

/* line 42, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.g-brd-primary {
  border-color: #1e4b87 !important;
}

/* line 46, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.g-bg-primary {
  background-color: #1e4b87 !important;
}

/* line 50, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.g-color-primary {
  color: #1e4b87 !important;
}

/* line 54, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.g-color-primary--hover:hover {
  color: #1e4b87 !important;
}

/* line 58, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.g-bg-black-opacity-0_6 {
  background-color: rgba(102, 102, 102, 0.8) !important;
}

/* line 62, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
h2 > .hero-ribbon-blue, h3 > .hero-ribbon-gray {
  line-height: 1.4;
}

/* SERIES TOOLTIP */
/* line 68, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.series-tooltip {
  position: relative;
  display: inline-block;
  font-family: inherit;
}

/* line 74, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.series-tooltip .series-tooltip-text {
  visibility: hidden;
  width: 240px;
  background-color: #1e4b87;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  border-radius: 6px;
  font-family: inherit;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  bottom: 122%;
  left: -400%;
  font-size: .9rem;
  box-shadow: -2px 3px 8px rgba(0, 0, 0, 0.4);
}

/* line 93, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.series-tooltip:hover {
  color: #1e4b87;
}

/* line 97, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.full-width {
  width: 100%;
}

/* Show the tooltip text when you mouse over the tooltip container */
/* line 102, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.series-tooltip:hover .series-tooltip-text {
  visibility: visible;
}

@media only screen and (min-width: 480px) {
  /* line 107, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .series-tooltip .series-tooltip-text {
    width: 360px;
    padding: 10px 15px;
    bottom: 135%;
    font-size: 1rem;
    box-shadow: -2px 3px 8px rgba(0, 0, 0, 0.4);
  }
}
@media only screen and (min-width: 768px) {
  /* line 117, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .series-tooltip .series-tooltip-text {
    width: 340px;
  }
}
/**/
/* BUTTON STYLES */
/* line 125, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.btn-primary {
  background-color: #1e4b87 !important;
  border-color: #1e4b87 !important;
}

/* line 129, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.btn-primary:hover, .btn-primary.active {
  border-color: #ffe800 !important;
  background-color: #ffe800 !important;
  color: #595959 !important;
}

/* line 135, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
#sort-dropdown .dropdown-toggle {
  color: #1e4b87;
}

/* line 139, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
#per_page-dropdown .dropdown-toggle {
  color: #1e4b87;
}

/* line 143, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.u-btn-outline-primary {
  border-color: #1e4b87 !important;
  color: #1e4b87 !important;
  background-color: transparent !important;
}

/* line 149, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.u-btn-outline-primary:hover, .u-btn-outline-primary.active {
  border-color: #1e4b87 !important;
  color: #1e4b87 !important;
  background-color: transparent !important;
}

/* line 155, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.search-btn {
  background-color: #005587 !important;
}

/* line 159, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.submit-search-text:hover {
  color: #595959;
}

/* line 163, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.05rem - 2px);
  padding: 0.025rem 1.75rem 0.175rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 181, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.input-group select {
  border: none;
  background-color: transparent;
}

/* line 187, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.pagination {
  padding-top: 1rem;
}

/* line 191, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.pagination > li > a, .pagination > li > span {
  color: #1e4b87 !important;
}

/* line 196, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  background-color: #1e4b87 !important;
  border-color: #1e4b87 !important;
  color: #fff !important;
}

/* line 202, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #555;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 209, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
body.blacklight-interviewee.blacklight-interviewee-index h3.index_title.document-title-heading {
  font-size: 14px !important;
}

/* NAVIGATION */
/* line 215, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.navbar {
  margin-bottom: 0;
  border-bottom: 1px solid #fff;
}

/* line 220, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.navbar-nav .nav-item:hover span {
  color: #003B5C !important;
  background-color: #ffe800;
  text-decoration: none;
}

/* line 226, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.navbar + .navbar {
  margin-top: 0;
  margin-bottom: 10px;
  border: none;
}

/* line 232, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.navbar-nav {
  flex-flow: row wrap;
  align-items: center;
}

/* line 237, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.g-bg-blue {
  background-color: #1e4b87 !important;
}

/* line 241, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
#header-navbar .navbar-brand {
  background-image: url(/assets/logo-20e94e775244d923b880aef06ca4bd5d985c1ea173cbd481a2f12460bbc8528b.svg);
  background-position: left center;
  background-size: 150px auto;
  overflow: visible;
  background-repeat: no-repeat;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* line 251, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.dropdown-toggle:hover, .dropdown-toggle:focus, .nav-link:hover, .nav-link:focus, #bookmarks_nav .badge-secondary:hover, #bookmarks_nav .badge-secondary:focus {
  color: #003B5C;
  background-color: #ffe800;
  text-decoration: none;
}

/* line 257, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.dropdown-toggle, .nav-link {
  color: #fff;
  height: 4rem;
  display: inline-flex;
  padding: 1.25rem 1rem;
}

/* line 265, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.dropdown-toggle:after {
  content: '\f0d7';
  font-family: FontAwesome !important;
}

/* line 270, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.navbar-toggler-icon {
  top: 5px;
}

/* line 275, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2.25' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

/* line 279, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.navbar-toggler {
  position: relative;
  float: right;
}

/* line 284, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.top-navbar {
  right: 15px;
  color: white;
}

/* line 290, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0);
  border: none;
}

/* line 296, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
#header-navbar .navbar-dark .navbar-toggler:focus {
  outline: none !important;
}

/* line 300, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
#bookmarks_nav .badge-secondary {
  align-self: center;
  padding-top: 6px;
  background-color: transparent;
}

/* line 306, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
#bookmarks_nav .badge-secondary:before {
  content: '(';
}

/* line 310, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
#bookmarks_nav .badge-secondary:after {
  content: ')';
}

/* line 314, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.subhead {
  color: #fff;
  padding-left: 145px;
  font-size: 16px;
  font-family: "Times New Roman";
}

/* line 321, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* HOME PAGE COLLECTION IMAGES */
/* line 333, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
#content {
  float: left;
}
/* line 338, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
#content #collections article.u-block-hover.u-shadow-v21 {
  max-width: 400px;
}

/* line 346, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
footer .footer-row .padding-top {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* HERO SECTION ON HOME PAGE */
/* line 355, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
section.g-pos-rel.hero-image-block {
  height: 100%;
  background-image: url(/assets/ucla_hero_1920x400-654981fef0cfb41b18fa9f57a136881095ae66f1ab69b6c0499cbdf7bfbc5144.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

/* line 363, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.font-awesome-search:after {
  content: '\f002';
  font-family: FontAwesome !important;
}

/* line 368, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
#main-container {
  width: 100% !important;
  margin: 0;
  padding: 0;
  min-height: 840px;
}

/* line 375, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
span.input-group-addon.for-search-field {
  background-color: white;
}

/* line 379, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover {
  z-index: 2;
}

/* line 383, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.form-control:focus, .custom-select:focus {
  border-color: #1e4b87;
}

/* line 387, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.hero-links:hover {
  color: #000 !important;
  background-color: #ececec !important;
  display: block !important;
}

/* line 393, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  background-color: transparent;
  border: 1px solid transparent;
}

/* FOOTER */
/* line 400, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
footer {
  margin-top: 50px;
}

/* line 403, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.footer-row {
  background: #ececec;
  color: #333333;
  padding: 50px 1.25rem;
}

/* line 409, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.footer-logo {
  height: 35px;
  margin-top: 30px;
}

/* line 414, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.border-right {
  padding-right: 1.5rem;
  padding-left: 0;
}

/* line 419, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.border-left {
  border-left: 1px solid #a2a2a2 !important;
}

/* line 424, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
a.footer-link {
  color: #1e4b87;
  font-weight: bold;
  line-height: 2.25;
  font-size: 12px;
}

/* line 431, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
a.admin-footer-link {
  color: #fff !important;
  line-height: 2.25;
  font-size: 12px;
}

/* line 437, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
a.admin-footer-link:hover {
  color: #fff !important;
  line-height: 2.25;
  font-size: 12px;
  text-decoration: underline;
}

/* line 444, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.padding-top {
  padding-top: 80px !important;
  padding-bottom: 20px !important;
}

/* UTILITY STYLES */
/* line 451, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.g-mt-50 {
  padding-top: 50px;
}

/* line 454, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.margin-bottom-50 {
  margin-bottom: 50px;
}

/* line 458, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.padding-left-50 {
  padding-left: 50px;
}

/* line 462, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.lead {
  font-size: 21px !important;
}

/* SEARCH RESULTS PAGE */
/* SIDEBAR FACETS */
/* line 474, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.font-awesome-question-circle:after {
  content: '\f059';
  font-family: FontAwesome !important;
}

/* line 479, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.font-awesome-headphones:after {
  content: '\f025';
  font-family: FontAwesome !important;
}

/* line 484, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.font-awesome-no:after {
  content: '\f00d';
  font-family: FontAwesome !important;
}

/* line 489, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.tools-links a {
  color: #003B5C !important;
}

/* line 493, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.tools-links {
  border: none !important;
  padding: 5px 15px !important;
}

/* line 498, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.tools-links a:hover, .tools-links a:focus {
  color: #003B5C !important;
  background-color: #ffe800;
  text-decoration: none;
}

/* line 504, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.panel-heading.collapsed button.collapsed::after {
  transform: rotate(0deg);
}

/* line 508, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.panel-heading button.collapsed::after {
  transform: rotate(90deg);
  transition: transform 0.1s ease;
  transition-property: transform;
  transition-duration: 0.1s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

/* line 517, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
button.btn.btn-outline-secondary.dropdown-toggle {
  padding: 6px 12px !important;
  height: auto;
}

/* HIGHLIGHT COLORS */
/* line 525, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
::-moz-selection {
  color: #003B5C;
  background-color: #ffe800;
}

/* line 529, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
::-moz-selection {
  color: #003B5C;
  background-color: #ffe800;
}
::selection {
  color: #003B5C;
  background-color: #ffe800;
}

/* line 533, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.label-warning {
  color: #003B5C;
  background-color: #ffe800;
  font-size: 95%;
}

/* line 539, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* FACETS */
/* line 552, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.panel-title a, .facet-field-heading a {
  text-decoration: none;
  color: inherit;
}

/* line 557, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.navar-toggler-icon, .facets-toggle {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
}

/* line 566, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
h2.facets-heading {
  font-size: 18px;
}

/* line 570, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.sidenav .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.9);
}

/* line 575, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.card-header .btn {
  font-size: 1.1rem !important;
  padding: 10px 15px !important;
}

/* line 580, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 584, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.facets .facets-header .facets-heading {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 589, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.facet-limit {
  margin-bottom: 0.3rem !important;
}

/* line 593, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 597, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  margin-top: 5px;
}

/* line 603, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.panel-default {
  border-color: #ddd;
}

/* line 607, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.facets-toggle .icon-bar {
  background-color: #888;
}

/* line 611, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.panel-success > .panel-heading, .facet_limit-active > .panel-heading .panel-title .btn {
  color: #fff !important;
  background-color: #1e4b87;
  border-color: #1e4b87;
}

/* line 617, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.bg-success, .facet-limit-active .card-header, .facet-limit-active .card-header {
  background-color: #1e4b87 !important;
}

/* line 621, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.border-success, .facet-limit-active, .facet-limit-active {
  border-color: #1e4b87 !important;
}

/* line 625, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.bg-success .btn, .facet-limit-active .card-header .btn, .facet-limit-active .card-header .btn {
  color: #fff !important;
}

/* line 629, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.panel-success, .facet_limit-active {
  border-color: #1e4b87;
}

/* line 633, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.text-success, .facet-values li .selected, .facet-values li .selected {
  color: #1e4b87 !important;
}

/* line 637, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body, .facet_limit-active > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1e4b87;
}

/* line 641, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.facet_limit-active > .panel-heading.collapse-toggle .panel-title:after {
  color: #fff;
}

/* line 645, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.text-muted, .search-history .filter-name, .search-history .filter-separator, .appliedFilter .filterName:after, .search_history .filterName, .search_history .filterSeparator {
  color: #ffe800 !important;
}

/* line 649, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.facet-values .remove {
  color: #db3b21 !important;
}

/* SHOW PAGE */
/* line 654, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
#document.document h1 {
  margin-top: 50px;
  padding-bottom: 20px;
}

/* line 659, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.g-color-gray-dark-v5 {
  color: #555 !important;
}

/* line 663, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
#sidebar {
  float: left;
}
/* line 667, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
#sidebar .panel-body {
  padding: 0 15px;
}
/* line 670, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
#sidebar .panel-body .bookmark_toggle {
  padding: 0 15px;
}
/* line 673, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
#sidebar .panel-body .bookmark_toggle .nav > li > a {
  padding: 5px 15px;
}

/* line 680, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.show-tools {
  width: 250px;
}

/* line 684, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.list-group-item.tools-links {
  border: none;
  padding: 5px 0 0 0;
}

/* line 689, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.tools-links a {
  color: #003B5C !important;
}

/* line 693, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.tools-links:hover, .tools-links:focus {
  color: #003B5C !important;
  background-color: #ffe800;
  text-decoration: none;
}

/* line 700, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.dl-invert dt {
  font-weight: 700;
  color: #595959;
}

/* line 705, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.d-block {
  display: block !important;
}

/* line 709, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.u-accordion-brd-primary .u-accordion__header [aria-expanded="true"] {
  border-color: #1e4b87 !important;
}

/* line 713, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.u-accordion-color-primary .u-accordion__header [aria-expanded="true"] {
  color: #1e4b87 !important;
}

/* line 717, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.u-accordion__control-icon i:nth-child(1) {
  display: none;
}

/* line 720, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.collapsed .u-accordion__control-icon i:nth-child(1) {
  display: inline;
}

/* line 723, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.u-accordion__control-icon i:nth-child(2) {
  display: inline;
}

/* line 726, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.collapsed .u-accordion__control-icon i:nth-child(2) {
  display: none;
}

@media (min-width: 768px) {
  /* line 731, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .dl-horizontal dd {
    margin-left: 220px;
  }

  /* line 734, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .dl-horizontal dt {
    float: left;
    width: 200px;
    clear: left;
    text-align: right;
    overflow: visible;
    text-overflow: initial;
    white-space: normal;
  }
}
/* PLAYER */
/* line 748, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.play-icon {
  cursor: pointer;
}

/* line 753, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player .volume-container {
  display: flex;
  justify-content: space-between;
}
/* line 756, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player .volume-container .fa.fa-volume-up {
  color: #fff;
  font-size: 30px;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.8);
  margin: 0 8px;
}
/* line 764, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player .pause-button, .player .play-button {
  margin-bottom: -23px;
}
/* line 767, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player .pause-button:before, .player .play-button:before {
  font-family: FontAwesome;
  font-size: 85px;
  color: #fff;
  cursor: pointer;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* line 777, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player .pause-button:hover, .player .play-button:hover {
  text-decoration: none;
  cursor: pointer;
}
/* line 782, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player .pause-button:hover:before, .player .play-button:hover:before {
  color: #FFFFFF;
}
/* line 788, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player .play-button:before {
  content: "\f01d";
}
/* line 794, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player .pause-button:before {
  content: "\f28c";
}
/* line 799, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player .wave-box {
  height: 285px;
  padding: 0;
  background-image: url(/assets/ucla_media_background-e74824edd5e95b307b525b95c753554927ec5fac57d8f879d685b9fc2fea418d.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* line 808, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player .play-icon {
  float: right;
  padding-right: 20px;
  margin-top: -1.2rem;
}
/* line 814, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player .progress-container {
  margin-top: -10px;
  font-size: 14px;
  font-weight: bold;
  color: #1e4b87;
  padding: 0;
}
/* line 822, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player .autoscroll-button {
  padding: 0;
}
/* line 826, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player .time-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 5px;
}
/* line 834, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player #timeline {
  width: 100%;
  height: 10px;
  background: #8BB8E8;
  margin: 0;
  display: flex;
  align-items: center;
}
/* line 843, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player #playhead {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(139, 184, 232, 0.5);
  cursor: pointer;
}
/* line 852, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player .narrator-image-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background-color: #1e4b87;
  padding: 0 16px 16px 16px;
  min-height: 285px;
}

/* NEW VOLUME SLIDER CSS */
/* line 864, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 10px 0;
  border-radius: 10px;
}
/* line 870, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player input[type=range]:focus {
  outline: none;
}
/* line 873, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(13, 13, 13, 0.3);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 10px;
  border: 0px solid rgba(255, 255, 255, 0);
}
/* line 882, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(13, 13, 13, 0.3);
  border: 0px solid rgba(255, 255, 255, 0);
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}
/* line 893, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.78);
}
/* line 896, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player input[type=range]::-moz-range-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(13, 13, 13, 0.3);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 10px;
  border: 0px solid rgba(255, 255, 255, 0);
}
/* line 905, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(13, 13, 13, 0.3);
  border: 0px solid rgba(255, 255, 255, 0);
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #ffffff;
  cursor: pointer;
}
/* line 914, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player input[type=range]::-ms-track {
  width: 100%;
  height: 12px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
/* line 922, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player input[type=range]::-ms-fill-lower {
  background: rgba(235, 235, 235, 0.78);
  border: 0px solid rgba(255, 255, 255, 0);
  border-radius: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(13, 13, 13, 0.3);
}
/* line 928, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player input[type=range]::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.78);
  border: 0px solid rgba(255, 255, 255, 0);
  border-radius: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(13, 13, 13, 0.3);
}
/* line 934, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(13, 13, 13, 0.3);
  border: 0px solid rgba(255, 255, 255, 0);
  height: 26px;
  width: 26px;
  border-radius: 15px;
  background: #ffffff;
  cursor: pointer;
  height: 12px;
}
/* line 944, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player input[type=range]:focus::-ms-fill-lower {
  background: rgba(255, 255, 255, 0.78);
}
/* line 947, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.player input[type=range]:focus::-ms-fill-upper {
  background: rgba(255, 255, 255, 0.78);
}

@media (min-width: 768px) {
  /* line 955, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  div.player {
    max-width: 100%;
  }

  /* line 962, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .player .pause-button:before, .player .play-button:before {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  /* line 972, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .player .volume-slider {
    height: 19px;
    width: 50%;
  }
  /* line 975, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .player .volume-slider .fill {
    height: 19px;
    min-width: 19px;
  }
  /* line 979, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .player .volume-slider .marker {
    height: 32px;
    min-width: 32px;
  }
  /* line 983, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .player .volume-slider .time-container {
    margin-bottom: 24px;
  }

  /* line 989, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  #facets .top-panel-heading {
    border: 1px solid #ccc !important;
    margin-bottom: 1em !important;
    border-radius: 3px !important;
    padding: 10px 15px;
  }

  /* line 996, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .nav-item {
    width: 100%;
  }

  /* line 1000, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .navbar-nav .nav-item:focus, .navbar-nav .nav-item:hover, .navbar-nav .nav-item:hover a, .navbar-nav .nav-item:hover span {
    color: #003B5C !important;
    background-color: #ffe800;
    text-decoration: none;
  }

  /* line 1006, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .nav-item li {
    width: 100%;
    padding-right: -15px;
    padding-left: -15px;
    margin: 0;
  }

  /* line 1013, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .navbar-header {
    width: 100%;
  }

  /* line 1017, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .nav-justified .nav-item {
    flex-basis: auto;
  }

  /* line 1021, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .nav-tabs .nav-link {
    border: none;
  }

  /* line 1025, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .nav-link {
    border: none;
  }

  /* line 1029, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .nav-tabs {
    border-bottom: 0;
  }

  /* line 1033, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .subhead {
    font-size: 0;
  }

  /* line 1037, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  button.facets-toggle {
    transition: .2s ease;
  }

  /* line 1041, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .lead {
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1.4 !important;
  }
}
/* END PLAYER */
/* TRANSCRIPTS */
/* line 1053, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.download-accordion {
  padding-left: 0;
}

/* line 1057, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
div.transcript-container {
  margin: 0 20px 10px 20px;
  padding: 20px;
  width: auto;
  height: 300px;
  overflow-y: scroll;
  resize: vertical;
}

/* line 1066, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.transcript-container-loading {
  margin: 50px 20px;
  padding: 20px;
  width: auto;
}

/* line 1072, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
span.speaker {
  font-weight: 700;
  color: #777;
}

/* line 1077, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
span.speaker::after {
  content: ': ';
  font-weight: 700;
  color: #777;
}

/* line 1083, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
div.tei-head {
  font-size: 1.2em;
  font-weight: 700;
  display: inline;
  color: #777;
}

/* line 1089, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
span.speaker ~ p {
  display: inline;
  color: #999;
}

/* line 1094, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.audio-timestamp-link {
  cursor: pointer;
}

/* line 1098, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.drag-helper {
  padding-right: 18px;
  margin-top: -10px;
  color: #1e4b87;
}

/* increase size of transcript window and
   hide drag helper text in ie and edge */
/* IE10+ CSS */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 1107, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .drag-helper {
    display: none;
  }

  /* line 1111, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  div.transcript-container {
    height: 400px;
  }
}
@supports (-ms-accelerator: true) {
  /* IE Edge 12+ CSS */
  /* line 1118, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .drag-helper {
    display: none;
  }

  /* line 1122, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  div.transcript-container {
    height: 400px;
  }
}
@supports (-ms-ime-align: auto) {
  /* IE Edge 16+ CSS */
  /* line 1130, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .drag-helper {
    display: none;
  }
}
@media screen and (min-width: 767px) {
  /* line 1135, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  div.transcript-container {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  /* line 1141, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  footer .footer-row .padding-top {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
/* STATIC PAGES */
/* line 1150, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.u-heading-v1-4::before {
  top: 70%;
}

/* line 1154, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
b,
strong {
  font-weight: bold;
}

/* ADMIN PAGE */
/* line 1160, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.progress-bar {
  background-color: #1e4b87;
}

/* line 1164, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.well {
  padding: 0;
  margin-bottom: 20px;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* CATALOG SEARCH RESULTS PAGE */
/* line 1176, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.catalog_startOverLink.btn {
  float: right;
}

/* FULL TEXT SEARCH RESULTS PAGE */
/* line 1182, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.dl-full-text.dl-horizontal dt {
  text-align: left;
  width: auto;
  margin-right: 16px;
}

/* line 1188, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.dl-full-text.dl-horizontal dd {
  margin-left: 0;
}

/* line 1192, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
body.blacklight-full_text.blacklight-full_text-index .page_entries {
  display: none;
}

/* line 1196, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
body.blacklight-full_text.blacklight-full_text-index h3.index_title.document-title-heading {
  font-size: 14px;
}

/* line 1200, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.spinner {
  border: 4px solid #1e4b87;
  border-top: 4px solid #ffe800;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  display: none;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Internet Explorer warning alert */
/* line 1217, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.ie-alert {
  margin-bottom: 0;
}

/* line 1221, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 1226, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
  .show-for-ie {
    display: block;
  }
}
/* BOOKMARKS PAGE */
/* line 1233, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.blacklight-bookmarks-index .page-heading {
  padding-top: 1rem;
}

/* line 1237, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.blacklight-bookmarks-index #emailLink {
  color: #1D4B87;
}

/* line 1241, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.blacklight-bookmarks-index #citationLink {
  color: #1D4B87;
}

/* SEARCH HISTORY PAGE */
/* line 1247, /home/app/webapp/app/assets/stylesheets/uucustom.scss */
.blacklight-search_history-index .page-heading {
  padding-top: 1rem;
}

/* ensures glyphicon still displays correctly */
/* line 13, /home/app/webapp/app/assets/stylesheets/blacklight.scss */
.glyphicon {
  font-family: inherit;
}

/* line 16, /home/app/webapp/app/assets/stylesheets/blacklight.scss */
.glyphicon:before {
  font-family: 'Glyphicons Halflings';
}
@font-face {
  font-family: 'hs-icons';
  src: url(/assets/hs-icons-469e7d5383ae8f2b2b1fce8dc2f6cebb99662a206696f2d847fece6dcbccf7fc.ttf?xa77py) format("truetype"), url(/assets/hs-icons-b53d60d6f9a217a4e4712fdf81dc31335b1ed152f3dee6a19fba0d918d2edbbf.woff?xa77py) format("woff"), url(/assets/hs-icons-d67ec142779a6822a816ed308bdd4b437b8829a9cd792f1b00fc13f893c4dc14.svg?xa77py#hs-icons) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 11, /home/app/webapp/app/assets/stylesheets/icons.scss */
.hs-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hs-icons' !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;
}

/* line 26, /home/app/webapp/app/assets/stylesheets/icons.scss */
.hs-icon-arrow-bottom:before {
  content: "\e900";
}

/* line 29, /home/app/webapp/app/assets/stylesheets/icons.scss */
.hs-icon-arrow-left:before {
  content: "\e901";
}

/* line 32, /home/app/webapp/app/assets/stylesheets/icons.scss */
.hs-icon-arrow-right:before {
  content: "\e902";
}

/* line 35, /home/app/webapp/app/assets/stylesheets/icons.scss */
.hs-icon-arrow-top:before {
  content: "\e903";
}

/* line 38, /home/app/webapp/app/assets/stylesheets/icons.scss */
.hs-icon-close:before {
  content: "\e904";
}

/* line 41, /home/app/webapp/app/assets/stylesheets/icons.scss */
.hs-icon-hamburger-2:before {
  content: "\e905";
}

/* line 44, /home/app/webapp/app/assets/stylesheets/icons.scss */
.hs-icon-hamburger:before {
  content: "\e906";
}

/* line 47, /home/app/webapp/app/assets/stylesheets/icons.scss */
.hs-icon-lula-kebab-h:before {
  content: "\e907";
}

/* line 50, /home/app/webapp/app/assets/stylesheets/icons.scss */
.hs-icon-lula-kebab-v:before {
  content: "\e908";
}

/* line 53, /home/app/webapp/app/assets/stylesheets/icons.scss */
.hs-icon-magnifier:before {
  content: "\e909";
}

/* line 56, /home/app/webapp/app/assets/stylesheets/icons.scss */
.hs-icon-music:before {
  content: "\e90a";
}

/* line 59, /home/app/webapp/app/assets/stylesheets/icons.scss */
.hs-icon-photo:before {
  content: "\e90b";
}

/* line 62, /home/app/webapp/app/assets/stylesheets/icons.scss */
.hs-icon-play:before {
  content: "\e90c";
}

/* line 65, /home/app/webapp/app/assets/stylesheets/icons.scss */
.hs-icon-plus:before {
  content: "\e90d";
}

/* line 68, /home/app/webapp/app/assets/stylesheets/icons.scss */
.hs-icon-unzoom:before {
  content: "\e90e";
}

/* line 71, /home/app/webapp/app/assets/stylesheets/icons.scss */
.hs-icon-video:before {
  content: "\e90f";
}

/* line 74, /home/app/webapp/app/assets/stylesheets/icons.scss */
.hs-icon-zoom:before {
  content: "\e910";
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *





 */

